@polymeshassociation/polymesh-sdk 24.4.0-alpha.3 → 24.4.0-alpha.4

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 (46) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/api/procedures/addInstruction.d.ts +0 -4
  3. package/api/procedures/addInstruction.d.ts.map +1 -1
  4. package/api/procedures/addInstruction.js +13 -34
  5. package/api/procedures/addInstruction.js.map +1 -1
  6. package/generated/types.d.ts +12 -2
  7. package/generated/types.d.ts.map +1 -1
  8. package/generated/types.js +12 -1
  9. package/generated/types.js.map +1 -1
  10. package/npm-package/polymeshassociation-polymesh-sdk-24.4.0-alpha.4.tgz +0 -0
  11. package/package.json +4 -4
  12. package/polkadot/augment-api-consts.d.ts +45 -47
  13. package/polkadot/augment-api-consts.d.ts.map +1 -1
  14. package/polkadot/augment-api-errors.d.ts +77 -0
  15. package/polkadot/augment-api-errors.d.ts.map +1 -1
  16. package/polkadot/augment-api-events.d.ts +56 -11
  17. package/polkadot/augment-api-events.d.ts.map +1 -1
  18. package/polkadot/augment-api-query.d.ts +94 -16
  19. package/polkadot/augment-api-query.d.ts.map +1 -1
  20. package/polkadot/augment-api-rpc.d.ts +19 -5
  21. package/polkadot/augment-api-rpc.d.ts.map +1 -1
  22. package/polkadot/augment-api-tx.d.ts +201 -234
  23. package/polkadot/augment-api-tx.d.ts.map +1 -1
  24. package/polkadot/augment-types.d.ts +43 -6
  25. package/polkadot/augment-types.d.ts.map +1 -1
  26. package/polkadot/lookup.d.ts +323 -229
  27. package/polkadot/lookup.d.ts.map +1 -1
  28. package/polkadot/lookup.js +341 -229
  29. package/polkadot/lookup.js.map +1 -1
  30. package/polkadot/registry.d.ts +11 -5
  31. package/polkadot/registry.d.ts.map +1 -1
  32. package/polkadot/schema.d.ts +45 -0
  33. package/polkadot/schema.d.ts.map +1 -1
  34. package/polkadot/schema.js +73 -0
  35. package/polkadot/schema.js.map +1 -1
  36. package/polkadot/settlement/definitions.d.ts +16 -0
  37. package/polkadot/settlement/definitions.d.ts.map +1 -1
  38. package/polkadot/settlement/definitions.js +24 -0
  39. package/polkadot/settlement/definitions.js.map +1 -1
  40. package/polkadot/types-lookup.d.ts +336 -239
  41. package/polkadot/types-lookup.d.ts.map +1 -1
  42. package/utils/constants.d.ts +2 -2
  43. package/utils/constants.d.ts.map +1 -1
  44. package/utils/constants.js +2 -2
  45. package/utils/constants.js.map +1 -1
  46. package/npm-package/polymeshassociation-polymesh-sdk-24.4.0-alpha.3.tgz +0 -0
@@ -561,6 +561,7 @@ declare const _default: {
561
561
  ProposalRejected: string;
562
562
  ProposalExecutionFailed: string;
563
563
  SchedulingFailed: string;
564
+ ProposalFailedToExecute: string;
564
565
  };
565
566
  };
566
567
  /**
@@ -615,9 +616,9 @@ declare const _default: {
615
616
  };
616
617
  };
617
618
  /**
618
- * Lookup101: pallet_staking::RawEvent<Balance, sp_core::crypto::AccountId32>
619
+ * Lookup101: pallet_staking::pallet::pallet::Event<T>
619
620
  **/
