@polymeshassociation/polymesh-sdk 26.0.0-alpha.4 → 26.0.0-beta.1

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 (89) hide show
  1. package/CHANGELOG.md +61 -1
  2. package/api/client/Assets.js +1 -1
  3. package/api/entities/Account/index.d.ts.map +1 -1
  4. package/api/entities/Account/index.js +13 -3
  5. package/api/entities/Account/index.js.map +1 -1
  6. package/api/entities/Asset/Base/BaseAsset.d.ts +8 -0
  7. package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
  8. package/api/entities/Asset/Base/BaseAsset.js +5 -1
  9. package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
  10. package/api/entities/Identity/Portfolios.d.ts +8 -0
  11. package/api/entities/Identity/Portfolios.d.ts.map +1 -1
  12. package/api/entities/Identity/Portfolios.js +21 -0
  13. package/api/entities/Identity/Portfolios.js.map +1 -1
  14. package/api/entities/Instruction/index.d.ts.map +1 -1
  15. package/api/entities/Instruction/index.js +8 -1
  16. package/api/entities/Instruction/index.js.map +1 -1
  17. package/api/entities/TickerReservation/index.js +1 -1
  18. package/api/entities/Venue/types.d.ts +1 -1
  19. package/api/entities/Venue/types.d.ts.map +1 -1
  20. package/api/procedures/createAsset.d.ts +1 -1
  21. package/api/procedures/createAsset.d.ts.map +1 -1
  22. package/api/procedures/createAsset.js +38 -20
  23. package/api/procedures/createAsset.js.map +1 -1
  24. package/api/procedures/types.d.ts +6 -1
  25. package/api/procedures/types.d.ts.map +1 -1
  26. package/api/procedures/types.js.map +1 -1
  27. package/api/procedures/unlinkTickerFromAsset.d.ts +28 -0
  28. package/api/procedures/unlinkTickerFromAsset.d.ts.map +1 -0
  29. package/api/procedures/unlinkTickerFromAsset.js +81 -0
  30. package/api/procedures/unlinkTickerFromAsset.js.map +1 -0
  31. package/base/Context.js +1 -1
  32. package/generated/types.d.ts +4 -2
  33. package/generated/types.d.ts.map +1 -1
  34. package/generated/types.js +2 -0
  35. package/generated/types.js.map +1 -1
  36. package/internal.d.ts +1 -0
  37. package/internal.d.ts.map +1 -1
  38. package/internal.js +4 -2
  39. package/internal.js.map +1 -1
  40. package/middleware/types.d.ts +1162 -3
  41. package/middleware/types.d.ts.map +1 -1
  42. package/middleware/types.js +540 -4
  43. package/middleware/types.js.map +1 -1
  44. package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-beta.1.tgz +0 -0
  45. package/package.json +2 -2
  46. package/polkadot/asset/definitions.js +1 -1
  47. package/polkadot/augment-api-errors.d.ts +30 -6
  48. package/polkadot/augment-api-errors.d.ts.map +1 -1
  49. package/polkadot/augment-api-events.d.ts +120 -137
  50. package/polkadot/augment-api-events.d.ts.map +1 -1
  51. package/polkadot/augment-api-query.d.ts +170 -162
  52. package/polkadot/augment-api-query.d.ts.map +1 -1
  53. package/polkadot/augment-api-rpc.d.ts +4 -4
  54. package/polkadot/augment-api-rpc.d.ts.map +1 -1
  55. package/polkadot/augment-api-tx.d.ts +198 -258
  56. package/polkadot/augment-api-tx.d.ts.map +1 -1
  57. package/polkadot/augment-types.d.ts +1 -2
  58. package/polkadot/augment-types.d.ts.map +1 -1
  59. package/polkadot/compliance/definitions.js +1 -1
  60. package/polkadot/lookup.d.ts +248 -251
  61. package/polkadot/lookup.d.ts.map +1 -1
  62. package/polkadot/lookup.js +398 -395
  63. package/polkadot/lookup.js.map +1 -1
  64. package/polkadot/polymesh/definitions.d.ts +1 -2
  65. package/polkadot/polymesh/definitions.d.ts.map +1 -1
  66. package/polkadot/polymesh/definitions.js +9 -10
  67. package/polkadot/polymesh/definitions.js.map +1 -1
  68. package/polkadot/polymesh/types.d.ts +10 -11
  69. package/polkadot/polymesh/types.d.ts.map +1 -1
  70. package/polkadot/registry.d.ts +3 -3
  71. package/polkadot/schema.d.ts +1 -2
  72. package/polkadot/schema.d.ts.map +1 -1
  73. package/polkadot/schema.js +14 -15
  74. package/polkadot/schema.js.map +1 -1
  75. package/polkadot/types-lookup.d.ts +411 -414
  76. package/polkadot/types-lookup.d.ts.map +1 -1
  77. package/types/internal.d.ts +4 -4
  78. package/utils/constants.d.ts +1 -5
  79. package/utils/constants.d.ts.map +1 -1
  80. package/utils/constants.js +2 -6
  81. package/utils/constants.js.map +1 -1
  82. package/utils/conversion.d.ts +7 -7
  83. package/utils/conversion.js +2 -2
  84. package/utils/conversion.js.map +1 -1
  85. package/utils/internal.d.ts +2 -2
  86. package/utils/internal.d.ts.map +1 -1
  87. package/utils/internal.js +8 -3
  88. package/utils/internal.js.map +1 -1
  89. package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-alpha.4.tgz +0 -0
@@ -258,9 +258,9 @@ declare const _default: {
258
258
  portfolio: string;
259
259
  };
260
260
  /**
261
- * Lookup41: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::asset::AssetID>
261
+ * Lookup41: polymesh_primitives::subset::SubsetRestriction<polymesh_primitives::asset::AssetId>
262
262
  **/
