@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
@@ -1463,317 +1463,7 @@ var _default = exports.default = {
1463
1463
  **/
1464
1464
  PalletAirdropClaimsUtilsEthereumAddress: '[u8;20]',
1465
1465
  /**
1466
- * Lookup122: pallet_roles::pallet::Event<T>
1467
- **/
1468
- PalletRolesEvent: {
1469
- _enum: {
1470
- RoleAssigned: {
1471
- account: 'AccountId32',
1472
- role: 'TanglePrimitivesRolesRoleType'
1473
- },
1474
- RoleRemoved: {
1475
- account: 'AccountId32',
1476
- role: 'TanglePrimitivesRolesRoleType'
1477
- },
1478
- Slashed: {
1479
- account: 'AccountId32',
1480
- amount: 'u128'
1481
- },
1482
- ProfileCreated: {
1483
- account: 'AccountId32',
1484
- totalProfileRestake: 'u128',
1485
- roles: 'Vec<TanglePrimitivesRolesRoleType>'
1486
- },
1487
- ProfileUpdated: {
1488
- account: 'AccountId32',
1489
- totalProfileRestake: 'u128',
1490
- roles: 'Vec<TanglePrimitivesRolesRoleType>'
1491
- },
1492
- ProfileDeleted: {
1493
- account: 'AccountId32'
1494
- },
1495
- PendingJobs: {
1496
- pendingJobs: 'Vec<(TanglePrimitivesRolesRoleType,u64)>'
1497
- },
1498
- RolesRewardSet: {
1499
- totalRewards: 'u128'
1500
- },
1501
- PayoutStarted: {
1502
- eraIndex: 'u32',
1503
- validatorStash: 'AccountId32'
1504
- },
1505
- Rewarded: {
1506
- stash: 'AccountId32',
1507
- amount: 'u128'
1508
- },
1509
- MinRestakingBondUpdated: {
1510
- value: 'u128'
1511
- }
1512
- }
1513
- },
1514
- /**
1515
- * Lookup123: tangle_primitives::roles::RoleType
1516
- **/
1517
- TanglePrimitivesRolesRoleType: {
1518
- _enum: {
1519
- Tss: 'TanglePrimitivesRolesTssThresholdSignatureRoleType',
1520
- ZkSaaS: 'TanglePrimitivesRolesZksaasZeroKnowledgeRoleType',
1521
- LightClientRelaying: 'Null'
1522
- }
1523
- },
1524
- /**
1525
- * Lookup124: tangle_primitives::roles::tss::ThresholdSignatureRoleType
1526
- **/
1527
- TanglePrimitivesRolesTssThresholdSignatureRoleType: {
1528
- _enum: ['DfnsCGGMP21Secp256k1', 'DfnsCGGMP21Secp256r1', 'DfnsCGGMP21Stark', 'SilentShardDKLS23Secp256k1', 'ZcashFrostP256', 'ZcashFrostP384', 'ZcashFrostSecp256k1', 'ZcashFrostRistretto255', 'ZcashFrostEd25519', 'ZcashFrostEd448', 'GennaroDKGBls381', 'WstsV2']
1529
- },
1530
- /**
1531
- * Lookup125: tangle_primitives::roles::zksaas::ZeroKnowledgeRoleType
1532
- **/
1533
- TanglePrimitivesRolesZksaasZeroKnowledgeRoleType: {
1534
- _enum: ['ZkSaaSGroth16', 'ZkSaaSMarlin']
1535
- },
1536
- /**
1537
- * Lookup129: pallet_jobs::module::Event<T>
1538
- **/
1539
- PalletJobsModuleEvent: {
1540
- _enum: {
1541
- JobSubmitted: {
1542
- jobId: 'u64',
1543
- roleType: 'TanglePrimitivesRolesRoleType',
1544
- details: 'TanglePrimitivesJobsJobSubmission'
1545
- },
1546
- JobResultSubmitted: {
1547
- jobId: 'u64',
1548
- roleType: 'TanglePrimitivesRolesRoleType'
1549
- },
1550
- ValidatorRewarded: {
1551
- id: 'AccountId32',
1552
- reward: 'u128'
1553
- },
1554
- JobRefunded: {
1555
- jobId: 'u64',
1556
- roleType: 'TanglePrimitivesRolesRoleType'
1557
- },
1558
- JobParticipantsUpdated: {
1559
- jobId: 'u64',
1560
- roleType: 'TanglePrimitivesRolesRoleType',
1561
- details: 'TanglePrimitivesJobsJobInfo'
1562
- },
1563
- JobReSubmitted: {
1564
- jobId: 'u64',
1565
- roleType: 'TanglePrimitivesRolesRoleType',
1566
- details: 'TanglePrimitivesJobsJobInfo'
1567
- },
1568
- JobResultExtended: {
1569
- jobId: 'u64',
1570
- roleType: 'TanglePrimitivesRolesRoleType',
1571
- newExpiry: 'u64'
1572
- }
1573
- }
1574
- },
1575
- /**
1576
- * Lookup130: tangle_primitives::jobs::JobSubmission<sp_core::crypto::AccountId32, BlockNumber, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
1577
- **/
1578
- TanglePrimitivesJobsJobSubmission: {
1579
- expiry: 'u64',
1580
- ttl: 'u64',
1581
- jobType: 'TanglePrimitivesJobsJobType',
1582
- fallback: 'TanglePrimitivesJobsFallbackOptions'
1583
- },
1584
- /**
1585
- * Lookup131: tangle_testnet_runtime::MaxParticipants
1586
- **/
1587
- TangleTestnetRuntimeMaxParticipants: 'Null',
1588
- /**
1589
- * Lookup132: tangle_testnet_runtime::MaxSubmissionLen
1590
- **/
1591
- TangleTestnetRuntimeMaxSubmissionLen: 'Null',
1592
- /**
1593
- * Lookup133: tangle_testnet_runtime::MaxAdditionalParamsLen
1594
- **/
1595
- TangleTestnetRuntimeMaxAdditionalParamsLen: 'Null',
1596
- /**
1597
- * Lookup134: tangle_primitives::jobs::JobType<sp_core::crypto::AccountId32, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
1598
- **/
1599
- TanglePrimitivesJobsJobType: {
1600
- _enum: {
1601
- DKGTSSPhaseOne: 'TanglePrimitivesJobsTssDkgtssPhaseOneJobType',
1602
- DKGTSSPhaseTwo: 'TanglePrimitivesJobsTssDkgtssPhaseTwoJobType',
1603
- DKGTSSPhaseThree: 'TanglePrimitivesJobsTssDkgtssPhaseThreeJobType',
1604
- DKGTSSPhaseFour: 'TanglePrimitivesJobsTssDkgtssPhaseFourJobType',
1605
- ZkSaaSPhaseOne: 'TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType',
1606
- ZkSaaSPhaseTwo: 'TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType'
1607
- }
1608
- },
1609
- /**
1610
- * Lookup135: tangle_primitives::jobs::tss::DKGTSSPhaseOneJobType<sp_core::crypto::AccountId32, tangle_testnet_runtime::MaxParticipants>
1611
- **/
1612
- TanglePrimitivesJobsTssDkgtssPhaseOneJobType: {
1613
- participants: 'Vec<AccountId32>',
1614
- threshold: 'u8',
1615
- permittedCaller: 'Option<AccountId32>',
1616
- roleType: 'TanglePrimitivesRolesTssThresholdSignatureRoleType',
1617
- hdWallet: 'bool'
1618
- },
1619
- /**
1620
- * Lookup138: tangle_primitives::jobs::tss::DKGTSSPhaseTwoJobType<tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
1621
- **/
1622
- TanglePrimitivesJobsTssDkgtssPhaseTwoJobType: {
1623
- phaseOneId: 'u64',
1624
- submission: 'Bytes',
1625
- derivationPath: 'Option<Bytes>',
1626
- roleType: 'TanglePrimitivesRolesTssThresholdSignatureRoleType'
1627
- },
1628
- /**
1629
- * Lookup142: tangle_primitives::jobs::tss::DKGTSSPhaseThreeJobType
1630
- **/
1631
- TanglePrimitivesJobsTssDkgtssPhaseThreeJobType: {
1632
- phaseOneId: 'u64',
1633
- roleType: 'TanglePrimitivesRolesTssThresholdSignatureRoleType'
1634
- },
1635
- /**
1636
- * Lookup143: tangle_primitives::jobs::tss::DKGTSSPhaseFourJobType
1637
- **/
1638
- TanglePrimitivesJobsTssDkgtssPhaseFourJobType: {
1639
- phaseOneId: 'u64',
1640
- newPhaseOneId: 'u64',
1641
- roleType: 'TanglePrimitivesRolesTssThresholdSignatureRoleType'
1642
- },
1643
- /**
1644
- * Lookup144: tangle_primitives::jobs::zksaas::ZkSaaSPhaseOneJobType<sp_core::crypto::AccountId32, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen>
1645
- **/
1646
- TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType: {
1647
- participants: 'Vec<AccountId32>',
1648
- permittedCaller: 'Option<AccountId32>',
1649
- system: 'TanglePrimitivesJobsZksaasZkSaaSSystem',
1650
- roleType: 'TanglePrimitivesRolesZksaasZeroKnowledgeRoleType'
1651
- },
1652
- /**
1653
- * Lookup145: tangle_primitives::jobs::zksaas::ZkSaaSSystem<tangle_testnet_runtime::MaxSubmissionLen>
1654
- **/
1655
- TanglePrimitivesJobsZksaasZkSaaSSystem: {
1656
- _enum: {
1657
- Groth16: 'TanglePrimitivesJobsZksaasGroth16System'
1658
- }
1659
- },
1660
- /**
1661
- * Lookup146: tangle_primitives::jobs::zksaas::Groth16System<tangle_testnet_runtime::MaxSubmissionLen>
1662
- **/
1663
- TanglePrimitivesJobsZksaasGroth16System: {
1664
- circuit: 'TanglePrimitivesJobsZksaasHyperData',
1665
- numInputs: 'u64',
1666
- numConstraints: 'u64',
1667
- provingKey: 'TanglePrimitivesJobsZksaasHyperData',
1668
- verifyingKey: 'Bytes',
1669
- wasm: 'TanglePrimitivesJobsZksaasHyperData'
1670
- },
1671
- /**
1672
- * Lookup147: tangle_primitives::jobs::zksaas::HyperData<tangle_testnet_runtime::MaxSubmissionLen>
1673
- **/
1674
- TanglePrimitivesJobsZksaasHyperData: {
1675
- _enum: {
1676
- Raw: 'Bytes',
1677
- IPFS: 'Bytes',
1678
- HTTP: 'Bytes'
1679
- }
1680
- },
1681
- /**
1682
- * Lookup148: tangle_primitives::jobs::zksaas::ZkSaaSPhaseTwoJobType<tangle_testnet_runtime::MaxSubmissionLen>
1683
- **/
1684
- TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType: {
1685
- phaseOneId: 'u64',
1686
- request: 'TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest',
1687
- roleType: 'TanglePrimitivesRolesZksaasZeroKnowledgeRoleType'
1688
- },
1689
- /**
1690
- * Lookup149: tangle_primitives::jobs::zksaas::ZkSaaSPhaseTwoRequest<tangle_testnet_runtime::MaxSubmissionLen>
1691
- **/
1692
- TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest: {
1693
- _enum: {
1694
- Groth16: 'TanglePrimitivesJobsZksaasGroth16ProveRequest'
1695
- }
1696
- },
1697
- /**
1698
- * Lookup150: tangle_primitives::jobs::zksaas::Groth16ProveRequest<tangle_testnet_runtime::MaxSubmissionLen>
1699
- **/
1700
- TanglePrimitivesJobsZksaasGroth16ProveRequest: {
1701
- publicInput: 'Bytes',
1702
- aShares: 'Vec<TanglePrimitivesJobsZksaasHyperData>',
1703
- axShares: 'Vec<TanglePrimitivesJobsZksaasHyperData>',
1704
- qapShares: 'Vec<TanglePrimitivesJobsZksaasQapShare>'
1705
- },
1706
- /**
1707
- * Lookup154: tangle_primitives::jobs::zksaas::QAPShare<tangle_testnet_runtime::MaxSubmissionLen>
1708
- **/
1709
- TanglePrimitivesJobsZksaasQapShare: {
1710
- a: 'TanglePrimitivesJobsZksaasHyperData',
1711
- b: 'TanglePrimitivesJobsZksaasHyperData',
1712
- c: 'TanglePrimitivesJobsZksaasHyperData'
1713
- },
1714
- /**
1715
- * Lookup156: tangle_primitives::jobs::FallbackOptions
1716
- **/
1717
- TanglePrimitivesJobsFallbackOptions: {
1718
- _enum: {
1719
- Destroy: 'Null',
1720
- RegenerateWithThreshold: 'u8'
1721
- }
1722
- },
1723
- /**
1724
- * Lookup157: tangle_primitives::jobs::JobInfo<sp_core::crypto::AccountId32, BlockNumber, Balance, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
1725
- **/
1726
- TanglePrimitivesJobsJobInfo: {
1727
- owner: 'AccountId32',
1728
- expiry: 'u64',
1729
- ttl: 'u64',
1730
- jobType: 'TanglePrimitivesJobsJobType',
1731
- fee: 'u128',
1732
- fallback: 'TanglePrimitivesJobsFallbackOptions'
1733
- },
1734
- /**
1735
- * Lookup158: pallet_dkg::pallet::Event<T>
1736
- **/
1737
- PalletDkgEvent: {
1738
- _enum: {
1739
- FeeUpdated: 'PalletDkgFeeInfo',
1740
- KeyRotated: {
1741
- fromJobId: 'u64',
1742
- toJobId: 'u64',
1743
- signature: 'Bytes'
1744
- }
1745
- }
1746
- },
1747
- /**
1748
- * Lookup159: pallet_dkg::types::FeeInfo<Balance>
1749
- **/
1750
- PalletDkgFeeInfo: {
1751
- baseFee: 'u128',
1752
- dkgValidatorFee: 'u128',
1753
- sigValidatorFee: 'u128',
1754
- refreshValidatorFee: 'u128',
1755
- storageFeePerByte: 'u128',
1756
- storageFeePerBlock: 'u128'
1757
- },
1758
- /**
1759
- * Lookup160: pallet_zksaas::pallet::Event<T>
1760
- **/
1761
- PalletZksaasEvent: {
1762
- _enum: {
1763
- FeeUpdated: 'PalletZksaasFeeInfo'
1764
- }
1765
- },
1766
- /**
1767
- * Lookup161: pallet_zksaas::types::FeeInfo<Balance>
1768
- **/
1769
- PalletZksaasFeeInfo: {
1770
- baseFee: 'u128',
1771
- circuitFee: 'u128',
1772
- proveFee: 'u128',
1773
- storageFeePerByte: 'u128'
1774
- },
1775
- /**
1776
- * Lookup162: pallet_proxy::pallet::Event<T>
1466
+ * Lookup122: pallet_proxy::pallet::Event<T>
1777
1467
  **/
1778
1468
  PalletProxyEvent: {
1779
1469
  _enum: {
@@ -1806,13 +1496,13 @@ var _default = exports.default = {
1806
1496
  }
1807
1497
  },
1808
1498
  /**
1809
- * Lookup163: tangle_testnet_runtime::ProxyType
1499
+ * Lookup123: tangle_testnet_runtime::ProxyType
1810
1500
  **/
1811
1501
  TangleTestnetRuntimeProxyType: {
1812
1502
  _enum: ['Any', 'NonTransfer', 'Governance', 'Staking']
1813
1503
  },
1814
1504
  /**
1815
- * Lookup165: pallet_multi_asset_delegation::pallet::Event<T>
1505
+ * Lookup125: pallet_multi_asset_delegation::pallet::Event<T>
1816
1506
  **/
1817
1507
  PalletMultiAssetDelegationEvent: {
1818
1508
  _enum: {
@@ -1834,7 +1524,7 @@ var _default = exports.default = {
1834
1524
  },
1835
1525
  OperatorBondLessScheduled: {
1836
1526
  who: 'AccountId32',
1837
- bondLessAmount: 'u128'
1527
+ unstakeAmount: 'u128'
1838
1528
  },
1839
1529
  OperatorBondLessExecuted: {
1840
1530
  who: 'AccountId32'
@@ -1851,17 +1541,17 @@ var _default = exports.default = {
1851
1541
  Deposited: {
1852
1542
  who: 'AccountId32',
1853
1543
  amount: 'u128',
1854
- assetId: 'Option<u128>'
1544
+ assetId: 'u128'
1855
1545
  },
1856
- ScheduledUnstake: {
1546
+ Scheduledwithdraw: {
1857
1547
  who: 'AccountId32',
1858
1548
  amount: 'u128',
1859
- assetId: 'Option<u128>'
1549
+ assetId: 'u128'
1860
1550
  },
1861
- ExecutedUnstake: {
1551
+ Executedwithdraw: {
1862
1552
  who: 'AccountId32'
1863
1553
  },
1864
- CancelledUnstake: {
1554
+ Cancelledwithdraw: {
1865
1555
  who: 'AccountId32'
1866
1556
  },
1867
1557
  Delegated: {
@@ -1882,104 +1572,456 @@ var _default = exports.default = {
1882
1572
  CancelledDelegatorBondLess: {
1883
1573
  who: 'AccountId32'
1884
1574
  },
1885
- WhitelistedAssetsSet: {
1886
- assets: 'Vec<u128>'
1887
- },
1888
1575
  IncentiveAPYAndCapSet: {
1889
- assetId: 'u128',
1890
- apy: 'u128',
1576
+ poolId: 'u128',
1577
+ apy: 'Percent',
1891
1578
  cap: 'u128'
1892
1579
  },
1893
1580
  BlueprintWhitelisted: {
1894
1581
  blueprintId: 'u32'
1582
+ },
1583
+ AssetUpdatedInPool: {
1584
+ who: 'AccountId32',
1585
+ poolId: 'u128',
1586
+ assetId: 'u128',
1587
+ action: 'PalletMultiAssetDelegationRewardsAssetAction'
1895
1588
  }
1896
1589
  }
1897
1590
  },
1898
1591
  /**
1899
- * Lookup168: sygma_access_segregator::pallet::Event<T>
1592
+ * Lookup127: pallet_multi_asset_delegation::types::rewards::AssetAction
1900
1593
  **/
1901
- SygmaAccessSegregatorEvent: {
1902
- _enum: {
1903
- AccessGranted: {
1904
- palletIndex: 'u8',
1905
- extrinsicName: 'Bytes',
1906
- who: 'AccountId32'
1907
- }
1908
- }
1594
+ PalletMultiAssetDelegationRewardsAssetAction: {
1595
+ _enum: ['Add', 'Remove']
1909
1596
  },
1910
1597
  /**
1911
- * Lookup169: sygma_basic_feehandler::pallet::Event<T>
1598
+ * Lookup128: pallet_services::module::Event<T>
1912
1599
  **/
1913
- SygmaBasicFeehandlerEvent: {
1600
+ PalletServicesModuleEvent: {
1914
1601
  _enum: {
1915
- FeeSet: {
1916
- domain: 'u8',
1917
- asset: 'StagingXcmV4AssetAssetId',
1918
- amount: 'u128'
1602
+ BlueprintCreated: {
1603
+ owner: 'AccountId32',
1604
+ blueprintId: 'u64'
1605
+ },
1606
+ PreRegistration: {
1607
+ operator: 'AccountId32',
1608
+ blueprintId: 'u64'
1609
+ },
1610
+ Registered: {
1611
+ provider: 'AccountId32',
1612
+ blueprintId: 'u64',
1613
+ preferences: 'TanglePrimitivesServicesOperatorPreferences',
1614
+ registrationArgs: 'Vec<TanglePrimitivesServicesField>'
1615
+ },
1616
+ Unregistered: {
1617
+ operator: 'AccountId32',
1618
+ blueprintId: 'u64'
1619
+ },
1620
+ ApprovalPreferenceUpdated: {
1621
+ operator: 'AccountId32',
1622
+ blueprintId: 'u64',
1623
+ approvalPreference: 'TanglePrimitivesServicesApprovalPrefrence'
1624
+ },
1625
+ PriceTargetsUpdated: {
1626
+ operator: 'AccountId32',
1627
+ blueprintId: 'u64',
1628
+ priceTargets: 'TanglePrimitivesServicesPriceTargets'
1629
+ },
1630
+ ServiceRequested: {
1631
+ owner: 'AccountId32',
1632
+ requestId: 'u64',
1633
+ blueprintId: 'u64',
1634
+ pendingApprovals: 'Vec<AccountId32>',
1635
+ approved: 'Vec<AccountId32>'
1636
+ },
1637
+ ServiceRequestApproved: {
1638
+ operator: 'AccountId32',
1639
+ requestId: 'u64',
1640
+ blueprintId: 'u64',
1641
+ pendingApprovals: 'Vec<AccountId32>',
1642
+ approved: 'Vec<AccountId32>'
1643
+ },
1644
+ ServiceRequestRejected: {
1645
+ operator: 'AccountId32',
1646
+ requestId: 'u64',
1647
+ blueprintId: 'u64'
1648
+ },
1649
+ ServiceRequestUpdated: {
1650
+ owner: 'AccountId32',
1651
+ requestId: 'u64',
1652
+ blueprintId: 'u64',
1653
+ pendingApprovals: 'Vec<AccountId32>',
1654
+ approved: 'Vec<AccountId32>'
1655
+ },
1656
+ ServiceInitiated: {
1657
+ owner: 'AccountId32',
1658
+ requestId: 'Option<u64>',
1659
+ serviceId: 'u64',
1660
+ blueprintId: 'u64'
1661
+ },
1662
+ ServiceTerminated: {
1663
+ owner: 'AccountId32',
1664
+ serviceId: 'u64',
1665
+ blueprintId: 'u64'
1666
+ },
1667
+ JobCalled: {
1668
+ caller: 'AccountId32',
1669
+ serviceId: 'u64',
1670
+ callId: 'u64',
1671
+ job: 'u8',
1672
+ args: 'Vec<TanglePrimitivesServicesField>'
1673
+ },
1674
+ JobResultSubmitted: {
1675
+ operator: 'AccountId32',
1676
+ serviceId: 'u64',
1677
+ callId: 'u64',
1678
+ job: 'u8',
1679
+ result: 'Vec<TanglePrimitivesServicesField>'
1680
+ },
1681
+ EvmLog: {
1682
+ address: 'H160',
1683
+ topics: 'Vec<H256>',
1684
+ data: 'Bytes'
1685
+ },
1686
+ EvmReverted: {
1687
+ from: 'H160',
1688
+ to: 'H160',
1689
+ data: 'Bytes',
1690
+ reason: 'Bytes'
1919
1691
  }
1920
1692
  }
1921
1693
  },
1922
1694
  /**
1923
- * Lookup170: staging_xcm::v4::asset::AssetId
1695
+ * Lookup129: tangle_primitives::services::OperatorPreferences
1924
1696
  **/
1925
- StagingXcmV4AssetAssetId: 'StagingXcmV4Location',
1697
+ TanglePrimitivesServicesOperatorPreferences: {
1698
+ key: 'SpCoreEcdsaPublic',
1699
+ approval: 'TanglePrimitivesServicesApprovalPrefrence',
1700
+ priceTargets: 'TanglePrimitivesServicesPriceTargets'
1701
+ },
1926
1702
  /**
1927
- * Lookup171: staging_xcm::v4::location::Location
1703
+ * Lookup130: sp_core::ecdsa::Public
1928
1704
  **/
1929
- StagingXcmV4Location: {
1930
- parents: 'u8',
1931
- interior: 'StagingXcmV4Junctions'
1705
+ SpCoreEcdsaPublic: '[u8;33]',
1706
+ /**
1707
+ * Lookup132: tangle_primitives::services::ApprovalPrefrence
1708
+ **/
1709
+ TanglePrimitivesServicesApprovalPrefrence: {
1710
+ _enum: ['None', 'Required']
1932
1711
  },
1933
1712
  /**
1934
- * Lookup172: staging_xcm::v4::junctions::Junctions
1713
+ * Lookup133: tangle_primitives::services::PriceTargets
1935
1714
  **/
1936
- StagingXcmV4Junctions: {
1937
- _enum: {
1938
- Here: 'Null',
1939
- X1: '[Lookup174;1]',
1940
- X2: '[Lookup174;2]',
1941
- X3: '[Lookup174;3]',
1942
- X4: '[Lookup174;4]',
1943
- X5: '[Lookup174;5]',
1944
- X6: '[Lookup174;6]',
1945
- X7: '[Lookup174;7]',
1946
- X8: '[Lookup174;8]'
1947
- }
1715
+ TanglePrimitivesServicesPriceTargets: {
1716
+ cpu: 'u64',
1717
+ mem: 'u64',
1718
+ storageHdd: 'u64',
1719
+ storageSsd: 'u64',
1720
+ storageNvme: 'u64'
1948
1721
  },
1949
1722
  /**
1950
- * Lookup174: staging_xcm::v4::junction::Junction
1723
+ * Lookup135: tangle_primitives::services::field::Field<C, sp_core::crypto::AccountId32>
1951
1724
  **/
1952
- StagingXcmV4Junction: {
1725
+ TanglePrimitivesServicesField: {
1953
1726
  _enum: {
1954
- Parachain: 'Compact<u32>',
1955
- AccountId32: {
1956
- network: 'Option<StagingXcmV4JunctionNetworkId>',
1957
- id: '[u8;32]'
1727
+ None: 'Null',
1728
+ Bool: 'bool',
1729
+ Uint8: 'u8',
1730
+ Int8: 'i8',
1731
+ Uint16: 'u16',
1732
+ Int16: 'i16',
1733
+ Uint32: 'u32',
1734
+ Int32: 'i32',
1735
+ Uint64: 'u64',
1736
+ Int64: 'i64',
1737
+ String: 'Bytes',
1738
+ Bytes: 'Bytes',
1739
+ Array: 'Vec<TanglePrimitivesServicesField>',
1740
+ List: 'Vec<TanglePrimitivesServicesField>',
1741
+ Struct: '(Bytes,Vec<(Bytes,TanglePrimitivesServicesField)>)',
1742
+ __Unused15: 'Null',
1743
+ __Unused16: 'Null',
1744
+ __Unused17: 'Null',
1745
+ __Unused18: 'Null',
1746
+ __Unused19: 'Null',
1747
+ __Unused20: 'Null',
1748
+ __Unused21: 'Null',
1749
+ __Unused22: 'Null',
1750
+ __Unused23: 'Null',
1751
+ __Unused24: 'Null',
1752
+ __Unused25: 'Null',
1753
+ __Unused26: 'Null',
1754
+ __Unused27: 'Null',
1755
+ __Unused28: 'Null',
1756
+ __Unused29: 'Null',
1757
+ __Unused30: 'Null',
1758
+ __Unused31: 'Null',
1759
+ __Unused32: 'Null',
1760
+ __Unused33: 'Null',
1761
+ __Unused34: 'Null',
1762
+ __Unused35: 'Null',
1763
+ __Unused36: 'Null',
1764
+ __Unused37: 'Null',
1765
+ __Unused38: 'Null',
1766
+ __Unused39: 'Null',
1767
+ __Unused40: 'Null',
1768
+ __Unused41: 'Null',
1769
+ __Unused42: 'Null',
1770
+ __Unused43: 'Null',
1771
+ __Unused44: 'Null',
1772
+ __Unused45: 'Null',
1773
+ __Unused46: 'Null',
1774
+ __Unused47: 'Null',
1775
+ __Unused48: 'Null',
1776
+ __Unused49: 'Null',
1777
+ __Unused50: 'Null',
1778
+ __Unused51: 'Null',
1779
+ __Unused52: 'Null',
1780
+ __Unused53: 'Null',
1781
+ __Unused54: 'Null',
1782
+ __Unused55: 'Null',
1783
+ __Unused56: 'Null',
1784
+ __Unused57: 'Null',
1785
+ __Unused58: 'Null',
1786
+ __Unused59: 'Null',
1787
+ __Unused60: 'Null',
1788
+ __Unused61: 'Null',
1789
+ __Unused62: 'Null',
1790
+ __Unused63: 'Null',
1791
+ __Unused64: 'Null',
1792
+ __Unused65: 'Null',
1793
+ __Unused66: 'Null',
1794
+ __Unused67: 'Null',
1795
+ __Unused68: 'Null',
1796
+ __Unused69: 'Null',
1797
+ __Unused70: 'Null',
1798
+ __Unused71: 'Null',
1799
+ __Unused72: 'Null',
1800
+ __Unused73: 'Null',
1801
+ __Unused74: 'Null',
1802
+ __Unused75: 'Null',
1803
+ __Unused76: 'Null',
1804
+ __Unused77: 'Null',
1805
+ __Unused78: 'Null',
1806
+ __Unused79: 'Null',
1807
+ __Unused80: 'Null',
1808
+ __Unused81: 'Null',
1809
+ __Unused82: 'Null',
1810
+ __Unused83: 'Null',
1811
+ __Unused84: 'Null',
1812
+ __Unused85: 'Null',
1813
+ __Unused86: 'Null',
1814
+ __Unused87: 'Null',
1815
+ __Unused88: 'Null',
1816
+ __Unused89: 'Null',
1817
+ __Unused90: 'Null',
1818
+ __Unused91: 'Null',
1819
+ __Unused92: 'Null',
1820
+ __Unused93: 'Null',
1821
+ __Unused94: 'Null',
1822
+ __Unused95: 'Null',
1823
+ __Unused96: 'Null',
1824
+ __Unused97: 'Null',
1825
+ __Unused98: 'Null',
1826
+ __Unused99: 'Null',
1827
+ AccountId: 'AccountId32'
1828
+ }
1829
+ },
1830
+ /**
1831
+ * Lookup148: pallet_tangle_lst::pallet::Event<T>
1832
+ **/
1833
+ PalletTangleLstEvent: {
1834
+ _enum: {
1835
+ Created: {
1836
+ depositor: 'AccountId32',
1837
+ poolId: 'u32'
1958
1838
  },
1959
- AccountIndex64: {
1960
- network: 'Option<StagingXcmV4JunctionNetworkId>',
1961
- index: 'Compact<u64>'
1839
+ Bonded: {
1840
+ member: 'AccountId32',
1841
+ poolId: 'u32',
1842
+ bonded: 'u128',
1843
+ joined: 'bool'
1962
1844
  },
1963
- AccountKey20: {
1964
- network: 'Option<StagingXcmV4JunctionNetworkId>',
1965
- key: '[u8;20]'
1845
+ PaidOut: {
1846
+ member: 'AccountId32',
1847
+ poolId: 'u32',
1848
+ payout: 'u128'
1966
1849
  },
1967
- PalletInstance: 'u8',
1968
- GeneralIndex: 'Compact<u128>',
1969
- GeneralKey: {
1970
- length: 'u8',
1971
- data: '[u8;32]'
1850
+ Unbonded: {
1851
+ member: 'AccountId32',
1852
+ poolId: 'u32',
1853
+ balance: 'u128',
1854
+ points: 'u128',
1855
+ era: 'u32'
1972
1856
  },
1973
- OnlyChild: 'Null',
1974
- Plurality: {
1975
- id: 'XcmV3JunctionBodyId',
1976
- part: 'XcmV3JunctionBodyPart'
1857
+ Withdrawn: {
1858
+ member: 'AccountId32',
1859
+ poolId: 'u32',
1860
+ balance: 'u128',
1861
+ points: 'u128'
1862
+ },
1863
+ Destroyed: {
1864
+ poolId: 'u32'
1865
+ },
1866
+ StateChanged: {
1867
+ poolId: 'u32',
1868
+ newState: 'PalletTangleLstPoolsPoolState'
1869
+ },
1870
+ MemberRemoved: {
1871
+ poolId: 'u32',
1872
+ member: 'AccountId32'
1873
+ },
1874
+ RolesUpdated: {
1875
+ root: 'Option<AccountId32>',
1876
+ bouncer: 'Option<AccountId32>',
1877
+ nominator: 'Option<AccountId32>'
1878
+ },
1879
+ PoolSlashed: {
1880
+ poolId: 'u32',
1881
+ balance: 'u128'
1882
+ },
1883
+ UnbondingPoolSlashed: {
1884
+ poolId: 'u32',
1885
+ era: 'u32',
1886
+ balance: 'u128'
1887
+ },
1888
+ PoolCommissionUpdated: {
1889
+ poolId: 'u32',
1890
+ current: 'Option<(Perbill,AccountId32)>'
1891
+ },
1892
+ PoolMaxCommissionUpdated: {
1893
+ poolId: 'u32',
1894
+ maxCommission: 'Perbill'
1895
+ },
1896
+ PoolCommissionChangeRateUpdated: {
1897
+ poolId: 'u32',
1898
+ changeRate: 'PalletTangleLstCommissionCommissionChangeRate'
1899
+ },
1900
+ PoolCommissionClaimPermissionUpdated: {
1901
+ poolId: 'u32',
1902
+ permission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
1903
+ },
1904
+ PoolCommissionClaimed: {
1905
+ poolId: 'u32',
1906
+ commission: 'u128'
1907
+ },
1908
+ MinBalanceDeficitAdjusted: {
1909
+ poolId: 'u32',
1910
+ amount: 'u128'
1911
+ },
1912
+ MinBalanceExcessAdjusted: {
1913
+ poolId: 'u32',
1914
+ amount: 'u128'
1915
+ }
1916
+ }
1917
+ },
1918
+ /**
1919
+ * Lookup149: pallet_tangle_lst::types::pools::PoolState
1920
+ **/
1921
+ PalletTangleLstPoolsPoolState: {
1922
+ _enum: ['Open', 'Blocked', 'Destroying']
1923
+ },
1924
+ /**
1925
+ * Lookup150: pallet_tangle_lst::types::commission::CommissionChangeRate<BlockNumber>
1926
+ **/
1927
+ PalletTangleLstCommissionCommissionChangeRate: {
1928
+ maxIncrease: 'Perbill',
1929
+ minDelay: 'u64'
1930
+ },
1931
+ /**
1932
+ * Lookup152: pallet_tangle_lst::types::commission::CommissionClaimPermission<sp_core::crypto::AccountId32>
1933
+ **/
1934
+ PalletTangleLstCommissionCommissionClaimPermission: {
1935
+ _enum: {
1936
+ Permissionless: 'Null',
1937
+ Account: 'AccountId32'
1938
+ }
1939
+ },
1940
+ /**
1941
+ * Lookup153: sygma_access_segregator::pallet::Event<T>
1942
+ **/
1943
+ SygmaAccessSegregatorEvent: {
1944
+ _enum: {
1945
+ AccessGranted: {
1946
+ palletIndex: 'u8',
1947
+ extrinsicName: 'Bytes',
1948
+ who: 'AccountId32'
1949
+ }
1950
+ }
1951
+ },
1952
+ /**
1953
+ * Lookup154: sygma_basic_feehandler::pallet::Event<T>
1954
+ **/
1955
+ SygmaBasicFeehandlerEvent: {
1956
+ _enum: {
1957
+ FeeSet: {
1958
+ domain: 'u8',
1959
+ asset: 'StagingXcmV4AssetAssetId',
1960
+ amount: 'u128'
1961
+ }
1962
+ }
1963
+ },
1964
+ /**
1965
+ * Lookup155: staging_xcm::v4::asset::AssetId
1966
+ **/
1967
+ StagingXcmV4AssetAssetId: 'StagingXcmV4Location',
1968
+ /**
1969
+ * Lookup156: staging_xcm::v4::location::Location
1970
+ **/
1971
+ StagingXcmV4Location: {
1972
+ parents: 'u8',
1973
+ interior: 'StagingXcmV4Junctions'
1974
+ },
1975
+ /**
1976
+ * Lookup157: staging_xcm::v4::junctions::Junctions
1977
+ **/
1978
+ StagingXcmV4Junctions: {
1979
+ _enum: {
1980
+ Here: 'Null',
1981
+ X1: '[Lookup159;1]',
1982
+ X2: '[Lookup159;2]',
1983
+ X3: '[Lookup159;3]',
1984
+ X4: '[Lookup159;4]',
1985
+ X5: '[Lookup159;5]',
1986
+ X6: '[Lookup159;6]',
1987
+ X7: '[Lookup159;7]',
1988
+ X8: '[Lookup159;8]'
1989
+ }
1990
+ },
1991
+ /**
1992
+ * Lookup159: staging_xcm::v4::junction::Junction
1993
+ **/
1994
+ StagingXcmV4Junction: {
1995
+ _enum: {
1996
+ Parachain: 'Compact<u32>',
1997
+ AccountId32: {
1998
+ network: 'Option<StagingXcmV4JunctionNetworkId>',
1999
+ id: '[u8;32]'
2000
+ },
2001
+ AccountIndex64: {
2002
+ network: 'Option<StagingXcmV4JunctionNetworkId>',
2003
+ index: 'Compact<u64>'
2004
+ },
2005
+ AccountKey20: {
2006
+ network: 'Option<StagingXcmV4JunctionNetworkId>',
2007
+ key: '[u8;20]'
2008
+ },
2009
+ PalletInstance: 'u8',
2010
+ GeneralIndex: 'Compact<u128>',
2011
+ GeneralKey: {
2012
+ length: 'u8',
2013
+ data: '[u8;32]'
2014
+ },
2015
+ OnlyChild: 'Null',
2016
+ Plurality: {
2017
+ id: 'XcmV3JunctionBodyId',
2018
+ part: 'XcmV3JunctionBodyPart'
1977
2019
  },
1978
2020
  GlobalConsensus: 'StagingXcmV4JunctionNetworkId'
1979
2021
  }
1980
2022
  },
1981
2023
  /**
1982
- * Lookup177: staging_xcm::v4::junction::NetworkId
2024
+ * Lookup162: staging_xcm::v4::junction::NetworkId
1983
2025
  **/
1984
2026
  StagingXcmV4JunctionNetworkId: {
1985
2027
  _enum: {
@@ -2002,7 +2044,7 @@ var _default = exports.default = {
2002
2044
  }
2003
2045
  },
2004
2046
  /**
2005
- * Lookup178: xcm::v3::junction::BodyId
2047
+ * Lookup163: xcm::v3::junction::BodyId
2006
2048
  **/
2007
2049
  XcmV3JunctionBodyId: {
2008
2050
  _enum: {
@@ -2019,7 +2061,7 @@ var _default = exports.default = {
2019
2061
  }
2020
2062
  },
2021
2063
  /**
2022
- * Lookup179: xcm::v3::junction::BodyPart
2064
+ * Lookup164: xcm::v3::junction::BodyPart
2023
2065
  **/
2024
2066
  XcmV3JunctionBodyPart: {
2025
2067
  _enum: {
@@ -2042,7 +2084,7 @@ var _default = exports.default = {
2042
2084
  }
2043
2085
  },
2044
2086
  /**
2045
- * Lookup187: sygma_fee_handler_router::pallet::Event<T>
2087
+ * Lookup172: sygma_fee_handler_router::pallet::Event<T>
2046
2088
  **/
2047
2089
  SygmaFeeHandlerRouterEvent: {
2048
2090
  _enum: {
@@ -2054,13 +2096,13 @@ var _default = exports.default = {
2054
2096
  }
2055
2097
  },
2056
2098
  /**
2057
- * Lookup188: sygma_fee_handler_router::pallet::FeeHandlerType
2099
+ * Lookup173: sygma_fee_handler_router::pallet::FeeHandlerType
2058
2100
  **/
2059
2101
  SygmaFeeHandlerRouterFeeHandlerType: {
2060
2102
  _enum: ['BasicFeeHandler', 'PercentageFeeHandler', 'DynamicFeeHandler']
2061
2103
  },
2062
2104
  /**
2063
- * Lookup189: sygma_percentage_feehandler::pallet::Event<T>
2105
+ * Lookup174: sygma_percentage_feehandler::pallet::Event<T>
2064
2106
  **/
2065
2107
  SygmaPercentageFeehandlerEvent: {
2066
2108
  _enum: {
@@ -2074,7 +2116,7 @@ var _default = exports.default = {
2074
2116
  }
2075
2117
  },
2076
2118
  /**
2077
- * Lookup190: sygma_bridge::pallet::Event<T>
2119
+ * Lookup175: sygma_bridge::pallet::Event<T>
2078
2120
  **/
2079
2121
  SygmaBridgeEvent: {
2080
2122
  _enum: {
@@ -2134,13 +2176,13 @@ var _default = exports.default = {
2134
2176
  }
2135
2177
  },
2136
2178
  /**
2137
- * Lookup191: sygma_traits::TransferType
2179
+ * Lookup176: sygma_traits::TransferType
2138
2180
  **/
2139
2181
  SygmaTraitsTransferType: {
2140
2182
  _enum: ['FungibleTransfer', 'NonFungibleTransfer', 'GenericTransfer']
2141
2183
  },
2142
2184
  /**
2143
- * Lookup192: frame_system::Phase
2185
+ * Lookup177: frame_system::Phase
2144
2186
  **/
2145
2187
  FrameSystemPhase: {
2146
2188
  _enum: {
@@ -2150,21 +2192,21 @@ var _default = exports.default = {
2150
2192
  }
2151
2193
  },
2152
2194
  /**
2153
- * Lookup194: frame_system::LastRuntimeUpgradeInfo
2195
+ * Lookup179: frame_system::LastRuntimeUpgradeInfo
2154
2196
  **/
2155
2197
  FrameSystemLastRuntimeUpgradeInfo: {
2156
2198
  specVersion: 'Compact<u32>',
2157
2199
  specName: 'Text'
2158
2200
  },
2159
2201
  /**
2160
- * Lookup195: frame_system::CodeUpgradeAuthorization<T>
2202
+ * Lookup180: frame_system::CodeUpgradeAuthorization<T>
2161
2203
  **/
2162
2204
  FrameSystemCodeUpgradeAuthorization: {
2163
2205
  codeHash: 'H256',
2164
2206
  checkVersion: 'bool'
2165
2207
  },
2166
2208
  /**
2167
- * Lookup196: frame_system::pallet::Call<T>
2209
+ * Lookup181: frame_system::pallet::Call<T>
2168
2210
  **/
2169
2211
  FrameSystemCall: {
2170
2212
  _enum: {
@@ -2209,7 +2251,7 @@ var _default = exports.default = {
2209
2251
  }
2210
2252
  },
2211
2253
  /**
2212
- * Lookup200: frame_system::limits::BlockWeights
2254
+ * Lookup185: frame_system::limits::BlockWeights
2213
2255
  **/
2214
2256
  FrameSystemLimitsBlockWeights: {
2215
2257
  baseBlock: 'SpWeightsWeightV2Weight',
@@ -2217,7 +2259,7 @@ var _default = exports.default = {
2217
2259
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
2218
2260
  },
2219
2261
  /**
2220
- * Lookup201: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
2262
+ * Lookup186: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
2221
2263
  **/
2222
2264
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
2223
2265
  normal: 'FrameSystemLimitsWeightsPerClass',
@@ -2225,7 +2267,7 @@ var _default = exports.default = {
2225
2267
  mandatory: 'FrameSystemLimitsWeightsPerClass'
2226
2268
  },
2227
2269
  /**
2228
- * Lookup202: frame_system::limits::WeightsPerClass
2270
+ * Lookup187: frame_system::limits::WeightsPerClass
2229
2271
  **/
2230
2272
  FrameSystemLimitsWeightsPerClass: {
2231
2273
  baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -2234,13 +2276,13 @@ var _default = exports.default = {
2234
2276
  reserved: 'Option<SpWeightsWeightV2Weight>'
2235
2277
  },
2236
2278
  /**
2237
- * Lookup204: frame_system::limits::BlockLength
2279
+ * Lookup189: frame_system::limits::BlockLength
2238
2280
  **/
2239
2281
  FrameSystemLimitsBlockLength: {
2240
2282
  max: 'FrameSupportDispatchPerDispatchClassU32'
2241
2283
  },
2242
2284
  /**
2243
- * Lookup205: frame_support::dispatch::PerDispatchClass<T>
2285
+ * Lookup190: frame_support::dispatch::PerDispatchClass<T>
2244
2286
  **/
2245
2287
  FrameSupportDispatchPerDispatchClassU32: {
2246
2288
  normal: 'u32',
@@ -2248,14 +2290,14 @@ var _default = exports.default = {
2248
2290
  mandatory: 'u32'
2249
2291
  },
2250
2292
  /**
2251
- * Lookup206: sp_weights::RuntimeDbWeight
2293
+ * Lookup191: sp_weights::RuntimeDbWeight
2252
2294
  **/
2253
2295
  SpWeightsRuntimeDbWeight: {
2254
2296
  read: 'u64',
2255
2297
  write: 'u64'
2256
2298
  },
2257
2299
  /**
2258
- * Lookup207: sp_version::RuntimeVersion
2300
+ * Lookup192: sp_version::RuntimeVersion
2259
2301
  **/
2260
2302
  SpVersionRuntimeVersion: {
2261
2303
  specName: 'Text',
@@ -2268,13 +2310,13 @@ var _default = exports.default = {
2268
2310
  stateVersion: 'u8'
2269
2311
  },
2270
2312
  /**
2271
- * Lookup212: frame_system::pallet::Error<T>
2313
+ * Lookup197: frame_system::pallet::Error<T>
2272
2314
  **/
2273
2315
  FrameSystemError: {
2274
2316
  _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'NothingAuthorized', 'Unauthorized']
2275
2317
  },
2276
2318
  /**
2277
- * Lookup213: pallet_timestamp::pallet::Call<T>
2319
+ * Lookup198: pallet_timestamp::pallet::Call<T>
2278
2320
  **/
2279
2321
  PalletTimestampCall: {
2280
2322
  _enum: {
@@ -2284,7 +2326,7 @@ var _default = exports.default = {
2284
2326
  }
2285
2327
  },
2286
2328
  /**
2287
- * Lookup214: pallet_sudo::pallet::Call<T>
2329
+ * Lookup199: pallet_sudo::pallet::Call<T>
2288
2330
  **/
2289
2331
  PalletSudoCall: {
2290
2332
  _enum: {
@@ -2309,7 +2351,7 @@ var _default = exports.default = {
2309
2351
  }
2310
2352
  },
2311
2353
  /**
2312
- * Lookup216: pallet_assets::pallet::Call<T, I>
2354
+ * Lookup201: pallet_assets::pallet::Call<T, I>
2313
2355
  **/
2314
2356
  PalletAssetsCall: {
2315
2357
  _enum: {
@@ -2461,7 +2503,7 @@ var _default = exports.default = {
2461
2503
  }
2462
2504
  },
2463
2505
  /**
2464
- * Lookup218: pallet_balances::pallet::Call<T, I>
2506
+ * Lookup203: pallet_balances::pallet::Call<T, I>
2465
2507
  **/
2466
2508
  PalletBalancesCall: {
2467
2509
  _enum: {
@@ -2502,13 +2544,13 @@ var _default = exports.default = {
2502
2544
  }
2503
2545
  },
2504
2546
  /**
2505
- * Lookup219: pallet_balances::types::AdjustmentDirection
2547
+ * Lookup204: pallet_balances::types::AdjustmentDirection
2506
2548
  **/
2507
2549
  PalletBalancesAdjustmentDirection: {
2508
2550
  _enum: ['Increase', 'Decrease']
2509
2551
  },
2510
2552
  /**
2511
- * Lookup220: pallet_babe::pallet::Call<T>
2553
+ * Lookup205: pallet_babe::pallet::Call<T>
2512
2554
  **/
2513
2555
  PalletBabeCall: {
2514
2556
  _enum: {
@@ -2526,7 +2568,7 @@ var _default = exports.default = {
2526
2568
  }
2527
2569
  },
2528
2570
  /**
2529
- * Lookup221: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
2571
+ * Lookup206: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
2530
2572
  **/
2531
2573
  SpConsensusSlotsEquivocationProof: {
2532
2574
  offender: 'SpConsensusBabeAppPublic',
@@ -2535,7 +2577,7 @@ var _default = exports.default = {
2535
2577
  secondHeader: 'SpRuntimeHeader'
2536
2578
  },
2537
2579
  /**
2538
- * Lookup222: sp_runtime::generic::header::Header<Number, Hash>
2580
+ * Lookup207: sp_runtime::generic::header::Header<Number, Hash>
2539
2581
  **/
2540
2582
  SpRuntimeHeader: {
2541
2583
  parentHash: 'H256',
@@ -2545,11 +2587,11 @@ var _default = exports.default = {
2545
2587
  digest: 'SpRuntimeDigest'
2546
2588
  },
2547
2589
  /**
2548
- * Lookup223: sp_consensus_babe::app::Public
2590
+ * Lookup208: sp_consensus_babe::app::Public
2549
2591
  **/
2550
2592
  SpConsensusBabeAppPublic: 'SpCoreSr25519Public',
2551
2593
  /**
2552
- * Lookup225: sp_session::MembershipProof
2594
+ * Lookup210: sp_session::MembershipProof
2553
2595
  **/
2554
2596
  SpSessionMembershipProof: {
2555
2597
  session: 'u32',
@@ -2557,7 +2599,7 @@ var _default = exports.default = {
2557
2599
  validatorCount: 'u32'
2558
2600
  },
2559
2601
  /**
2560
- * Lookup226: sp_consensus_babe::digests::NextConfigDescriptor
2602
+ * Lookup211: sp_consensus_babe::digests::NextConfigDescriptor
2561
2603
  **/
2562
2604
  SpConsensusBabeDigestsNextConfigDescriptor: {
2563
2605
  _enum: {
@@ -2569,13 +2611,13 @@ var _default = exports.default = {
2569
2611
  }
2570
2612
  },
2571
2613
  /**
2572
- * Lookup228: sp_consensus_babe::AllowedSlots
2614
+ * Lookup213: sp_consensus_babe::AllowedSlots
2573
2615
  **/
2574
2616
  SpConsensusBabeAllowedSlots: {
2575
2617
  _enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots']
2576
2618
  },
2577
2619
  /**
2578
- * Lookup229: pallet_grandpa::pallet::Call<T>
2620
+ * Lookup214: pallet_grandpa::pallet::Call<T>
2579
2621
  **/
2580
2622
  PalletGrandpaCall: {
2581
2623
  _enum: {
@@ -2594,14 +2636,14 @@ var _default = exports.default = {
2594
2636
  }
2595
2637
  },
2596
2638
  /**
2597
- * Lookup230: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2639
+ * Lookup215: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2598
2640
  **/
2599
2641
  SpConsensusGrandpaEquivocationProof: {
2600
2642
  setId: 'u64',
2601
2643
  equivocation: 'SpConsensusGrandpaEquivocation'
2602
2644
  },
2603
2645
  /**
2604
- * Lookup231: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2646
+ * Lookup216: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2605
2647
  **/
2606
2648
  SpConsensusGrandpaEquivocation: {
2607
2649
  _enum: {
@@ -2610,7 +2652,7 @@ var _default = exports.default = {
2610
2652
  }
2611
2653
  },
2612
2654
  /**
2613
- * Lookup232: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2655
+ * Lookup217: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2614
2656
  **/
2615
2657
  FinalityGrandpaEquivocationPrevote: {
2616
2658
  roundNumber: 'u64',
@@ -2619,22 +2661,22 @@ var _default = exports.default = {
2619
2661
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
2620
2662
  },
2621
2663
  /**
2622
- * Lookup233: finality_grandpa::Prevote<primitive_types::H256, N>
2664
+ * Lookup218: finality_grandpa::Prevote<primitive_types::H256, N>
2623
2665
  **/
2624
2666
  FinalityGrandpaPrevote: {
2625
2667
  targetHash: 'H256',
2626
2668
  targetNumber: 'u64'
2627
2669
  },
2628
2670
  /**
2629
- * Lookup234: sp_consensus_grandpa::app::Signature
2671
+ * Lookup219: sp_consensus_grandpa::app::Signature
2630
2672
  **/
2631
2673
  SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
2632
2674
  /**
2633
- * Lookup235: sp_core::ed25519::Signature
2675
+ * Lookup220: sp_core::ed25519::Signature
2634
2676
  **/
2635
2677
  SpCoreEd25519Signature: '[u8;64]',
2636
2678
  /**
2637
- * Lookup238: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2679
+ * Lookup223: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2638
2680
  **/
2639
2681
  FinalityGrandpaEquivocationPrecommit: {
2640
2682
  roundNumber: 'u64',
@@ -2643,18 +2685,18 @@ var _default = exports.default = {
2643
2685
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
2644
2686
  },
2645
2687
  /**
2646
- * Lookup239: finality_grandpa::Precommit<primitive_types::H256, N>
2688
+ * Lookup224: finality_grandpa::Precommit<primitive_types::H256, N>
2647
2689
  **/
2648
2690
  FinalityGrandpaPrecommit: {
2649
2691
  targetHash: 'H256',
2650
2692
  targetNumber: 'u64'
2651
2693
  },
2652
2694
  /**
2653
- * Lookup241: sp_core::Void
2695
+ * Lookup226: sp_core::Void
2654
2696
  **/
2655
2697
  SpCoreVoid: 'Null',
2656
2698
  /**
2657
- * Lookup242: pallet_indices::pallet::Call<T>
2699
+ * Lookup227: pallet_indices::pallet::Call<T>
2658
2700
  **/
2659
2701
  PalletIndicesCall: {
2660
2702
  _enum: {
@@ -2685,7 +2727,7 @@ var _default = exports.default = {
2685
2727
  }
2686
2728
  },
2687
2729
  /**
2688
- * Lookup243: pallet_democracy::pallet::Call<T>
2730
+ * Lookup228: pallet_democracy::pallet::Call<T>
2689
2731
  **/
2690
2732
  PalletDemocracyCall: {
2691
2733
  _enum: {
@@ -2754,7 +2796,7 @@ var _default = exports.default = {
2754
2796
  }
2755
2797
  },
2756
2798
  /**
2757
- * Lookup244: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
2799
+ * Lookup229: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
2758
2800
  **/
2759
2801
  FrameSupportPreimagesBounded: {
2760
2802
  _enum: {
@@ -2775,17 +2817,17 @@ var _default = exports.default = {
2775
2817
  }
2776
2818
  },
2777
2819
  /**
2778
- * Lookup245: sp_runtime::traits::BlakeTwo256
2820
+ * Lookup230: sp_runtime::traits::BlakeTwo256
2779
2821
  **/
2780
2822
  SpRuntimeBlakeTwo256: 'Null',
2781
2823
  /**
2782
- * Lookup247: pallet_democracy::conviction::Conviction
2824
+ * Lookup232: pallet_democracy::conviction::Conviction
2783
2825
  **/
2784
2826
  PalletDemocracyConviction: {
2785
2827
  _enum: ['None', 'Locked1x', 'Locked2x', 'Locked3x', 'Locked4x', 'Locked5x', 'Locked6x']
2786
2828
  },
2787
2829
  /**
2788
- * Lookup250: pallet_collective::pallet::Call<T, I>
2830
+ * Lookup235: pallet_collective::pallet::Call<T, I>
2789
2831
  **/
2790
2832
  PalletCollectiveCall: {
2791
2833
  _enum: {
@@ -2821,7 +2863,7 @@ var _default = exports.default = {
2821
2863
  }
2822
2864
  },
2823
2865
  /**
2824
- * Lookup251: pallet_vesting::pallet::Call<T>
2866
+ * Lookup236: pallet_vesting::pallet::Call<T>
2825
2867
  **/
2826
2868
  PalletVestingCall: {
2827
2869
  _enum: {
@@ -2849,7 +2891,7 @@ var _default = exports.default = {
2849
2891
  }
2850
2892
  },
2851
2893
  /**
2852
- * Lookup252: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
2894
+ * Lookup237: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
2853
2895
  **/
2854
2896
  PalletVestingVestingInfo: {
2855
2897
  locked: 'u128',
@@ -2857,7 +2899,7 @@ var _default = exports.default = {
2857
2899
  startingBlock: 'u64'
2858
2900
  },
2859
2901
  /**
2860
- * Lookup253: pallet_elections_phragmen::pallet::Call<T>
2902
+ * Lookup238: pallet_elections_phragmen::pallet::Call<T>
2861
2903
  **/
2862
2904
  PalletElectionsPhragmenCall: {
2863
2905
  _enum: {
@@ -2884,7 +2926,7 @@ var _default = exports.default = {
2884
2926
  }
2885
2927
  },
2886
2928
  /**
2887
- * Lookup254: pallet_elections_phragmen::Renouncing
2929
+ * Lookup239: pallet_elections_phragmen::Renouncing
2888
2930
  **/
2889
2931
  PalletElectionsPhragmenRenouncing: {
2890
2932
  _enum: {
@@ -2894,7 +2936,7 @@ var _default = exports.default = {
2894
2936
  }
2895
2937
  },
2896
2938
  /**
2897
- * Lookup255: pallet_election_provider_multi_phase::pallet::Call<T>
2939
+ * Lookup240: pallet_election_provider_multi_phase::pallet::Call<T>
2898
2940
  **/
2899
2941
  PalletElectionProviderMultiPhaseCall: {
2900
2942
  _enum: {
@@ -2918,7 +2960,7 @@ var _default = exports.default = {
2918
2960
  }
2919
2961
  },
2920
2962
  /**
2921
- * Lookup256: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
2963
+ * Lookup241: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
2922
2964
  **/
2923
2965
  PalletElectionProviderMultiPhaseRawSolution: {
2924
2966
  solution: 'TangleTestnetRuntimeNposSolution16',
@@ -2926,7 +2968,7 @@ var _default = exports.default = {
2926
2968
  round: 'u32'
2927
2969
  },
2928
2970
  /**
2929
- * Lookup257: tangle_testnet_runtime::NposSolution16
2971
+ * Lookup242: tangle_testnet_runtime::NposSolution16
2930
2972
  **/
2931
2973
  TangleTestnetRuntimeNposSolution16: {
2932
2974
  votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
@@ -2947,21 +2989,21 @@ var _default = exports.default = {
2947
2989
  votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
2948
2990
  },
2949
2991
  /**
2950
- * Lookup308: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
2992
+ * Lookup293: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
2951
2993
  **/
2952
2994
  PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
2953
2995
  voters: 'Compact<u32>',
2954
2996
  targets: 'Compact<u32>'
2955
2997
  },
2956
2998
  /**
2957
- * Lookup312: sp_npos_elections::Support<sp_core::crypto::AccountId32>
2999
+ * Lookup297: sp_npos_elections::Support<sp_core::crypto::AccountId32>
2958
3000
  **/
2959
3001
  SpNposElectionsSupport: {
2960
3002
  total: 'u128',
2961
3003
  voters: 'Vec<(AccountId32,u128)>'
2962
3004
  },
2963
3005
  /**
2964
- * Lookup313: pallet_staking::pallet::pallet::Call<T>
3006
+ * Lookup298: pallet_staking::pallet::pallet::Call<T>
2965
3007
  **/
2966
3008
  PalletStakingPalletCall: {
2967
3009
  _enum: {
@@ -3063,7 +3105,7 @@ var _default = exports.default = {
3063
3105
  }
3064
3106
  },
3065
3107
  /**
3066
- * Lookup317: pallet_staking::pallet::pallet::ConfigOp<T>
3108
+ * Lookup301: pallet_staking::pallet::pallet::ConfigOp<T>
3067
3109
  **/
3068
3110
  PalletStakingPalletConfigOpU128: {
3069
3111
  _enum: {
@@ -3073,7 +3115,7 @@ var _default = exports.default = {
3073
3115
  }
3074
3116
  },
3075
3117
  /**
3076
- * Lookup318: pallet_staking::pallet::pallet::ConfigOp<T>
3118
+ * Lookup302: pallet_staking::pallet::pallet::ConfigOp<T>
3077
3119
  **/
3078
3120
  PalletStakingPalletConfigOpU32: {
3079
3121
  _enum: {
@@ -3083,7 +3125,7 @@ var _default = exports.default = {
3083
3125
  }
3084
3126
  },
3085
3127
  /**
3086
- * Lookup319: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
3128
+ * Lookup303: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
3087
3129
  **/
3088
3130
  PalletStakingPalletConfigOpPercent: {
3089
3131
  _enum: {
@@ -3093,7 +3135,7 @@ var _default = exports.default = {
3093
3135
  }
3094
3136
  },
3095
3137
  /**
3096
- * Lookup320: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
3138
+ * Lookup304: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
3097
3139
  **/
3098
3140
  PalletStakingPalletConfigOpPerbill: {
3099
3141
  _enum: {
@@ -3103,7 +3145,7 @@ var _default = exports.default = {
3103
3145
  }
3104
3146
  },
3105
3147
  /**
3106
- * Lookup322: pallet_session::pallet::Call<T>
3148
+ * Lookup306: pallet_session::pallet::Call<T>
3107
3149
  **/
3108
3150
  PalletSessionCall: {
3109
3151
  _enum: {
@@ -3118,24 +3160,15 @@ var _default = exports.default = {
3118
3160
  }
3119
3161
  },
3120
3162
  /**
3121
- * Lookup323: tangle_testnet_runtime::opaque::SessionKeys
3163
+ * Lookup307: tangle_testnet_runtime::opaque::SessionKeys
3122
3164
  **/
3123
3165
  TangleTestnetRuntimeOpaqueSessionKeys: {
3124
3166
  babe: 'SpConsensusBabeAppPublic',
3125
3167
  grandpa: 'SpConsensusGrandpaAppPublic',
3126
- imOnline: 'PalletImOnlineSr25519AppSr25519Public',
3127
- role: 'TangleCryptoPrimitivesCryptoPublic'
3168
+ imOnline: 'PalletImOnlineSr25519AppSr25519Public'
3128
3169
  },
3129
3170
  /**
3130
- * Lookup324: tangle_crypto_primitives::crypto::Public
3131
- **/
3132
- TangleCryptoPrimitivesCryptoPublic: 'SpCoreEcdsaPublic',
3133
- /**
3134
- * Lookup325: sp_core::ecdsa::Public
3135
- **/
3136
- SpCoreEcdsaPublic: '[u8;33]',
3137
- /**
3138
- * Lookup327: pallet_treasury::pallet::Call<T, I>
3171
+ * Lookup308: pallet_treasury::pallet::Call<T, I>
3139
3172
  **/
3140
3173
  PalletTreasuryCall: {
3141
3174
  _enum: {
@@ -3174,7 +3207,7 @@ var _default = exports.default = {
3174
3207
  }
3175
3208
  },
3176
3209
  /**
3177
- * Lookup329: pallet_bounties::pallet::Call<T, I>
3210
+ * Lookup309: pallet_bounties::pallet::Call<T, I>
3178
3211
  **/
3179
3212
  PalletBountiesCall: {
3180
3213
  _enum: {
@@ -3213,7 +3246,7 @@ var _default = exports.default = {
3213
3246
  }
3214
3247
  },
3215
3248
  /**
3216
- * Lookup330: pallet_child_bounties::pallet::Call<T>
3249
+ * Lookup310: pallet_child_bounties::pallet::Call<T>
3217
3250
  **/
3218
3251
  PalletChildBountiesCall: {
3219
3252
  _enum: {
@@ -3252,7 +3285,7 @@ var _default = exports.default = {
3252
3285
  }
3253
3286
  },
3254
3287
  /**
3255
- * Lookup331: pallet_bags_list::pallet::Call<T, I>
3288
+ * Lookup311: pallet_bags_list::pallet::Call<T, I>
3256
3289
  **/
3257
3290
  PalletBagsListCall: {
3258
3291
  _enum: {
@@ -3269,7 +3302,7 @@ var _default = exports.default = {
3269
3302
  }
3270
3303
  },
3271
3304
  /**
3272
- * Lookup332: pallet_nomination_pools::pallet::Call<T>
3305
+ * Lookup312: pallet_nomination_pools::pallet::Call<T>
3273
3306
  **/
3274
3307
  PalletNominationPoolsCall: {
3275
3308
  _enum: {
@@ -3370,7 +3403,7 @@ var _default = exports.default = {
3370
3403
  }
3371
3404
  },
3372
3405
  /**
3373
- * Lookup333: pallet_nomination_pools::BondExtra<Balance>
3406
+ * Lookup313: pallet_nomination_pools::BondExtra<Balance>
3374
3407
  **/
3375
3408
  PalletNominationPoolsBondExtra: {
3376
3409
  _enum: {
@@ -3379,7 +3412,7 @@ var _default = exports.default = {
3379
3412
  }
3380
3413
  },
3381
3414
  /**
3382
- * Lookup334: pallet_nomination_pools::ConfigOp<T>
3415
+ * Lookup314: pallet_nomination_pools::ConfigOp<T>
3383
3416
  **/
3384
3417
  PalletNominationPoolsConfigOpU128: {
3385
3418
  _enum: {
@@ -3389,7 +3422,7 @@ var _default = exports.default = {
3389
3422
  }
3390
3423
  },
3391
3424
  /**
3392
- * Lookup335: pallet_nomination_pools::ConfigOp<T>
3425
+ * Lookup315: pallet_nomination_pools::ConfigOp<T>
3393
3426
  **/
3394
3427
  PalletNominationPoolsConfigOpU32: {
3395
3428
  _enum: {
@@ -3399,7 +3432,7 @@ var _default = exports.default = {
3399
3432
  }
3400
3433
  },
3401
3434
  /**
3402
- * Lookup336: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
3435
+ * Lookup316: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
3403
3436
  **/
3404
3437
  PalletNominationPoolsConfigOpPerbill: {
3405
3438
  _enum: {
@@ -3409,7 +3442,7 @@ var _default = exports.default = {
3409
3442
  }
3410
3443
  },
3411
3444
  /**
3412
- * Lookup337: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
3445
+ * Lookup317: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
3413
3446
  **/
3414
3447
  PalletNominationPoolsConfigOpAccountId32: {
3415
3448
  _enum: {
@@ -3419,13 +3452,13 @@ var _default = exports.default = {
3419
3452
  }
3420
3453
  },
3421
3454
  /**
3422
- * Lookup338: pallet_nomination_pools::ClaimPermission
3455
+ * Lookup318: pallet_nomination_pools::ClaimPermission
3423
3456
  **/
3424
3457
  PalletNominationPoolsClaimPermission: {
3425
3458
  _enum: ['Permissioned', 'PermissionlessCompound', 'PermissionlessWithdraw', 'PermissionlessAll']
3426
3459
  },
3427
3460
  /**
3428
- * Lookup339: pallet_scheduler::pallet::Call<T>
3461
+ * Lookup319: pallet_scheduler::pallet::Call<T>
3429
3462
  **/
3430
3463
  PalletSchedulerCall: {
3431
3464
  _enum: {
@@ -3465,7 +3498,7 @@ var _default = exports.default = {
3465
3498
  }
3466
3499
  },
3467
3500
  /**
3468
- * Lookup341: pallet_preimage::pallet::Call<T>
3501
+ * Lookup321: pallet_preimage::pallet::Call<T>
3469
3502
  **/
3470
3503
  PalletPreimageCall: {
3471
3504
  _enum: {
@@ -3496,7 +3529,7 @@ var _default = exports.default = {
3496
3529
  }
3497
3530
  },
3498
3531
  /**
3499
- * Lookup342: pallet_tx_pause::pallet::Call<T>
3532
+ * Lookup322: pallet_tx_pause::pallet::Call<T>
3500
3533
  **/
3501
3534
  PalletTxPauseCall: {
3502
3535
  _enum: {
@@ -3509,7 +3542,7 @@ var _default = exports.default = {
3509
3542
  }
3510
3543
  },
3511
3544
  /**
3512
- * Lookup343: pallet_im_online::pallet::Call<T>
3545
+ * Lookup323: pallet_im_online::pallet::Call<T>
3513
3546
  **/
3514
3547
  PalletImOnlineCall: {
3515
3548
  _enum: {
@@ -3520,7 +3553,7 @@ var _default = exports.default = {
3520
3553
  }
3521
3554
  },
3522
3555
  /**
3523
- * Lookup344: pallet_im_online::Heartbeat<BlockNumber>
3556
+ * Lookup324: pallet_im_online::Heartbeat<BlockNumber>
3524
3557
  **/
3525
3558
  PalletImOnlineHeartbeat: {
3526
3559
  blockNumber: 'u64',
@@ -3529,15 +3562,15 @@ var _default = exports.default = {
3529
3562
  validatorsLen: 'u32'
3530
3563
  },
3531
3564
  /**
3532
- * Lookup345: pallet_im_online::sr25519::app_sr25519::Signature
3565
+ * Lookup325: pallet_im_online::sr25519::app_sr25519::Signature
3533
3566
  **/
3534
3567
  PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
3535
3568
  /**
3536
- * Lookup346: sp_core::sr25519::Signature
3569
+ * Lookup326: sp_core::sr25519::Signature
3537
3570
  **/
3538
3571
  SpCoreSr25519Signature: '[u8;64]',
3539
3572
  /**
3540
- * Lookup347: pallet_identity::pallet::Call<T>
3573
+ * Lookup327: pallet_identity::pallet::Call<T>
3541
3574
  **/
3542
3575
  PalletIdentityCall: {
3543
3576
  _enum: {
@@ -3622,7 +3655,7 @@ var _default = exports.default = {
3622
3655
  }
3623
3656
  },
3624
3657
  /**
3625
- * Lookup348: pallet_identity::legacy::IdentityInfo<FieldLimit>
3658
+ * Lookup328: pallet_identity::legacy::IdentityInfo<FieldLimit>
3626
3659
  **/
3627
3660
  PalletIdentityLegacyIdentityInfo: {
3628
3661
  additional: 'Vec<(Data,Data)>',
@@ -3636,7 +3669,7 @@ var _default = exports.default = {
3636
3669
  twitter: 'Data'
3637
3670
  },
3638
3671
  /**
3639
- * Lookup384: pallet_identity::types::Judgement<Balance>
3672
+ * Lookup364: pallet_identity::types::Judgement<Balance>
3640
3673
  **/
3641
3674
  PalletIdentityJudgement: {
3642
3675
  _enum: {
@@ -3650,7 +3683,7 @@ var _default = exports.default = {
3650
3683
  }
3651
3684
  },
3652
3685
  /**
3653
- * Lookup386: sp_runtime::MultiSignature
3686
+ * Lookup366: sp_runtime::MultiSignature
3654
3687
  **/
3655
3688
  SpRuntimeMultiSignature: {
3656
3689
  _enum: {
@@ -3660,11 +3693,11 @@ var _default = exports.default = {
3660
3693
  }
3661
3694
  },
3662
3695
  /**
3663
- * Lookup387: sp_core::ecdsa::Signature
3696
+ * Lookup367: sp_core::ecdsa::Signature
3664
3697
  **/
3665
3698
  SpCoreEcdsaSignature: '[u8;65]',
3666
3699
  /**
3667
- * Lookup389: pallet_utility::pallet::Call<T>
3700
+ * Lookup369: pallet_utility::pallet::Call<T>
3668
3701
  **/
3669
3702
  PalletUtilityCall: {
3670
3703
  _enum: {
@@ -3692,12 +3725,12 @@ var _default = exports.default = {
3692
3725
  }
3693
3726
  },
3694
3727
  /**
3695
- * Lookup391: tangle_testnet_runtime::OriginCaller
3728
+ * Lookup371: tangle_testnet_runtime::OriginCaller
3696
3729
  **/
3697
3730
  TangleTestnetRuntimeOriginCaller: {
3698
3731
  _enum: {
3732
+ __Unused0: 'Null',
3699
3733
  system: 'FrameSupportDispatchRawOrigin',
3700
- __Unused1: 'Null',
3701
3734
  __Unused2: 'Null',
3702
3735
  Void: 'SpCoreVoid',
3703
3736
  __Unused4: 'Null',
@@ -3708,8 +3741,8 @@ var _default = exports.default = {
3708
3741
  __Unused9: 'Null',
3709
3742
  __Unused10: 'Null',
3710
3743
  __Unused11: 'Null',
3744
+ __Unused12: 'Null',
3711
3745
  Council: 'PalletCollectiveRawOrigin',
3712
- __Unused13: 'Null',
3713
3746
  __Unused14: 'Null',
3714
3747
  __Unused15: 'Null',
3715
3748
  __Unused16: 'Null',
@@ -3728,11 +3761,12 @@ var _default = exports.default = {
3728
3761
  __Unused29: 'Null',
3729
3762
  __Unused30: 'Null',
3730
3763
  __Unused31: 'Null',
3764
+ __Unused32: 'Null',
3731
3765
  Ethereum: 'PalletEthereumRawOrigin'
3732
3766
  }
3733
3767
  },
3734
3768
  /**
3735
- * Lookup392: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3769
+ * Lookup372: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3736
3770
  **/
3737
3771
  FrameSupportDispatchRawOrigin: {
3738
3772
  _enum: {
@@ -3742,7 +3776,7 @@ var _default = exports.default = {
3742
3776
  }
3743
3777
  },
3744
3778
  /**
3745
- * Lookup393: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
3779
+ * Lookup373: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
3746
3780
  **/
3747
3781
  PalletCollectiveRawOrigin: {
3748
3782
  _enum: {
@@ -3752,7 +3786,7 @@ var _default = exports.default = {
3752
3786
  }
3753
3787
  },
3754
3788
  /**
3755
- * Lookup394: pallet_ethereum::RawOrigin
3789
+ * Lookup374: pallet_ethereum::RawOrigin
3756
3790
  **/
3757
3791
  PalletEthereumRawOrigin: {
3758
3792
  _enum: {
@@ -3760,7 +3794,7 @@ var _default = exports.default = {
3760
3794
  }
3761
3795
  },
3762
3796
  /**
3763
- * Lookup395: pallet_multisig::pallet::Call<T>
3797
+ * Lookup375: pallet_multisig::pallet::Call<T>
3764
3798
  **/
3765
3799
  PalletMultisigCall: {
3766
3800
  _enum: {
@@ -3791,7 +3825,7 @@ var _default = exports.default = {
3791
3825
  }
3792
3826
  },
3793
3827
  /**
3794
- * Lookup397: pallet_ethereum::pallet::Call<T>
3828
+ * Lookup377: pallet_ethereum::pallet::Call<T>
3795
3829
  **/
3796
3830
  PalletEthereumCall: {
3797
3831
  _enum: {
@@ -3801,7 +3835,7 @@ var _default = exports.default = {
3801
3835
  }
3802
3836
  },
3803
3837
  /**
3804
- * Lookup398: ethereum::transaction::TransactionV2
3838
+ * Lookup378: ethereum::transaction::TransactionV2
3805
3839
  **/
3806
3840
  EthereumTransactionTransactionV2: {
3807
3841
  _enum: {
@@ -3811,7 +3845,7 @@ var _default = exports.default = {
3811
3845
  }
3812
3846
  },
3813
3847
  /**
3814
- * Lookup399: ethereum::transaction::LegacyTransaction
3848
+ * Lookup379: ethereum::transaction::LegacyTransaction
3815
3849
  **/
3816
3850
  EthereumTransactionLegacyTransaction: {
3817
3851
  nonce: 'U256',
@@ -3823,7 +3857,7 @@ var _default = exports.default = {
3823
3857
  signature: 'EthereumTransactionTransactionSignature'
3824
3858
  },
3825
3859
  /**
3826
- * Lookup400: ethereum::transaction::TransactionAction
3860
+ * Lookup380: ethereum::transaction::TransactionAction
3827
3861
  **/
3828
3862
  EthereumTransactionTransactionAction: {
3829
3863
  _enum: {
@@ -3832,7 +3866,7 @@ var _default = exports.default = {
3832
3866
  }
3833
3867
  },
3834
3868
  /**
3835
- * Lookup401: ethereum::transaction::TransactionSignature
3869
+ * Lookup381: ethereum::transaction::TransactionSignature
3836
3870
  **/
3837
3871
  EthereumTransactionTransactionSignature: {
3838
3872
  v: 'u64',
@@ -3840,7 +3874,7 @@ var _default = exports.default = {
3840
3874
  s: 'H256'
3841
3875
  },
3842
3876
  /**
3843
- * Lookup403: ethereum::transaction::EIP2930Transaction
3877
+ * Lookup383: ethereum::transaction::EIP2930Transaction
3844
3878
  **/
3845
3879
  EthereumTransactionEip2930Transaction: {
3846
3880
  chainId: 'u64',
@@ -3856,14 +3890,14 @@ var _default = exports.default = {
3856
3890
  s: 'H256'
3857
3891
  },
3858
3892
  /**
3859
- * Lookup405: ethereum::transaction::AccessListItem
3893
+ * Lookup385: ethereum::transaction::AccessListItem
3860
3894
  **/
3861
3895
  EthereumTransactionAccessListItem: {
3862
3896
  address: 'H160',
3863
3897
  storageKeys: 'Vec<H256>'
3864
3898
  },
3865
3899
  /**
3866
- * Lookup406: ethereum::transaction::EIP1559Transaction
3900
+ * Lookup386: ethereum::transaction::EIP1559Transaction
3867
3901
  **/
3868
3902
  EthereumTransactionEip1559Transaction: {
3869
3903
  chainId: 'u64',
@@ -3880,7 +3914,7 @@ var _default = exports.default = {
3880
3914
  s: 'H256'
3881
3915
  },
3882
3916
  /**
3883
- * Lookup407: pallet_evm::pallet::Call<T>
3917
+ * Lookup387: pallet_evm::pallet::Call<T>
3884
3918
  **/
3885
3919
  PalletEvmCall: {
3886
3920
  _enum: {
@@ -3923,7 +3957,7 @@ var _default = exports.default = {
3923
3957
  }
3924
3958
  },
3925
3959
  /**
3926
- * Lookup411: pallet_dynamic_fee::pallet::Call<T>
3960
+ * Lookup391: pallet_dynamic_fee::pallet::Call<T>
3927
3961
  **/
3928
3962
  PalletDynamicFeeCall: {
3929
3963
  _enum: {
@@ -3933,7 +3967,7 @@ var _default = exports.default = {
3933
3967
  }
3934
3968
  },
3935
3969
  /**
3936
- * Lookup412: pallet_base_fee::pallet::Call<T>
3970
+ * Lookup392: pallet_base_fee::pallet::Call<T>
3937
3971
  **/
3938
3972
  PalletBaseFeeCall: {
3939
3973
  _enum: {
@@ -3946,7 +3980,7 @@ var _default = exports.default = {
3946
3980
  }
3947
3981
  },
3948
3982
  /**
3949
- * Lookup413: pallet_hotfix_sufficients::pallet::Call<T>
3983
+ * Lookup393: pallet_hotfix_sufficients::pallet::Call<T>
3950
3984
  **/
3951
3985
  PalletHotfixSufficientsCall: {
3952
3986
  _enum: {
@@ -3956,7 +3990,7 @@ var _default = exports.default = {
3956
3990
  }
3957
3991
  },
3958
3992
  /**
3959
- * Lookup415: pallet_airdrop_claims::pallet::Call<T>
3993
+ * Lookup395: pallet_airdrop_claims::pallet::Call<T>
3960
3994
  **/
3961
3995
  PalletAirdropClaimsCall: {
3962
3996
  _enum: {
@@ -3995,7 +4029,7 @@ var _default = exports.default = {
3995
4029
  }
3996
4030
  },
3997
4031
  /**
3998
- * Lookup417: pallet_airdrop_claims::utils::MultiAddressSignature
4032
+ * Lookup397: pallet_airdrop_claims::utils::MultiAddressSignature
3999
4033
  **/
4000
4034
  PalletAirdropClaimsUtilsMultiAddressSignature: {
4001
4035
  _enum: {
@@ -4004,528 +4038,619 @@ var _default = exports.default = {
4004
4038
  }
4005
4039
  },
4006
4040
  /**
4007
- * Lookup418: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
4041
+ * Lookup398: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
4008
4042
  **/
4009
4043
  PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: '[u8;65]',
4010
4044
  /**
4011
- * Lookup419: pallet_airdrop_claims::utils::Sr25519Signature
4045
+ * Lookup399: pallet_airdrop_claims::utils::Sr25519Signature
4012
4046
  **/
4013
4047
  PalletAirdropClaimsUtilsSr25519Signature: 'SpCoreSr25519Signature',
4014
4048
  /**
4015
- * Lookup425: pallet_airdrop_claims::StatementKind
4049
+ * Lookup405: pallet_airdrop_claims::StatementKind
4016
4050
  **/
4017
4051
  PalletAirdropClaimsStatementKind: {
4018
4052
  _enum: ['Regular', 'Safe']
4019
4053
  },
4020
4054
  /**
4021
- * Lookup426: pallet_roles::pallet::Call<T>
4055
+ * Lookup406: pallet_proxy::pallet::Call<T>
4022
4056
  **/
4023
- PalletRolesCall: {
4057
+ PalletProxyCall: {
4024
4058
  _enum: {
4025
- create_profile: {
4026
- profile: 'PalletRolesProfile',
4027
- maxActiveServices: 'Option<u32>'
4059
+ proxy: {
4060
+ real: 'MultiAddress',
4061
+ forceProxyType: 'Option<TangleTestnetRuntimeProxyType>',
4062
+ call: 'Call'
4028
4063
  },
4029
- update_profile: {
4030
- updatedProfile: 'PalletRolesProfile'
4064
+ add_proxy: {
4065
+ delegate: 'MultiAddress',
4066
+ proxyType: 'TangleTestnetRuntimeProxyType',
4067
+ delay: 'u64'
4031
4068
  },
4032
- delete_profile: 'Null',
4033
- chill: 'Null',
4034
- unbond_funds: {
4035
- amount: 'Compact<u128>'
4069
+ remove_proxy: {
4070
+ delegate: 'MultiAddress',
4071
+ proxyType: 'TangleTestnetRuntimeProxyType',
4072
+ delay: 'u64'
4036
4073
  },
4037
- withdraw_unbonded: 'Null',
4038
- payout_stakers: {
4039
- validatorStash: 'AccountId32',
4040
- era: 'u32'
4074
+ remove_proxies: 'Null',
4075
+ create_pure: {
4076
+ proxyType: 'TangleTestnetRuntimeProxyType',
4077
+ delay: 'u64',
4078
+ index: 'u16'
4079
+ },
4080
+ kill_pure: {
4081
+ spawner: 'MultiAddress',
4082
+ proxyType: 'TangleTestnetRuntimeProxyType',
4083
+ index: 'u16',
4084
+ height: 'Compact<u64>',
4085
+ extIndex: 'Compact<u32>'
4086
+ },
4087
+ announce: {
4088
+ real: 'MultiAddress',
4089
+ callHash: 'H256'
4090
+ },
4091
+ remove_announcement: {
4092
+ real: 'MultiAddress',
4093
+ callHash: 'H256'
4041
4094
  },
4042
- set_min_restaking_bond: {
4043
- minRestakingBond: 'u128'
4095
+ reject_announcement: {
4096
+ delegate: 'MultiAddress',
4097
+ callHash: 'H256'
4098
+ },
4099
+ proxy_announced: {
4100
+ delegate: 'MultiAddress',
4101
+ real: 'MultiAddress',
4102
+ forceProxyType: 'Option<TangleTestnetRuntimeProxyType>',
4103
+ call: 'Call'
4044
4104
  }
4045
4105
  }
4046
4106
  },
4047
4107
  /**
4048
- * Lookup427: pallet_roles::profile::Profile<T>
4049
- **/
4050
- PalletRolesProfile: {
4051
- _enum: {
4052
- Independent: 'PalletRolesProfileIndependentRestakeProfile',
4053
- Shared: 'PalletRolesProfileSharedRestakeProfile'
4054
- }
4055
- },
4056
- /**
4057
- * Lookup428: pallet_roles::profile::IndependentRestakeProfile<T>
4058
- **/
4059
- PalletRolesProfileIndependentRestakeProfile: {
4060
- records: 'Vec<PalletRolesProfileRecord>'
4061
- },
4062
- /**
4063
- * Lookup430: pallet_roles::profile::Record<T>
4064
- **/
4065
- PalletRolesProfileRecord: {
4066
- role: 'TanglePrimitivesRolesRoleType',
4067
- amount: 'Option<u128>'
4068
- },
4069
- /**
4070
- * Lookup432: pallet_roles::profile::SharedRestakeProfile<T>
4108
+ * Lookup408: pallet_multi_asset_delegation::pallet::Call<T>
4071
4109
  **/
4072
- PalletRolesProfileSharedRestakeProfile: {
4073
- records: 'Vec<PalletRolesProfileRecord>',
4074
- amount: 'u128'
4075
- },
4076
- /**
4077
- * Lookup433: pallet_jobs::module::Call<T>
4078
- **/
4079
- PalletJobsModuleCall: {
4110
+ PalletMultiAssetDelegationCall: {
4080
4111
  _enum: {
4081
- submit_job: {
4082
- job: 'TanglePrimitivesJobsJobSubmission'
4112
+ join_operators: {
4113
+ bondAmount: 'u128'
4083
4114
  },
4084
- submit_job_result: {
4085
- roleType: 'TanglePrimitivesRolesRoleType',
4086
- jobId: 'u64',
4087
- result: 'TanglePrimitivesJobsJobResult'
4115
+ schedule_leave_operators: 'Null',
4116
+ cancel_leave_operators: 'Null',
4117
+ execute_leave_operators: 'Null',
4118
+ operator_bond_more: {
4119
+ additionalBond: 'u128'
4088
4120
  },
4089
- withdraw_rewards: 'Null',
4090
- report_inactive_validator: {
4091
- roleType: 'TanglePrimitivesRolesRoleType',
4092
- jobId: 'u64',
4093
- validator: 'AccountId32',
4094
- offence: 'TanglePrimitivesJobsValidatorOffenceType',
4095
- signatures: 'Vec<Bytes>'
4121
+ schedule_operator_unstake: {
4122
+ unstakeAmount: 'u128'
4096
4123
  },
4097
- set_permitted_caller: {
4098
- roleType: 'TanglePrimitivesRolesRoleType',
4099
- jobId: 'u64',
4100
- newPermittedCaller: 'AccountId32'
4124
+ execute_operator_unstake: 'Null',
4125
+ cancel_operator_unstake: 'Null',
4126
+ go_offline: 'Null',
4127
+ go_online: 'Null',
4128
+ deposit: {
4129
+ assetId: 'u128',
4130
+ amount: 'u128'
4101
4131
  },
4102
- set_time_fee: {
4103
- newFee: 'u128'
4132
+ schedule_withdraw: {
4133
+ assetId: 'u128',
4134
+ amount: 'u128'
4104
4135
  },
4105
- submit_misbehavior: {
4106
- misbehavior: 'TanglePrimitivesMisbehaviorMisbehaviorSubmission'
4136
+ execute_withdraw: 'Null',
4137
+ cancel_withdraw: {
4138
+ assetId: 'u128',
4139
+ amount: 'u128'
4140
+ },
4141
+ delegate: {
4142
+ operator: 'AccountId32',
4143
+ assetId: 'u128',
4144
+ amount: 'u128'
4107
4145
  },
4108
- extend_job_result_ttl: {
4109
- roleType: 'TanglePrimitivesRolesRoleType',
4110
- jobId: 'u64',
4111
- extendBy: 'u64'
4146
+ schedule_delegator_unstake: {
4147
+ operator: 'AccountId32',
4148
+ assetId: 'u128',
4149
+ amount: 'u128'
4150
+ },
4151
+ execute_delegator_unstake: 'Null',
4152
+ cancel_delegator_unstake: {
4153
+ operator: 'AccountId32',
4154
+ assetId: 'u128',
4155
+ amount: 'u128'
4156
+ },
4157
+ __Unused18: 'Null',
4158
+ set_incentive_apy_and_cap: {
4159
+ poolId: 'u128',
4160
+ apy: 'Percent',
4161
+ cap: 'u128'
4162
+ },
4163
+ whitelist_blueprint_for_rewards: {
4164
+ blueprintId: 'u32'
4165
+ },
4166
+ manage_asset_in_pool: {
4167
+ poolId: 'u128',
4168
+ assetId: 'u128',
4169
+ action: 'PalletMultiAssetDelegationRewardsAssetAction'
4112
4170
  }
4113
4171
  }
4114
4172
  },
4115
4173
  /**
4116
- * Lookup434: tangle_primitives::jobs::JobResult<tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxSignatureLen, tangle_testnet_runtime::MaxDataLen, tangle_testnet_runtime::MaxProofLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
4174
+ * Lookup409: pallet_services::module::Call<T>
4117
4175
  **/
4118
- TanglePrimitivesJobsJobResult: {
4176
+ PalletServicesModuleCall: {
4119
4177
  _enum: {
4120
- DKGPhaseOne: 'TanglePrimitivesJobsTssDkgtssKeySubmissionResult',
4121
- DKGPhaseTwo: 'TanglePrimitivesJobsTssDkgtssSignatureResult',
4122
- DKGPhaseThree: 'TanglePrimitivesJobsTssDkgtssKeyRefreshResult',
4123
- DKGPhaseFour: 'TanglePrimitivesJobsTssDkgtssKeyRotationResult',
4124
- ZkSaaSPhaseOne: 'TanglePrimitivesJobsZksaasZkSaaSCircuitResult',
4125
- ZkSaaSPhaseTwo: 'TanglePrimitivesJobsZksaasZkSaaSProofResult'
4178
+ create_blueprint: {
4179
+ blueprint: 'TanglePrimitivesServicesServiceBlueprint'
4180
+ },
4181
+ pre_register: {
4182
+ blueprintId: 'Compact<u64>'
4183
+ },
4184
+ register: {
4185
+ blueprintId: 'Compact<u64>',
4186
+ preferences: 'TanglePrimitivesServicesOperatorPreferences',
4187
+ registrationArgs: 'Vec<TanglePrimitivesServicesField>'
4188
+ },
4189
+ unregister: {
4190
+ blueprintId: 'Compact<u64>'
4191
+ },
4192
+ update_approval_preference: {
4193
+ blueprintId: 'Compact<u64>',
4194
+ approvalPreference: 'TanglePrimitivesServicesApprovalPrefrence'
4195
+ },
4196
+ update_price_targets: {
4197
+ blueprintId: 'Compact<u64>',
4198
+ priceTargets: 'TanglePrimitivesServicesPriceTargets'
4199
+ },
4200
+ request: {
4201
+ blueprintId: 'Compact<u64>',
4202
+ permittedCallers: 'Vec<AccountId32>',
4203
+ serviceProviders: 'Vec<AccountId32>',
4204
+ ttl: 'Compact<u64>',
4205
+ requestArgs: 'Vec<TanglePrimitivesServicesField>'
4206
+ },
4207
+ approve: {
4208
+ requestId: 'Compact<u64>'
4209
+ },
4210
+ reject: {
4211
+ requestId: 'Compact<u64>'
4212
+ },
4213
+ terminate: {
4214
+ serviceId: 'Compact<u64>'
4215
+ },
4216
+ call: {
4217
+ serviceId: 'Compact<u64>',
4218
+ job: 'Compact<u8>',
4219
+ args: 'Vec<TanglePrimitivesServicesField>'
4220
+ },
4221
+ submit_result: {
4222
+ serviceId: 'Compact<u64>',
4223
+ callId: 'Compact<u64>',
4224
+ result: 'Vec<TanglePrimitivesServicesField>'
4225
+ }
4126
4226
  }
4127
4227
  },
4128
4228
  /**
4129
- * Lookup435: tangle_testnet_runtime::MaxKeyLen
4130
- **/
4131
- TangleTestnetRuntimeMaxKeyLen: 'Null',
4132
- /**
4133
- * Lookup436: tangle_testnet_runtime::MaxSignatureLen
4134
- **/
4135
- TangleTestnetRuntimeMaxSignatureLen: 'Null',
4136
- /**
4137
- * Lookup437: tangle_testnet_runtime::MaxDataLen
4138
- **/
4139
- TangleTestnetRuntimeMaxDataLen: 'Null',
4140
- /**
4141
- * Lookup438: tangle_testnet_runtime::MaxProofLen
4142
- **/
4143
- TangleTestnetRuntimeMaxProofLen: 'Null',
4144
- /**
4145
- * Lookup439: tangle_primitives::jobs::tss::DKGTSSKeySubmissionResult<tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxSignatureLen>
4146
- **/
4147
- TanglePrimitivesJobsTssDkgtssKeySubmissionResult: {
4148
- signatureScheme: 'TanglePrimitivesJobsTssDigitalSignatureScheme',
4149
- key: 'Bytes',
4150
- chainCode: 'Option<[u8;32]>',
4151
- participants: 'Vec<Bytes>',
4152
- signatures: 'Vec<Bytes>',
4153
- threshold: 'u8'
4154
- },
4155
- /**
4156
- * Lookup440: tangle_primitives::jobs::tss::DigitalSignatureScheme
4229
+ * Lookup410: tangle_primitives::services::ServiceBlueprint<C>
4157
4230
  **/
4158
- TanglePrimitivesJobsTssDigitalSignatureScheme: {
4159
- _enum: ['EcdsaSecp256k1', 'EcdsaSecp256r1', 'EcdsaStark', 'SchnorrP256', 'SchnorrP384', 'SchnorrSecp256k1', 'SchnorrSr25519', 'SchnorrRistretto255', 'SchnorrEd25519', 'SchnorrEd448', 'SchnorrTaproot', 'Bls381']
4231
+ TanglePrimitivesServicesServiceBlueprint: {
4232
+ metadata: 'TanglePrimitivesServicesServiceMetadata',
4233
+ jobs: 'Vec<TanglePrimitivesServicesJobDefinition>',
4234
+ registrationHook: 'TanglePrimitivesServicesServiceRegistrationHook',
4235
+ registrationParams: 'Vec<TanglePrimitivesServicesFieldFieldType>',
4236
+ requestHook: 'TanglePrimitivesServicesServiceRequestHook',
4237
+ requestParams: 'Vec<TanglePrimitivesServicesFieldFieldType>',
4238
+ gadget: 'TanglePrimitivesServicesGadget'
4160
4239
  },
4161
4240
  /**
4162
- * Lookup447: tangle_primitives::jobs::tss::DKGTSSSignatureResult<tangle_testnet_runtime::MaxDataLen, tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxSignatureLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
4241
+ * Lookup411: tangle_primitives::services::ServiceMetadata<C>
4163
4242
  **/
4164
- TanglePrimitivesJobsTssDkgtssSignatureResult: {
4165
- signatureScheme: 'TanglePrimitivesJobsTssDigitalSignatureScheme',
4166
- data: 'Bytes',
4167
- signature: 'Bytes',
4168
- verifyingKey: 'Bytes',
4169
- derivationPath: 'Option<Bytes>',
4170
- chainCode: 'Option<[u8;32]>'
4171
- },
4172
- /**
4173
- * Lookup449: tangle_primitives::jobs::tss::DKGTSSKeyRefreshResult
4174
- **/
4175
- TanglePrimitivesJobsTssDkgtssKeyRefreshResult: {
4176
- signatureScheme: 'TanglePrimitivesJobsTssDigitalSignatureScheme'
4243
+ TanglePrimitivesServicesServiceMetadata: {
4244
+ name: 'Bytes',
4245
+ description: 'Option<Bytes>',
4246
+ author: 'Option<Bytes>',
4247
+ category: 'Option<Bytes>',
4248
+ codeRepository: 'Option<Bytes>',
4249
+ logo: 'Option<Bytes>',
4250
+ website: 'Option<Bytes>',
4251
+ license: 'Option<Bytes>'
4177
4252
  },
4178
4253
  /**
4179
- * Lookup450: tangle_primitives::jobs::tss::DKGTSSKeyRotationResult<tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxSignatureLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
4254
+ * Lookup416: tangle_primitives::services::JobDefinition<C>
4180
4255
  **/
4181
- TanglePrimitivesJobsTssDkgtssKeyRotationResult: {
4182
- phaseOneId: 'u64',
4183
- newPhaseOneId: 'u64',
4184
- newKey: 'Bytes',
4185
- key: 'Bytes',
4186
- signature: 'Bytes',
4187
- signatureScheme: 'TanglePrimitivesJobsTssDigitalSignatureScheme',
4188
- derivationPath: 'Option<Bytes>',
4189
- chainCode: 'Option<[u8;32]>'
4256
+ TanglePrimitivesServicesJobDefinition: {
4257
+ metadata: 'TanglePrimitivesServicesJobMetadata',
4258
+ params: 'Vec<TanglePrimitivesServicesFieldFieldType>',
4259
+ result: 'Vec<TanglePrimitivesServicesFieldFieldType>',
4260
+ verifier: 'TanglePrimitivesServicesJobResultVerifier'
4190
4261
  },
4191
4262
  /**
4192
- * Lookup451: tangle_primitives::jobs::zksaas::ZkSaaSCircuitResult<tangle_testnet_runtime::MaxParticipants>
4263
+ * Lookup417: tangle_primitives::services::JobMetadata<C>
4193
4264
  **/
4194
- TanglePrimitivesJobsZksaasZkSaaSCircuitResult: {
4195
- jobId: 'u64',
4196
- participants: 'Vec<SpCoreEcdsaPublic>'
4265
+ TanglePrimitivesServicesJobMetadata: {
4266
+ name: 'Bytes',
4267
+ description: 'Option<Bytes>'
4268
+ },
4269
+ /**
4270
+ * Lookup419: tangle_primitives::services::field::FieldType
4271
+ **/
4272
+ TanglePrimitivesServicesFieldFieldType: {
4273
+ _enum: {
4274
+ Void: 'Null',
4275
+ Bool: 'Null',
4276
+ Uint8: 'Null',
4277
+ Int8: 'Null',
4278
+ Uint16: 'Null',
4279
+ Int16: 'Null',
4280
+ Uint32: 'Null',
4281
+ Int32: 'Null',
4282
+ Uint64: 'Null',
4283
+ Int64: 'Null',
4284
+ String: 'Null',
4285
+ Bytes: 'Null',
4286
+ Optional: 'TanglePrimitivesServicesFieldFieldType',
4287
+ Array: '(u64,TanglePrimitivesServicesFieldFieldType)',
4288
+ List: 'TanglePrimitivesServicesFieldFieldType',
4289
+ Struct: '(TanglePrimitivesServicesFieldFieldType,Vec<(TanglePrimitivesServicesFieldFieldType,TanglePrimitivesServicesFieldFieldType)>)',
4290
+ __Unused16: 'Null',
4291
+ __Unused17: 'Null',
4292
+ __Unused18: 'Null',
4293
+ __Unused19: 'Null',
4294
+ __Unused20: 'Null',
4295
+ __Unused21: 'Null',
4296
+ __Unused22: 'Null',
4297
+ __Unused23: 'Null',
4298
+ __Unused24: 'Null',
4299
+ __Unused25: 'Null',
4300
+ __Unused26: 'Null',
4301
+ __Unused27: 'Null',
4302
+ __Unused28: 'Null',
4303
+ __Unused29: 'Null',
4304
+ __Unused30: 'Null',
4305
+ __Unused31: 'Null',
4306
+ __Unused32: 'Null',
4307
+ __Unused33: 'Null',
4308
+ __Unused34: 'Null',
4309
+ __Unused35: 'Null',
4310
+ __Unused36: 'Null',
4311
+ __Unused37: 'Null',
4312
+ __Unused38: 'Null',
4313
+ __Unused39: 'Null',
4314
+ __Unused40: 'Null',
4315
+ __Unused41: 'Null',
4316
+ __Unused42: 'Null',
4317
+ __Unused43: 'Null',
4318
+ __Unused44: 'Null',
4319
+ __Unused45: 'Null',
4320
+ __Unused46: 'Null',
4321
+ __Unused47: 'Null',
4322
+ __Unused48: 'Null',
4323
+ __Unused49: 'Null',
4324
+ __Unused50: 'Null',
4325
+ __Unused51: 'Null',
4326
+ __Unused52: 'Null',
4327
+ __Unused53: 'Null',
4328
+ __Unused54: 'Null',
4329
+ __Unused55: 'Null',
4330
+ __Unused56: 'Null',
4331
+ __Unused57: 'Null',
4332
+ __Unused58: 'Null',
4333
+ __Unused59: 'Null',
4334
+ __Unused60: 'Null',
4335
+ __Unused61: 'Null',
4336
+ __Unused62: 'Null',
4337
+ __Unused63: 'Null',
4338
+ __Unused64: 'Null',
4339
+ __Unused65: 'Null',
4340
+ __Unused66: 'Null',
4341
+ __Unused67: 'Null',
4342
+ __Unused68: 'Null',
4343
+ __Unused69: 'Null',
4344
+ __Unused70: 'Null',
4345
+ __Unused71: 'Null',
4346
+ __Unused72: 'Null',
4347
+ __Unused73: 'Null',
4348
+ __Unused74: 'Null',
4349
+ __Unused75: 'Null',
4350
+ __Unused76: 'Null',
4351
+ __Unused77: 'Null',
4352
+ __Unused78: 'Null',
4353
+ __Unused79: 'Null',
4354
+ __Unused80: 'Null',
4355
+ __Unused81: 'Null',
4356
+ __Unused82: 'Null',
4357
+ __Unused83: 'Null',
4358
+ __Unused84: 'Null',
4359
+ __Unused85: 'Null',
4360
+ __Unused86: 'Null',
4361
+ __Unused87: 'Null',
4362
+ __Unused88: 'Null',
4363
+ __Unused89: 'Null',
4364
+ __Unused90: 'Null',
4365
+ __Unused91: 'Null',
4366
+ __Unused92: 'Null',
4367
+ __Unused93: 'Null',
4368
+ __Unused94: 'Null',
4369
+ __Unused95: 'Null',
4370
+ __Unused96: 'Null',
4371
+ __Unused97: 'Null',
4372
+ __Unused98: 'Null',
4373
+ __Unused99: 'Null',
4374
+ AccountId: 'Null'
4375
+ }
4197
4376
  },
4198
4377
  /**
4199
- * Lookup454: tangle_primitives::jobs::zksaas::ZkSaaSProofResult<tangle_testnet_runtime::MaxProofLen>
4378
+ * Lookup424: tangle_primitives::services::JobResultVerifier
4200
4379
  **/
4201
- TanglePrimitivesJobsZksaasZkSaaSProofResult: {
4380
+ TanglePrimitivesServicesJobResultVerifier: {
4202
4381
  _enum: {
4203
- Arkworks: 'TanglePrimitivesJobsZksaasArkworksProofResult',
4204
- Circom: 'TanglePrimitivesJobsZksaasCircomProofResult'
4382
+ None: 'Null',
4383
+ Evm: 'H160'
4205
4384
  }
4206
4385
  },
4207
4386
  /**
4208
- * Lookup455: tangle_primitives::jobs::zksaas::ArkworksProofResult<tangle_testnet_runtime::MaxProofLen>
4387
+ * Lookup426: tangle_primitives::services::ServiceRegistrationHook
4209
4388
  **/
4210
- TanglePrimitivesJobsZksaasArkworksProofResult: {
4211
- proof: 'Bytes'
4212
- },
4213
- /**
4214
- * Lookup457: tangle_primitives::jobs::zksaas::CircomProofResult<tangle_testnet_runtime::MaxProofLen>
4215
- **/
4216
- TanglePrimitivesJobsZksaasCircomProofResult: {
4217
- proof: 'Bytes'
4218
- },
4219
- /**
4220
- * Lookup458: tangle_primitives::jobs::ValidatorOffenceType
4221
- **/
4222
- TanglePrimitivesJobsValidatorOffenceType: {
4223
- _enum: ['Inactivity', 'InvalidSignatureSubmitted', 'RejectedValidAction', 'ApprovedInvalidAction']
4224
- },
4225
- /**
4226
- * Lookup459: tangle_primitives::misbehavior::MisbehaviorSubmission
4227
- **/
4228
- TanglePrimitivesMisbehaviorMisbehaviorSubmission: {
4229
- roleType: 'TanglePrimitivesRolesRoleType',
4230
- offender: '[u8;33]',
4231
- jobId: 'u64',
4232
- justification: 'TanglePrimitivesMisbehaviorMisbehaviorJustification'
4389
+ TanglePrimitivesServicesServiceRegistrationHook: {
4390
+ _enum: {
4391
+ None: 'Null',
4392
+ Evm: 'H160'
4393
+ }
4233
4394
  },
4234
4395
  /**
4235
- * Lookup460: tangle_primitives::misbehavior::MisbehaviorJustification
4396
+ * Lookup427: tangle_primitives::services::ServiceRequestHook
4236
4397
  **/
4237
- TanglePrimitivesMisbehaviorMisbehaviorJustification: {
4398
+ TanglePrimitivesServicesServiceRequestHook: {
4238
4399
  _enum: {
4239
- DKGTSS: 'TanglePrimitivesMisbehaviorDkgtssJustification',
4240
- ZkSaaS: 'TanglePrimitivesMisbehaviorZkSaaSJustification'
4400
+ None: 'Null',
4401
+ Evm: 'H160'
4241
4402
  }
4242
4403
  },
4243
4404
  /**
4244
- * Lookup461: tangle_primitives::misbehavior::DKGTSSJustification
4405
+ * Lookup428: tangle_primitives::services::Gadget<C>
4245
4406
  **/
4246
- TanglePrimitivesMisbehaviorDkgtssJustification: {
4407
+ TanglePrimitivesServicesGadget: {
4247
4408
  _enum: {
4248
- DfnsCGGMP21: 'TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification',
4249
- ZCashFrost: 'TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification'
4409
+ Wasm: 'TanglePrimitivesServicesWasmGadget',
4410
+ Native: 'TanglePrimitivesServicesNativeGadget',
4411
+ Container: 'TanglePrimitivesServicesContainerGadget'
4250
4412
  }
4251
4413
  },
4252
4414
  /**
4253
- * Lookup462: tangle_primitives::misbehavior::dfns_cggmp21::DfnsCGGMP21Justification
4415
+ * Lookup429: tangle_primitives::services::WasmGadget<C>
4254
4416
  **/
4255
- TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification: {
4256
- _enum: {
4257
- Keygen: {
4258
- participants: 'Vec<[u8;33]>',
4259
- t: 'u16',
4260
- reason: 'TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted'
4261
- },
4262
- KeyRefresh: {
4263
- participants: 'Vec<[u8;33]>',
4264
- t: 'u16',
4265
- reason: 'TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted'
4266
- },
4267
- Signing: {
4268
- participants: 'Vec<[u8;33]>',
4269
- t: 'u16',
4270
- reason: 'TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted'
4271
- }
4272
- }
4417
+ TanglePrimitivesServicesWasmGadget: {
4418
+ runtime: 'TanglePrimitivesServicesWasmRuntime',
4419
+ sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
4273
4420
  },
4274
4421
  /**
4275
- * Lookup464: tangle_primitives::misbehavior::dfns_cggmp21::KeygenAborted
4422
+ * Lookup430: tangle_primitives::services::WasmRuntime
4276
4423
  **/
4277
- TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted: {
4278
- _enum: {
4279
- InvalidDecommitment: {
4280
- round1: 'TanglePrimitivesMisbehaviorSignedRoundMessage',
4281
- round2a: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4282
- },
4283
- InvalidSchnorrProof: {
4284
- round2a: 'Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>',
4285
- round3: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4286
- },
4287
- FeldmanVerificationFailed: {
4288
- round2a: 'TanglePrimitivesMisbehaviorSignedRoundMessage',
4289
- round2b: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4290
- },
4291
- InvalidDataSize: {
4292
- round2a: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4293
- }
4294
- }
4424
+ TanglePrimitivesServicesWasmRuntime: {
4425
+ _enum: ['Wasmtime', 'Wasmer']
4295
4426
  },
4296
4427
  /**
4297
- * Lookup465: tangle_primitives::misbehavior::SignedRoundMessage
4428
+ * Lookup432: tangle_primitives::services::GadgetSource<C>
4298
4429
  **/
4299
- TanglePrimitivesMisbehaviorSignedRoundMessage: {
4300
- sender: 'u16',
4301
- message: 'Bytes',
4302
- signature: 'Bytes'
4430
+ TanglePrimitivesServicesGadgetSource: {
4431
+ fetcher: 'TanglePrimitivesServicesGadgetSourceFetcher'
4303
4432
  },
4304
4433
  /**
4305
- * Lookup467: tangle_primitives::misbehavior::dfns_cggmp21::KeyRefreshAborted
4434
+ * Lookup433: tangle_primitives::services::GadgetSourceFetcher<C>
4306
4435
  **/
4307
- TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted: {
4436
+ TanglePrimitivesServicesGadgetSourceFetcher: {
4308
4437
  _enum: {
4309
- InvalidDecommitment: {
4310
- round1: 'TanglePrimitivesMisbehaviorSignedRoundMessage',
4311
- round2: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4312
- },
4313
- InvalidSchnorrProof: 'Null',
4314
- InvalidModProof: {
4315
- reason: 'TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason',
4316
- round2: 'Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>',
4317
- round3: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4318
- },
4319
- InvalidFacProof: 'Null',
4320
- InvalidRingPedersenParameters: {
4321
- round2: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4322
- },
4323
- InvalidX: 'Null',
4324
- InvalidXShare: 'Null',
4325
- InvalidDataSize: 'Null',
4326
- PaillierDec: 'Null'
4438
+ IPFS: 'Bytes',
4439
+ Github: 'TanglePrimitivesServicesGithubFetcher',
4440
+ ContainerImage: 'TanglePrimitivesServicesImageRegistryFetcher',
4441
+ Testing: 'TanglePrimitivesServicesTestFetcher'
4327
4442
  }
4328
4443
  },
4329
4444
  /**
4330
- * Lookup468: tangle_primitives::misbehavior::dfns_cggmp21::InvalidProofReason
4445
+ * Lookup435: tangle_primitives::services::GithubFetcher<C>
4331
4446
  **/
4332
- TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason: {
4333
- _enum: {
4334
- EqualityCheck: 'u8',
4335
- RangeCheck: 'u8',
4336
- Encryption: 'Null',
4337
- PaillierEnc: 'Null',
4338
- PaillierOp: 'Null',
4339
- ModPow: 'Null',
4340
- ModulusIsPrime: 'Null',
4341
- ModulusIsEven: 'Null',
4342
- IncorrectNthRoot: 'u8',
4343
- IncorrectFourthRoot: 'u8'
4344
- }
4447
+ TanglePrimitivesServicesGithubFetcher: {
4448
+ owner: 'Bytes',
4449
+ repo: 'Bytes',
4450
+ tag: 'Bytes',
4451
+ binaries: 'Vec<TanglePrimitivesServicesGadgetBinary>'
4345
4452
  },
4346
4453
  /**
4347
- * Lookup469: tangle_primitives::misbehavior::dfns_cggmp21::SigningAborted
4454
+ * Lookup443: tangle_primitives::services::GadgetBinary<C>
4348
4455
  **/
4349
- TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted: {
4350
- _enum: ['EncProofOfK', 'InvalidPsi', 'InvalidPsiPrimePrime', 'MismatchedDelta']
4456
+ TanglePrimitivesServicesGadgetBinary: {
4457
+ arch: 'TanglePrimitivesServicesArchitecture',
4458
+ os: 'TanglePrimitivesServicesOperatingSystem',
4459
+ name: 'Bytes',
4460
+ sha256: '[u8;32]'
4351
4461
  },
4352
4462
  /**
4353
- * Lookup470: tangle_primitives::misbehavior::zcash_frost::ZCashFrostJustification
4463
+ * Lookup444: tangle_primitives::services::Architecture
4354
4464
  **/
4355
- TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification: {
4356
- _enum: {
4357
- Keygen: {
4358
- participants: 'Vec<[u8;33]>',
4359
- t: 'u16',
4360
- reason: 'TanglePrimitivesMisbehaviorZcashFrostKeygenAborted'
4361
- },
4362
- Signing: {
4363
- participants: 'Vec<[u8;33]>',
4364
- t: 'u16',
4365
- reason: 'TanglePrimitivesMisbehaviorZcashFrostSigningAborted'
4366
- }
4367
- }
4465
+ TanglePrimitivesServicesArchitecture: {
4466
+ _enum: ['Wasm', 'Wasm64', 'Wasi', 'Wasi64', 'Amd', 'Amd64', 'Arm', 'Arm64', 'RiscV', 'RiscV64']
4368
4467
  },
4369
4468
  /**
4370
- * Lookup471: tangle_primitives::misbehavior::zcash_frost::KeygenAborted
4469
+ * Lookup445: tangle_primitives::services::OperatingSystem
4371
4470
  **/
4372
- TanglePrimitivesMisbehaviorZcashFrostKeygenAborted: {
4373
- _enum: {
4374
- InvalidProofOfKnowledge: {
4375
- round1: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4376
- },
4377
- InvalidSecretShare: {
4378
- round1: 'TanglePrimitivesMisbehaviorSignedRoundMessage',
4379
- round2: 'TanglePrimitivesMisbehaviorSignedRoundMessage'
4380
- }
4381
- }
4471
+ TanglePrimitivesServicesOperatingSystem: {
4472
+ _enum: ['Unknown', 'Linux', 'Windows', 'MacOS', 'BSD']
4382
4473
  },
4383
4474
  /**
4384
- * Lookup472: tangle_primitives::misbehavior::zcash_frost::SigningAborted
4475
+ * Lookup449: tangle_primitives::services::ImageRegistryFetcher<C>
4385
4476
  **/
4386
- TanglePrimitivesMisbehaviorZcashFrostSigningAborted: {
4387
- _enum: {
4388
- InvalidSignatureShare: {
4389
- round1: 'Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>',
4390
- round2: 'Vec<TanglePrimitivesMisbehaviorSignedRoundMessage>'
4391
- }
4392
- }
4477
+ TanglePrimitivesServicesImageRegistryFetcher: {
4478
+ _alias: {
4479
+ registry_: 'registry'
4480
+ },
4481
+ registry_: 'Bytes',
4482
+ image: 'Bytes',
4483
+ tag: 'Bytes'
4393
4484
  },
4394
4485
  /**
4395
- * Lookup473: tangle_primitives::misbehavior::ZkSaaSJustification
4486
+ * Lookup456: tangle_primitives::services::TestFetcher<C>
4396
4487
  **/
4397
- TanglePrimitivesMisbehaviorZkSaaSJustification: 'Null',
4488
+ TanglePrimitivesServicesTestFetcher: {
4489
+ cargoPackage: 'Bytes',
4490
+ cargoBin: 'Bytes',
4491
+ basePath: 'Bytes'
4492
+ },
4398
4493
  /**
4399
- * Lookup474: pallet_dkg::pallet::Call<T>
4494
+ * Lookup458: tangle_primitives::services::NativeGadget<C>
4400
4495
  **/
4401
- PalletDkgCall: {
4402
- _enum: {
4403
- set_fee: {
4404
- feeInfo: 'PalletDkgFeeInfo'
4405
- }
4406
- }
4496
+ TanglePrimitivesServicesNativeGadget: {
4497
+ sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
4407
4498
  },
4408
4499
  /**
4409
- * Lookup475: pallet_zksaas::pallet::Call<T>
4500
+ * Lookup459: tangle_primitives::services::ContainerGadget<C>
4410
4501
  **/
4411
- PalletZksaasCall: {
4412
- _enum: {
4413
- set_fee: {
4414
- feeInfo: 'PalletZksaasFeeInfo'
4415
- }
4416
- }
4502
+ TanglePrimitivesServicesContainerGadget: {
4503
+ sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
4417
4504
  },
4418
4505
  /**
4419
- * Lookup476: pallet_proxy::pallet::Call<T>
4506
+ * Lookup461: pallet_tangle_lst::pallet::Call<T>
4420
4507
  **/
4421
- PalletProxyCall: {
4508
+ PalletTangleLstCall: {
4422
4509
  _enum: {
4423
- proxy: {
4424
- real: 'MultiAddress',
4425
- forceProxyType: 'Option<TangleTestnetRuntimeProxyType>',
4426
- call: 'Call'
4427
- },
4428
- add_proxy: {
4429
- delegate: 'MultiAddress',
4430
- proxyType: 'TangleTestnetRuntimeProxyType',
4431
- delay: 'u64'
4510
+ join: {
4511
+ amount: 'Compact<u128>',
4512
+ poolId: 'u32'
4432
4513
  },
4433
- remove_proxy: {
4434
- delegate: 'MultiAddress',
4435
- proxyType: 'TangleTestnetRuntimeProxyType',
4436
- delay: 'u64'
4514
+ bond_extra: {
4515
+ poolId: 'u32',
4516
+ extra: 'PalletTangleLstBondExtra'
4437
4517
  },
4438
- remove_proxies: 'Null',
4439
- create_pure: {
4440
- proxyType: 'TangleTestnetRuntimeProxyType',
4441
- delay: 'u64',
4442
- index: 'u16'
4518
+ __Unused2: 'Null',
4519
+ unbond: {
4520
+ memberAccount: 'MultiAddress',
4521
+ poolId: 'u32',
4522
+ unbondingPoints: 'Compact<u128>'
4443
4523
  },
4444
- kill_pure: {
4445
- spawner: 'MultiAddress',
4446
- proxyType: 'TangleTestnetRuntimeProxyType',
4447
- index: 'u16',
4448
- height: 'Compact<u64>',
4449
- extIndex: 'Compact<u32>'
4524
+ pool_withdraw_unbonded: {
4525
+ poolId: 'u32',
4526
+ numSlashingSpans: 'u32'
4450
4527
  },
4451
- announce: {
4452
- real: 'MultiAddress',
4453
- callHash: 'H256'
4528
+ withdraw_unbonded: {
4529
+ memberAccount: 'MultiAddress',
4530
+ poolId: 'u32',
4531
+ numSlashingSpans: 'u32'
4454
4532
  },
4455
- remove_announcement: {
4456
- real: 'MultiAddress',
4457
- callHash: 'H256'
4533
+ create: {
4534
+ amount: 'Compact<u128>',
4535
+ root: 'MultiAddress',
4536
+ nominator: 'MultiAddress',
4537
+ bouncer: 'MultiAddress'
4458
4538
  },
4459
- reject_announcement: {
4460
- delegate: 'MultiAddress',
4461
- callHash: 'H256'
4539
+ create_with_pool_id: {
4540
+ amount: 'Compact<u128>',
4541
+ root: 'MultiAddress',
4542
+ nominator: 'MultiAddress',
4543
+ bouncer: 'MultiAddress',
4544
+ poolId: 'u32'
4462
4545
  },
4463
- proxy_announced: {
4464
- delegate: 'MultiAddress',
4465
- real: 'MultiAddress',
4466
- forceProxyType: 'Option<TangleTestnetRuntimeProxyType>',
4467
- call: 'Call'
4468
- }
4469
- }
4470
- },
4471
- /**
4472
- * Lookup478: pallet_multi_asset_delegation::pallet::Call<T>
4473
- **/
4474
- PalletMultiAssetDelegationCall: {
4475
- _enum: {
4476
- join_operators: {
4477
- bondAmount: 'u128'
4546
+ nominate: {
4547
+ poolId: 'u32',
4548
+ validators: 'Vec<AccountId32>'
4478
4549
  },
4479
- schedule_leave_operators: 'Null',
4480
- cancel_leave_operators: 'Null',
4481
- execute_leave_operators: 'Null',
4482
- operator_bond_more: {
4483
- additionalBond: 'u128'
4550
+ set_state: {
4551
+ poolId: 'u32',
4552
+ state: 'PalletTangleLstPoolsPoolState'
4484
4553
  },
4485
- schedule_operator_bond_less: {
4486
- bondLessAmount: 'u128'
4554
+ set_metadata: {
4555
+ poolId: 'u32',
4556
+ metadata: 'Bytes'
4487
4557
  },
4488
- execute_operator_bond_less: 'Null',
4489
- cancel_operator_bond_less: 'Null',
4490
- go_offline: 'Null',
4491
- go_online: 'Null',
4492
- deposit: {
4493
- assetId: 'Option<u128>',
4494
- amount: 'u128'
4558
+ set_configs: {
4559
+ minJoinBond: 'PalletTangleLstConfigOpU128',
4560
+ minCreateBond: 'PalletTangleLstConfigOpU128',
4561
+ maxPools: 'PalletTangleLstConfigOpU32',
4562
+ globalMaxCommission: 'PalletTangleLstConfigOpPerbill'
4495
4563
  },
4496
- schedule_unstake: {
4497
- assetId: 'Option<u128>',
4498
- amount: 'u128'
4564
+ update_roles: {
4565
+ poolId: 'u32',
4566
+ newRoot: 'PalletTangleLstConfigOpAccountId32',
4567
+ newNominator: 'PalletTangleLstConfigOpAccountId32',
4568
+ newBouncer: 'PalletTangleLstConfigOpAccountId32'
4499
4569
  },
4500
- execute_unstake: 'Null',
4501
- cancel_unstake: 'Null',
4502
- delegate: {
4503
- operator: 'AccountId32',
4504
- assetId: 'u128',
4505
- amount: 'u128'
4570
+ chill: {
4571
+ poolId: 'u32'
4506
4572
  },
4507
- schedule_delegator_bond_less: {
4508
- operator: 'AccountId32',
4509
- assetId: 'u128',
4510
- amount: 'u128'
4573
+ bond_extra_other: {
4574
+ member: 'MultiAddress',
4575
+ poolId: 'u32',
4576
+ extra: 'PalletTangleLstBondExtra'
4577
+ },
4578
+ __Unused15: 'Null',
4579
+ __Unused16: 'Null',
4580
+ set_commission: {
4581
+ poolId: 'u32',
4582
+ newCommission: 'Option<(Perbill,AccountId32)>'
4511
4583
  },
4512
- execute_delegator_bond_less: 'Null',
4513
- cancel_delegator_bond_less: 'Null',
4514
- set_whitelisted_assets: {
4515
- assets: 'Vec<u128>'
4584
+ set_commission_max: {
4585
+ poolId: 'u32',
4586
+ maxCommission: 'Perbill'
4516
4587
  },
4517
- set_incentive_apy_and_cap: {
4518
- assetId: 'u128',
4519
- apy: 'u128',
4520
- cap: 'u128'
4588
+ set_commission_change_rate: {
4589
+ poolId: 'u32',
4590
+ changeRate: 'PalletTangleLstCommissionCommissionChangeRate'
4521
4591
  },
4522
- whitelist_blueprint_for_rewards: {
4523
- blueprintId: 'u32'
4592
+ claim_commission: {
4593
+ poolId: 'u32'
4594
+ },
4595
+ adjust_pool_deposit: {
4596
+ poolId: 'u32'
4597
+ },
4598
+ set_commission_claim_permission: {
4599
+ poolId: 'u32',
4600
+ permission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
4524
4601
  }
4525
4602
  }
4526
4603
  },
4527
4604
  /**
4528
- * Lookup479: sygma_access_segregator::pallet::Call<T>
4605
+ * Lookup462: pallet_tangle_lst::types::BondExtra<Balance>
4606
+ **/
4607
+ PalletTangleLstBondExtra: {
4608
+ _enum: {
4609
+ FreeBalance: 'u128'
4610
+ }
4611
+ },
4612
+ /**
4613
+ * Lookup463: pallet_tangle_lst::types::ConfigOp<T>
4614
+ **/
4615
+ PalletTangleLstConfigOpU128: {
4616
+ _enum: {
4617
+ Noop: 'Null',
4618
+ Set: 'u128',
4619
+ Remove: 'Null'
4620
+ }
4621
+ },
4622
+ /**
4623
+ * Lookup464: pallet_tangle_lst::types::ConfigOp<T>
4624
+ **/
4625
+ PalletTangleLstConfigOpU32: {
4626
+ _enum: {
4627
+ Noop: 'Null',
4628
+ Set: 'u32',
4629
+ Remove: 'Null'
4630
+ }
4631
+ },
4632
+ /**
4633
+ * Lookup465: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
4634
+ **/
4635
+ PalletTangleLstConfigOpPerbill: {
4636
+ _enum: {
4637
+ Noop: 'Null',
4638
+ Set: 'Perbill',
4639
+ Remove: 'Null'
4640
+ }
4641
+ },
4642
+ /**
4643
+ * Lookup466: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
4644
+ **/
4645
+ PalletTangleLstConfigOpAccountId32: {
4646
+ _enum: {
4647
+ Noop: 'Null',
4648
+ Set: 'AccountId32',
4649
+ Remove: 'Null'
4650
+ }
4651
+ },
4652
+ /**
4653
+ * Lookup467: sygma_access_segregator::pallet::Call<T>
4529
4654
  **/
4530
4655
  SygmaAccessSegregatorCall: {
4531
4656
  _enum: {
@@ -4537,7 +4662,7 @@ var _default = exports.default = {
4537
4662
  }
4538
4663
  },
4539
4664
  /**
4540
- * Lookup480: sygma_basic_feehandler::pallet::Call<T>
4665
+ * Lookup468: sygma_basic_feehandler::pallet::Call<T>
4541
4666
  **/
4542
4667
  SygmaBasicFeehandlerCall: {
4543
4668
  _enum: {
@@ -4549,7 +4674,7 @@ var _default = exports.default = {
4549
4674
  }
4550
4675
  },
4551
4676
  /**
4552
- * Lookup481: sygma_fee_handler_router::pallet::Call<T>
4677
+ * Lookup469: sygma_fee_handler_router::pallet::Call<T>
4553
4678
  **/
4554
4679
  SygmaFeeHandlerRouterCall: {
4555
4680
  _enum: {
@@ -4561,7 +4686,7 @@ var _default = exports.default = {
4561
4686
  }
4562
4687
  },
4563
4688
  /**
4564
- * Lookup482: sygma_percentage_feehandler::pallet::Call<T>
4689
+ * Lookup470: sygma_percentage_feehandler::pallet::Call<T>
4565
4690
  **/
4566
4691
  SygmaPercentageFeehandlerCall: {
4567
4692
  _enum: {
@@ -4575,7 +4700,7 @@ var _default = exports.default = {
4575
4700
  }
4576
4701
  },
4577
4702
  /**
4578
- * Lookup483: sygma_bridge::pallet::Call<T>
4703
+ * Lookup471: sygma_bridge::pallet::Call<T>
4579
4704
  **/
4580
4705
  SygmaBridgeCall: {
4581
4706
  _enum: {
@@ -4613,18 +4738,18 @@ var _default = exports.default = {
4613
4738
  }
4614
4739
  },
4615
4740
  /**
4616
- * Lookup484: sygma_traits::MpcAddress
4741
+ * Lookup472: sygma_traits::MpcAddress
4617
4742
  **/
4618
4743
  SygmaTraitsMpcAddress: '[u8;20]',
4619
4744
  /**
4620
- * Lookup485: staging_xcm::v4::asset::Asset
4745
+ * Lookup473: staging_xcm::v4::asset::Asset
4621
4746
  **/
4622
4747
  StagingXcmV4Asset: {
4623
4748
  id: 'StagingXcmV4AssetAssetId',
4624
4749
  fun: 'StagingXcmV4AssetFungibility'
4625
4750
  },
4626
4751
  /**
4627
- * Lookup486: staging_xcm::v4::asset::Fungibility
4752
+ * Lookup474: staging_xcm::v4::asset::Fungibility
4628
4753
  **/
4629
4754
  StagingXcmV4AssetFungibility: {
4630
4755
  _enum: {
@@ -4633,7 +4758,7 @@ var _default = exports.default = {
4633
4758
  }
4634
4759
  },
4635
4760
  /**
4636
- * Lookup487: staging_xcm::v4::asset::AssetInstance
4761
+ * Lookup475: staging_xcm::v4::asset::AssetInstance
4637
4762
  **/
4638
4763
  StagingXcmV4AssetAssetInstance: {
4639
4764
  _enum: {
@@ -4646,7 +4771,7 @@ var _default = exports.default = {
4646
4771
  }
4647
4772
  },
4648
4773
  /**
4649
- * Lookup489: sygma_bridge::pallet::Proposal
4774
+ * Lookup477: sygma_bridge::pallet::Proposal
4650
4775
  **/
4651
4776
  SygmaBridgeProposal: {
4652
4777
  originDomainId: 'u8',
@@ -4655,13 +4780,13 @@ var _default = exports.default = {
4655
4780
  data: 'Bytes'
4656
4781
  },
4657
4782
  /**
4658
- * Lookup490: pallet_sudo::pallet::Error<T>
4783
+ * Lookup478: pallet_sudo::pallet::Error<T>
4659
4784
  **/
4660
4785
  PalletSudoError: {
4661
4786
  _enum: ['RequireSudo']
4662
4787
  },
4663
4788
  /**
4664
- * Lookup492: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
4789
+ * Lookup480: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
4665
4790
  **/
4666
4791
  PalletAssetsAssetDetails: {
4667
4792
  owner: 'AccountId32',
@@ -4678,13 +4803,13 @@ var _default = exports.default = {
4678
4803
  status: 'PalletAssetsAssetStatus'
4679
4804
  },
4680
4805
  /**
4681
- * Lookup493: pallet_assets::types::AssetStatus
4806
+ * Lookup481: pallet_assets::types::AssetStatus
4682
4807
  **/
4683
4808
  PalletAssetsAssetStatus: {
4684
4809
  _enum: ['Live', 'Frozen', 'Destroying']
4685
4810
  },
4686
4811
  /**
4687
- * Lookup495: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
4812
+ * Lookup483: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
4688
4813
  **/
4689
4814
  PalletAssetsAssetAccount: {
4690
4815
  balance: 'u128',
@@ -4693,13 +4818,13 @@ var _default = exports.default = {
4693
4818
  extra: 'Null'
4694
4819
  },
4695
4820
  /**
4696
- * Lookup496: pallet_assets::types::AccountStatus
4821
+ * Lookup484: pallet_assets::types::AccountStatus
4697
4822
  **/
4698
4823
  PalletAssetsAccountStatus: {
4699
4824
  _enum: ['Liquid', 'Frozen', 'Blocked']
4700
4825
  },
4701
4826
  /**
4702
- * Lookup497: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
4827
+ * Lookup485: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
4703
4828
  **/
4704
4829
  PalletAssetsExistenceReason: {
4705
4830
  _enum: {
@@ -4711,14 +4836,14 @@ var _default = exports.default = {
4711
4836
  }
4712
4837
  },
4713
4838
  /**
4714
- * Lookup499: pallet_assets::types::Approval<Balance, DepositBalance>
4839
+ * Lookup487: pallet_assets::types::Approval<Balance, DepositBalance>
4715
4840
  **/
4716
4841
  PalletAssetsApproval: {
4717
4842
  amount: 'u128',
4718
4843
  deposit: 'u128'
4719
4844
  },
4720
4845
  /**
4721
- * Lookup500: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
4846
+ * Lookup488: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
4722
4847
  **/
4723
4848
  PalletAssetsAssetMetadata: {
4724
4849
  deposit: 'u128',
@@ -4728,13 +4853,13 @@ var _default = exports.default = {
4728
4853
  isFrozen: 'bool'
4729
4854
  },
4730
4855
  /**
4731
- * Lookup502: pallet_assets::pallet::Error<T, I>
4856
+ * Lookup490: pallet_assets::pallet::Error<T, I>
4732
4857
  **/
4733
4858
  PalletAssetsError: {
4734
4859
  _enum: ['BalanceLow', 'NoAccount', 'NoPermission', 'Unknown', 'Frozen', 'InUse', 'BadWitness', 'MinBalanceZero', 'UnavailableConsumer', 'BadMetadata', 'Unapproved', 'WouldDie', 'AlreadyExists', 'NoDeposit', 'WouldBurn', 'LiveAsset', 'AssetNotLive', 'IncorrectStatus', 'NotFrozen', 'CallbackFailed']
4735
4860
  },
4736
4861
  /**
4737
- * Lookup504: pallet_balances::types::BalanceLock<Balance>
4862
+ * Lookup492: pallet_balances::types::BalanceLock<Balance>
4738
4863
  **/
4739
4864
  PalletBalancesBalanceLock: {
4740
4865
  id: '[u8;8]',
@@ -4742,27 +4867,27 @@ var _default = exports.default = {
4742
4867
  reasons: 'PalletBalancesReasons'
4743
4868
  },
4744
4869
  /**
4745
- * Lookup505: pallet_balances::types::Reasons
4870
+ * Lookup493: pallet_balances::types::Reasons
4746
4871
  **/
4747
4872
  PalletBalancesReasons: {
4748
4873
  _enum: ['Fee', 'Misc', 'All']
4749
4874
  },
4750
4875
  /**
4751
- * Lookup508: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
4876
+ * Lookup496: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
4752
4877
  **/
4753
4878
  PalletBalancesReserveData: {
4754
4879
  id: '[u8;8]',
4755
4880
  amount: 'u128'
4756
4881
  },
4757
4882
  /**
4758
- * Lookup511: pallet_balances::types::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
4883
+ * Lookup499: pallet_balances::types::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
4759
4884
  **/
4760
4885
  PalletBalancesIdAmountRuntimeHoldReason: {
4761
4886
  id: 'TangleTestnetRuntimeRuntimeHoldReason',
4762
4887
  amount: 'u128'
4763
4888
  },
4764
4889
  /**
4765
- * Lookup512: tangle_testnet_runtime::RuntimeHoldReason
4890
+ * Lookup500: tangle_testnet_runtime::RuntimeHoldReason
4766
4891
  **/
4767
4892
  TangleTestnetRuntimeRuntimeHoldReason: {
4768
4893
  _enum: {
@@ -4791,24 +4916,25 @@ var _default = exports.default = {
4791
4916
  __Unused22: 'Null',
4792
4917
  __Unused23: 'Null',
4793
4918
  __Unused24: 'Null',
4919
+ __Unused25: 'Null',
4794
4920
  Preimage: 'PalletPreimageHoldReason'
4795
4921
  }
4796
4922
  },
4797
4923
  /**
4798
- * Lookup513: pallet_preimage::pallet::HoldReason
4924
+ * Lookup501: pallet_preimage::pallet::HoldReason
4799
4925
  **/
4800
4926
  PalletPreimageHoldReason: {
4801
4927
  _enum: ['Preimage']
4802
4928
  },
4803
4929
  /**
4804
- * Lookup516: pallet_balances::types::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
4930
+ * Lookup504: pallet_balances::types::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
4805
4931
  **/
4806
4932
  PalletBalancesIdAmountRuntimeFreezeReason: {
4807
4933
  id: 'TangleTestnetRuntimeRuntimeFreezeReason',
4808
4934
  amount: 'u128'
4809
4935
  },
4810
4936
  /**
4811
- * Lookup517: tangle_testnet_runtime::RuntimeFreezeReason
4937
+ * Lookup505: tangle_testnet_runtime::RuntimeFreezeReason
4812
4938
  **/
4813
4939
  TangleTestnetRuntimeRuntimeFreezeReason: {
4814
4940
  _enum: {
@@ -4835,29 +4961,64 @@ var _default = exports.default = {
4835
4961
  __Unused20: 'Null',
4836
4962
  __Unused21: 'Null',
4837
4963
  __Unused22: 'Null',
4838
- NominationPools: 'PalletNominationPoolsFreezeReason'
4839
- }
4964
+ __Unused23: 'Null',
4965
+ NominationPools: 'PalletNominationPoolsFreezeReason',
4966
+ __Unused25: 'Null',
4967
+ __Unused26: 'Null',
4968
+ __Unused27: 'Null',
4969
+ __Unused28: 'Null',
4970
+ __Unused29: 'Null',
4971
+ __Unused30: 'Null',
4972
+ __Unused31: 'Null',
4973
+ __Unused32: 'Null',
4974
+ __Unused33: 'Null',
4975
+ __Unused34: 'Null',
4976
+ __Unused35: 'Null',
4977
+ __Unused36: 'Null',
4978
+ __Unused37: 'Null',
4979
+ __Unused38: 'Null',
4980
+ __Unused39: 'Null',
4981
+ __Unused40: 'Null',
4982
+ __Unused41: 'Null',
4983
+ __Unused42: 'Null',
4984
+ __Unused43: 'Null',
4985
+ __Unused44: 'Null',
4986
+ __Unused45: 'Null',
4987
+ __Unused46: 'Null',
4988
+ __Unused47: 'Null',
4989
+ __Unused48: 'Null',
4990
+ __Unused49: 'Null',
4991
+ __Unused50: 'Null',
4992
+ __Unused51: 'Null',
4993
+ Lst: 'PalletTangleLstFreezeReason'
4994
+ }
4995
+ },
4996
+ /**
4997
+ * Lookup506: pallet_nomination_pools::pallet::FreezeReason
4998
+ **/
4999
+ PalletNominationPoolsFreezeReason: {
5000
+ _enum: ['PoolMinBalance']
4840
5001
  },
4841
5002
  /**
4842
- * Lookup518: pallet_nomination_pools::pallet::FreezeReason
5003
+ * Lookup507: pallet_tangle_lst::pallet::FreezeReason
4843
5004
  **/
4844
- PalletNominationPoolsFreezeReason: {
5005
+ PalletTangleLstFreezeReason: {
4845
5006
  _enum: ['PoolMinBalance']
4846
5007
  },
4847
5008
  /**
4848
- * Lookup520: pallet_balances::pallet::Error<T, I>
5009
+ * Lookup509: pallet_balances::pallet::Error<T, I>
4849
5010
  **/
4850
5011
  PalletBalancesError: {
4851
5012
  _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
4852
5013
  },
4853
5014
  /**
4854
- * Lookup522: pallet_transaction_payment::Releases
5015
+ * Lookup511: pallet_transaction_payment::Releases
4855
5016
  **/
4856
5017
  PalletTransactionPaymentReleases: {
4857
5018
  _enum: ['V1Ancient', 'V2']
4858
5019
  },
4859
5020
  /**
4860
- * Lookup529: sp_consensus_babe::digests::PreDigest
5021
+ * Lookup518: sp_consensus_babe::digests::PreDigest
4861
5022
  **/
4862
5023
  SpConsensusBabeDigestsPreDigest: {
4863
5024
  _enum: {
@@ -4868,7 +5029,7 @@ var _default = exports.default = {
4868
5029
  }
4869
5030
  },
4870
5031
  /**
4871
- * Lookup530: sp_consensus_babe::digests::PrimaryPreDigest
5032
+ * Lookup519: sp_consensus_babe::digests::PrimaryPreDigest
4872
5033
  **/
4873
5034
  SpConsensusBabeDigestsPrimaryPreDigest: {
4874
5035
  authorityIndex: 'u32',
@@ -4876,21 +5037,21 @@ var _default = exports.default = {
4876
5037
  vrfSignature: 'SpCoreSr25519VrfVrfSignature'
4877
5038
  },
4878
5039
  /**
4879
- * Lookup531: sp_core::sr25519::vrf::VrfSignature
5040
+ * Lookup520: sp_core::sr25519::vrf::VrfSignature
4880
5041
  **/
4881
5042
  SpCoreSr25519VrfVrfSignature: {
4882
5043
  preOutput: '[u8;32]',
4883
5044
  proof: '[u8;64]'
4884
5045
  },
4885
5046
  /**
4886
- * Lookup532: sp_consensus_babe::digests::SecondaryPlainPreDigest
5047
+ * Lookup521: sp_consensus_babe::digests::SecondaryPlainPreDigest
4887
5048
  **/
4888
5049
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
4889
5050
  authorityIndex: 'u32',
4890
5051
  slot: 'u64'
4891
5052
  },
4892
5053
  /**
4893
- * Lookup533: sp_consensus_babe::digests::SecondaryVRFPreDigest
5054
+ * Lookup522: sp_consensus_babe::digests::SecondaryVRFPreDigest
4894
5055
  **/
4895
5056
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
4896
5057
  authorityIndex: 'u32',
@@ -4898,20 +5059,20 @@ var _default = exports.default = {
4898
5059
  vrfSignature: 'SpCoreSr25519VrfVrfSignature'
4899
5060
  },
4900
5061
  /**
4901
- * Lookup534: sp_consensus_babe::BabeEpochConfiguration
5062
+ * Lookup523: sp_consensus_babe::BabeEpochConfiguration
4902
5063
  **/
4903
5064
  SpConsensusBabeBabeEpochConfiguration: {
4904
5065
  c: '(u64,u64)',
4905
5066
  allowedSlots: 'SpConsensusBabeAllowedSlots'
4906
5067
  },
4907
5068
  /**
4908
- * Lookup536: pallet_babe::pallet::Error<T>
5069
+ * Lookup525: pallet_babe::pallet::Error<T>
4909
5070
  **/
4910
5071
  PalletBabeError: {
4911
5072
  _enum: ['InvalidEquivocationProof', 'InvalidKeyOwnershipProof', 'DuplicateOffenceReport', 'InvalidConfiguration']
4912
5073
  },
4913
5074
  /**
4914
- * Lookup537: pallet_grandpa::StoredState<N>
5075
+ * Lookup526: pallet_grandpa::StoredState<N>
4915
5076
  **/
4916
5077
  PalletGrandpaStoredState: {
4917
5078
  _enum: {
@@ -4928,7 +5089,7 @@ var _default = exports.default = {
4928
5089
  }
4929
5090
  },
4930
5091
  /**
4931
- * Lookup538: pallet_grandpa::StoredPendingChange<N, Limit>
5092
+ * Lookup527: pallet_grandpa::StoredPendingChange<N, Limit>
4932
5093
  **/
4933
5094
  PalletGrandpaStoredPendingChange: {
4934
5095
  scheduledAt: 'u64',
@@ -4937,19 +5098,19 @@ var _default = exports.default = {
4937
5098
  forced: 'Option<u64>'
4938
5099
  },
4939
5100
  /**
4940
- * Lookup540: pallet_grandpa::pallet::Error<T>
5101
+ * Lookup529: pallet_grandpa::pallet::Error<T>
4941
5102
  **/
4942
5103
  PalletGrandpaError: {
4943
5104
  _enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
4944
5105
  },
4945
5106
  /**
4946
- * Lookup542: pallet_indices::pallet::Error<T>
5107
+ * Lookup531: pallet_indices::pallet::Error<T>
4947
5108
  **/
4948
5109
  PalletIndicesError: {
4949
5110
  _enum: ['NotAssigned', 'NotOwner', 'InUse', 'NotTransfer', 'Permanent']
4950
5111
  },
4951
5112
  /**
4952
- * Lookup547: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
5113
+ * Lookup536: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
4953
5114
  **/
4954
5115
  PalletDemocracyReferendumInfo: {
4955
5116
  _enum: {
@@ -4961,7 +5122,7 @@ var _default = exports.default = {
4961
5122
  }
4962
5123
  },
4963
5124
  /**
4964
- * Lookup548: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
5125
+ * Lookup537: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
4965
5126
  **/
4966
5127
  PalletDemocracyReferendumStatus: {
4967
5128
  end: 'u64',
@@ -4971,7 +5132,7 @@ var _default = exports.default = {
4971
5132
  tally: 'PalletDemocracyTally'
4972
5133
  },
4973
5134
  /**
4974
- * Lookup549: pallet_democracy::types::Tally<Balance>
5135
+ * Lookup538: pallet_democracy::types::Tally<Balance>
4975
5136
  **/
4976
5137
  PalletDemocracyTally: {
4977
5138
  ayes: 'u128',
@@ -4979,7 +5140,7 @@ var _default = exports.default = {
4979
5140
  turnout: 'u128'
4980
5141
  },
4981
5142
  /**
4982
- * Lookup550: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
5143
+ * Lookup539: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
4983
5144
  **/
4984
5145
  PalletDemocracyVoteVoting: {
4985
5146
  _enum: {
@@ -4998,24 +5159,24 @@ var _default = exports.default = {
4998
5159
  }
4999
5160
  },
5000
5161
  /**
5001
- * Lookup554: pallet_democracy::types::Delegations<Balance>
5162
+ * Lookup543: pallet_democracy::types::Delegations<Balance>
5002
5163
  **/
5003
5164
  PalletDemocracyDelegations: {
5004
5165
  votes: 'u128',
5005
5166
  capital: 'u128'
5006
5167
  },
5007
5168
  /**
5008
- * Lookup555: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
5169
+ * Lookup544: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
5009
5170
  **/
5010
5171
  PalletDemocracyVotePriorLock: '(u64,u128)',
5011
5172
  /**
5012
- * Lookup558: pallet_democracy::pallet::Error<T>
5173
+ * Lookup547: pallet_democracy::pallet::Error<T>
5013
5174
  **/
5014
5175
  PalletDemocracyError: {
5015
5176
  _enum: ['ValueLow', 'ProposalMissing', 'AlreadyCanceled', 'DuplicateProposal', 'ProposalBlacklisted', 'NotSimpleMajority', 'InvalidHash', 'NoProposal', 'AlreadyVetoed', 'ReferendumInvalid', 'NoneWaiting', 'NotVoter', 'NoPermission', 'AlreadyDelegating', 'InsufficientFunds', 'NotDelegating', 'VotesExist', 'InstantNotAllowed', 'Nonsense', 'WrongUpperBound', 'MaxVotesReached', 'TooMany', 'VotingPeriodLow', 'PreimageNotExist']
5016
5177
  },
5017
5178
  /**
5018
- * Lookup560: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
5179
+ * Lookup549: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
5019
5180
  **/
5020
5181
  PalletCollectiveVotes: {
5021
5182
  index: 'u32',
@@ -5025,25 +5186,25 @@ var _default = exports.default = {
5025
5186
  end: 'u64'
5026
5187
  },
5027
5188
  /**
5028
- * Lookup561: pallet_collective::pallet::Error<T, I>
5189
+ * Lookup550: pallet_collective::pallet::Error<T, I>
5029
5190
  **/
5030
5191
  PalletCollectiveError: {
5031
5192
  _enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength', 'PrimeAccountNotMember']
5032
5193
  },
5033
5194
  /**
5034
- * Lookup564: pallet_vesting::Releases
5195
+ * Lookup553: pallet_vesting::Releases
5035
5196
  **/
5036
5197
  PalletVestingReleases: {
5037
5198
  _enum: ['V0', 'V1']
5038
5199
  },
5039
5200
  /**
5040
- * Lookup565: pallet_vesting::pallet::Error<T>
5201
+ * Lookup554: pallet_vesting::pallet::Error<T>
5041
5202
  **/
5042
5203
  PalletVestingError: {
5043
5204
  _enum: ['NotVesting', 'AtMaxVestingSchedules', 'AmountLow', 'ScheduleIndexOutOfBounds', 'InvalidScheduleParams']
5044
5205
  },
5045
5206
  /**
5046
- * Lookup567: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
5207
+ * Lookup556: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
5047
5208
  **/
5048
5209
  PalletElectionsPhragmenSeatHolder: {
5049
5210
  who: 'AccountId32',
@@ -5051,7 +5212,7 @@ var _default = exports.default = {
5051
5212
  deposit: 'u128'
5052
5213
  },
5053
5214
  /**
5054
- * Lookup568: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
5215
+ * Lookup557: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
5055
5216
  **/
5056
5217
  PalletElectionsPhragmenVoter: {
5057
5218
  votes: 'Vec<AccountId32>',
@@ -5059,13 +5220,13 @@ var _default = exports.default = {
5059
5220
  deposit: 'u128'
5060
5221
  },
5061
5222
  /**
5062
- * Lookup569: pallet_elections_phragmen::pallet::Error<T>
5223
+ * Lookup558: pallet_elections_phragmen::pallet::Error<T>
5063
5224
  **/
5064
5225
  PalletElectionsPhragmenError: {
5065
5226
  _enum: ['UnableToVote', 'NoVotes', 'TooManyVotes', 'MaximumVotesExceeded', 'LowBalance', 'UnableToPayBond', 'MustBeVoter', 'DuplicatedCandidate', 'TooManyCandidates', 'MemberSubmit', 'RunnerUpSubmit', 'InsufficientCandidateFunds', 'NotMember', 'InvalidWitnessData', 'InvalidVoteCount', 'InvalidRenouncing', 'InvalidReplacement']
5066
5227
  },
5067
5228
  /**
5068
- * Lookup570: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
5229
+ * Lookup559: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
5069
5230
  **/
5070
5231
  PalletElectionProviderMultiPhaseReadySolution: {
5071
5232
  supports: 'Vec<(AccountId32,SpNposElectionsSupport)>',
@@ -5073,14 +5234,14 @@ var _default = exports.default = {
5073
5234
  compute: 'PalletElectionProviderMultiPhaseElectionCompute'
5074
5235
  },
5075
5236
  /**
5076
- * Lookup572: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
5237
+ * Lookup561: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
5077
5238
  **/
5078
5239
  PalletElectionProviderMultiPhaseRoundSnapshot: {
5079
5240
  voters: 'Vec<(AccountId32,u64,Vec<AccountId32>)>',
5080
5241
  targets: 'Vec<AccountId32>'
5081
5242
  },
5082
5243
  /**
5083
- * Lookup579: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
5244
+ * Lookup568: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
5084
5245
  **/
5085
5246
  PalletElectionProviderMultiPhaseSignedSignedSubmission: {
5086
5247
  who: 'AccountId32',
@@ -5089,13 +5250,13 @@ var _default = exports.default = {
5089
5250
  callFee: 'u128'
5090
5251
  },
5091
5252
  /**
5092
- * Lookup580: pallet_election_provider_multi_phase::pallet::Error<T>
5253
+ * Lookup569: pallet_election_provider_multi_phase::pallet::Error<T>
5093
5254
  **/
5094
5255
  PalletElectionProviderMultiPhaseError: {
5095
5256
  _enum: ['PreDispatchEarlySubmission', 'PreDispatchWrongWinnerCount', 'PreDispatchWeakSubmission', 'SignedQueueFull', 'SignedCannotPayDeposit', 'SignedInvalidWitness', 'SignedTooMuchWeight', 'OcwCallWrongEra', 'MissingSnapshotMetadata', 'InvalidSubmissionIndex', 'CallNotAllowed', 'FallbackFailed', 'BoundNotMet', 'TooManyWinners', 'PreDispatchDifferentRound']
5096
5257
  },
5097
5258
  /**
5098
- * Lookup581: pallet_staking::StakingLedger<T>
5259
+ * Lookup570: pallet_staking::StakingLedger<T>
5099
5260
  **/
5100
5261
  PalletStakingStakingLedger: {
5101
5262
  stash: 'AccountId32',
@@ -5105,14 +5266,14 @@ var _default = exports.default = {
5105
5266
  legacyClaimedRewards: 'Vec<u32>'
5106
5267
  },
5107
5268
  /**
5108
- * Lookup583: pallet_staking::UnlockChunk<Balance>
5269
+ * Lookup572: pallet_staking::UnlockChunk<Balance>
5109
5270
  **/
5110
5271
  PalletStakingUnlockChunk: {
5111
5272
  value: 'Compact<u128>',
5112
5273
  era: 'Compact<u32>'
5113
5274
  },
5114
5275
  /**
5115
- * Lookup586: pallet_staking::Nominations<T>
5276
+ * Lookup575: pallet_staking::Nominations<T>
5116
5277
  **/
5117
5278
  PalletStakingNominations: {
5118
5279
  targets: 'Vec<AccountId32>',
@@ -5120,14 +5281,14 @@ var _default = exports.default = {
5120
5281
  suppressed: 'bool'
5121
5282
  },
5122
5283
  /**
5123
- * Lookup587: pallet_staking::ActiveEraInfo
5284
+ * Lookup576: pallet_staking::ActiveEraInfo
5124
5285
  **/
5125
5286
  PalletStakingActiveEraInfo: {
5126
5287
  index: 'u32',
5127
5288
  start: 'Option<u64>'
5128
5289
  },
5129
5290
  /**
5130
- * Lookup589: sp_staking::PagedExposureMetadata<Balance>
5291
+ * Lookup578: sp_staking::PagedExposureMetadata<Balance>
5131
5292
  **/
5132
5293
  SpStakingPagedExposureMetadata: {
5133
5294
  total: 'Compact<u128>',
@@ -5136,21 +5297,21 @@ var _default = exports.default = {
5136
5297
  pageCount: 'u32'
5137
5298
  },
5138
5299
  /**
5139
- * Lookup591: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
5300
+ * Lookup580: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
5140
5301
  **/
5141
5302
  SpStakingExposurePage: {
5142
5303
  pageTotal: 'Compact<u128>',
5143
5304
  others: 'Vec<SpStakingIndividualExposure>'
5144
5305
  },
5145
5306
  /**
5146
- * Lookup592: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
5307
+ * Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
5147
5308
  **/
5148
5309
  PalletStakingEraRewardPoints: {
5149
5310
  total: 'u32',
5150
5311
  individual: 'BTreeMap<AccountId32, u32>'
5151
5312
  },
5152
5313
  /**
5153
- * Lookup597: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
5314
+ * Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
5154
5315
  **/
5155
5316
  PalletStakingUnappliedSlash: {
5156
5317
  validator: 'AccountId32',
@@ -5160,7 +5321,7 @@ var _default = exports.default = {
5160
5321
  payout: 'u128'
5161
5322
  },
5162
5323
  /**
5163
- * Lookup601: pallet_staking::slashing::SlashingSpans
5324
+ * Lookup590: pallet_staking::slashing::SlashingSpans
5164
5325
  **/
5165
5326
  PalletStakingSlashingSlashingSpans: {
5166
5327
  spanIndex: 'u32',
@@ -5169,30 +5330,30 @@ var _default = exports.default = {
5169
5330
  prior: 'Vec<u32>'
5170
5331
  },
5171
5332
  /**
5172
- * Lookup602: pallet_staking::slashing::SpanRecord<Balance>
5333
+ * Lookup591: pallet_staking::slashing::SpanRecord<Balance>
5173
5334
  **/
5174
5335
  PalletStakingSlashingSpanRecord: {
5175
5336
  slashed: 'u128',
5176
5337
  paidOut: 'u128'
5177
5338
  },
5178
5339
  /**
5179
- * Lookup605: pallet_staking::pallet::pallet::Error<T>
5340
+ * Lookup594: pallet_staking::pallet::pallet::Error<T>
5180
5341
  **/
5181
5342
  PalletStakingPalletError: {
5182
- _enum: ['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']
5343
+ _enum: ['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']
5183
5344
  },
5184
5345
  /**
5185
- * Lookup609: sp_core::crypto::KeyTypeId
5346
+ * Lookup598: sp_core::crypto::KeyTypeId
5186
5347
  **/
5187
5348
  SpCoreCryptoKeyTypeId: '[u8;4]',
5188
5349
  /**
5189
- * Lookup610: pallet_session::pallet::Error<T>
5350
+ * Lookup599: pallet_session::pallet::Error<T>
5190
5351
  **/
5191
5352
  PalletSessionError: {
5192
5353
  _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
5193
5354
  },
5194
5355
  /**
5195
- * Lookup612: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
5356
+ * Lookup601: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
5196
5357
  **/
5197
5358
  PalletTreasuryProposal: {
5198
5359
  proposer: 'AccountId32',
@@ -5201,7 +5362,7 @@ var _default = exports.default = {
5201
5362
  bond: 'u128'
5202
5363
  },
5203
5364
  /**
5204
- * Lookup614: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
5365
+ * Lookup603: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
5205
5366
  **/
5206
5367
  PalletTreasurySpendStatus: {
5207
5368
  assetKind: 'Null',
@@ -5212,7 +5373,7 @@ var _default = exports.default = {
5212
5373
  status: 'PalletTreasuryPaymentState'
5213
5374
  },
5214
5375
  /**
5215
- * Lookup615: pallet_treasury::PaymentState<Id>
5376
+ * Lookup604: pallet_treasury::PaymentState<Id>
5216
5377
  **/
5217
5378
  PalletTreasuryPaymentState: {
5218
5379
  _enum: {
@@ -5224,17 +5385,17 @@ var _default = exports.default = {
5224
5385
  }
5225
5386
  },
5226
5387
  /**
5227
- * Lookup616: frame_support::PalletId
5388
+ * Lookup606: frame_support::PalletId
5228
5389
  **/
5229
5390
  FrameSupportPalletId: '[u8;8]',
5230
5391
  /**
5231
- * Lookup617: pallet_treasury::pallet::Error<T, I>
5392
+ * Lookup607: pallet_treasury::pallet::Error<T, I>
5232
5393
  **/
5233
5394
  PalletTreasuryError: {
5234
5395
  _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved', 'FailedToConvertBalance', 'SpendExpired', 'EarlyPayout', 'AlreadyAttempted', 'PayoutError', 'NotAttempted', 'Inconclusive']
5235
5396
  },
5236
5397
  /**
5237
- * Lookup618: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5398
+ * Lookup608: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5238
5399
  **/
5239
5400
  PalletBountiesBounty: {
5240
5401
  proposer: 'AccountId32',
@@ -5245,7 +5406,7 @@ var _default = exports.default = {
5245
5406
  status: 'PalletBountiesBountyStatus'
5246
5407
  },
5247
5408
  /**
5248
- * Lookup619: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5409
+ * Lookup609: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5249
5410
  **/
5250
5411
  PalletBountiesBountyStatus: {
5251
5412
  _enum: {
@@ -5267,13 +5428,13 @@ var _default = exports.default = {
5267
5428
  }
5268
5429
  },
5269
5430
  /**
5270
- * Lookup621: pallet_bounties::pallet::Error<T, I>
5431
+ * Lookup611: pallet_bounties::pallet::Error<T, I>
5271
5432
  **/
5272
5433
  PalletBountiesError: {
5273
5434
  _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'ReasonTooBig', 'UnexpectedStatus', 'RequireCurator', 'InvalidValue', 'InvalidFee', 'PendingPayout', 'Premature', 'HasActiveChildBounty', 'TooManyQueued']
5274
5435
  },
5275
5436
  /**
5276
- * Lookup622: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5437
+ * Lookup612: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5277
5438
  **/
5278
5439
  PalletChildBountiesChildBounty: {
5279
5440
  parentBounty: 'u32',
@@ -5283,7 +5444,7 @@ var _default = exports.default = {
5283
5444
  status: 'PalletChildBountiesChildBountyStatus'
5284
5445
  },
5285
5446
  /**
5286
- * Lookup623: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5447
+ * Lookup613: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5287
5448
  **/
5288
5449
  PalletChildBountiesChildBountyStatus: {
5289
5450
  _enum: {
@@ -5302,13 +5463,13 @@ var _default = exports.default = {
5302
5463
  }
5303
5464
  },
5304
5465
  /**
5305
- * Lookup624: pallet_child_bounties::pallet::Error<T>
5466
+ * Lookup614: pallet_child_bounties::pallet::Error<T>
5306
5467
  **/
5307
5468
  PalletChildBountiesError: {
5308
5469
  _enum: ['ParentBountyNotActive', 'InsufficientBountyBalance', 'TooManyChildBounties']
5309
5470
  },
5310
5471
  /**
5311
- * Lookup625: pallet_bags_list::list::Node<T, I>
5472
+ * Lookup615: pallet_bags_list::list::Node<T, I>
5312
5473
  **/
5313
5474
  PalletBagsListListNode: {
5314
5475
  id: 'AccountId32',
@@ -5318,14 +5479,14 @@ var _default = exports.default = {
5318
5479
  score: 'u64'
5319
5480
  },
5320
5481
  /**
5321
- * Lookup626: pallet_bags_list::list::Bag<T, I>
5482
+ * Lookup616: pallet_bags_list::list::Bag<T, I>
5322
5483
  **/
5323
5484
  PalletBagsListListBag: {
5324
5485
  head: 'Option<AccountId32>',
5325
5486
  tail: 'Option<AccountId32>'
5326
5487
  },
5327
5488
  /**
5328
- * Lookup628: pallet_bags_list::pallet::Error<T, I>
5489
+ * Lookup618: pallet_bags_list::pallet::Error<T, I>
5329
5490
  **/
5330
5491
  PalletBagsListError: {
5331
5492
  _enum: {
@@ -5333,13 +5494,13 @@ var _default = exports.default = {
5333
5494
  }
5334
5495
  },
5335
5496
  /**
5336
- * Lookup629: pallet_bags_list::list::ListError
5497
+ * Lookup619: pallet_bags_list::list::ListError
5337
5498
  **/
5338
5499
  PalletBagsListListListError: {
5339
5500
  _enum: ['Duplicate', 'NotHeavier', 'NotInSameBag', 'NodeNotFound']
5340
5501
  },
5341
5502
  /**
5342
- * Lookup630: pallet_nomination_pools::PoolMember<T>
5503
+ * Lookup620: pallet_nomination_pools::PoolMember<T>
5343
5504
  **/
5344
5505
  PalletNominationPoolsPoolMember: {
5345
5506
  poolId: 'u32',
@@ -5348,7 +5509,7 @@ var _default = exports.default = {
5348
5509
  unbondingEras: 'BTreeMap<u32, u128>'
5349
5510
  },
5350
5511
  /**
5351
- * Lookup635: pallet_nomination_pools::BondedPoolInner<T>
5512
+ * Lookup625: pallet_nomination_pools::BondedPoolInner<T>
5352
5513
  **/
5353
5514
  PalletNominationPoolsBondedPoolInner: {
5354
5515
  commission: 'PalletNominationPoolsCommission',
@@ -5358,7 +5519,7 @@ var _default = exports.default = {
5358
5519
  state: 'PalletNominationPoolsPoolState'
5359
5520
  },
5360
5521
  /**
5361
- * Lookup636: pallet_nomination_pools::Commission<T>
5522
+ * Lookup626: pallet_nomination_pools::Commission<T>
5362
5523
  **/
5363
5524
  PalletNominationPoolsCommission: {
5364
5525
  current: 'Option<(Perbill,AccountId32)>',
@@ -5368,7 +5529,7 @@ var _default = exports.default = {
5368
5529
  claimPermission: 'Option<PalletNominationPoolsCommissionClaimPermission>'
5369
5530
  },
5370
5531
  /**
5371
- * Lookup639: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
5532
+ * Lookup629: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
5372
5533
  **/
5373
5534
  PalletNominationPoolsPoolRoles: {
5374
5535
  depositor: 'AccountId32',
@@ -5377,7 +5538,7 @@ var _default = exports.default = {
5377
5538
  bouncer: 'Option<AccountId32>'
5378
5539
  },
5379
5540
  /**
5380
- * Lookup640: pallet_nomination_pools::RewardPool<T>
5541
+ * Lookup630: pallet_nomination_pools::RewardPool<T>
5381
5542
  **/
5382
5543
  PalletNominationPoolsRewardPool: {
5383
5544
  lastRecordedRewardCounter: 'u128',
@@ -5387,21 +5548,21 @@ var _default = exports.default = {
5387
5548
  totalCommissionClaimed: 'u128'
5388
5549
  },
5389
5550
  /**
5390
- * Lookup641: pallet_nomination_pools::SubPools<T>
5551
+ * Lookup631: pallet_nomination_pools::SubPools<T>
5391
5552
  **/
5392
5553
  PalletNominationPoolsSubPools: {
5393
5554
  noEra: 'PalletNominationPoolsUnbondPool',
5394
5555
  withEra: 'BTreeMap<u32, PalletNominationPoolsUnbondPool>'
5395
5556
  },
5396
5557
  /**
5397
- * Lookup642: pallet_nomination_pools::UnbondPool<T>
5558
+ * Lookup632: pallet_nomination_pools::UnbondPool<T>
5398
5559
  **/
5399
5560
  PalletNominationPoolsUnbondPool: {
5400
5561
  points: 'u128',
5401
5562
  balance: 'u128'
5402
5563
  },
5403
5564
  /**
5404
- * Lookup647: pallet_nomination_pools::pallet::Error<T>
5565
+ * Lookup637: pallet_nomination_pools::pallet::Error<T>
5405
5566
  **/
5406
5567
  PalletNominationPoolsError: {
5407
5568
  _enum: {
@@ -5440,13 +5601,13 @@ var _default = exports.default = {
5440
5601
  }
5441
5602
  },
5442
5603
  /**
5443
- * Lookup648: pallet_nomination_pools::pallet::DefensiveError
5604
+ * Lookup638: pallet_nomination_pools::pallet::DefensiveError
5444
5605
  **/
5445
5606
  PalletNominationPoolsDefensiveError: {
5446
5607
  _enum: ['NotEnoughSpaceInUnbondPool', 'PoolNotFound', 'RewardPoolNotFound', 'SubPoolsNotFound', 'BondedStashKilledPrematurely']
5447
5608
  },
5448
5609
  /**
5449
- * Lookup651: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, tangle_testnet_runtime::OriginCaller, sp_core::crypto::AccountId32>
5610
+ * Lookup641: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, tangle_testnet_runtime::OriginCaller, sp_core::crypto::AccountId32>
5450
5611
  **/
5451
5612
  PalletSchedulerScheduled: {
5452
5613
  maybeId: 'Option<[u8;32]>',
@@ -5456,13 +5617,13 @@ var _default = exports.default = {
5456
5617
  origin: 'TangleTestnetRuntimeOriginCaller'
5457
5618
  },
5458
5619
  /**
5459
- * Lookup653: pallet_scheduler::pallet::Error<T>
5620
+ * Lookup643: pallet_scheduler::pallet::Error<T>
5460
5621
  **/
5461
5622
  PalletSchedulerError: {
5462
5623
  _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']
5463
5624
  },
5464
5625
  /**
5465
- * Lookup654: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
5626
+ * Lookup644: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
5466
5627
  **/
5467
5628
  PalletPreimageOldRequestStatus: {
5468
5629
  _enum: {
@@ -5478,7 +5639,7 @@ var _default = exports.default = {
5478
5639
  }
5479
5640
  },
5480
5641
  /**
5481
- * Lookup656: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
5642
+ * Lookup646: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
5482
5643
  **/
5483
5644
  PalletPreimageRequestStatus: {
5484
5645
  _enum: {
@@ -5494,32 +5655,32 @@ var _default = exports.default = {
5494
5655
  }
5495
5656
  },
5496
5657
  /**
5497
- * Lookup660: pallet_preimage::pallet::Error<T>
5658
+ * Lookup650: pallet_preimage::pallet::Error<T>
5498
5659
  **/
5499
5660
  PalletPreimageError: {
5500
5661
  _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested', 'TooMany', 'TooFew']
5501
5662
  },
5502
5663
  /**
5503
- * Lookup661: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
5664
+ * Lookup651: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
5504
5665
  **/
5505
5666
  SpStakingOffenceOffenceDetails: {
5506
5667
  offender: '(AccountId32,SpStakingExposure)',
5507
5668
  reporters: 'Vec<AccountId32>'
5508
5669
  },
5509
5670
  /**
5510
- * Lookup663: pallet_tx_pause::pallet::Error<T>
5671
+ * Lookup653: pallet_tx_pause::pallet::Error<T>
5511
5672
  **/
5512
5673
  PalletTxPauseError: {
5513
5674
  _enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
5514
5675
  },
5515
5676
  /**
5516
- * Lookup666: pallet_im_online::pallet::Error<T>
5677
+ * Lookup656: pallet_im_online::pallet::Error<T>
5517
5678
  **/
5518
5679
  PalletImOnlineError: {
5519
5680
  _enum: ['InvalidKey', 'DuplicatedHeartbeat']
5520
5681
  },
5521
5682
  /**
5522
- * Lookup668: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
5683
+ * Lookup658: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
5523
5684
  **/
5524
5685
  PalletIdentityRegistration: {
5525
5686
  judgements: 'Vec<(u32,PalletIdentityJudgement)>',
@@ -5527,7 +5688,7 @@ var _default = exports.default = {
5527
5688
  info: 'PalletIdentityLegacyIdentityInfo'
5528
5689
  },
5529
5690
  /**
5530
- * Lookup677: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
5691
+ * Lookup667: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
5531
5692
  **/
5532
5693
  PalletIdentityRegistrarInfo: {
5533
5694
  account: 'AccountId32',
@@ -5535,26 +5696,26 @@ var _default = exports.default = {
5535
5696
  fields: 'u64'
5536
5697
  },
5537
5698
  /**
5538
- * Lookup679: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
5699
+ * Lookup669: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
5539
5700
  **/
5540
5701
  PalletIdentityAuthorityProperties: {
5541
5702
  suffix: 'Bytes',
5542
5703
  allocation: 'u32'
5543
5704
  },
5544
5705
  /**
5545
- * Lookup682: pallet_identity::pallet::Error<T>
5706
+ * Lookup672: pallet_identity::pallet::Error<T>
5546
5707
  **/
5547
5708
  PalletIdentityError: {
5548
5709
  _enum: ['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']
5549
5710
  },
5550
5711
  /**
5551
- * Lookup683: pallet_utility::pallet::Error<T>
5712
+ * Lookup673: pallet_utility::pallet::Error<T>
5552
5713
  **/
5553
5714
  PalletUtilityError: {
5554
5715
  _enum: ['TooManyCalls']
5555
5716
  },
5556
5717
  /**
5557
- * Lookup685: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
5718
+ * Lookup675: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
5558
5719
  **/
5559
5720
  PalletMultisigMultisig: {
5560
5721
  when: 'PalletMultisigTimepoint',
@@ -5563,13 +5724,13 @@ var _default = exports.default = {
5563
5724
  approvals: 'Vec<AccountId32>'
5564
5725
  },
5565
5726
  /**
5566
- * Lookup686: pallet_multisig::pallet::Error<T>
5727
+ * Lookup676: pallet_multisig::pallet::Error<T>
5567
5728
  **/
5568
5729
  PalletMultisigError: {
5569
5730
  _enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
5570
5731
  },
5571
5732
  /**
5572
- * Lookup689: fp_rpc::TransactionStatus
5733
+ * Lookup679: fp_rpc::TransactionStatus
5573
5734
  **/
5574
5735
  FpRpcTransactionStatus: {
5575
5736
  transactionHash: 'H256',
@@ -5581,11 +5742,11 @@ var _default = exports.default = {
5581
5742
  logsBloom: 'EthbloomBloom'
5582
5743
  },
5583
5744
  /**
5584
- * Lookup692: ethbloom::Bloom
5745
+ * Lookup682: ethbloom::Bloom
5585
5746
  **/
5586
5747
  EthbloomBloom: '[u8;256]',
5587
5748
  /**
5588
- * Lookup694: ethereum::receipt::ReceiptV3
5749
+ * Lookup684: ethereum::receipt::ReceiptV3
5589
5750
  **/
5590
5751
  EthereumReceiptReceiptV3: {
5591
5752
  _enum: {
@@ -5595,7 +5756,7 @@ var _default = exports.default = {
5595
5756
  }
5596
5757
  },
5597
5758
  /**
5598
- * Lookup695: ethereum::receipt::EIP658ReceiptData
5759
+ * Lookup685: ethereum::receipt::EIP658ReceiptData
5599
5760
  **/
5600
5761
  EthereumReceiptEip658ReceiptData: {
5601
5762
  statusCode: 'u8',
@@ -5604,7 +5765,7 @@ var _default = exports.default = {
5604
5765
  logs: 'Vec<EthereumLog>'
5605
5766
  },
5606
5767
  /**
5607
- * Lookup696: ethereum::block::Block<ethereum::transaction::TransactionV2>
5768
+ * Lookup686: ethereum::block::Block<ethereum::transaction::TransactionV2>
5608
5769
  **/
5609
5770
  EthereumBlock: {
5610
5771
  header: 'EthereumHeader',
@@ -5612,7 +5773,7 @@ var _default = exports.default = {
5612
5773
  ommers: 'Vec<EthereumHeader>'
5613
5774
  },
5614
5775
  /**
5615
- * Lookup697: ethereum::header::Header
5776
+ * Lookup687: ethereum::header::Header
5616
5777
  **/
5617
5778
  EthereumHeader: {
5618
5779
  parentHash: 'H256',
@@ -5632,17 +5793,17 @@ var _default = exports.default = {
5632
5793
  nonce: 'EthereumTypesHashH64'
5633
5794
  },
5634
5795
  /**
5635
- * Lookup698: ethereum_types::hash::H64
5796
+ * Lookup688: ethereum_types::hash::H64
5636
5797
  **/
5637
5798
  EthereumTypesHashH64: '[u8;8]',
5638
5799
  /**
5639
- * Lookup703: pallet_ethereum::pallet::Error<T>
5800
+ * Lookup693: pallet_ethereum::pallet::Error<T>
5640
5801
  **/
5641
5802
  PalletEthereumError: {
5642
5803
  _enum: ['InvalidSignature', 'PreLogExists']
5643
5804
  },
5644
5805
  /**
5645
- * Lookup704: pallet_evm::CodeMetadata
5806
+ * Lookup694: pallet_evm::CodeMetadata
5646
5807
  **/
5647
5808
  PalletEvmCodeMetadata: {
5648
5809
  _alias: {
@@ -5653,79 +5814,25 @@ var _default = exports.default = {
5653
5814
  hash_: 'H256'
5654
5815
  },
5655
5816
  /**
5656
- * Lookup706: pallet_evm::pallet::Error<T>
5817
+ * Lookup696: pallet_evm::pallet::Error<T>
5657
5818
  **/
5658
5819
  PalletEvmError: {
5659
5820
  _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'InvalidChainId', 'InvalidSignature', 'Reentrancy', 'TransactionMustComeFromEOA', 'Undefined']
5660
5821
  },
5661
5822
  /**
5662
- * Lookup707: pallet_hotfix_sufficients::pallet::Error<T>
5823
+ * Lookup697: pallet_hotfix_sufficients::pallet::Error<T>
5663
5824
  **/
5664
5825
  PalletHotfixSufficientsError: {
5665
5826
  _enum: ['MaxAddressCountExceeded']
5666
5827
  },
5667
5828
  /**
5668
- * Lookup709: pallet_airdrop_claims::pallet::Error<T>
5829
+ * Lookup699: pallet_airdrop_claims::pallet::Error<T>
5669
5830
  **/
5670
5831
  PalletAirdropClaimsError: {
5671
5832
  _enum: ['InvalidEthereumSignature', 'InvalidNativeSignature', 'InvalidNativeAccount', 'SignerHasNoClaim', 'SenderHasNoClaim', 'PotUnderflow', 'InvalidStatement', 'VestedBalanceExists']
5672
5833
  },
5673
5834
  /**
5674
- * Lookup710: pallet_roles::types::RestakingLedger<T>
5675
- **/
5676
- PalletRolesRestakingLedger: {
5677
- stash: 'AccountId32',
5678
- total: 'Compact<u128>',
5679
- profile: 'PalletRolesProfile',
5680
- roles: 'BTreeMap<TanglePrimitivesRolesRoleType, PalletRolesProfileRecord>',
5681
- roleKey: 'Bytes',
5682
- unlocking: 'Vec<PalletRolesUnlockChunk>',
5683
- claimedRewards: 'Vec<u32>',
5684
- maxActiveServices: 'u32'
5685
- },
5686
- /**
5687
- * Lookup716: pallet_roles::types::UnlockChunk<Balance>
5688
- **/
5689
- PalletRolesUnlockChunk: {
5690
- value: 'Compact<u128>',
5691
- era: 'Compact<u32>'
5692
- },
5693
- /**
5694
- * Lookup720: pallet_roles::pallet::Error<T>
5695
- **/
5696
- PalletRolesError: {
5697
- _enum: ['NotValidator', 'HasRoleAssigned', 'RoleNotAssigned', 'MaxRoles', 'RoleCannotBeRemoved', 'RestakingAmountCannotBeUpdated', 'ExceedsMaxRestakeValue', 'InsufficientRestakingBond', 'ProfileUpdateFailed', 'ProfileAlreadyExists', 'NoProfileFound', 'ProfileDeleteRequestFailed', 'SessionKeysNotProvided', 'KeySizeExceeded', 'CannotGetCurrentEra', 'InvalidEraToReward', 'BoundNotMet', 'AlreadyClaimed', 'NoMoreChunks']
5698
- },
5699
- /**
5700
- * Lookup721: tangle_primitives::jobs::PhaseResult<sp_core::crypto::AccountId32, BlockNumber, tangle_testnet_runtime::MaxParticipants, tangle_testnet_runtime::MaxKeyLen, tangle_testnet_runtime::MaxDataLen, tangle_testnet_runtime::MaxSignatureLen, tangle_testnet_runtime::MaxSubmissionLen, tangle_testnet_runtime::MaxProofLen, tangle_testnet_runtime::MaxAdditionalParamsLen>
5701
- **/
5702
- TanglePrimitivesJobsPhaseResult: {
5703
- owner: 'AccountId32',
5704
- result: 'TanglePrimitivesJobsJobResult',
5705
- ttl: 'u64',
5706
- permittedCaller: 'Option<AccountId32>',
5707
- jobType: 'TanglePrimitivesJobsJobType'
5708
- },
5709
- /**
5710
- * Lookup723: pallet_jobs::module::Error<T>
5711
- **/
5712
- PalletJobsModuleError: {
5713
- _enum: ['InvalidJobPhase', 'InvalidValidator', 'InvalidJobParams', 'PreviousResultNotFound', 'ResultExpired', 'JobAlreadyExpired', 'JobNotFound', 'PhaseOneResultNotFound', 'NoRewards', 'NotEnoughValidators', 'EmptyResult', 'EmptyJob', 'ValidatorRoleKeyNotFound', 'ResultNotExpectedType', 'NoPermission', 'TooManyParticipants', 'ExceedsMaxKeySize', 'TooManyJobsForValidator']
5714
- },
5715
- /**
5716
- * Lookup724: pallet_dkg::pallet::Error<T>
5717
- **/
5718
- PalletDkgError: {
5719
- _enum: ['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']
5720
- },
5721
- /**
5722
- * Lookup725: pallet_zksaas::pallet::Error<T>
5723
- **/
5724
- PalletZksaasError: {
5725
- _enum: ['InvalidJobType', 'InvalidProof', 'MalformedProof']
5726
- },
5727
- /**
5728
- * Lookup728: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
5835
+ * Lookup702: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
5729
5836
  **/
5730
5837
  PalletProxyProxyDefinition: {
5731
5838
  delegate: 'AccountId32',
@@ -5733,7 +5840,7 @@ var _default = exports.default = {
5733
5840
  delay: 'u64'
5734
5841
  },
5735
5842
  /**
5736
- * Lookup732: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
5843
+ * Lookup706: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
5737
5844
  **/
5738
5845
  PalletProxyAnnouncement: {
5739
5846
  real: 'AccountId32',
@@ -5741,30 +5848,30 @@ var _default = exports.default = {
5741
5848
  height: 'u64'
5742
5849
  },
5743
5850
  /**
5744
- * Lookup734: pallet_proxy::pallet::Error<T>
5851
+ * Lookup708: pallet_proxy::pallet::Error<T>
5745
5852
  **/
5746
5853
  PalletProxyError: {
5747
5854
  _enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
5748
5855
  },
5749
5856
  /**
5750
- * Lookup735: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
5857
+ * Lookup709: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
5751
5858
  **/
5752
5859
  PalletMultiAssetDelegationOperatorOperatorMetadata: {
5753
- bond: 'u128',
5860
+ stake: 'u128',
5754
5861
  delegationCount: 'u32',
5755
5862
  request: 'Option<PalletMultiAssetDelegationOperatorOperatorBondLessRequest>',
5756
5863
  delegations: 'Vec<PalletMultiAssetDelegationOperatorDelegatorBond>',
5757
5864
  status: 'PalletMultiAssetDelegationOperatorOperatorStatus'
5758
5865
  },
5759
5866
  /**
5760
- * Lookup737: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
5867
+ * Lookup711: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
5761
5868
  **/
5762
5869
  PalletMultiAssetDelegationOperatorOperatorBondLessRequest: {
5763
5870
  amount: 'u128',
5764
5871
  requestTime: 'u32'
5765
5872
  },
5766
5873
  /**
5767
- * Lookup739: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
5874
+ * Lookup713: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
5768
5875
  **/
5769
5876
  PalletMultiAssetDelegationOperatorDelegatorBond: {
5770
5877
  delegator: 'AccountId32',
@@ -5772,7 +5879,7 @@ var _default = exports.default = {
5772
5879
  assetId: 'u128'
5773
5880
  },
5774
5881
  /**
5775
- * Lookup740: pallet_multi_asset_delegation::types::operator::OperatorStatus
5882
+ * Lookup714: pallet_multi_asset_delegation::types::operator::OperatorStatus
5776
5883
  **/
5777
5884
  PalletMultiAssetDelegationOperatorOperatorStatus: {
5778
5885
  _enum: {
@@ -5782,32 +5889,32 @@ var _default = exports.default = {
5782
5889
  }
5783
5890
  },
5784
5891
  /**
5785
- * Lookup741: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId>
5892
+ * Lookup715: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId>
5786
5893
  **/
5787
5894
  PalletMultiAssetDelegationOperatorOperatorSnapshot: {
5788
- bond: 'u128',
5895
+ stake: 'u128',
5789
5896
  delegations: 'Vec<PalletMultiAssetDelegationOperatorDelegatorBond>'
5790
5897
  },
5791
5898
  /**
5792
- * Lookup742: pallet_multi_asset_delegation::types::delegator::DelegatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
5899
+ * Lookup716: pallet_multi_asset_delegation::types::delegator::DelegatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
5793
5900
  **/
5794
5901
  PalletMultiAssetDelegationDelegatorDelegatorMetadata: {
5795
5902
  deposits: 'BTreeMap<u128, u128>',
5796
- unstakeRequest: 'Option<PalletMultiAssetDelegationDelegatorUnstakeRequest>',
5903
+ withdrawRequests: 'Vec<PalletMultiAssetDelegationDelegatorWithdrawRequest>',
5797
5904
  delegations: 'Vec<PalletMultiAssetDelegationDelegatorBondInfoDelegator>',
5798
- delegatorBondLessRequest: 'Option<PalletMultiAssetDelegationDelegatorBondLessRequest>',
5905
+ delegatorUnstakeRequests: 'Vec<PalletMultiAssetDelegationDelegatorBondLessRequest>',
5799
5906
  status: 'PalletMultiAssetDelegationDelegatorDelegatorStatus'
5800
5907
  },
5801
5908
  /**
5802
- * Lookup747: pallet_multi_asset_delegation::types::delegator::UnstakeRequest<AssetId, Balance>
5909
+ * Lookup721: pallet_multi_asset_delegation::types::delegator::WithdrawRequest<AssetId, Balance>
5803
5910
  **/
5804
- PalletMultiAssetDelegationDelegatorUnstakeRequest: {
5911
+ PalletMultiAssetDelegationDelegatorWithdrawRequest: {
5805
5912
  assetId: 'u128',
5806
5913
  amount: 'u128',
5807
5914
  requestedRound: 'u32'
5808
5915
  },
5809
5916
  /**
5810
- * Lookup749: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId>
5917
+ * Lookup723: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId>
5811
5918
  **/
5812
5919
  PalletMultiAssetDelegationDelegatorBondInfoDelegator: {
5813
5920
  operator: 'AccountId32',
@@ -5815,15 +5922,16 @@ var _default = exports.default = {
5815
5922
  assetId: 'u128'
5816
5923
  },
5817
5924
  /**
5818
- * Lookup751: pallet_multi_asset_delegation::types::delegator::BondLessRequest<AssetId, Balance>
5925
+ * Lookup725: pallet_multi_asset_delegation::types::delegator::BondLessRequest<sp_core::crypto::AccountId32, AssetId, Balance>
5819
5926
  **/
5820
5927
  PalletMultiAssetDelegationDelegatorBondLessRequest: {
5928
+ operator: 'AccountId32',
5821
5929
  assetId: 'u128',
5822
5930
  amount: 'u128',
5823
5931
  requestedRound: 'u32'
5824
5932
  },
5825
5933
  /**
5826
- * Lookup752: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
5934
+ * Lookup726: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
5827
5935
  **/
5828
5936
  PalletMultiAssetDelegationDelegatorDelegatorStatus: {
5829
5937
  _enum: {
@@ -5832,85 +5940,309 @@ var _default = exports.default = {
5832
5940
  }
5833
5941
  },
5834
5942
  /**
5835
- * Lookup753: pallet_multi_asset_delegation::types::rewards::RewardConfig<AssetId, Balance>
5943
+ * Lookup728: pallet_multi_asset_delegation::types::rewards::RewardConfig<PoolId, Balance>
5836
5944
  **/
5837
5945
  PalletMultiAssetDelegationRewardsRewardConfig: {
5838
- configs: 'BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAsset>',
5946
+ configs: 'BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAssetPool>',
5839
5947
  whitelistedBlueprintIds: 'Vec<u32>'
5840
5948
  },
5841
5949
  /**
5842
- * Lookup755: pallet_multi_asset_delegation::types::rewards::RewardConfigForAsset<Balance>
5950
+ * Lookup730: pallet_multi_asset_delegation::types::rewards::RewardConfigForAssetPool<Balance>
5843
5951
  **/
5844
- PalletMultiAssetDelegationRewardsRewardConfigForAsset: {
5845
- apy: 'u128',
5952
+ PalletMultiAssetDelegationRewardsRewardConfigForAssetPool: {
5953
+ apy: 'Percent',
5846
5954
  cap: 'u128'
5847
5955
  },
5848
5956
  /**
5849
- * Lookup758: pallet_multi_asset_delegation::pallet::Error<T>
5957
+ * Lookup733: pallet_multi_asset_delegation::pallet::Error<T>
5850
5958
  **/
5851
5959
  PalletMultiAssetDelegationError: {
5852
- _enum: ['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']
5960
+ _enum: ['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']
5961
+ },
5962
+ /**
5963
+ * Lookup736: tangle_primitives::services::ServiceRequest<C, sp_core::crypto::AccountId32, BlockNumber>
5964
+ **/
5965
+ TanglePrimitivesServicesServiceRequest: {
5966
+ blueprint: 'u64',
5967
+ owner: 'AccountId32',
5968
+ permittedCallers: 'Vec<AccountId32>',
5969
+ ttl: 'u64',
5970
+ args: 'Vec<TanglePrimitivesServicesField>',
5971
+ operatorsWithApprovalState: 'Vec<(AccountId32,TanglePrimitivesServicesApprovalState)>'
5972
+ },
5973
+ /**
5974
+ * Lookup741: tangle_primitives::services::ApprovalState
5975
+ **/
5976
+ TanglePrimitivesServicesApprovalState: {
5977
+ _enum: ['Pending', 'Approved', 'Rejected']
5978
+ },
5979
+ /**
5980
+ * Lookup743: tangle_primitives::services::Service<C, sp_core::crypto::AccountId32, BlockNumber>
5981
+ **/
5982
+ TanglePrimitivesServicesService: {
5983
+ id: 'u64',
5984
+ blueprint: 'u64',
5985
+ owner: 'AccountId32',
5986
+ permittedCallers: 'Vec<AccountId32>',
5987
+ operators: 'Vec<AccountId32>',
5988
+ ttl: 'u64'
5989
+ },
5990
+ /**
5991
+ * Lookup747: tangle_primitives::services::JobCall<C, sp_core::crypto::AccountId32>
5992
+ **/
5993
+ TanglePrimitivesServicesJobCall: {
5994
+ serviceId: 'u64',
5995
+ job: 'u8',
5996
+ args: 'Vec<TanglePrimitivesServicesField>'
5997
+ },
5998
+ /**
5999
+ * Lookup748: tangle_primitives::services::JobCallResult<C, sp_core::crypto::AccountId32>
6000
+ **/
6001
+ TanglePrimitivesServicesJobCallResult: {
6002
+ serviceId: 'u64',
6003
+ callId: 'u64',
6004
+ result: 'Vec<TanglePrimitivesServicesField>'
6005
+ },
6006
+ /**
6007
+ * Lookup749: tangle_primitives::services::OperatorProfile<C>
6008
+ **/
6009
+ TanglePrimitivesServicesOperatorProfile: {
6010
+ services: 'BTreeSet<u64>',
6011
+ blueprints: 'BTreeSet<u64>'
6012
+ },
6013
+ /**
6014
+ * Lookup752: pallet_services::module::Error<T>
6015
+ **/
6016
+ PalletServicesModuleError: {
6017
+ _enum: {
6018
+ BlueprintNotFound: 'Null',
6019
+ AlreadyRegistered: 'Null',
6020
+ InvalidRegistrationInput: 'Null',
6021
+ InvalidRequestInput: 'Null',
6022
+ InvalidJobCallInput: 'Null',
6023
+ InvalidJobResult: 'Null',
6024
+ NotRegistered: 'Null',
6025
+ ServiceRequestNotFound: 'Null',
6026
+ ServiceNotFound: 'Null',
6027
+ TypeCheck: 'TanglePrimitivesServicesTypeCheckError',
6028
+ MaxPermittedCallersExceeded: 'Null',
6029
+ MaxServiceProvidersExceeded: 'Null',
6030
+ MaxServicesPerUserExceeded: 'Null',
6031
+ MaxFieldsExceeded: 'Null',
6032
+ ApprovalNotRequested: 'Null',
6033
+ JobDefinitionNotFound: 'Null',
6034
+ ServiceOrJobCallNotFound: 'Null',
6035
+ JobCallResultNotFound: 'Null',
6036
+ EVMAbiEncode: 'Null',
6037
+ EVMAbiDecode: 'Null',
6038
+ OperatorProfileNotFound: 'Null',
6039
+ MaxServicesPerProviderExceeded: 'Null',
6040
+ OperatorNotActive: 'Null'
6041
+ }
6042
+ },
6043
+ /**
6044
+ * Lookup753: tangle_primitives::services::TypeCheckError
6045
+ **/
6046
+ TanglePrimitivesServicesTypeCheckError: {
6047
+ _enum: {
6048
+ ArgumentTypeMismatch: {
6049
+ index: 'u8',
6050
+ expected: 'TanglePrimitivesServicesFieldFieldType',
6051
+ actual: 'TanglePrimitivesServicesFieldFieldType'
6052
+ },
6053
+ NotEnoughArguments: {
6054
+ expected: 'u8',
6055
+ actual: 'u8'
6056
+ },
6057
+ ResultTypeMismatch: {
6058
+ index: 'u8',
6059
+ expected: 'TanglePrimitivesServicesFieldFieldType',
6060
+ actual: 'TanglePrimitivesServicesFieldFieldType'
6061
+ }
6062
+ }
6063
+ },
6064
+ /**
6065
+ * Lookup754: pallet_tangle_lst::types::bonded_pool::BondedPoolInner<T>
6066
+ **/
6067
+ PalletTangleLstBondedPoolBondedPoolInner: {
6068
+ commission: 'PalletTangleLstCommission',
6069
+ roles: 'PalletTangleLstPoolsPoolRoles',
6070
+ state: 'PalletTangleLstPoolsPoolState'
6071
+ },
6072
+ /**
6073
+ * Lookup755: pallet_tangle_lst::types::commission::Commission<T>
6074
+ **/
6075
+ PalletTangleLstCommission: {
6076
+ current: 'Option<(Perbill,AccountId32)>',
6077
+ max: 'Option<Perbill>',
6078
+ changeRate: 'Option<PalletTangleLstCommissionCommissionChangeRate>',
6079
+ throttleFrom: 'Option<u64>',
6080
+ claimPermission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
6081
+ },
6082
+ /**
6083
+ * Lookup757: pallet_tangle_lst::types::pools::PoolRoles<sp_core::crypto::AccountId32>
6084
+ **/
6085
+ PalletTangleLstPoolsPoolRoles: {
6086
+ depositor: 'AccountId32',
6087
+ root: 'Option<AccountId32>',
6088
+ nominator: 'Option<AccountId32>',
6089
+ bouncer: 'Option<AccountId32>'
6090
+ },
6091
+ /**
6092
+ * Lookup758: pallet_tangle_lst::types::sub_pools::RewardPool<T>
6093
+ **/
6094
+ PalletTangleLstSubPoolsRewardPool: {
6095
+ lastRecordedRewardCounter: 'u128',
6096
+ lastRecordedTotalPayouts: 'u128',
6097
+ totalRewardsClaimed: 'u128',
6098
+ totalCommissionPending: 'u128',
6099
+ totalCommissionClaimed: 'u128'
6100
+ },
6101
+ /**
6102
+ * Lookup759: pallet_tangle_lst::types::sub_pools::SubPools<T>
6103
+ **/
6104
+ PalletTangleLstSubPools: {
6105
+ noEra: 'PalletTangleLstSubPoolsUnbondPool',
6106
+ withEra: 'BTreeMap<u32, PalletTangleLstSubPoolsUnbondPool>'
6107
+ },
6108
+ /**
6109
+ * Lookup760: pallet_tangle_lst::types::sub_pools::UnbondPool<T>
6110
+ **/
6111
+ PalletTangleLstSubPoolsUnbondPool: {
6112
+ points: 'u128',
6113
+ balance: 'u128'
6114
+ },
6115
+ /**
6116
+ * Lookup766: pallet_tangle_lst::types::pools::PoolMember<T>
6117
+ **/
6118
+ PalletTangleLstPoolsPoolMember: {
6119
+ poolId: 'u32',
6120
+ unbondingEras: 'BTreeMap<u32, u128>'
6121
+ },
6122
+ /**
6123
+ * Lookup768: pallet_tangle_lst::types::ClaimPermission
6124
+ **/
6125
+ PalletTangleLstClaimPermission: {
6126
+ _enum: ['Permissioned', 'PermissionlessCompound', 'PermissionlessWithdraw', 'PermissionlessAll']
6127
+ },
6128
+ /**
6129
+ * Lookup769: pallet_tangle_lst::pallet::Error<T>
6130
+ **/
6131
+ PalletTangleLstError: {
6132
+ _enum: {
6133
+ PoolNotFound: 'Null',
6134
+ PoolMemberNotFound: 'Null',
6135
+ RewardPoolNotFound: 'Null',
6136
+ SubPoolsNotFound: 'Null',
6137
+ FullyUnbonding: 'Null',
6138
+ MaxUnbondingLimit: 'Null',
6139
+ CannotWithdrawAny: 'Null',
6140
+ MinimumBondNotMet: 'Null',
6141
+ OverflowRisk: 'Null',
6142
+ NotDestroying: 'Null',
6143
+ NotNominator: 'Null',
6144
+ NotKickerOrDestroying: 'Null',
6145
+ NotOpen: 'Null',
6146
+ MaxPools: 'Null',
6147
+ MaxPoolMembers: 'Null',
6148
+ CanNotChangeState: 'Null',
6149
+ DoesNotHavePermission: 'Null',
6150
+ MetadataExceedsMaxLen: 'Null',
6151
+ Defensive: 'PalletTangleLstDefensiveError',
6152
+ PartialUnbondNotAllowedPermissionlessly: 'Null',
6153
+ MaxCommissionRestricted: 'Null',
6154
+ CommissionExceedsMaximum: 'Null',
6155
+ CommissionExceedsGlobalMaximum: 'Null',
6156
+ CommissionChangeThrottled: 'Null',
6157
+ CommissionChangeRateNotAllowed: 'Null',
6158
+ NoPendingCommission: 'Null',
6159
+ NoCommissionCurrentSet: 'Null',
6160
+ PoolIdInUse: 'Null',
6161
+ InvalidPoolId: 'Null',
6162
+ BondExtraRestricted: 'Null',
6163
+ NothingToAdjust: 'Null',
6164
+ PoolTokenCreationFailed: 'Null',
6165
+ NoBalanceToUnbond: 'Null'
6166
+ }
6167
+ },
6168
+ /**
6169
+ * Lookup770: pallet_tangle_lst::pallet::DefensiveError
6170
+ **/
6171
+ PalletTangleLstDefensiveError: {
6172
+ _enum: ['NotEnoughSpaceInUnbondPool', 'PoolNotFound', 'RewardPoolNotFound', 'SubPoolsNotFound', 'BondedStashKilledPrematurely']
5853
6173
  },
5854
6174
  /**
5855
- * Lookup760: sygma_access_segregator::pallet::Error<T>
6175
+ * Lookup772: sygma_access_segregator::pallet::Error<T>
5856
6176
  **/
5857
6177
  SygmaAccessSegregatorError: {
5858
6178
  _enum: ['Unimplemented', 'GrantAccessFailed']
5859
6179
  },
5860
6180
  /**
5861
- * Lookup762: sygma_basic_feehandler::pallet::Error<T>
6181
+ * Lookup774: sygma_basic_feehandler::pallet::Error<T>
5862
6182
  **/
5863
6183
  SygmaBasicFeehandlerError: {
5864
6184
  _enum: ['Unimplemented', 'AccessDenied']
5865
6185
  },
5866
6186
  /**
5867
- * Lookup763: sygma_fee_handler_router::pallet::Error<T>
6187
+ * Lookup775: sygma_fee_handler_router::pallet::Error<T>
5868
6188
  **/
5869
6189
  SygmaFeeHandlerRouterError: {
5870
6190
  _enum: ['AccessDenied', 'Unimplemented']
5871
6191
  },
5872
6192
  /**
5873
- * Lookup765: sygma_percentage_feehandler::pallet::Error<T>
6193
+ * Lookup777: sygma_percentage_feehandler::pallet::Error<T>
5874
6194
  **/
5875
6195
  SygmaPercentageFeehandlerError: {
5876
6196
  _enum: ['Unimplemented', 'AccessDenied', 'FeeRateOutOfRange', 'InvalidFeeBound']
5877
6197
  },
5878
6198
  /**
5879
- * Lookup772: sygma_bridge::pallet::Error<T>
6199
+ * Lookup784: sygma_bridge::pallet::Error<T>
5880
6200
  **/
5881
6201
  SygmaBridgeError: {
5882
6202
  _enum: ['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']
5883
6203
  },
5884
6204
  /**
5885
- * Lookup775: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
6205
+ * Lookup787: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
5886
6206
  **/
5887
6207
  FrameSystemExtensionsCheckNonZeroSender: 'Null',
5888
6208
  /**
5889
- * Lookup776: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
6209
+ * Lookup788: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
5890
6210
  **/
5891
6211
  FrameSystemExtensionsCheckSpecVersion: 'Null',
5892
6212
  /**
5893
- * Lookup777: frame_system::extensions::check_tx_version::CheckTxVersion<T>
6213
+ * Lookup789: frame_system::extensions::check_tx_version::CheckTxVersion<T>
5894
6214
  **/
5895
6215
  FrameSystemExtensionsCheckTxVersion: 'Null',
5896
6216
  /**
5897
- * Lookup778: frame_system::extensions::check_genesis::CheckGenesis<T>
6217
+ * Lookup790: frame_system::extensions::check_genesis::CheckGenesis<T>
5898
6218
  **/
5899
6219
  FrameSystemExtensionsCheckGenesis: 'Null',
5900
6220
  /**
5901
- * Lookup781: frame_system::extensions::check_nonce::CheckNonce<T>
6221
+ * Lookup793: frame_system::extensions::check_nonce::CheckNonce<T>
5902
6222
  **/
5903
6223
  FrameSystemExtensionsCheckNonce: 'Compact<u32>',
5904
6224
  /**
5905
- * Lookup782: frame_system::extensions::check_weight::CheckWeight<T>
6225
+ * Lookup794: frame_system::extensions::check_weight::CheckWeight<T>
5906
6226
  **/
5907
6227
  FrameSystemExtensionsCheckWeight: 'Null',
5908
6228
  /**
5909
- * Lookup783: pallet_transaction_payment::ChargeTransactionPayment<T>
6229
+ * Lookup795: pallet_transaction_payment::ChargeTransactionPayment<T>
5910
6230
  **/
5911
6231
  PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
5912
6232
  /**
5913
- * Lookup785: tangle_testnet_runtime::Runtime
6233
+ * Lookup796: frame_metadata_hash_extension::CheckMetadataHash<T>
6234
+ **/
6235
+ FrameMetadataHashExtensionCheckMetadataHash: {
6236
+ mode: 'FrameMetadataHashExtensionMode'
6237
+ },
6238
+ /**
6239
+ * Lookup797: frame_metadata_hash_extension::Mode
6240
+ **/
6241
+ FrameMetadataHashExtensionMode: {
6242
+ _enum: ['Disabled', 'Enabled']
6243
+ },
6244
+ /**
6245
+ * Lookup799: tangle_testnet_runtime::Runtime
5914
6246
  **/
5915
6247
  TangleTestnetRuntimeRuntime: 'Null'
5916
6248
  };