620
- PalletStakingRawEvent: {
621
+ PalletStakingPalletEvent: {
621
622
  _enum: {
622
623
  EraPayout: string;
623
624
  Reward: string;
@@ -639,13 +640,13 @@ declare const _default: {
639
640
  };
640
641
  };
641
642
  /**
642
- * Lookup102: pallet_staking::ElectionCompute
643
+ * Lookup102: pallet_staking::types::ElectionCompute
643
644
  **/
644
645
  PalletStakingElectionCompute: {
645
646
  _enum: string[];
646
647
  };
647
648
  /**
648
- * Lookup104: pallet_staking::SlashingSwitch
649
+ * Lookup104: pallet_staking::types::SlashingSwitch
649
650
  **/
650
651
  PalletStakingSlashingSwitch: {
651
652
  _enum: string[];
@@ -1654,7 +1655,39 @@ declare const _default: {
1654
1655
  };
1655
1656
  };
1656
1657
  /**
1657
- * Lookup299: frame_system::Phase
1658
+ * Lookup299: pallet_state_trie_migration::pallet::Event<T>
1659
+ **/
1660
+ PalletStateTrieMigrationEvent: {
1661
+ _enum: {
1662
+ Migrated: {
1663
+ top: string;
1664
+ child: string;
1665
+ compute: string;
1666
+ };
1667
+ Slashed: {
1668
+ who: string;
1669
+ amount: string;
1670
+ };
1671
+ AutoMigrationFinished: string;
1672
+ Halted: {
1673
+ error: string;
1674
+ };
1675
+ };
1676
+ };
1677
+ /**
1678
+ * Lookup300: pallet_state_trie_migration::pallet::MigrationCompute
1679
+ **/
1680
+ PalletStateTrieMigrationMigrationCompute: {
1681
+ _enum: string[];
1682
+ };
1683
+ /**
1684
+ * Lookup301: pallet_state_trie_migration::pallet::Error<T>
1685
+ **/
1686
+ PalletStateTrieMigrationError: {
1687
+ _enum: string[];
1688
+ };
1689
+ /**
1690
+ * Lookup302: frame_system::Phase
1658
1691
  **/
1659
1692
  FrameSystemPhase: {
1660
1693
  _enum: {
@@ -1664,14 +1697,14 @@ declare const _default: {
1664
1697
  };
1665
1698
  };
1666
1699
  /**
1667
- * Lookup302: frame_system::LastRuntimeUpgradeInfo
1700
+ * Lookup305: frame_system::LastRuntimeUpgradeInfo
1668
1701
  **/
1669
1702
  FrameSystemLastRuntimeUpgradeInfo: {
1670
1703
  specVersion: string;
1671
1704
  specName: string;
1672
1705
  };
1673
1706
  /**
1674
- * Lookup305: frame_system::pallet::Call<T>
1707
+ * Lookup308: frame_system::pallet::Call<T>
1675
1708
  **/
1676
1709
  FrameSystemCall: {
1677
1710
  _enum: {
@@ -1706,7 +1739,7 @@ declare const _default: {
1706
1739
  };
1707
1740
  };
1708
1741
  /**
1709
- * Lookup309: frame_system::limits::BlockWeights
1742
+ * Lookup312: frame_system::limits::BlockWeights
1710
1743
  **/
1711
1744
  FrameSystemLimitsBlockWeights: {
1712
1745
  baseBlock: string;
@@ -1714,7 +1747,7 @@ declare const _default: {
1714
1747
  perClass: string;
1715
1748
  };
1716
1749
  /**
1717
- * Lookup310: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1750
+ * Lookup313: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1718
1751
  **/
1719
1752
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1720
1753
  normal: string;
@@ -1722,7 +1755,7 @@ declare const _default: {
1722
1755
  mandatory: string;
1723
1756
  };
1724
1757
  /**
1725
- * Lookup311: frame_system::limits::WeightsPerClass
1758
+ * Lookup314: frame_system::limits::WeightsPerClass
1726
1759
  **/
1727
1760
  FrameSystemLimitsWeightsPerClass: {
1728
1761
  baseExtrinsic: string;
@@ -1731,13 +1764,13 @@ declare const _default: {
1731
1764
  reserved: string;
1732
1765
  };
1733
1766
  /**
1734
- * Lookup313: frame_system::limits::BlockLength
1767
+ * Lookup316: frame_system::limits::BlockLength
1735
1768
  **/
1736
1769
  FrameSystemLimitsBlockLength: {
1737
1770
  max: string;
1738
1771
  };
1739
1772
  /**
1740
- * Lookup314: frame_support::dispatch::PerDispatchClass<T>
1773
+ * Lookup317: frame_support::dispatch::PerDispatchClass<T>
1741
1774
  **/
1742
1775
  FrameSupportDispatchPerDispatchClassU32: {
1743
1776
  normal: string;
@@ -1745,14 +1778,14 @@ declare const _default: {
1745
1778
  mandatory: string;
1746
1779
  };
1747
1780
  /**
1748
- * Lookup315: sp_weights::RuntimeDbWeight
1781
+ * Lookup318: sp_weights::RuntimeDbWeight
1749
1782
  **/
1750
1783
  SpWeightsRuntimeDbWeight: {
1751
1784
  read: string;
1752
1785
  write: string;
1753
1786
  };
1754
1787
  /**
1755
- * Lookup316: sp_version::RuntimeVersion
1788
+ * Lookup319: sp_version::RuntimeVersion
1756
1789
  **/
1757
1790
  SpVersionRuntimeVersion: {
1758
1791
  specName: string;
@@ -1765,17 +1798,17 @@ declare const _default: {
1765
1798
  stateVersion: string;
1766
1799
  };
1767
1800
  /**
1768
- * Lookup321: frame_system::pallet::Error<T>
1801
+ * Lookup324: frame_system::pallet::Error<T>
1769
1802
  **/
1770
1803
  FrameSystemError: {
1771
1804
  _enum: string[];
1772
1805
  };
1773
1806
  /**
1774
- * Lookup324: sp_consensus_babe::app::Public
1807
+ * Lookup327: sp_consensus_babe::app::Public
1775
1808
  **/
1776
1809
  SpConsensusBabeAppPublic: string;
1777
1810
  /**
1778
- * Lookup327: sp_consensus_babe::digests::NextConfigDescriptor
1811
+ * Lookup330: sp_consensus_babe::digests::NextConfigDescriptor
1779
1812
  **/
1780
1813
  SpConsensusBabeDigestsNextConfigDescriptor: {
1781
1814
  _enum: {
@@ -1787,13 +1820,13 @@ declare const _default: {
1787
1820
  };
1788
1821
  };
1789
1822
  /**
1790
- * Lookup329: sp_consensus_babe::AllowedSlots
1823
+ * Lookup332: sp_consensus_babe::AllowedSlots
1791
1824
  **/
1792
1825
  SpConsensusBabeAllowedSlots: {
1793
1826
  _enum: string[];
1794
1827
  };
1795
1828
  /**
1796
- * Lookup333: sp_consensus_babe::digests::PreDigest
1829
+ * Lookup336: sp_consensus_babe::digests::PreDigest
1797
1830
  **/
1798
1831
  SpConsensusBabeDigestsPreDigest: {
1799
1832
  _enum: {
@@ -1804,7 +1837,7 @@ declare const _default: {
1804
1837
  };
1805
1838
  };
1806
1839
  /**
1807
- * Lookup334: sp_consensus_babe::digests::PrimaryPreDigest
1840
+ * Lookup337: sp_consensus_babe::digests::PrimaryPreDigest
1808
1841
  **/
1809
1842
  SpConsensusBabeDigestsPrimaryPreDigest: {
1810
1843
  authorityIndex: string;
@@ -1813,14 +1846,14 @@ declare const _default: {
1813
1846
  vrfProof: string;
1814
1847
  };
1815
1848
  /**
1816
- * Lookup335: sp_consensus_babe::digests::SecondaryPlainPreDigest
1849
+ * Lookup338: sp_consensus_babe::digests::SecondaryPlainPreDigest
1817
1850
  **/
1818
1851
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1819
1852
  authorityIndex: string;
1820
1853
  slot: string;
1821
1854
  };
1822
1855
  /**
1823
- * Lookup336: sp_consensus_babe::digests::SecondaryVRFPreDigest
1856
+ * Lookup339: sp_consensus_babe::digests::SecondaryVRFPreDigest
1824
1857
  **/
1825
1858
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1826
1859
  authorityIndex: string;
@@ -1829,14 +1862,14 @@ declare const _default: {
1829
1862
  vrfProof: string;
1830
1863
  };
1831
1864
  /**
1832
- * Lookup337: sp_consensus_babe::BabeEpochConfiguration
1865
+ * Lookup340: sp_consensus_babe::BabeEpochConfiguration
1833
1866
  **/
1834
1867
  SpConsensusBabeBabeEpochConfiguration: {
1835
1868
  c: string;
1836
1869
  allowedSlots: string;
1837
1870
  };
1838
1871
  /**
1839
- * Lookup341: pallet_babe::pallet::Call<T>
1872
+ * Lookup344: pallet_babe::pallet::Call<T>
1840
1873
  **/
1841
1874
  PalletBabeCall: {
1842
1875
  _enum: {
@@ -1854,7 +1887,7 @@ declare const _default: {
1854
1887
  };
1855
1888
  };
1856
1889
  /**
1857
- * Lookup342: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1890
+ * Lookup345: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
1858
1891
  **/
1859
1892
  SpConsensusSlotsEquivocationProof: {
1860
1893
  offender: string;
@@ -1863,7 +1896,7 @@ declare const _default: {
1863
1896
  secondHeader: string;
1864
1897
  };
1865
1898
  /**
1866
- * Lookup343: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1899
+ * Lookup346: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1867
1900
  **/
1868
1901
  SpRuntimeHeader: {
1869
1902
  parentHash: string;
@@ -1873,11 +1906,11 @@ declare const _default: {
1873
1906
  digest: string;
1874
1907
  };
1875
1908
  /**
1876
- * Lookup344: sp_runtime::traits::BlakeTwo256
1909
+ * Lookup347: sp_runtime::traits::BlakeTwo256
1877
1910
  **/
1878
1911
  SpRuntimeBlakeTwo256: string;
1879
1912
  /**
1880
- * Lookup345: sp_session::MembershipProof
1913
+ * Lookup348: sp_session::MembershipProof
1881
1914
  **/
1882
1915
  SpSessionMembershipProof: {
1883
1916
  session: string;
@@ -1885,13 +1918,13 @@ declare const _default: {
1885
1918
  validatorCount: string;
1886
1919
  };
1887
1920
  /**
1888
- * Lookup346: pallet_babe::pallet::Error<T>
1921
+ * Lookup349: pallet_babe::pallet::Error<T>
1889
1922
  **/
1890
1923
  PalletBabeError: {
1891
1924
  _enum: string[];
1892
1925
  };
1893
1926
  /**
1894
- * Lookup347: pallet_timestamp::pallet::Call<T>
1927
+ * Lookup350: pallet_timestamp::pallet::Call<T>
1895
1928
  **/
1896
1929
  PalletTimestampCall: {
1897
1930
  _enum: {
@@ -1901,7 +1934,7 @@ declare const _default: {
1901
1934
  };
1902
1935
  };
1903
1936
  /**
1904
- * Lookup349: pallet_indices::pallet::Call<T>
1937
+ * Lookup352: pallet_indices::pallet::Call<T>
1905
1938
  **/
1906
1939
  PalletIndicesCall: {
1907
1940
  _enum: {
@@ -1932,13 +1965,13 @@ declare const _default: {
1932
1965
  };
1933
1966
  };
1934
1967
  /**
1935
- * Lookup351: pallet_indices::pallet::Error<T>
1968
+ * Lookup354: pallet_indices::pallet::Error<T>
1936
1969
  **/
1937
1970
  PalletIndicesError: {
1938
1971
  _enum: string[];
1939
1972
  };
1940
1973
  /**
1941
- * Lookup353: pallet_balances::BalanceLock<Balance>
1974
+ * Lookup356: pallet_balances::BalanceLock<Balance>
1942
1975
  **/
1943
1976
  PalletBalancesBalanceLock: {
1944
1977
  id: string;
@@ -1946,13 +1979,13 @@ declare const _default: {
1946
1979
  reasons: string;
1947
1980
  };
1948
1981
  /**
1949
- * Lookup354: polymesh_common_utilities::traits::balances::Reasons
1982
+ * Lookup357: polymesh_common_utilities::traits::balances::Reasons
1950
1983
  **/
1951
1984
  PolymeshCommonUtilitiesBalancesReasons: {
1952
1985
  _enum: string[];
1953
1986
  };
1954
1987
  /**
1955
- * Lookup355: pallet_balances::Call<T>
1988
+ * Lookup358: pallet_balances::Call<T>
1956
1989
  **/
1957
1990
  PalletBalancesCall: {
1958
1991
  _enum: {
@@ -1984,19 +2017,19 @@ declare const _default: {
1984
2017
  };
1985
2018
  };
1986
2019
  /**
1987
- * Lookup356: pallet_balances::Error<T>
2020
+ * Lookup359: pallet_balances::Error<T>
1988
2021
  **/
1989
2022
  PalletBalancesError: {
1990
2023
  _enum: string[];
1991
2024
  };
1992
2025
  /**
1993
- * Lookup358: pallet_transaction_payment::Releases
2026
+ * Lookup361: pallet_transaction_payment::Releases
1994
2027
  **/
1995
2028
  PalletTransactionPaymentReleases: {
1996
2029
  _enum: string[];
1997
2030
  };
1998
2031
  /**
1999
- * Lookup360: sp_weights::WeightToFeeCoefficient<Balance>
2032
+ * Lookup363: sp_weights::WeightToFeeCoefficient<Balance>
2000
2033
  **/
2001
2034
  SpWeightsWeightToFeeCoefficient: {
2002
2035
  coeffInteger: string;
@@ -2005,27 +2038,27 @@ declare const _default: {
2005
2038
  degree: string;
2006
2039
  };
2007
2040
  /**
2008
- * Lookup361: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2041
+ * Lookup364: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
2009
2042
  **/
2010
2043
  PolymeshPrimitivesIdentityDidRecord: {
2011
2044
  primaryKey: string;
2012
2045
  };
2013
2046
  /**
2014
- * Lookup363: pallet_identity::types::Claim1stKey
2047
+ * Lookup366: pallet_identity::types::Claim1stKey
2015
2048
  **/
2016
2049
  PalletIdentityClaim1stKey: {
2017
2050
  target: string;
2018
2051
  claimType: string;
2019
2052
  };
2020
2053
  /**
2021
- * Lookup364: pallet_identity::types::Claim2ndKey
2054
+ * Lookup367: pallet_identity::types::Claim2ndKey
2022
2055
  **/
2023
2056
  PalletIdentityClaim2ndKey: {
2024
2057
  issuer: string;
2025
2058
  scope: string;
2026
2059
  };
2027
2060
  /**
2028
- * Lookup365: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2061
+ * Lookup368: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
2029
2062
  **/
2030
2063
  PolymeshPrimitivesSecondaryKeyKeyRecord: {
2031
2064
  _enum: {
@@ -2035,7 +2068,7 @@ declare const _default: {
2035
2068
  };
2036
2069
  };
2037
2070
  /**
2038
- * Lookup368: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2071
+ * Lookup371: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
2039
2072
  **/
2040
2073
  PolymeshPrimitivesAuthorization: {
2041
2074
  authorizationData: string;
@@ -2045,7 +2078,7 @@ declare const _default: {
2045
2078
  count: string;
2046
2079
  };
2047
2080
  /**
2048
- * Lookup372: pallet_identity::Call<T>
2081
+ * Lookup375: pallet_identity::Call<T>
2049
2082
  **/
2050
2083
  PalletIdentityCall: {
2051
2084
  _enum: {
@@ -2137,27 +2170,27 @@ declare const _default: {
2137
2170
  };
2138
2171
  };
2139
2172
  /**
2140
- * Lookup374: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2173
+ * Lookup377: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
2141
2174
  **/
2142
2175
  PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
2143
2176
  secondaryKey: string;
2144
2177
  authSignature: string;
2145
2178
  };
2146
2179
  /**
2147
- * Lookup377: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2180
+ * Lookup380: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
2148
2181
  **/
2149
2182
  PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
2150
2183
  key: string;
2151
2184
  authSignature: string;
2152
2185
  };
2153
2186
  /**
2154
- * Lookup378: pallet_identity::Error<T>
2187
+ * Lookup381: pallet_identity::Error<T>
2155
2188
  **/
2156
2189
  PalletIdentityError: {
2157
2190
  _enum: string[];
2158
2191
  };
2159
2192
  /**
2160
- * Lookup380: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2193
+ * Lookup383: polymesh_common_utilities::traits::group::InactiveMember<Moment>
2161
2194
  **/
2162
2195
  PolymeshCommonUtilitiesGroupInactiveMember: {
2163
2196
  id: string;
@@ -2165,7 +2198,7 @@ declare const _default: {
2165
2198
  expiry: string;
2166
2199
  };
2167
2200
  /**
2168
- * Lookup381: pallet_group::Call<T, I>
2201
+ * Lookup384: pallet_group::Call<T, I>
2169
2202
  **/
2170
2203
  PalletGroupCall: {
2171
2204
  _enum: {
@@ -2194,13 +2227,13 @@ declare const _default: {
2194
2227
  };
2195
2228
  };
2196
2229
  /**
2197
- * Lookup382: pallet_group::Error<T, I>
2230
+ * Lookup385: pallet_group::Error<T, I>
2198
2231
  **/
2199
2232
  PalletGroupError: {
2200
2233
  _enum: string[];
2201
2234
  };
2202
2235
  /**
2203
- * Lookup384: pallet_committee::Call<T, I>
2236
+ * Lookup387: pallet_committee::Call<T, I>
2204
2237
  **/
2205
2238
  PalletCommitteeCall: {
2206
2239
  _enum: {
@@ -2226,7 +2259,7 @@ declare const _default: {
2226
2259
  };
2227
2260
  };
2228
2261
  /**
2229
- * Lookup390: pallet_multisig::Call<T>
2262
+ * Lookup393: pallet_multisig::Call<T>
2230
2263
  **/
2231
2264
  PalletMultisigCall: {
2232
2265
  _enum: {
@@ -2320,7 +2353,7 @@ declare const _default: {
2320
2353
  };
2321
2354
  };
2322
2355
  /**
2323
- * Lookup391: pallet_bridge::Call<T>
2356
+ * Lookup394: pallet_bridge::Call<T>
2324
2357
  **/
2325
2358
  PalletBridgeCall: {
2326
2359
  _enum: {
@@ -2375,9 +2408,9 @@ declare const _default: {
2375
2408
  };
2376
2409
  };
2377
2410
  /**
2378
- * Lookup395: pallet_staking::Call<T>
2411
+ * Lookup398: pallet_staking::pallet::pallet::Call<T>
2379
2412
  **/
2380
- PalletStakingCall: {
2413
+ PalletStakingPalletCall: {
2381
2414
  _enum: {
2382
2415
  bond: {
2383
2416
  controller: string;
@@ -2501,7 +2534,7 @@ declare const _default: {
2501
2534
  };
2502
2535
  };
2503
2536
  /**
2504
- * Lookup396: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2537
+ * Lookup399: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
2505
2538
  **/
2506
2539
  PalletStakingRewardDestination: {
2507
2540
  _enum: {
@@ -2512,14 +2545,14 @@ declare const _default: {
2512
2545
  };
2513
2546
  };
2514
2547
  /**
2515
- * Lookup397: pallet_staking::ValidatorPrefs
2548
+ * Lookup400: pallet_staking::ValidatorPrefs
2516
2549
  **/
2517
2550
  PalletStakingValidatorPrefs: {
2518
2551
  commission: string;
2519
2552
  blocked: string;
2520
2553
  };
2521
2554
  /**
2522
- * Lookup403: pallet_staking::CompactAssignments
2555
+ * Lookup406: pallet_staking::CompactAssignments
2523
2556
  **/
2524
2557
  PalletStakingCompactAssignments: {
2525
2558
  votes1: string;
@@ -2540,7 +2573,7 @@ declare const _default: {
2540
2573
  votes16: string;
2541
2574
  };
2542
2575
  /**
2543
- * Lookup454: sp_npos_elections::ElectionScore
2576
+ * Lookup457: sp_npos_elections::ElectionScore
2544
2577
  **/
2545
2578
  SpNposElectionsElectionScore: {
2546
2579
  minimalStake: string;
@@ -2548,14 +2581,14 @@ declare const _default: {
2548
2581
  sumStakeSquared: string;
2549
2582
  };
2550
2583
  /**
2551
- * Lookup455: pallet_staking::ElectionSize
2584
+ * Lookup458: pallet_staking::types::ElectionSize
2552
2585
  **/
2553
2586
  PalletStakingElectionSize: {
2554
2587
  validators: string;
2555
2588
  nominators: string;
2556
2589
  };
2557
2590
  /**
2558
- * Lookup456: pallet_session::pallet::Call<T>
2591
+ * Lookup459: pallet_session::pallet::Call<T>
2559
2592
  **/
2560
2593
  PalletSessionCall: {
2561
2594
  _enum: {
@@ -2570,7 +2603,7 @@ declare const _default: {
2570
2603
  };
2571
2604
  };
2572
2605
  /**
2573
- * Lookup457: polymesh_runtime_develop::runtime::SessionKeys
2606
+ * Lookup460: polymesh_runtime_develop::runtime::SessionKeys
2574
2607
  **/
2575
2608
  PolymeshRuntimeDevelopRuntimeSessionKeys: {
2576
2609
  grandpa: string;
@@ -2579,11 +2612,11 @@ declare const _default: {
2579
2612
  authorityDiscovery: string;
2580
2613
  };
2581
2614
  /**
2582
- * Lookup458: sp_authority_discovery::app::Public
2615
+ * Lookup461: sp_authority_discovery::app::Public
2583
2616
  **/
2584
2617
  SpAuthorityDiscoveryAppPublic: string;
2585
2618
  /**
2586
- * Lookup459: pallet_grandpa::pallet::Call<T>
2619
+ * Lookup462: pallet_grandpa::pallet::Call<T>
2587
2620
  **/
2588
2621
  PalletGrandpaCall: {
2589
2622
  _enum: {
@@ -2602,14 +2635,14 @@ declare const _default: {
2602
2635
  };
2603
2636
  };
2604
2637
  /**
2605
- * Lookup460: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2638
+ * Lookup463: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2606
2639
  **/
2607
2640
  SpConsensusGrandpaEquivocationProof: {
2608
2641
  setId: string;
2609
2642
  equivocation: string;
2610
2643
  };
2611
2644
  /**
2612
- * Lookup461: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2645
+ * Lookup464: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2613
2646
  **/
2614
2647
  SpConsensusGrandpaEquivocation: {
2615
2648
  _enum: {
@@ -2618,7 +2651,7 @@ declare const _default: {
2618
2651
  };
2619
2652
  };
2620
2653
  /**
2621
- * Lookup462: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2654
+ * Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2622
2655
  **/
2623
2656
  FinalityGrandpaEquivocationPrevote: {
2624
2657
  roundNumber: string;
@@ -2627,22 +2660,22 @@ declare const _default: {
2627
2660
  second: string;
2628
2661
  };
2629
2662
  /**
2630
- * Lookup463: finality_grandpa::Prevote<primitive_types::H256, N>
2663
+ * Lookup466: finality_grandpa::Prevote<primitive_types::H256, N>
2631
2664
  **/
2632
2665
  FinalityGrandpaPrevote: {
2633
2666
  targetHash: string;
2634
2667
  targetNumber: string;
2635
2668
  };
2636
2669
  /**
2637
- * Lookup464: sp_consensus_grandpa::app::Signature
2670
+ * Lookup467: sp_consensus_grandpa::app::Signature
2638
2671
  **/
2639
2672
  SpConsensusGrandpaAppSignature: string;
2640
2673
  /**
2641
- * Lookup465: sp_core::ed25519::Signature
2674
+ * Lookup468: sp_core::ed25519::Signature
2642
2675
  **/
2643
2676
  SpCoreEd25519Signature: string;
2644
2677
  /**
2645
- * Lookup467: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2678
+ * Lookup470: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2646
2679
  **/
2647
2680
  FinalityGrandpaEquivocationPrecommit: {
2648
2681
  roundNumber: string;
@@ -2651,14 +2684,14 @@ declare const _default: {
2651
2684
  second: string;
2652
2685
  };
2653
2686
  /**
2654
- * Lookup468: finality_grandpa::Precommit<primitive_types::H256, N>
2687
+ * Lookup471: finality_grandpa::Precommit<primitive_types::H256, N>
2655
2688
  **/
2656
2689
  FinalityGrandpaPrecommit: {
2657
2690
  targetHash: string;
2658
2691
  targetNumber: string;
2659
2692
  };
2660
2693
  /**
2661
- * Lookup470: pallet_im_online::pallet::Call<T>
2694
+ * Lookup473: pallet_im_online::pallet::Call<T>
2662
2695
  **/
2663
2696
  PalletImOnlineCall: {
2664
2697
  _enum: {
@@ -2669,7 +2702,7 @@ declare const _default: {
2669
2702
  };
2670
2703
  };
2671
2704
  /**
2672
- * Lookup471: pallet_im_online::Heartbeat<BlockNumber>
2705
+ * Lookup474: pallet_im_online::Heartbeat<BlockNumber>
2673
2706
  **/
2674
2707
  PalletImOnlineHeartbeat: {
2675
2708
  blockNumber: string;
@@ -2679,22 +2712,22 @@ declare const _default: {
2679
2712
  validatorsLen: string;
2680
2713
  };
2681
2714
  /**
2682
- * Lookup472: sp_core::offchain::OpaqueNetworkState
2715
+ * Lookup475: sp_core::offchain::OpaqueNetworkState
2683
2716
  **/
2684
2717
  SpCoreOffchainOpaqueNetworkState: {
2685
2718
  peerId: string;
2686
2719
  externalAddresses: string;
2687
2720
  };
2688
2721
  /**
2689
- * Lookup476: pallet_im_online::sr25519::app_sr25519::Signature
2722
+ * Lookup479: pallet_im_online::sr25519::app_sr25519::Signature
2690
2723
  **/
2691
2724
  PalletImOnlineSr25519AppSr25519Signature: string;
2692
2725
  /**
2693
- * Lookup477: sp_core::sr25519::Signature
2726
+ * Lookup480: sp_core::sr25519::Signature
2694
2727
  **/
2695
2728
  SpCoreSr25519Signature: string;
2696
2729
  /**
2697
- * Lookup478: pallet_sudo::Call<T>
2730
+ * Lookup481: pallet_sudo::Call<T>
2698
2731
  **/
2699
2732
  PalletSudoCall: {
2700
2733
  _enum: {
@@ -2718,7 +2751,7 @@ declare const _default: {
2718
2751
  };
2719
2752
  };
2720
2753
  /**
2721
- * Lookup479: pallet_asset::Call<T>
2754
+ * Lookup482: pallet_asset::Call<T>
2722
2755
  **/
2723
2756
  PalletAssetCall: {
2724
2757
  _enum: {
@@ -2775,7 +2808,7 @@ declare const _default: {
2775
2808
  };
2776
2809
  update_identifiers: {
2777
2810
  ticker: string;
2778
- identifiers: string;
2811
+ assetIdentifiers: string;
2779
2812
  };
2780
2813
  controller_transfer: {
2781
2814
  ticker: string;
@@ -2860,7 +2893,7 @@ declare const _default: {
2860
2893
  };
2861
2894
  };
2862
2895
  /**
2863
- * Lookup482: pallet_corporate_actions::distribution::Call<T>
2896
+ * Lookup485: pallet_corporate_actions::distribution::Call<T>
2864
2897
  **/
2865
2898
  PalletCorporateActionsDistributionCall: {
2866
2899
  _enum: {
@@ -2889,7 +2922,7 @@ declare const _default: {
2889
2922
  };
2890
2923
  };
2891
2924
  /**
2892
- * Lookup484: pallet_asset::checkpoint::Call<T>
2925
+ * Lookup487: pallet_asset::checkpoint::Call<T>
2893
2926
  **/
2894
2927
  PalletAssetCheckpointCall: {
2895
2928
  _enum: {
@@ -2910,7 +2943,7 @@ declare const _default: {
2910
2943
  };
2911
2944
  };
2912
2945
  /**
2913
- * Lookup485: pallet_compliance_manager::Call<T>
2946
+ * Lookup488: pallet_compliance_manager::Call<T>
2914
2947
  **/
2915
2948
  PalletComplianceManagerCall: {
2916
2949
  _enum: {
@@ -2951,7 +2984,7 @@ declare const _default: {
2951
2984
  };
2952
2985
  };
2953
2986
  /**
2954
- * Lookup486: pallet_corporate_actions::Call<T>
2987
+ * Lookup489: pallet_corporate_actions::Call<T>
2955
2988
  **/
2956
2989
  PalletCorporateActionsCall: {
2957
2990
  _enum: {
@@ -3004,7 +3037,7 @@ declare const _default: {
3004
3037
  };
3005
3038
  };
3006
3039
  /**
3007
- * Lookup488: pallet_corporate_actions::RecordDateSpec
3040
+ * Lookup491: pallet_corporate_actions::RecordDateSpec
3008
3041
  **/
3009
3042
  PalletCorporateActionsRecordDateSpec: {
3010
3043
  _enum: {
@@ -3014,7 +3047,7 @@ declare const _default: {
3014
3047
  };
3015
3048
  };
3016
3049
  /**
3017
- * Lookup491: pallet_corporate_actions::InitiateCorporateActionArgs
3050
+ * Lookup494: pallet_corporate_actions::InitiateCorporateActionArgs
3018
3051
  **/
3019
3052
  PalletCorporateActionsInitiateCorporateActionArgs: {
3020
3053
  ticker: string;
@@ -3027,7 +3060,7 @@ declare const _default: {
3027
3060
  withholdingTax: string;
3028
3061
  };
3029
3062
  /**
3030
- * Lookup492: pallet_corporate_actions::ballot::Call<T>
3063
+ * Lookup495: pallet_corporate_actions::ballot::Call<T>
3031
3064
  **/
3032
3065
  PalletCorporateActionsBallotCall: {
3033
3066
  _enum: {
@@ -3059,7 +3092,7 @@ declare const _default: {
3059
3092
  };
3060
3093
  };
3061
3094
  /**
3062
- * Lookup493: pallet_pips::Call<T>
3095
+ * Lookup496: pallet_pips::Call<T>
3063
3096
  **/
3064
3097
  PalletPipsCall: {
3065
3098
  _enum: {
@@ -3120,13 +3153,13 @@ declare const _default: {
3120
3153
  };
3121
3154
  };
3122
3155
  /**
3123
- * Lookup496: pallet_pips::SnapshotResult
3156
+ * Lookup499: pallet_pips::SnapshotResult
3124
3157
  **/
3125
3158
  PalletPipsSnapshotResult: {
3126
3159
  _enum: string[];
3127
3160
  };
3128
3161
  /**
3129
- * Lookup497: pallet_portfolio::Call<T>
3162
+ * Lookup500: pallet_portfolio::Call<T>
3130
3163
  **/
3131
3164
  PalletPortfolioCall: {
3132
3165
  _enum: {
@@ -3172,14 +3205,14 @@ declare const _default: {
3172
3205
  };
3173
3206
  };
3174
3207
  /**
3175
- * Lookup499: polymesh_primitives::portfolio::Fund
3208
+ * Lookup502: polymesh_primitives::portfolio::Fund
3176
3209
  **/
3177
3210
  PolymeshPrimitivesPortfolioFund: {
3178
3211
  description: string;
3179
3212
  memo: string;
3180
3213
  };
3181
3214
  /**
3182
- * Lookup500: pallet_protocol_fee::Call<T>
3215
+ * Lookup503: pallet_protocol_fee::Call<T>
3183
3216
  **/
3184
3217
  PalletProtocolFeeCall: {
3185
3218
  _enum: {
@@ -3193,13 +3226,13 @@ declare const _default: {
3193
3226
  };
3194
3227
  };
3195
3228
  /**
3196
- * Lookup501: polymesh_common_utilities::protocol_fee::ProtocolOp
3229
+ * Lookup504: polymesh_common_utilities::protocol_fee::ProtocolOp
3197
3230
  **/
3198
3231
  PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
3199
3232
  _enum: string[];
3200
3233
  };
3201
3234
  /**
3202
- * Lookup502: pallet_scheduler::pallet::Call<T>
3235
+ * Lookup505: pallet_scheduler::pallet::Call<T>
3203
3236
  **/
3204
3237
  PalletSchedulerCall: {
3205
3238
  _enum: {
@@ -3239,7 +3272,7 @@ declare const _default: {
3239
3272
  };
3240
3273
  };
3241
3274
  /**
3242
- * Lookup504: pallet_settlement::Call<T>
3275
+ * Lookup507: pallet_settlement::Call<T>
3243
3276
  **/
3244
3277
  PalletSettlementCall: {
3245
3278
  _enum: {
@@ -3373,7 +3406,7 @@ declare const _default: {
3373
3406
  };
3374
3407
  };
3375
3408
  /**
3376
- * Lookup506: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3409
+ * Lookup509: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
3377
3410
  **/
3378
3411
  PolymeshPrimitivesSettlementReceiptDetails: {
3379
3412
  uid: string;
@@ -3384,7 +3417,7 @@ declare const _default: {
3384
3417
  metadata: string;
3385
3418
  };
3386
3419
  /**
3387
- * Lookup507: sp_runtime::MultiSignature
3420
+ * Lookup510: sp_runtime::MultiSignature
3388
3421
  **/
3389
3422
  SpRuntimeMultiSignature: {
3390
3423
  _enum: {
@@ -3394,11 +3427,11 @@ declare const _default: {
3394
3427
  };
3395
3428
  };
3396
3429
  /**
3397
- * Lookup508: sp_core::ecdsa::Signature
3430
+ * Lookup511: sp_core::ecdsa::Signature
3398
3431
  **/
3399
3432
  SpCoreEcdsaSignature: string;
3400
3433
  /**
3401
- * Lookup511: polymesh_primitives::settlement::AffirmationCount
3434
+ * Lookup514: polymesh_primitives::settlement::AffirmationCount
3402
3435
  **/
3403
3436
  PolymeshPrimitivesSettlementAffirmationCount: {
3404
3437
  senderAssetCount: string;
@@ -3406,7 +3439,7 @@ declare const _default: {
3406
3439
  offchainCount: string;
3407
3440
  };
3408
3441
  /**
3409
- * Lookup512: polymesh_primitives::settlement::AssetCount
3442
+ * Lookup515: polymesh_primitives::settlement::AssetCount
3410
3443
  **/
3411
3444
  PolymeshPrimitivesSettlementAssetCount: {
3412
3445
  fungible: string;
@@ -3414,7 +3447,7 @@ declare const _default: {
3414
3447
  offChain: string;
3415
3448
  };
3416
3449
  /**
3417
- * Lookup515: pallet_statistics::Call<T>
3450
+ * Lookup518: pallet_statistics::Call<T>
3418
3451
  **/
3419
3452
  PalletStatisticsCall: {
3420
3453
  _enum: {
@@ -3439,7 +3472,7 @@ declare const _default: {
3439
3472
  };
3440
3473
  };
3441
3474
  /**
3442
- * Lookup519: pallet_sto::Call<T>
3475
+ * Lookup522: pallet_sto::Call<T>
3443
3476
  **/
3444
3477
  PalletStoCall: {
3445
3478
  _enum: {
@@ -3485,14 +3518,14 @@ declare const _default: {
3485
3518
  };
3486
3519
  };
3487
3520
  /**
3488
- * Lookup521: pallet_sto::PriceTier
3521
+ * Lookup524: pallet_sto::PriceTier
3489
3522
  **/
3490
3523
  PalletStoPriceTier: {
3491
3524
  total: string;
3492
3525
  price: string;
3493
3526
  };
3494
3527
  /**
3495
- * Lookup523: pallet_treasury::Call<T>
3528
+ * Lookup526: pallet_treasury::Call<T>
3496
3529
  **/
3497
3530
  PalletTreasuryCall: {
3498
3531
  _enum: {
@@ -3505,14 +3538,14 @@ declare const _default: {
3505
3538
  };
3506
3539
  };
3507
3540
  /**
3508
- * Lookup525: polymesh_primitives::Beneficiary<Balance>
3541
+ * Lookup528: polymesh_primitives::Beneficiary<Balance>
3509
3542
  **/
3510
3543
  PolymeshPrimitivesBeneficiary: {
3511
3544
  id: string;
3512
3545
  amount: string;
3513
3546
  };
3514
3547
  /**
3515
- * Lookup526: pallet_utility::pallet::Call<T>
3548
+ * Lookup529: pallet_utility::pallet::Call<T>
3516
3549
  **/
3517
3550
  PalletUtilityCall: {
3518
3551
  _enum: {
@@ -3554,14 +3587,14 @@ declare const _default: {
3554
3587
  };
3555
3588
  };
3556
3589
  /**
3557
- * Lookup528: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3590
+ * Lookup531: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
3558
3591
  **/
3559
3592
  PalletUtilityUniqueCall: {
3560
3593
  nonce: string;
3561
3594
  call: string;
3562
3595
  };
3563
3596
  /**
3564
- * Lookup529: polymesh_runtime_develop::runtime::OriginCaller
3597
+ * Lookup532: polymesh_runtime_develop::runtime::OriginCaller
3565
3598
  **/
3566
3599
  PolymeshRuntimeDevelopRuntimeOriginCaller: {
3567
3600
  _enum: {
@@ -3582,7 +3615,7 @@ declare const _default: {
3582
3615
  };
3583
3616
  };
3584
3617
  /**
3585
- * Lookup530: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3618
+ * Lookup533: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3586
3619
  **/
3587
3620
  FrameSupportDispatchRawOrigin: {
3588
3621
  _enum: {
@@ -3592,33 +3625,33 @@ declare const _default: {
3592
3625
  };
3593
3626
  };
3594
3627
  /**
3595
- * Lookup531: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3628
+ * Lookup534: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
3596
3629
  **/
3597
3630
  PalletCommitteeRawOriginInstance1: {
3598
3631
  _enum: string[];
3599
3632
  };
3600
3633
  /**
3601
- * Lookup532: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3634
+ * Lookup535: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
3602
3635
  **/
3603
3636
  PalletCommitteeRawOriginInstance3: {
3604
3637
  _enum: string[];
3605
3638
  };
3606
3639
  /**
3607
- * Lookup533: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3640
+ * Lookup536: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
3608
3641
  **/
3609
3642
  PalletCommitteeRawOriginInstance4: {
3610
3643
  _enum: string[];
3611
3644
  };
3612
3645
  /**
3613
- * Lookup534: sp_core::Void
3646
+ * Lookup537: sp_core::Void
3614
3647
  **/
3615
3648
  SpCoreVoid: string;
3616
3649
  /**
3617
- * Lookup535: pallet_base::Call<T>
3650
+ * Lookup538: pallet_base::Call<T>
3618
3651
  **/
3619
3652
  PalletBaseCall: string;
3620
3653
  /**
3621
- * Lookup536: pallet_external_agents::Call<T>
3654
+ * Lookup539: pallet_external_agents::Call<T>
3622
3655
  **/
3623
3656
  PalletExternalAgentsCall: {
3624
3657
  _enum: {
@@ -3660,7 +3693,7 @@ declare const _default: {
3660
3693
  };
3661
3694
  };
3662
3695
  /**
3663
- * Lookup537: pallet_relayer::Call<T>
3696
+ * Lookup540: pallet_relayer::Call<T>
3664
3697
  **/
3665
3698
  PalletRelayerCall: {
3666
3699
  _enum: {
@@ -3690,7 +3723,7 @@ declare const _default: {
3690
3723
  };
3691
3724
  };
3692
3725
  /**
3693
- * Lookup538: pallet_contracts::pallet::Call<T>
3726
+ * Lookup541: pallet_contracts::pallet::Call<T>
3694
3727
  **/
3695
3728
  PalletContractsCall: {
3696
3729
  _enum: {
@@ -3755,13 +3788,13 @@ declare const _default: {
3755
3788
  };
3756
3789
  };
3757
3790
  /**
3758
- * Lookup542: pallet_contracts::wasm::Determinism
3791
+ * Lookup545: pallet_contracts::wasm::Determinism
3759
3792
  **/
3760
3793
  PalletContractsWasmDeterminism: {
3761
3794
  _enum: string[];
3762
3795
  };
3763
3796
  /**
3764
- * Lookup543: polymesh_contracts::Call<T>
3797
+ * Lookup546: polymesh_contracts::Call<T>
3765
3798
  **/
3766
3799
  PolymeshContractsCall: {
3767
3800
  _enum: {
@@ -3809,14 +3842,14 @@ declare const _default: {
3809
3842
  };
3810
3843
  };
3811
3844
  /**
3812
- * Lookup546: polymesh_contracts::NextUpgrade<T>
3845
+ * Lookup549: polymesh_contracts::NextUpgrade<T>
3813
3846
  **/
3814
3847
  PolymeshContractsNextUpgrade: {
3815
3848
  chainVersion: string;
3816
3849
  apiHash: string;
3817
3850
  };
3818
3851
  /**
3819
- * Lookup547: polymesh_contracts::ApiCodeHash<T>
3852
+ * Lookup550: polymesh_contracts::ApiCodeHash<T>
3820
3853
  **/
3821
3854
  PolymeshContractsApiCodeHash: {
3822
3855
  _alias: {
@@ -3825,7 +3858,7 @@ declare const _default: {
3825
3858
  hash_: string;
3826
3859
  };
3827
3860
  /**
3828
- * Lookup548: pallet_preimage::pallet::Call<T>
3861
+ * Lookup551: pallet_preimage::pallet::Call<T>
3829
3862
  **/
3830
3863
  PalletPreimageCall: {
3831
3864
  _enum: {
@@ -3853,7 +3886,7 @@ declare const _default: {
3853
3886
  };
3854
3887
  };
3855
3888
  /**
3856
- * Lookup549: pallet_nft::Call<T>
3889
+ * Lookup552: pallet_nft::Call<T>
3857
3890
  **/
3858
3891
  PalletNftCall: {
3859
3892
  _enum: {
@@ -3881,18 +3914,18 @@ declare const _default: {
3881
3914
  };
3882
3915
  };
3883
3916
  /**
3884
- * Lookup551: polymesh_primitives::nft::NFTCollectionKeys
3917
+ * Lookup554: polymesh_primitives::nft::NFTCollectionKeys
3885
3918
  **/
3886
3919
  PolymeshPrimitivesNftNftCollectionKeys: string;
3887
3920
  /**
3888
- * Lookup554: polymesh_primitives::nft::NFTMetadataAttribute
3921
+ * Lookup557: polymesh_primitives::nft::NFTMetadataAttribute
3889
3922
  **/
3890
3923
  PolymeshPrimitivesNftNftMetadataAttribute: {
3891
3924
  key: string;
3892
3925
  value: string;
3893
3926
  };
3894
3927
  /**
3895
- * Lookup555: pallet_test_utils::Call<T>
3928
+ * Lookup558: pallet_test_utils::Call<T>
3896
3929
  **/
3897
3930
  PalletTestUtilsCall: {
3898
3931
  _enum: {
@@ -3909,7 +3942,74 @@ declare const _default: {
3909
3942
  };
3910
3943
  };
3911
3944
  /**
3912
- * Lookup556: pallet_committee::PolymeshVotes<BlockNumber>
3945
+ * Lookup559: pallet_state_trie_migration::pallet::Call<T>
3946
+ **/
3947
+ PalletStateTrieMigrationCall: {
3948
+ _enum: {
3949
+ control_auto_migration: {
3950
+ maybeConfig: string;
3951
+ };
3952
+ continue_migrate: {
3953
+ limits: string;
3954
+ realSizeUpper: string;
3955
+ witnessTask: string;
3956
+ };
3957
+ migrate_custom_top: {
3958
+ _alias: {
3959
+ keys_: string;
3960
+ };
3961
+ keys_: string;
3962
+ witnessSize: string;
3963
+ };
3964
+ migrate_custom_child: {
3965
+ root: string;
3966
+ childKeys: string;
3967
+ totalSize: string;
3968
+ };
3969
+ set_signed_max_limits: {
3970
+ limits: string;
3971
+ };
3972
+ force_set_progress: {
3973
+ progressTop: string;
3974
+ progressChild: string;
3975
+ };
3976
+ };
3977
+ };
3978
+ /**
3979
+ * Lookup561: pallet_state_trie_migration::pallet::MigrationLimits
3980
+ **/
3981
+ PalletStateTrieMigrationMigrationLimits: {
3982
+ _alias: {
3983
+ size_: string;
3984
+ };
3985
+ size_: string;
3986
+ item: string;
3987
+ };
3988
+ /**
3989
+ * Lookup562: pallet_state_trie_migration::pallet::MigrationTask<T>
3990
+ **/
3991
+ PalletStateTrieMigrationMigrationTask: {
3992
+ _alias: {
3993
+ size_: string;
3994
+ };
3995
+ progressTop: string;
3996
+ progressChild: string;
3997
+ size_: string;
3998
+ topItems: string;
3999
+ childItems: string;
4000
+ };
4001
+ /**
4002
+ * Lookup563: pallet_state_trie_migration::pallet::Progress<MaxKeyLen>
4003
+ **/
4004
+ PalletStateTrieMigrationProgress: {
4005
+ _enum: {
4006
+ ToStart: string;
4007
+ LastKey: string;
4008
+ Complete: string;
4009
+ };
4010
+ };
4011
+ /**
4012
+ * Lookup565: pallet_committee::PolymeshVotes<BlockNumber>
3913
4013
  **/
3914
4014
  PalletCommitteePolymeshVotes: {
3915
4015
  index: string;
@@ -3918,13 +4018,13 @@ declare const _default: {
3918
4018
  expiry: string;
3919
4019
  };
3920
4020
  /**
3921
- * Lookup558: pallet_committee::Error<T, I>
4021
+ * Lookup567: pallet_committee::Error<T, I>
3922
4022
  **/
3923
4023
  PalletCommitteeError: {
3924
4024
  _enum: string[];
3925
4025
  };
3926
4026
  /**
3927
- * Lookup568: polymesh_primitives::multisig::ProposalDetails<T>
4027
+ * Lookup577: polymesh_primitives::multisig::ProposalDetails<T>
3928
4028
  **/
3929
4029
  PolymeshPrimitivesMultisigProposalDetails: {
3930
4030
  approvals: string;
@@ -3934,19 +4034,19 @@ declare const _default: {
3934
4034
  autoClose: string;
3935
4035
  };
3936
4036
  /**
3937
- * Lookup569: polymesh_primitives::multisig::ProposalStatus
4037
+ * Lookup578: polymesh_primitives::multisig::ProposalStatus
3938
4038
  **/
3939
4039
  PolymeshPrimitivesMultisigProposalStatus: {
3940
4040
  _enum: string[];
3941
4041
  };
3942
4042
  /**
3943
- * Lookup571: pallet_multisig::Error<T>
4043
+ * Lookup580: pallet_multisig::Error<T>
3944
4044
  **/
3945
4045
  PalletMultisigError: {
3946
4046
  _enum: string[];
3947
4047
  };
3948
4048
  /**
3949
- * Lookup573: pallet_bridge::BridgeTxDetail<BlockNumber>
4049
+ * Lookup582: pallet_bridge::BridgeTxDetail<BlockNumber>
3950
4050
  **/
3951
4051
  PalletBridgeBridgeTxDetail: {
3952
4052
  amount: string;
@@ -3955,7 +4055,7 @@ declare const _default: {
3955
4055
  txHash: string;
3956
4056
  };
3957
4057
  /**
3958
- * Lookup574: pallet_bridge::BridgeTxStatus
4058
+ * Lookup583: pallet_bridge::BridgeTxStatus
3959
4059
  **/
3960
4060
  PalletBridgeBridgeTxStatus: {
3961
4061
  _enum: {
@@ -3967,13 +4067,13 @@ declare const _default: {
3967
4067
  };
3968
4068
  };
3969
4069
  /**
3970
- * Lookup577: pallet_bridge::Error<T>
4070
+ * Lookup586: pallet_bridge::Error<T>
3971
4071
  **/
3972
4072
  PalletBridgeError: {
3973
4073
  _enum: string[];
3974
4074
  };
3975
4075
  /**
3976
- * Lookup578: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
4076
+ * Lookup587: pallet_staking::StakingLedger<T>
3977
4077
  **/
3978
4078
  PalletStakingStakingLedger: {
3979
4079
  stash: string;
@@ -3983,14 +4083,14 @@ declare const _default: {
3983
4083
  claimedRewards: string;
3984
4084
  };
3985
4085
  /**
3986
- * Lookup580: pallet_staking::UnlockChunk<Balance>
4086
+ * Lookup589: pallet_staking::UnlockChunk<Balance>
3987
4087
  **/
3988
4088
  PalletStakingUnlockChunk: {
3989
4089
  value: string;
3990
4090
  era: string;
3991
4091
  };
3992
4092
  /**
3993
- * Lookup581: pallet_staking::Nominations<sp_core::crypto::AccountId32>
4093
+ * Lookup590: pallet_staking::Nominations<T>
3994
4094
  **/
3995
4095
  PalletStakingNominations: {
3996
4096
  targets: string;
@@ -3998,27 +4098,27 @@ declare const _default: {
3998
4098
  suppressed: string;
3999
4099
  };
4000
4100
  /**
4001
- * Lookup582: pallet_staking::ActiveEraInfo
4101
+ * Lookup592: pallet_staking::ActiveEraInfo
4002
4102
  **/
4003
4103
  PalletStakingActiveEraInfo: {
4004
4104
  index: string;
4005
4105
  start: string;
4006
4106
  };
4007
4107
  /**
4008
- * Lookup584: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4108
+ * Lookup594: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
4009
4109
  **/
4010
4110
  PalletStakingEraRewardPoints: {
4011
4111
  total: string;
4012
4112
  individual: string;
4013
4113
  };
4014
4114
  /**
4015
- * Lookup587: pallet_staking::Forcing
4115
+ * Lookup597: pallet_staking::Forcing
4016
4116
  **/
4017
4117
  PalletStakingForcing: {
4018
4118
  _enum: string[];
4019
4119
  };
4020
4120
  /**
4021
- * Lookup589: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4121
+ * Lookup599: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
4022
4122
  **/
4023
4123
  PalletStakingUnappliedSlash: {
4024
4124
  validator: string;
@@ -4028,7 +4128,7 @@ declare const _default: {
4028
4128
  payout: string;
4029
4129
  };
4030
4130
  /**
4031
- * Lookup593: pallet_staking::slashing::SlashingSpans
4131
+ * Lookup603: pallet_staking::slashing::SlashingSpans
4032
4132
  **/
4033
4133
  PalletStakingSlashingSlashingSpans: {
4034
4134
  spanIndex: string;
@@ -4037,14 +4137,14 @@ declare const _default: {
4037
4137
  prior: string;
4038
4138
  };
4039
4139
  /**
4040
- * Lookup594: pallet_staking::slashing::SpanRecord<Balance>
4140
+ * Lookup604: pallet_staking::slashing::SpanRecord<Balance>
4041
4141
  **/
4042
4142
  PalletStakingSlashingSpanRecord: {
4043
4143
  slashed: string;
4044
4144
  paidOut: string;
4045
4145
  };
4046
4146
  /**
4047
- * Lookup597: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
4147
+ * Lookup607: pallet_staking::types::ElectionResult<sp_core::crypto::AccountId32, Balance>
4048
4148
  **/
4049
4149
  PalletStakingElectionResult: {
4050
4150
  electedStashes: string;
@@ -4052,7 +4152,7 @@ declare const _default: {
4052
4152
  compute: string;
4053
4153
  };
4054
4154
  /**
4055
- * Lookup598: pallet_staking::ElectionStatus<BlockNumber>
4155
+ * Lookup608: pallet_staking::types::ElectionStatus<BlockNumber>
4056
4156
  **/
4057
4157
  PalletStakingElectionStatus: {
4058
4158
  _enum: {
@@ -4061,43 +4161,37 @@ declare const _default: {
4061
4161
  };
4062
4162
  };
4063
4163
  /**
4064
- * Lookup599: pallet_staking::PermissionedIdentityPrefs
4164
+ * Lookup609: pallet_staking::types::PermissionedIdentityPrefs
4065
4165
  **/
4066
4166
  PalletStakingPermissionedIdentityPrefs: {
4067
4167
  intendedCount: string;
4068
4168
  runningCount: string;
4069
4169
  };
4070
4170
  /**
4071
- * Lookup600: pallet_staking::Releases
4072
- **/
4073
- PalletStakingReleases: {
4074
- _enum: string[];
4075
- };
4076
- /**
4077
- * Lookup602: pallet_staking::Error<T>
4171
+ * Lookup611: pallet_staking::pallet::pallet::Error<T>
4078
4172
  **/
4079
- PalletStakingError: {
4173
+ PalletStakingPalletError: {
4080
4174
  _enum: string[];
4081
4175
  };
4082
4176
  /**
4083
- * Lookup603: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4177
+ * Lookup612: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
4084
4178
  **/
4085
4179
  SpStakingOffenceOffenceDetails: {
4086
4180
  offender: string;
4087
4181
  reporters: string;
4088
4182
  };
4089
4183
  /**
4090
- * Lookup608: sp_core::crypto::KeyTypeId
4184
+ * Lookup617: sp_core::crypto::KeyTypeId
4091
4185
  **/
4092
4186
  SpCoreCryptoKeyTypeId: string;
4093
4187
  /**
4094
- * Lookup609: pallet_session::pallet::Error<T>
4188
+ * Lookup618: pallet_session::pallet::Error<T>
4095
4189
  **/
4096
4190
  PalletSessionError: {
4097
4191
  _enum: string[];
4098
4192
  };
4099
4193
  /**
4100
- * Lookup610: pallet_grandpa::StoredState<N>
4194
+ * Lookup619: pallet_grandpa::StoredState<N>
4101
4195
  **/
4102
4196
  PalletGrandpaStoredState: {
4103
4197
  _enum: {
@@ -4114,7 +4208,7 @@ declare const _default: {
4114
4208
  };
4115
4209
  };
4116
4210
  /**
4117
- * Lookup611: pallet_grandpa::StoredPendingChange<N, Limit>
4211
+ * Lookup620: pallet_grandpa::StoredPendingChange<N, Limit>
4118
4212
  **/
4119
4213
  PalletGrandpaStoredPendingChange: {
4120
4214
  scheduledAt: string;
@@ -4123,46 +4217,46 @@ declare const _default: {
4123
4217
  forced: string;
4124
4218
  };
4125
4219
  /**
4126
- * Lookup613: pallet_grandpa::pallet::Error<T>
4220
+ * Lookup622: pallet_grandpa::pallet::Error<T>
4127
4221
  **/
4128
4222
  PalletGrandpaError: {
4129
4223
  _enum: string[];
4130
4224
  };
4131
4225
  /**
4132
- * Lookup617: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4226
+ * Lookup626: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
4133
4227
  **/
4134
4228
  PalletImOnlineBoundedOpaqueNetworkState: {
4135
4229
  peerId: string;
4136
4230
  externalAddresses: string;
4137
4231
  };
4138
4232
  /**
4139
- * Lookup621: pallet_im_online::pallet::Error<T>
4233
+ * Lookup630: pallet_im_online::pallet::Error<T>
4140
4234
  **/
4141
4235
  PalletImOnlineError: {
4142
4236
  _enum: string[];
4143
4237
  };
4144
4238
  /**
4145
- * Lookup623: pallet_sudo::Error<T>
4239
+ * Lookup632: pallet_sudo::Error<T>
4146
4240
  **/
4147
4241
  PalletSudoError: {
4148
4242
  _enum: string[];
4149
4243
  };
4150
4244
  /**
4151
- * Lookup624: pallet_asset::types::TickerRegistration<T>
4245
+ * Lookup633: pallet_asset::types::TickerRegistration<T>
4152
4246
  **/
4153
4247
  PalletAssetTickerRegistration: {
4154
4248
  owner: string;
4155
4249
  expiry: string;
4156
4250
  };
4157
4251
  /**
4158
- * Lookup625: pallet_asset::types::TickerRegistrationConfig<T>
4252
+ * Lookup634: pallet_asset::types::TickerRegistrationConfig<T>
4159
4253
  **/
4160
4254
  PalletAssetTickerRegistrationConfig: {
4161
4255
  maxTickerLength: string;
4162
4256
  registrationLength: string;
4163
4257
  };
4164
4258
  /**
4165
- * Lookup626: pallet_asset::types::SecurityToken
4259
+ * Lookup635: pallet_asset::types::SecurityToken
4166
4260
  **/
4167
4261
  PalletAssetSecurityToken: {
4168
4262
  totalSupply: string;
@@ -4171,25 +4265,25 @@ declare const _default: {
4171
4265
  assetType: string;
4172
4266
  };
4173
4267
  /**
4174
- * Lookup630: pallet_asset::types::AssetOwnershipRelation
4268
+ * Lookup639: pallet_asset::types::AssetOwnershipRelation
4175
4269
  **/
4176
4270
  PalletAssetAssetOwnershipRelation: {
4177
4271
  _enum: string[];
4178
4272
  };
4179
4273
  /**
4180
- * Lookup636: pallet_asset::error::Error<T>
4274
+ * Lookup645: pallet_asset::error::Error<T>
4181
4275
  **/
4182
4276
  PalletAssetError: {
4183
4277
  _enum: string[];
4184
4278
  };
4185
4279
  /**
4186
- * Lookup639: pallet_corporate_actions::distribution::Error<T>
4280
+ * Lookup648: pallet_corporate_actions::distribution::Error<T>
4187
4281
  **/
4188
4282
  PalletCorporateActionsDistributionError: {
4189
4283
  _enum: string[];
4190
4284
  };
4191
4285
  /**
4192
- * Lookup643: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4286
+ * Lookup652: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
4193
4287
  **/
4194
4288
  PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
4195
4289
  nextAt: string;
@@ -4197,44 +4291,44 @@ declare const _default: {
4197
4291
  schedules: string;
4198
4292
  };
4199
4293
  /**
4200
- * Lookup649: pallet_asset::checkpoint::Error<T>
4294
+ * Lookup658: pallet_asset::checkpoint::Error<T>
4201
4295
  **/
4202
4296
  PalletAssetCheckpointError: {
4203
4297
  _enum: string[];
4204
4298
  };
4205
4299
  /**
4206
- * Lookup650: polymesh_primitives::compliance_manager::AssetCompliance
4300
+ * Lookup659: polymesh_primitives::compliance_manager::AssetCompliance
4207
4301
  **/
4208
4302
  PolymeshPrimitivesComplianceManagerAssetCompliance: {
4209
4303
  paused: string;
4210
4304
  requirements: string;
4211
4305
  };
4212
4306
  /**
4213
- * Lookup652: pallet_compliance_manager::Error<T>
4307
+ * Lookup661: pallet_compliance_manager::Error<T>
4214
4308
  **/
4215
4309
  PalletComplianceManagerError: {
4216
4310
  _enum: string[];
4217
4311
  };
4218
4312
  /**
4219
- * Lookup655: pallet_corporate_actions::Error<T>
4313
+ * Lookup664: pallet_corporate_actions::Error<T>
4220
4314
  **/
4221
4315
  PalletCorporateActionsError: {
4222
4316
  _enum: string[];
4223
4317
  };
4224
4318
  /**
4225
- * Lookup657: pallet_corporate_actions::ballot::Error<T>
4319
+ * Lookup666: pallet_corporate_actions::ballot::Error<T>
4226
4320
  **/
4227
4321
  PalletCorporateActionsBallotError: {
4228
4322
  _enum: string[];
4229
4323
  };
4230
4324
  /**
4231
- * Lookup658: pallet_permissions::Error<T>
4325
+ * Lookup667: pallet_permissions::Error<T>
4232
4326
  **/
4233
4327
  PalletPermissionsError: {
4234
4328
  _enum: string[];
4235
4329
  };
4236
4330
  /**
4237
- * Lookup659: pallet_pips::PipsMetadata<BlockNumber>
4331
+ * Lookup668: pallet_pips::PipsMetadata<BlockNumber>
4238
4332
  **/
4239
4333
  PalletPipsPipsMetadata: {
4240
4334
  id: string;
@@ -4245,14 +4339,14 @@ declare const _default: {
4245
4339
  expiry: string;
4246
4340
  };
4247
4341
  /**
4248
- * Lookup661: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4342
+ * Lookup670: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
4249
4343
  **/
4250
4344
  PalletPipsDepositInfo: {
4251
4345
  owner: string;
4252
4346
  amount: string;
4253
4347
  };
4254
4348
  /**
4255
- * Lookup662: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4349
+ * Lookup671: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
4256
4350
  **/
4257
4351
  PalletPipsPip: {
4258
4352
  id: string;
@@ -4260,7 +4354,7 @@ declare const _default: {
4260
4354
  proposer: string;
4261
4355
  };
4262
4356
  /**
4263
- * Lookup663: pallet_pips::VotingResult
4357
+ * Lookup672: pallet_pips::VotingResult
4264
4358
  **/
4265
4359
  PalletPipsVotingResult: {
4266
4360
  ayesCount: string;
@@ -4269,11 +4363,11 @@ declare const _default: {
4269
4363
  naysStake: string;
4270
4364
  };
4271
4365
  /**
4272
- * Lookup664: pallet_pips::Vote
4366
+ * Lookup673: pallet_pips::Vote
4273
4367
  **/
4274
4368
  PalletPipsVote: string;
4275
4369
  /**
4276
- * Lookup665: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4370
+ * Lookup674: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
4277
4371
  **/
4278
4372
  PalletPipsSnapshotMetadata: {
4279
4373
  createdAt: string;
@@ -4281,25 +4375,25 @@ declare const _default: {
4281
4375
  id: string;
4282
4376
  };
4283
4377
  /**
4284
- * Lookup667: pallet_pips::Error<T>
4378
+ * Lookup676: pallet_pips::Error<T>
4285
4379
  **/
4286
4380
  PalletPipsError: {
4287
4381
  _enum: string[];
4288
4382
  };
4289
4383
  /**
4290
- * Lookup675: pallet_portfolio::Error<T>
4384
+ * Lookup684: pallet_portfolio::Error<T>
4291
4385
  **/
4292
4386
  PalletPortfolioError: {
4293
4387
  _enum: string[];
4294
4388
  };
4295
4389
  /**
4296
- * Lookup676: pallet_protocol_fee::Error<T>
4390
+ * Lookup685: pallet_protocol_fee::Error<T>
4297
4391
  **/
4298
4392
  PalletProtocolFeeError: {
4299
4393
  _enum: string[];
4300
4394
  };
4301
4395
  /**
4302
- * Lookup679: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4396
+ * Lookup688: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
4303
4397
  **/
4304
4398
  PalletSchedulerScheduled: {
4305
4399
  maybeId: string;
@@ -4309,7 +4403,7 @@ declare const _default: {
4309
4403
  origin: string;
4310
4404
  };
4311
4405
  /**
4312
- * Lookup680: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4406
+ * Lookup689: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
4313
4407
  **/
4314
4408
  FrameSupportPreimagesBounded: {
4315
4409
  _enum: {
@@ -4330,20 +4424,20 @@ declare const _default: {
4330
4424
  };
4331
4425
  };
4332
4426
  /**
4333
- * Lookup683: pallet_scheduler::pallet::Error<T>
4427
+ * Lookup692: pallet_scheduler::pallet::Error<T>
4334
4428
  **/
4335
4429
  PalletSchedulerError: {
4336
4430
  _enum: string[];
4337
4431
  };
4338
4432
  /**
4339
- * Lookup684: polymesh_primitives::settlement::Venue
4433
+ * Lookup693: polymesh_primitives::settlement::Venue
4340
4434
  **/
4341
4435
  PolymeshPrimitivesSettlementVenue: {
4342
4436
  creator: string;
4343
4437
  venueType: string;
4344
4438
  };
4345
4439
  /**
4346
- * Lookup688: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4440
+ * Lookup697: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
4347
4441
  **/
4348
4442
  PolymeshPrimitivesSettlementInstruction: {
4349
4443
  instructionId: string;
@@ -4354,7 +4448,7 @@ declare const _default: {
4354
4448
  valueDate: string;
4355
4449
  };
4356
4450
  /**
4357
- * Lookup690: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4451
+ * Lookup699: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
4358
4452
  **/
4359
4453
  PolymeshPrimitivesSettlementLegStatus: {
4360
4454
  _enum: {
@@ -4364,13 +4458,13 @@ declare const _default: {
4364
4458
  };
4365
4459
  };
4366
4460
  /**
4367
- * Lookup692: polymesh_primitives::settlement::AffirmationStatus
4461
+ * Lookup701: polymesh_primitives::settlement::AffirmationStatus
4368
4462
  **/
4369
4463
  PolymeshPrimitivesSettlementAffirmationStatus: {
4370
4464
  _enum: string[];
4371
4465
  };
4372
4466
  /**
4373
- * Lookup696: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4467
+ * Lookup705: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
4374
4468
  **/
4375
4469
  PolymeshPrimitivesSettlementInstructionStatus: {
4376
4470
  _enum: {
@@ -4382,7 +4476,7 @@ declare const _default: {
4382
4476
  };
4383
4477
  };
4384
4478
  /**
4385
- * Lookup698: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4479
+ * Lookup707: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
4386
4480
  **/
4387
4481
  PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
4388
4482
  _enum: {
@@ -4394,76 +4488,76 @@ declare const _default: {
4394
4488
  };
4395
4489
  };
4396
4490
  /**
4397
- * Lookup699: pallet_settlement::Error<T>
4491
+ * Lookup708: pallet_settlement::Error<T>
4398
4492
  **/
4399
4493
  PalletSettlementError: {
4400
4494
  _enum: string[];
4401
4495
  };
4402
4496
  /**
4403
- * Lookup702: polymesh_primitives::statistics::Stat1stKey
4497
+ * Lookup711: polymesh_primitives::statistics::Stat1stKey
4404
4498
  **/
4405
4499
  PolymeshPrimitivesStatisticsStat1stKey: {
4406
4500
  asset: string;
4407
4501
  statType: string;
4408
4502
  };
4409
4503
  /**
4410
- * Lookup703: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4504
+ * Lookup712: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
4411
4505
  **/
4412
4506
  PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
4413
4507
  paused: string;
4414
4508
  requirements: string;
4415
4509
  };
4416
4510
  /**
4417
- * Lookup707: pallet_statistics::Error<T>
4511
+ * Lookup716: pallet_statistics::Error<T>
4418
4512
  **/
4419
4513
  PalletStatisticsError: {
4420
4514
  _enum: string[];
4421
4515
  };
4422
4516
  /**
4423
- * Lookup709: pallet_sto::Error<T>
4517
+ * Lookup718: pallet_sto::Error<T>
4424
4518
  **/
4425
4519
  PalletStoError: {
4426
4520
  _enum: string[];
4427
4521
  };
4428
4522
  /**
4429
- * Lookup710: pallet_treasury::Error<T>
4523
+ * Lookup719: pallet_treasury::Error<T>
4430
4524
  **/
4431
4525
  PalletTreasuryError: {
4432
4526
  _enum: string[];
4433
4527
  };
4434
4528
  /**
4435
- * Lookup711: pallet_utility::pallet::Error<T>
4529
+ * Lookup720: pallet_utility::pallet::Error<T>
4436
4530
  **/
4437
4531
  PalletUtilityError: {
4438
4532
  _enum: string[];
4439
4533
  };
4440
4534
  /**
4441
- * Lookup712: pallet_base::Error<T>
4535
+ * Lookup721: pallet_base::Error<T>
4442
4536
  **/
4443
4537
  PalletBaseError: {
4444
4538
  _enum: string[];
4445
4539
  };
4446
4540
  /**
4447
- * Lookup714: pallet_external_agents::Error<T>
4541
+ * Lookup723: pallet_external_agents::Error<T>
4448
4542
  **/
4449
4543
  PalletExternalAgentsError: {
4450
4544
  _enum: string[];
4451
4545
  };
4452
4546
  /**
4453
- * Lookup715: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4547
+ * Lookup724: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
4454
4548
  **/
4455
4549
  PalletRelayerSubsidy: {
4456
4550
  payingKey: string;
4457
4551
  remaining: string;
4458
4552
  };
4459
4553
  /**
4460
- * Lookup716: pallet_relayer::Error<T>
4554
+ * Lookup725: pallet_relayer::Error<T>
4461
4555
  **/
4462
4556
  PalletRelayerError: {
4463
4557
  _enum: string[];
4464
4558
  };
4465
4559
  /**
4466
- * Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
4560
+ * Lookup727: pallet_contracts::wasm::PrefabWasmModule<T>
4467
4561
  **/
4468
4562
  PalletContractsWasmPrefabWasmModule: {
4469
4563
  instructionWeightsVersion: string;
@@ -4473,7 +4567,7 @@ declare const _default: {
4473
4567
  determinism: string;
4474
4568
  };
4475
4569
  /**
4476
- * Lookup720: pallet_contracts::wasm::OwnerInfo<T>
4570
+ * Lookup729: pallet_contracts::wasm::OwnerInfo<T>
4477
4571
  **/
4478
4572
  PalletContractsWasmOwnerInfo: {
4479
4573
  owner: string;
@@ -4481,7 +4575,7 @@ declare const _default: {
4481
4575
  refcount: string;
4482
4576
  };
4483
4577
  /**
4484
- * Lookup721: pallet_contracts::storage::ContractInfo<T>
4578
+ * Lookup730: pallet_contracts::storage::ContractInfo<T>
4485
4579
  **/
4486
4580
  PalletContractsStorageContractInfo: {
4487
4581
  trieId: string;
@@ -4494,13 +4588,13 @@ declare const _default: {
4494
4588
  storageBaseDeposit: string;
4495
4589
  };
4496
4590
  /**
4497
- * Lookup724: pallet_contracts::storage::DeletedContract
4591
+ * Lookup733: pallet_contracts::storage::DeletedContract
4498
4592
  **/
4499
4593
  PalletContractsStorageDeletedContract: {
4500
4594
  trieId: string;
4501
4595
  };
4502
4596
  /**
4503
- * Lookup726: pallet_contracts::schedule::Schedule<T>
4597
+ * Lookup735: pallet_contracts::schedule::Schedule<T>
4504
4598
  **/
4505
4599
  PalletContractsSchedule: {
4506
4600
  limits: string;
@@ -4508,7 +4602,7 @@ declare const _default: {
4508
4602
  hostFnWeights: string;
4509
4603
  };
4510
4604
  /**
4511
- * Lookup727: pallet_contracts::schedule::Limits
4605
+ * Lookup736: pallet_contracts::schedule::Limits
4512
4606
  **/
4513
4607
  PalletContractsScheduleLimits: {
4514
4608
  eventTopics: string;
@@ -4522,7 +4616,7 @@ declare const _default: {
4522
4616
  payloadLen: string;
4523
4617
  };
4524
4618
  /**
4525
- * Lookup728: pallet_contracts::schedule::InstructionWeights<T>
4619
+ * Lookup737: pallet_contracts::schedule::InstructionWeights<T>
4526
4620
  **/
4527
4621
  PalletContractsScheduleInstructionWeights: {
4528
4622
  _alias: {
@@ -4584,7 +4678,7 @@ declare const _default: {
4584
4678
  i64rotr: string;
4585
4679
  };
4586
4680
  /**
4587
- * Lookup729: pallet_contracts::schedule::HostFnWeights<T>
4681
+ * Lookup738: pallet_contracts::schedule::HostFnWeights<T>
4588
4682
  **/
4589
4683
  PalletContractsScheduleHostFnWeights: {
4590
4684
  _alias: {
@@ -4651,19 +4745,19 @@ declare const _default: {
4651
4745
  instantiationNonce: string;
4652
4746
  };
4653
4747
  /**
4654
- * Lookup730: pallet_contracts::pallet::Error<T>
4748
+ * Lookup739: pallet_contracts::pallet::Error<T>
4655
4749
  **/
4656
4750
  PalletContractsError: {
4657
4751
  _enum: string[];
4658
4752
  };
4659
4753
  /**
4660
- * Lookup732: polymesh_contracts::Error<T>
4754
+ * Lookup741: polymesh_contracts::Error<T>
4661
4755
  **/
4662
4756
  PolymeshContractsError: {
4663
4757
  _enum: string[];
4664
4758
  };
4665
4759
  /**
4666
- * Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4760
+ * Lookup742: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
4667
4761
  **/
4668
4762
  PalletPreimageRequestStatus: {
4669
4763
  _enum: {
@@ -4679,62 +4773,62 @@ declare const _default: {
4679
4773
  };
4680
4774
  };
4681
4775
  /**
4682
- * Lookup737: pallet_preimage::pallet::Error<T>
4776
+ * Lookup746: pallet_preimage::pallet::Error<T>
4683
4777
  **/
4684
4778
  PalletPreimageError: {
4685
4779
  _enum: string[];
4686
4780
  };
4687
4781
  /**
4688
- * Lookup738: polymesh_primitives::nft::NFTCollection
4782
+ * Lookup747: polymesh_primitives::nft::NFTCollection
4689
4783
  **/
4690
4784
  PolymeshPrimitivesNftNftCollection: {
4691
4785
  id: string;
4692
4786
  ticker: string;
4693
4787
  };
4694
4788
  /**
4695
- * Lookup743: pallet_nft::Error<T>
4789
+ * Lookup752: pallet_nft::Error<T>
4696
4790
  **/
4697
4791
  PalletNftError: {
4698
4792
  _enum: string[];
4699
4793
  };
4700
4794
  /**
4701
- * Lookup744: pallet_test_utils::Error<T>
4795
+ * Lookup753: pallet_test_utils::Error<T>
4702
4796
  **/
4703
4797
  PalletTestUtilsError: string;
4704
4798
  /**
4705
- * Lookup747: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4799
+ * Lookup756: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
4706
4800
  **/
4707
4801
  FrameSystemExtensionsCheckSpecVersion: string;
4708
4802
  /**
4709
- * Lookup748: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4803
+ * Lookup757: frame_system::extensions::check_tx_version::CheckTxVersion<T>
4710
4804
  **/
4711
4805
  FrameSystemExtensionsCheckTxVersion: string;
4712
4806
  /**
4713
- * Lookup749: frame_system::extensions::check_genesis::CheckGenesis<T>
4807
+ * Lookup758: frame_system::extensions::check_genesis::CheckGenesis<T>
4714
4808
  **/
4715
4809
  FrameSystemExtensionsCheckGenesis: string;
4716
4810
  /**
4717
- * Lookup752: frame_system::extensions::check_nonce::CheckNonce<T>
4811
+ * Lookup761: frame_system::extensions::check_nonce::CheckNonce<T>
4718
4812
  **/
4719
4813
  FrameSystemExtensionsCheckNonce: string;
4720
4814
  /**
4721
- * Lookup753: polymesh_extensions::check_weight::CheckWeight<T>
4815
+ * Lookup762: polymesh_extensions::check_weight::CheckWeight<T>
4722
4816
  **/
4723
4817
  PolymeshExtensionsCheckWeight: string;
4724
4818
  /**
4725
- * Lookup754: frame_system::extensions::check_weight::CheckWeight<T>
4819
+ * Lookup763: frame_system::extensions::check_weight::CheckWeight<T>
4726
4820
  **/
4727
4821
  FrameSystemExtensionsCheckWeight: string;
4728
4822
  /**
4729
- * Lookup755: pallet_transaction_payment::ChargeTransactionPayment<T>
4823
+ * Lookup764: pallet_transaction_payment::ChargeTransactionPayment<T>
4730
4824
  **/
4731
4825
  PalletTransactionPaymentChargeTransactionPayment: string;
4732
4826
  /**
4733
- * Lookup756: pallet_permissions::StoreCallMetadata<T>
4827
+ * Lookup765: pallet_permissions::StoreCallMetadata<T>
4734
4828
  **/
4735
4829
  PalletPermissionsStoreCallMetadata: string;
4736
4830
  /**
4737
- * Lookup757: polymesh_runtime_develop::runtime::Runtime
4831
+ * Lookup766: polymesh_runtime_develop::runtime::Runtime
4738
4832
  **/
4739
4833
  PolymeshRuntimeDevelopRuntime: string;
4740
4834
  };