@webb-tools/tangle-substrate-types 0.5.8 → 0.5.12

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 (84) hide show
  1. package/README.md +11 -2
  2. package/{build/interfaces → interfaces}/augment-api-consts.d.ts +119 -24
  3. package/{ts-types/src/interfaces → interfaces}/augment-api-errors.d.ts +199 -342
  4. package/{build/interfaces → interfaces}/augment-api-events.d.ts +1365 -378
  5. package/{build/interfaces → interfaces}/augment-api-query.d.ts +718 -261
  6. package/{ts-types/src/interfaces → interfaces}/augment-api-tx.d.ts +1684 -442
  7. package/{ts-types/src/interfaces → interfaces}/lookup.d.ts +1425 -1093
  8. package/{build/interfaces → interfaces}/lookup.js +1443 -1111
  9. package/{build/interfaces → interfaces}/registry.d.ts +62 -75
  10. package/{ts-types/src/interfaces → interfaces}/types-lookup.d.ts +1233 -1128
  11. package/metadata/static-latest.d.ts +2 -0
  12. package/metadata/static-latest.js +7 -0
  13. package/package.json +1 -72
  14. package/.envrc +0 -5
  15. package/babel-config-cjs.cjs +0 -10
  16. package/build/interfaces/augment-api-errors.d.ts +0 -2144
  17. package/build/interfaces/augment-api-tx.d.ts +0 -2876
  18. package/build/interfaces/lookup.d.ts +0 -5908
  19. package/build/interfaces/types-lookup.d.ts +0 -6052
  20. package/build/metadata/static-latest.d.ts +0 -2
  21. package/build/metadata/static-latest.js +0 -7
  22. package/build/metadata/static-type.d.ts +0 -2
  23. package/build/metadata/static-type.js +0 -1
  24. package/build/package.json +0 -1
  25. package/playground.ts +0 -86
  26. package/polkadot-dev-configs/babel-config-cjs.cjs +0 -12
  27. package/polkadot-dev-configs/babel-general.cjs +0 -15
  28. package/polkadot-dev-configs/babel-plugins.cjs +0 -21
  29. package/polkadot-dev-configs/babel-presets.cjs +0 -33
  30. package/polkadot-dev-configs/babel-resolver.cjs +0 -14
  31. package/scripts/build.js +0 -134
  32. package/scripts/publish-types.js +0 -95
  33. package/scripts/updateMetadata.ts +0 -44
  34. package/src/examples/job_and_result_submission.ts +0 -203
  35. package/src/index.ts +0 -7
  36. package/src/interfaces/augment-api-consts.ts +0 -958
  37. package/src/interfaces/augment-api-errors.ts +0 -2152
  38. package/src/interfaces/augment-api-events.ts +0 -1465
  39. package/src/interfaces/augment-api-query.ts +0 -1629
  40. package/src/interfaces/augment-api-rpc.ts +0 -617
  41. package/src/interfaces/augment-api-runtime.ts +0 -308
  42. package/src/interfaces/augment-api-tx.ts +0 -1550
  43. package/src/interfaces/augment-api.ts +0 -10
  44. package/src/interfaces/augment-types.ts +0 -1256
  45. package/src/interfaces/lookup.ts +0 -5912
  46. package/src/interfaces/registry.ts +0 -433
  47. package/src/interfaces/types-lookup.ts +0 -6455
  48. package/src/metadata/metadata.json +0 -5
  49. package/src/metadata/static-latest.ts +0 -1
  50. package/src/metadata/static-type.ts +0 -3
  51. package/ts-types/playground.d.ts +0 -1
  52. package/ts-types/src/examples/job_and_result_submission.d.ts +0 -1
  53. package/ts-types/src/index.d.ts +0 -3
  54. package/ts-types/src/interfaces/augment-api-consts.d.ts +0 -950
  55. package/ts-types/src/interfaces/augment-api-events.d.ts +0 -2281
  56. package/ts-types/src/interfaces/augment-api-query.d.ts +0 -1660
  57. package/ts-types/src/interfaces/augment-api-rpc.d.ts +0 -679
  58. package/ts-types/src/interfaces/augment-api-runtime.d.ts +0 -363
  59. package/ts-types/src/interfaces/augment-api.d.ts +0 -7
  60. package/ts-types/src/interfaces/augment-types.d.ts +0 -1249
  61. package/ts-types/src/interfaces/registry.d.ts +0 -426
  62. package/ts-types/src/metadata/static-latest.d.ts +0 -2
  63. package/ts-types/src/metadata/static-type.d.ts +0 -2
  64. package/ts-types/tsconfig.tsbuildinfo +0 -1
  65. package/tsconfig.json +0 -36
  66. /package/{build/examples → examples}/job_and_result_submission.d.ts +0 -0
  67. /package/{build/examples → examples}/job_and_result_submission.js +0 -0
  68. /package/{build/index.d.ts → index.d.ts} +0 -0
  69. /package/{build/index.js → index.js} +0 -0
  70. /package/{build/interfaces → interfaces}/augment-api-consts.js +0 -0
  71. /package/{build/interfaces → interfaces}/augment-api-errors.js +0 -0
  72. /package/{build/interfaces → interfaces}/augment-api-events.js +0 -0
  73. /package/{build/interfaces → interfaces}/augment-api-query.js +0 -0
  74. /package/{build/interfaces → interfaces}/augment-api-rpc.d.ts +0 -0
  75. /package/{build/interfaces → interfaces}/augment-api-rpc.js +0 -0
  76. /package/{build/interfaces → interfaces}/augment-api-runtime.d.ts +0 -0
  77. /package/{build/interfaces → interfaces}/augment-api-runtime.js +0 -0
  78. /package/{build/interfaces → interfaces}/augment-api-tx.js +0 -0
  79. /package/{build/interfaces → interfaces}/augment-api.d.ts +0 -0
  80. /package/{build/interfaces → interfaces}/augment-api.js +0 -0
  81. /package/{build/interfaces → interfaces}/augment-types.d.ts +0 -0
  82. /package/{build/interfaces → interfaces}/augment-types.js +0 -0
  83. /package/{build/interfaces → interfaces}/registry.js +0 -0
  84. /package/{build/interfaces → interfaces}/types-lookup.js +0 -0
@@ -1,6 +1,6 @@
1
1
  import '@polkadot/types/lookup';
2
2
  import type { Data } from '@polkadot/types';
3
- import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
3
+ import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, i16, i32, i64, i8, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
4
4
  import type { ITuple } from '@polkadot/types-codec/types';
5
5
  import type { Vote } from '@polkadot/types/interfaces/elections';
6
6
  import type { AccountId32, Call, H160, H256, MultiAddress, PerU16, Perbill, Percent, Permill } from '@polkadot/types/interfaces/runtime';