263
- PolymeshPrimitivesSubsetSubsetRestrictionAssetID: {
263
+ PolymeshPrimitivesSubsetSubsetRestrictionAssetId: {
264
264
  _enum: {
265
265
  Whole: string;
266
266
  These: string;
@@ -268,9 +268,9 @@ declare const _default: {
268
268
  };
269
269
  };
270
270
  /**
271
- * Lookup42: polymesh_primitives::asset::AssetID
271
+ * Lookup42: polymesh_primitives::asset::AssetId
272
272
  **/
273
- PolymeshPrimitivesAssetAssetID: string;
273
+ PolymeshPrimitivesAssetAssetId: string;
274
274
  /**
275
275
  * Lookup46: polymesh_primitives::secondary_key::ExtrinsicPermissions
276
276
  **/
@@ -865,6 +865,7 @@ declare const _default: {
865
865
  AssetMediatorsAdded: string;
866
866
  AssetMediatorsRemoved: string;
867
867
  TickerLinkedToAsset: string;
868
+ TickerUnlinkedFromAsset: string;
868
869
  };
869
870
  };
870
871
  /**
@@ -1591,13 +1592,10 @@ declare const _default: {
1591
1592
  target: string;
1592
1593
  result: string;
1593
1594
  };
1594
- BatchInterruptedOld: string;
1595
- BatchOptimisticFailed: string;
1596
- BatchCompletedOld: string;
1597
1595
  };
1598
1596
  };
1599
1597
  /**
1600
- * Lookup285: polymesh_common_utilities::traits::base::Event
1598
+ * Lookup282: polymesh_common_utilities::traits::base::Event
1601
1599
  **/
1602
1600
  PolymeshCommonUtilitiesBaseEvent: {
1603
1601
  _enum: {
@@ -1605,7 +1603,7 @@ declare const _default: {
1605
1603
  };
1606
1604
  };
1607
1605
  /**
1608
- * Lookup287: polymesh_common_utilities::traits::external_agents::Event
1606
+ * Lookup284: polymesh_common_utilities::traits::external_agents::Event
1609
1607
  **/
1610
1608
  PolymeshCommonUtilitiesExternalAgentsEvent: {
1611
1609
  _enum: {
@@ -1617,7 +1615,7 @@ declare const _default: {
1617
1615
  };
1618
1616
  };
1619
1617
  /**
1620
- * Lookup288: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1618
+ * Lookup285: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
1621
1619
  **/
1622
1620
  PolymeshCommonUtilitiesRelayerRawEvent: {
1623
1621
  _enum: {
@@ -1628,7 +1626,7 @@ declare const _default: {
1628
1626
  };
1629
1627
  };
1630
1628
  /**
1631
- * Lookup289: pallet_contracts::pallet::Event<T>
1629
+ * Lookup286: pallet_contracts::pallet::Event<T>
1632
1630
  **/
1633
1631
  PalletContractsEvent: {
1634
1632
  _enum: {
@@ -1666,7 +1664,7 @@ declare const _default: {
1666
1664
  };
1667
1665
  };
1668
1666
  /**
1669
- * Lookup290: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1667
+ * Lookup287: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
1670
1668
  **/
1671
1669
  PolymeshContractsRawEvent: {
1672
1670
  _enum: {
@@ -1675,25 +1673,25 @@ declare const _default: {
1675
1673
  };
1676
1674
  };
1677
1675
  /**
1678
- * Lookup291: polymesh_contracts::Api
1676
+ * Lookup288: polymesh_contracts::Api
1679
1677
  **/
1680
1678
  PolymeshContractsApi: {
1681
1679
  desc: string;
1682
1680
  major: string;
1683
1681
  };
1684
1682
  /**
1685
- * Lookup292: polymesh_contracts::ChainVersion
1683
+ * Lookup289: polymesh_contracts::ChainVersion
1686
1684
  **/
1687
1685
  PolymeshContractsChainVersion: {
1688
1686
  specVersion: string;
1689
1687
  txVersion: string;
1690
1688
  };
1691
1689
  /**
1692
- * Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
1690
+ * Lookup290: polymesh_contracts::chain_extension::ExtrinsicId
1693
1691
  **/
1694
1692
  PolymeshContractsChainExtensionExtrinsicId: string;
1695
1693
  /**
1696
- * Lookup294: pallet_preimage::pallet::Event<T>
1694
+ * Lookup291: pallet_preimage::pallet::Event<T>
1697
1695
  **/
1698
1696
  PalletPreimageEvent: {
1699
1697
  _enum: {
@@ -1718,7 +1716,7 @@ declare const _default: {
1718
1716
  };
1719
1717
  };
1720
1718
  /**
1721
- * Lookup295: polymesh_common_utilities::traits::nft::Event
1719
+ * Lookup292: polymesh_common_utilities::traits::nft::Event
1722
1720
  **/
1723
1721
  PolymeshCommonUtilitiesNftEvent: {
1724
1722
  _enum: {
@@ -1727,7 +1725,7 @@ declare const _default: {
1727
1725
  };
1728
1726
  };
1729
1727
  /**
1730
- * Lookup297: pallet_election_provider_multi_phase::pallet::Event<T>
1728
+ * Lookup294: pallet_election_provider_multi_phase::pallet::Event<T>
1731
1729
  **/
1732
1730
  PalletElectionProviderMultiPhaseEvent: {
1733
1731
  _enum: {
@@ -1757,13 +1755,13 @@ declare const _default: {
1757
1755
  };
1758
1756
  };
1759
1757
  /**
1760
- * Lookup298: pallet_election_provider_multi_phase::ElectionCompute
1758
+ * Lookup295: pallet_election_provider_multi_phase::ElectionCompute
1761
1759
  **/
1762
1760
  PalletElectionProviderMultiPhaseElectionCompute: {
1763
1761
  _enum: string[];
1764
1762
  };
1765
1763
  /**
1766
- * Lookup299: sp_npos_elections::ElectionScore
1764
+ * Lookup296: sp_npos_elections::ElectionScore
1767
1765
  **/
1768
1766
  SpNposElectionsElectionScore: {
1769
1767
  minimalStake: string;
@@ -1771,7 +1769,7 @@ declare const _default: {
1771
1769
  sumStakeSquared: string;
1772
1770
  };
1773
1771
  /**
1774
- * Lookup300: pallet_election_provider_multi_phase::Phase<Bn>
1772
+ * Lookup297: pallet_election_provider_multi_phase::Phase<Bn>
1775
1773
  **/
1776
1774
  PalletElectionProviderMultiPhasePhase: {
1777
1775
  _enum: {
@@ -1782,7 +1780,7 @@ declare const _default: {
1782
1780
  };
1783
1781
  };
1784
1782
  /**
1785
- * Lookup302: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1783
+ * Lookup299: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
1786
1784
  **/
1787
1785
  PalletTestUtilsRawEvent: {
1788
1786
  _enum: {
@@ -1791,7 +1789,7 @@ declare const _default: {
1791
1789
  };
1792
1790
  };
1793
1791
  /**
1794
- * Lookup303: frame_system::Phase
1792
+ * Lookup300: frame_system::Phase
1795
1793
  **/
1796
1794
  FrameSystemPhase: {
1797
1795
  _enum: {
@@ -1801,14 +1799,14 @@ declare const _default: {
1801
1799
  };
1802
1800
  };
1803
1801
  /**
1804
- * Lookup306: frame_system::LastRuntimeUpgradeInfo
1802
+ * Lookup303: frame_system::LastRuntimeUpgradeInfo
1805
1803
  **/
1806
1804
  FrameSystemLastRuntimeUpgradeInfo: {
1807
1805
  specVersion: string;
1808
1806
  specName: string;
1809
1807
  };
1810
1808
  /**
1811
- * Lookup308: frame_system::pallet::Call<T>
1809
+ * Lookup305: frame_system::pallet::Call<T>
1812
1810
  **/
1813
1811
  FrameSystemCall: {
1814
1812
  _enum: {
@@ -1843,7 +1841,7 @@ declare const _default: {
1843
1841
  };
1844
1842
  };
1845
1843
  /**
1846
- * Lookup312: frame_system::limits::BlockWeights
1844
+ * Lookup309: frame_system::limits::BlockWeights
1847
1845
  **/
1848
1846
  FrameSystemLimitsBlockWeights: {
1849
1847
  baseBlock: string;
@@ -1851,7 +1849,7 @@ declare const _default: {
1851
1849
  perClass: string;
1852
1850
  };
1853
1851
  /**
1854
- * Lookup313: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1852
+ * Lookup310: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1855
1853
  **/
1856
1854
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1857
1855
  normal: string;
@@ -1859,7 +1857,7 @@ declare const _default: {
1859
1857
  mandatory: string;
1860
1858
  };
1861
1859
  /**
1862
- * Lookup314: frame_system::limits::WeightsPerClass
1860
+ * Lookup311: frame_system::limits::WeightsPerClass
1863
1861
  **/
1864
1862
  FrameSystemLimitsWeightsPerClass: {
1865
1863
  baseExtrinsic: string;
@@ -1868,13 +1866,13 @@ declare const _default: {
1868
1866
  reserved: string;
1869
1867
  };
1870
1868
  /**
1871
- * Lookup316: frame_system::limits::BlockLength
1869
+ * Lookup313: frame_system::limits::BlockLength
1872
1870
  **/
1873
1871
  FrameSystemLimitsBlockLength: {
1874
1872
  max: string;
1875
1873
  };
1876
1874
  /**
1877
- * Lookup317: frame_support::dispatch::PerDispatchClass<T>
1875
+ * Lookup314: frame_support::dispatch::PerDispatchClass<T>
1878
1876
  **/
1879
1877
  FrameSupportDispatchPerDispatchClassU32: {
1880
1878
  normal: string;
@@ -1882,14 +1880,14 @@ declare const _default: {
1882
1880
  mandatory: string;
1883
1881
  };
1884
1882
  /**
1885
- * Lookup318: sp_weights::RuntimeDbWeight
1883
+ * Lookup315: sp_weights::RuntimeDbWeight
1886
1884
  **/
1887
1885
  SpWeightsRuntimeDbWeight: {
1888
1886
  read: string;
1889
1887
  write: string;
1890
1888
  };
1891
1889
  /**
1892
- * Lookup319: sp_version::RuntimeVersion
1890
+ * Lookup316: sp_version::RuntimeVersion
1893
1891
  **/
1894
1892
  SpVersionRuntimeVersion: {
1895
1893
  specName: string;
@@ -1902,17 +1900,17 @@ declare const _default: {
1902
1900
  stateVersion: string;
1903
1901
  };
1904
1902
  /**
1905
- * Lookup324: frame_system::pallet::Error<T>
1903
+ * Lookup321: frame_system::pallet::Error<T>
1906
1904
  **/
1907
1905
  FrameSystemError: {
1908
1906
  _enum: string[];
1909
1907
  };
1910
1908
  /**
1911
- * Lookup327: sp_consensus_babe::app::Public
1909
+ * Lookup324: sp_consensus_babe::app::Public
1912
1910
  **/
1913
1911
  SpConsensusBabeAppPublic: string;
1914
1912
  /**
1915
- * Lookup330: sp_consensus_babe::digests::NextConfigDescriptor
1913
+ * Lookup327: sp_consensus_babe::digests::NextConfigDescriptor
1916
1914
  **/
1917
1915
  SpConsensusBabeDigestsNextConfigDescriptor: {
1918
1916
  _enum: {
@@ -1924,13 +1922,13 @@ declare const _default: {
1924
1922
  };
1925
1923
  };
1926
1924
  /**
1927
- * Lookup332: sp_consensus_babe::AllowedSlots
1925
+ * Lookup329: sp_consensus_babe::AllowedSlots
1928
1926
  **/
1929
1927
  SpConsensusBabeAllowedSlots: {
1930
1928
  _enum: string[];
1931
1929
  };
1932
1930
  /**
1933
- * Lookup336: sp_consensus_babe::digests::PreDigest
1931
+ * Lookup333: sp_consensus_babe::digests::PreDigest
1934
1932
  **/
1935
1933
  SpConsensusBabeDigestsPreDigest: {
1936
1934
  _enum: {
@@ -1941,7 +1939,7 @@ declare const _default: {
1941
1939
  };
1942
1940
  };
1943
1941
  /**
1944
- * Lookup337: sp_consensus_babe::digests::PrimaryPreDigest
1942
+ * Lookup334: sp_consensus_babe::digests::PrimaryPreDigest
1945
1943
  **/
1946
1944
  SpConsensusBabeDigestsPrimaryPreDigest: {
1947
1945
  authorityIndex: string;
@@ -1950,14 +1948,14 @@ declare const _default: {
1950
1948
  vrfProof: string;
1951
1949
  };
1952
1950
  /**
1953
- * Lookup338: sp_consensus_babe::digests::SecondaryPlainPreDigest
1951
+ * Lookup335: sp_consensus_babe::digests::SecondaryPlainPreDigest
1954
1952
  **/
1955
1953
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1956
1954
  authorityIndex: string;
1957
1955
  slot: string;
1958
1956
  };
1959
1957
  /**
1960
- * Lookup339: sp_consensus_babe::digests::SecondaryVRFPreDigest
1958
+ * Lookup336: sp_consensus_babe::digests::SecondaryVRFPreDigest
1961
1959
  **/
1962
1960
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1963
1961
  authorityIndex: string;
@@ -1966,14 +1964,14 @@ declare const _default: {
1966
1964
  vrfProof: string;
1967
1965
  };
1968
1966
  /**
1969
- * Lookup340: sp_consensus_babe::BabeEpochConfiguration
1967
+ * Lookup337: sp_consensus_babe::BabeEpochConfiguration
1970
1968
  **/
1971
1969
  SpConsensusBabeBabeEpochConfiguration: {
1972
1970
  c: string;
1973
1971
  allowedSlots: string;
1974
1972
  };
1975
1973
  /**
1976
- * Lookup344: pallet_babe::pallet::Call<T>
1974
+ * Lookup341: pallet_babe::pallet::Call<T>
1977
1975
  **/
1978
1976
  PalletBabeCall: {
1979
1977
  _enum: {
@@ -1991,7 +1989,7 @@ declare const _default: {
1991
1989
  };
1992
1990
  };
1993
1991
  /**
1994
- * Lookup345: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1992
+ * Lookup342: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1995
1993
  **/
1996
1994
  SpConsensusSlotsEquivocationProof: {
1997
1995
  offender: string;
@@ -2000,7 +1998,7 @@ declare const _default: {
2000
1998
  secondHeader: string;
2001
1999
  };
2002
2000
  /**
2003
- * Lookup346: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
2001
+ * Lookup343: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
2004
2002
  **/
2005
2003
  SpRuntimeHeader: {
2006
2004
  parentHash: string;
@@ -2010,11 +2008,11 @@ declare const _default: {
2010
2008
  digest: string;
2011
2009
  };
2012
2010
  /**
2013
- * Lookup347: sp_runtime::traits::BlakeTwo256
2011
+ * Lookup344: sp_runtime::traits::BlakeTwo256
2014
2012
  **/
2015
2013
  SpRuntimeBlakeTwo256: string;
2016
2014
  /**
2017
- * Lookup348: sp_session::MembershipProof
2015
+ * Lookup345: sp_session::MembershipProof
2018
2016
  **/
2019
2017
  SpSessionMembershipProof: {
2020
2018
  session: string;
@@ -2022,13 +2020,13 @@ declare const _default: {
2022
2020
  validatorCount: string;
2023
2021
  };
2024
2022
  /**
2025
- * Lookup349: pallet_babe::pallet::Error<T>
2023
+ * Lookup346: pallet_babe::pallet::Error<T>
2026
2024
  **/
2027
2025
  PalletBabeError: {
2028
2026
  _enum: string[];
2029
2027
  };
2030
2028
  /**
2031
- * Lookup350: pallet_timestamp::pallet::Call<T>
2029
+ * Lookup347: pallet_timestamp::pallet::Call<T>
2032
2030
  **/
2033
2031
  PalletTimestampCall: {
2034
2032
  _enum: {
@@ -2038,7 +2036,7 @@ declare const _default: {
2038
2036
  };
2039
2037
  };
2040
2038
  /**
2041
- * Lookup352: pallet_indices::pallet::Call<T>
2039
+ * Lookup349: pallet_indices::pallet::Call<T>
2042
2040
  **/
2043
2041
  PalletIndicesCall: {
2044
2042
  _enum: {
@@ -2069,13 +2067,13 @@ declare const _default: {
2069
2067
  };
2070
2068
  };
2071
2069
  /**
2072
- * Lookup354: pallet_indices::pallet::Error<T>
2070
+ * Lookup351: pallet_indices::pallet::Error<T>
2073
2071
  **/
2074
2072
  PalletIndicesError: {
2075
2073
  _enum: string[];
2076
2074
  };
2077
2075
  /**
2078
- * Lookup356: pallet_balances::BalanceLock<Balance>
2076
+ * Lookup353: pallet_balances::BalanceLock<Balance>
2079
2077
  **/
2080
2078
  PalletBalancesBalanceLock: {
2081
2079
  id: string;
@@ -2083,13 +2081,13 @@ declare const _default: {
2083
2081
  reasons: string;
2084
2082
  };
2085
2083
  /**
2086
- * Lookup357: polymesh_common_utilities::traits::balances::Reasons
2084
+ * Lookup354: polymesh_common_utilities::traits::balances::Reasons
2087
2085
  **/
2088
2086
  PolymeshCommonUtilitiesBalancesReasons: {
2089
2087
  _enum: string[];
2090
2088
  };
2091
2089
  /**
2092
- * Lookup358: pallet_balances::Call<T>
2090
+ * Lookup355: pallet_balances::Call<T>
2093
2091
  **/
2094
2092
  PalletBalancesCall: {
2095
2093
  _enum: {
@@ -2121,19 +2119,19 @@ declare const _default: {
2121
2119
  };
2122
2120
  };
2123
2121
  /**
2124
- * Lookup359: pallet_balances::Error<T>
2122
+ * Lookup356: pallet_balances::Error<T>
2125
2123
  **/
2126
2124
  PalletBalancesError: {
2127
2125
  _enum: string[];
2128
2126
  };
2129
2127
  /**
2130
- * Lookup361: pallet_transaction_payment::Releases
2128
+ * Lookup358: pallet_transaction_payment::Releases
2131
2129
  **/
2132
2130
  PalletTransactionPaymentReleases: {
2133
2131
  _enum: string[];
2134
2132
  };
2135
2133
  /**
2136
- * Lookup363: sp_weights::WeightToFeeCoefficient<Balance>
2134
+ * Lookup360: sp_weights::WeightToFeeCoefficient<Balance>
2137
2135
  **/
2138
2136
  SpWeightsWeightToFeeCoefficient: {
2139
2137
  coeffInteger: string;
@@ -2142,27 +2140,27 @@ declare const _default: {
2142
2140
  degree: string;
2143
2141
  };
2144
2142
  /**
2145
- * Lookup364: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2143
+ * Lookup361: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2146
2144
  **/
2147
2145
  PolymeshPrimitivesIdentityDidRecord: {
2148
2146
  primaryKey: string;
2149
2147
  };
2150
2148
  /**
2151
- * Lookup366: pallet_identity::types::Claim1stKey
2149
+ * Lookup363: pallet_identity::types::Claim1stKey
2152
2150
  **/
2153
2151
  PalletIdentityClaim1stKey: {
2154
2152
  target: string;
2155
2153
  claimType: string;
2156
2154
  };
2157
2155
  /**
2158
- * Lookup367: pallet_identity::types::Claim2ndKey
2156
+ * Lookup364: pallet_identity::types::Claim2ndKey
2159
2157
  **/
2160
2158
  PalletIdentityClaim2ndKey: {
2161
2159
  issuer: string;
2162
2160
  scope: string;
2163
2161
  };
2164
2162
  /**
2165
- * Lookup368: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2163
+ * Lookup365: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2166
2164
  **/
2167
2165
  PolymeshPrimitivesSecondaryKeyKeyRecord: {
2168
2166
  _enum: {
@@ -2172,7 +2170,7 @@ declare const _default: {
2172
2170
  };
2173
2171
  };
2174
2172
  /**
2175
- * Lookup371: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
2173
+ * Lookup368: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
2176
2174
  **/
2177
2175
  PolymeshPrimitivesSecondaryKeySignatory: {
2178
2176
  _enum: {
@@ -2181,7 +2179,7 @@ declare const _default: {
2181
2179
  };
2182
2180
  };
2183
2181
  /**
2184
- * Lookup372: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2182
+ * Lookup369: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2185
2183
  **/
2186
2184
  PolymeshPrimitivesAuthorization: {
2187
2185
  authorizationData: string;
@@ -2191,7 +2189,7 @@ declare const _default: {
2191
2189
  count: string;
2192
2190
  };
2193
2191
  /**
2194
- * Lookup376: pallet_identity::Call<T>
2192
+ * Lookup373: pallet_identity::Call<T>
2195
2193
  **/
2196
2194
  PalletIdentityCall: {
2197
2195
  _enum: {
@@ -2283,27 +2281,27 @@ declare const _default: {
2283
2281
  };
2284
2282
  };
2285
2283
  /**
2286
- * Lookup378: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2284
+ * Lookup375: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2287
2285
  **/
2288
2286
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2289
2287
  secondaryKey: string;
2290
2288
  authSignature: string;
2291
2289
  };
2292
2290
  /**
2293
- * Lookup381: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2291
+ * Lookup378: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2294
2292
  **/
2295
2293
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2296
2294
  key: string;
2297
2295
  authSignature: string;
2298
2296
  };
2299
2297
  /**
2300
- * Lookup382: pallet_identity::Error<T>
2298
+ * Lookup379: pallet_identity::Error<T>
2301
2299
  **/
2302
2300
  PalletIdentityError: {
2303
2301
  _enum: string[];
2304
2302
  };
2305
2303
  /**
2306
- * Lookup384: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2304
+ * Lookup381: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2307
2305
  **/
2308
2306
  PolymeshCommonUtilitiesGroupInactiveMember: {
2309
2307
  id: string;
@@ -2311,7 +2309,7 @@ declare const _default: {
2311
2309
  expiry: string;
2312
2310
  };
2313
2311
  /**
2314
- * Lookup385: pallet_group::Call<T, I>
2312
+ * Lookup382: pallet_group::Call<T, I>
2315
2313
  **/
2316
2314
  PalletGroupCall: {
2317
2315
  _enum: {
@@ -2340,13 +2338,13 @@ declare const _default: {
2340
2338
  };
2341
2339
  };
2342
2340
  /**
2343
- * Lookup386: pallet_group::Error<T, I>
2341
+ * Lookup383: pallet_group::Error<T, I>
2344
2342
  **/
2345
2343
  PalletGroupError: {
2346
2344
  _enum: string[];
2347
2345
  };
2348
2346
  /**
2349
- * Lookup388: pallet_committee::Call<T, I>
2347
+ * Lookup385: pallet_committee::Call<T, I>
2350
2348
  **/
2351
2349
  PalletCommitteeCall: {
2352
2350
  _enum: {
@@ -2372,7 +2370,7 @@ declare const _default: {
2372
2370
  };
2373
2371
  };
2374
2372
  /**
2375
- * Lookup394: pallet_multisig::pallet::Call<T>
2373
+ * Lookup391: pallet_multisig::pallet::Call<T>
2376
2374
  **/
2377
2375
  PalletMultisigCall: {
2378
2376
  _enum: {
@@ -2436,10 +2434,11 @@ declare const _default: {
2436
2434
  join_identity: {
2437
2435
  authId: string;
2438
2436
  };
2437
+ remove_admin: string;
2439
2438
  };
2440
2439
  };
2441
2440
  /**
2442
- * Lookup396: pallet_staking::pallet::pallet::Call<T>
2441
+ * Lookup393: pallet_staking::pallet::pallet::Call<T>
2443
2442
  **/
2444
2443
  PalletStakingPalletCall: {
2445
2444
  _enum: {
@@ -2561,7 +2560,7 @@ declare const _default: {
2561
2560
  };
2562
2561
  };
2563
2562
  /**
2564
- * Lookup397: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2563
+ * Lookup394: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2565
2564
  **/
2566
2565
  PalletStakingRewardDestination: {
2567
2566
  _enum: {
@@ -2573,7 +2572,7 @@ declare const _default: {
2573
2572
  };
2574
2573
  };
2575
2574
  /**
2576
- * Lookup400: pallet_staking::pallet::pallet::ConfigOp<T>
2575
+ * Lookup398: pallet_staking::pallet::pallet::ConfigOp<T>
2577
2576
  **/
2578
2577
  PalletStakingPalletConfigOpU128: {
2579
2578
  _enum: {
@@ -2583,7 +2582,7 @@ declare const _default: {
2583
2582
  };
2584
2583
  };
2585
2584
  /**
2586
- * Lookup401: pallet_staking::pallet::pallet::ConfigOp<T>
2585
+ * Lookup399: pallet_staking::pallet::pallet::ConfigOp<T>
2587
2586
  **/
2588
2587
  PalletStakingPalletConfigOpU32: {
2589
2588
  _enum: {
@@ -2593,7 +2592,7 @@ declare const _default: {
2593
2592
  };
2594
2593
  };
2595
2594
  /**
2596
- * Lookup402: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
2595
+ * Lookup400: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
2597
2596
  **/
2598
2597
  PalletStakingPalletConfigOpPercent: {
2599
2598
  _enum: {
@@ -2603,7 +2602,7 @@ declare const _default: {
2603
2602
  };
2604
2603
  };
2605
2604
  /**
2606
- * Lookup403: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
2605
+ * Lookup401: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
2607
2606
  **/
2608
2607
  PalletStakingPalletConfigOpPerbill: {
2609
2608
  _enum: {
@@ -2613,7 +2612,7 @@ declare const _default: {
2613
2612
  };
2614
2613
  };
2615
2614
  /**
2616
- * Lookup405: pallet_session::pallet::Call<T>
2615
+ * Lookup403: pallet_session::pallet::Call<T>
2617
2616
  **/
2618
2617
  PalletSessionCall: {
2619
2618
  _enum: {
@@ -2628,7 +2627,7 @@ declare const _default: {
2628
2627
  };
2629
2628
  };
2630
2629
  /**
2631
- * Lookup406: polymesh_runtime_develop::runtime::SessionKeys
2630
+ * Lookup404: polymesh_runtime_develop::runtime::SessionKeys
2632
2631
  **/
2633
2632
  PolymeshRuntimeDevelopRuntimeSessionKeys: {
2634
2633
  grandpa: string;
@@ -2637,11 +2636,11 @@ declare const _default: {
2637
2636
  authorityDiscovery: string;
2638
2637
  };
2639
2638
  /**
2640
- * Lookup407: sp_authority_discovery::app::Public
2639
+ * Lookup405: sp_authority_discovery::app::Public
2641
2640
  **/
2642
2641
  SpAuthorityDiscoveryAppPublic: string;
2643
2642
  /**
2644
- * Lookup408: pallet_grandpa::pallet::Call<T>
2643
+ * Lookup406: pallet_grandpa::pallet::Call<T>
2645
2644
  **/
2646
2645
  PalletGrandpaCall: {
2647
2646
  _enum: {
@@ -2660,14 +2659,14 @@ declare const _default: {
2660
2659
  };
2661
2660
  };
2662
2661
  /**
2663
- * Lookup409: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2662
+ * Lookup407: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2664
2663
  **/
2665
2664
  SpConsensusGrandpaEquivocationProof: {
2666
2665
  setId: string;
2667
2666
  equivocation: string;
2668
2667
  };
2669
2668
  /**
2670
- * Lookup410: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2669
+ * Lookup408: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2671
2670
  **/
2672
2671
  SpConsensusGrandpaEquivocation: {
2673
2672
  _enum: {
@@ -2676,7 +2675,7 @@ declare const _default: {
2676
2675
  };
2677
2676
  };
2678
2677
  /**
2679
- * Lookup411: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2678
+ * Lookup409: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2680
2679
  **/
2681
2680
  FinalityGrandpaEquivocationPrevote: {
2682
2681
  roundNumber: string;
@@ -2685,22 +2684,22 @@ declare const _default: {
2685
2684
  second: string;
2686
2685
  };
2687
2686
  /**
2688
- * Lookup412: finality_grandpa::Prevote<primitive_types::H256, N>
2687
+ * Lookup410: finality_grandpa::Prevote<primitive_types::H256, N>
2689
2688
  **/
2690
2689
  FinalityGrandpaPrevote: {
2691
2690
  targetHash: string;
2692
2691
  targetNumber: string;
2693
2692
  };
2694
2693
  /**
2695
- * Lookup413: sp_consensus_grandpa::app::Signature
2694
+ * Lookup411: sp_consensus_grandpa::app::Signature
2696
2695
  **/
2697
2696
  SpConsensusGrandpaAppSignature: string;
2698
2697
  /**
2699
- * Lookup414: sp_core::ed25519::Signature
2698
+ * Lookup412: sp_core::ed25519::Signature
2700
2699
  **/
2701
2700
  SpCoreEd25519Signature: string;
2702
2701
  /**
2703
- * Lookup416: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2702
+ * Lookup414: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2704
2703
  **/
2705
2704
  FinalityGrandpaEquivocationPrecommit: {
2706
2705
  roundNumber: string;
@@ -2709,14 +2708,14 @@ declare const _default: {
2709
2708
  second: string;
2710
2709
  };
2711
2710
  /**
2712
- * Lookup417: finality_grandpa::Precommit<primitive_types::H256, N>
2711
+ * Lookup415: finality_grandpa::Precommit<primitive_types::H256, N>
2713
2712
  **/
2714
2713
  FinalityGrandpaPrecommit: {
2715
2714
  targetHash: string;
2716
2715
  targetNumber: string;
2717
2716
  };
2718
2717
  /**
2719
- * Lookup419: pallet_im_online::pallet::Call<T>
2718
+ * Lookup417: pallet_im_online::pallet::Call<T>
2720
2719
  **/
2721
2720
  PalletImOnlineCall: {
2722
2721
  _enum: {
@@ -2727,7 +2726,7 @@ declare const _default: {
2727
2726
  };
2728
2727
  };
2729
2728
  /**
2730
- * Lookup420: pallet_im_online::Heartbeat<BlockNumber>
2729
+ * Lookup418: pallet_im_online::Heartbeat<BlockNumber>
2731
2730
  **/
2732
2731
  PalletImOnlineHeartbeat: {
2733
2732
  blockNumber: string;
@@ -2737,22 +2736,22 @@ declare const _default: {
2737
2736
  validatorsLen: string;
2738
2737
  };
2739
2738
  /**
2740
- * Lookup421: sp_core::offchain::OpaqueNetworkState
2739
+ * Lookup419: sp_core::offchain::OpaqueNetworkState
2741
2740
  **/
2742
2741
  SpCoreOffchainOpaqueNetworkState: {
2743
2742
  peerId: string;
2744
2743
  externalAddresses: string;
2745
2744
  };
2746
2745
  /**
2747
- * Lookup425: pallet_im_online::sr25519::app_sr25519::Signature
2746
+ * Lookup423: pallet_im_online::sr25519::app_sr25519::Signature
2748
2747
  **/
2749
2748
  PalletImOnlineSr25519AppSr25519Signature: string;
2750
2749
  /**
2751
- * Lookup426: sp_core::sr25519::Signature
2750
+ * Lookup424: sp_core::sr25519::Signature
2752
2751
  **/
2753
2752
  SpCoreSr25519Signature: string;
2754
2753
  /**
2755
- * Lookup427: pallet_sudo::Call<T>
2754
+ * Lookup425: pallet_sudo::Call<T>
2756
2755
  **/
2757
2756
  PalletSudoCall: {
2758
2757
  _enum: {
@@ -2776,7 +2775,7 @@ declare const _default: {
2776
2775
  };
2777
2776
  };
2778
2777
  /**
2779
- * Lookup428: pallet_asset::Call<T>
2778
+ * Lookup426: pallet_asset::Call<T>
2780
2779
  **/
2781
2780
  PalletAssetCall: {
2782
2781
  _enum: {
@@ -2913,10 +2912,14 @@ declare const _default: {
2913
2912
  ticker: string;
2914
2913
  assetId: string;
2915
2914
  };
2915
+ unlink_ticker_from_asset_id: {
2916
+ ticker: string;
2917
+ assetId: string;
2918
+ };
2916
2919
  };
2917
2920
  };
2918
2921
  /**
2919
- * Lookup431: pallet_corporate_actions::distribution::Call<T>
2922
+ * Lookup429: pallet_corporate_actions::distribution::Call<T>
2920
2923
  **/
2921
2924
  PalletCorporateActionsDistributionCall: {
2922
2925
  _enum: {
@@ -2945,7 +2948,7 @@ declare const _default: {
2945
2948
  };
2946
2949
  };
2947
2950
  /**
2948
- * Lookup433: pallet_asset::checkpoint::Call<T>
2951
+ * Lookup431: pallet_asset::checkpoint::Call<T>
2949
2952
  **/
2950
2953
  PalletAssetCheckpointCall: {
2951
2954
  _enum: {
@@ -2966,7 +2969,7 @@ declare const _default: {
2966
2969
  };
2967
2970
  };
2968
2971
  /**
2969
- * Lookup434: pallet_compliance_manager::Call<T>
2972
+ * Lookup432: pallet_compliance_manager::Call<T>
2970
2973
  **/
2971
2974
  PalletComplianceManagerCall: {
2972
2975
  _enum: {
@@ -3007,7 +3010,7 @@ declare const _default: {
3007
3010
  };
3008
3011
  };
3009
3012
  /**
3010
- * Lookup435: pallet_corporate_actions::Call<T>
3013
+ * Lookup433: pallet_corporate_actions::Call<T>
3011
3014
  **/
3012
3015
  PalletCorporateActionsCall: {
3013
3016
  _enum: {
@@ -3060,7 +3063,7 @@ declare const _default: {
3060
3063
  };
3061
3064
  };
3062
3065
  /**
3063
- * Lookup437: pallet_corporate_actions::RecordDateSpec
3066
+ * Lookup435: pallet_corporate_actions::RecordDateSpec
3064
3067
  **/
3065
3068
  PalletCorporateActionsRecordDateSpec: {
3066
3069
  _enum: {
@@ -3070,7 +3073,7 @@ declare const _default: {
3070
3073
  };
3071
3074
  };
3072
3075
  /**
3073
- * Lookup440: pallet_corporate_actions::InitiateCorporateActionArgs
3076
+ * Lookup438: pallet_corporate_actions::InitiateCorporateActionArgs
3074
3077
  **/
3075
3078
  PalletCorporateActionsInitiateCorporateActionArgs: {
3076
3079
  assetId: string;
@@ -3083,7 +3086,7 @@ declare const _default: {
3083
3086
  withholdingTax: string;
3084
3087
  };
3085
3088
  /**
3086
- * Lookup441: pallet_corporate_actions::ballot::Call<T>
3089
+ * Lookup439: pallet_corporate_actions::ballot::Call<T>
3087
3090
  **/
3088
3091
  PalletCorporateActionsBallotCall: {
3089
3092
  _enum: {
@@ -3115,7 +3118,7 @@ declare const _default: {
3115
3118
  };
3116
3119
  };
3117
3120
  /**
3118
- * Lookup442: pallet_pips::Call<T>
3121
+ * Lookup440: pallet_pips::Call<T>
3119
3122
  **/
3120
3123
  PalletPipsCall: {
3121
3124
  _enum: {
@@ -3176,13 +3179,13 @@ declare const _default: {
3176
3179
  };
3177
3180
  };
3178
3181
  /**
3179
- * Lookup445: pallet_pips::SnapshotResult
3182
+ * Lookup443: pallet_pips::SnapshotResult
3180
3183
  **/
3181
3184
  PalletPipsSnapshotResult: {
3182
3185
  _enum: string[];
3183
3186
  };
3184
3187
  /**
3185
- * Lookup446: pallet_portfolio::Call<T>
3188
+ * Lookup444: pallet_portfolio::Call<T>
3186
3189
  **/
3187
3190
  PalletPortfolioCall: {
3188
3191
  _enum: {
@@ -3228,14 +3231,14 @@ declare const _default: {
3228
3231
  };
3229
3232
  };
3230
3233
  /**
3231
- * Lookup448: polymesh_primitives::portfolio::Fund
3234
+ * Lookup446: polymesh_primitives::portfolio::Fund
3232
3235
  **/
3233
3236
  PolymeshPrimitivesPortfolioFund: {
3234
3237
  description: string;
3235
3238
  memo: string;
3236
3239
  };
3237
3240
  /**
3238
- * Lookup449: pallet_protocol_fee::Call<T>
3241
+ * Lookup447: pallet_protocol_fee::Call<T>
3239
3242
  **/
3240
3243
  PalletProtocolFeeCall: {
3241
3244
  _enum: {
@@ -3249,13 +3252,13 @@ declare const _default: {
3249
3252
  };
3250
3253
  };
3251
3254
  /**
3252
- * Lookup450: polymesh_common_utilities::protocol_fee::ProtocolOp
3255
+ * Lookup448: polymesh_common_utilities::protocol_fee::ProtocolOp
3253
3256
  **/
3254
3257
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3255
3258
  _enum: string[];
3256
3259
  };
3257
3260
  /**
3258
- * Lookup451: pallet_scheduler::pallet::Call<T>
3261
+ * Lookup449: pallet_scheduler::pallet::Call<T>
3259
3262
  **/
3260
3263
  PalletSchedulerCall: {
3261
3264
  _enum: {
@@ -3295,7 +3298,7 @@ declare const _default: {
3295
3298
  };
3296
3299
  };
3297
3300
  /**
3298
- * Lookup453: pallet_settlement::Call<T>
3301
+ * Lookup451: pallet_settlement::Call<T>
3299
3302
  **/
3300
3303
  PalletSettlementCall: {
3301
3304
  _enum: {
@@ -3429,7 +3432,7 @@ declare const _default: {
3429
3432
  };
3430
3433
  };
3431
3434
  /**
3432
- * Lookup455: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3435
+ * Lookup453: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3433
3436
  **/
3434
3437
  PolymeshPrimitivesSettlementReceiptDetails: {
3435
3438
  uid: string;
@@ -3440,7 +3443,7 @@ declare const _default: {
3440
3443
  metadata: string;
3441
3444
  };
3442
3445
  /**
3443
- * Lookup456: sp_runtime::MultiSignature
3446
+ * Lookup454: sp_runtime::MultiSignature
3444
3447
  **/
3445
3448
  SpRuntimeMultiSignature: {
3446
3449
  _enum: {
@@ -3450,11 +3453,11 @@ declare const _default: {
3450
3453
  };
3451
3454
  };
3452
3455
  /**
3453
- * Lookup457: sp_core::ecdsa::Signature
3456
+ * Lookup455: sp_core::ecdsa::Signature
3454
3457
  **/
3455
3458
  SpCoreEcdsaSignature: string;
3456
3459
  /**
3457
- * Lookup460: polymesh_primitives::settlement::AffirmationCount
3460
+ * Lookup458: polymesh_primitives::settlement::AffirmationCount
3458
3461
  **/
3459
3462
  PolymeshPrimitivesSettlementAffirmationCount: {
3460
3463
  senderAssetCount: string;
@@ -3462,7 +3465,7 @@ declare const _default: {
3462
3465
  offchainCount: string;
3463
3466
  };
3464
3467
  /**
3465
- * Lookup461: polymesh_primitives::settlement::AssetCount
3468
+ * Lookup459: polymesh_primitives::settlement::AssetCount
3466
3469
  **/
3467
3470
  PolymeshPrimitivesSettlementAssetCount: {
3468
3471
  fungible: string;
@@ -3470,7 +3473,7 @@ declare const _default: {
3470
3473
  offChain: string;
3471
3474
  };
3472
3475
  /**
3473
- * Lookup464: pallet_statistics::Call<T>
3476
+ * Lookup462: pallet_statistics::Call<T>
3474
3477
  **/
3475
3478
  PalletStatisticsCall: {
3476
3479
  _enum: {
@@ -3495,7 +3498,7 @@ declare const _default: {
3495
3498
  };
3496
3499
  };
3497
3500
  /**
3498
- * Lookup468: pallet_sto::Call<T>
3501
+ * Lookup466: pallet_sto::Call<T>
3499
3502
  **/
3500
3503
  PalletStoCall: {
3501
3504
  _enum: {
@@ -3541,14 +3544,14 @@ declare const _default: {
3541
3544
  };
3542
3545
  };
3543
3546
  /**
3544
- * Lookup470: pallet_sto::PriceTier
3547
+ * Lookup468: pallet_sto::PriceTier
3545
3548
  **/
3546
3549
  PalletStoPriceTier: {
3547
3550
  total: string;
3548
3551
  price: string;
3549
3552
  };
3550
3553
  /**
3551
- * Lookup472: pallet_treasury::Call<T>
3554
+ * Lookup470: pallet_treasury::Call<T>
3552
3555
  **/
3553
3556
  PalletTreasuryCall: {
3554
3557
  _enum: {
@@ -3561,14 +3564,14 @@ declare const _default: {
3561
3564
  };
3562
3565
  };
3563
3566
  /**
3564
- * Lookup474: polymesh_primitives::Beneficiary<Balance>
3567
+ * Lookup472: polymesh_primitives::Beneficiary<Balance>
3565
3568
  **/
3566
3569
  PolymeshPrimitivesBeneficiary: {
3567
3570
  id: string;
3568
3571
  amount: string;
3569
3572
  };
3570
3573
  /**
3571
- * Lookup475: pallet_utility::pallet::Call<T>
3574
+ * Lookup473: pallet_utility::pallet::Call<T>
3572
3575
  **/
3573
3576
  PalletUtilityCall: {
3574
3577
  _enum: {
@@ -3594,15 +3597,9 @@ declare const _default: {
3594
3597
  call: string;
3595
3598
  weight: string;
3596
3599
  };
3597
- batch_old: {
3598
- calls: string;
3599
- };
3600
- batch_atomic: {
3601
- calls: string;
3602
- };
3603
- batch_optimistic: {
3604
- calls: string;
3605
- };
3600
+ __Unused6: string;
3601
+ __Unused7: string;
3602
+ __Unused8: string;
3606
3603
  as_derivative: {
3607
3604
  index: string;
3608
3605
  call: string;
@@ -3610,14 +3607,14 @@ declare const _default: {
3610
3607
  };
3611
3608
  };
3612
3609
  /**
3613
- * Lookup477: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3610
+ * Lookup475: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3614
3611
  **/
3615
3612
  PalletUtilityUniqueCall: {
3616
3613
  nonce: string;
3617
3614
  call: string;
3618
3615
  };
3619
3616
  /**
3620
- * Lookup478: polymesh_runtime_develop::runtime::OriginCaller
3617
+ * Lookup476: polymesh_runtime_develop::runtime::OriginCaller
3621
3618
  **/
3622
3619
  PolymeshRuntimeDevelopRuntimeOriginCaller: {
3623
3620
  _enum: {
@@ -3638,7 +3635,7 @@ declare const _default: {
3638
3635
  };
3639
3636
  };
3640
3637
  /**
3641
- * Lookup479: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3638
+ * Lookup477: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3642
3639
  **/
3643
3640
  FrameSupportDispatchRawOrigin: {
3644
3641
  _enum: {
@@ -3648,33 +3645,33 @@ declare const _default: {
3648
3645
  };
3649
3646
  };
3650
3647
  /**
3651
- * Lookup480: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3648
+ * Lookup478: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3652
3649
  **/
3653
3650
  PalletCommitteeRawOriginInstance1: {
3654
3651
  _enum: string[];
3655
3652
  };
3656
3653
  /**
3657
- * Lookup481: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3654
+ * Lookup479: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3658
3655
  **/
3659
3656
  PalletCommitteeRawOriginInstance3: {
3660
3657
  _enum: string[];
3661
3658
  };
3662
3659
  /**
3663
- * Lookup482: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3660
+ * Lookup480: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3664
3661
  **/
3665
3662
  PalletCommitteeRawOriginInstance4: {
3666
3663
  _enum: string[];
3667
3664
  };
3668
3665
  /**
3669
- * Lookup483: sp_core::Void
3666
+ * Lookup481: sp_core::Void
3670
3667
  **/
3671
3668
  SpCoreVoid: string;
3672
3669
  /**
3673
- * Lookup484: pallet_base::Call<T>
3670
+ * Lookup482: pallet_base::Call<T>
3674
3671
  **/
3675
3672
  PalletBaseCall: string;
3676
3673
  /**
3677
- * Lookup485: pallet_external_agents::Call<T>
3674
+ * Lookup483: pallet_external_agents::Call<T>
3678
3675
  **/
3679
3676
  PalletExternalAgentsCall: {
3680
3677
  _enum: {
@@ -3716,7 +3713,7 @@ declare const _default: {
3716
3713
  };
3717
3714
  };
3718
3715
  /**
3719
- * Lookup486: pallet_relayer::Call<T>
3716
+ * Lookup484: pallet_relayer::Call<T>
3720
3717
  **/
3721
3718
  PalletRelayerCall: {
3722
3719
  _enum: {
@@ -3746,7 +3743,7 @@ declare const _default: {
3746
3743
  };
3747
3744
  };
3748
3745
  /**
3749
- * Lookup487: pallet_contracts::pallet::Call<T>
3746
+ * Lookup485: pallet_contracts::pallet::Call<T>
3750
3747
  **/
3751
3748
  PalletContractsCall: {
3752
3749
  _enum: {
@@ -3811,13 +3808,13 @@ declare const _default: {
3811
3808
  };
3812
3809
  };
3813
3810
  /**
3814
- * Lookup491: pallet_contracts::wasm::Determinism
3811
+ * Lookup489: pallet_contracts::wasm::Determinism
3815
3812
  **/
3816
3813
  PalletContractsWasmDeterminism: {
3817
3814
  _enum: string[];
3818
3815
  };
3819
3816
  /**
3820
- * Lookup492: polymesh_contracts::Call<T>
3817
+ * Lookup490: polymesh_contracts::Call<T>
3821
3818
  **/
3822
3819
  PolymeshContractsCall: {
3823
3820
  _enum: {
@@ -3865,14 +3862,14 @@ declare const _default: {
3865
3862
  };
3866
3863
  };
3867
3864
  /**
3868
- * Lookup495: polymesh_contracts::NextUpgrade<T>
3865
+ * Lookup493: polymesh_contracts::NextUpgrade<T>
3869
3866
  **/
3870
3867
  PolymeshContractsNextUpgrade: {
3871
3868
  chainVersion: string;
3872
3869
  apiHash: string;
3873
3870
  };
3874
3871
  /**
3875
- * Lookup496: polymesh_contracts::ApiCodeHash<T>
3872
+ * Lookup494: polymesh_contracts::ApiCodeHash<T>
3876
3873
  **/
3877
3874
  PolymeshContractsApiCodeHash: {
3878
3875
  _alias: {
@@ -3881,7 +3878,7 @@ declare const _default: {
3881
3878
  hash_: string;
3882
3879
  };
3883
3880
  /**
3884
- * Lookup497: pallet_preimage::pallet::Call<T>
3881
+ * Lookup495: pallet_preimage::pallet::Call<T>
3885
3882
  **/
3886
3883
  PalletPreimageCall: {
3887
3884
  _enum: {
@@ -3909,7 +3906,7 @@ declare const _default: {
3909
3906
  };
3910
3907
  };
3911
3908
  /**
3912
- * Lookup498: pallet_nft::Call<T>
3909
+ * Lookup496: pallet_nft::Call<T>
3913
3910
  **/
3914
3911
  PalletNftCall: {
3915
3912
  _enum: {
@@ -3937,18 +3934,18 @@ declare const _default: {
3937
3934
  };
3938
3935
  };
3939
3936
  /**
3940
- * Lookup501: polymesh_primitives::nft::NFTCollectionKeys
3937
+ * Lookup499: polymesh_primitives::nft::NFTCollectionKeys
3941
3938
  **/
3942
3939
  PolymeshPrimitivesNftNftCollectionKeys: string;
3943
3940
  /**
3944
- * Lookup504: polymesh_primitives::nft::NFTMetadataAttribute
3941
+ * Lookup502: polymesh_primitives::nft::NFTMetadataAttribute
3945
3942
  **/
3946
3943
  PolymeshPrimitivesNftNftMetadataAttribute: {
3947
3944
  key: string;
3948
3945
  value: string;
3949
3946
  };
3950
3947
  /**
3951
- * Lookup506: pallet_election_provider_multi_phase::pallet::Call<T>
3948
+ * Lookup504: pallet_election_provider_multi_phase::pallet::Call<T>
3952
3949
  **/
3953
3950
  PalletElectionProviderMultiPhaseCall: {
3954
3951
  _enum: {
@@ -3972,7 +3969,7 @@ declare const _default: {
3972
3969
  };
3973
3970
  };
3974
3971
  /**
3975
- * Lookup507: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
3972
+ * Lookup505: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
3976
3973
  **/
3977
3974
  PalletElectionProviderMultiPhaseRawSolution: {
3978
3975
  solution: string;
@@ -3980,7 +3977,7 @@ declare const _default: {
3980
3977
  round: string;
3981
3978
  };
3982
3979
  /**
3983
- * Lookup508: polymesh_runtime_common::NposSolution16
3980
+ * Lookup506: polymesh_runtime_common::NposSolution16
3984
3981
  **/
3985
3982
  PolymeshRuntimeCommonNposSolution16: {
3986
3983
  votes1: string;
@@ -4001,21 +3998,21 @@ declare const _default: {
4001
3998
  votes16: string;
4002
3999
  };
4003
4000
  /**
4004
- * Lookup559: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
4001
+ * Lookup557: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
4005
4002
  **/
4006
4003
  PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
4007
4004
  voters: string;
4008
4005
  targets: string;
4009
4006
  };
4010
4007
  /**
4011
- * Lookup563: sp_npos_elections::Support<sp_core::crypto::AccountId32>
4008
+ * Lookup561: sp_npos_elections::Support<sp_core::crypto::AccountId32>
4012
4009
  **/
4013
4010
  SpNposElectionsSupport: {
4014
4011
  total: string;
4015
4012
  voters: string;
4016
4013
  };
4017
4014
  /**
4018
- * Lookup566: pallet_test_utils::Call<T>
4015
+ * Lookup564: pallet_test_utils::Call<T>
4019
4016
  **/
4020
4017
  PalletTestUtilsCall: {
4021
4018
  _enum: {
@@ -4032,7 +4029,7 @@ declare const _default: {
4032
4029
  };
4033
4030
  };
4034
4031
  /**
4035
- * Lookup567: pallet_committee::PolymeshVotes<BlockNumber>
4032
+ * Lookup565: pallet_committee::PolymeshVotes<BlockNumber>
4036
4033
  **/
4037
4034
  PalletCommitteePolymeshVotes: {
4038
4035
  index: string;
@@ -4041,20 +4038,20 @@ declare const _default: {
4041
4038
  expiry: string;
4042
4039
  };
4043
4040
  /**
4044
- * Lookup569: pallet_committee::Error<T, I>
4041
+ * Lookup567: pallet_committee::Error<T, I>
4045
4042
  **/
4046
4043
  PalletCommitteeError: {
4047
4044
  _enum: string[];
4048
4045
  };
4049
4046
  /**
4050
- * Lookup578: polymesh_primitives::multisig::ProposalVoteCount
4047
+ * Lookup576: polymesh_primitives::multisig::ProposalVoteCount
4051
4048
  **/
4052
4049
  PolymeshPrimitivesMultisigProposalVoteCount: {
4053
4050
  approvals: string;
4054
4051
  rejections: string;
4055
4052
  };
4056
4053
  /**
4057
- * Lookup579: polymesh_primitives::multisig::ProposalState<Moment>
4054
+ * Lookup577: polymesh_primitives::multisig::ProposalState<Moment>
4058
4055
  **/
4059
4056
  PolymeshPrimitivesMultisigProposalState: {
4060
4057
  _enum: {
@@ -4067,13 +4064,13 @@ declare const _default: {
4067
4064
  };
4068
4065
  };
4069
4066
  /**
4070
- * Lookup581: pallet_multisig::pallet::Error<T>
4067
+ * Lookup579: pallet_multisig::pallet::Error<T>
4071
4068
  **/
4072
4069
  PalletMultisigError: {
4073
4070
  _enum: string[];
4074
4071
  };
4075
4072
  /**
4076
- * Lookup583: pallet_bridge::BridgeTxDetail<BlockNumber>
4073
+ * Lookup581: pallet_bridge::BridgeTxDetail<BlockNumber>
4077
4074
  **/
4078
4075
  PalletBridgeBridgeTxDetail: {
4079
4076
  amount: string;
@@ -4082,7 +4079,7 @@ declare const _default: {
4082
4079
  txHash: string;
4083
4080
  };
4084
4081
  /**
4085
- * Lookup584: pallet_bridge::BridgeTxStatus
4082
+ * Lookup582: pallet_bridge::BridgeTxStatus
4086
4083
  **/
4087
4084
  PalletBridgeBridgeTxStatus: {
4088
4085
  _enum: {
@@ -4094,7 +4091,7 @@ declare const _default: {
4094
4091
  };
4095
4092
  };
4096
4093
  /**
4097
- * Lookup587: pallet_staking::StakingLedger<T>
4094
+ * Lookup585: pallet_staking::StakingLedger<T>
4098
4095
  **/
4099
4096
  PalletStakingStakingLedger: {
4100
4097
  stash: string;
@@ -4104,14 +4101,14 @@ declare const _default: {
4104
4101
  claimedRewards: string;
4105
4102
  };
4106
4103
  /**
4107
- * Lookup589: pallet_staking::UnlockChunk<Balance>
4104
+ * Lookup587: pallet_staking::UnlockChunk<Balance>
4108
4105
  **/
4109
4106
  PalletStakingUnlockChunk: {
4110
4107
  value: string;
4111
4108
  era: string;
4112
4109
  };
4113
4110
  /**
4114
- * Lookup592: pallet_staking::Nominations<T>
4111
+ * Lookup590: pallet_staking::Nominations<T>
4115
4112
  **/
4116
4113
  PalletStakingNominations: {
4117
4114
  targets: string;
@@ -4119,21 +4116,21 @@ declare const _default: {
4119
4116
  suppressed: string;
4120
4117
  };
4121
4118
  /**
4122
- * Lookup594: pallet_staking::ActiveEraInfo
4119
+ * Lookup592: pallet_staking::ActiveEraInfo
4123
4120
  **/
4124
4121
  PalletStakingActiveEraInfo: {
4125
4122
  index: string;
4126
4123
  start: string;
4127
4124
  };
4128
4125
  /**
4129
- * Lookup596: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4126
+ * Lookup594: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4130
4127
  **/
4131
4128
  PalletStakingEraRewardPoints: {
4132
4129
  total: string;
4133
4130
  individual: string;
4134
4131
  };
4135
4132
  /**
4136
- * Lookup600: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4133
+ * Lookup598: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4137
4134
  **/
4138
4135
  PalletStakingUnappliedSlash: {
4139
4136
  validator: string;
@@ -4143,7 +4140,7 @@ declare const _default: {
4143
4140
  payout: string;
4144
4141
  };
4145
4142
  /**
4146
- * Lookup602: pallet_staking::slashing::SlashingSpans
4143
+ * Lookup600: pallet_staking::slashing::SlashingSpans
4147
4144
  **/
4148
4145
  PalletStakingSlashingSlashingSpans: {
4149
4146
  spanIndex: string;
@@ -4152,44 +4149,44 @@ declare const _default: {
4152
4149
  prior: string;
4153
4150
  };
4154
4151
  /**
4155
- * Lookup603: pallet_staking::slashing::SpanRecord<Balance>
4152
+ * Lookup601: pallet_staking::slashing::SpanRecord<Balance>
4156
4153
  **/
4157
4154
  PalletStakingSlashingSpanRecord: {
4158
4155
  slashed: string;
4159
4156
  paidOut: string;
4160
4157
  };
4161
4158
  /**
4162
- * Lookup606: pallet_staking::types::PermissionedIdentityPrefs
4159
+ * Lookup604: pallet_staking::types::PermissionedIdentityPrefs
4163
4160
  **/
4164
4161
  PalletStakingPermissionedIdentityPrefs: {
4165
4162
  intendedCount: string;
4166
4163
  runningCount: string;
4167
4164
  };
4168
4165
  /**
4169
- * Lookup608: pallet_staking::pallet::pallet::Error<T>
4166
+ * Lookup606: pallet_staking::pallet::pallet::Error<T>
4170
4167
  **/
4171
4168
  PalletStakingPalletError: {
4172
4169
  _enum: string[];
4173
4170
  };
4174
4171
  /**
4175
- * Lookup609: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4172
+ * Lookup607: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4176
4173
  **/
4177
4174
  SpStakingOffenceOffenceDetails: {
4178
4175
  offender: string;
4179
4176
  reporters: string;
4180
4177
  };
4181
4178
  /**
4182
- * Lookup614: sp_core::crypto::KeyTypeId
4179
+ * Lookup612: sp_core::crypto::KeyTypeId
4183
4180
  **/
4184
4181
  SpCoreCryptoKeyTypeId: string;
4185
4182
  /**
4186
- * Lookup615: pallet_session::pallet::Error<T>
4183
+ * Lookup613: pallet_session::pallet::Error<T>
4187
4184
  **/
4188
4185
  PalletSessionError: {
4189
4186
  _enum: string[];
4190
4187
  };
4191
4188
  /**
4192
- * Lookup616: pallet_grandpa::StoredState<N>
4189
+ * Lookup614: pallet_grandpa::StoredState<N>
4193
4190
  **/
4194
4191
  PalletGrandpaStoredState: {
4195
4192
  _enum: {
@@ -4206,7 +4203,7 @@ declare const _default: {
4206
4203
  };
4207
4204
  };
4208
4205
  /**
4209
- * Lookup617: pallet_grandpa::StoredPendingChange<N, Limit>
4206
+ * Lookup615: pallet_grandpa::StoredPendingChange<N, Limit>
4210
4207
  **/
4211
4208
  PalletGrandpaStoredPendingChange: {
4212
4209
  scheduledAt: string;
@@ -4215,46 +4212,46 @@ declare const _default: {
4215
4212
  forced: string;
4216
4213
  };
4217
4214
  /**
4218
- * Lookup619: pallet_grandpa::pallet::Error<T>
4215
+ * Lookup617: pallet_grandpa::pallet::Error<T>
4219
4216
  **/
4220
4217
  PalletGrandpaError: {
4221
4218
  _enum: string[];
4222
4219
  };
4223
4220
  /**
4224
- * Lookup623: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4221
+ * Lookup621: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4225
4222
  **/
4226
4223
  PalletImOnlineBoundedOpaqueNetworkState: {
4227
4224
  peerId: string;
4228
4225
  externalAddresses: string;
4229
4226
  };
4230
4227
  /**
4231
- * Lookup627: pallet_im_online::pallet::Error<T>
4228
+ * Lookup625: pallet_im_online::pallet::Error<T>
4232
4229
  **/
4233
4230
  PalletImOnlineError: {
4234
4231
  _enum: string[];
4235
4232
  };
4236
4233
  /**
4237
- * Lookup629: pallet_sudo::Error<T>
4234
+ * Lookup627: pallet_sudo::Error<T>
4238
4235
  **/
4239
4236
  PalletSudoError: {
4240
4237
  _enum: string[];
4241
4238
  };
4242
4239
  /**
4243
- * Lookup630: pallet_asset::types::TickerRegistration<T>
4240
+ * Lookup628: pallet_asset::types::TickerRegistration<T>
4244
4241
  **/
4245
4242
  PalletAssetTickerRegistration: {
4246
4243
  owner: string;
4247
4244
  expiry: string;
4248
4245
  };
4249
4246
  /**
4250
- * Lookup631: pallet_asset::types::TickerRegistrationConfig<T>
4247
+ * Lookup629: pallet_asset::types::TickerRegistrationConfig<T>
4251
4248
  **/
4252
4249
  PalletAssetTickerRegistrationConfig: {
4253
4250
  maxTickerLength: string;
4254
4251
  registrationLength: string;
4255
4252
  };
4256
4253
  /**
4257
- * Lookup632: pallet_asset::types::AssetDetails
4254
+ * Lookup630: pallet_asset::types::AssetDetails
4258
4255
  **/
4259
4256
  PalletAssetAssetDetails: {
4260
4257
  totalSupply: string;
@@ -4263,19 +4260,19 @@ declare const _default: {
4263
4260
  assetType: string;
4264
4261
  };
4265
4262
  /**
4266
- * Lookup642: pallet_asset::error::Error<T>
4263
+ * Lookup640: pallet_asset::error::Error<T>
4267
4264
  **/
4268
4265
  PalletAssetError: {
4269
4266
  _enum: string[];
4270
4267
  };
4271
4268
  /**
4272
- * Lookup645: pallet_corporate_actions::distribution::Error<T>
4269
+ * Lookup643: pallet_corporate_actions::distribution::Error<T>
4273
4270
  **/
4274
4271
  PalletCorporateActionsDistributionError: {
4275
4272
  _enum: string[];
4276
4273
  };
4277
4274
  /**
4278
- * Lookup649: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4275
+ * Lookup647: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4279
4276
  **/
4280
4277
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4281
4278
  nextAt: string;
@@ -4283,44 +4280,44 @@ declare const _default: {
4283
4280
  schedules: string;
4284
4281
  };
4285
4282
  /**
4286
- * Lookup655: pallet_asset::checkpoint::Error<T>
4283
+ * Lookup653: pallet_asset::checkpoint::Error<T>
4287
4284
  **/
4288
4285
  PalletAssetCheckpointError: {
4289
4286
  _enum: string[];
4290
4287
  };
4291
4288
  /**
4292
- * Lookup656: polymesh_primitives::compliance_manager::AssetCompliance
4289
+ * Lookup654: polymesh_primitives::compliance_manager::AssetCompliance
4293
4290
  **/
4294
4291
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4295
4292
  paused: string;
4296
4293
  requirements: string;
4297
4294
  };
4298
4295
  /**
4299
- * Lookup658: pallet_compliance_manager::Error<T>
4296
+ * Lookup656: pallet_compliance_manager::Error<T>
4300
4297
  **/
4301
4298
  PalletComplianceManagerError: {
4302
4299
  _enum: string[];
4303
4300
  };
4304
4301
  /**
4305
- * Lookup661: pallet_corporate_actions::Error<T>
4302
+ * Lookup659: pallet_corporate_actions::Error<T>
4306
4303
  **/
4307
4304
  PalletCorporateActionsError: {
4308
4305
  _enum: string[];
4309
4306
  };
4310
4307
  /**
4311
- * Lookup665: pallet_corporate_actions::ballot::Error<T>
4308
+ * Lookup663: pallet_corporate_actions::ballot::Error<T>
4312
4309
  **/
4313
4310
  PalletCorporateActionsBallotError: {
4314
4311
  _enum: string[];
4315
4312
  };
4316
4313
  /**
4317
- * Lookup666: pallet_permissions::Error<T>
4314
+ * Lookup664: pallet_permissions::Error<T>
4318
4315
  **/
4319
4316
  PalletPermissionsError: {
4320
4317
  _enum: string[];
4321
4318
  };
4322
4319
  /**
4323
- * Lookup667: pallet_pips::PipsMetadata<BlockNumber>
4320
+ * Lookup665: pallet_pips::PipsMetadata<BlockNumber>
4324
4321
  **/
4325
4322
  PalletPipsPipsMetadata: {
4326
4323
  id: string;
@@ -4331,14 +4328,14 @@ declare const _default: {
4331
4328
  expiry: string;
4332
4329
  };
4333
4330
  /**
4334
- * Lookup669: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4331
+ * Lookup667: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4335
4332
  **/
4336
4333
  PalletPipsDepositInfo: {
4337
4334
  owner: string;
4338
4335
  amount: string;
4339
4336
  };
4340
4337
  /**
4341
- * Lookup670: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4338
+ * Lookup668: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4342
4339
  **/
4343
4340
  PalletPipsPip: {
4344
4341
  id: string;
@@ -4346,7 +4343,7 @@ declare const _default: {
4346
4343
  proposer: string;
4347
4344
  };
4348
4345
  /**
4349
- * Lookup671: pallet_pips::VotingResult
4346
+ * Lookup669: pallet_pips::VotingResult
4350
4347
  **/
4351
4348
  PalletPipsVotingResult: {
4352
4349
  ayesCount: string;
@@ -4355,11 +4352,11 @@ declare const _default: {
4355
4352
  naysStake: string;
4356
4353
  };
4357
4354
  /**
4358
- * Lookup672: pallet_pips::Vote
4355
+ * Lookup670: pallet_pips::Vote
4359
4356
  **/
4360
4357
  PalletPipsVote: string;
4361
4358
  /**
4362
- * Lookup673: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4359
+ * Lookup671: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4363
4360
  **/
4364
4361
  PalletPipsSnapshotMetadata: {
4365
4362
  createdAt: string;
@@ -4367,25 +4364,25 @@ declare const _default: {
4367
4364
  id: string;
4368
4365
  };
4369
4366
  /**
4370
- * Lookup675: pallet_pips::Error<T>
4367
+ * Lookup673: pallet_pips::Error<T>
4371
4368
  **/
4372
4369
  PalletPipsError: {
4373
4370
  _enum: string[];
4374
4371
  };
4375
4372
  /**
4376
- * Lookup683: pallet_portfolio::Error<T>
4373
+ * Lookup681: pallet_portfolio::Error<T>
4377
4374
  **/
4378
4375
  PalletPortfolioError: {
4379
4376
  _enum: string[];
4380
4377
  };
4381
4378
  /**
4382
- * Lookup684: pallet_protocol_fee::Error<T>
4379
+ * Lookup682: pallet_protocol_fee::Error<T>
4383
4380
  **/
4384
4381
  PalletProtocolFeeError: {
4385
4382
  _enum: string[];
4386
4383
  };
4387
4384
  /**
4388
- * Lookup687: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4385
+ * Lookup685: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4389
4386
  **/
4390
4387
  PalletSchedulerScheduled: {
4391
4388
  maybeId: string;
@@ -4395,7 +4392,7 @@ declare const _default: {
4395
4392
  origin: string;
4396
4393
  };
4397
4394
  /**
4398
- * Lookup688: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4395
+ * Lookup686: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4399
4396
  **/
4400
4397
  FrameSupportPreimagesBounded: {
4401
4398
  _enum: {
@@ -4416,20 +4413,20 @@ declare const _default: {
4416
4413
  };
4417
4414
  };
4418
4415
  /**
4419
- * Lookup691: pallet_scheduler::pallet::Error<T>
4416
+ * Lookup689: pallet_scheduler::pallet::Error<T>
4420
4417
  **/
4421
4418
  PalletSchedulerError: {
4422
4419
  _enum: string[];
4423
4420
  };
4424
4421
  /**
4425
- * Lookup692: polymesh_primitives::settlement::Venue
4422
+ * Lookup690: polymesh_primitives::settlement::Venue
4426
4423
  **/
4427
4424
  PolymeshPrimitivesSettlementVenue: {
4428
4425
  creator: string;
4429
4426
  venueType: string;
4430
4427
  };
4431
4428
  /**
4432
- * Lookup696: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4429
+ * Lookup694: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4433
4430
  **/
4434
4431
  PolymeshPrimitivesSettlementInstruction: {
4435
4432
  instructionId: string;
@@ -4440,7 +4437,7 @@ declare const _default: {
4440
4437
  valueDate: string;
4441
4438
  };
4442
4439
  /**
4443
- * Lookup698: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4440
+ * Lookup696: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4444
4441
  **/
4445
4442
  PolymeshPrimitivesSettlementLegStatus: {
4446
4443
  _enum: {
@@ -4450,13 +4447,13 @@ declare const _default: {
4450
4447
  };
4451
4448
  };
4452
4449
  /**
4453
- * Lookup700: polymesh_primitives::settlement::AffirmationStatus
4450
+ * Lookup698: polymesh_primitives::settlement::AffirmationStatus
4454
4451
  **/
4455
4452
  PolymeshPrimitivesSettlementAffirmationStatus: {
4456
4453
  _enum: string[];
4457
4454
  };
4458
4455
  /**
4459
- * Lookup703: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4456
+ * Lookup701: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4460
4457
  **/
4461
4458
  PolymeshPrimitivesSettlementInstructionStatus: {
4462
4459
  _enum: {
@@ -4468,7 +4465,7 @@ declare const _default: {
4468
4465
  };
4469
4466
  };
4470
4467
  /**
4471
- * Lookup705: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4468
+ * Lookup703: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4472
4469
  **/
4473
4470
  PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
4474
4471
  _enum: {
@@ -4480,76 +4477,76 @@ declare const _default: {
4480
4477
  };
4481
4478
  };
4482
4479
  /**
4483
- * Lookup707: pallet_settlement::Error<T>
4480
+ * Lookup705: pallet_settlement::Error<T>
4484
4481
  **/
4485
4482
  PalletSettlementError: {
4486
4483
  _enum: string[];
4487
4484
  };
4488
4485
  /**
4489
- * Lookup710: polymesh_primitives::statistics::Stat1stKey
4486
+ * Lookup708: polymesh_primitives::statistics::Stat1stKey
4490
4487
  **/
4491
4488
  PolymeshPrimitivesStatisticsStat1stKey: {
4492
4489
  assetId: string;
4493
4490
  statType: string;
4494
4491
  };
4495
4492
  /**
4496
- * Lookup711: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4493
+ * Lookup709: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4497
4494
  **/
4498
4495
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4499
4496
  paused: string;
4500
4497
  requirements: string;
4501
4498
  };
4502
4499
  /**
4503
- * Lookup715: pallet_statistics::Error<T>
4500
+ * Lookup713: pallet_statistics::Error<T>
4504
4501
  **/
4505
4502
  PalletStatisticsError: {
4506
4503
  _enum: string[];
4507
4504
  };
4508
4505
  /**
4509
- * Lookup718: pallet_sto::Error<T>
4506
+ * Lookup716: pallet_sto::Error<T>
4510
4507
  **/
4511
4508
  PalletStoError: {
4512
4509
  _enum: string[];
4513
4510
  };
4514
4511
  /**
4515
- * Lookup719: pallet_treasury::Error<T>
4512
+ * Lookup717: pallet_treasury::Error<T>
4516
4513
  **/
4517
4514
  PalletTreasuryError: {
4518
4515
  _enum: string[];
4519
4516
  };
4520
4517
  /**
4521
- * Lookup720: pallet_utility::pallet::Error<T>
4518
+ * Lookup718: pallet_utility::pallet::Error<T>
4522
4519
  **/
4523
4520
  PalletUtilityError: {
4524
4521
  _enum: string[];
4525
4522
  };
4526
4523
  /**
4527
- * Lookup721: pallet_base::Error<T>
4524
+ * Lookup719: pallet_base::Error<T>
4528
4525
  **/
4529
4526
  PalletBaseError: {
4530
4527
  _enum: string[];
4531
4528
  };
4532
4529
  /**
4533
- * Lookup724: pallet_external_agents::Error<T>
4530
+ * Lookup722: pallet_external_agents::Error<T>
4534
4531
  **/
4535
4532
  PalletExternalAgentsError: {
4536
4533
  _enum: string[];
4537
4534
  };
4538
4535
  /**
4539
- * Lookup725: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4536
+ * Lookup723: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4540
4537
  **/
4541
4538
  PalletRelayerSubsidy: {
4542
4539
  payingKey: string;
4543
4540
  remaining: string;
4544
4541
  };
4545
4542
  /**
4546
- * Lookup726: pallet_relayer::Error<T>
4543
+ * Lookup724: pallet_relayer::Error<T>
4547
4544
  **/
4548
4545
  PalletRelayerError: {
4549
4546
  _enum: string[];
4550
4547
  };
4551
4548
  /**
4552
- * Lookup728: pallet_contracts::wasm::PrefabWasmModule<T>
4549
+ * Lookup726: pallet_contracts::wasm::PrefabWasmModule<T>
4553
4550
  **/
4554
4551
  PalletContractsWasmPrefabWasmModule: {
4555
4552
  instructionWeightsVersion: string;
@@ -4559,7 +4556,7 @@ declare const _default: {
4559
4556
  determinism: string;
4560
4557
  };
4561
4558
  /**
4562
- * Lookup730: pallet_contracts::wasm::OwnerInfo<T>
4559
+ * Lookup728: pallet_contracts::wasm::OwnerInfo<T>
4563
4560
  **/
4564
4561
  PalletContractsWasmOwnerInfo: {
4565
4562
  owner: string;
@@ -4567,7 +4564,7 @@ declare const _default: {
4567
4564
  refcount: string;
4568
4565
  };
4569
4566
  /**
4570
- * Lookup731: pallet_contracts::storage::ContractInfo<T>
4567
+ * Lookup729: pallet_contracts::storage::ContractInfo<T>
4571
4568
  **/
4572
4569
  PalletContractsStorageContractInfo: {
4573
4570
  trieId: string;
@@ -4580,13 +4577,13 @@ declare const _default: {
4580
4577
  storageBaseDeposit: string;
4581
4578
  };
4582
4579
  /**
4583
- * Lookup734: pallet_contracts::storage::DeletedContract
4580
+ * Lookup732: pallet_contracts::storage::DeletedContract
4584
4581
  **/
4585
4582
  PalletContractsStorageDeletedContract: {
4586
4583
  trieId: string;
4587
4584
  };
4588
4585
  /**
4589
- * Lookup736: pallet_contracts::schedule::Schedule<T>
4586
+ * Lookup734: pallet_contracts::schedule::Schedule<T>
4590
4587
  **/
4591
4588
  PalletContractsSchedule: {
4592
4589
  limits: string;
@@ -4594,7 +4591,7 @@ declare const _default: {
4594
4591
  hostFnWeights: string;
4595
4592
  };
4596
4593
  /**
4597
- * Lookup737: pallet_contracts::schedule::Limits
4594
+ * Lookup735: pallet_contracts::schedule::Limits
4598
4595
  **/
4599
4596
  PalletContractsScheduleLimits: {
4600
4597
  eventTopics: string;
@@ -4608,7 +4605,7 @@ declare const _default: {
4608
4605
  payloadLen: string;
4609
4606
  };
4610
4607
  /**
4611
- * Lookup738: pallet_contracts::schedule::InstructionWeights<T>
4608
+ * Lookup736: pallet_contracts::schedule::InstructionWeights<T>
4612
4609
  **/
4613
4610
  PalletContractsScheduleInstructionWeights: {
4614
4611
  _alias: {
@@ -4670,7 +4667,7 @@ declare const _default: {
4670
4667
  i64rotr: string;
4671
4668
  };
4672
4669
  /**
4673
- * Lookup739: pallet_contracts::schedule::HostFnWeights<T>
4670
+ * Lookup737: pallet_contracts::schedule::HostFnWeights<T>
4674
4671
  **/
4675
4672
  PalletContractsScheduleHostFnWeights: {
4676
4673
  _alias: {
@@ -4737,19 +4734,19 @@ declare const _default: {
4737
4734
  instantiationNonce: string;
4738
4735
  };
4739
4736
  /**
4740
- * Lookup740: pallet_contracts::pallet::Error<T>
4737
+ * Lookup738: pallet_contracts::pallet::Error<T>
4741
4738
  **/
4742
4739
  PalletContractsError: {
4743
4740
  _enum: string[];
4744
4741
  };
4745
4742
  /**
4746
- * Lookup742: polymesh_contracts::Error<T>
4743
+ * Lookup740: polymesh_contracts::Error<T>
4747
4744
  **/
4748
4745
  PolymeshContractsError: {
4749
4746
  _enum: string[];
4750
4747
  };
4751
4748
  /**
4752
- * Lookup743: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4749
+ * Lookup741: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4753
4750
  **/
4754
4751
  PalletPreimageRequestStatus: {
4755
4752
  _enum: {
@@ -4765,26 +4762,26 @@ declare const _default: {
4765
4762
  };
4766
4763
  };
4767
4764
  /**
4768
- * Lookup747: pallet_preimage::pallet::Error<T>
4765
+ * Lookup745: pallet_preimage::pallet::Error<T>
4769
4766
  **/
4770
4767
  PalletPreimageError: {
4771
4768
  _enum: string[];
4772
4769
  };
4773
4770
  /**
4774
- * Lookup748: polymesh_primitives::nft::NFTCollection
4771
+ * Lookup746: polymesh_primitives::nft::NFTCollection
4775
4772
  **/
4776
4773
  PolymeshPrimitivesNftNftCollection: {
4777
4774
  id: string;
4778
4775
  assetId: string;
4779
4776
  };
4780
4777
  /**
4781
- * Lookup753: pallet_nft::Error<T>
4778
+ * Lookup751: pallet_nft::Error<T>
4782
4779
  **/
4783
4780
  PalletNftError: {
4784
4781
  _enum: string[];
4785
4782
  };
4786
4783
  /**
4787
- * Lookup754: pallet_election_provider_multi_phase::ReadySolution<T>
4784
+ * Lookup752: pallet_election_provider_multi_phase::ReadySolution<T>
4788
4785
  **/
4789
4786
  PalletElectionProviderMultiPhaseReadySolution: {
4790
4787
  supports: string;
@@ -4792,14 +4789,14 @@ declare const _default: {
4792
4789
  compute: string;
4793
4790
  };
4794
4791
  /**
4795
- * Lookup756: pallet_election_provider_multi_phase::RoundSnapshot<T>
4792
+ * Lookup754: pallet_election_provider_multi_phase::RoundSnapshot<T>
4796
4793
  **/
4797
4794
  PalletElectionProviderMultiPhaseRoundSnapshot: {
4798
4795
  voters: string;
4799
4796
  targets: string;
4800
4797
  };
4801
4798
  /**
4802
- * Lookup762: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
4799
+ * Lookup760: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
4803
4800
  **/
4804
4801
  PalletElectionProviderMultiPhaseSignedSignedSubmission: {
4805
4802
  who: string;
@@ -4808,49 +4805,49 @@ declare const _default: {
4808
4805
  callFee: string;
4809
4806
  };
4810
4807
  /**
4811
- * Lookup763: pallet_election_provider_multi_phase::pallet::Error<T>
4808
+ * Lookup761: pallet_election_provider_multi_phase::pallet::Error<T>
4812
4809
  **/
4813
4810
  PalletElectionProviderMultiPhaseError: {
4814
4811
  _enum: string[];
4815
4812
  };
4816
4813
  /**
4817
- * Lookup764: pallet_test_utils::Error<T>
4814
+ * Lookup762: pallet_test_utils::Error<T>
4818
4815
  **/
4819
4816
  PalletTestUtilsError: string;
4820
4817
  /**
4821
- * Lookup767: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4818
+ * Lookup765: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4822
4819
  **/
4823
4820
  FrameSystemExtensionsCheckSpecVersion: string;
4824
4821
  /**
4825
- * Lookup768: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4822
+ * Lookup766: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4826
4823
  **/
4827
4824
  FrameSystemExtensionsCheckTxVersion: string;
4828
4825
  /**
4829
- * Lookup769: frame_system::extensions::check_genesis::CheckGenesis<T>
4826
+ * Lookup767: frame_system::extensions::check_genesis::CheckGenesis<T>
4830
4827
  **/
4831
4828
  FrameSystemExtensionsCheckGenesis: string;
4832
4829
  /**
4833
- * Lookup772: frame_system::extensions::check_nonce::CheckNonce<T>
4830
+ * Lookup770: frame_system::extensions::check_nonce::CheckNonce<T>
4834
4831
  **/
4835
4832
  FrameSystemExtensionsCheckNonce: string;
4836
4833
  /**
4837
- * Lookup773: polymesh_extensions::check_weight::CheckWeight<T>
4834
+ * Lookup771: polymesh_extensions::check_weight::CheckWeight<T>
4838
4835
  **/
4839
4836
  PolymeshExtensionsCheckWeight: string;
4840
4837
  /**
4841
- * Lookup774: frame_system::extensions::check_weight::CheckWeight<T>
4838
+ * Lookup772: frame_system::extensions::check_weight::CheckWeight<T>
4842
4839
  **/
4843
4840
  FrameSystemExtensionsCheckWeight: string;
4844
4841
  /**
4845
- * Lookup775: pallet_transaction_payment::ChargeTransactionPayment<T>
4842
+ * Lookup773: pallet_transaction_payment::ChargeTransactionPayment<T>
4846
4843
  **/
4847
4844
  PalletTransactionPaymentChargeTransactionPayment: string;
4848
4845
  /**
4849
- * Lookup776: pallet_permissions::StoreCallMetadata<T>
4846
+ * Lookup774: pallet_permissions::StoreCallMetadata<T>
4850
4847
  **/
4851
4848
  PalletPermissionsStoreCallMetadata: string;
4852
4849
  /**
4853
- * Lookup777: polymesh_runtime_develop::runtime::Runtime
4850
+ * Lookup775: polymesh_runtime_develop::runtime::Runtime
4854
4851
  **/
4855
4852
  PolymeshRuntimeDevelopRuntime: string;
4856
4853
  };