@@ -1511,300 +1511,7 @@ declare module '@polkadot/types/lookup' {
1511
1511
  /** @name PalletAirdropClaimsUtilsEthereumAddress (121) */
1512
1512
  interface PalletAirdropClaimsUtilsEthereumAddress extends U8aFixed {
1513
1513
  }
1514
- /** @name PalletRolesEvent (122) */
1515
- interface PalletRolesEvent extends Enum {
1516
- readonly isRoleAssigned: boolean;
1517
- readonly asRoleAssigned: {
1518
- readonly account: AccountId32;
1519
- readonly role: TanglePrimitivesRolesRoleType;
1520
- } & Struct;
1521
- readonly isRoleRemoved: boolean;
1522
- readonly asRoleRemoved: {
1523
- readonly account: AccountId32;
1524
- readonly role: TanglePrimitivesRolesRoleType;
1525
- } & Struct;
1526
- readonly isSlashed: boolean;
1527
- readonly asSlashed: {
1528
- readonly account: AccountId32;
1529
- readonly amount: u128;
1530
- } & Struct;
1531
- readonly isProfileCreated: boolean;
1532
- readonly asProfileCreated: {
1533
- readonly account: AccountId32;
1534
- readonly totalProfileRestake: u128;
1535
- readonly roles: Vec<TanglePrimitivesRolesRoleType>;
1536
- } & Struct;
1537
- readonly isProfileUpdated: boolean;
1538
- readonly asProfileUpdated: {
1539
- readonly account: AccountId32;
1540
- readonly totalProfileRestake: u128;
1541
- readonly roles: Vec<TanglePrimitivesRolesRoleType>;
1542
- } & Struct;
1543
- readonly isProfileDeleted: boolean;
1544
- readonly asProfileDeleted: {
1545
- readonly account: AccountId32;
1546
- } & Struct;
1547
- readonly isPendingJobs: boolean;
1548
- readonly asPendingJobs: {
1549
- readonly pendingJobs: Vec<ITuple<[TanglePrimitivesRolesRoleType, u64]>>;
1550
- } & Struct;
1551
- readonly isRolesRewardSet: boolean;
1552
- readonly asRolesRewardSet: {
1553
- readonly totalRewards: u128;
1554
- } & Struct;
1555
- readonly isPayoutStarted: boolean;
1556
- readonly asPayoutStarted: {
1557
- readonly eraIndex: u32;
1558
- readonly validatorStash: AccountId32;
1559
- } & Struct;
1560
- readonly isRewarded: boolean;
1561
- readonly asRewarded: {
1562
- readonly stash: AccountId32;
1563
- readonly amount: u128;
1564
- } & Struct;
1565
- readonly isMinRestakingBondUpdated: boolean;
1566
- readonly asMinRestakingBondUpdated: {
1567
- readonly value: u128;
1568
- } & Struct;
1569
- readonly type: 'RoleAssigned' | 'RoleRemoved' | 'Slashed' | 'ProfileCreated' | 'ProfileUpdated' | 'ProfileDeleted' | 'PendingJobs' | 'RolesRewardSet' | 'PayoutStarted' | 'Rewarded' | 'MinRestakingBondUpdated';
1570
- }
1571
- /** @name TanglePrimitivesRolesRoleType (123) */
1572
- interface TanglePrimitivesRolesRoleType extends Enum {
1573
- readonly isTss: boolean;
1574
- readonly asTss: TanglePrimitivesRolesTssThresholdSignatureRoleType;
1575
- readonly isZkSaaS: boolean;
1576
- readonly asZkSaaS: TanglePrimitivesRolesZksaasZeroKnowledgeRoleType;
1577
- readonly isLightClientRelaying: boolean;
1578
- readonly type: 'Tss' | 'ZkSaaS' | 'LightClientRelaying';
1579
- }
1580
- /** @name TanglePrimitivesRolesTssThresholdSignatureRoleType (124) */
1581
- interface TanglePrimitivesRolesTssThresholdSignatureRoleType extends Enum {
1582
- readonly isDfnsCGGMP21Secp256k1: boolean;
1583
- readonly isDfnsCGGMP21Secp256r1: boolean;
1584
- readonly isDfnsCGGMP21Stark: boolean;
1585
- readonly isSilentShardDKLS23Secp256k1: boolean;
1586
- readonly isZcashFrostP256: boolean;
1587
- readonly isZcashFrostP384: boolean;
1588
- readonly isZcashFrostSecp256k1: boolean;
1589
- readonly isZcashFrostRistretto255: boolean;
1590
- readonly isZcashFrostEd25519: boolean;
1591
- readonly isZcashFrostEd448: boolean;
1592
- readonly isGennaroDKGBls381: boolean;
1593
- readonly isWstsV2: boolean;
1594
- readonly type: 'DfnsCGGMP21Secp256k1' | 'DfnsCGGMP21Secp256r1' | 'DfnsCGGMP21Stark' | 'SilentShardDKLS23Secp256k1' | 'ZcashFrostP256' | 'ZcashFrostP384' | 'ZcashFrostSecp256k1' | 'ZcashFrostRistretto255' | 'ZcashFrostEd25519' | 'ZcashFrostEd448' | 'GennaroDKGBls381' | 'WstsV2';
1595
- }
1596
- /** @name TanglePrimitivesRolesZksaasZeroKnowledgeRoleType (125) */
1597
- interface TanglePrimitivesRolesZksaasZeroKnowledgeRoleType extends Enum {
1598
- readonly isZkSaaSGroth16: boolean;
1599
- readonly isZkSaaSMarlin: boolean;
1600
- readonly type: 'ZkSaaSGroth16' | 'ZkSaaSMarlin';
1601
- }
1602
- /** @name PalletJobsModuleEvent (129) */
1603
- interface PalletJobsModuleEvent extends Enum {
1604
- readonly isJobSubmitted: boolean;
1605
- readonly asJobSubmitted: {
1606
- readonly jobId: u64;
1607
- readonly roleType: TanglePrimitivesRolesRoleType;
1608
- readonly details: TanglePrimitivesJobsJobSubmission;
1609
- } & Struct;
1610
- readonly isJobResultSubmitted: boolean;
1611
- readonly asJobResultSubmitted: {
1612
- readonly jobId: u64;
1613
- readonly roleType: TanglePrimitivesRolesRoleType;
1614
- } & Struct;
1615
- readonly isValidatorRewarded: boolean;
1616
- readonly asValidatorRewarded: {
1617
- readonly id: AccountId32;
1618
- readonly reward: u128;
1619
- } & Struct;
1620
- readonly isJobRefunded: boolean;
1621
- readonly asJobRefunded: {
1622
- readonly jobId: u64;
1623
- readonly roleType: TanglePrimitivesRolesRoleType;
1624
- } & Struct;
1625
- readonly isJobParticipantsUpdated: boolean;
1626
- readonly asJobParticipantsUpdated: {
1627
- readonly jobId: u64;
1628
- readonly roleType: TanglePrimitivesRolesRoleType;
1629
- readonly details: TanglePrimitivesJobsJobInfo;
1630
- } & Struct;
1631
- readonly isJobReSubmitted: boolean;
1632
- readonly asJobReSubmitted: {
1633
- readonly jobId: u64;
1634
- readonly roleType: TanglePrimitivesRolesRoleType;
1635
- readonly details: TanglePrimitivesJobsJobInfo;
1636
- } & Struct;
1637
- readonly isJobResultExtended: boolean;
1638
- readonly asJobResultExtended: {
1639
- readonly jobId: u64;
1640
- readonly roleType: TanglePrimitivesRolesRoleType;
1641
- readonly newExpiry: u64;
1642
- } & Struct;
1643
- readonly type: 'JobSubmitted' | 'JobResultSubmitted' | 'ValidatorRewarded' | 'JobRefunded' | 'JobParticipantsUpdated' | 'JobReSubmitted' | 'JobResultExtended';
1644
- }
1645
- /** @name TanglePrimitivesJobsJobSubmission (130) */
1646
- interface TanglePrimitivesJobsJobSubmission extends Struct {
1647
- readonly expiry: u64;
1648
- readonly ttl: u64;
1649
- readonly jobType: TanglePrimitivesJobsJobType;
1650
- readonly fallback: TanglePrimitivesJobsFallbackOptions;
1651
- }
1652
- /** @name TangleTestnetRuntimeMaxParticipants (131) */
1653
- type TangleTestnetRuntimeMaxParticipants = Null;
1654
- /** @name TangleTestnetRuntimeMaxSubmissionLen (132) */
1655
- type TangleTestnetRuntimeMaxSubmissionLen = Null;
1656
- /** @name TangleTestnetRuntimeMaxAdditionalParamsLen (133) */
1657
- type TangleTestnetRuntimeMaxAdditionalParamsLen = Null;
1658
- /** @name TanglePrimitivesJobsJobType (134) */
1659
- interface TanglePrimitivesJobsJobType extends Enum {
1660
- readonly isDkgtssPhaseOne: boolean;
1661
- readonly asDkgtssPhaseOne: TanglePrimitivesJobsTssDkgtssPhaseOneJobType;
1662
- readonly isDkgtssPhaseTwo: boolean;
1663
- readonly asDkgtssPhaseTwo: TanglePrimitivesJobsTssDkgtssPhaseTwoJobType;
1664
- readonly isDkgtssPhaseThree: boolean;
1665
- readonly asDkgtssPhaseThree: TanglePrimitivesJobsTssDkgtssPhaseThreeJobType;
1666
- readonly isDkgtssPhaseFour: boolean;
1667
- readonly asDkgtssPhaseFour: TanglePrimitivesJobsTssDkgtssPhaseFourJobType;
1668
- readonly isZkSaaSPhaseOne: boolean;
1669
- readonly asZkSaaSPhaseOne: TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType;
1670
- readonly isZkSaaSPhaseTwo: boolean;
1671
- readonly asZkSaaSPhaseTwo: TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType;
1672
- readonly type: 'DkgtssPhaseOne' | 'DkgtssPhaseTwo' | 'DkgtssPhaseThree' | 'DkgtssPhaseFour' | 'ZkSaaSPhaseOne' | 'ZkSaaSPhaseTwo';
1673
- }
1674
- /** @name TanglePrimitivesJobsTssDkgtssPhaseOneJobType (135) */
1675
- interface TanglePrimitivesJobsTssDkgtssPhaseOneJobType extends Struct {
1676
- readonly participants: Vec<AccountId32>;
1677
- readonly threshold: u8;
1678
- readonly permittedCaller: Option<AccountId32>;
1679
- readonly roleType: TanglePrimitivesRolesTssThresholdSignatureRoleType;
1680
- readonly hdWallet: bool;
1681
- }
1682
- /** @name TanglePrimitivesJobsTssDkgtssPhaseTwoJobType (138) */
1683
- interface TanglePrimitivesJobsTssDkgtssPhaseTwoJobType extends Struct {
1684
- readonly phaseOneId: u64;
1685
- readonly submission: Bytes;
1686
- readonly derivationPath: Option<Bytes>;
1687
- readonly roleType: TanglePrimitivesRolesTssThresholdSignatureRoleType;
1688
- }
1689
- /** @name TanglePrimitivesJobsTssDkgtssPhaseThreeJobType (142) */
1690
- interface TanglePrimitivesJobsTssDkgtssPhaseThreeJobType extends Struct {
1691
- readonly phaseOneId: u64;
1692
- readonly roleType: TanglePrimitivesRolesTssThresholdSignatureRoleType;
1693
- }
1694
- /** @name TanglePrimitivesJobsTssDkgtssPhaseFourJobType (143) */
1695
- interface TanglePrimitivesJobsTssDkgtssPhaseFourJobType extends Struct {
1696
- readonly phaseOneId: u64;
1697
- readonly newPhaseOneId: u64;
1698
- readonly roleType: TanglePrimitivesRolesTssThresholdSignatureRoleType;
1699
- }
1700
- /** @name TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType (144) */
1701
- interface TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType extends Struct {
1702
- readonly participants: Vec<AccountId32>;
1703
- readonly permittedCaller: Option<AccountId32>;
1704
- readonly system: TanglePrimitivesJobsZksaasZkSaaSSystem;
1705
- readonly roleType: TanglePrimitivesRolesZksaasZeroKnowledgeRoleType;
1706
- }
1707
- /** @name TanglePrimitivesJobsZksaasZkSaaSSystem (145) */
1708
- interface TanglePrimitivesJobsZksaasZkSaaSSystem extends Enum {
1709
- readonly isGroth16: boolean;
1710
- readonly asGroth16: TanglePrimitivesJobsZksaasGroth16System;
1711
- readonly type: 'Groth16';
1712
- }
1713
- /** @name TanglePrimitivesJobsZksaasGroth16System (146) */
1714
- interface TanglePrimitivesJobsZksaasGroth16System extends Struct {
1715
- readonly circuit: TanglePrimitivesJobsZksaasHyperData;
1716
- readonly numInputs: u64;
1717
- readonly numConstraints: u64;
1718
- readonly provingKey: TanglePrimitivesJobsZksaasHyperData;
1719
- readonly verifyingKey: Bytes;
1720
- readonly wasm: TanglePrimitivesJobsZksaasHyperData;
1721
- }
1722
- /** @name TanglePrimitivesJobsZksaasHyperData (147) */
1723
- interface TanglePrimitivesJobsZksaasHyperData extends Enum {
1724
- readonly isRaw: boolean;
1725
- readonly asRaw: Bytes;
1726
- readonly isIpfs: boolean;
1727
- readonly asIpfs: Bytes;
1728
- readonly isHttp: boolean;
1729
- readonly asHttp: Bytes;
1730
- readonly type: 'Raw' | 'Ipfs' | 'Http';
1731
- }
1732
- /** @name TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType (148) */
1733
- interface TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType extends Struct {
1734
- readonly phaseOneId: u64;
1735
- readonly request: TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest;
1736
- readonly roleType: TanglePrimitivesRolesZksaasZeroKnowledgeRoleType;
1737
- }
1738
- /** @name TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest (149) */
1739
- interface TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest extends Enum {
1740
- readonly isGroth16: boolean;
1741
- readonly asGroth16: TanglePrimitivesJobsZksaasGroth16ProveRequest;
1742
- readonly type: 'Groth16';
1743
- }
1744
- /** @name TanglePrimitivesJobsZksaasGroth16ProveRequest (150) */
1745
- interface TanglePrimitivesJobsZksaasGroth16ProveRequest extends Struct {
1746
- readonly publicInput: Bytes;
1747
- readonly aShares: Vec<TanglePrimitivesJobsZksaasHyperData>;
1748
- readonly axShares: Vec<TanglePrimitivesJobsZksaasHyperData>;
1749
- readonly qapShares: Vec<TanglePrimitivesJobsZksaasQapShare>;
1750
- }
1751
- /** @name TanglePrimitivesJobsZksaasQapShare (154) */
1752
- interface TanglePrimitivesJobsZksaasQapShare extends Struct {
1753
- readonly a: TanglePrimitivesJobsZksaasHyperData;
1754
- readonly b: TanglePrimitivesJobsZksaasHyperData;
1755
- readonly c: TanglePrimitivesJobsZksaasHyperData;
1756
- }
1757
- /** @name TanglePrimitivesJobsFallbackOptions (156) */
1758
- interface TanglePrimitivesJobsFallbackOptions extends Enum {
1759
- readonly isDestroy: boolean;
1760
- readonly isRegenerateWithThreshold: boolean;
1761
- readonly asRegenerateWithThreshold: u8;
1762
- readonly type: 'Destroy' | 'RegenerateWithThreshold';
1763
- }
1764
- /** @name TanglePrimitivesJobsJobInfo (157) */
1765
- interface TanglePrimitivesJobsJobInfo extends Struct {
1766
- readonly owner: AccountId32;
1767
- readonly expiry: u64;
1768
- readonly ttl: u64;
1769
- readonly jobType: TanglePrimitivesJobsJobType;
1770
- readonly fee: u128;
1771
- readonly fallback: TanglePrimitivesJobsFallbackOptions;
1772
- }
1773
- /** @name PalletDkgEvent (158) */
1774
- interface PalletDkgEvent extends Enum {
1775
- readonly isFeeUpdated: boolean;
1776
- readonly asFeeUpdated: PalletDkgFeeInfo;
1777
- readonly isKeyRotated: boolean;
1778
- readonly asKeyRotated: {
1779
- readonly fromJobId: u64;
1780
- readonly toJobId: u64;
1781
- readonly signature: Bytes;
1782
- } & Struct;
1783
- readonly type: 'FeeUpdated' | 'KeyRotated';
1784
- }
1785
- /** @name PalletDkgFeeInfo (159) */
1786
- interface PalletDkgFeeInfo extends Struct {
1787
- readonly baseFee: u128;
1788
- readonly dkgValidatorFee: u128;
1789
- readonly sigValidatorFee: u128;
1790
- readonly refreshValidatorFee: u128;
1791
- readonly storageFeePerByte: u128;
1792
- readonly storageFeePerBlock: u128;
1793
- }
1794
- /** @name PalletZksaasEvent (160) */
1795
- interface PalletZksaasEvent extends Enum {
1796
- readonly isFeeUpdated: boolean;
1797
- readonly asFeeUpdated: PalletZksaasFeeInfo;
1798
- readonly type: 'FeeUpdated';
1799
- }
1800
- /** @name PalletZksaasFeeInfo (161) */
1801
- interface PalletZksaasFeeInfo extends Struct {
1802
- readonly baseFee: u128;
1803
- readonly circuitFee: u128;
1804
- readonly proveFee: u128;
1805
- readonly storageFeePerByte: u128;
1806
- }
1807
- /** @name PalletProxyEvent (162) */
1514
+ /** @name PalletProxyEvent (122) */
1808
1515
  interface PalletProxyEvent extends Enum {
1809
1516
  readonly isProxyExecuted: boolean;
1810
1517
  readonly asProxyExecuted: {
@@ -1839,7 +1546,7 @@ declare module '@polkadot/types/lookup' {
1839
1546
  } & Struct;
1840
1547
  readonly type: 'ProxyExecuted' | 'PureCreated' | 'Announced' | 'ProxyAdded' | 'ProxyRemoved';
1841
1548
  }
1842
- /** @name TangleTestnetRuntimeProxyType (163) */
1549
+ /** @name TangleTestnetRuntimeProxyType (123) */
1843
1550
  interface TangleTestnetRuntimeProxyType extends Enum {
1844
1551
  readonly isAny: boolean;
1845
1552
  readonly isNonTransfer: boolean;
@@ -1847,7 +1554,7 @@ declare module '@polkadot/types/lookup' {
1847
1554
  readonly isStaking: boolean;
1848
1555
  readonly type: 'Any' | 'NonTransfer' | 'Governance' | 'Staking';
1849
1556
  }
1850
- /** @name PalletMultiAssetDelegationEvent (165) */
1557
+ /** @name PalletMultiAssetDelegationEvent (125) */
1851
1558
  interface PalletMultiAssetDelegationEvent extends Enum {
1852
1559
  readonly isOperatorJoined: boolean;
1853
1560
  readonly asOperatorJoined: {
@@ -1873,7 +1580,7 @@ declare module '@polkadot/types/lookup' {
1873
1580
  readonly isOperatorBondLessScheduled: boolean;
1874
1581
  readonly asOperatorBondLessScheduled: {
1875
1582
  readonly who: AccountId32;
1876
- readonly bondLessAmount: u128;
1583
+ readonly unstakeAmount: u128;
1877
1584
  } & Struct;
1878
1585
  readonly isOperatorBondLessExecuted: boolean;
1879
1586
  readonly asOperatorBondLessExecuted: {
@@ -1895,20 +1602,20 @@ declare module '@polkadot/types/lookup' {
1895
1602
  readonly asDeposited: {
1896
1603
  readonly who: AccountId32;
1897
1604
  readonly amount: u128;
1898
- readonly assetId: Option<u128>;
1605
+ readonly assetId: u128;
1899
1606
  } & Struct;
1900
- readonly isScheduledUnstake: boolean;
1901
- readonly asScheduledUnstake: {
1607
+ readonly isScheduledwithdraw: boolean;
1608
+ readonly asScheduledwithdraw: {
1902
1609
  readonly who: AccountId32;
1903
1610
  readonly amount: u128;
1904
- readonly assetId: Option<u128>;
1611
+ readonly assetId: u128;
1905
1612
  } & Struct;
1906
- readonly isExecutedUnstake: boolean;
1907
- readonly asExecutedUnstake: {
1613
+ readonly isExecutedwithdraw: boolean;
1614
+ readonly asExecutedwithdraw: {
1908
1615
  readonly who: AccountId32;
1909
1616
  } & Struct;
1910
- readonly isCancelledUnstake: boolean;
1911
- readonly asCancelledUnstake: {
1617
+ readonly isCancelledwithdraw: boolean;
1618
+ readonly asCancelledwithdraw: {
1912
1619
  readonly who: AccountId32;
1913
1620
  } & Struct;
1914
1621
  readonly isDelegated: boolean;
@@ -1933,23 +1640,322 @@ declare module '@polkadot/types/lookup' {
1933
1640
  readonly asCancelledDelegatorBondLess: {
1934
1641
  readonly who: AccountId32;
1935
1642
  } & Struct;
1936
- readonly isWhitelistedAssetsSet: boolean;
1937
- readonly asWhitelistedAssetsSet: {
1938
- readonly assets: Vec<u128>;
1939
- } & Struct;
1940
1643
  readonly isIncentiveAPYAndCapSet: boolean;
1941
1644
  readonly asIncentiveAPYAndCapSet: {
1942
- readonly assetId: u128;
1943
- readonly apy: u128;
1645
+ readonly poolId: u128;
1646
+ readonly apy: Percent;
1944
1647
  readonly cap: u128;
1945
1648
  } & Struct;
1946
1649
  readonly isBlueprintWhitelisted: boolean;
1947
1650
  readonly asBlueprintWhitelisted: {
1948
1651
  readonly blueprintId: u32;
1949
1652
  } & Struct;
1950
- readonly type: 'OperatorJoined' | 'OperatorLeavingScheduled' | 'OperatorLeaveCancelled' | 'OperatorLeaveExecuted' | 'OperatorBondMore' | 'OperatorBondLessScheduled' | 'OperatorBondLessExecuted' | 'OperatorBondLessCancelled' | 'OperatorWentOffline' | 'OperatorWentOnline' | 'Deposited' | 'ScheduledUnstake' | 'ExecutedUnstake' | 'CancelledUnstake' | 'Delegated' | 'ScheduledDelegatorBondLess' | 'ExecutedDelegatorBondLess' | 'CancelledDelegatorBondLess' | 'WhitelistedAssetsSet' | 'IncentiveAPYAndCapSet' | 'BlueprintWhitelisted';
1653
+ readonly isAssetUpdatedInPool: boolean;
1654
+ readonly asAssetUpdatedInPool: {
1655
+ readonly who: AccountId32;
1656
+ readonly poolId: u128;
1657
+ readonly assetId: u128;
1658
+ readonly action: PalletMultiAssetDelegationRewardsAssetAction;
1659
+ } & Struct;
1660
+ readonly type: 'OperatorJoined' | 'OperatorLeavingScheduled' | 'OperatorLeaveCancelled' | 'OperatorLeaveExecuted' | 'OperatorBondMore' | 'OperatorBondLessScheduled' | 'OperatorBondLessExecuted' | 'OperatorBondLessCancelled' | 'OperatorWentOffline' | 'OperatorWentOnline' | 'Deposited' | 'Scheduledwithdraw' | 'Executedwithdraw' | 'Cancelledwithdraw' | 'Delegated' | 'ScheduledDelegatorBondLess' | 'ExecutedDelegatorBondLess' | 'CancelledDelegatorBondLess' | 'IncentiveAPYAndCapSet' | 'BlueprintWhitelisted' | 'AssetUpdatedInPool';
1661
+ }
1662
+ /** @name PalletMultiAssetDelegationRewardsAssetAction (127) */
1663
+ interface PalletMultiAssetDelegationRewardsAssetAction extends Enum {
1664
+ readonly isAdd: boolean;
1665
+ readonly isRemove: boolean;
1666
+ readonly type: 'Add' | 'Remove';
1667
+ }
1668
+ /** @name PalletServicesModuleEvent (128) */
1669
+ interface PalletServicesModuleEvent extends Enum {
1670
+ readonly isBlueprintCreated: boolean;
1671
+ readonly asBlueprintCreated: {
1672
+ readonly owner: AccountId32;
1673
+ readonly blueprintId: u64;
1674
+ } & Struct;
1675
+ readonly isPreRegistration: boolean;
1676
+ readonly asPreRegistration: {
1677
+ readonly operator: AccountId32;
1678
+ readonly blueprintId: u64;
1679
+ } & Struct;
1680
+ readonly isRegistered: boolean;
1681
+ readonly asRegistered: {
1682
+ readonly provider: AccountId32;
1683
+ readonly blueprintId: u64;
1684
+ readonly preferences: TanglePrimitivesServicesOperatorPreferences;
1685
+ readonly registrationArgs: Vec<TanglePrimitivesServicesField>;
1686
+ } & Struct;
1687
+ readonly isUnregistered: boolean;
1688
+ readonly asUnregistered: {
1689
+ readonly operator: AccountId32;
1690
+ readonly blueprintId: u64;
1691
+ } & Struct;
1692
+ readonly isApprovalPreferenceUpdated: boolean;
1693
+ readonly asApprovalPreferenceUpdated: {
1694
+ readonly operator: AccountId32;
1695
+ readonly blueprintId: u64;
1696
+ readonly approvalPreference: TanglePrimitivesServicesApprovalPrefrence;
1697
+ } & Struct;
1698
+ readonly isPriceTargetsUpdated: boolean;
1699
+ readonly asPriceTargetsUpdated: {
1700
+ readonly operator: AccountId32;
1701
+ readonly blueprintId: u64;
1702
+ readonly priceTargets: TanglePrimitivesServicesPriceTargets;
1703
+ } & Struct;
1704
+ readonly isServiceRequested: boolean;
1705
+ readonly asServiceRequested: {
1706
+ readonly owner: AccountId32;
1707
+ readonly requestId: u64;
1708
+ readonly blueprintId: u64;
1709
+ readonly pendingApprovals: Vec<AccountId32>;
1710
+ readonly approved: Vec<AccountId32>;
1711
+ } & Struct;
1712
+ readonly isServiceRequestApproved: boolean;
1713
+ readonly asServiceRequestApproved: {
1714
+ readonly operator: AccountId32;
1715
+ readonly requestId: u64;
1716
+ readonly blueprintId: u64;
1717
+ readonly pendingApprovals: Vec<AccountId32>;
1718
+ readonly approved: Vec<AccountId32>;
1719
+ } & Struct;
1720
+ readonly isServiceRequestRejected: boolean;
1721
+ readonly asServiceRequestRejected: {
1722
+ readonly operator: AccountId32;
1723
+ readonly requestId: u64;
1724
+ readonly blueprintId: u64;
1725
+ } & Struct;
1726
+ readonly isServiceRequestUpdated: boolean;
1727
+ readonly asServiceRequestUpdated: {
1728
+ readonly owner: AccountId32;
1729
+ readonly requestId: u64;
1730
+ readonly blueprintId: u64;
1731
+ readonly pendingApprovals: Vec<AccountId32>;
1732
+ readonly approved: Vec<AccountId32>;
1733
+ } & Struct;
1734
+ readonly isServiceInitiated: boolean;
1735
+ readonly asServiceInitiated: {
1736
+ readonly owner: AccountId32;
1737
+ readonly requestId: Option<u64>;
1738
+ readonly serviceId: u64;
1739
+ readonly blueprintId: u64;
1740
+ } & Struct;
1741
+ readonly isServiceTerminated: boolean;
1742
+ readonly asServiceTerminated: {
1743
+ readonly owner: AccountId32;
1744
+ readonly serviceId: u64;
1745
+ readonly blueprintId: u64;
1746
+ } & Struct;
1747
+ readonly isJobCalled: boolean;
1748
+ readonly asJobCalled: {
1749
+ readonly caller: AccountId32;
1750
+ readonly serviceId: u64;
1751
+ readonly callId: u64;
1752
+ readonly job: u8;
1753
+ readonly args: Vec<TanglePrimitivesServicesField>;
1754
+ } & Struct;
1755
+ readonly isJobResultSubmitted: boolean;
1756
+ readonly asJobResultSubmitted: {
1757
+ readonly operator: AccountId32;
1758
+ readonly serviceId: u64;
1759
+ readonly callId: u64;
1760
+ readonly job: u8;
1761
+ readonly result: Vec<TanglePrimitivesServicesField>;
1762
+ } & Struct;
1763
+ readonly isEvmLog: boolean;
1764
+ readonly asEvmLog: {
1765
+ readonly address: H160;
1766
+ readonly topics: Vec<H256>;
1767
+ readonly data: Bytes;
1768
+ } & Struct;
1769
+ readonly isEvmReverted: boolean;
1770
+ readonly asEvmReverted: {
1771
+ readonly from: H160;
1772
+ readonly to: H160;
1773
+ readonly data: Bytes;
1774
+ readonly reason: Bytes;
1775
+ } & Struct;
1776
+ readonly type: 'BlueprintCreated' | 'PreRegistration' | 'Registered' | 'Unregistered' | 'ApprovalPreferenceUpdated' | 'PriceTargetsUpdated' | 'ServiceRequested' | 'ServiceRequestApproved' | 'ServiceRequestRejected' | 'ServiceRequestUpdated' | 'ServiceInitiated' | 'ServiceTerminated' | 'JobCalled' | 'JobResultSubmitted' | 'EvmLog' | 'EvmReverted';
1777
+ }
1778
+ /** @name TanglePrimitivesServicesOperatorPreferences (129) */
1779
+ interface TanglePrimitivesServicesOperatorPreferences extends Struct {
1780
+ readonly key: SpCoreEcdsaPublic;
1781
+ readonly approval: TanglePrimitivesServicesApprovalPrefrence;
1782
+ readonly priceTargets: TanglePrimitivesServicesPriceTargets;
1783
+ }
1784
+ /** @name SpCoreEcdsaPublic (130) */
1785
+ interface SpCoreEcdsaPublic extends U8aFixed {
1951
1786
  }
1952
- /** @name SygmaAccessSegregatorEvent (168) */
1787
+ /** @name TanglePrimitivesServicesApprovalPrefrence (132) */
1788
+ interface TanglePrimitivesServicesApprovalPrefrence extends Enum {
1789
+ readonly isNone: boolean;
1790
+ readonly isRequired: boolean;
1791
+ readonly type: 'None' | 'Required';
1792
+ }
1793
+ /** @name TanglePrimitivesServicesPriceTargets (133) */
1794
+ interface TanglePrimitivesServicesPriceTargets extends Struct {
1795
+ readonly cpu: u64;
1796
+ readonly mem: u64;
1797
+ readonly storageHdd: u64;
1798
+ readonly storageSsd: u64;
1799
+ readonly storageNvme: u64;
1800
+ }
1801
+ /** @name TanglePrimitivesServicesField (135) */
1802
+ interface TanglePrimitivesServicesField extends Enum {
1803
+ readonly isNone: boolean;
1804
+ readonly isBool: boolean;
1805
+ readonly asBool: bool;
1806
+ readonly isUint8: boolean;
1807
+ readonly asUint8: u8;
1808
+ readonly isInt8: boolean;
1809
+ readonly asInt8: i8;
1810
+ readonly isUint16: boolean;
1811
+ readonly asUint16: u16;
1812
+ readonly isInt16: boolean;
1813
+ readonly asInt16: i16;
1814
+ readonly isUint32: boolean;
1815
+ readonly asUint32: u32;
1816
+ readonly isInt32: boolean;
1817
+ readonly asInt32: i32;
1818
+ readonly isUint64: boolean;
1819
+ readonly asUint64: u64;
1820
+ readonly isInt64: boolean;
1821
+ readonly asInt64: i64;
1822
+ readonly isString: boolean;
1823
+ readonly asString: Bytes;
1824
+ readonly isBytes: boolean;
1825
+ readonly asBytes: Bytes;
1826
+ readonly isArray: boolean;
1827
+ readonly asArray: Vec<TanglePrimitivesServicesField>;
1828
+ readonly isList: boolean;
1829
+ readonly asList: Vec<TanglePrimitivesServicesField>;
1830
+ readonly isStruct: boolean;
1831
+ readonly asStruct: ITuple<[Bytes, Vec<ITuple<[Bytes, TanglePrimitivesServicesField]>>]>;
1832
+ readonly isAccountId: boolean;
1833
+ readonly asAccountId: AccountId32;
1834
+ readonly type: 'None' | 'Bool' | 'Uint8' | 'Int8' | 'Uint16' | 'Int16' | 'Uint32' | 'Int32' | 'Uint64' | 'Int64' | 'String' | 'Bytes' | 'Array' | 'List' | 'Struct' | 'AccountId';
1835
+ }
1836
+ /** @name PalletTangleLstEvent (148) */
1837
+ interface PalletTangleLstEvent extends Enum {
1838
+ readonly isCreated: boolean;
1839
+ readonly asCreated: {
1840
+ readonly depositor: AccountId32;
1841
+ readonly poolId: u32;
1842
+ } & Struct;
1843
+ readonly isBonded: boolean;
1844
+ readonly asBonded: {
1845
+ readonly member: AccountId32;
1846
+ readonly poolId: u32;
1847
+ readonly bonded: u128;
1848
+ readonly joined: bool;
1849
+ } & Struct;
1850
+ readonly isPaidOut: boolean;
1851
+ readonly asPaidOut: {
1852
+ readonly member: AccountId32;
1853
+ readonly poolId: u32;
1854
+ readonly payout: u128;
1855
+ } & Struct;
1856
+ readonly isUnbonded: boolean;
1857
+ readonly asUnbonded: {
1858
+ readonly member: AccountId32;
1859
+ readonly poolId: u32;
1860
+ readonly balance: u128;
1861
+ readonly points: u128;
1862
+ readonly era: u32;
1863
+ } & Struct;
1864
+ readonly isWithdrawn: boolean;
1865
+ readonly asWithdrawn: {
1866
+ readonly member: AccountId32;
1867
+ readonly poolId: u32;
1868
+ readonly balance: u128;
1869
+ readonly points: u128;
1870
+ } & Struct;
1871
+ readonly isDestroyed: boolean;
1872
+ readonly asDestroyed: {
1873
+ readonly poolId: u32;
1874
+ } & Struct;
1875
+ readonly isStateChanged: boolean;
1876
+ readonly asStateChanged: {
1877
+ readonly poolId: u32;
1878
+ readonly newState: PalletTangleLstPoolsPoolState;
1879
+ } & Struct;
1880
+ readonly isMemberRemoved: boolean;
1881
+ readonly asMemberRemoved: {
1882
+ readonly poolId: u32;
1883
+ readonly member: AccountId32;
1884
+ } & Struct;
1885
+ readonly isRolesUpdated: boolean;
1886
+ readonly asRolesUpdated: {
1887
+ readonly root: Option<AccountId32>;
1888
+ readonly bouncer: Option<AccountId32>;
1889
+ readonly nominator: Option<AccountId32>;
1890
+ } & Struct;
1891
+ readonly isPoolSlashed: boolean;
1892
+ readonly asPoolSlashed: {
1893
+ readonly poolId: u32;
1894
+ readonly balance: u128;
1895
+ } & Struct;
1896
+ readonly isUnbondingPoolSlashed: boolean;
1897
+ readonly asUnbondingPoolSlashed: {
1898
+ readonly poolId: u32;
1899
+ readonly era: u32;
1900
+ readonly balance: u128;
1901
+ } & Struct;
1902
+ readonly isPoolCommissionUpdated: boolean;
1903
+ readonly asPoolCommissionUpdated: {
1904
+ readonly poolId: u32;
1905
+ readonly current: Option<ITuple<[Perbill, AccountId32]>>;
1906
+ } & Struct;
1907
+ readonly isPoolMaxCommissionUpdated: boolean;
1908
+ readonly asPoolMaxCommissionUpdated: {
1909
+ readonly poolId: u32;
1910
+ readonly maxCommission: Perbill;
1911
+ } & Struct;
1912
+ readonly isPoolCommissionChangeRateUpdated: boolean;
1913
+ readonly asPoolCommissionChangeRateUpdated: {
1914
+ readonly poolId: u32;
1915
+ readonly changeRate: PalletTangleLstCommissionCommissionChangeRate;
1916
+ } & Struct;
1917
+ readonly isPoolCommissionClaimPermissionUpdated: boolean;
1918
+ readonly asPoolCommissionClaimPermissionUpdated: {
1919
+ readonly poolId: u32;
1920
+ readonly permission: Option<PalletTangleLstCommissionCommissionClaimPermission>;
1921
+ } & Struct;
1922
+ readonly isPoolCommissionClaimed: boolean;
1923
+ readonly asPoolCommissionClaimed: {
1924
+ readonly poolId: u32;
1925
+ readonly commission: u128;
1926
+ } & Struct;
1927
+ readonly isMinBalanceDeficitAdjusted: boolean;
1928
+ readonly asMinBalanceDeficitAdjusted: {
1929
+ readonly poolId: u32;
1930
+ readonly amount: u128;
1931
+ } & Struct;
1932
+ readonly isMinBalanceExcessAdjusted: boolean;
1933
+ readonly asMinBalanceExcessAdjusted: {
1934
+ readonly poolId: u32;
1935
+ readonly amount: u128;
1936
+ } & Struct;
1937
+ readonly type: 'Created' | 'Bonded' | 'PaidOut' | 'Unbonded' | 'Withdrawn' | 'Destroyed' | 'StateChanged' | 'MemberRemoved' | 'RolesUpdated' | 'PoolSlashed' | 'UnbondingPoolSlashed' | 'PoolCommissionUpdated' | 'PoolMaxCommissionUpdated' | 'PoolCommissionChangeRateUpdated' | 'PoolCommissionClaimPermissionUpdated' | 'PoolCommissionClaimed' | 'MinBalanceDeficitAdjusted' | 'MinBalanceExcessAdjusted';
1938
+ }
1939
+ /** @name PalletTangleLstPoolsPoolState (149) */
1940
+ interface PalletTangleLstPoolsPoolState extends Enum {
1941
+ readonly isOpen: boolean;
1942
+ readonly isBlocked: boolean;
1943
+ readonly isDestroying: boolean;
1944
+ readonly type: 'Open' | 'Blocked' | 'Destroying';
1945
+ }
1946
+ /** @name PalletTangleLstCommissionCommissionChangeRate (150) */
1947
+ interface PalletTangleLstCommissionCommissionChangeRate extends Struct {
1948
+ readonly maxIncrease: Perbill;
1949
+ readonly minDelay: u64;
1950
+ }
1951
+ /** @name PalletTangleLstCommissionCommissionClaimPermission (152) */
1952
+ interface PalletTangleLstCommissionCommissionClaimPermission extends Enum {
1953
+ readonly isPermissionless: boolean;
1954
+ readonly isAccount: boolean;
1955
+ readonly asAccount: AccountId32;
1956
+ readonly type: 'Permissionless' | 'Account';
1957
+ }
1958
+ /** @name SygmaAccessSegregatorEvent (153) */
1953
1959
  interface SygmaAccessSegregatorEvent extends Enum {
1954
1960
  readonly isAccessGranted: boolean;
1955
1961
  readonly asAccessGranted: {
@@ -1959,7 +1965,7 @@ declare module '@polkadot/types/lookup' {
1959
1965
  } & Struct;
1960
1966
  readonly type: 'AccessGranted';
1961
1967
  }
1962
- /** @name SygmaBasicFeehandlerEvent (169) */
1968
+ /** @name SygmaBasicFeehandlerEvent (154) */
1963
1969
  interface SygmaBasicFeehandlerEvent extends Enum {
1964
1970
  readonly isFeeSet: boolean;
1965
1971
  readonly asFeeSet: {
@@ -1969,15 +1975,15 @@ declare module '@polkadot/types/lookup' {
1969
1975
  } & Struct;
1970
1976
  readonly type: 'FeeSet';
1971
1977
  }
1972
- /** @name StagingXcmV4AssetAssetId (170) */
1978
+ /** @name StagingXcmV4AssetAssetId (155) */
1973
1979
  interface StagingXcmV4AssetAssetId extends StagingXcmV4Location {
1974
1980
  }
1975
- /** @name StagingXcmV4Location (171) */
1981
+ /** @name StagingXcmV4Location (156) */
1976
1982
  interface StagingXcmV4Location extends Struct {
1977
1983
  readonly parents: u8;
1978
1984
  readonly interior: StagingXcmV4Junctions;
1979
1985
  }
1980
- /** @name StagingXcmV4Junctions (172) */
1986
+ /** @name StagingXcmV4Junctions (157) */
1981
1987
  interface StagingXcmV4Junctions extends Enum {
1982
1988
  readonly isHere: boolean;
1983
1989
  readonly isX1: boolean;
@@ -1998,7 +2004,7 @@ declare module '@polkadot/types/lookup' {
1998
2004
  readonly asX8: StagingXcmV4Junction;
1999
2005
  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
2000
2006
  }
2001
- /** @name StagingXcmV4Junction (174) */
2007
+ /** @name StagingXcmV4Junction (159) */
2002
2008
  interface StagingXcmV4Junction extends Enum {
2003
2009
  readonly isParachain: boolean;
2004
2010
  readonly asParachain: Compact<u32>;
@@ -2036,7 +2042,7 @@ declare module '@polkadot/types/lookup' {
2036
2042
  readonly asGlobalConsensus: StagingXcmV4JunctionNetworkId;
2037
2043
  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
2038
2044
  }
2039
- /** @name StagingXcmV4JunctionNetworkId (177) */
2045
+ /** @name StagingXcmV4JunctionNetworkId (162) */
2040
2046
  interface StagingXcmV4JunctionNetworkId extends Enum {
2041
2047
  readonly isByGenesis: boolean;
2042
2048
  readonly asByGenesis: U8aFixed;
@@ -2059,7 +2065,7 @@ declare module '@polkadot/types/lookup' {
2059
2065
  readonly isPolkadotBulletin: boolean;
2060
2066
  readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash' | 'PolkadotBulletin';
2061
2067
  }
2062
- /** @name XcmV3JunctionBodyId (178) */
2068
+ /** @name XcmV3JunctionBodyId (163) */
2063
2069
  interface XcmV3JunctionBodyId extends Enum {
2064
2070
  readonly isUnit: boolean;
2065
2071
  readonly isMoniker: boolean;
@@ -2075,7 +2081,7 @@ declare module '@polkadot/types/lookup' {
2075
2081
  readonly isTreasury: boolean;
2076
2082
  readonly type: 'Unit' | 'Moniker' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';
2077
2083
  }
2078
- /** @name XcmV3JunctionBodyPart (179) */
2084
+ /** @name XcmV3JunctionBodyPart (164) */
2079
2085
  interface XcmV3JunctionBodyPart extends Enum {
2080
2086
  readonly isVoice: boolean;
2081
2087
  readonly isMembers: boolean;
@@ -2099,7 +2105,7 @@ declare module '@polkadot/types/lookup' {
2099
2105
  } & Struct;
2100
2106
  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
2101
2107
  }
2102
- /** @name SygmaFeeHandlerRouterEvent (187) */
2108
+ /** @name SygmaFeeHandlerRouterEvent (172) */
2103
2109
  interface SygmaFeeHandlerRouterEvent extends Enum {
2104
2110
  readonly isFeeHandlerSet: boolean;
2105
2111
  readonly asFeeHandlerSet: {
@@ -2109,14 +2115,14 @@ declare module '@polkadot/types/lookup' {
2109
2115
  } & Struct;
2110
2116
  readonly type: 'FeeHandlerSet';
2111
2117
  }
2112
- /** @name SygmaFeeHandlerRouterFeeHandlerType (188) */
2118
+ /** @name SygmaFeeHandlerRouterFeeHandlerType (173) */
2113
2119
  interface SygmaFeeHandlerRouterFeeHandlerType extends Enum {
2114
2120
  readonly isBasicFeeHandler: boolean;
2115
2121
  readonly isPercentageFeeHandler: boolean;
2116
2122
  readonly isDynamicFeeHandler: boolean;
2117
2123
  readonly type: 'BasicFeeHandler' | 'PercentageFeeHandler' | 'DynamicFeeHandler';
2118
2124
  }
2119
- /** @name SygmaPercentageFeehandlerEvent (189) */
2125
+ /** @name SygmaPercentageFeehandlerEvent (174) */
2120
2126
  interface SygmaPercentageFeehandlerEvent extends Enum {
2121
2127
  readonly isFeeRateSet: boolean;
2122
2128
  readonly asFeeRateSet: {
@@ -2128,7 +2134,7 @@ declare module '@polkadot/types/lookup' {
2128
2134
  } & Struct;
2129
2135
  readonly type: 'FeeRateSet';
2130
2136
  }
2131
- /** @name SygmaBridgeEvent (190) */
2137
+ /** @name SygmaBridgeEvent (175) */
2132
2138
  interface SygmaBridgeEvent extends Enum {
2133
2139
  readonly isDeposit: boolean;
2134
2140
  readonly asDeposit: {
@@ -2196,14 +2202,14 @@ declare module '@polkadot/types/lookup' {
2196
2202
  } & Struct;
2197
2203
  readonly type: 'Deposit' | 'ProposalExecution' | 'FailedHandlerExecution' | 'Retry' | 'BridgePaused' | 'BridgeUnpaused' | 'RegisterDestDomain' | 'UnregisterDestDomain' | 'FeeCollected' | 'AllBridgePaused' | 'AllBridgeUnpaused';
2198
2204
  }
2199
- /** @name SygmaTraitsTransferType (191) */
2205
+ /** @name SygmaTraitsTransferType (176) */
2200
2206
  interface SygmaTraitsTransferType extends Enum {
2201
2207
  readonly isFungibleTransfer: boolean;
2202
2208
  readonly isNonFungibleTransfer: boolean;
2203
2209
  readonly isGenericTransfer: boolean;
2204
2210
  readonly type: 'FungibleTransfer' | 'NonFungibleTransfer' | 'GenericTransfer';
2205
2211
  }
2206
- /** @name FrameSystemPhase (192) */
2212
+ /** @name FrameSystemPhase (177) */
2207
2213
  interface FrameSystemPhase extends Enum {
2208
2214
  readonly isApplyExtrinsic: boolean;
2209
2215
  readonly asApplyExtrinsic: u32;
@@ -2211,17 +2217,17 @@ declare module '@polkadot/types/lookup' {
2211
2217
  readonly isInitialization: boolean;
2212
2218
  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
2213
2219
  }
2214
- /** @name FrameSystemLastRuntimeUpgradeInfo (194) */
2220
+ /** @name FrameSystemLastRuntimeUpgradeInfo (179) */
2215
2221
  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
2216
2222
  readonly specVersion: Compact<u32>;
2217
2223
  readonly specName: Text;
2218
2224
  }
2219
- /** @name FrameSystemCodeUpgradeAuthorization (195) */
2225
+ /** @name FrameSystemCodeUpgradeAuthorization (180) */
2220
2226
  interface FrameSystemCodeUpgradeAuthorization extends Struct {
2221
2227
  readonly codeHash: H256;
2222
2228
  readonly checkVersion: bool;
2223
2229
  }
2224
- /** @name FrameSystemCall (196) */
2230
+ /** @name FrameSystemCall (181) */
2225
2231
  interface FrameSystemCall extends Enum {
2226
2232
  readonly isRemark: boolean;
2227
2233
  readonly asRemark: {
@@ -2270,41 +2276,41 @@ declare module '@polkadot/types/lookup' {
2270
2276
  } & Struct;
2271
2277
  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent' | 'AuthorizeUpgrade' | 'AuthorizeUpgradeWithoutChecks' | 'ApplyAuthorizedUpgrade';
2272
2278
  }
2273
- /** @name FrameSystemLimitsBlockWeights (200) */
2279
+ /** @name FrameSystemLimitsBlockWeights (185) */
2274
2280
  interface FrameSystemLimitsBlockWeights extends Struct {
2275
2281
  readonly baseBlock: SpWeightsWeightV2Weight;
2276
2282
  readonly maxBlock: SpWeightsWeightV2Weight;
2277
2283
  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
2278
2284
  }
2279
- /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (201) */
2285
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (186) */
2280
2286
  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
2281
2287
  readonly normal: FrameSystemLimitsWeightsPerClass;
2282
2288
  readonly operational: FrameSystemLimitsWeightsPerClass;
2283
2289
  readonly mandatory: FrameSystemLimitsWeightsPerClass;
2284
2290
  }
2285
- /** @name FrameSystemLimitsWeightsPerClass (202) */
2291
+ /** @name FrameSystemLimitsWeightsPerClass (187) */
2286
2292
  interface FrameSystemLimitsWeightsPerClass extends Struct {
2287
2293
  readonly baseExtrinsic: SpWeightsWeightV2Weight;
2288
2294
  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
2289
2295
  readonly maxTotal: Option<SpWeightsWeightV2Weight>;
2290
2296
  readonly reserved: Option<SpWeightsWeightV2Weight>;
2291
2297
  }
2292
- /** @name FrameSystemLimitsBlockLength (204) */
2298
+ /** @name FrameSystemLimitsBlockLength (189) */
2293
2299
  interface FrameSystemLimitsBlockLength extends Struct {
2294
2300
  readonly max: FrameSupportDispatchPerDispatchClassU32;
2295
2301
  }
2296
- /** @name FrameSupportDispatchPerDispatchClassU32 (205) */
2302
+ /** @name FrameSupportDispatchPerDispatchClassU32 (190) */
2297
2303
  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
2298
2304
  readonly normal: u32;
2299
2305
  readonly operational: u32;
2300
2306
  readonly mandatory: u32;
2301
2307
  }
2302
- /** @name SpWeightsRuntimeDbWeight (206) */
2308
+ /** @name SpWeightsRuntimeDbWeight (191) */
2303
2309
  interface SpWeightsRuntimeDbWeight extends Struct {
2304
2310
  readonly read: u64;
2305
2311
  readonly write: u64;
2306
2312
  }
2307
- /** @name SpVersionRuntimeVersion (207) */
2313
+ /** @name SpVersionRuntimeVersion (192) */
2308
2314
  interface SpVersionRuntimeVersion extends Struct {
2309
2315
  readonly specName: Text;
2310
2316
  readonly implName: Text;
@@ -2315,7 +2321,7 @@ declare module '@polkadot/types/lookup' {
2315
2321
  readonly transactionVersion: u32;
2316
2322
  readonly stateVersion: u8;
2317
2323
  }
2318
- /** @name FrameSystemError (212) */
2324
+ /** @name FrameSystemError (197) */
2319
2325
  interface FrameSystemError extends Enum {
2320
2326
  readonly isInvalidSpecName: boolean;
2321
2327
  readonly isSpecVersionNeedsToIncrease: boolean;
@@ -2327,7 +2333,7 @@ declare module '@polkadot/types/lookup' {
2327
2333
  readonly isUnauthorized: boolean;
2328
2334
  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered' | 'NothingAuthorized' | 'Unauthorized';
2329
2335
  }
2330
- /** @name PalletTimestampCall (213) */
2336
+ /** @name PalletTimestampCall (198) */
2331
2337
  interface PalletTimestampCall extends Enum {
2332
2338
  readonly isSet: boolean;
2333
2339
  readonly asSet: {
@@ -2335,7 +2341,7 @@ declare module '@polkadot/types/lookup' {
2335
2341
  } & Struct;
2336
2342
  readonly type: 'Set';
2337
2343
  }
2338
- /** @name PalletSudoCall (214) */
2344
+ /** @name PalletSudoCall (199) */
2339
2345
  interface PalletSudoCall extends Enum {
2340
2346
  readonly isSudo: boolean;
2341
2347
  readonly asSudo: {
@@ -2358,7 +2364,7 @@ declare module '@polkadot/types/lookup' {
2358
2364
  readonly isRemoveKey: boolean;
2359
2365
  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs' | 'RemoveKey';
2360
2366
  }
2361
- /** @name PalletAssetsCall (216) */
2367
+ /** @name PalletAssetsCall (201) */
2362
2368
  interface PalletAssetsCall extends Enum {
2363
2369
  readonly isCreate: boolean;
2364
2370
  readonly asCreate: {
@@ -2539,7 +2545,7 @@ declare module '@polkadot/types/lookup' {
2539
2545
  } & Struct;
2540
2546
  readonly type: 'Create' | 'ForceCreate' | 'StartDestroy' | 'DestroyAccounts' | 'DestroyApprovals' | 'FinishDestroy' | 'Mint' | 'Burn' | 'Transfer' | 'TransferKeepAlive' | 'ForceTransfer' | 'Freeze' | 'Thaw' | 'FreezeAsset' | 'ThawAsset' | 'TransferOwnership' | 'SetTeam' | 'SetMetadata' | 'ClearMetadata' | 'ForceSetMetadata' | 'ForceClearMetadata' | 'ForceAssetStatus' | 'ApproveTransfer' | 'CancelApproval' | 'ForceCancelApproval' | 'TransferApproved' | 'Touch' | 'Refund' | 'SetMinBalance' | 'TouchOther' | 'RefundOther' | 'Block';
2541
2547
  }
2542
- /** @name PalletBalancesCall (218) */
2548
+ /** @name PalletBalancesCall (203) */
2543
2549
  interface PalletBalancesCall extends Enum {
2544
2550
  readonly isTransferAllowDeath: boolean;
2545
2551
  readonly asTransferAllowDeath: {
@@ -2583,13 +2589,13 @@ declare module '@polkadot/types/lookup' {
2583
2589
  } & Struct;
2584
2590
  readonly type: 'TransferAllowDeath' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'ForceSetBalance' | 'ForceAdjustTotalIssuance';
2585
2591
  }
2586
- /** @name PalletBalancesAdjustmentDirection (219) */
2592
+ /** @name PalletBalancesAdjustmentDirection (204) */
2587
2593
  interface PalletBalancesAdjustmentDirection extends Enum {
2588
2594
  readonly isIncrease: boolean;
2589
2595
  readonly isDecrease: boolean;
2590
2596
  readonly type: 'Increase' | 'Decrease';
2591
2597
  }
2592
- /** @name PalletBabeCall (220) */
2598
+ /** @name PalletBabeCall (205) */
2593
2599
  interface PalletBabeCall extends Enum {
2594
2600
  readonly isReportEquivocation: boolean;
2595
2601
  readonly asReportEquivocation: {
@@ -2607,14 +2613,14 @@ declare module '@polkadot/types/lookup' {
2607
2613
  } & Struct;
2608
2614
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
2609
2615
  }
2610
- /** @name SpConsensusSlotsEquivocationProof (221) */
2616
+ /** @name SpConsensusSlotsEquivocationProof (206) */
2611
2617
  interface SpConsensusSlotsEquivocationProof extends Struct {
2612
2618
  readonly offender: SpConsensusBabeAppPublic;
2613
2619
  readonly slot: u64;
2614
2620
  readonly firstHeader: SpRuntimeHeader;
2615
2621
  readonly secondHeader: SpRuntimeHeader;
2616
2622
  }
2617
- /** @name SpRuntimeHeader (222) */
2623
+ /** @name SpRuntimeHeader (207) */
2618
2624
  interface SpRuntimeHeader extends Struct {
2619
2625
  readonly parentHash: H256;
2620
2626
  readonly number: Compact<u64>;
@@ -2622,16 +2628,16 @@ declare module '@polkadot/types/lookup' {
2622
2628
  readonly extrinsicsRoot: H256;
2623
2629
  readonly digest: SpRuntimeDigest;
2624
2630
  }
2625
- /** @name SpConsensusBabeAppPublic (223) */
2631
+ /** @name SpConsensusBabeAppPublic (208) */
2626
2632
  interface SpConsensusBabeAppPublic extends SpCoreSr25519Public {
2627
2633
  }
2628
- /** @name SpSessionMembershipProof (225) */
2634
+ /** @name SpSessionMembershipProof (210) */
2629
2635
  interface SpSessionMembershipProof extends Struct {
2630
2636
  readonly session: u32;
2631
2637
  readonly trieNodes: Vec<Bytes>;
2632
2638
  readonly validatorCount: u32;
2633
2639
  }
2634
- /** @name SpConsensusBabeDigestsNextConfigDescriptor (226) */
2640
+ /** @name SpConsensusBabeDigestsNextConfigDescriptor (211) */
2635
2641
  interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
2636
2642
  readonly isV1: boolean;
2637
2643
  readonly asV1: {
@@ -2640,14 +2646,14 @@ declare module '@polkadot/types/lookup' {
2640
2646
  } & Struct;
2641
2647
  readonly type: 'V1';
2642
2648
  }
2643
- /** @name SpConsensusBabeAllowedSlots (228) */
2649
+ /** @name SpConsensusBabeAllowedSlots (213) */
2644
2650
  interface SpConsensusBabeAllowedSlots extends Enum {
2645
2651
  readonly isPrimarySlots: boolean;
2646
2652
  readonly isPrimaryAndSecondaryPlainSlots: boolean;
2647
2653
  readonly isPrimaryAndSecondaryVRFSlots: boolean;
2648
2654
  readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
2649
2655
  }
2650
- /** @name PalletGrandpaCall (229) */
2656
+ /** @name PalletGrandpaCall (214) */
2651
2657
  interface PalletGrandpaCall extends Enum {
2652
2658
  readonly isReportEquivocation: boolean;
2653
2659
  readonly asReportEquivocation: {
@@ -2666,12 +2672,12 @@ declare module '@polkadot/types/lookup' {
2666
2672
  } & Struct;
2667
2673
  readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
2668
2674
  }
2669
- /** @name SpConsensusGrandpaEquivocationProof (230) */
2675
+ /** @name SpConsensusGrandpaEquivocationProof (215) */
2670
2676
  interface SpConsensusGrandpaEquivocationProof extends Struct {
2671
2677
  readonly setId: u64;
2672
2678
  readonly equivocation: SpConsensusGrandpaEquivocation;
2673
2679
  }
2674
- /** @name SpConsensusGrandpaEquivocation (231) */
2680
+ /** @name SpConsensusGrandpaEquivocation (216) */
2675
2681
  interface SpConsensusGrandpaEquivocation extends Enum {
2676
2682
  readonly isPrevote: boolean;
2677
2683
  readonly asPrevote: FinalityGrandpaEquivocationPrevote;
@@ -2679,39 +2685,39 @@ declare module '@polkadot/types/lookup' {
2679
2685
  readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
2680
2686
  readonly type: 'Prevote' | 'Precommit';
2681
2687
  }
2682
- /** @name FinalityGrandpaEquivocationPrevote (232) */
2688
+ /** @name FinalityGrandpaEquivocationPrevote (217) */
2683
2689
  interface FinalityGrandpaEquivocationPrevote extends Struct {
2684
2690
  readonly roundNumber: u64;
2685
2691
  readonly identity: SpConsensusGrandpaAppPublic;
2686
2692
  readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
2687
2693
  readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
2688
2694
  }
2689
- /** @name FinalityGrandpaPrevote (233) */
2695
+ /** @name FinalityGrandpaPrevote (218) */
2690
2696
  interface FinalityGrandpaPrevote extends Struct {
2691
2697
  readonly targetHash: H256;
2692
2698
  readonly targetNumber: u64;
2693
2699
  }
2694
- /** @name SpConsensusGrandpaAppSignature (234) */
2700
+ /** @name SpConsensusGrandpaAppSignature (219) */
2695
2701
  interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
2696
2702
  }
2697
- /** @name SpCoreEd25519Signature (235) */
2703
+ /** @name SpCoreEd25519Signature (220) */
2698
2704
  interface SpCoreEd25519Signature extends U8aFixed {
2699
2705
  }
2700
- /** @name FinalityGrandpaEquivocationPrecommit (238) */
2706
+ /** @name FinalityGrandpaEquivocationPrecommit (223) */
2701
2707
  interface FinalityGrandpaEquivocationPrecommit extends Struct {
2702
2708
  readonly roundNumber: u64;
2703
2709
  readonly identity: SpConsensusGrandpaAppPublic;
2704
2710
  readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
2705
2711
  readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
2706
2712
  }
2707
- /** @name FinalityGrandpaPrecommit (239) */
2713
+ /** @name FinalityGrandpaPrecommit (224) */
2708
2714
  interface FinalityGrandpaPrecommit extends Struct {
2709
2715
  readonly targetHash: H256;
2710
2716
  readonly targetNumber: u64;
2711
2717
  }
2712
- /** @name SpCoreVoid (241) */
2718
+ /** @name SpCoreVoid (226) */
2713
2719
  type SpCoreVoid = Null;
2714
- /** @name PalletIndicesCall (242) */
2720
+ /** @name PalletIndicesCall (227) */
2715
2721
  interface PalletIndicesCall extends Enum {
2716
2722
  readonly isClaim: boolean;
2717
2723
  readonly asClaim: {
@@ -2738,7 +2744,7 @@ declare module '@polkadot/types/lookup' {
2738
2744
  } & Struct;
2739
2745
  readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze';
2740
2746
  }
2741
- /** @name PalletDemocracyCall (243) */
2747
+ /** @name PalletDemocracyCall (228) */
2742
2748
  interface PalletDemocracyCall extends Enum {
2743
2749
  readonly isPropose: boolean;
2744
2750
  readonly asPropose: {
@@ -2821,7 +2827,7 @@ declare module '@polkadot/types/lookup' {
2821
2827
  } & Struct;
2822
2828
  readonly type: 'Propose' | 'Second' | 'Vote' | 'EmergencyCancel' | 'ExternalPropose' | 'ExternalProposeMajority' | 'ExternalProposeDefault' | 'FastTrack' | 'VetoExternal' | 'CancelReferendum' | 'Delegate' | 'Undelegate' | 'ClearPublicProposals' | 'Unlock' | 'RemoveVote' | 'RemoveOtherVote' | 'Blacklist' | 'CancelProposal' | 'SetMetadata';
2823
2829
  }
2824
- /** @name FrameSupportPreimagesBounded (244) */
2830
+ /** @name FrameSupportPreimagesBounded (229) */
2825
2831
  interface FrameSupportPreimagesBounded extends Enum {
2826
2832
  readonly isLegacy: boolean;
2827
2833
  readonly asLegacy: {
@@ -2836,9 +2842,9 @@ declare module '@polkadot/types/lookup' {
2836
2842
  } & Struct;
2837
2843
  readonly type: 'Legacy' | 'Inline' | 'Lookup';
2838
2844
  }
2839
- /** @name SpRuntimeBlakeTwo256 (245) */
2845
+ /** @name SpRuntimeBlakeTwo256 (230) */
2840
2846
  type SpRuntimeBlakeTwo256 = Null;
2841
- /** @name PalletDemocracyConviction (247) */
2847
+ /** @name PalletDemocracyConviction (232) */
2842
2848
  interface PalletDemocracyConviction extends Enum {
2843
2849
  readonly isNone: boolean;
2844
2850
  readonly isLocked1x: boolean;
@@ -2849,7 +2855,7 @@ declare module '@polkadot/types/lookup' {
2849
2855
  readonly isLocked6x: boolean;
2850
2856
  readonly type: 'None' | 'Locked1x' | 'Locked2x' | 'Locked3x' | 'Locked4x' | 'Locked5x' | 'Locked6x';
2851
2857
  }
2852
- /** @name PalletCollectiveCall (250) */
2858
+ /** @name PalletCollectiveCall (235) */
2853
2859
  interface PalletCollectiveCall extends Enum {
2854
2860
  readonly isSetMembers: boolean;
2855
2861
  readonly asSetMembers: {
@@ -2887,7 +2893,7 @@ declare module '@polkadot/types/lookup' {
2887
2893
  } & Struct;
2888
2894
  readonly type: 'SetMembers' | 'Execute' | 'Propose' | 'Vote' | 'DisapproveProposal' | 'Close';
2889
2895
  }
2890
- /** @name PalletVestingCall (251) */
2896
+ /** @name PalletVestingCall (236) */
2891
2897
  interface PalletVestingCall extends Enum {
2892
2898
  readonly isVest: boolean;
2893
2899
  readonly isVestOther: boolean;
@@ -2917,13 +2923,13 @@ declare module '@polkadot/types/lookup' {
2917
2923
  } & Struct;
2918
2924
  readonly type: 'Vest' | 'VestOther' | 'VestedTransfer' | 'ForceVestedTransfer' | 'MergeSchedules' | 'ForceRemoveVestingSchedule';
2919
2925
  }
2920
- /** @name PalletVestingVestingInfo (252) */
2926
+ /** @name PalletVestingVestingInfo (237) */
2921
2927
  interface PalletVestingVestingInfo extends Struct {
2922
2928
  readonly locked: u128;
2923
2929
  readonly perBlock: u128;
2924
2930
  readonly startingBlock: u64;
2925
2931
  }
2926
- /** @name PalletElectionsPhragmenCall (253) */
2932
+ /** @name PalletElectionsPhragmenCall (238) */
2927
2933
  interface PalletElectionsPhragmenCall extends Enum {
2928
2934
  readonly isVote: boolean;
2929
2935
  readonly asVote: {
@@ -2952,7 +2958,7 @@ declare module '@polkadot/types/lookup' {
2952
2958
  } & Struct;
2953
2959
  readonly type: 'Vote' | 'RemoveVoter' | 'SubmitCandidacy' | 'RenounceCandidacy' | 'RemoveMember' | 'CleanDefunctVoters';
2954
2960
  }
2955
- /** @name PalletElectionsPhragmenRenouncing (254) */
2961
+ /** @name PalletElectionsPhragmenRenouncing (239) */
2956
2962
  interface PalletElectionsPhragmenRenouncing extends Enum {
2957
2963
  readonly isMember: boolean;
2958
2964
  readonly isRunnerUp: boolean;
@@ -2960,7 +2966,7 @@ declare module '@polkadot/types/lookup' {
2960
2966
  readonly asCandidate: Compact<u32>;
2961
2967
  readonly type: 'Member' | 'RunnerUp' | 'Candidate';
2962
2968
  }
2963
- /** @name PalletElectionProviderMultiPhaseCall (255) */
2969
+ /** @name PalletElectionProviderMultiPhaseCall (240) */
2964
2970
  interface PalletElectionProviderMultiPhaseCall extends Enum {
2965
2971
  readonly isSubmitUnsigned: boolean;
2966
2972
  readonly asSubmitUnsigned: {
@@ -2986,13 +2992,13 @@ declare module '@polkadot/types/lookup' {
2986
2992
  } & Struct;
2987
2993
  readonly type: 'SubmitUnsigned' | 'SetMinimumUntrustedScore' | 'SetEmergencyElectionResult' | 'Submit' | 'GovernanceFallback';
2988
2994
  }
2989
- /** @name PalletElectionProviderMultiPhaseRawSolution (256) */
2995
+ /** @name PalletElectionProviderMultiPhaseRawSolution (241) */
2990
2996
  interface PalletElectionProviderMultiPhaseRawSolution extends Struct {
2991
2997
  readonly solution: TangleTestnetRuntimeNposSolution16;
2992
2998
  readonly score: SpNposElectionsElectionScore;
2993
2999
  readonly round: u32;
2994
3000
  }
2995
- /** @name TangleTestnetRuntimeNposSolution16 (257) */
3001
+ /** @name TangleTestnetRuntimeNposSolution16 (242) */
2996
3002
  interface TangleTestnetRuntimeNposSolution16 extends Struct {
2997
3003
  readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
2998
3004
  readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
@@ -3011,17 +3017,17 @@ declare module '@polkadot/types/lookup' {
3011
3017
  readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
3012
3018
  readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
3013
3019
  }
3014
- /** @name PalletElectionProviderMultiPhaseSolutionOrSnapshotSize (308) */
3020
+ /** @name PalletElectionProviderMultiPhaseSolutionOrSnapshotSize (293) */
3015
3021
  interface PalletElectionProviderMultiPhaseSolutionOrSnapshotSize extends Struct {
3016
3022
  readonly voters: Compact<u32>;
3017
3023
  readonly targets: Compact<u32>;
3018
3024
  }
3019
- /** @name SpNposElectionsSupport (312) */
3025
+ /** @name SpNposElectionsSupport (297) */
3020
3026
  interface SpNposElectionsSupport extends Struct {
3021
3027
  readonly total: u128;
3022
3028
  readonly voters: Vec<ITuple<[AccountId32, u128]>>;
3023
3029
  }
3024
- /** @name PalletStakingPalletCall (313) */
3030
+ /** @name PalletStakingPalletCall (298) */
3025
3031
  interface PalletStakingPalletCall extends Enum {
3026
3032
  readonly isBond: boolean;
3027
3033
  readonly asBond: {
@@ -3138,7 +3144,7 @@ declare module '@polkadot/types/lookup' {
3138
3144
  } & Struct;
3139
3145
  readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'ReapStash' | 'Kick' | 'SetStakingConfigs' | 'ChillOther' | 'ForceApplyMinCommission' | 'SetMinCommission' | 'PayoutStakersByPage' | 'UpdatePayee' | 'DeprecateControllerBatch';
3140
3146
  }
3141
- /** @name PalletStakingPalletConfigOpU128 (317) */
3147
+ /** @name PalletStakingPalletConfigOpU128 (301) */
3142
3148
  interface PalletStakingPalletConfigOpU128 extends Enum {
3143
3149
  readonly isNoop: boolean;
3144
3150
  readonly isSet: boolean;
@@ -3146,7 +3152,7 @@ declare module '@polkadot/types/lookup' {
3146
3152
  readonly isRemove: boolean;
3147
3153
  readonly type: 'Noop' | 'Set' | 'Remove';
3148
3154
  }
3149
- /** @name PalletStakingPalletConfigOpU32 (318) */
3155
+ /** @name PalletStakingPalletConfigOpU32 (302) */
3150
3156
  interface PalletStakingPalletConfigOpU32 extends Enum {
3151
3157
  readonly isNoop: boolean;
3152
3158
  readonly isSet: boolean;
@@ -3154,7 +3160,7 @@ declare module '@polkadot/types/lookup' {
3154
3160
  readonly isRemove: boolean;
3155
3161
  readonly type: 'Noop' | 'Set' | 'Remove';
3156
3162
  }
3157
- /** @name PalletStakingPalletConfigOpPercent (319) */
3163
+ /** @name PalletStakingPalletConfigOpPercent (303) */
3158
3164
  interface PalletStakingPalletConfigOpPercent extends Enum {
3159
3165
  readonly isNoop: boolean;
3160
3166
  readonly isSet: boolean;
@@ -3162,7 +3168,7 @@ declare module '@polkadot/types/lookup' {
3162
3168
  readonly isRemove: boolean;
3163
3169
  readonly type: 'Noop' | 'Set' | 'Remove';
3164
3170
  }
3165
- /** @name PalletStakingPalletConfigOpPerbill (320) */
3171
+ /** @name PalletStakingPalletConfigOpPerbill (304) */
3166
3172
  interface PalletStakingPalletConfigOpPerbill extends Enum {
3167
3173
  readonly isNoop: boolean;
3168
3174
  readonly isSet: boolean;
@@ -3170,7 +3176,7 @@ declare module '@polkadot/types/lookup' {
3170
3176
  readonly isRemove: boolean;
3171
3177
  readonly type: 'Noop' | 'Set' | 'Remove';
3172
3178
  }
3173
- /** @name PalletSessionCall (322) */
3179
+ /** @name PalletSessionCall (306) */
3174
3180
  interface PalletSessionCall extends Enum {
3175
3181
  readonly isSetKeys: boolean;
3176
3182
  readonly asSetKeys: {
@@ -3180,20 +3186,13 @@ declare module '@polkadot/types/lookup' {
3180
3186
  readonly isPurgeKeys: boolean;
3181
3187
  readonly type: 'SetKeys' | 'PurgeKeys';
3182
3188
  }
3183
- /** @name TangleTestnetRuntimeOpaqueSessionKeys (323) */
3189
+ /** @name TangleTestnetRuntimeOpaqueSessionKeys (307) */
3184
3190
  interface TangleTestnetRuntimeOpaqueSessionKeys extends Struct {
3185
3191
  readonly babe: SpConsensusBabeAppPublic;
3186
3192
  readonly grandpa: SpConsensusGrandpaAppPublic;
3187
3193
  readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
3188
- readonly role: TangleCryptoPrimitivesCryptoPublic;
3189
3194
  }
3190
- /** @name TangleCryptoPrimitivesCryptoPublic (324) */
3191
- interface TangleCryptoPrimitivesCryptoPublic extends SpCoreEcdsaPublic {
3192
- }
3193
- /** @name SpCoreEcdsaPublic (325) */
3194
- interface SpCoreEcdsaPublic extends U8aFixed {
3195
- }
3196
- /** @name PalletTreasuryCall (327) */
3195
+ /** @name PalletTreasuryCall (308) */
3197
3196
  interface PalletTreasuryCall extends Enum {
3198
3197
  readonly isProposeSpend: boolean;
3199
3198
  readonly asProposeSpend: {
@@ -3238,7 +3237,7 @@ declare module '@polkadot/types/lookup' {
3238
3237
  } & Struct;
3239
3238
  readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'SpendLocal' | 'RemoveApproval' | 'Spend' | 'Payout' | 'CheckStatus' | 'VoidSpend';
3240
3239
  }
3241
- /** @name PalletBountiesCall (329) */
3240
+ /** @name PalletBountiesCall (309) */
3242
3241
  interface PalletBountiesCall extends Enum {
3243
3242
  readonly isProposeBounty: boolean;
3244
3243
  readonly asProposeBounty: {
@@ -3283,7 +3282,7 @@ declare module '@polkadot/types/lookup' {
3283
3282
  } & Struct;
3284
3283
  readonly type: 'ProposeBounty' | 'ApproveBounty' | 'ProposeCurator' | 'UnassignCurator' | 'AcceptCurator' | 'AwardBounty' | 'ClaimBounty' | 'CloseBounty' | 'ExtendBountyExpiry';
3285
3284
  }
3286
- /** @name PalletChildBountiesCall (330) */
3285
+ /** @name PalletChildBountiesCall (310) */
3287
3286
  interface PalletChildBountiesCall extends Enum {
3288
3287
  readonly isAddChildBounty: boolean;
3289
3288
  readonly asAddChildBounty: {
@@ -3326,7 +3325,7 @@ declare module '@polkadot/types/lookup' {
3326
3325
  } & Struct;
3327
3326
  readonly type: 'AddChildBounty' | 'ProposeCurator' | 'AcceptCurator' | 'UnassignCurator' | 'AwardChildBounty' | 'ClaimChildBounty' | 'CloseChildBounty';
3328
3327
  }
3329
- /** @name PalletBagsListCall (331) */
3328
+ /** @name PalletBagsListCall (311) */
3330
3329
  interface PalletBagsListCall extends Enum {
3331
3330
  readonly isRebag: boolean;
3332
3331
  readonly asRebag: {
@@ -3343,7 +3342,7 @@ declare module '@polkadot/types/lookup' {
3343
3342
  } & Struct;
3344
3343
  readonly type: 'Rebag' | 'PutInFrontOf' | 'PutInFrontOfOther';
3345
3344
  }
3346
- /** @name PalletNominationPoolsCall (332) */
3345
+ /** @name PalletNominationPoolsCall (312) */
3347
3346
  interface PalletNominationPoolsCall extends Enum {
3348
3347
  readonly isJoin: boolean;
3349
3348
  readonly asJoin: {
@@ -3463,14 +3462,14 @@ declare module '@polkadot/types/lookup' {
3463
3462
  } & Struct;
3464
3463
  readonly type: 'Join' | 'BondExtra' | 'ClaimPayout' | 'Unbond' | 'PoolWithdrawUnbonded' | 'WithdrawUnbonded' | 'Create' | 'CreateWithPoolId' | 'Nominate' | 'SetState' | 'SetMetadata' | 'SetConfigs' | 'UpdateRoles' | 'Chill' | 'BondExtraOther' | 'SetClaimPermission' | 'ClaimPayoutOther' | 'SetCommission' | 'SetCommissionMax' | 'SetCommissionChangeRate' | 'ClaimCommission' | 'AdjustPoolDeposit' | 'SetCommissionClaimPermission';
3465
3464
  }
3466
- /** @name PalletNominationPoolsBondExtra (333) */
3465
+ /** @name PalletNominationPoolsBondExtra (313) */
3467
3466
  interface PalletNominationPoolsBondExtra extends Enum {
3468
3467
  readonly isFreeBalance: boolean;
3469
3468
  readonly asFreeBalance: u128;
3470
3469
  readonly isRewards: boolean;
3471
3470
  readonly type: 'FreeBalance' | 'Rewards';
3472
3471
  }
3473
- /** @name PalletNominationPoolsConfigOpU128 (334) */
3472
+ /** @name PalletNominationPoolsConfigOpU128 (314) */
3474
3473
  interface PalletNominationPoolsConfigOpU128 extends Enum {
3475
3474
  readonly isNoop: boolean;
3476
3475
  readonly isSet: boolean;
@@ -3478,7 +3477,7 @@ declare module '@polkadot/types/lookup' {
3478
3477
  readonly isRemove: boolean;
3479
3478
  readonly type: 'Noop' | 'Set' | 'Remove';
3480
3479
  }
3481
- /** @name PalletNominationPoolsConfigOpU32 (335) */
3480
+ /** @name PalletNominationPoolsConfigOpU32 (315) */
3482
3481
  interface PalletNominationPoolsConfigOpU32 extends Enum {
3483
3482
  readonly isNoop: boolean;
3484
3483
  readonly isSet: boolean;
@@ -3486,7 +3485,7 @@ declare module '@polkadot/types/lookup' {
3486
3485
  readonly isRemove: boolean;
3487
3486
  readonly type: 'Noop' | 'Set' | 'Remove';
3488
3487
  }
3489
- /** @name PalletNominationPoolsConfigOpPerbill (336) */
3488
+ /** @name PalletNominationPoolsConfigOpPerbill (316) */
3490
3489
  interface PalletNominationPoolsConfigOpPerbill extends Enum {
3491
3490
  readonly isNoop: boolean;
3492
3491
  readonly isSet: boolean;
@@ -3494,7 +3493,7 @@ declare module '@polkadot/types/lookup' {
3494
3493
  readonly isRemove: boolean;
3495
3494
  readonly type: 'Noop' | 'Set' | 'Remove';
3496
3495
  }
3497
- /** @name PalletNominationPoolsConfigOpAccountId32 (337) */
3496
+ /** @name PalletNominationPoolsConfigOpAccountId32 (317) */
3498
3497
  interface PalletNominationPoolsConfigOpAccountId32 extends Enum {
3499
3498
  readonly isNoop: boolean;
3500
3499
  readonly isSet: boolean;
@@ -3502,7 +3501,7 @@ declare module '@polkadot/types/lookup' {
3502
3501
  readonly isRemove: boolean;
3503
3502
  readonly type: 'Noop' | 'Set' | 'Remove';
3504
3503
  }
3505
- /** @name PalletNominationPoolsClaimPermission (338) */
3504
+ /** @name PalletNominationPoolsClaimPermission (318) */
3506
3505
  interface PalletNominationPoolsClaimPermission extends Enum {
3507
3506
  readonly isPermissioned: boolean;
3508
3507
  readonly isPermissionlessCompound: boolean;
@@ -3510,7 +3509,7 @@ declare module '@polkadot/types/lookup' {
3510
3509
  readonly isPermissionlessAll: boolean;
3511
3510
  readonly type: 'Permissioned' | 'PermissionlessCompound' | 'PermissionlessWithdraw' | 'PermissionlessAll';
3512
3511
  }
3513
- /** @name PalletSchedulerCall (339) */
3512
+ /** @name PalletSchedulerCall (319) */
3514
3513
  interface PalletSchedulerCall extends Enum {
3515
3514
  readonly isSchedule: boolean;
3516
3515
  readonly asSchedule: {
@@ -3553,7 +3552,7 @@ declare module '@polkadot/types/lookup' {
3553
3552
  } & Struct;
3554
3553
  readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
3555
3554
  }
3556
- /** @name PalletPreimageCall (341) */
3555
+ /** @name PalletPreimageCall (321) */
3557
3556
  interface PalletPreimageCall extends Enum {
3558
3557
  readonly isNotePreimage: boolean;
3559
3558
  readonly asNotePreimage: {
@@ -3577,7 +3576,7 @@ declare module '@polkadot/types/lookup' {
3577
3576
  } & Struct;
3578
3577
  readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage' | 'EnsureUpdated';
3579
3578
  }
3580
- /** @name PalletTxPauseCall (342) */
3579
+ /** @name PalletTxPauseCall (322) */
3581
3580
  interface PalletTxPauseCall extends Enum {
3582
3581
  readonly isPause: boolean;
3583
3582
  readonly asPause: {
@@ -3589,7 +3588,7 @@ declare module '@polkadot/types/lookup' {
3589
3588
  } & Struct;
3590
3589
  readonly type: 'Pause' | 'Unpause';
3591
3590
  }
3592
- /** @name PalletImOnlineCall (343) */
3591
+ /** @name PalletImOnlineCall (323) */
3593
3592
  interface PalletImOnlineCall extends Enum {
3594
3593
  readonly isHeartbeat: boolean;
3595
3594
  readonly asHeartbeat: {
@@ -3598,20 +3597,20 @@ declare module '@polkadot/types/lookup' {
3598
3597
  } & Struct;
3599
3598
  readonly type: 'Heartbeat';
3600
3599
  }
3601
- /** @name PalletImOnlineHeartbeat (344) */
3600
+ /** @name PalletImOnlineHeartbeat (324) */
3602
3601
  interface PalletImOnlineHeartbeat extends Struct {
3603
3602
  readonly blockNumber: u64;
3604
3603
  readonly sessionIndex: u32;
3605
3604
  readonly authorityIndex: u32;
3606
3605
  readonly validatorsLen: u32;
3607
3606
  }
3608
- /** @name PalletImOnlineSr25519AppSr25519Signature (345) */
3607
+ /** @name PalletImOnlineSr25519AppSr25519Signature (325) */
3609
3608
  interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
3610
3609
  }
3611
- /** @name SpCoreSr25519Signature (346) */
3610
+ /** @name SpCoreSr25519Signature (326) */
3612
3611
  interface SpCoreSr25519Signature extends U8aFixed {
3613
3612
  }
3614
- /** @name PalletIdentityCall (347) */
3613
+ /** @name PalletIdentityCall (327) */
3615
3614
  interface PalletIdentityCall extends Enum {
3616
3615
  readonly isAddRegistrar: boolean;
3617
3616
  readonly asAddRegistrar: {
@@ -3710,7 +3709,7 @@ declare module '@polkadot/types/lookup' {
3710
3709
  } & Struct;
3711
3710
  readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub' | 'AddUsernameAuthority' | 'RemoveUsernameAuthority' | 'SetUsernameFor' | 'AcceptUsername' | 'RemoveExpiredApproval' | 'SetPrimaryUsername' | 'RemoveDanglingUsername';
3712
3711
  }
3713
- /** @name PalletIdentityLegacyIdentityInfo (348) */
3712
+ /** @name PalletIdentityLegacyIdentityInfo (328) */
3714
3713
  interface PalletIdentityLegacyIdentityInfo extends Struct {
3715
3714
  readonly additional: Vec<ITuple<[Data, Data]>>;
3716
3715
  readonly display: Data;
@@ -3722,7 +3721,7 @@ declare module '@polkadot/types/lookup' {
3722
3721
  readonly image: Data;
3723
3722
  readonly twitter: Data;
3724
3723
  }
3725
- /** @name PalletIdentityJudgement (384) */
3724
+ /** @name PalletIdentityJudgement (364) */
3726
3725
  interface PalletIdentityJudgement extends Enum {
3727
3726
  readonly isUnknown: boolean;
3728
3727
  readonly isFeePaid: boolean;
@@ -3734,7 +3733,7 @@ declare module '@polkadot/types/lookup' {
3734
3733
  readonly isErroneous: boolean;
3735
3734
  readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';
3736
3735
  }
3737
- /** @name SpRuntimeMultiSignature (386) */
3736
+ /** @name SpRuntimeMultiSignature (366) */
3738
3737
  interface SpRuntimeMultiSignature extends Enum {
3739
3738
  readonly isEd25519: boolean;
3740
3739
  readonly asEd25519: SpCoreEd25519Signature;
@@ -3744,10 +3743,10 @@ declare module '@polkadot/types/lookup' {
3744
3743
  readonly asEcdsa: SpCoreEcdsaSignature;
3745
3744
  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
3746
3745
  }
3747
- /** @name SpCoreEcdsaSignature (387) */
3746
+ /** @name SpCoreEcdsaSignature (367) */
3748
3747
  interface SpCoreEcdsaSignature extends U8aFixed {
3749
3748
  }
3750
- /** @name PalletUtilityCall (389) */
3749
+ /** @name PalletUtilityCall (369) */
3751
3750
  interface PalletUtilityCall extends Enum {
3752
3751
  readonly isBatch: boolean;
3753
3752
  readonly asBatch: {
@@ -3778,7 +3777,7 @@ declare module '@polkadot/types/lookup' {
3778
3777
  } & Struct;
3779
3778
  readonly type: 'Batch' | 'AsDerivative' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight';
3780
3779
  }
3781
- /** @name TangleTestnetRuntimeOriginCaller (391) */
3780
+ /** @name TangleTestnetRuntimeOriginCaller (371) */
3782
3781
  interface TangleTestnetRuntimeOriginCaller extends Enum {
3783
3782
  readonly isSystem: boolean;
3784
3783
  readonly asSystem: FrameSupportDispatchRawOrigin;
@@ -3789,7 +3788,7 @@ declare module '@polkadot/types/lookup' {
3789
3788
  readonly asEthereum: PalletEthereumRawOrigin;
3790
3789
  readonly type: 'System' | 'Void' | 'Council' | 'Ethereum';
3791
3790
  }
3792
- /** @name FrameSupportDispatchRawOrigin (392) */
3791
+ /** @name FrameSupportDispatchRawOrigin (372) */
3793
3792
  interface FrameSupportDispatchRawOrigin extends Enum {
3794
3793
  readonly isRoot: boolean;
3795
3794
  readonly isSigned: boolean;
@@ -3797,7 +3796,7 @@ declare module '@polkadot/types/lookup' {
3797
3796
  readonly isNone: boolean;
3798
3797
  readonly type: 'Root' | 'Signed' | 'None';
3799
3798
  }
3800
- /** @name PalletCollectiveRawOrigin (393) */
3799
+ /** @name PalletCollectiveRawOrigin (373) */
3801
3800
  interface PalletCollectiveRawOrigin extends Enum {
3802
3801
  readonly isMembers: boolean;
3803
3802
  readonly asMembers: ITuple<[u32, u32]>;
@@ -3806,13 +3805,13 @@ declare module '@polkadot/types/lookup' {
3806
3805
  readonly isPhantom: boolean;
3807
3806
  readonly type: 'Members' | 'Member' | 'Phantom';
3808
3807
  }
3809
- /** @name PalletEthereumRawOrigin (394) */
3808
+ /** @name PalletEthereumRawOrigin (374) */
3810
3809
  interface PalletEthereumRawOrigin extends Enum {
3811
3810
  readonly isEthereumTransaction: boolean;
3812
3811
  readonly asEthereumTransaction: H160;
3813
3812
  readonly type: 'EthereumTransaction';
3814
3813
  }
3815
- /** @name PalletMultisigCall (395) */
3814
+ /** @name PalletMultisigCall (375) */
3816
3815
  interface PalletMultisigCall extends Enum {
3817
3816
  readonly isAsMultiThreshold1: boolean;
3818
3817
  readonly asAsMultiThreshold1: {
@@ -3844,7 +3843,7 @@ declare module '@polkadot/types/lookup' {
3844
3843
  } & Struct;
3845
3844
  readonly type: 'AsMultiThreshold1' | 'AsMulti' | 'ApproveAsMulti' | 'CancelAsMulti';
3846
3845
  }
3847
- /** @name PalletEthereumCall (397) */
3846
+ /** @name PalletEthereumCall (377) */
3848
3847
  interface PalletEthereumCall extends Enum {
3849
3848
  readonly isTransact: boolean;
3850
3849
  readonly asTransact: {
@@ -3852,7 +3851,7 @@ declare module '@polkadot/types/lookup' {
3852
3851
  } & Struct;
3853
3852
  readonly type: 'Transact';
3854
3853
  }
3855
- /** @name EthereumTransactionTransactionV2 (398) */
3854
+ /** @name EthereumTransactionTransactionV2 (378) */
3856
3855
  interface EthereumTransactionTransactionV2 extends Enum {
3857
3856
  readonly isLegacy: boolean;
3858
3857
  readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -3862,7 +3861,7 @@ declare module '@polkadot/types/lookup' {
3862
3861
  readonly asEip1559: EthereumTransactionEip1559Transaction;
3863
3862
  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
3864
3863
  }
3865
- /** @name EthereumTransactionLegacyTransaction (399) */
3864
+ /** @name EthereumTransactionLegacyTransaction (379) */
3866
3865
  interface EthereumTransactionLegacyTransaction extends Struct {
3867
3866
  readonly nonce: U256;
3868
3867
  readonly gasPrice: U256;
@@ -3872,20 +3871,20 @@ declare module '@polkadot/types/lookup' {
3872
3871
  readonly input: Bytes;
3873
3872
  readonly signature: EthereumTransactionTransactionSignature;
3874
3873
  }
3875
- /** @name EthereumTransactionTransactionAction (400) */
3874
+ /** @name EthereumTransactionTransactionAction (380) */
3876
3875
  interface EthereumTransactionTransactionAction extends Enum {
3877
3876
  readonly isCall: boolean;
3878
3877
  readonly asCall: H160;
3879
3878
  readonly isCreate: boolean;
3880
3879
  readonly type: 'Call' | 'Create';
3881
3880
  }
3882
- /** @name EthereumTransactionTransactionSignature (401) */
3881
+ /** @name EthereumTransactionTransactionSignature (381) */
3883
3882
  interface EthereumTransactionTransactionSignature extends Struct {
3884
3883
  readonly v: u64;
3885
3884
  readonly r: H256;
3886
3885
  readonly s: H256;
3887
3886
  }
3888
- /** @name EthereumTransactionEip2930Transaction (403) */
3887
+ /** @name EthereumTransactionEip2930Transaction (383) */
3889
3888
  interface EthereumTransactionEip2930Transaction extends Struct {
3890
3889
  readonly chainId: u64;
3891
3890
  readonly nonce: U256;
@@ -3899,12 +3898,12 @@ declare module '@polkadot/types/lookup' {
3899
3898
  readonly r: H256;
3900
3899
  readonly s: H256;
3901
3900
  }
3902
- /** @name EthereumTransactionAccessListItem (405) */
3901
+ /** @name EthereumTransactionAccessListItem (385) */
3903
3902
  interface EthereumTransactionAccessListItem extends Struct {
3904
3903
  readonly address: H160;
3905
3904
  readonly storageKeys: Vec<H256>;
3906
3905
  }
3907
- /** @name EthereumTransactionEip1559Transaction (406) */
3906
+ /** @name EthereumTransactionEip1559Transaction (386) */
3908
3907
  interface EthereumTransactionEip1559Transaction extends Struct {
3909
3908
  readonly chainId: u64;
3910
3909
  readonly nonce: U256;
@@ -3919,7 +3918,7 @@ declare module '@polkadot/types/lookup' {
3919
3918
  readonly r: H256;
3920
3919
  readonly s: H256;
3921
3920
  }
3922
- /** @name PalletEvmCall (407) */
3921
+ /** @name PalletEvmCall (387) */
3923
3922
  interface PalletEvmCall extends Enum {
3924
3923
  readonly isWithdraw: boolean;
3925
3924
  readonly asWithdraw: {
@@ -3963,7 +3962,7 @@ declare module '@polkadot/types/lookup' {
3963
3962
  } & Struct;
3964
3963
  readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
3965
3964
  }
3966
- /** @name PalletDynamicFeeCall (411) */
3965
+ /** @name PalletDynamicFeeCall (391) */
3967
3966
  interface PalletDynamicFeeCall extends Enum {
3968
3967
  readonly isNoteMinGasPriceTarget: boolean;
3969
3968
  readonly asNoteMinGasPriceTarget: {
@@ -3971,7 +3970,7 @@ declare module '@polkadot/types/lookup' {
3971
3970
  } & Struct;
3972
3971
  readonly type: 'NoteMinGasPriceTarget';
3973
3972
  }
3974
- /** @name PalletBaseFeeCall (412) */
3973
+ /** @name PalletBaseFeeCall (392) */
3975
3974
  interface PalletBaseFeeCall extends Enum {
3976
3975
  readonly isSetBaseFeePerGas: boolean;
3977
3976
  readonly asSetBaseFeePerGas: {
@@ -3983,7 +3982,7 @@ declare module '@polkadot/types/lookup' {
3983
3982
  } & Struct;
3984
3983
  readonly type: 'SetBaseFeePerGas' | 'SetElasticity';
3985
3984
  }
3986
- /** @name PalletHotfixSufficientsCall (413) */
3985
+ /** @name PalletHotfixSufficientsCall (393) */
3987
3986
  interface PalletHotfixSufficientsCall extends Enum {
3988
3987
  readonly isHotfixIncAccountSufficients: boolean;
3989
3988
  readonly asHotfixIncAccountSufficients: {
@@ -3991,7 +3990,7 @@ declare module '@polkadot/types/lookup' {
3991
3990
  } & Struct;
3992
3991
  readonly type: 'HotfixIncAccountSufficients';
3993
3992
  }
3994
- /** @name PalletAirdropClaimsCall (415) */
3993
+ /** @name PalletAirdropClaimsCall (395) */
3995
3994
  interface PalletAirdropClaimsCall extends Enum {
3996
3995
  readonly isClaim: boolean;
3997
3996
  readonly asClaim: {
@@ -4029,7 +4028,7 @@ declare module '@polkadot/types/lookup' {
4029
4028
  } & Struct;
4030
4029
  readonly type: 'Claim' | 'MintClaim' | 'ClaimAttest' | 'MoveClaim' | 'ForceSetExpiryConfig' | 'ClaimSigned';
4031
4030
  }
4032
- /** @name PalletAirdropClaimsUtilsMultiAddressSignature (417) */
4031
+ /** @name PalletAirdropClaimsUtilsMultiAddressSignature (397) */
4033
4032
  interface PalletAirdropClaimsUtilsMultiAddressSignature extends Enum {
4034
4033
  readonly isEvm: boolean;
4035
4034
  readonly asEvm: PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature;
@@ -4037,395 +4036,19 @@ declare module '@polkadot/types/lookup' {
4037
4036
  readonly asNative: PalletAirdropClaimsUtilsSr25519Signature;
4038
4037
  readonly type: 'Evm' | 'Native';
4039
4038
  }
4040
- /** @name PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature (418) */
4039
+ /** @name PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature (398) */
4041
4040
  interface PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature extends U8aFixed {
4042
4041
  }
4043
- /** @name PalletAirdropClaimsUtilsSr25519Signature (419) */
4042
+ /** @name PalletAirdropClaimsUtilsSr25519Signature (399) */
4044
4043
  interface PalletAirdropClaimsUtilsSr25519Signature extends SpCoreSr25519Signature {
4045
4044
  }
4046
- /** @name PalletAirdropClaimsStatementKind (425) */
4045
+ /** @name PalletAirdropClaimsStatementKind (405) */
4047
4046
  interface PalletAirdropClaimsStatementKind extends Enum {
4048
4047
  readonly isRegular: boolean;
4049
4048
  readonly isSafe: boolean;
4050
4049
  readonly type: 'Regular' | 'Safe';
4051
4050
  }
4052
- /** @name PalletRolesCall (426) */
4053
- interface PalletRolesCall extends Enum {
4054
- readonly isCreateProfile: boolean;
4055
- readonly asCreateProfile: {
4056
- readonly profile: PalletRolesProfile;
4057
- readonly maxActiveServices: Option<u32>;
4058
- } & Struct;
4059
- readonly isUpdateProfile: boolean;
4060
- readonly asUpdateProfile: {
4061
- readonly updatedProfile: PalletRolesProfile;
4062
- } & Struct;
4063
- readonly isDeleteProfile: boolean;
4064
- readonly isChill: boolean;
4065
- readonly isUnbondFunds: boolean;
4066
- readonly asUnbondFunds: {
4067
- readonly amount: Compact<u128>;
4068
- } & Struct;
4069
- readonly isWithdrawUnbonded: boolean;
4070
- readonly isPayoutStakers: boolean;
4071
- readonly asPayoutStakers: {
4072
- readonly validatorStash: AccountId32;
4073
- readonly era: u32;
4074
- } & Struct;
4075
- readonly isSetMinRestakingBond: boolean;
4076
- readonly asSetMinRestakingBond: {
4077
- readonly minRestakingBond: u128;
4078
- } & Struct;
4079
- readonly type: 'CreateProfile' | 'UpdateProfile' | 'DeleteProfile' | 'Chill' | 'UnbondFunds' | 'WithdrawUnbonded' | 'PayoutStakers' | 'SetMinRestakingBond';
4080
- }
4081
- /** @name PalletRolesProfile (427) */
4082
- interface PalletRolesProfile extends Enum {
4083
- readonly isIndependent: boolean;
4084
- readonly asIndependent: PalletRolesProfileIndependentRestakeProfile;
4085
- readonly isShared: boolean;
4086
- readonly asShared: PalletRolesProfileSharedRestakeProfile;
4087
- readonly type: 'Independent' | 'Shared';
4088
- }
4089
- /** @name PalletRolesProfileIndependentRestakeProfile (428) */
4090
- interface PalletRolesProfileIndependentRestakeProfile extends Struct {
4091
- readonly records: Vec<PalletRolesProfileRecord>;
4092
- }
4093
- /** @name PalletRolesProfileRecord (430) */
4094
- interface PalletRolesProfileRecord extends Struct {
4095
- readonly role: TanglePrimitivesRolesRoleType;
4096
- readonly amount: Option<u128>;
4097
- }
4098
- /** @name PalletRolesProfileSharedRestakeProfile (432) */
4099
- interface PalletRolesProfileSharedRestakeProfile extends Struct {
4100
- readonly records: Vec<PalletRolesProfileRecord>;
4101
- readonly amount: u128;
4102
- }
4103
- /** @name PalletJobsModuleCall (433) */
4104
- interface PalletJobsModuleCall extends Enum {
4105
- readonly isSubmitJob: boolean;
4106
- readonly asSubmitJob: {
4107
- readonly job: TanglePrimitivesJobsJobSubmission;
4108
- } & Struct;
4109
- readonly isSubmitJobResult: boolean;
4110
- readonly asSubmitJobResult: {
4111
- readonly roleType: TanglePrimitivesRolesRoleType;
4112
- readonly jobId: u64;
4113
- readonly result: TanglePrimitivesJobsJobResult;
4114
- } & Struct;
4115
- readonly isWithdrawRewards: boolean;
4116
- readonly isReportInactiveValidator: boolean;
4117
- readonly asReportInactiveValidator: {
4118
- readonly roleType: TanglePrimitivesRolesRoleType;
4119
- readonly jobId: u64;
4120
- readonly validator: AccountId32;
4121
- readonly offence: TanglePrimitivesJobsValidatorOffenceType;
4122
- readonly signatures: Vec<Bytes>;
4123
- } & Struct;
4124
- readonly isSetPermittedCaller: boolean;
4125
- readonly asSetPermittedCaller: {
4126
- readonly roleType: TanglePrimitivesRolesRoleType;
4127
- readonly jobId: u64;
4128
- readonly newPermittedCaller: AccountId32;
4129
- } & Struct;
4130
- readonly isSetTimeFee: boolean;
4131
- readonly asSetTimeFee: {
4132
- readonly newFee: u128;
4133
- } & Struct;
4134
- readonly isSubmitMisbehavior: boolean;
4135
- readonly asSubmitMisbehavior: {
4136
- readonly misbehavior: TanglePrimitivesMisbehaviorMisbehaviorSubmission;
4137
- } & Struct;
4138
- readonly isExtendJobResultTtl: boolean;
4139
- readonly asExtendJobResultTtl: {
4140
- readonly roleType: TanglePrimitivesRolesRoleType;
4141
- readonly jobId: u64;
4142
- readonly extendBy: u64;
4143
- } & Struct;
4144
- readonly type: 'SubmitJob' | 'SubmitJobResult' | 'WithdrawRewards' | 'ReportInactiveValidator' | 'SetPermittedCaller' | 'SetTimeFee' | 'SubmitMisbehavior' | 'ExtendJobResultTtl';
4145
- }
4146
- /** @name TanglePrimitivesJobsJobResult (434) */
4147
- interface TanglePrimitivesJobsJobResult extends Enum {
4148
- readonly isDkgPhaseOne: boolean;
4149
- readonly asDkgPhaseOne: TanglePrimitivesJobsTssDkgtssKeySubmissionResult;
4150
- readonly isDkgPhaseTwo: boolean;
4151
- readonly asDkgPhaseTwo: TanglePrimitivesJobsTssDkgtssSignatureResult;
4152
- readonly isDkgPhaseThree: boolean;
4153
- readonly asDkgPhaseThree: TanglePrimitivesJobsTssDkgtssKeyRefreshResult;
4154
- readonly isDkgPhaseFour: boolean;
4155
- readonly asDkgPhaseFour: TanglePrimitivesJobsTssDkgtssKeyRotationResult;
4156
- readonly isZkSaaSPhaseOne: boolean;
4157
- readonly asZkSaaSPhaseOne: TanglePrimitivesJobsZksaasZkSaaSCircuitResult;
4158
- readonly isZkSaaSPhaseTwo: boolean;
4159
- readonly asZkSaaSPhaseTwo: TanglePrimitivesJobsZksaasZkSaaSProofResult;
4160
- readonly type: 'DkgPhaseOne' | 'DkgPhaseTwo' | 'DkgPhaseThree' | 'DkgPhaseFour' | 'ZkSaaSPhaseOne' | 'ZkSaaSPhaseTwo';
4161
- }
4162
- /** @name TangleTestnetRuntimeMaxKeyLen (435) */
4163
- type TangleTestnetRuntimeMaxKeyLen = Null;
4164
- /** @name TangleTestnetRuntimeMaxSignatureLen (436) */
4165
- type TangleTestnetRuntimeMaxSignatureLen = Null;
4166
- /** @name TangleTestnetRuntimeMaxDataLen (437) */
4167
- type TangleTestnetRuntimeMaxDataLen = Null;
4168
- /** @name TangleTestnetRuntimeMaxProofLen (438) */
4169
- type TangleTestnetRuntimeMaxProofLen = Null;
4170
- /** @name TanglePrimitivesJobsTssDkgtssKeySubmissionResult (439) */
4171
- interface TanglePrimitivesJobsTssDkgtssKeySubmissionResult extends Struct {
4172
- readonly signatureScheme: TanglePrimitivesJobsTssDigitalSignatureScheme;
4173
- readonly key: Bytes;
4174
- readonly chainCode: Option<U8aFixed>;
4175
- readonly participants: Vec<Bytes>;
4176
- readonly signatures: Vec<Bytes>;
4177
- readonly threshold: u8;
4178
- }
4179
- /** @name TanglePrimitivesJobsTssDigitalSignatureScheme (440) */
4180
- interface TanglePrimitivesJobsTssDigitalSignatureScheme extends Enum {
4181
- readonly isEcdsaSecp256k1: boolean;
4182
- readonly isEcdsaSecp256r1: boolean;
4183
- readonly isEcdsaStark: boolean;
4184
- readonly isSchnorrP256: boolean;
4185
- readonly isSchnorrP384: boolean;
4186
- readonly isSchnorrSecp256k1: boolean;
4187
- readonly isSchnorrSr25519: boolean;
4188
- readonly isSchnorrRistretto255: boolean;
4189
- readonly isSchnorrEd25519: boolean;
4190
- readonly isSchnorrEd448: boolean;
4191
- readonly isSchnorrTaproot: boolean;
4192
- readonly isBls381: boolean;
4193
- readonly type: 'EcdsaSecp256k1' | 'EcdsaSecp256r1' | 'EcdsaStark' | 'SchnorrP256' | 'SchnorrP384' | 'SchnorrSecp256k1' | 'SchnorrSr25519' | 'SchnorrRistretto255' | 'SchnorrEd25519' | 'SchnorrEd448' | 'SchnorrTaproot' | 'Bls381';
4194
- }
4195
- /** @name TanglePrimitivesJobsTssDkgtssSignatureResult (447) */
4196
- interface TanglePrimitivesJobsTssDkgtssSignatureResult extends Struct {
4197
- readonly signatureScheme: TanglePrimitivesJobsTssDigitalSignatureScheme;
4198
- readonly data: Bytes;
4199
- readonly signature: Bytes;
4200
- readonly verifyingKey: Bytes;
4201
- readonly derivationPath: Option<Bytes>;
4202
- readonly chainCode: Option<U8aFixed>;
4203
- }
4204
- /** @name TanglePrimitivesJobsTssDkgtssKeyRefreshResult (449) */
4205
- interface TanglePrimitivesJobsTssDkgtssKeyRefreshResult extends Struct {
4206
- readonly signatureScheme: TanglePrimitivesJobsTssDigitalSignatureScheme;
4207
- }
4208
- /** @name TanglePrimitivesJobsTssDkgtssKeyRotationResult (450) */
4209
- interface TanglePrimitivesJobsTssDkgtssKeyRotationResult extends Struct {
4210
- readonly phaseOneId: u64;
4211
- readonly newPhaseOneId: u64;
4212
- readonly newKey: Bytes;
4213
- readonly key: Bytes;
4214
- readonly signature: Bytes;
4215
- readonly signatureScheme: TanglePrimitivesJobsTssDigitalSignatureScheme;
4216
- readonly derivationPath: Option<Bytes>;
4217
- readonly chainCode: Option<U8aFixed>;
4218
- }
4219
- /** @name TanglePrimitivesJobsZksaasZkSaaSCircuitResult (451) */
4220
- interface TanglePrimitivesJobsZksaasZkSaaSCircuitResult extends Struct {
4221
- readonly jobId: u64;
4222
- readonly participants: Vec<SpCoreEcdsaPublic>;
4223
- }
4224
- /** @name TanglePrimitivesJobsZksaasZkSaaSProofResult (454) */
4225
- interface TanglePrimitivesJobsZksaasZkSaaSProofResult extends Enum {
4226
- readonly isArkworks: boolean;
4227
- readonly asArkworks: TanglePrimitivesJobsZksaasArkworksProofResult;
4228
- readonly isCircom: boolean;
4229
- readonly asCircom: TanglePrimitivesJobsZksaasCircomProofResult;
4230
- readonly type: 'Arkworks' | 'Circom';
4231
- }
4232
- /** @name TanglePrimitivesJobsZksaasArkworksProofResult (455) */
4233
- interface TanglePrimitivesJobsZksaasArkworksProofResult extends Struct {
4234
- readonly proof: Bytes;
4235
- }
4236
- /** @name TanglePrimitivesJobsZksaasCircomProofResult (457) */
4237
- interface TanglePrimitivesJobsZksaasCircomProofResult extends Struct {
4238
- readonly proof: Bytes;
4239
- }
4240
- /** @name TanglePrimitivesJobsValidatorOffenceType (458) */
4241
- interface TanglePrimitivesJobsValidatorOffenceType extends Enum {
4242
- readonly isInactivity: boolean;
4243
- readonly isInvalidSignatureSubmitted: boolean;
4244
- readonly isRejectedValidAction: boolean;
4245
- readonly isApprovedInvalidAction: boolean;
4246
- readonly type: 'Inactivity' | 'InvalidSignatureSubmitted' | 'RejectedValidAction' | 'ApprovedInvalidAction';
4247
- }
4248
- /** @name TanglePrimitivesMisbehaviorMisbehaviorSubmission (459) */
4249
- interface TanglePrimitivesMisbehaviorMisbehaviorSubmission extends Struct {
4250
- readonly roleType: TanglePrimitivesRolesRoleType;
4251
- readonly offender: U8aFixed;
4252
- readonly jobId: u64;
4253
- readonly justification: TanglePrimitivesMisbehaviorMisbehaviorJustification;
4254
- }
4255
- /** @name TanglePrimitivesMisbehaviorMisbehaviorJustification (460) */
4256
- interface TanglePrimitivesMisbehaviorMisbehaviorJustification extends Enum {
4257
- readonly isDkgtss: boolean;
4258
- readonly asDkgtss: TanglePrimitivesMisbehaviorDkgtssJustification;
4259
- readonly isZkSaaS: boolean;
4260
- readonly type: 'Dkgtss' | 'ZkSaaS';
4261
- }
4262
- /** @name TanglePrimitivesMisbehaviorDkgtssJustification (461) */
4263
- interface TanglePrimitivesMisbehaviorDkgtssJustification extends Enum {
4264
- readonly isDfnsCGGMP21: boolean;
4265
- readonly asDfnsCGGMP21: TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification;
4266
- readonly isZCashFrost: boolean;
4267
- readonly asZCashFrost: TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification;
4268
- readonly type: 'DfnsCGGMP21' | 'ZCashFrost';
4269
- }
4270
- /** @name TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification (462) */
4271
- interface TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification extends Enum {
4272
- readonly isKeygen: boolean;
4273
- readonly asKeygen: {
4274
- readonly participants: Vec<U8aFixed>;
4275
- readonly t: u16;
4276
- readonly reason: TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted;
4277
- } & Struct;
4278
- readonly isKeyRefresh: boolean;
4279
- readonly asKeyRefresh: {
4280
- readonly participants: Vec<U8aFixed>;
4281
- readonly t: u16;
4282
- readonly reason: TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted;
4283
- } & Struct;
4284
- readonly isSigning: boolean;
4285
- readonly asSigning: {
4286
- readonly participants: Vec<U8aFixed>;
4287
- readonly t: u16;
4288
- readonly reason: TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted;
4289
- } & Struct;
4290
- readonly type: 'Keygen' | 'KeyRefresh' | 'Signing';
4291
- }
4292
- /** @name TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted (464) */
4293
- interface TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted extends Enum {
4294
- readonly isInvalidDecommitment: boolean;
4295
- readonly asInvalidDecommitment: {
4296
- readonly round1: TanglePrimitivesMisbehaviorSignedRoundMessage;
4297
- readonly round2a: TanglePrimitivesMisbehaviorSignedRoundMessage;
4298
- } & Struct;
4299
- readonly isInvalidSchnorrProof: boolean;
4300
- readonly asInvalidSchnorrProof: {
4301
- readonly round2a: Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>;
4302
- readonly round3: TanglePrimitivesMisbehaviorSignedRoundMessage;
4303
- } & Struct;
4304
- readonly isFeldmanVerificationFailed: boolean;
4305
- readonly asFeldmanVerificationFailed: {
4306
- readonly round2a: TanglePrimitivesMisbehaviorSignedRoundMessage;
4307
- readonly round2b: TanglePrimitivesMisbehaviorSignedRoundMessage;
4308
- } & Struct;
4309
- readonly isInvalidDataSize: boolean;
4310
- readonly asInvalidDataSize: {
4311
- readonly round2a: TanglePrimitivesMisbehaviorSignedRoundMessage;
4312
- } & Struct;
4313
- readonly type: 'InvalidDecommitment' | 'InvalidSchnorrProof' | 'FeldmanVerificationFailed' | 'InvalidDataSize';
4314
- }
4315
- /** @name TanglePrimitivesMisbehaviorSignedRoundMessage (465) */
4316
- interface TanglePrimitivesMisbehaviorSignedRoundMessage extends Struct {
4317
- readonly sender: u16;
4318
- readonly message: Bytes;
4319
- readonly signature: Bytes;
4320
- }
4321
- /** @name TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted (467) */
4322
- interface TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted extends Enum {
4323
- readonly isInvalidDecommitment: boolean;
4324
- readonly asInvalidDecommitment: {
4325
- readonly round1: TanglePrimitivesMisbehaviorSignedRoundMessage;
4326
- readonly round2: TanglePrimitivesMisbehaviorSignedRoundMessage;
4327
- } & Struct;
4328
- readonly isInvalidSchnorrProof: boolean;
4329
- readonly isInvalidModProof: boolean;
4330
- readonly asInvalidModProof: {
4331
- readonly reason: TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason;
4332
- readonly round2: Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>;
4333
- readonly round3: TanglePrimitivesMisbehaviorSignedRoundMessage;
4334
- } & Struct;
4335
- readonly isInvalidFacProof: boolean;
4336
- readonly isInvalidRingPedersenParameters: boolean;
4337
- readonly asInvalidRingPedersenParameters: {
4338
- readonly round2: TanglePrimitivesMisbehaviorSignedRoundMessage;
4339
- } & Struct;
4340
- readonly isInvalidX: boolean;
4341
- readonly isInvalidXShare: boolean;
4342
- readonly isInvalidDataSize: boolean;
4343
- readonly isPaillierDec: boolean;
4344
- readonly type: 'InvalidDecommitment' | 'InvalidSchnorrProof' | 'InvalidModProof' | 'InvalidFacProof' | 'InvalidRingPedersenParameters' | 'InvalidX' | 'InvalidXShare' | 'InvalidDataSize' | 'PaillierDec';
4345
- }
4346
- /** @name TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason (468) */
4347
- interface TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason extends Enum {
4348
- readonly isEqualityCheck: boolean;
4349
- readonly asEqualityCheck: u8;
4350
- readonly isRangeCheck: boolean;
4351
- readonly asRangeCheck: u8;
4352
- readonly isEncryption: boolean;
4353
- readonly isPaillierEnc: boolean;
4354
- readonly isPaillierOp: boolean;
4355
- readonly isModPow: boolean;
4356
- readonly isModulusIsPrime: boolean;
4357
- readonly isModulusIsEven: boolean;
4358
- readonly isIncorrectNthRoot: boolean;
4359
- readonly asIncorrectNthRoot: u8;
4360
- readonly isIncorrectFourthRoot: boolean;
4361
- readonly asIncorrectFourthRoot: u8;
4362
- readonly type: 'EqualityCheck' | 'RangeCheck' | 'Encryption' | 'PaillierEnc' | 'PaillierOp' | 'ModPow' | 'ModulusIsPrime' | 'ModulusIsEven' | 'IncorrectNthRoot' | 'IncorrectFourthRoot';
4363
- }
4364
- /** @name TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted (469) */
4365
- interface TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted extends Enum {
4366
- readonly isEncProofOfK: boolean;
4367
- readonly isInvalidPsi: boolean;
4368
- readonly isInvalidPsiPrimePrime: boolean;
4369
- readonly isMismatchedDelta: boolean;
4370
- readonly type: 'EncProofOfK' | 'InvalidPsi' | 'InvalidPsiPrimePrime' | 'MismatchedDelta';
4371
- }
4372
- /** @name TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification (470) */
4373
- interface TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification extends Enum {
4374
- readonly isKeygen: boolean;
4375
- readonly asKeygen: {
4376
- readonly participants: Vec<U8aFixed>;
4377
- readonly t: u16;
4378
- readonly reason: TanglePrimitivesMisbehaviorZcashFrostKeygenAborted;
4379
- } & Struct;
4380
- readonly isSigning: boolean;
4381
- readonly asSigning: {
4382
- readonly participants: Vec<U8aFixed>;
4383
- readonly t: u16;
4384
- readonly reason: TanglePrimitivesMisbehaviorZcashFrostSigningAborted;
4385
- } & Struct;
4386
- readonly type: 'Keygen' | 'Signing';
4387
- }
4388
- /** @name TanglePrimitivesMisbehaviorZcashFrostKeygenAborted (471) */
4389
- interface TanglePrimitivesMisbehaviorZcashFrostKeygenAborted extends Enum {
4390
- readonly isInvalidProofOfKnowledge: boolean;
4391
- readonly asInvalidProofOfKnowledge: {
4392
- readonly round1: TanglePrimitivesMisbehaviorSignedRoundMessage;
4393
- } & Struct;
4394
- readonly isInvalidSecretShare: boolean;
4395
- readonly asInvalidSecretShare: {
4396
- readonly round1: TanglePrimitivesMisbehaviorSignedRoundMessage;
4397
- readonly round2: TanglePrimitivesMisbehaviorSignedRoundMessage;
4398
- } & Struct;
4399
- readonly type: 'InvalidProofOfKnowledge' | 'InvalidSecretShare';
4400
- }
4401
- /** @name TanglePrimitivesMisbehaviorZcashFrostSigningAborted (472) */
4402
- interface TanglePrimitivesMisbehaviorZcashFrostSigningAborted extends Enum {
4403
- readonly isInvalidSignatureShare: boolean;
4404
- readonly asInvalidSignatureShare: {
4405
- readonly round1: Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>;
4406
- readonly round2: Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>;
4407
- } & Struct;
4408
- readonly type: 'InvalidSignatureShare';
4409
- }
4410
- /** @name TanglePrimitivesMisbehaviorZkSaaSJustification (473) */
4411
- type TanglePrimitivesMisbehaviorZkSaaSJustification = Null;
4412
- /** @name PalletDkgCall (474) */
4413
- interface PalletDkgCall extends Enum {
4414
- readonly isSetFee: boolean;
4415
- readonly asSetFee: {
4416
- readonly feeInfo: PalletDkgFeeInfo;
4417
- } & Struct;
4418
- readonly type: 'SetFee';
4419
- }
4420
- /** @name PalletZksaasCall (475) */
4421
- interface PalletZksaasCall extends Enum {
4422
- readonly isSetFee: boolean;
4423
- readonly asSetFee: {
4424
- readonly feeInfo: PalletZksaasFeeInfo;
4425
- } & Struct;
4426
- readonly type: 'SetFee';
4427
- }
4428
- /** @name PalletProxyCall (476) */
4051
+ /** @name PalletProxyCall (406) */
4429
4052
  interface PalletProxyCall extends Enum {
4430
4053
  readonly isProxy: boolean;
4431
4054
  readonly asProxy: {
@@ -4484,7 +4107,7 @@ declare module '@polkadot/types/lookup' {
4484
4107
  } & Struct;
4485
4108
  readonly type: 'Proxy' | 'AddProxy' | 'RemoveProxy' | 'RemoveProxies' | 'CreatePure' | 'KillPure' | 'Announce' | 'RemoveAnnouncement' | 'RejectAnnouncement' | 'ProxyAnnounced';
4486
4109
  }
4487
- /** @name PalletMultiAssetDelegationCall (478) */
4110
+ /** @name PalletMultiAssetDelegationCall (408) */
4488
4111
  interface PalletMultiAssetDelegationCall extends Enum {
4489
4112
  readonly isJoinOperators: boolean;
4490
4113
  readonly asJoinOperators: {
@@ -4497,57 +4120,456 @@ declare module '@polkadot/types/lookup' {
4497
4120
  readonly asOperatorBondMore: {
4498
4121
  readonly additionalBond: u128;
4499
4122
  } & Struct;
4500
- readonly isScheduleOperatorBondLess: boolean;
4501
- readonly asScheduleOperatorBondLess: {
4502
- readonly bondLessAmount: u128;
4123
+ readonly isScheduleOperatorUnstake: boolean;
4124
+ readonly asScheduleOperatorUnstake: {
4125
+ readonly unstakeAmount: u128;
4503
4126
  } & Struct;
4504
- readonly isExecuteOperatorBondLess: boolean;
4505
- readonly isCancelOperatorBondLess: boolean;
4127
+ readonly isExecuteOperatorUnstake: boolean;
4128
+ readonly isCancelOperatorUnstake: boolean;
4506
4129
  readonly isGoOffline: boolean;
4507
4130
  readonly isGoOnline: boolean;
4508
4131
  readonly isDeposit: boolean;
4509
4132
  readonly asDeposit: {
4510
- readonly assetId: Option<u128>;
4133
+ readonly assetId: u128;
4134
+ readonly amount: u128;
4135
+ } & Struct;
4136
+ readonly isScheduleWithdraw: boolean;
4137
+ readonly asScheduleWithdraw: {
4138
+ readonly assetId: u128;
4511
4139
  readonly amount: u128;
4512
4140
  } & Struct;
4513
- readonly isScheduleUnstake: boolean;
4514
- readonly asScheduleUnstake: {
4515
- readonly assetId: Option<u128>;
4141
+ readonly isExecuteWithdraw: boolean;
4142
+ readonly isCancelWithdraw: boolean;
4143
+ readonly asCancelWithdraw: {
4144
+ readonly assetId: u128;
4516
4145
  readonly amount: u128;
4517
4146
  } & Struct;
4518
- readonly isExecuteUnstake: boolean;
4519
- readonly isCancelUnstake: boolean;
4520
4147
  readonly isDelegate: boolean;
4521
4148
  readonly asDelegate: {
4522
4149
  readonly operator: AccountId32;
4523
4150
  readonly assetId: u128;
4524
4151
  readonly amount: u128;
4525
4152
  } & Struct;
4526
- readonly isScheduleDelegatorBondLess: boolean;
4527
- readonly asScheduleDelegatorBondLess: {
4153
+ readonly isScheduleDelegatorUnstake: boolean;
4154
+ readonly asScheduleDelegatorUnstake: {
4528
4155
  readonly operator: AccountId32;
4529
4156
  readonly assetId: u128;
4530
4157
  readonly amount: u128;
4531
4158
  } & Struct;
4532
- readonly isExecuteDelegatorBondLess: boolean;
4533
- readonly isCancelDelegatorBondLess: boolean;
4534
- readonly isSetWhitelistedAssets: boolean;
4535
- readonly asSetWhitelistedAssets: {
4536
- readonly assets: Vec<u128>;
4159
+ readonly isExecuteDelegatorUnstake: boolean;
4160
+ readonly isCancelDelegatorUnstake: boolean;
4161
+ readonly asCancelDelegatorUnstake: {
4162
+ readonly operator: AccountId32;
4163
+ readonly assetId: u128;
4164
+ readonly amount: u128;
4537
4165
  } & Struct;
4538
4166
  readonly isSetIncentiveApyAndCap: boolean;
4539
4167
  readonly asSetIncentiveApyAndCap: {
4540
- readonly assetId: u128;
4541
- readonly apy: u128;
4168
+ readonly poolId: u128;
4169
+ readonly apy: Percent;
4542
4170
  readonly cap: u128;
4543
4171
  } & Struct;
4544
4172
  readonly isWhitelistBlueprintForRewards: boolean;
4545
4173
  readonly asWhitelistBlueprintForRewards: {
4546
4174
  readonly blueprintId: u32;
4547
4175
  } & Struct;
4548
- readonly type: 'JoinOperators' | 'ScheduleLeaveOperators' | 'CancelLeaveOperators' | 'ExecuteLeaveOperators' | 'OperatorBondMore' | 'ScheduleOperatorBondLess' | 'ExecuteOperatorBondLess' | 'CancelOperatorBondLess' | 'GoOffline' | 'GoOnline' | 'Deposit' | 'ScheduleUnstake' | 'ExecuteUnstake' | 'CancelUnstake' | 'Delegate' | 'ScheduleDelegatorBondLess' | 'ExecuteDelegatorBondLess' | 'CancelDelegatorBondLess' | 'SetWhitelistedAssets' | 'SetIncentiveApyAndCap' | 'WhitelistBlueprintForRewards';
4176
+ readonly isManageAssetInPool: boolean;
4177
+ readonly asManageAssetInPool: {
4178
+ readonly poolId: u128;
4179
+ readonly assetId: u128;
4180
+ readonly action: PalletMultiAssetDelegationRewardsAssetAction;
4181
+ } & Struct;
4182
+ readonly type: 'JoinOperators' | 'ScheduleLeaveOperators' | 'CancelLeaveOperators' | 'ExecuteLeaveOperators' | 'OperatorBondMore' | 'ScheduleOperatorUnstake' | 'ExecuteOperatorUnstake' | 'CancelOperatorUnstake' | 'GoOffline' | 'GoOnline' | 'Deposit' | 'ScheduleWithdraw' | 'ExecuteWithdraw' | 'CancelWithdraw' | 'Delegate' | 'ScheduleDelegatorUnstake' | 'ExecuteDelegatorUnstake' | 'CancelDelegatorUnstake' | 'SetIncentiveApyAndCap' | 'WhitelistBlueprintForRewards' | 'ManageAssetInPool';
4183
+ }
4184
+ /** @name PalletServicesModuleCall (409) */
4185
+ interface PalletServicesModuleCall extends Enum {
4186
+ readonly isCreateBlueprint: boolean;
4187
+ readonly asCreateBlueprint: {
4188
+ readonly blueprint: TanglePrimitivesServicesServiceBlueprint;
4189
+ } & Struct;
4190
+ readonly isPreRegister: boolean;
4191
+ readonly asPreRegister: {
4192
+ readonly blueprintId: Compact<u64>;
4193
+ } & Struct;
4194
+ readonly isRegister: boolean;
4195
+ readonly asRegister: {
4196
+ readonly blueprintId: Compact<u64>;
4197
+ readonly preferences: TanglePrimitivesServicesOperatorPreferences;
4198
+ readonly registrationArgs: Vec<TanglePrimitivesServicesField>;
4199
+ } & Struct;
4200
+ readonly isUnregister: boolean;
4201
+ readonly asUnregister: {
4202
+ readonly blueprintId: Compact<u64>;
4203
+ } & Struct;
4204
+ readonly isUpdateApprovalPreference: boolean;
4205
+ readonly asUpdateApprovalPreference: {
4206
+ readonly blueprintId: Compact<u64>;
4207
+ readonly approvalPreference: TanglePrimitivesServicesApprovalPrefrence;
4208
+ } & Struct;
4209
+ readonly isUpdatePriceTargets: boolean;
4210
+ readonly asUpdatePriceTargets: {
4211
+ readonly blueprintId: Compact<u64>;
4212
+ readonly priceTargets: TanglePrimitivesServicesPriceTargets;
4213
+ } & Struct;
4214
+ readonly isRequest: boolean;
4215
+ readonly asRequest: {
4216
+ readonly blueprintId: Compact<u64>;
4217
+ readonly permittedCallers: Vec<AccountId32>;
4218
+ readonly serviceProviders: Vec<AccountId32>;
4219
+ readonly ttl: Compact<u64>;
4220
+ readonly requestArgs: Vec<TanglePrimitivesServicesField>;
4221
+ } & Struct;
4222
+ readonly isApprove: boolean;
4223
+ readonly asApprove: {
4224
+ readonly requestId: Compact<u64>;
4225
+ } & Struct;
4226
+ readonly isReject: boolean;
4227
+ readonly asReject: {
4228
+ readonly requestId: Compact<u64>;
4229
+ } & Struct;
4230
+ readonly isTerminate: boolean;
4231
+ readonly asTerminate: {
4232
+ readonly serviceId: Compact<u64>;
4233
+ } & Struct;
4234
+ readonly isCall: boolean;
4235
+ readonly asCall: {
4236
+ readonly serviceId: Compact<u64>;
4237
+ readonly job: Compact<u8>;
4238
+ readonly args: Vec<TanglePrimitivesServicesField>;
4239
+ } & Struct;
4240
+ readonly isSubmitResult: boolean;
4241
+ readonly asSubmitResult: {
4242
+ readonly serviceId: Compact<u64>;
4243
+ readonly callId: Compact<u64>;
4244
+ readonly result: Vec<TanglePrimitivesServicesField>;
4245
+ } & Struct;
4246
+ readonly type: 'CreateBlueprint' | 'PreRegister' | 'Register' | 'Unregister' | 'UpdateApprovalPreference' | 'UpdatePriceTargets' | 'Request' | 'Approve' | 'Reject' | 'Terminate' | 'Call' | 'SubmitResult';
4247
+ }
4248
+ /** @name TanglePrimitivesServicesServiceBlueprint (410) */
4249
+ interface TanglePrimitivesServicesServiceBlueprint extends Struct {
4250
+ readonly metadata: TanglePrimitivesServicesServiceMetadata;
4251
+ readonly jobs: Vec<TanglePrimitivesServicesJobDefinition>;
4252
+ readonly registrationHook: TanglePrimitivesServicesServiceRegistrationHook;
4253
+ readonly registrationParams: Vec<TanglePrimitivesServicesFieldFieldType>;
4254
+ readonly requestHook: TanglePrimitivesServicesServiceRequestHook;
4255
+ readonly requestParams: Vec<TanglePrimitivesServicesFieldFieldType>;
4256
+ readonly gadget: TanglePrimitivesServicesGadget;
4257
+ }
4258
+ /** @name TanglePrimitivesServicesServiceMetadata (411) */
4259
+ interface TanglePrimitivesServicesServiceMetadata extends Struct {
4260
+ readonly name: Bytes;
4261
+ readonly description: Option<Bytes>;
4262
+ readonly author: Option<Bytes>;
4263
+ readonly category: Option<Bytes>;
4264
+ readonly codeRepository: Option<Bytes>;
4265
+ readonly logo: Option<Bytes>;
4266
+ readonly website: Option<Bytes>;
4267
+ readonly license: Option<Bytes>;
4268
+ }
4269
+ /** @name TanglePrimitivesServicesJobDefinition (416) */
4270
+ interface TanglePrimitivesServicesJobDefinition extends Struct {
4271
+ readonly metadata: TanglePrimitivesServicesJobMetadata;
4272
+ readonly params: Vec<TanglePrimitivesServicesFieldFieldType>;
4273
+ readonly result: Vec<TanglePrimitivesServicesFieldFieldType>;
4274
+ readonly verifier: TanglePrimitivesServicesJobResultVerifier;
4275
+ }
4276
+ /** @name TanglePrimitivesServicesJobMetadata (417) */
4277
+ interface TanglePrimitivesServicesJobMetadata extends Struct {
4278
+ readonly name: Bytes;
4279
+ readonly description: Option<Bytes>;
4280
+ }
4281
+ /** @name TanglePrimitivesServicesFieldFieldType (419) */
4282
+ interface TanglePrimitivesServicesFieldFieldType extends Enum {
4283
+ readonly isVoid: boolean;
4284
+ readonly isBool: boolean;
4285
+ readonly isUint8: boolean;
4286
+ readonly isInt8: boolean;
4287
+ readonly isUint16: boolean;
4288
+ readonly isInt16: boolean;
4289
+ readonly isUint32: boolean;
4290
+ readonly isInt32: boolean;
4291
+ readonly isUint64: boolean;
4292
+ readonly isInt64: boolean;
4293
+ readonly isString: boolean;
4294
+ readonly isBytes: boolean;
4295
+ readonly isOptional: boolean;
4296
+ readonly asOptional: TanglePrimitivesServicesFieldFieldType;
4297
+ readonly isArray: boolean;
4298
+ readonly asArray: ITuple<[u64, TanglePrimitivesServicesFieldFieldType]>;
4299
+ readonly isList: boolean;
4300
+ readonly asList: TanglePrimitivesServicesFieldFieldType;
4301
+ readonly isStruct: boolean;
4302
+ readonly asStruct: ITuple<[TanglePrimitivesServicesFieldFieldType, Vec<ITuple<[TanglePrimitivesServicesFieldFieldType, TanglePrimitivesServicesFieldFieldType]>>]>;
4303
+ readonly isAccountId: boolean;
4304
+ readonly type: 'Void' | 'Bool' | 'Uint8' | 'Int8' | 'Uint16' | 'Int16' | 'Uint32' | 'Int32' | 'Uint64' | 'Int64' | 'String' | 'Bytes' | 'Optional' | 'Array' | 'List' | 'Struct' | 'AccountId';
4305
+ }
4306
+ /** @name TanglePrimitivesServicesJobResultVerifier (424) */
4307
+ interface TanglePrimitivesServicesJobResultVerifier extends Enum {
4308
+ readonly isNone: boolean;
4309
+ readonly isEvm: boolean;
4310
+ readonly asEvm: H160;
4311
+ readonly type: 'None' | 'Evm';
4312
+ }
4313
+ /** @name TanglePrimitivesServicesServiceRegistrationHook (426) */
4314
+ interface TanglePrimitivesServicesServiceRegistrationHook extends Enum {
4315
+ readonly isNone: boolean;
4316
+ readonly isEvm: boolean;
4317
+ readonly asEvm: H160;
4318
+ readonly type: 'None' | 'Evm';
4319
+ }
4320
+ /** @name TanglePrimitivesServicesServiceRequestHook (427) */
4321
+ interface TanglePrimitivesServicesServiceRequestHook extends Enum {
4322
+ readonly isNone: boolean;
4323
+ readonly isEvm: boolean;
4324
+ readonly asEvm: H160;
4325
+ readonly type: 'None' | 'Evm';
4326
+ }
4327
+ /** @name TanglePrimitivesServicesGadget (428) */
4328
+ interface TanglePrimitivesServicesGadget extends Enum {
4329
+ readonly isWasm: boolean;
4330
+ readonly asWasm: TanglePrimitivesServicesWasmGadget;
4331
+ readonly isNative: boolean;
4332
+ readonly asNative: TanglePrimitivesServicesNativeGadget;
4333
+ readonly isContainer: boolean;
4334
+ readonly asContainer: TanglePrimitivesServicesContainerGadget;
4335
+ readonly type: 'Wasm' | 'Native' | 'Container';
4336
+ }
4337
+ /** @name TanglePrimitivesServicesWasmGadget (429) */
4338
+ interface TanglePrimitivesServicesWasmGadget extends Struct {
4339
+ readonly runtime: TanglePrimitivesServicesWasmRuntime;
4340
+ readonly sources: Vec<TanglePrimitivesServicesGadgetSource>;
4341
+ }
4342
+ /** @name TanglePrimitivesServicesWasmRuntime (430) */
4343
+ interface TanglePrimitivesServicesWasmRuntime extends Enum {
4344
+ readonly isWasmtime: boolean;
4345
+ readonly isWasmer: boolean;
4346
+ readonly type: 'Wasmtime' | 'Wasmer';
4347
+ }
4348
+ /** @name TanglePrimitivesServicesGadgetSource (432) */
4349
+ interface TanglePrimitivesServicesGadgetSource extends Struct {
4350
+ readonly fetcher: TanglePrimitivesServicesGadgetSourceFetcher;
4351
+ }
4352
+ /** @name TanglePrimitivesServicesGadgetSourceFetcher (433) */
4353
+ interface TanglePrimitivesServicesGadgetSourceFetcher extends Enum {
4354
+ readonly isIpfs: boolean;
4355
+ readonly asIpfs: Bytes;
4356
+ readonly isGithub: boolean;
4357
+ readonly asGithub: TanglePrimitivesServicesGithubFetcher;
4358
+ readonly isContainerImage: boolean;
4359
+ readonly asContainerImage: TanglePrimitivesServicesImageRegistryFetcher;
4360
+ readonly isTesting: boolean;
4361
+ readonly asTesting: TanglePrimitivesServicesTestFetcher;
4362
+ readonly type: 'Ipfs' | 'Github' | 'ContainerImage' | 'Testing';
4363
+ }
4364
+ /** @name TanglePrimitivesServicesGithubFetcher (435) */
4365
+ interface TanglePrimitivesServicesGithubFetcher extends Struct {
4366
+ readonly owner: Bytes;
4367
+ readonly repo: Bytes;
4368
+ readonly tag: Bytes;
4369
+ readonly binaries: Vec<TanglePrimitivesServicesGadgetBinary>;
4370
+ }
4371
+ /** @name TanglePrimitivesServicesGadgetBinary (443) */
4372
+ interface TanglePrimitivesServicesGadgetBinary extends Struct {
4373
+ readonly arch: TanglePrimitivesServicesArchitecture;
4374
+ readonly os: TanglePrimitivesServicesOperatingSystem;
4375
+ readonly name: Bytes;
4376
+ readonly sha256: U8aFixed;
4377
+ }
4378
+ /** @name TanglePrimitivesServicesArchitecture (444) */
4379
+ interface TanglePrimitivesServicesArchitecture extends Enum {
4380
+ readonly isWasm: boolean;
4381
+ readonly isWasm64: boolean;
4382
+ readonly isWasi: boolean;
4383
+ readonly isWasi64: boolean;
4384
+ readonly isAmd: boolean;
4385
+ readonly isAmd64: boolean;
4386
+ readonly isArm: boolean;
4387
+ readonly isArm64: boolean;
4388
+ readonly isRiscV: boolean;
4389
+ readonly isRiscV64: boolean;
4390
+ readonly type: 'Wasm' | 'Wasm64' | 'Wasi' | 'Wasi64' | 'Amd' | 'Amd64' | 'Arm' | 'Arm64' | 'RiscV' | 'RiscV64';
4391
+ }
4392
+ /** @name TanglePrimitivesServicesOperatingSystem (445) */
4393
+ interface TanglePrimitivesServicesOperatingSystem extends Enum {
4394
+ readonly isUnknown: boolean;
4395
+ readonly isLinux: boolean;
4396
+ readonly isWindows: boolean;
4397
+ readonly isMacOS: boolean;
4398
+ readonly isBsd: boolean;
4399
+ readonly type: 'Unknown' | 'Linux' | 'Windows' | 'MacOS' | 'Bsd';
4400
+ }
4401
+ /** @name TanglePrimitivesServicesImageRegistryFetcher (449) */
4402
+ interface TanglePrimitivesServicesImageRegistryFetcher extends Struct {
4403
+ readonly registry_: Bytes;
4404
+ readonly image: Bytes;
4405
+ readonly tag: Bytes;
4406
+ }
4407
+ /** @name TanglePrimitivesServicesTestFetcher (456) */
4408
+ interface TanglePrimitivesServicesTestFetcher extends Struct {
4409
+ readonly cargoPackage: Bytes;
4410
+ readonly cargoBin: Bytes;
4411
+ readonly basePath: Bytes;
4412
+ }
4413
+ /** @name TanglePrimitivesServicesNativeGadget (458) */
4414
+ interface TanglePrimitivesServicesNativeGadget extends Struct {
4415
+ readonly sources: Vec<TanglePrimitivesServicesGadgetSource>;
4416
+ }
4417
+ /** @name TanglePrimitivesServicesContainerGadget (459) */
4418
+ interface TanglePrimitivesServicesContainerGadget extends Struct {
4419
+ readonly sources: Vec<TanglePrimitivesServicesGadgetSource>;
4420
+ }
4421
+ /** @name PalletTangleLstCall (461) */
4422
+ interface PalletTangleLstCall extends Enum {
4423
+ readonly isJoin: boolean;
4424
+ readonly asJoin: {
4425
+ readonly amount: Compact<u128>;
4426
+ readonly poolId: u32;
4427
+ } & Struct;
4428
+ readonly isBondExtra: boolean;
4429
+ readonly asBondExtra: {
4430
+ readonly poolId: u32;
4431
+ readonly extra: PalletTangleLstBondExtra;
4432
+ } & Struct;
4433
+ readonly isUnbond: boolean;
4434
+ readonly asUnbond: {
4435
+ readonly memberAccount: MultiAddress;
4436
+ readonly poolId: u32;
4437
+ readonly unbondingPoints: Compact<u128>;
4438
+ } & Struct;
4439
+ readonly isPoolWithdrawUnbonded: boolean;
4440
+ readonly asPoolWithdrawUnbonded: {
4441
+ readonly poolId: u32;
4442
+ readonly numSlashingSpans: u32;
4443
+ } & Struct;
4444
+ readonly isWithdrawUnbonded: boolean;
4445
+ readonly asWithdrawUnbonded: {
4446
+ readonly memberAccount: MultiAddress;
4447
+ readonly poolId: u32;
4448
+ readonly numSlashingSpans: u32;
4449
+ } & Struct;
4450
+ readonly isCreate: boolean;
4451
+ readonly asCreate: {
4452
+ readonly amount: Compact<u128>;
4453
+ readonly root: MultiAddress;
4454
+ readonly nominator: MultiAddress;
4455
+ readonly bouncer: MultiAddress;
4456
+ } & Struct;
4457
+ readonly isCreateWithPoolId: boolean;
4458
+ readonly asCreateWithPoolId: {
4459
+ readonly amount: Compact<u128>;
4460
+ readonly root: MultiAddress;
4461
+ readonly nominator: MultiAddress;
4462
+ readonly bouncer: MultiAddress;
4463
+ readonly poolId: u32;
4464
+ } & Struct;
4465
+ readonly isNominate: boolean;
4466
+ readonly asNominate: {
4467
+ readonly poolId: u32;
4468
+ readonly validators: Vec<AccountId32>;
4469
+ } & Struct;
4470
+ readonly isSetState: boolean;
4471
+ readonly asSetState: {
4472
+ readonly poolId: u32;
4473
+ readonly state: PalletTangleLstPoolsPoolState;
4474
+ } & Struct;
4475
+ readonly isSetMetadata: boolean;
4476
+ readonly asSetMetadata: {
4477
+ readonly poolId: u32;
4478
+ readonly metadata: Bytes;
4479
+ } & Struct;
4480
+ readonly isSetConfigs: boolean;
4481
+ readonly asSetConfigs: {
4482
+ readonly minJoinBond: PalletTangleLstConfigOpU128;
4483
+ readonly minCreateBond: PalletTangleLstConfigOpU128;
4484
+ readonly maxPools: PalletTangleLstConfigOpU32;
4485
+ readonly globalMaxCommission: PalletTangleLstConfigOpPerbill;
4486
+ } & Struct;
4487
+ readonly isUpdateRoles: boolean;
4488
+ readonly asUpdateRoles: {
4489
+ readonly poolId: u32;
4490
+ readonly newRoot: PalletTangleLstConfigOpAccountId32;
4491
+ readonly newNominator: PalletTangleLstConfigOpAccountId32;
4492
+ readonly newBouncer: PalletTangleLstConfigOpAccountId32;
4493
+ } & Struct;
4494
+ readonly isChill: boolean;
4495
+ readonly asChill: {
4496
+ readonly poolId: u32;
4497
+ } & Struct;
4498
+ readonly isBondExtraOther: boolean;
4499
+ readonly asBondExtraOther: {
4500
+ readonly member: MultiAddress;
4501
+ readonly poolId: u32;
4502
+ readonly extra: PalletTangleLstBondExtra;
4503
+ } & Struct;
4504
+ readonly isSetCommission: boolean;
4505
+ readonly asSetCommission: {
4506
+ readonly poolId: u32;
4507
+ readonly newCommission: Option<ITuple<[Perbill, AccountId32]>>;
4508
+ } & Struct;
4509
+ readonly isSetCommissionMax: boolean;
4510
+ readonly asSetCommissionMax: {
4511
+ readonly poolId: u32;
4512
+ readonly maxCommission: Perbill;
4513
+ } & Struct;
4514
+ readonly isSetCommissionChangeRate: boolean;
4515
+ readonly asSetCommissionChangeRate: {
4516
+ readonly poolId: u32;
4517
+ readonly changeRate: PalletTangleLstCommissionCommissionChangeRate;
4518
+ } & Struct;
4519
+ readonly isClaimCommission: boolean;
4520
+ readonly asClaimCommission: {
4521
+ readonly poolId: u32;
4522
+ } & Struct;
4523
+ readonly isAdjustPoolDeposit: boolean;
4524
+ readonly asAdjustPoolDeposit: {
4525
+ readonly poolId: u32;
4526
+ } & Struct;
4527
+ readonly isSetCommissionClaimPermission: boolean;
4528
+ readonly asSetCommissionClaimPermission: {
4529
+ readonly poolId: u32;
4530
+ readonly permission: Option<PalletTangleLstCommissionCommissionClaimPermission>;
4531
+ } & Struct;
4532
+ readonly type: 'Join' | 'BondExtra' | 'Unbond' | 'PoolWithdrawUnbonded' | 'WithdrawUnbonded' | 'Create' | 'CreateWithPoolId' | 'Nominate' | 'SetState' | 'SetMetadata' | 'SetConfigs' | 'UpdateRoles' | 'Chill' | 'BondExtraOther' | 'SetCommission' | 'SetCommissionMax' | 'SetCommissionChangeRate' | 'ClaimCommission' | 'AdjustPoolDeposit' | 'SetCommissionClaimPermission';
4533
+ }
4534
+ /** @name PalletTangleLstBondExtra (462) */
4535
+ interface PalletTangleLstBondExtra extends Enum {
4536
+ readonly isFreeBalance: boolean;
4537
+ readonly asFreeBalance: u128;
4538
+ readonly type: 'FreeBalance';
4539
+ }
4540
+ /** @name PalletTangleLstConfigOpU128 (463) */
4541
+ interface PalletTangleLstConfigOpU128 extends Enum {
4542
+ readonly isNoop: boolean;
4543
+ readonly isSet: boolean;
4544
+ readonly asSet: u128;
4545
+ readonly isRemove: boolean;
4546
+ readonly type: 'Noop' | 'Set' | 'Remove';
4547
+ }
4548
+ /** @name PalletTangleLstConfigOpU32 (464) */
4549
+ interface PalletTangleLstConfigOpU32 extends Enum {
4550
+ readonly isNoop: boolean;
4551
+ readonly isSet: boolean;
4552
+ readonly asSet: u32;
4553
+ readonly isRemove: boolean;
4554
+ readonly type: 'Noop' | 'Set' | 'Remove';
4555
+ }
4556
+ /** @name PalletTangleLstConfigOpPerbill (465) */
4557
+ interface PalletTangleLstConfigOpPerbill extends Enum {
4558
+ readonly isNoop: boolean;
4559
+ readonly isSet: boolean;
4560
+ readonly asSet: Perbill;
4561
+ readonly isRemove: boolean;
4562
+ readonly type: 'Noop' | 'Set' | 'Remove';
4549
4563
  }
4550
- /** @name SygmaAccessSegregatorCall (479) */
4564
+ /** @name PalletTangleLstConfigOpAccountId32 (466) */
4565
+ interface PalletTangleLstConfigOpAccountId32 extends Enum {
4566
+ readonly isNoop: boolean;
4567
+ readonly isSet: boolean;
4568
+ readonly asSet: AccountId32;
4569
+ readonly isRemove: boolean;
4570
+ readonly type: 'Noop' | 'Set' | 'Remove';
4571
+ }
4572
+ /** @name SygmaAccessSegregatorCall (467) */
4551
4573
  interface SygmaAccessSegregatorCall extends Enum {
4552
4574
  readonly isGrantAccess: boolean;
4553
4575
  readonly asGrantAccess: {
@@ -4557,7 +4579,7 @@ declare module '@polkadot/types/lookup' {
4557
4579
  } & Struct;
4558
4580
  readonly type: 'GrantAccess';
4559
4581
  }
4560
- /** @name SygmaBasicFeehandlerCall (480) */
4582
+ /** @name SygmaBasicFeehandlerCall (468) */
4561
4583
  interface SygmaBasicFeehandlerCall extends Enum {
4562
4584
  readonly isSetFee: boolean;
4563
4585
  readonly asSetFee: {
@@ -4567,7 +4589,7 @@ declare module '@polkadot/types/lookup' {
4567
4589
  } & Struct;
4568
4590
  readonly type: 'SetFee';
4569
4591
  }
4570
- /** @name SygmaFeeHandlerRouterCall (481) */
4592
+ /** @name SygmaFeeHandlerRouterCall (469) */
4571
4593
  interface SygmaFeeHandlerRouterCall extends Enum {
4572
4594
  readonly isSetFeeHandler: boolean;
4573
4595
  readonly asSetFeeHandler: {
@@ -4577,7 +4599,7 @@ declare module '@polkadot/types/lookup' {
4577
4599
  } & Struct;
4578
4600
  readonly type: 'SetFeeHandler';
4579
4601
  }
4580
- /** @name SygmaPercentageFeehandlerCall (482) */
4602
+ /** @name SygmaPercentageFeehandlerCall (470) */
4581
4603
  interface SygmaPercentageFeehandlerCall extends Enum {
4582
4604
  readonly isSetFeeRate: boolean;
4583
4605
  readonly asSetFeeRate: {
@@ -4589,7 +4611,7 @@ declare module '@polkadot/types/lookup' {
4589
4611
  } & Struct;
4590
4612
  readonly type: 'SetFeeRate';
4591
4613
  }
4592
- /** @name SygmaBridgeCall (483) */
4614
+ /** @name SygmaBridgeCall (471) */
4593
4615
  interface SygmaBridgeCall extends Enum {
4594
4616
  readonly isPauseBridge: boolean;
4595
4617
  readonly asPauseBridge: {
@@ -4632,15 +4654,15 @@ declare module '@polkadot/types/lookup' {
4632
4654
  readonly isUnpauseAllBridges: boolean;
4633
4655
  readonly type: 'PauseBridge' | 'UnpauseBridge' | 'SetMpcAddress' | 'RegisterDomain' | 'UnregisterDomain' | 'Deposit' | 'Retry' | 'ExecuteProposal' | 'PauseAllBridges' | 'UnpauseAllBridges';
4634
4656
  }
4635
- /** @name SygmaTraitsMpcAddress (484) */
4657
+ /** @name SygmaTraitsMpcAddress (472) */
4636
4658
  interface SygmaTraitsMpcAddress extends U8aFixed {
4637
4659
  }
4638
- /** @name StagingXcmV4Asset (485) */
4660
+ /** @name StagingXcmV4Asset (473) */
4639
4661
  interface StagingXcmV4Asset extends Struct {
4640
4662
  readonly id: StagingXcmV4AssetAssetId;
4641
4663
  readonly fun: StagingXcmV4AssetFungibility;
4642
4664
  }
4643
- /** @name StagingXcmV4AssetFungibility (486) */
4665
+ /** @name StagingXcmV4AssetFungibility (474) */
4644
4666
  interface StagingXcmV4AssetFungibility extends Enum {
4645
4667
  readonly isFungible: boolean;
4646
4668
  readonly asFungible: Compact<u128>;
@@ -4648,7 +4670,7 @@ declare module '@polkadot/types/lookup' {
4648
4670
  readonly asNonFungible: StagingXcmV4AssetAssetInstance;
4649
4671
  readonly type: 'Fungible' | 'NonFungible';
4650
4672
  }
4651
- /** @name StagingXcmV4AssetAssetInstance (487) */
4673
+ /** @name StagingXcmV4AssetAssetInstance (475) */
4652
4674
  interface StagingXcmV4AssetAssetInstance extends Enum {
4653
4675
  readonly isUndefined: boolean;
4654
4676
  readonly isIndex: boolean;
@@ -4663,19 +4685,19 @@ declare module '@polkadot/types/lookup' {
4663
4685
  readonly asArray32: U8aFixed;
4664
4686
  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
4665
4687
  }
4666
- /** @name SygmaBridgeProposal (489) */
4688
+ /** @name SygmaBridgeProposal (477) */
4667
4689
  interface SygmaBridgeProposal extends Struct {
4668
4690
  readonly originDomainId: u8;
4669
4691
  readonly depositNonce: u64;
4670
4692
  readonly resourceId: U8aFixed;
4671
4693
  readonly data: Bytes;
4672
4694
  }
4673
- /** @name PalletSudoError (490) */
4695
+ /** @name PalletSudoError (478) */
4674
4696
  interface PalletSudoError extends Enum {
4675
4697
  readonly isRequireSudo: boolean;
4676
4698
  readonly type: 'RequireSudo';
4677
4699
  }
4678
- /** @name PalletAssetsAssetDetails (492) */
4700
+ /** @name PalletAssetsAssetDetails (480) */
4679
4701
  interface PalletAssetsAssetDetails extends Struct {
4680
4702
  readonly owner: AccountId32;
4681
4703
  readonly issuer: AccountId32;
@@ -4690,28 +4712,28 @@ declare module '@polkadot/types/lookup' {
4690
4712
  readonly approvals: u32;
4691
4713
  readonly status: PalletAssetsAssetStatus;
4692
4714
  }
4693
- /** @name PalletAssetsAssetStatus (493) */
4715
+ /** @name PalletAssetsAssetStatus (481) */
4694
4716
  interface PalletAssetsAssetStatus extends Enum {
4695
4717
  readonly isLive: boolean;
4696
4718
  readonly isFrozen: boolean;
4697
4719
  readonly isDestroying: boolean;
4698
4720
  readonly type: 'Live' | 'Frozen' | 'Destroying';
4699
4721
  }
4700
- /** @name PalletAssetsAssetAccount (495) */
4722
+ /** @name PalletAssetsAssetAccount (483) */
4701
4723
  interface PalletAssetsAssetAccount extends Struct {
4702
4724
  readonly balance: u128;
4703
4725
  readonly status: PalletAssetsAccountStatus;
4704
4726
  readonly reason: PalletAssetsExistenceReason;
4705
4727
  readonly extra: Null;
4706
4728
  }
4707
- /** @name PalletAssetsAccountStatus (496) */
4729
+ /** @name PalletAssetsAccountStatus (484) */
4708
4730
  interface PalletAssetsAccountStatus extends Enum {
4709
4731
  readonly isLiquid: boolean;
4710
4732
  readonly isFrozen: boolean;
4711
4733
  readonly isBlocked: boolean;
4712
4734
  readonly type: 'Liquid' | 'Frozen' | 'Blocked';
4713
4735
  }
4714
- /** @name PalletAssetsExistenceReason (497) */
4736
+ /** @name PalletAssetsExistenceReason (485) */
4715
4737
  interface PalletAssetsExistenceReason extends Enum {
4716
4738
  readonly isConsumer: boolean;
4717
4739
  readonly isSufficient: boolean;
@@ -4722,12 +4744,12 @@ declare module '@polkadot/types/lookup' {
4722
4744
  readonly asDepositFrom: ITuple<[AccountId32, u128]>;
4723
4745
  readonly type: 'Consumer' | 'Sufficient' | 'DepositHeld' | 'DepositRefunded' | 'DepositFrom';
4724
4746
  }
4725
- /** @name PalletAssetsApproval (499) */
4747
+ /** @name PalletAssetsApproval (487) */
4726
4748
  interface PalletAssetsApproval extends Struct {
4727
4749
  readonly amount: u128;
4728
4750
  readonly deposit: u128;
4729
4751
  }
4730
- /** @name PalletAssetsAssetMetadata (500) */
4752
+ /** @name PalletAssetsAssetMetadata (488) */
4731
4753
  interface PalletAssetsAssetMetadata extends Struct {
4732
4754
  readonly deposit: u128;
4733
4755
  readonly name: Bytes;
@@ -4735,7 +4757,7 @@ declare module '@polkadot/types/lookup' {
4735
4757
  readonly decimals: u8;
4736
4758
  readonly isFrozen: bool;
4737
4759
  }
4738
- /** @name PalletAssetsError (502) */
4760
+ /** @name PalletAssetsError (490) */
4739
4761
  interface PalletAssetsError extends Enum {
4740
4762
  readonly isBalanceLow: boolean;
4741
4763
  readonly isNoAccount: boolean;
@@ -4759,57 +4781,64 @@ declare module '@polkadot/types/lookup' {
4759
4781
  readonly isCallbackFailed: boolean;
4760
4782
  readonly type: 'BalanceLow' | 'NoAccount' | 'NoPermission' | 'Unknown' | 'Frozen' | 'InUse' | 'BadWitness' | 'MinBalanceZero' | 'UnavailableConsumer' | 'BadMetadata' | 'Unapproved' | 'WouldDie' | 'AlreadyExists' | 'NoDeposit' | 'WouldBurn' | 'LiveAsset' | 'AssetNotLive' | 'IncorrectStatus' | 'NotFrozen' | 'CallbackFailed';
4761
4783
  }
4762
- /** @name PalletBalancesBalanceLock (504) */
4784
+ /** @name PalletBalancesBalanceLock (492) */
4763
4785
  interface PalletBalancesBalanceLock extends Struct {
4764
4786
  readonly id: U8aFixed;
4765
4787
  readonly amount: u128;
4766
4788
  readonly reasons: PalletBalancesReasons;
4767
4789
  }
4768
- /** @name PalletBalancesReasons (505) */
4790
+ /** @name PalletBalancesReasons (493) */
4769
4791
  interface PalletBalancesReasons extends Enum {
4770
4792
  readonly isFee: boolean;
4771
4793
  readonly isMisc: boolean;
4772
4794
  readonly isAll: boolean;
4773
4795
  readonly type: 'Fee' | 'Misc' | 'All';
4774
4796
  }
4775
- /** @name PalletBalancesReserveData (508) */
4797
+ /** @name PalletBalancesReserveData (496) */
4776
4798
  interface PalletBalancesReserveData extends Struct {
4777
4799
  readonly id: U8aFixed;
4778
4800
  readonly amount: u128;
4779
4801
  }
4780
- /** @name PalletBalancesIdAmountRuntimeHoldReason (511) */
4802
+ /** @name PalletBalancesIdAmountRuntimeHoldReason (499) */
4781
4803
  interface PalletBalancesIdAmountRuntimeHoldReason extends Struct {
4782
4804
  readonly id: TangleTestnetRuntimeRuntimeHoldReason;
4783
4805
  readonly amount: u128;
4784
4806
  }
4785
- /** @name TangleTestnetRuntimeRuntimeHoldReason (512) */
4807
+ /** @name TangleTestnetRuntimeRuntimeHoldReason (500) */
4786
4808
  interface TangleTestnetRuntimeRuntimeHoldReason extends Enum {
4787
4809
  readonly isPreimage: boolean;
4788
4810
  readonly asPreimage: PalletPreimageHoldReason;
4789
4811
  readonly type: 'Preimage';
4790
4812
  }
4791
- /** @name PalletPreimageHoldReason (513) */
4813
+ /** @name PalletPreimageHoldReason (501) */
4792
4814
  interface PalletPreimageHoldReason extends Enum {
4793
4815
  readonly isPreimage: boolean;
4794
4816
  readonly type: 'Preimage';
4795
4817
  }
4796
- /** @name PalletBalancesIdAmountRuntimeFreezeReason (516) */
4818
+ /** @name PalletBalancesIdAmountRuntimeFreezeReason (504) */
4797
4819
  interface PalletBalancesIdAmountRuntimeFreezeReason extends Struct {
4798
4820
  readonly id: TangleTestnetRuntimeRuntimeFreezeReason;
4799
4821
  readonly amount: u128;
4800
4822
  }
4801
- /** @name TangleTestnetRuntimeRuntimeFreezeReason (517) */
4823
+ /** @name TangleTestnetRuntimeRuntimeFreezeReason (505) */
4802
4824
  interface TangleTestnetRuntimeRuntimeFreezeReason extends Enum {
4803
4825
  readonly isNominationPools: boolean;
4804
4826
  readonly asNominationPools: PalletNominationPoolsFreezeReason;
4805
- readonly type: 'NominationPools';
4827
+ readonly isLst: boolean;
4828
+ readonly asLst: PalletTangleLstFreezeReason;
4829
+ readonly type: 'NominationPools' | 'Lst';
4806
4830
  }
4807
- /** @name PalletNominationPoolsFreezeReason (518) */
4831
+ /** @name PalletNominationPoolsFreezeReason (506) */
4808
4832
  interface PalletNominationPoolsFreezeReason extends Enum {
4809
4833
  readonly isPoolMinBalance: boolean;
4810
4834
  readonly type: 'PoolMinBalance';
4811
4835
  }
4812
- /** @name PalletBalancesError (520) */
4836
+ /** @name PalletTangleLstFreezeReason (507) */
4837
+ interface PalletTangleLstFreezeReason extends Enum {
4838
+ readonly isPoolMinBalance: boolean;
4839
+ readonly type: 'PoolMinBalance';
4840
+ }
4841
+ /** @name PalletBalancesError (509) */
4813
4842
  interface PalletBalancesError extends Enum {
4814
4843
  readonly isVestingBalance: boolean;
4815
4844
  readonly isLiquidityRestrictions: boolean;
@@ -4825,13 +4854,13 @@ declare module '@polkadot/types/lookup' {
4825
4854
  readonly isDeltaZero: boolean;
4826
4855
  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes' | 'IssuanceDeactivated' | 'DeltaZero';
4827
4856
  }
4828
- /** @name PalletTransactionPaymentReleases (522) */
4857
+ /** @name PalletTransactionPaymentReleases (511) */
4829
4858
  interface PalletTransactionPaymentReleases extends Enum {
4830
4859
  readonly isV1Ancient: boolean;
4831
4860
  readonly isV2: boolean;
4832
4861
  readonly type: 'V1Ancient' | 'V2';
4833
4862
  }
4834
- /** @name SpConsensusBabeDigestsPreDigest (529) */
4863
+ /** @name SpConsensusBabeDigestsPreDigest (518) */
4835
4864
  interface SpConsensusBabeDigestsPreDigest extends Enum {
4836
4865
  readonly isPrimary: boolean;
4837
4866
  readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
@@ -4841,34 +4870,34 @@ declare module '@polkadot/types/lookup' {
4841
4870
  readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
4842
4871
  readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
4843
4872
  }
4844
- /** @name SpConsensusBabeDigestsPrimaryPreDigest (530) */
4873
+ /** @name SpConsensusBabeDigestsPrimaryPreDigest (519) */
4845
4874
  interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
4846
4875
  readonly authorityIndex: u32;
4847
4876
  readonly slot: u64;
4848
4877
  readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
4849
4878
  }
4850
- /** @name SpCoreSr25519VrfVrfSignature (531) */
4879
+ /** @name SpCoreSr25519VrfVrfSignature (520) */
4851
4880
  interface SpCoreSr25519VrfVrfSignature extends Struct {
4852
4881
  readonly preOutput: U8aFixed;
4853
4882
  readonly proof: U8aFixed;
4854
4883
  }
4855
- /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (532) */
4884
+ /** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (521) */
4856
4885
  interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
4857
4886
  readonly authorityIndex: u32;
4858
4887
  readonly slot: u64;
4859
4888
  }
4860
- /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (533) */
4889
+ /** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (522) */
4861
4890
  interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
4862
4891
  readonly authorityIndex: u32;
4863
4892
  readonly slot: u64;
4864
4893
  readonly vrfSignature: SpCoreSr25519VrfVrfSignature;
4865
4894
  }
4866
- /** @name SpConsensusBabeBabeEpochConfiguration (534) */
4895
+ /** @name SpConsensusBabeBabeEpochConfiguration (523) */
4867
4896
  interface SpConsensusBabeBabeEpochConfiguration extends Struct {
4868
4897
  readonly c: ITuple<[u64, u64]>;
4869
4898
  readonly allowedSlots: SpConsensusBabeAllowedSlots;
4870
4899
  }
4871
- /** @name PalletBabeError (536) */
4900
+ /** @name PalletBabeError (525) */
4872
4901
  interface PalletBabeError extends Enum {
4873
4902
  readonly isInvalidEquivocationProof: boolean;
4874
4903
  readonly isInvalidKeyOwnershipProof: boolean;
@@ -4876,7 +4905,7 @@ declare module '@polkadot/types/lookup' {
4876
4905
  readonly isInvalidConfiguration: boolean;
4877
4906
  readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
4878
4907
  }
4879
- /** @name PalletGrandpaStoredState (537) */
4908
+ /** @name PalletGrandpaStoredState (526) */
4880
4909
  interface PalletGrandpaStoredState extends Enum {
4881
4910
  readonly isLive: boolean;
4882
4911
  readonly isPendingPause: boolean;
@@ -4892,14 +4921,14 @@ declare module '@polkadot/types/lookup' {
4892
4921
  } & Struct;
4893
4922
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
4894
4923
  }
4895
- /** @name PalletGrandpaStoredPendingChange (538) */
4924
+ /** @name PalletGrandpaStoredPendingChange (527) */
4896
4925
  interface PalletGrandpaStoredPendingChange extends Struct {
4897
4926
  readonly scheduledAt: u64;
4898
4927
  readonly delay: u64;
4899
4928
  readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
4900
4929
  readonly forced: Option<u64>;
4901
4930
  }
4902
- /** @name PalletGrandpaError (540) */
4931
+ /** @name PalletGrandpaError (529) */
4903
4932
  interface PalletGrandpaError extends Enum {
4904
4933
  readonly isPauseFailed: boolean;
4905
4934
  readonly isResumeFailed: boolean;
@@ -4910,7 +4939,7 @@ declare module '@polkadot/types/lookup' {
4910
4939
  readonly isDuplicateOffenceReport: boolean;
4911
4940
  readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
4912
4941
  }
4913
- /** @name PalletIndicesError (542) */
4942
+ /** @name PalletIndicesError (531) */
4914
4943
  interface PalletIndicesError extends Enum {
4915
4944
  readonly isNotAssigned: boolean;
4916
4945
  readonly isNotOwner: boolean;
@@ -4919,7 +4948,7 @@ declare module '@polkadot/types/lookup' {
4919
4948
  readonly isPermanent: boolean;
4920
4949
  readonly type: 'NotAssigned' | 'NotOwner' | 'InUse' | 'NotTransfer' | 'Permanent';
4921
4950
  }
4922
- /** @name PalletDemocracyReferendumInfo (547) */
4951
+ /** @name PalletDemocracyReferendumInfo (536) */
4923
4952
  interface PalletDemocracyReferendumInfo extends Enum {
4924
4953
  readonly isOngoing: boolean;
4925
4954
  readonly asOngoing: PalletDemocracyReferendumStatus;
@@ -4930,7 +4959,7 @@ declare module '@polkadot/types/lookup' {
4930
4959
  } & Struct;
4931
4960
  readonly type: 'Ongoing' | 'Finished';
4932
4961
  }
4933
- /** @name PalletDemocracyReferendumStatus (548) */
4962
+ /** @name PalletDemocracyReferendumStatus (537) */
4934
4963
  interface PalletDemocracyReferendumStatus extends Struct {
4935
4964
  readonly end: u64;
4936
4965
  readonly proposal: FrameSupportPreimagesBounded;
@@ -4938,13 +4967,13 @@ declare module '@polkadot/types/lookup' {
4938
4967
  readonly delay: u64;
4939
4968
  readonly tally: PalletDemocracyTally;
4940
4969
  }
4941
- /** @name PalletDemocracyTally (549) */
4970
+ /** @name PalletDemocracyTally (538) */
4942
4971
  interface PalletDemocracyTally extends Struct {
4943
4972
  readonly ayes: u128;
4944
4973
  readonly nays: u128;
4945
4974
  readonly turnout: u128;
4946
4975
  }
4947
- /** @name PalletDemocracyVoteVoting (550) */
4976
+ /** @name PalletDemocracyVoteVoting (539) */
4948
4977
  interface PalletDemocracyVoteVoting extends Enum {
4949
4978
  readonly isDirect: boolean;
4950
4979
  readonly asDirect: {
@@ -4962,15 +4991,15 @@ declare module '@polkadot/types/lookup' {
4962
4991
  } & Struct;
4963
4992
  readonly type: 'Direct' | 'Delegating';
4964
4993
  }
4965
- /** @name PalletDemocracyDelegations (554) */
4994
+ /** @name PalletDemocracyDelegations (543) */
4966
4995
  interface PalletDemocracyDelegations extends Struct {
4967
4996
  readonly votes: u128;
4968
4997
  readonly capital: u128;
4969
4998
  }
4970
- /** @name PalletDemocracyVotePriorLock (555) */
4999
+ /** @name PalletDemocracyVotePriorLock (544) */
4971
5000
  interface PalletDemocracyVotePriorLock extends ITuple<[u64, u128]> {
4972
5001
  }
4973
- /** @name PalletDemocracyError (558) */
5002
+ /** @name PalletDemocracyError (547) */
4974
5003
  interface PalletDemocracyError extends Enum {
4975
5004
  readonly isValueLow: boolean;
4976
5005
  readonly isProposalMissing: boolean;
@@ -4998,7 +5027,7 @@ declare module '@polkadot/types/lookup' {
4998
5027
  readonly isPreimageNotExist: boolean;
4999
5028
  readonly type: 'ValueLow' | 'ProposalMissing' | 'AlreadyCanceled' | 'DuplicateProposal' | 'ProposalBlacklisted' | 'NotSimpleMajority' | 'InvalidHash' | 'NoProposal' | 'AlreadyVetoed' | 'ReferendumInvalid' | 'NoneWaiting' | 'NotVoter' | 'NoPermission' | 'AlreadyDelegating' | 'InsufficientFunds' | 'NotDelegating' | 'VotesExist' | 'InstantNotAllowed' | 'Nonsense' | 'WrongUpperBound' | 'MaxVotesReached' | 'TooMany' | 'VotingPeriodLow' | 'PreimageNotExist';
5000
5029
  }
5001
- /** @name PalletCollectiveVotes (560) */
5030
+ /** @name PalletCollectiveVotes (549) */
5002
5031
  interface PalletCollectiveVotes extends Struct {
5003
5032
  readonly index: u32;
5004
5033
  readonly threshold: u32;
@@ -5006,7 +5035,7 @@ declare module '@polkadot/types/lookup' {
5006
5035
  readonly nays: Vec<AccountId32>;
5007
5036
  readonly end: u64;
5008
5037
  }
5009
- /** @name PalletCollectiveError (561) */
5038
+ /** @name PalletCollectiveError (550) */
5010
5039
  interface PalletCollectiveError extends Enum {
5011
5040
  readonly isNotMember: boolean;
5012
5041
  readonly isDuplicateProposal: boolean;
@@ -5021,13 +5050,13 @@ declare module '@polkadot/types/lookup' {
5021
5050
  readonly isPrimeAccountNotMember: boolean;
5022
5051
  readonly type: 'NotMember' | 'DuplicateProposal' | 'ProposalMissing' | 'WrongIndex' | 'DuplicateVote' | 'AlreadyInitialized' | 'TooEarly' | 'TooManyProposals' | 'WrongProposalWeight' | 'WrongProposalLength' | 'PrimeAccountNotMember';
5023
5052
  }
5024
- /** @name PalletVestingReleases (564) */
5053
+ /** @name PalletVestingReleases (553) */
5025
5054
  interface PalletVestingReleases extends Enum {
5026
5055
  readonly isV0: boolean;
5027
5056
  readonly isV1: boolean;
5028
5057
  readonly type: 'V0' | 'V1';
5029
5058
  }
5030
- /** @name PalletVestingError (565) */
5059
+ /** @name PalletVestingError (554) */
5031
5060
  interface PalletVestingError extends Enum {
5032
5061
  readonly isNotVesting: boolean;
5033
5062
  readonly isAtMaxVestingSchedules: boolean;
@@ -5036,19 +5065,19 @@ declare module '@polkadot/types/lookup' {
5036
5065
  readonly isInvalidScheduleParams: boolean;
5037
5066
  readonly type: 'NotVesting' | 'AtMaxVestingSchedules' | 'AmountLow' | 'ScheduleIndexOutOfBounds' | 'InvalidScheduleParams';
5038
5067
  }
5039
- /** @name PalletElectionsPhragmenSeatHolder (567) */
5068
+ /** @name PalletElectionsPhragmenSeatHolder (556) */
5040
5069
  interface PalletElectionsPhragmenSeatHolder extends Struct {
5041
5070
  readonly who: AccountId32;
5042
5071
  readonly stake: u128;
5043
5072
  readonly deposit: u128;
5044
5073
  }
5045
- /** @name PalletElectionsPhragmenVoter (568) */
5074
+ /** @name PalletElectionsPhragmenVoter (557) */
5046
5075
  interface PalletElectionsPhragmenVoter extends Struct {
5047
5076
  readonly votes: Vec<AccountId32>;
5048
5077
  readonly stake: u128;
5049
5078
  readonly deposit: u128;
5050
5079
  }
5051
- /** @name PalletElectionsPhragmenError (569) */
5080
+ /** @name PalletElectionsPhragmenError (558) */
5052
5081
  interface PalletElectionsPhragmenError extends Enum {
5053
5082
  readonly isUnableToVote: boolean;
5054
5083
  readonly isNoVotes: boolean;
@@ -5069,25 +5098,25 @@ declare module '@polkadot/types/lookup' {
5069
5098
  readonly isInvalidReplacement: boolean;
5070
5099
  readonly type: 'UnableToVote' | 'NoVotes' | 'TooManyVotes' | 'MaximumVotesExceeded' | 'LowBalance' | 'UnableToPayBond' | 'MustBeVoter' | 'DuplicatedCandidate' | 'TooManyCandidates' | 'MemberSubmit' | 'RunnerUpSubmit' | 'InsufficientCandidateFunds' | 'NotMember' | 'InvalidWitnessData' | 'InvalidVoteCount' | 'InvalidRenouncing' | 'InvalidReplacement';
5071
5100
  }
5072
- /** @name PalletElectionProviderMultiPhaseReadySolution (570) */
5101
+ /** @name PalletElectionProviderMultiPhaseReadySolution (559) */
5073
5102
  interface PalletElectionProviderMultiPhaseReadySolution extends Struct {
5074
5103
  readonly supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>;
5075
5104
  readonly score: SpNposElectionsElectionScore;
5076
5105
  readonly compute: PalletElectionProviderMultiPhaseElectionCompute;
5077
5106
  }
5078
- /** @name PalletElectionProviderMultiPhaseRoundSnapshot (572) */
5107
+ /** @name PalletElectionProviderMultiPhaseRoundSnapshot (561) */
5079
5108
  interface PalletElectionProviderMultiPhaseRoundSnapshot extends Struct {
5080
5109
  readonly voters: Vec<ITuple<[AccountId32, u64, Vec<AccountId32>]>>;
5081
5110
  readonly targets: Vec<AccountId32>;
5082
5111
  }
5083
- /** @name PalletElectionProviderMultiPhaseSignedSignedSubmission (579) */
5112
+ /** @name PalletElectionProviderMultiPhaseSignedSignedSubmission (568) */
5084
5113
  interface PalletElectionProviderMultiPhaseSignedSignedSubmission extends Struct {
5085
5114
  readonly who: AccountId32;
5086
5115
  readonly deposit: u128;
5087
5116
  readonly rawSolution: PalletElectionProviderMultiPhaseRawSolution;
5088
5117
  readonly callFee: u128;
5089
5118
  }
5090
- /** @name PalletElectionProviderMultiPhaseError (580) */
5119
+ /** @name PalletElectionProviderMultiPhaseError (569) */
5091
5120
  interface PalletElectionProviderMultiPhaseError extends Enum {
5092
5121
  readonly isPreDispatchEarlySubmission: boolean;
5093
5122
  readonly isPreDispatchWrongWinnerCount: boolean;
@@ -5106,7 +5135,7 @@ declare module '@polkadot/types/lookup' {
5106
5135
  readonly isPreDispatchDifferentRound: boolean;
5107
5136
  readonly type: 'PreDispatchEarlySubmission' | 'PreDispatchWrongWinnerCount' | 'PreDispatchWeakSubmission' | 'SignedQueueFull' | 'SignedCannotPayDeposit' | 'SignedInvalidWitness' | 'SignedTooMuchWeight' | 'OcwCallWrongEra' | 'MissingSnapshotMetadata' | 'InvalidSubmissionIndex' | 'CallNotAllowed' | 'FallbackFailed' | 'BoundNotMet' | 'TooManyWinners' | 'PreDispatchDifferentRound';
5108
5137
  }
5109
- /** @name PalletStakingStakingLedger (581) */
5138
+ /** @name PalletStakingStakingLedger (570) */
5110
5139
  interface PalletStakingStakingLedger extends Struct {
5111
5140
  readonly stash: AccountId32;
5112
5141
  readonly total: Compact<u128>;
@@ -5114,40 +5143,40 @@ declare module '@polkadot/types/lookup' {
5114
5143
  readonly unlocking: Vec<PalletStakingUnlockChunk>;
5115
5144
  readonly legacyClaimedRewards: Vec<u32>;
5116
5145
  }
5117
- /** @name PalletStakingUnlockChunk (583) */
5146
+ /** @name PalletStakingUnlockChunk (572) */
5118
5147
  interface PalletStakingUnlockChunk extends Struct {
5119
5148
  readonly value: Compact<u128>;
5120
5149
  readonly era: Compact<u32>;
5121
5150
  }
5122
- /** @name PalletStakingNominations (586) */
5151
+ /** @name PalletStakingNominations (575) */
5123
5152
  interface PalletStakingNominations extends Struct {
5124
5153
  readonly targets: Vec<AccountId32>;
5125
5154
  readonly submittedIn: u32;
5126
5155
  readonly suppressed: bool;
5127
5156
  }
5128
- /** @name PalletStakingActiveEraInfo (587) */
5157
+ /** @name PalletStakingActiveEraInfo (576) */
5129
5158
  interface PalletStakingActiveEraInfo extends Struct {
5130
5159
  readonly index: u32;
5131
5160
  readonly start: Option<u64>;
5132
5161
  }
5133
- /** @name SpStakingPagedExposureMetadata (589) */
5162
+ /** @name SpStakingPagedExposureMetadata (578) */
5134
5163
  interface SpStakingPagedExposureMetadata extends Struct {
5135
5164
  readonly total: Compact<u128>;
5136
5165
  readonly own: Compact<u128>;
5137
5166
  readonly nominatorCount: u32;
5138
5167
  readonly pageCount: u32;
5139
5168
  }
5140
- /** @name SpStakingExposurePage (591) */
5169
+ /** @name SpStakingExposurePage (580) */
5141
5170
  interface SpStakingExposurePage extends Struct {
5142
5171
  readonly pageTotal: Compact<u128>;
5143
5172
  readonly others: Vec<SpStakingIndividualExposure>;
5144
5173
  }
5145
- /** @name PalletStakingEraRewardPoints (592) */
5174
+ /** @name PalletStakingEraRewardPoints (581) */
5146
5175
  interface PalletStakingEraRewardPoints extends Struct {
5147
5176
  readonly total: u32;
5148
5177
  readonly individual: BTreeMap<AccountId32, u32>;
5149
5178
  }
5150
- /** @name PalletStakingUnappliedSlash (597) */
5179
+ /** @name PalletStakingUnappliedSlash (586) */
5151
5180
  interface PalletStakingUnappliedSlash extends Struct {
5152
5181
  readonly validator: AccountId32;
5153
5182
  readonly own: u128;
@@ -5155,19 +5184,19 @@ declare module '@polkadot/types/lookup' {
5155
5184
  readonly reporters: Vec<AccountId32>;
5156
5185
  readonly payout: u128;
5157
5186
  }
5158
- /** @name PalletStakingSlashingSlashingSpans (601) */
5187
+ /** @name PalletStakingSlashingSlashingSpans (590) */
5159
5188
  interface PalletStakingSlashingSlashingSpans extends Struct {
5160
5189
  readonly spanIndex: u32;
5161
5190
  readonly lastStart: u32;
5162
5191
  readonly lastNonzeroSlash: u32;
5163
5192
  readonly prior: Vec<u32>;
5164
5193
  }
5165
- /** @name PalletStakingSlashingSpanRecord (602) */
5194
+ /** @name PalletStakingSlashingSpanRecord (591) */
5166
5195
  interface PalletStakingSlashingSpanRecord extends Struct {
5167
5196
  readonly slashed: u128;
5168
5197
  readonly paidOut: u128;
5169
5198
  }
5170
- /** @name PalletStakingPalletError (605) */
5199
+ /** @name PalletStakingPalletError (594) */
5171
5200
  interface PalletStakingPalletError extends Enum {
5172
5201
  readonly isNotController: boolean;
5173
5202
  readonly isNotStash: boolean;
@@ -5196,13 +5225,12 @@ declare module '@polkadot/types/lookup' {
5196
5225
  readonly isCommissionTooLow: boolean;
5197
5226
  readonly isBoundNotMet: boolean;
5198
5227
  readonly isControllerDeprecated: boolean;
5199
- readonly isRestakeActive: boolean;
5200
- readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'DuplicateIndex' | 'InvalidSlashIndex' | 'InsufficientBond' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'InvalidNumberOfNominations' | 'NotSortedAndUnique' | 'AlreadyClaimed' | 'InvalidPage' | 'IncorrectHistoryDepth' | 'IncorrectSlashingSpans' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'CannotChillOther' | 'TooManyNominators' | 'TooManyValidators' | 'CommissionTooLow' | 'BoundNotMet' | 'ControllerDeprecated' | 'RestakeActive';
5228
+ readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'DuplicateIndex' | 'InvalidSlashIndex' | 'InsufficientBond' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'InvalidNumberOfNominations' | 'NotSortedAndUnique' | 'AlreadyClaimed' | 'InvalidPage' | 'IncorrectHistoryDepth' | 'IncorrectSlashingSpans' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'CannotChillOther' | 'TooManyNominators' | 'TooManyValidators' | 'CommissionTooLow' | 'BoundNotMet' | 'ControllerDeprecated';
5201
5229
  }
5202
- /** @name SpCoreCryptoKeyTypeId (609) */
5230
+ /** @name SpCoreCryptoKeyTypeId (598) */
5203
5231
  interface SpCoreCryptoKeyTypeId extends U8aFixed {
5204
5232
  }
5205
- /** @name PalletSessionError (610) */
5233
+ /** @name PalletSessionError (599) */
5206
5234
  interface PalletSessionError extends Enum {
5207
5235
  readonly isInvalidProof: boolean;
5208
5236
  readonly isNoAssociatedValidatorId: boolean;
@@ -5211,14 +5239,14 @@ declare module '@polkadot/types/lookup' {
5211
5239
  readonly isNoAccount: boolean;
5212
5240
  readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
5213
5241
  }
5214
- /** @name PalletTreasuryProposal (612) */
5242
+ /** @name PalletTreasuryProposal (601) */
5215
5243
  interface PalletTreasuryProposal extends Struct {
5216
5244
  readonly proposer: AccountId32;
5217
5245
  readonly value: u128;
5218
5246
  readonly beneficiary: AccountId32;
5219
5247
  readonly bond: u128;
5220
5248
  }
5221
- /** @name PalletTreasurySpendStatus (614) */
5249
+ /** @name PalletTreasurySpendStatus (603) */
5222
5250
  interface PalletTreasurySpendStatus extends Struct {
5223
5251
  readonly assetKind: Null;
5224
5252
  readonly amount: u128;
@@ -5227,7 +5255,7 @@ declare module '@polkadot/types/lookup' {
5227
5255
  readonly expireAt: u64;
5228
5256
  readonly status: PalletTreasuryPaymentState;
5229
5257
  }
5230
- /** @name PalletTreasuryPaymentState (615) */
5258
+ /** @name PalletTreasuryPaymentState (604) */
5231
5259
  interface PalletTreasuryPaymentState extends Enum {
5232
5260
  readonly isPending: boolean;
5233
5261
  readonly isAttempted: boolean;
@@ -5237,10 +5265,10 @@ declare module '@polkadot/types/lookup' {
5237
5265
  readonly isFailed: boolean;
5238
5266
  readonly type: 'Pending' | 'Attempted' | 'Failed';
5239
5267
  }
5240
- /** @name FrameSupportPalletId (616) */
5268
+ /** @name FrameSupportPalletId (606) */
5241
5269
  interface FrameSupportPalletId extends U8aFixed {
5242
5270
  }
5243
- /** @name PalletTreasuryError (617) */
5271
+ /** @name PalletTreasuryError (607) */
5244
5272
  interface PalletTreasuryError extends Enum {
5245
5273
  readonly isInsufficientProposersBalance: boolean;
5246
5274
  readonly isInvalidIndex: boolean;
@@ -5256,7 +5284,7 @@ declare module '@polkadot/types/lookup' {
5256
5284
  readonly isInconclusive: boolean;
5257
5285
  readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved' | 'FailedToConvertBalance' | 'SpendExpired' | 'EarlyPayout' | 'AlreadyAttempted' | 'PayoutError' | 'NotAttempted' | 'Inconclusive';
5258
5286
  }
5259
- /** @name PalletBountiesBounty (618) */
5287
+ /** @name PalletBountiesBounty (608) */
5260
5288
  interface PalletBountiesBounty extends Struct {
5261
5289
  readonly proposer: AccountId32;
5262
5290
  readonly value: u128;
@@ -5265,7 +5293,7 @@ declare module '@polkadot/types/lookup' {
5265
5293
  readonly bond: u128;
5266
5294
  readonly status: PalletBountiesBountyStatus;
5267
5295
  }
5268
- /** @name PalletBountiesBountyStatus (619) */
5296
+ /** @name PalletBountiesBountyStatus (609) */
5269
5297
  interface PalletBountiesBountyStatus extends Enum {
5270
5298
  readonly isProposed: boolean;
5271
5299
  readonly isApproved: boolean;
@@ -5287,7 +5315,7 @@ declare module '@polkadot/types/lookup' {
5287
5315
  } & Struct;
5288
5316
  readonly type: 'Proposed' | 'Approved' | 'Funded' | 'CuratorProposed' | 'Active' | 'PendingPayout';
5289
5317
  }
5290
- /** @name PalletBountiesError (621) */
5318
+ /** @name PalletBountiesError (611) */
5291
5319
  interface PalletBountiesError extends Enum {
5292
5320
  readonly isInsufficientProposersBalance: boolean;
5293
5321
  readonly isInvalidIndex: boolean;
@@ -5302,7 +5330,7 @@ declare module '@polkadot/types/lookup' {
5302
5330
  readonly isTooManyQueued: boolean;
5303
5331
  readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'ReasonTooBig' | 'UnexpectedStatus' | 'RequireCurator' | 'InvalidValue' | 'InvalidFee' | 'PendingPayout' | 'Premature' | 'HasActiveChildBounty' | 'TooManyQueued';
5304
5332
  }
5305
- /** @name PalletChildBountiesChildBounty (622) */
5333
+ /** @name PalletChildBountiesChildBounty (612) */
5306
5334
  interface PalletChildBountiesChildBounty extends Struct {
5307
5335
  readonly parentBounty: u32;
5308
5336
  readonly value: u128;
@@ -5310,7 +5338,7 @@ declare module '@polkadot/types/lookup' {
5310
5338
  readonly curatorDeposit: u128;
5311
5339
  readonly status: PalletChildBountiesChildBountyStatus;
5312
5340
  }
5313
- /** @name PalletChildBountiesChildBountyStatus (623) */
5341
+ /** @name PalletChildBountiesChildBountyStatus (613) */
5314
5342
  interface PalletChildBountiesChildBountyStatus extends Enum {
5315
5343
  readonly isAdded: boolean;
5316
5344
  readonly isCuratorProposed: boolean;
@@ -5329,14 +5357,14 @@ declare module '@polkadot/types/lookup' {
5329
5357
  } & Struct;
5330
5358
  readonly type: 'Added' | 'CuratorProposed' | 'Active' | 'PendingPayout';
5331
5359
  }
5332
- /** @name PalletChildBountiesError (624) */
5360
+ /** @name PalletChildBountiesError (614) */
5333
5361
  interface PalletChildBountiesError extends Enum {
5334
5362
  readonly isParentBountyNotActive: boolean;
5335
5363
  readonly isInsufficientBountyBalance: boolean;
5336
5364
  readonly isTooManyChildBounties: boolean;
5337
5365
  readonly type: 'ParentBountyNotActive' | 'InsufficientBountyBalance' | 'TooManyChildBounties';
5338
5366
  }
5339
- /** @name PalletBagsListListNode (625) */
5367
+ /** @name PalletBagsListListNode (615) */
5340
5368
  interface PalletBagsListListNode extends Struct {
5341
5369
  readonly id: AccountId32;
5342
5370
  readonly prev: Option<AccountId32>;
@@ -5344,18 +5372,18 @@ declare module '@polkadot/types/lookup' {
5344
5372
  readonly bagUpper: u64;
5345
5373
  readonly score: u64;
5346
5374
  }
5347
- /** @name PalletBagsListListBag (626) */
5375
+ /** @name PalletBagsListListBag (616) */
5348
5376
  interface PalletBagsListListBag extends Struct {
5349
5377
  readonly head: Option<AccountId32>;
5350
5378
  readonly tail: Option<AccountId32>;
5351
5379
  }
5352
- /** @name PalletBagsListError (628) */
5380
+ /** @name PalletBagsListError (618) */
5353
5381
  interface PalletBagsListError extends Enum {
5354
5382
  readonly isList: boolean;
5355
5383
  readonly asList: PalletBagsListListListError;
5356
5384
  readonly type: 'List';
5357
5385
  }
5358
- /** @name PalletBagsListListListError (629) */
5386
+ /** @name PalletBagsListListListError (619) */
5359
5387
  interface PalletBagsListListListError extends Enum {
5360
5388
  readonly isDuplicate: boolean;
5361
5389
  readonly isNotHeavier: boolean;
@@ -5363,14 +5391,14 @@ declare module '@polkadot/types/lookup' {
5363
5391
  readonly isNodeNotFound: boolean;
5364
5392
  readonly type: 'Duplicate' | 'NotHeavier' | 'NotInSameBag' | 'NodeNotFound';
5365
5393
  }
5366
- /** @name PalletNominationPoolsPoolMember (630) */
5394
+ /** @name PalletNominationPoolsPoolMember (620) */
5367
5395
  interface PalletNominationPoolsPoolMember extends Struct {
5368
5396
  readonly poolId: u32;
5369
5397
  readonly points: u128;
5370
5398
  readonly lastRecordedRewardCounter: u128;
5371
5399
  readonly unbondingEras: BTreeMap<u32, u128>;
5372
5400
  }
5373
- /** @name PalletNominationPoolsBondedPoolInner (635) */
5401
+ /** @name PalletNominationPoolsBondedPoolInner (625) */
5374
5402
  interface PalletNominationPoolsBondedPoolInner extends Struct {
5375
5403
  readonly commission: PalletNominationPoolsCommission;
5376
5404
  readonly memberCounter: u32;
@@ -5378,7 +5406,7 @@ declare module '@polkadot/types/lookup' {
5378
5406
  readonly roles: PalletNominationPoolsPoolRoles;
5379
5407
  readonly state: PalletNominationPoolsPoolState;
5380
5408
  }
5381
- /** @name PalletNominationPoolsCommission (636) */
5409
+ /** @name PalletNominationPoolsCommission (626) */
5382
5410
  interface PalletNominationPoolsCommission extends Struct {
5383
5411
  readonly current: Option<ITuple<[Perbill, AccountId32]>>;
5384
5412
  readonly max: Option<Perbill>;
@@ -5386,14 +5414,14 @@ declare module '@polkadot/types/lookup' {
5386
5414
  readonly throttleFrom: Option<u64>;
5387
5415
  readonly claimPermission: Option<PalletNominationPoolsCommissionClaimPermission>;
5388
5416
  }
5389
- /** @name PalletNominationPoolsPoolRoles (639) */
5417
+ /** @name PalletNominationPoolsPoolRoles (629) */
5390
5418
  interface PalletNominationPoolsPoolRoles extends Struct {
5391
5419
  readonly depositor: AccountId32;
5392
5420
  readonly root: Option<AccountId32>;
5393
5421
  readonly nominator: Option<AccountId32>;
5394
5422
  readonly bouncer: Option<AccountId32>;
5395
5423
  }
5396
- /** @name PalletNominationPoolsRewardPool (640) */
5424
+ /** @name PalletNominationPoolsRewardPool (630) */
5397
5425
  interface PalletNominationPoolsRewardPool extends Struct {
5398
5426
  readonly lastRecordedRewardCounter: u128;
5399
5427
  readonly lastRecordedTotalPayouts: u128;
@@ -5401,17 +5429,17 @@ declare module '@polkadot/types/lookup' {
5401
5429
  readonly totalCommissionPending: u128;
5402
5430
  readonly totalCommissionClaimed: u128;
5403
5431
  }
5404
- /** @name PalletNominationPoolsSubPools (641) */
5432
+ /** @name PalletNominationPoolsSubPools (631) */
5405
5433
  interface PalletNominationPoolsSubPools extends Struct {
5406
5434
  readonly noEra: PalletNominationPoolsUnbondPool;
5407
5435
  readonly withEra: BTreeMap<u32, PalletNominationPoolsUnbondPool>;
5408
5436
  }
5409
- /** @name PalletNominationPoolsUnbondPool (642) */
5437
+ /** @name PalletNominationPoolsUnbondPool (632) */
5410
5438
  interface PalletNominationPoolsUnbondPool extends Struct {
5411
5439
  readonly points: u128;
5412
5440
  readonly balance: u128;
5413
5441
  }
5414
- /** @name PalletNominationPoolsError (647) */
5442
+ /** @name PalletNominationPoolsError (637) */
5415
5443
  interface PalletNominationPoolsError extends Enum {
5416
5444
  readonly isPoolNotFound: boolean;
5417
5445
  readonly isPoolMemberNotFound: boolean;
@@ -5448,7 +5476,7 @@ declare module '@polkadot/types/lookup' {
5448
5476
  readonly isNothingToAdjust: boolean;
5449
5477
  readonly type: 'PoolNotFound' | 'PoolMemberNotFound' | 'RewardPoolNotFound' | 'SubPoolsNotFound' | 'AccountBelongsToOtherPool' | 'FullyUnbonding' | 'MaxUnbondingLimit' | 'CannotWithdrawAny' | 'MinimumBondNotMet' | 'OverflowRisk' | 'NotDestroying' | 'NotNominator' | 'NotKickerOrDestroying' | 'NotOpen' | 'MaxPools' | 'MaxPoolMembers' | 'CanNotChangeState' | 'DoesNotHavePermission' | 'MetadataExceedsMaxLen' | 'Defensive' | 'PartialUnbondNotAllowedPermissionlessly' | 'MaxCommissionRestricted' | 'CommissionExceedsMaximum' | 'CommissionExceedsGlobalMaximum' | 'CommissionChangeThrottled' | 'CommissionChangeRateNotAllowed' | 'NoPendingCommission' | 'NoCommissionCurrentSet' | 'PoolIdInUse' | 'InvalidPoolId' | 'BondExtraRestricted' | 'NothingToAdjust';
5450
5478
  }
5451
- /** @name PalletNominationPoolsDefensiveError (648) */
5479
+ /** @name PalletNominationPoolsDefensiveError (638) */
5452
5480
  interface PalletNominationPoolsDefensiveError extends Enum {
5453
5481
  readonly isNotEnoughSpaceInUnbondPool: boolean;
5454
5482
  readonly isPoolNotFound: boolean;
@@ -5457,7 +5485,7 @@ declare module '@polkadot/types/lookup' {
5457
5485
  readonly isBondedStashKilledPrematurely: boolean;
5458
5486
  readonly type: 'NotEnoughSpaceInUnbondPool' | 'PoolNotFound' | 'RewardPoolNotFound' | 'SubPoolsNotFound' | 'BondedStashKilledPrematurely';
5459
5487
  }
5460
- /** @name PalletSchedulerScheduled (651) */
5488
+ /** @name PalletSchedulerScheduled (641) */
5461
5489
  interface PalletSchedulerScheduled extends Struct {
5462
5490
  readonly maybeId: Option<U8aFixed>;
5463
5491
  readonly priority: u8;
@@ -5465,7 +5493,7 @@ declare module '@polkadot/types/lookup' {
5465
5493
  readonly maybePeriodic: Option<ITuple<[u64, u32]>>;
5466
5494
  readonly origin: TangleTestnetRuntimeOriginCaller;
5467
5495
  }
5468
- /** @name PalletSchedulerError (653) */
5496
+ /** @name PalletSchedulerError (643) */
5469
5497
  interface PalletSchedulerError extends Enum {
5470
5498
  readonly isFailedToSchedule: boolean;
5471
5499
  readonly isNotFound: boolean;
@@ -5474,7 +5502,7 @@ declare module '@polkadot/types/lookup' {
5474
5502
  readonly isNamed: boolean;
5475
5503
  readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
5476
5504
  }
5477
- /** @name PalletPreimageOldRequestStatus (654) */
5505
+ /** @name PalletPreimageOldRequestStatus (644) */
5478
5506
  interface PalletPreimageOldRequestStatus extends Enum {
5479
5507
  readonly isUnrequested: boolean;
5480
5508
  readonly asUnrequested: {
@@ -5489,7 +5517,7 @@ declare module '@polkadot/types/lookup' {
5489
5517
  } & Struct;
5490
5518
  readonly type: 'Unrequested' | 'Requested';
5491
5519
  }
5492
- /** @name PalletPreimageRequestStatus (656) */
5520
+ /** @name PalletPreimageRequestStatus (646) */
5493
5521
  interface PalletPreimageRequestStatus extends Enum {
5494
5522
  readonly isUnrequested: boolean;
5495
5523
  readonly asUnrequested: {
@@ -5504,7 +5532,7 @@ declare module '@polkadot/types/lookup' {
5504
5532
  } & Struct;
5505
5533
  readonly type: 'Unrequested' | 'Requested';
5506
5534
  }
5507
- /** @name PalletPreimageError (660) */
5535
+ /** @name PalletPreimageError (650) */
5508
5536
  interface PalletPreimageError extends Enum {
5509
5537
  readonly isTooBig: boolean;
5510
5538
  readonly isAlreadyNoted: boolean;
@@ -5516,12 +5544,12 @@ declare module '@polkadot/types/lookup' {
5516
5544
  readonly isTooFew: boolean;
5517
5545
  readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested' | 'TooMany' | 'TooFew';
5518
5546
  }
5519
- /** @name SpStakingOffenceOffenceDetails (661) */
5547
+ /** @name SpStakingOffenceOffenceDetails (651) */
5520
5548
  interface SpStakingOffenceOffenceDetails extends Struct {
5521
5549
  readonly offender: ITuple<[AccountId32, SpStakingExposure]>;
5522
5550
  readonly reporters: Vec<AccountId32>;
5523
5551
  }
5524
- /** @name PalletTxPauseError (663) */
5552
+ /** @name PalletTxPauseError (653) */
5525
5553
  interface PalletTxPauseError extends Enum {
5526
5554
  readonly isIsPaused: boolean;
5527
5555
  readonly isIsUnpaused: boolean;
@@ -5529,30 +5557,30 @@ declare module '@polkadot/types/lookup' {
5529
5557
  readonly isNotFound: boolean;
5530
5558
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
5531
5559
  }
5532
- /** @name PalletImOnlineError (666) */
5560
+ /** @name PalletImOnlineError (656) */
5533
5561
  interface PalletImOnlineError extends Enum {
5534
5562
  readonly isInvalidKey: boolean;
5535
5563
  readonly isDuplicatedHeartbeat: boolean;
5536
5564
  readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
5537
5565
  }
5538
- /** @name PalletIdentityRegistration (668) */
5566
+ /** @name PalletIdentityRegistration (658) */
5539
5567
  interface PalletIdentityRegistration extends Struct {
5540
5568
  readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;
5541
5569
  readonly deposit: u128;
5542
5570
  readonly info: PalletIdentityLegacyIdentityInfo;
5543
5571
  }
5544
- /** @name PalletIdentityRegistrarInfo (677) */
5572
+ /** @name PalletIdentityRegistrarInfo (667) */
5545
5573
  interface PalletIdentityRegistrarInfo extends Struct {
5546
5574
  readonly account: AccountId32;
5547
5575
  readonly fee: u128;
5548
5576
  readonly fields: u64;
5549
5577
  }
5550
- /** @name PalletIdentityAuthorityProperties (679) */
5578
+ /** @name PalletIdentityAuthorityProperties (669) */
5551
5579
  interface PalletIdentityAuthorityProperties extends Struct {
5552
5580
  readonly suffix: Bytes;
5553
5581
  readonly allocation: u32;
5554
5582
  }
5555
- /** @name PalletIdentityError (682) */
5583
+ /** @name PalletIdentityError (672) */
5556
5584
  interface PalletIdentityError extends Enum {
5557
5585
  readonly isTooManySubAccounts: boolean;
5558
5586
  readonly isNotFound: boolean;
@@ -5582,19 +5610,19 @@ declare module '@polkadot/types/lookup' {
5582
5610
  readonly isNotExpired: boolean;
5583
5611
  readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed' | 'InvalidSuffix' | 'NotUsernameAuthority' | 'NoAllocation' | 'InvalidSignature' | 'RequiresSignature' | 'InvalidUsername' | 'UsernameTaken' | 'NoUsername' | 'NotExpired';
5584
5612
  }
5585
- /** @name PalletUtilityError (683) */
5613
+ /** @name PalletUtilityError (673) */
5586
5614
  interface PalletUtilityError extends Enum {
5587
5615
  readonly isTooManyCalls: boolean;
5588
5616
  readonly type: 'TooManyCalls';
5589
5617
  }
5590
- /** @name PalletMultisigMultisig (685) */
5618
+ /** @name PalletMultisigMultisig (675) */
5591
5619
  interface PalletMultisigMultisig extends Struct {
5592
5620
  readonly when: PalletMultisigTimepoint;
5593
5621
  readonly deposit: u128;
5594
5622
  readonly depositor: AccountId32;
5595
5623
  readonly approvals: Vec<AccountId32>;
5596
5624
  }
5597
- /** @name PalletMultisigError (686) */
5625
+ /** @name PalletMultisigError (676) */
5598
5626
  interface PalletMultisigError extends Enum {
5599
5627
  readonly isMinimumThreshold: boolean;
5600
5628
  readonly isAlreadyApproved: boolean;
@@ -5612,7 +5640,7 @@ declare module '@polkadot/types/lookup' {
5612
5640
  readonly isAlreadyStored: boolean;
5613
5641
  readonly type: 'MinimumThreshold' | 'AlreadyApproved' | 'NoApprovalsNeeded' | 'TooFewSignatories' | 'TooManySignatories' | 'SignatoriesOutOfOrder' | 'SenderInSignatories' | 'NotFound' | 'NotOwner' | 'NoTimepoint' | 'WrongTimepoint' | 'UnexpectedTimepoint' | 'MaxWeightTooLow' | 'AlreadyStored';
5614
5642
  }
5615
- /** @name FpRpcTransactionStatus (689) */
5643
+ /** @name FpRpcTransactionStatus (679) */
5616
5644
  interface FpRpcTransactionStatus extends Struct {
5617
5645
  readonly transactionHash: H256;
5618
5646
  readonly transactionIndex: u32;
@@ -5622,10 +5650,10 @@ declare module '@polkadot/types/lookup' {
5622
5650
  readonly logs: Vec<EthereumLog>;
5623
5651
  readonly logsBloom: EthbloomBloom;
5624
5652
  }
5625
- /** @name EthbloomBloom (692) */
5653
+ /** @name EthbloomBloom (682) */
5626
5654
  interface EthbloomBloom extends U8aFixed {
5627
5655
  }
5628
- /** @name EthereumReceiptReceiptV3 (694) */
5656
+ /** @name EthereumReceiptReceiptV3 (684) */
5629
5657
  interface EthereumReceiptReceiptV3 extends Enum {
5630
5658
  readonly isLegacy: boolean;
5631
5659
  readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -5635,20 +5663,20 @@ declare module '@polkadot/types/lookup' {
5635
5663
  readonly asEip1559: EthereumReceiptEip658ReceiptData;
5636
5664
  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
5637
5665
  }
5638
- /** @name EthereumReceiptEip658ReceiptData (695) */
5666
+ /** @name EthereumReceiptEip658ReceiptData (685) */
5639
5667
  interface EthereumReceiptEip658ReceiptData extends Struct {
5640
5668
  readonly statusCode: u8;
5641
5669
  readonly usedGas: U256;
5642
5670
  readonly logsBloom: EthbloomBloom;
5643
5671
  readonly logs: Vec<EthereumLog>;
5644
5672
  }
5645
- /** @name EthereumBlock (696) */
5673
+ /** @name EthereumBlock (686) */
5646
5674
  interface EthereumBlock extends Struct {
5647
5675
  readonly header: EthereumHeader;
5648
5676
  readonly transactions: Vec<EthereumTransactionTransactionV2>;
5649
5677
  readonly ommers: Vec<EthereumHeader>;
5650
5678
  }
5651
- /** @name EthereumHeader (697) */
5679
+ /** @name EthereumHeader (687) */
5652
5680
  interface EthereumHeader extends Struct {
5653
5681
  readonly parentHash: H256;
5654
5682
  readonly ommersHash: H256;
@@ -5666,21 +5694,21 @@ declare module '@polkadot/types/lookup' {
5666
5694
  readonly mixHash: H256;
5667
5695
  readonly nonce: EthereumTypesHashH64;
5668
5696
  }
5669
- /** @name EthereumTypesHashH64 (698) */
5697
+ /** @name EthereumTypesHashH64 (688) */
5670
5698
  interface EthereumTypesHashH64 extends U8aFixed {
5671
5699
  }
5672
- /** @name PalletEthereumError (703) */
5700
+ /** @name PalletEthereumError (693) */
5673
5701
  interface PalletEthereumError extends Enum {
5674
5702
  readonly isInvalidSignature: boolean;
5675
5703
  readonly isPreLogExists: boolean;
5676
5704
  readonly type: 'InvalidSignature' | 'PreLogExists';
5677
5705
  }
5678
- /** @name PalletEvmCodeMetadata (704) */
5706
+ /** @name PalletEvmCodeMetadata (694) */
5679
5707
  interface PalletEvmCodeMetadata extends Struct {
5680
5708
  readonly size_: u64;
5681
5709
  readonly hash_: H256;
5682
5710
  }
5683
- /** @name PalletEvmError (706) */
5711
+ /** @name PalletEvmError (696) */
5684
5712
  interface PalletEvmError extends Enum {
5685
5713
  readonly isBalanceLow: boolean;
5686
5714
  readonly isFeeOverflow: boolean;
@@ -5697,12 +5725,12 @@ declare module '@polkadot/types/lookup' {
5697
5725
  readonly isUndefined: boolean;
5698
5726
  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'InvalidChainId' | 'InvalidSignature' | 'Reentrancy' | 'TransactionMustComeFromEOA' | 'Undefined';
5699
5727
  }
5700
- /** @name PalletHotfixSufficientsError (707) */
5728
+ /** @name PalletHotfixSufficientsError (697) */
5701
5729
  interface PalletHotfixSufficientsError extends Enum {
5702
5730
  readonly isMaxAddressCountExceeded: boolean;
5703
5731
  readonly type: 'MaxAddressCountExceeded';
5704
5732
  }
5705
- /** @name PalletAirdropClaimsError (709) */
5733
+ /** @name PalletAirdropClaimsError (699) */
5706
5734
  interface PalletAirdropClaimsError extends Enum {
5707
5735
  readonly isInvalidEthereumSignature: boolean;
5708
5736
  readonly isInvalidNativeSignature: boolean;
@@ -5714,147 +5742,19 @@ declare module '@polkadot/types/lookup' {
5714
5742
  readonly isVestedBalanceExists: boolean;
5715
5743
  readonly type: 'InvalidEthereumSignature' | 'InvalidNativeSignature' | 'InvalidNativeAccount' | 'SignerHasNoClaim' | 'SenderHasNoClaim' | 'PotUnderflow' | 'InvalidStatement' | 'VestedBalanceExists';
5716
5744
  }
5717
- /** @name PalletRolesRestakingLedger (710) */
5718
- interface PalletRolesRestakingLedger extends Struct {
5719
- readonly stash: AccountId32;
5720
- readonly total: Compact<u128>;
5721
- readonly profile: PalletRolesProfile;
5722
- readonly roles: BTreeMap<TanglePrimitivesRolesRoleType, PalletRolesProfileRecord>;
5723
- readonly roleKey: Bytes;
5724
- readonly unlocking: Vec<PalletRolesUnlockChunk>;
5725
- readonly claimedRewards: Vec<u32>;
5726
- readonly maxActiveServices: u32;
5727
- }
5728
- /** @name PalletRolesUnlockChunk (716) */
5729
- interface PalletRolesUnlockChunk extends Struct {
5730
- readonly value: Compact<u128>;
5731
- readonly era: Compact<u32>;
5732
- }
5733
- /** @name PalletRolesError (720) */
5734
- interface PalletRolesError extends Enum {
5735
- readonly isNotValidator: boolean;
5736
- readonly isHasRoleAssigned: boolean;
5737
- readonly isRoleNotAssigned: boolean;
5738
- readonly isMaxRoles: boolean;
5739
- readonly isRoleCannotBeRemoved: boolean;
5740
- readonly isRestakingAmountCannotBeUpdated: boolean;
5741
- readonly isExceedsMaxRestakeValue: boolean;
5742
- readonly isInsufficientRestakingBond: boolean;
5743
- readonly isProfileUpdateFailed: boolean;
5744
- readonly isProfileAlreadyExists: boolean;
5745
- readonly isNoProfileFound: boolean;
5746
- readonly isProfileDeleteRequestFailed: boolean;
5747
- readonly isSessionKeysNotProvided: boolean;
5748
- readonly isKeySizeExceeded: boolean;
5749
- readonly isCannotGetCurrentEra: boolean;
5750
- readonly isInvalidEraToReward: boolean;
5751
- readonly isBoundNotMet: boolean;
5752
- readonly isAlreadyClaimed: boolean;
5753
- readonly isNoMoreChunks: boolean;
5754
- readonly type: 'NotValidator' | 'HasRoleAssigned' | 'RoleNotAssigned' | 'MaxRoles' | 'RoleCannotBeRemoved' | 'RestakingAmountCannotBeUpdated' | 'ExceedsMaxRestakeValue' | 'InsufficientRestakingBond' | 'ProfileUpdateFailed' | 'ProfileAlreadyExists' | 'NoProfileFound' | 'ProfileDeleteRequestFailed' | 'SessionKeysNotProvided' | 'KeySizeExceeded' | 'CannotGetCurrentEra' | 'InvalidEraToReward' | 'BoundNotMet' | 'AlreadyClaimed' | 'NoMoreChunks';
5755
- }
5756
- /** @name TanglePrimitivesJobsPhaseResult (721) */
5757
- interface TanglePrimitivesJobsPhaseResult extends Struct {
5758
- readonly owner: AccountId32;
5759
- readonly result: TanglePrimitivesJobsJobResult;
5760
- readonly ttl: u64;
5761
- readonly permittedCaller: Option<AccountId32>;
5762
- readonly jobType: TanglePrimitivesJobsJobType;
5763
- }
5764
- /** @name PalletJobsModuleError (723) */
5765
- interface PalletJobsModuleError extends Enum {
5766
- readonly isInvalidJobPhase: boolean;
5767
- readonly isInvalidValidator: boolean;
5768
- readonly isInvalidJobParams: boolean;
5769
- readonly isPreviousResultNotFound: boolean;
5770
- readonly isResultExpired: boolean;
5771
- readonly isJobAlreadyExpired: boolean;
5772
- readonly isJobNotFound: boolean;
5773
- readonly isPhaseOneResultNotFound: boolean;
5774
- readonly isNoRewards: boolean;
5775
- readonly isNotEnoughValidators: boolean;
5776
- readonly isEmptyResult: boolean;
5777
- readonly isEmptyJob: boolean;
5778
- readonly isValidatorRoleKeyNotFound: boolean;
5779
- readonly isResultNotExpectedType: boolean;
5780
- readonly isNoPermission: boolean;
5781
- readonly isTooManyParticipants: boolean;
5782
- readonly isExceedsMaxKeySize: boolean;
5783
- readonly isTooManyJobsForValidator: boolean;
5784
- readonly type: 'InvalidJobPhase' | 'InvalidValidator' | 'InvalidJobParams' | 'PreviousResultNotFound' | 'ResultExpired' | 'JobAlreadyExpired' | 'JobNotFound' | 'PhaseOneResultNotFound' | 'NoRewards' | 'NotEnoughValidators' | 'EmptyResult' | 'EmptyJob' | 'ValidatorRoleKeyNotFound' | 'ResultNotExpectedType' | 'NoPermission' | 'TooManyParticipants' | 'ExceedsMaxKeySize' | 'TooManyJobsForValidator';
5785
- }
5786
- /** @name PalletDkgError (724) */
5787
- interface PalletDkgError extends Enum {
5788
- readonly isCannotRetreiveSigner: boolean;
5789
- readonly isNotEnoughSigners: boolean;
5790
- readonly isInvalidSignatureData: boolean;
5791
- readonly isNoParticipantsFound: boolean;
5792
- readonly isNoSignaturesFound: boolean;
5793
- readonly isInvalidJobType: boolean;
5794
- readonly isDuplicateSignature: boolean;
5795
- readonly isInvalidSignature: boolean;
5796
- readonly isInvalidSignatureScheme: boolean;
5797
- readonly isInvalidSignatureDeserialization: boolean;
5798
- readonly isInvalidVerifyingKey: boolean;
5799
- readonly isInvalidVerifyingKeyDeserialization: boolean;
5800
- readonly isSigningKeyMismatch: boolean;
5801
- readonly isInvalidParticipantPublicKey: boolean;
5802
- readonly isInvalidBlsPublicKey: boolean;
5803
- readonly isInvalidRoleType: boolean;
5804
- readonly isInvalidJustification: boolean;
5805
- readonly isMalformedRoundMessage: boolean;
5806
- readonly isNotSignedByOffender: boolean;
5807
- readonly isValidDecommitment: boolean;
5808
- readonly isValidDataSize: boolean;
5809
- readonly isValidFeldmanVerification: boolean;
5810
- readonly isValidSchnorrProof: boolean;
5811
- readonly isValidRingPedersenParameters: boolean;
5812
- readonly isValidModProof: boolean;
5813
- readonly isValidFrostSignatureShare: boolean;
5814
- readonly isInvalidFrostMessageSerialization: boolean;
5815
- readonly isInvalidFrostMessageDeserialization: boolean;
5816
- readonly isInvalidIdentifierDeserialization: boolean;
5817
- readonly isValidFrostSignature: boolean;
5818
- readonly isUnknownIdentifier: boolean;
5819
- readonly isDuplicateIdentifier: boolean;
5820
- readonly isIncorrectNumberOfIdentifiers: boolean;
5821
- readonly isIdentifierDerivationNotSupported: boolean;
5822
- readonly isMalformedFrostSignature: boolean;
5823
- readonly isInvalidFrostSignature: boolean;
5824
- readonly isInvalidFrostSignatureShare: boolean;
5825
- readonly isInvalidFrostSignatureScheme: boolean;
5826
- readonly isMalformedFrostVerifyingKey: boolean;
5827
- readonly isMalformedFrostSigningKey: boolean;
5828
- readonly isMissingFrostCommitment: boolean;
5829
- readonly isIdentityCommitment: boolean;
5830
- readonly isFrostFieldError: boolean;
5831
- readonly isFrostGroupError: boolean;
5832
- readonly isFieldElementError: boolean;
5833
- readonly isInvalidPublicKey: boolean;
5834
- readonly isInvalidMessage: boolean;
5835
- readonly isMalformedStarkSignature: boolean;
5836
- readonly type: 'CannotRetreiveSigner' | 'NotEnoughSigners' | 'InvalidSignatureData' | 'NoParticipantsFound' | 'NoSignaturesFound' | 'InvalidJobType' | 'DuplicateSignature' | 'InvalidSignature' | 'InvalidSignatureScheme' | 'InvalidSignatureDeserialization' | 'InvalidVerifyingKey' | 'InvalidVerifyingKeyDeserialization' | 'SigningKeyMismatch' | 'InvalidParticipantPublicKey' | 'InvalidBlsPublicKey' | 'InvalidRoleType' | 'InvalidJustification' | 'MalformedRoundMessage' | 'NotSignedByOffender' | 'ValidDecommitment' | 'ValidDataSize' | 'ValidFeldmanVerification' | 'ValidSchnorrProof' | 'ValidRingPedersenParameters' | 'ValidModProof' | 'ValidFrostSignatureShare' | 'InvalidFrostMessageSerialization' | 'InvalidFrostMessageDeserialization' | 'InvalidIdentifierDeserialization' | 'ValidFrostSignature' | 'UnknownIdentifier' | 'DuplicateIdentifier' | 'IncorrectNumberOfIdentifiers' | 'IdentifierDerivationNotSupported' | 'MalformedFrostSignature' | 'InvalidFrostSignature' | 'InvalidFrostSignatureShare' | 'InvalidFrostSignatureScheme' | 'MalformedFrostVerifyingKey' | 'MalformedFrostSigningKey' | 'MissingFrostCommitment' | 'IdentityCommitment' | 'FrostFieldError' | 'FrostGroupError' | 'FieldElementError' | 'InvalidPublicKey' | 'InvalidMessage' | 'MalformedStarkSignature';
5837
- }
5838
- /** @name PalletZksaasError (725) */
5839
- interface PalletZksaasError extends Enum {
5840
- readonly isInvalidJobType: boolean;
5841
- readonly isInvalidProof: boolean;
5842
- readonly isMalformedProof: boolean;
5843
- readonly type: 'InvalidJobType' | 'InvalidProof' | 'MalformedProof';
5844
- }
5845
- /** @name PalletProxyProxyDefinition (728) */
5745
+ /** @name PalletProxyProxyDefinition (702) */
5846
5746
  interface PalletProxyProxyDefinition extends Struct {
5847
5747
  readonly delegate: AccountId32;
5848
5748
  readonly proxyType: TangleTestnetRuntimeProxyType;
5849
5749
  readonly delay: u64;
5850
5750
  }
5851
- /** @name PalletProxyAnnouncement (732) */
5751
+ /** @name PalletProxyAnnouncement (706) */
5852
5752
  interface PalletProxyAnnouncement extends Struct {
5853
5753
  readonly real: AccountId32;
5854
5754
  readonly callHash: H256;
5855
5755
  readonly height: u64;
5856
5756
  }
5857
- /** @name PalletProxyError (734) */
5757
+ /** @name PalletProxyError (708) */
5858
5758
  interface PalletProxyError extends Enum {
5859
5759
  readonly isTooMany: boolean;
5860
5760
  readonly isNotFound: boolean;
@@ -5866,26 +5766,26 @@ declare module '@polkadot/types/lookup' {
5866
5766
  readonly isNoSelfProxy: boolean;
5867
5767
  readonly type: 'TooMany' | 'NotFound' | 'NotProxy' | 'Unproxyable' | 'Duplicate' | 'NoPermission' | 'Unannounced' | 'NoSelfProxy';
5868
5768
  }
5869
- /** @name PalletMultiAssetDelegationOperatorOperatorMetadata (735) */
5769
+ /** @name PalletMultiAssetDelegationOperatorOperatorMetadata (709) */
5870
5770
  interface PalletMultiAssetDelegationOperatorOperatorMetadata extends Struct {
5871
- readonly bond: u128;
5771
+ readonly stake: u128;
5872
5772
  readonly delegationCount: u32;
5873
5773
  readonly request: Option<PalletMultiAssetDelegationOperatorOperatorBondLessRequest>;
5874
5774
  readonly delegations: Vec<PalletMultiAssetDelegationOperatorDelegatorBond>;
5875
5775
  readonly status: PalletMultiAssetDelegationOperatorOperatorStatus;
5876
5776
  }
5877
- /** @name PalletMultiAssetDelegationOperatorOperatorBondLessRequest (737) */
5777
+ /** @name PalletMultiAssetDelegationOperatorOperatorBondLessRequest (711) */
5878
5778
  interface PalletMultiAssetDelegationOperatorOperatorBondLessRequest extends Struct {
5879
5779
  readonly amount: u128;
5880
5780
  readonly requestTime: u32;
5881
5781
  }
5882
- /** @name PalletMultiAssetDelegationOperatorDelegatorBond (739) */
5782
+ /** @name PalletMultiAssetDelegationOperatorDelegatorBond (713) */
5883
5783
  interface PalletMultiAssetDelegationOperatorDelegatorBond extends Struct {
5884
5784
  readonly delegator: AccountId32;
5885
5785
  readonly amount: u128;
5886
5786
  readonly assetId: u128;
5887
5787
  }
5888
- /** @name PalletMultiAssetDelegationOperatorOperatorStatus (740) */
5788
+ /** @name PalletMultiAssetDelegationOperatorOperatorStatus (714) */
5889
5789
  interface PalletMultiAssetDelegationOperatorOperatorStatus extends Enum {
5890
5790
  readonly isActive: boolean;
5891
5791
  readonly isInactive: boolean;
@@ -5893,55 +5793,56 @@ declare module '@polkadot/types/lookup' {
5893
5793
  readonly asLeaving: u32;
5894
5794
  readonly type: 'Active' | 'Inactive' | 'Leaving';
5895
5795
  }
5896
- /** @name PalletMultiAssetDelegationOperatorOperatorSnapshot (741) */
5796
+ /** @name PalletMultiAssetDelegationOperatorOperatorSnapshot (715) */
5897
5797
  interface PalletMultiAssetDelegationOperatorOperatorSnapshot extends Struct {
5898
- readonly bond: u128;
5798
+ readonly stake: u128;
5899
5799
  readonly delegations: Vec<PalletMultiAssetDelegationOperatorDelegatorBond>;
5900
5800
  }
5901
- /** @name PalletMultiAssetDelegationDelegatorDelegatorMetadata (742) */
5801
+ /** @name PalletMultiAssetDelegationDelegatorDelegatorMetadata (716) */
5902
5802
  interface PalletMultiAssetDelegationDelegatorDelegatorMetadata extends Struct {
5903
5803
  readonly deposits: BTreeMap<u128, u128>;
5904
- readonly unstakeRequest: Option<PalletMultiAssetDelegationDelegatorUnstakeRequest>;
5804
+ readonly withdrawRequests: Vec<PalletMultiAssetDelegationDelegatorWithdrawRequest>;
5905
5805
  readonly delegations: Vec<PalletMultiAssetDelegationDelegatorBondInfoDelegator>;
5906
- readonly delegatorBondLessRequest: Option<PalletMultiAssetDelegationDelegatorBondLessRequest>;
5806
+ readonly delegatorUnstakeRequests: Vec<PalletMultiAssetDelegationDelegatorBondLessRequest>;
5907
5807
  readonly status: PalletMultiAssetDelegationDelegatorDelegatorStatus;
5908
5808
  }
5909
- /** @name PalletMultiAssetDelegationDelegatorUnstakeRequest (747) */
5910
- interface PalletMultiAssetDelegationDelegatorUnstakeRequest extends Struct {
5809
+ /** @name PalletMultiAssetDelegationDelegatorWithdrawRequest (721) */
5810
+ interface PalletMultiAssetDelegationDelegatorWithdrawRequest extends Struct {
5911
5811
  readonly assetId: u128;
5912
5812
  readonly amount: u128;
5913
5813
  readonly requestedRound: u32;
5914
5814
  }
5915
- /** @name PalletMultiAssetDelegationDelegatorBondInfoDelegator (749) */
5815
+ /** @name PalletMultiAssetDelegationDelegatorBondInfoDelegator (723) */
5916
5816
  interface PalletMultiAssetDelegationDelegatorBondInfoDelegator extends Struct {
5917
5817
  readonly operator: AccountId32;
5918
5818
  readonly amount: u128;
5919
5819
  readonly assetId: u128;
5920
5820
  }
5921
- /** @name PalletMultiAssetDelegationDelegatorBondLessRequest (751) */
5821
+ /** @name PalletMultiAssetDelegationDelegatorBondLessRequest (725) */
5922
5822
  interface PalletMultiAssetDelegationDelegatorBondLessRequest extends Struct {
5823
+ readonly operator: AccountId32;
5923
5824
  readonly assetId: u128;
5924
5825
  readonly amount: u128;
5925
5826
  readonly requestedRound: u32;
5926
5827
  }
5927
- /** @name PalletMultiAssetDelegationDelegatorDelegatorStatus (752) */
5828
+ /** @name PalletMultiAssetDelegationDelegatorDelegatorStatus (726) */
5928
5829
  interface PalletMultiAssetDelegationDelegatorDelegatorStatus extends Enum {
5929
5830
  readonly isActive: boolean;
5930
5831
  readonly isLeavingScheduled: boolean;
5931
5832
  readonly asLeavingScheduled: u32;
5932
5833
  readonly type: 'Active' | 'LeavingScheduled';
5933
5834
  }
5934
- /** @name PalletMultiAssetDelegationRewardsRewardConfig (753) */
5835
+ /** @name PalletMultiAssetDelegationRewardsRewardConfig (728) */
5935
5836
  interface PalletMultiAssetDelegationRewardsRewardConfig extends Struct {
5936
- readonly configs: BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAsset>;
5837
+ readonly configs: BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAssetPool>;
5937
5838
  readonly whitelistedBlueprintIds: Vec<u32>;
5938
5839
  }
5939
- /** @name PalletMultiAssetDelegationRewardsRewardConfigForAsset (755) */
5940
- interface PalletMultiAssetDelegationRewardsRewardConfigForAsset extends Struct {
5941
- readonly apy: u128;
5840
+ /** @name PalletMultiAssetDelegationRewardsRewardConfigForAssetPool (730) */
5841
+ interface PalletMultiAssetDelegationRewardsRewardConfigForAssetPool extends Struct {
5842
+ readonly apy: Percent;
5942
5843
  readonly cap: u128;
5943
5844
  }
5944
- /** @name PalletMultiAssetDelegationError (758) */
5845
+ /** @name PalletMultiAssetDelegationError (733) */
5945
5846
  interface PalletMultiAssetDelegationError extends Enum {
5946
5847
  readonly isAlreadyOperator: boolean;
5947
5848
  readonly isBondTooLow: boolean;
@@ -5959,7 +5860,6 @@ declare module '@polkadot/types/lookup' {
5959
5860
  readonly isWithdrawRequestAlreadyExists: boolean;
5960
5861
  readonly isInsufficientBalance: boolean;
5961
5862
  readonly isNoWithdrawRequest: boolean;
5962
- readonly isUnstakeNotReady: boolean;
5963
5863
  readonly isNoBondLessRequest: boolean;
5964
5864
  readonly isBondLessNotReady: boolean;
5965
5865
  readonly isBondLessRequestAlreadyExists: boolean;
@@ -5969,27 +5869,222 @@ declare module '@polkadot/types/lookup' {
5969
5869
  readonly isNotAuthorized: boolean;
5970
5870
  readonly isAssetNotFound: boolean;
5971
5871
  readonly isBlueprintAlreadyWhitelisted: boolean;
5972
- readonly type: 'AlreadyOperator' | 'BondTooLow' | 'NotAnOperator' | 'CannotExit' | 'AlreadyLeaving' | 'NotLeavingOperator' | 'NotLeavingRound' | 'NoScheduledBondLess' | 'BondLessRequestNotSatisfied' | 'NotActiveOperator' | 'NotOfflineOperator' | 'AlreadyDelegator' | 'NotDelegator' | 'WithdrawRequestAlreadyExists' | 'InsufficientBalance' | 'NoWithdrawRequest' | 'UnstakeNotReady' | 'NoBondLessRequest' | 'BondLessNotReady' | 'BondLessRequestAlreadyExists' | 'ActiveServicesUsingAsset' | 'NoActiveDelegation' | 'AssetNotWhitelisted' | 'NotAuthorized' | 'AssetNotFound' | 'BlueprintAlreadyWhitelisted';
5872
+ readonly isNowithdrawRequests: boolean;
5873
+ readonly isNoMatchingwithdrawRequest: boolean;
5874
+ readonly isAssetAlreadyInPool: boolean;
5875
+ readonly isAssetNotInPool: boolean;
5876
+ readonly isPoolNotFound: boolean;
5877
+ readonly type: 'AlreadyOperator' | 'BondTooLow' | 'NotAnOperator' | 'CannotExit' | 'AlreadyLeaving' | 'NotLeavingOperator' | 'NotLeavingRound' | 'NoScheduledBondLess' | 'BondLessRequestNotSatisfied' | 'NotActiveOperator' | 'NotOfflineOperator' | 'AlreadyDelegator' | 'NotDelegator' | 'WithdrawRequestAlreadyExists' | 'InsufficientBalance' | 'NoWithdrawRequest' | 'NoBondLessRequest' | 'BondLessNotReady' | 'BondLessRequestAlreadyExists' | 'ActiveServicesUsingAsset' | 'NoActiveDelegation' | 'AssetNotWhitelisted' | 'NotAuthorized' | 'AssetNotFound' | 'BlueprintAlreadyWhitelisted' | 'NowithdrawRequests' | 'NoMatchingwithdrawRequest' | 'AssetAlreadyInPool' | 'AssetNotInPool' | 'PoolNotFound';
5878
+ }
5879
+ /** @name TanglePrimitivesServicesServiceRequest (736) */
5880
+ interface TanglePrimitivesServicesServiceRequest extends Struct {
5881
+ readonly blueprint: u64;
5882
+ readonly owner: AccountId32;
5883
+ readonly permittedCallers: Vec<AccountId32>;
5884
+ readonly ttl: u64;
5885
+ readonly args: Vec<TanglePrimitivesServicesField>;
5886
+ readonly operatorsWithApprovalState: Vec<ITuple<[AccountId32, TanglePrimitivesServicesApprovalState]>>;
5973
5887
  }
5974
- /** @name SygmaAccessSegregatorError (760) */
5888
+ /** @name TanglePrimitivesServicesApprovalState (741) */
5889
+ interface TanglePrimitivesServicesApprovalState extends Enum {
5890
+ readonly isPending: boolean;
5891
+ readonly isApproved: boolean;
5892
+ readonly isRejected: boolean;
5893
+ readonly type: 'Pending' | 'Approved' | 'Rejected';
5894
+ }
5895
+ /** @name TanglePrimitivesServicesService (743) */
5896
+ interface TanglePrimitivesServicesService extends Struct {
5897
+ readonly id: u64;
5898
+ readonly blueprint: u64;
5899
+ readonly owner: AccountId32;
5900
+ readonly permittedCallers: Vec<AccountId32>;
5901
+ readonly operators: Vec<AccountId32>;
5902
+ readonly ttl: u64;
5903
+ }
5904
+ /** @name TanglePrimitivesServicesJobCall (747) */
5905
+ interface TanglePrimitivesServicesJobCall extends Struct {
5906
+ readonly serviceId: u64;
5907
+ readonly job: u8;
5908
+ readonly args: Vec<TanglePrimitivesServicesField>;
5909
+ }
5910
+ /** @name TanglePrimitivesServicesJobCallResult (748) */
5911
+ interface TanglePrimitivesServicesJobCallResult extends Struct {
5912
+ readonly serviceId: u64;
5913
+ readonly callId: u64;
5914
+ readonly result: Vec<TanglePrimitivesServicesField>;
5915
+ }
5916
+ /** @name TanglePrimitivesServicesOperatorProfile (749) */
5917
+ interface TanglePrimitivesServicesOperatorProfile extends Struct {
5918
+ readonly services: BTreeSet<u64>;
5919
+ readonly blueprints: BTreeSet<u64>;
5920
+ }
5921
+ /** @name PalletServicesModuleError (752) */
5922
+ interface PalletServicesModuleError extends Enum {
5923
+ readonly isBlueprintNotFound: boolean;
5924
+ readonly isAlreadyRegistered: boolean;
5925
+ readonly isInvalidRegistrationInput: boolean;
5926
+ readonly isInvalidRequestInput: boolean;
5927
+ readonly isInvalidJobCallInput: boolean;
5928
+ readonly isInvalidJobResult: boolean;
5929
+ readonly isNotRegistered: boolean;
5930
+ readonly isServiceRequestNotFound: boolean;
5931
+ readonly isServiceNotFound: boolean;
5932
+ readonly isTypeCheck: boolean;
5933
+ readonly asTypeCheck: TanglePrimitivesServicesTypeCheckError;
5934
+ readonly isMaxPermittedCallersExceeded: boolean;
5935
+ readonly isMaxServiceProvidersExceeded: boolean;
5936
+ readonly isMaxServicesPerUserExceeded: boolean;
5937
+ readonly isMaxFieldsExceeded: boolean;
5938
+ readonly isApprovalNotRequested: boolean;
5939
+ readonly isJobDefinitionNotFound: boolean;
5940
+ readonly isServiceOrJobCallNotFound: boolean;
5941
+ readonly isJobCallResultNotFound: boolean;
5942
+ readonly isEvmAbiEncode: boolean;
5943
+ readonly isEvmAbiDecode: boolean;
5944
+ readonly isOperatorProfileNotFound: boolean;
5945
+ readonly isMaxServicesPerProviderExceeded: boolean;
5946
+ readonly isOperatorNotActive: boolean;
5947
+ readonly type: 'BlueprintNotFound' | 'AlreadyRegistered' | 'InvalidRegistrationInput' | 'InvalidRequestInput' | 'InvalidJobCallInput' | 'InvalidJobResult' | 'NotRegistered' | 'ServiceRequestNotFound' | 'ServiceNotFound' | 'TypeCheck' | 'MaxPermittedCallersExceeded' | 'MaxServiceProvidersExceeded' | 'MaxServicesPerUserExceeded' | 'MaxFieldsExceeded' | 'ApprovalNotRequested' | 'JobDefinitionNotFound' | 'ServiceOrJobCallNotFound' | 'JobCallResultNotFound' | 'EvmAbiEncode' | 'EvmAbiDecode' | 'OperatorProfileNotFound' | 'MaxServicesPerProviderExceeded' | 'OperatorNotActive';
5948
+ }
5949
+ /** @name TanglePrimitivesServicesTypeCheckError (753) */
5950
+ interface TanglePrimitivesServicesTypeCheckError extends Enum {
5951
+ readonly isArgumentTypeMismatch: boolean;
5952
+ readonly asArgumentTypeMismatch: {
5953
+ readonly index: u8;
5954
+ readonly expected: TanglePrimitivesServicesFieldFieldType;
5955
+ readonly actual: TanglePrimitivesServicesFieldFieldType;
5956
+ } & Struct;
5957
+ readonly isNotEnoughArguments: boolean;
5958
+ readonly asNotEnoughArguments: {
5959
+ readonly expected: u8;
5960
+ readonly actual: u8;
5961
+ } & Struct;
5962
+ readonly isResultTypeMismatch: boolean;
5963
+ readonly asResultTypeMismatch: {
5964
+ readonly index: u8;
5965
+ readonly expected: TanglePrimitivesServicesFieldFieldType;
5966
+ readonly actual: TanglePrimitivesServicesFieldFieldType;
5967
+ } & Struct;
5968
+ readonly type: 'ArgumentTypeMismatch' | 'NotEnoughArguments' | 'ResultTypeMismatch';
5969
+ }
5970
+ /** @name PalletTangleLstBondedPoolBondedPoolInner (754) */
5971
+ interface PalletTangleLstBondedPoolBondedPoolInner extends Struct {
5972
+ readonly commission: PalletTangleLstCommission;
5973
+ readonly roles: PalletTangleLstPoolsPoolRoles;
5974
+ readonly state: PalletTangleLstPoolsPoolState;
5975
+ }
5976
+ /** @name PalletTangleLstCommission (755) */
5977
+ interface PalletTangleLstCommission extends Struct {
5978
+ readonly current: Option<ITuple<[Perbill, AccountId32]>>;
5979
+ readonly max: Option<Perbill>;
5980
+ readonly changeRate: Option<PalletTangleLstCommissionCommissionChangeRate>;
5981
+ readonly throttleFrom: Option<u64>;
5982
+ readonly claimPermission: Option<PalletTangleLstCommissionCommissionClaimPermission>;
5983
+ }
5984
+ /** @name PalletTangleLstPoolsPoolRoles (757) */
5985
+ interface PalletTangleLstPoolsPoolRoles extends Struct {
5986
+ readonly depositor: AccountId32;
5987
+ readonly root: Option<AccountId32>;
5988
+ readonly nominator: Option<AccountId32>;
5989
+ readonly bouncer: Option<AccountId32>;
5990
+ }
5991
+ /** @name PalletTangleLstSubPoolsRewardPool (758) */
5992
+ interface PalletTangleLstSubPoolsRewardPool extends Struct {
5993
+ readonly lastRecordedRewardCounter: u128;
5994
+ readonly lastRecordedTotalPayouts: u128;
5995
+ readonly totalRewardsClaimed: u128;
5996
+ readonly totalCommissionPending: u128;
5997
+ readonly totalCommissionClaimed: u128;
5998
+ }
5999
+ /** @name PalletTangleLstSubPools (759) */
6000
+ interface PalletTangleLstSubPools extends Struct {
6001
+ readonly noEra: PalletTangleLstSubPoolsUnbondPool;
6002
+ readonly withEra: BTreeMap<u32, PalletTangleLstSubPoolsUnbondPool>;
6003
+ }
6004
+ /** @name PalletTangleLstSubPoolsUnbondPool (760) */
6005
+ interface PalletTangleLstSubPoolsUnbondPool extends Struct {
6006
+ readonly points: u128;
6007
+ readonly balance: u128;
6008
+ }
6009
+ /** @name PalletTangleLstPoolsPoolMember (766) */
6010
+ interface PalletTangleLstPoolsPoolMember extends Struct {
6011
+ readonly poolId: u32;
6012
+ readonly unbondingEras: BTreeMap<u32, u128>;
6013
+ }
6014
+ /** @name PalletTangleLstClaimPermission (768) */
6015
+ interface PalletTangleLstClaimPermission extends Enum {
6016
+ readonly isPermissioned: boolean;
6017
+ readonly isPermissionlessCompound: boolean;
6018
+ readonly isPermissionlessWithdraw: boolean;
6019
+ readonly isPermissionlessAll: boolean;
6020
+ readonly type: 'Permissioned' | 'PermissionlessCompound' | 'PermissionlessWithdraw' | 'PermissionlessAll';
6021
+ }
6022
+ /** @name PalletTangleLstError (769) */
6023
+ interface PalletTangleLstError extends Enum {
6024
+ readonly isPoolNotFound: boolean;
6025
+ readonly isPoolMemberNotFound: boolean;
6026
+ readonly isRewardPoolNotFound: boolean;
6027
+ readonly isSubPoolsNotFound: boolean;
6028
+ readonly isFullyUnbonding: boolean;
6029
+ readonly isMaxUnbondingLimit: boolean;
6030
+ readonly isCannotWithdrawAny: boolean;
6031
+ readonly isMinimumBondNotMet: boolean;
6032
+ readonly isOverflowRisk: boolean;
6033
+ readonly isNotDestroying: boolean;
6034
+ readonly isNotNominator: boolean;
6035
+ readonly isNotKickerOrDestroying: boolean;
6036
+ readonly isNotOpen: boolean;
6037
+ readonly isMaxPools: boolean;
6038
+ readonly isMaxPoolMembers: boolean;
6039
+ readonly isCanNotChangeState: boolean;
6040
+ readonly isDoesNotHavePermission: boolean;
6041
+ readonly isMetadataExceedsMaxLen: boolean;
6042
+ readonly isDefensive: boolean;
6043
+ readonly asDefensive: PalletTangleLstDefensiveError;
6044
+ readonly isPartialUnbondNotAllowedPermissionlessly: boolean;
6045
+ readonly isMaxCommissionRestricted: boolean;
6046
+ readonly isCommissionExceedsMaximum: boolean;
6047
+ readonly isCommissionExceedsGlobalMaximum: boolean;
6048
+ readonly isCommissionChangeThrottled: boolean;
6049
+ readonly isCommissionChangeRateNotAllowed: boolean;
6050
+ readonly isNoPendingCommission: boolean;
6051
+ readonly isNoCommissionCurrentSet: boolean;
6052
+ readonly isPoolIdInUse: boolean;
6053
+ readonly isInvalidPoolId: boolean;
6054
+ readonly isBondExtraRestricted: boolean;
6055
+ readonly isNothingToAdjust: boolean;
6056
+ readonly isPoolTokenCreationFailed: boolean;
6057
+ readonly isNoBalanceToUnbond: boolean;
6058
+ readonly type: 'PoolNotFound' | 'PoolMemberNotFound' | 'RewardPoolNotFound' | 'SubPoolsNotFound' | 'FullyUnbonding' | 'MaxUnbondingLimit' | 'CannotWithdrawAny' | 'MinimumBondNotMet' | 'OverflowRisk' | 'NotDestroying' | 'NotNominator' | 'NotKickerOrDestroying' | 'NotOpen' | 'MaxPools' | 'MaxPoolMembers' | 'CanNotChangeState' | 'DoesNotHavePermission' | 'MetadataExceedsMaxLen' | 'Defensive' | 'PartialUnbondNotAllowedPermissionlessly' | 'MaxCommissionRestricted' | 'CommissionExceedsMaximum' | 'CommissionExceedsGlobalMaximum' | 'CommissionChangeThrottled' | 'CommissionChangeRateNotAllowed' | 'NoPendingCommission' | 'NoCommissionCurrentSet' | 'PoolIdInUse' | 'InvalidPoolId' | 'BondExtraRestricted' | 'NothingToAdjust' | 'PoolTokenCreationFailed' | 'NoBalanceToUnbond';
6059
+ }
6060
+ /** @name PalletTangleLstDefensiveError (770) */
6061
+ interface PalletTangleLstDefensiveError extends Enum {
6062
+ readonly isNotEnoughSpaceInUnbondPool: boolean;
6063
+ readonly isPoolNotFound: boolean;
6064
+ readonly isRewardPoolNotFound: boolean;
6065
+ readonly isSubPoolsNotFound: boolean;
6066
+ readonly isBondedStashKilledPrematurely: boolean;
6067
+ readonly type: 'NotEnoughSpaceInUnbondPool' | 'PoolNotFound' | 'RewardPoolNotFound' | 'SubPoolsNotFound' | 'BondedStashKilledPrematurely';
6068
+ }
6069
+ /** @name SygmaAccessSegregatorError (772) */
5975
6070
  interface SygmaAccessSegregatorError extends Enum {
5976
6071
  readonly isUnimplemented: boolean;
5977
6072
  readonly isGrantAccessFailed: boolean;
5978
6073
  readonly type: 'Unimplemented' | 'GrantAccessFailed';
5979
6074
  }
5980
- /** @name SygmaBasicFeehandlerError (762) */
6075
+ /** @name SygmaBasicFeehandlerError (774) */
5981
6076
  interface SygmaBasicFeehandlerError extends Enum {
5982
6077
  readonly isUnimplemented: boolean;
5983
6078
  readonly isAccessDenied: boolean;
5984
6079
  readonly type: 'Unimplemented' | 'AccessDenied';
5985
6080
  }
5986
- /** @name SygmaFeeHandlerRouterError (763) */
6081
+ /** @name SygmaFeeHandlerRouterError (775) */
5987
6082
  interface SygmaFeeHandlerRouterError extends Enum {
5988
6083
  readonly isAccessDenied: boolean;
5989
6084
  readonly isUnimplemented: boolean;
5990
6085
  readonly type: 'AccessDenied' | 'Unimplemented';
5991
6086
  }
5992
- /** @name SygmaPercentageFeehandlerError (765) */
6087
+ /** @name SygmaPercentageFeehandlerError (777) */
5993
6088
  interface SygmaPercentageFeehandlerError extends Enum {
5994
6089
  readonly isUnimplemented: boolean;
5995
6090
  readonly isAccessDenied: boolean;
@@ -5997,7 +6092,7 @@ declare module '@polkadot/types/lookup' {
5997
6092
  readonly isInvalidFeeBound: boolean;
5998
6093
  readonly type: 'Unimplemented' | 'AccessDenied' | 'FeeRateOutOfRange' | 'InvalidFeeBound';
5999
6094
  }
6000
- /** @name SygmaBridgeError (772) */
6095
+ /** @name SygmaBridgeError (784) */
6001
6096
  interface SygmaBridgeError extends Enum {
6002
6097
  readonly isAccessDenied: boolean;
6003
6098
  readonly isBadMpcSignature: boolean;
@@ -6031,22 +6126,32 @@ declare module '@polkadot/types/lookup' {
6031
6126
  readonly isUnimplemented: boolean;
6032
6127
  readonly type: 'AccessDenied' | 'BadMpcSignature' | 'InsufficientBalance' | 'TransactFailedDeposit' | 'TransactFailedWithdraw' | 'TransactFailedFeeDeposit' | 'TransactFailedHoldInReserved' | 'TransactFailedReleaseFromReserved' | 'FeeTooExpensive' | 'MissingMpcAddress' | 'MpcAddrNotUpdatable' | 'BridgePaused' | 'BridgeUnpaused' | 'MissingFeeConfig' | 'AssetNotBound' | 'ProposalAlreadyComplete' | 'EmptyProposalList' | 'TransactorFailed' | 'InvalidDepositDataInvalidLength' | 'InvalidDepositDataInvalidAmount' | 'InvalidDepositDataInvalidRecipientLength' | 'InvalidDepositDataRecipientLengthNotMatch' | 'InvalidDepositDataInvalidRecipient' | 'DestDomainNotSupported' | 'DestChainIDNotMatch' | 'ExtractDestDataFailed' | 'DecimalConversionFail' | 'DepositNonceOverflow' | 'NoLiquidityHolderAccountBound' | 'Unimplemented';
6033
6128
  }
6034
- /** @name FrameSystemExtensionsCheckNonZeroSender (775) */
6129
+ /** @name FrameSystemExtensionsCheckNonZeroSender (787) */
6035
6130
  type FrameSystemExtensionsCheckNonZeroSender = Null;
6036
- /** @name FrameSystemExtensionsCheckSpecVersion (776) */
6131
+ /** @name FrameSystemExtensionsCheckSpecVersion (788) */
6037
6132
  type FrameSystemExtensionsCheckSpecVersion = Null;
6038
- /** @name FrameSystemExtensionsCheckTxVersion (777) */
6133
+ /** @name FrameSystemExtensionsCheckTxVersion (789) */
6039
6134
  type FrameSystemExtensionsCheckTxVersion = Null;
6040
- /** @name FrameSystemExtensionsCheckGenesis (778) */
6135
+ /** @name FrameSystemExtensionsCheckGenesis (790) */
6041
6136
  type FrameSystemExtensionsCheckGenesis = Null;
6042
- /** @name FrameSystemExtensionsCheckNonce (781) */
6137
+ /** @name FrameSystemExtensionsCheckNonce (793) */
6043
6138
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
6044
6139
  }
6045
- /** @name FrameSystemExtensionsCheckWeight (782) */
6140
+ /** @name FrameSystemExtensionsCheckWeight (794) */
6046
6141
  type FrameSystemExtensionsCheckWeight = Null;
6047
- /** @name PalletTransactionPaymentChargeTransactionPayment (783) */
6142
+ /** @name PalletTransactionPaymentChargeTransactionPayment (795) */
6048
6143
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
6049
6144
  }
6050
- /** @name TangleTestnetRuntimeRuntime (785) */
6145
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (796) */
6146
+ interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
6147
+ readonly mode: FrameMetadataHashExtensionMode;
6148
+ }
6149
+ /** @name FrameMetadataHashExtensionMode (797) */
6150
+ interface FrameMetadataHashExtensionMode extends Enum {
6151
+ readonly isDisabled: boolean;
6152
+ readonly isEnabled: boolean;
6153
+ readonly type: 'Disabled' | 'Enabled';
6154
+ }
6155
+ /** @name TangleTestnetRuntimeRuntime (799) */
6051
6156
  type TangleTestnetRuntimeRuntime = Null;
6052
6157
  }