@polymeshassociation/polymesh-sdk 23.0.0-beta.1 → 23.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/api/client/Claims.d.ts +14 -1
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +29 -0
- package/api/client/Claims.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +2 -1
- package/api/client/Polymesh.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +7 -4
- package/api/entities/Portfolio/index.js.map +1 -1
- package/generated/types.d.ts +10 -3
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +7 -0
- package/generated/types.js.map +1 -1
- package/middleware/queries.d.ts +16 -0
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +51 -1
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +1861 -69
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +774 -12
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0.tgz +0 -0
- package/package.json +1 -1
- package/polkadot/augment-api-errors.d.ts +28 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +81 -2
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +43 -1
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +9 -2
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +128 -3
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +3 -1
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +300 -221
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +307 -221
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +11 -1
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +14 -1
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +17 -2
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +6 -2
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/schema.d.ts +29 -2
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +51 -3
- package/polkadot/schema.js.map +1 -1
- package/polkadot/settlement/definitions.d.ts +9 -0
- package/polkadot/settlement/definitions.d.ts.map +1 -1
- package/polkadot/settlement/definitions.js +21 -0
- package/polkadot/settlement/definitions.js.map +1 -1
- package/polkadot/types-lookup.d.ts +336 -231
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/index.d.ts +9 -0
- package/types/index.d.ts.map +1 -1
- package/utils/constants.d.ts +1 -1
- package/utils/constants.js +1 -1
- package/utils/conversion.d.ts +6 -2
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +16 -5
- package/utils/conversion.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-beta.1.tgz +0 -0
package/polkadot/lookup.d.ts
CHANGED
|
@@ -769,6 +769,10 @@ declare const _default: {
|
|
|
769
769
|
LocalMetadataKeyDeleted: string;
|
|
770
770
|
MetadataValueDeleted: string;
|
|
771
771
|
AssetBalanceUpdated: string;
|
|
772
|
+
AssetAffirmationExemption: string;
|
|
773
|
+
RemoveAssetAffirmationExemption: string;
|
|
774
|
+
PreApprovedAsset: string;
|
|
775
|
+
RemovePreApprovedAsset: string;
|
|
772
776
|
};
|
|
773
777
|
};
|
|
774
778
|
/**
|
|
@@ -886,6 +890,7 @@ declare const _default: {
|
|
|
886
890
|
instructionId: string;
|
|
887
891
|
instructionMemo: string;
|
|
888
892
|
};
|
|
893
|
+
ControllerTransfer: string;
|
|
889
894
|
};
|
|
890
895
|
};
|
|
891
896
|
/**
|
|
@@ -1203,6 +1208,8 @@ declare const _default: {
|
|
|
1203
1208
|
UserPortfolios: string;
|
|
1204
1209
|
PortfolioCustodianChanged: string;
|
|
1205
1210
|
FundsMovedBetweenPortfolios: string;
|
|
1211
|
+
PreApprovedPortfolio: string;
|
|
1212
|
+
RevokePreApprovedPortfolio: string;
|
|
1206
1213
|
};
|
|
1207
1214
|
};
|
|
1208
1215
|
/**
|
|
@@ -1295,6 +1302,7 @@ declare const _default: {
|
|
|
1295
1302
|
SettlementManuallyExecuted: string;
|
|
1296
1303
|
InstructionCreated: string;
|
|
1297
1304
|
FailedToExecuteInstruction: string;
|
|
1305
|
+
InstructionAutomaticallyAffirmed: string;
|
|
1298
1306
|
};
|
|
1299
1307
|
};
|
|
1300
1308
|
/**
|
|
@@ -1571,11 +1579,34 @@ declare const _default: {
|
|
|
1571
1579
|
};
|
|
1572
1580
|
};
|
|
1573
1581
|
/**
|
|
1574
|
-
* Lookup290: polymesh_contracts::
|
|
1582
|
+
* Lookup290: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
|
|
1583
|
+
**/
|
|
1584
|
+
PolymeshContractsRawEvent: {
|
|
1585
|
+
_enum: {
|
|
1586
|
+
ApiHashUpdated: string;
|
|
1587
|
+
SCRuntimeCall: string;
|
|
1588
|
+
};
|
|
1589
|
+
};
|
|
1590
|
+
/**
|
|
1591
|
+
* Lookup291: polymesh_contracts::Api
|
|
1592
|
+
**/
|
|
1593
|
+
PolymeshContractsApi: {
|
|
1594
|
+
desc: string;
|
|
1595
|
+
major: string;
|
|
1596
|
+
};
|
|
1597
|
+
/**
|
|
1598
|
+
* Lookup292: polymesh_contracts::ChainVersion
|
|
1599
|
+
**/
|
|
1600
|
+
PolymeshContractsChainVersion: {
|
|
1601
|
+
specVersion: string;
|
|
1602
|
+
txVersion: string;
|
|
1603
|
+
};
|
|
1604
|
+
/**
|
|
1605
|
+
* Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1575
1606
|
**/
|
|
1576
|
-
|
|
1607
|
+
PolymeshContractsChainExtensionExtrinsicId: string;
|
|
1577
1608
|
/**
|
|
1578
|
-
*
|
|
1609
|
+
* Lookup294: pallet_preimage::pallet::Event<T>
|
|
1579
1610
|
**/
|
|
1580
1611
|
PalletPreimageEvent: {
|
|
1581
1612
|
_enum: {
|
|
@@ -1600,7 +1631,7 @@ declare const _default: {
|
|
|
1600
1631
|
};
|
|
1601
1632
|
};
|
|
1602
1633
|
/**
|
|
1603
|
-
*
|
|
1634
|
+
* Lookup295: polymesh_common_utilities::traits::nft::Event
|
|
1604
1635
|
**/
|
|
1605
1636
|
PolymeshCommonUtilitiesNftEvent: {
|
|
1606
1637
|
_enum: {
|
|
@@ -1609,7 +1640,7 @@ declare const _default: {
|
|
|
1609
1640
|
};
|
|
1610
1641
|
};
|
|
1611
1642
|
/**
|
|
1612
|
-
*
|
|
1643
|
+
* Lookup297: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
|
|
1613
1644
|
**/
|
|
1614
1645
|
PalletTestUtilsRawEvent: {
|
|
1615
1646
|
_enum: {
|
|
@@ -1618,7 +1649,7 @@ declare const _default: {
|
|
|
1618
1649
|
};
|
|
1619
1650
|
};
|
|
1620
1651
|
/**
|
|
1621
|
-
*
|
|
1652
|
+
* Lookup298: frame_system::Phase
|
|
1622
1653
|
**/
|
|
1623
1654
|
FrameSystemPhase: {
|
|
1624
1655
|
_enum: {
|
|
@@ -1628,14 +1659,14 @@ declare const _default: {
|
|
|
1628
1659
|
};
|
|
1629
1660
|
};
|
|
1630
1661
|
/**
|
|
1631
|
-
*
|
|
1662
|
+
* Lookup301: frame_system::LastRuntimeUpgradeInfo
|
|
1632
1663
|
**/
|
|
1633
1664
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1634
1665
|
specVersion: string;
|
|
1635
1666
|
specName: string;
|
|
1636
1667
|
};
|
|
1637
1668
|
/**
|
|
1638
|
-
*
|
|
1669
|
+
* Lookup304: frame_system::pallet::Call<T>
|
|
1639
1670
|
**/
|
|
1640
1671
|
FrameSystemCall: {
|
|
1641
1672
|
_enum: {
|
|
@@ -1670,7 +1701,7 @@ declare const _default: {
|
|
|
1670
1701
|
};
|
|
1671
1702
|
};
|
|
1672
1703
|
/**
|
|
1673
|
-
*
|
|
1704
|
+
* Lookup308: frame_system::limits::BlockWeights
|
|
1674
1705
|
**/
|
|
1675
1706
|
FrameSystemLimitsBlockWeights: {
|
|
1676
1707
|
baseBlock: string;
|
|
@@ -1678,7 +1709,7 @@ declare const _default: {
|
|
|
1678
1709
|
perClass: string;
|
|
1679
1710
|
};
|
|
1680
1711
|
/**
|
|
1681
|
-
*
|
|
1712
|
+
* Lookup309: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1682
1713
|
**/
|
|
1683
1714
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1684
1715
|
normal: string;
|
|
@@ -1686,7 +1717,7 @@ declare const _default: {
|
|
|
1686
1717
|
mandatory: string;
|
|
1687
1718
|
};
|
|
1688
1719
|
/**
|
|
1689
|
-
*
|
|
1720
|
+
* Lookup310: frame_system::limits::WeightsPerClass
|
|
1690
1721
|
**/
|
|
1691
1722
|
FrameSystemLimitsWeightsPerClass: {
|
|
1692
1723
|
baseExtrinsic: string;
|
|
@@ -1695,13 +1726,13 @@ declare const _default: {
|
|
|
1695
1726
|
reserved: string;
|
|
1696
1727
|
};
|
|
1697
1728
|
/**
|
|
1698
|
-
*
|
|
1729
|
+
* Lookup312: frame_system::limits::BlockLength
|
|
1699
1730
|
**/
|
|
1700
1731
|
FrameSystemLimitsBlockLength: {
|
|
1701
1732
|
max: string;
|
|
1702
1733
|
};
|
|
1703
1734
|
/**
|
|
1704
|
-
*
|
|
1735
|
+
* Lookup313: frame_support::dispatch::PerDispatchClass<T>
|
|
1705
1736
|
**/
|
|
1706
1737
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1707
1738
|
normal: string;
|
|
@@ -1709,14 +1740,14 @@ declare const _default: {
|
|
|
1709
1740
|
mandatory: string;
|
|
1710
1741
|
};
|
|
1711
1742
|
/**
|
|
1712
|
-
*
|
|
1743
|
+
* Lookup314: sp_weights::RuntimeDbWeight
|
|
1713
1744
|
**/
|
|
1714
1745
|
SpWeightsRuntimeDbWeight: {
|
|
1715
1746
|
read: string;
|
|
1716
1747
|
write: string;
|
|
1717
1748
|
};
|
|
1718
1749
|
/**
|
|
1719
|
-
*
|
|
1750
|
+
* Lookup315: sp_version::RuntimeVersion
|
|
1720
1751
|
**/
|
|
1721
1752
|
SpVersionRuntimeVersion: {
|
|
1722
1753
|
specName: string;
|
|
@@ -1729,17 +1760,17 @@ declare const _default: {
|
|
|
1729
1760
|
stateVersion: string;
|
|
1730
1761
|
};
|
|
1731
1762
|
/**
|
|
1732
|
-
*
|
|
1763
|
+
* Lookup320: frame_system::pallet::Error<T>
|
|
1733
1764
|
**/
|
|
1734
1765
|
FrameSystemError: {
|
|
1735
1766
|
_enum: string[];
|
|
1736
1767
|
};
|
|
1737
1768
|
/**
|
|
1738
|
-
*
|
|
1769
|
+
* Lookup323: sp_consensus_babe::app::Public
|
|
1739
1770
|
**/
|
|
1740
1771
|
SpConsensusBabeAppPublic: string;
|
|
1741
1772
|
/**
|
|
1742
|
-
*
|
|
1773
|
+
* Lookup326: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1743
1774
|
**/
|
|
1744
1775
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1745
1776
|
_enum: {
|
|
@@ -1751,13 +1782,13 @@ declare const _default: {
|
|
|
1751
1782
|
};
|
|
1752
1783
|
};
|
|
1753
1784
|
/**
|
|
1754
|
-
*
|
|
1785
|
+
* Lookup328: sp_consensus_babe::AllowedSlots
|
|
1755
1786
|
**/
|
|
1756
1787
|
SpConsensusBabeAllowedSlots: {
|
|
1757
1788
|
_enum: string[];
|
|
1758
1789
|
};
|
|
1759
1790
|
/**
|
|
1760
|
-
*
|
|
1791
|
+
* Lookup332: sp_consensus_babe::digests::PreDigest
|
|
1761
1792
|
**/
|
|
1762
1793
|
SpConsensusBabeDigestsPreDigest: {
|
|
1763
1794
|
_enum: {
|
|
@@ -1768,7 +1799,7 @@ declare const _default: {
|
|
|
1768
1799
|
};
|
|
1769
1800
|
};
|
|
1770
1801
|
/**
|
|
1771
|
-
*
|
|
1802
|
+
* Lookup333: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1772
1803
|
**/
|
|
1773
1804
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1774
1805
|
authorityIndex: string;
|
|
@@ -1777,14 +1808,14 @@ declare const _default: {
|
|
|
1777
1808
|
vrfProof: string;
|
|
1778
1809
|
};
|
|
1779
1810
|
/**
|
|
1780
|
-
*
|
|
1811
|
+
* Lookup334: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1781
1812
|
**/
|
|
1782
1813
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1783
1814
|
authorityIndex: string;
|
|
1784
1815
|
slot: string;
|
|
1785
1816
|
};
|
|
1786
1817
|
/**
|
|
1787
|
-
*
|
|
1818
|
+
* Lookup335: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1788
1819
|
**/
|
|
1789
1820
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1790
1821
|
authorityIndex: string;
|
|
@@ -1793,14 +1824,14 @@ declare const _default: {
|
|
|
1793
1824
|
vrfProof: string;
|
|
1794
1825
|
};
|
|
1795
1826
|
/**
|
|
1796
|
-
*
|
|
1827
|
+
* Lookup336: sp_consensus_babe::BabeEpochConfiguration
|
|
1797
1828
|
**/
|
|
1798
1829
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1799
1830
|
c: string;
|
|
1800
1831
|
allowedSlots: string;
|
|
1801
1832
|
};
|
|
1802
1833
|
/**
|
|
1803
|
-
*
|
|
1834
|
+
* Lookup340: pallet_babe::pallet::Call<T>
|
|
1804
1835
|
**/
|
|
1805
1836
|
PalletBabeCall: {
|
|
1806
1837
|
_enum: {
|
|
@@ -1818,7 +1849,7 @@ declare const _default: {
|
|
|
1818
1849
|
};
|
|
1819
1850
|
};
|
|
1820
1851
|
/**
|
|
1821
|
-
*
|
|
1852
|
+
* Lookup341: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
1822
1853
|
**/
|
|
1823
1854
|
SpConsensusSlotsEquivocationProof: {
|
|
1824
1855
|
offender: string;
|
|
@@ -1827,7 +1858,7 @@ declare const _default: {
|
|
|
1827
1858
|
secondHeader: string;
|
|
1828
1859
|
};
|
|
1829
1860
|
/**
|
|
1830
|
-
*
|
|
1861
|
+
* Lookup342: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
1831
1862
|
**/
|
|
1832
1863
|
SpRuntimeHeader: {
|
|
1833
1864
|
parentHash: string;
|
|
@@ -1837,11 +1868,11 @@ declare const _default: {
|
|
|
1837
1868
|
digest: string;
|
|
1838
1869
|
};
|
|
1839
1870
|
/**
|
|
1840
|
-
*
|
|
1871
|
+
* Lookup343: sp_runtime::traits::BlakeTwo256
|
|
1841
1872
|
**/
|
|
1842
1873
|
SpRuntimeBlakeTwo256: string;
|
|
1843
1874
|
/**
|
|
1844
|
-
*
|
|
1875
|
+
* Lookup344: sp_session::MembershipProof
|
|
1845
1876
|
**/
|
|
1846
1877
|
SpSessionMembershipProof: {
|
|
1847
1878
|
session: string;
|
|
@@ -1849,13 +1880,13 @@ declare const _default: {
|
|
|
1849
1880
|
validatorCount: string;
|
|
1850
1881
|
};
|
|
1851
1882
|
/**
|
|
1852
|
-
*
|
|
1883
|
+
* Lookup345: pallet_babe::pallet::Error<T>
|
|
1853
1884
|
**/
|
|
1854
1885
|
PalletBabeError: {
|
|
1855
1886
|
_enum: string[];
|
|
1856
1887
|
};
|
|
1857
1888
|
/**
|
|
1858
|
-
*
|
|
1889
|
+
* Lookup346: pallet_timestamp::pallet::Call<T>
|
|
1859
1890
|
**/
|
|
1860
1891
|
PalletTimestampCall: {
|
|
1861
1892
|
_enum: {
|
|
@@ -1865,7 +1896,7 @@ declare const _default: {
|
|
|
1865
1896
|
};
|
|
1866
1897
|
};
|
|
1867
1898
|
/**
|
|
1868
|
-
*
|
|
1899
|
+
* Lookup348: pallet_indices::pallet::Call<T>
|
|
1869
1900
|
**/
|
|
1870
1901
|
PalletIndicesCall: {
|
|
1871
1902
|
_enum: {
|
|
@@ -1896,13 +1927,13 @@ declare const _default: {
|
|
|
1896
1927
|
};
|
|
1897
1928
|
};
|
|
1898
1929
|
/**
|
|
1899
|
-
*
|
|
1930
|
+
* Lookup350: pallet_indices::pallet::Error<T>
|
|
1900
1931
|
**/
|
|
1901
1932
|
PalletIndicesError: {
|
|
1902
1933
|
_enum: string[];
|
|
1903
1934
|
};
|
|
1904
1935
|
/**
|
|
1905
|
-
*
|
|
1936
|
+
* Lookup352: pallet_balances::BalanceLock<Balance>
|
|
1906
1937
|
**/
|
|
1907
1938
|
PalletBalancesBalanceLock: {
|
|
1908
1939
|
id: string;
|
|
@@ -1910,13 +1941,13 @@ declare const _default: {
|
|
|
1910
1941
|
reasons: string;
|
|
1911
1942
|
};
|
|
1912
1943
|
/**
|
|
1913
|
-
*
|
|
1944
|
+
* Lookup353: polymesh_common_utilities::traits::balances::Reasons
|
|
1914
1945
|
**/
|
|
1915
1946
|
PolymeshCommonUtilitiesBalancesReasons: {
|
|
1916
1947
|
_enum: string[];
|
|
1917
1948
|
};
|
|
1918
1949
|
/**
|
|
1919
|
-
*
|
|
1950
|
+
* Lookup354: pallet_balances::Call<T>
|
|
1920
1951
|
**/
|
|
1921
1952
|
PalletBalancesCall: {
|
|
1922
1953
|
_enum: {
|
|
@@ -1948,19 +1979,19 @@ declare const _default: {
|
|
|
1948
1979
|
};
|
|
1949
1980
|
};
|
|
1950
1981
|
/**
|
|
1951
|
-
*
|
|
1982
|
+
* Lookup355: pallet_balances::Error<T>
|
|
1952
1983
|
**/
|
|
1953
1984
|
PalletBalancesError: {
|
|
1954
1985
|
_enum: string[];
|
|
1955
1986
|
};
|
|
1956
1987
|
/**
|
|
1957
|
-
*
|
|
1988
|
+
* Lookup357: pallet_transaction_payment::Releases
|
|
1958
1989
|
**/
|
|
1959
1990
|
PalletTransactionPaymentReleases: {
|
|
1960
1991
|
_enum: string[];
|
|
1961
1992
|
};
|
|
1962
1993
|
/**
|
|
1963
|
-
*
|
|
1994
|
+
* Lookup359: sp_weights::WeightToFeeCoefficient<Balance>
|
|
1964
1995
|
**/
|
|
1965
1996
|
SpWeightsWeightToFeeCoefficient: {
|
|
1966
1997
|
coeffInteger: string;
|
|
@@ -1969,27 +2000,27 @@ declare const _default: {
|
|
|
1969
2000
|
degree: string;
|
|
1970
2001
|
};
|
|
1971
2002
|
/**
|
|
1972
|
-
*
|
|
2003
|
+
* Lookup360: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
1973
2004
|
**/
|
|
1974
2005
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
1975
2006
|
primaryKey: string;
|
|
1976
2007
|
};
|
|
1977
2008
|
/**
|
|
1978
|
-
*
|
|
2009
|
+
* Lookup362: pallet_identity::types::Claim1stKey
|
|
1979
2010
|
**/
|
|
1980
2011
|
PalletIdentityClaim1stKey: {
|
|
1981
2012
|
target: string;
|
|
1982
2013
|
claimType: string;
|
|
1983
2014
|
};
|
|
1984
2015
|
/**
|
|
1985
|
-
*
|
|
2016
|
+
* Lookup363: pallet_identity::types::Claim2ndKey
|
|
1986
2017
|
**/
|
|
1987
2018
|
PalletIdentityClaim2ndKey: {
|
|
1988
2019
|
issuer: string;
|
|
1989
2020
|
scope: string;
|
|
1990
2021
|
};
|
|
1991
2022
|
/**
|
|
1992
|
-
*
|
|
2023
|
+
* Lookup364: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
1993
2024
|
**/
|
|
1994
2025
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
1995
2026
|
_enum: {
|
|
@@ -1999,7 +2030,7 @@ declare const _default: {
|
|
|
1999
2030
|
};
|
|
2000
2031
|
};
|
|
2001
2032
|
/**
|
|
2002
|
-
*
|
|
2033
|
+
* Lookup367: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2003
2034
|
**/
|
|
2004
2035
|
PolymeshPrimitivesAuthorization: {
|
|
2005
2036
|
authorizationData: string;
|
|
@@ -2009,7 +2040,7 @@ declare const _default: {
|
|
|
2009
2040
|
count: string;
|
|
2010
2041
|
};
|
|
2011
2042
|
/**
|
|
2012
|
-
*
|
|
2043
|
+
* Lookup370: pallet_identity::Call<T>
|
|
2013
2044
|
**/
|
|
2014
2045
|
PalletIdentityCall: {
|
|
2015
2046
|
_enum: {
|
|
@@ -2101,27 +2132,27 @@ declare const _default: {
|
|
|
2101
2132
|
};
|
|
2102
2133
|
};
|
|
2103
2134
|
/**
|
|
2104
|
-
*
|
|
2135
|
+
* Lookup372: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2105
2136
|
**/
|
|
2106
2137
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2107
2138
|
secondaryKey: string;
|
|
2108
2139
|
authSignature: string;
|
|
2109
2140
|
};
|
|
2110
2141
|
/**
|
|
2111
|
-
*
|
|
2142
|
+
* Lookup375: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2112
2143
|
**/
|
|
2113
2144
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2114
2145
|
key: string;
|
|
2115
2146
|
authSignature: string;
|
|
2116
2147
|
};
|
|
2117
2148
|
/**
|
|
2118
|
-
*
|
|
2149
|
+
* Lookup376: pallet_identity::Error<T>
|
|
2119
2150
|
**/
|
|
2120
2151
|
PalletIdentityError: {
|
|
2121
2152
|
_enum: string[];
|
|
2122
2153
|
};
|
|
2123
2154
|
/**
|
|
2124
|
-
*
|
|
2155
|
+
* Lookup378: polymesh_common_utilities::traits::group::InactiveMember<Moment>
|
|
2125
2156
|
**/
|
|
2126
2157
|
PolymeshCommonUtilitiesGroupInactiveMember: {
|
|
2127
2158
|
id: string;
|
|
@@ -2129,7 +2160,7 @@ declare const _default: {
|
|
|
2129
2160
|
expiry: string;
|
|
2130
2161
|
};
|
|
2131
2162
|
/**
|
|
2132
|
-
*
|
|
2163
|
+
* Lookup379: pallet_group::Call<T, I>
|
|
2133
2164
|
**/
|
|
2134
2165
|
PalletGroupCall: {
|
|
2135
2166
|
_enum: {
|
|
@@ -2158,13 +2189,13 @@ declare const _default: {
|
|
|
2158
2189
|
};
|
|
2159
2190
|
};
|
|
2160
2191
|
/**
|
|
2161
|
-
*
|
|
2192
|
+
* Lookup380: pallet_group::Error<T, I>
|
|
2162
2193
|
**/
|
|
2163
2194
|
PalletGroupError: {
|
|
2164
2195
|
_enum: string[];
|
|
2165
2196
|
};
|
|
2166
2197
|
/**
|
|
2167
|
-
*
|
|
2198
|
+
* Lookup382: pallet_committee::Call<T, I>
|
|
2168
2199
|
**/
|
|
2169
2200
|
PalletCommitteeCall: {
|
|
2170
2201
|
_enum: {
|
|
@@ -2190,7 +2221,7 @@ declare const _default: {
|
|
|
2190
2221
|
};
|
|
2191
2222
|
};
|
|
2192
2223
|
/**
|
|
2193
|
-
*
|
|
2224
|
+
* Lookup388: pallet_multisig::Call<T>
|
|
2194
2225
|
**/
|
|
2195
2226
|
PalletMultisigCall: {
|
|
2196
2227
|
_enum: {
|
|
@@ -2284,7 +2315,7 @@ declare const _default: {
|
|
|
2284
2315
|
};
|
|
2285
2316
|
};
|
|
2286
2317
|
/**
|
|
2287
|
-
*
|
|
2318
|
+
* Lookup389: pallet_bridge::Call<T>
|
|
2288
2319
|
**/
|
|
2289
2320
|
PalletBridgeCall: {
|
|
2290
2321
|
_enum: {
|
|
@@ -2339,7 +2370,7 @@ declare const _default: {
|
|
|
2339
2370
|
};
|
|
2340
2371
|
};
|
|
2341
2372
|
/**
|
|
2342
|
-
*
|
|
2373
|
+
* Lookup393: pallet_staking::Call<T>
|
|
2343
2374
|
**/
|
|
2344
2375
|
PalletStakingCall: {
|
|
2345
2376
|
_enum: {
|
|
@@ -2465,7 +2496,7 @@ declare const _default: {
|
|
|
2465
2496
|
};
|
|
2466
2497
|
};
|
|
2467
2498
|
/**
|
|
2468
|
-
*
|
|
2499
|
+
* Lookup394: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2469
2500
|
**/
|
|
2470
2501
|
PalletStakingRewardDestination: {
|
|
2471
2502
|
_enum: {
|
|
@@ -2476,14 +2507,14 @@ declare const _default: {
|
|
|
2476
2507
|
};
|
|
2477
2508
|
};
|
|
2478
2509
|
/**
|
|
2479
|
-
*
|
|
2510
|
+
* Lookup395: pallet_staking::ValidatorPrefs
|
|
2480
2511
|
**/
|
|
2481
2512
|
PalletStakingValidatorPrefs: {
|
|
2482
2513
|
commission: string;
|
|
2483
2514
|
blocked: string;
|
|
2484
2515
|
};
|
|
2485
2516
|
/**
|
|
2486
|
-
*
|
|
2517
|
+
* Lookup401: pallet_staking::CompactAssignments
|
|
2487
2518
|
**/
|
|
2488
2519
|
PalletStakingCompactAssignments: {
|
|
2489
2520
|
votes1: string;
|
|
@@ -2504,7 +2535,7 @@ declare const _default: {
|
|
|
2504
2535
|
votes16: string;
|
|
2505
2536
|
};
|
|
2506
2537
|
/**
|
|
2507
|
-
*
|
|
2538
|
+
* Lookup452: sp_npos_elections::ElectionScore
|
|
2508
2539
|
**/
|
|
2509
2540
|
SpNposElectionsElectionScore: {
|
|
2510
2541
|
minimalStake: string;
|
|
@@ -2512,14 +2543,14 @@ declare const _default: {
|
|
|
2512
2543
|
sumStakeSquared: string;
|
|
2513
2544
|
};
|
|
2514
2545
|
/**
|
|
2515
|
-
*
|
|
2546
|
+
* Lookup453: pallet_staking::ElectionSize
|
|
2516
2547
|
**/
|
|
2517
2548
|
PalletStakingElectionSize: {
|
|
2518
2549
|
validators: string;
|
|
2519
2550
|
nominators: string;
|
|
2520
2551
|
};
|
|
2521
2552
|
/**
|
|
2522
|
-
*
|
|
2553
|
+
* Lookup454: pallet_session::pallet::Call<T>
|
|
2523
2554
|
**/
|
|
2524
2555
|
PalletSessionCall: {
|
|
2525
2556
|
_enum: {
|
|
@@ -2534,7 +2565,7 @@ declare const _default: {
|
|
|
2534
2565
|
};
|
|
2535
2566
|
};
|
|
2536
2567
|
/**
|
|
2537
|
-
*
|
|
2568
|
+
* Lookup455: polymesh_runtime_develop::runtime::SessionKeys
|
|
2538
2569
|
**/
|
|
2539
2570
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2540
2571
|
grandpa: string;
|
|
@@ -2543,11 +2574,11 @@ declare const _default: {
|
|
|
2543
2574
|
authorityDiscovery: string;
|
|
2544
2575
|
};
|
|
2545
2576
|
/**
|
|
2546
|
-
*
|
|
2577
|
+
* Lookup456: sp_authority_discovery::app::Public
|
|
2547
2578
|
**/
|
|
2548
2579
|
SpAuthorityDiscoveryAppPublic: string;
|
|
2549
2580
|
/**
|
|
2550
|
-
*
|
|
2581
|
+
* Lookup457: pallet_grandpa::pallet::Call<T>
|
|
2551
2582
|
**/
|
|
2552
2583
|
PalletGrandpaCall: {
|
|
2553
2584
|
_enum: {
|
|
@@ -2566,14 +2597,14 @@ declare const _default: {
|
|
|
2566
2597
|
};
|
|
2567
2598
|
};
|
|
2568
2599
|
/**
|
|
2569
|
-
*
|
|
2600
|
+
* Lookup458: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2570
2601
|
**/
|
|
2571
2602
|
SpConsensusGrandpaEquivocationProof: {
|
|
2572
2603
|
setId: string;
|
|
2573
2604
|
equivocation: string;
|
|
2574
2605
|
};
|
|
2575
2606
|
/**
|
|
2576
|
-
*
|
|
2607
|
+
* Lookup459: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2577
2608
|
**/
|
|
2578
2609
|
SpConsensusGrandpaEquivocation: {
|
|
2579
2610
|
_enum: {
|
|
@@ -2582,7 +2613,7 @@ declare const _default: {
|
|
|
2582
2613
|
};
|
|
2583
2614
|
};
|
|
2584
2615
|
/**
|
|
2585
|
-
*
|
|
2616
|
+
* Lookup460: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2586
2617
|
**/
|
|
2587
2618
|
FinalityGrandpaEquivocationPrevote: {
|
|
2588
2619
|
roundNumber: string;
|
|
@@ -2591,22 +2622,22 @@ declare const _default: {
|
|
|
2591
2622
|
second: string;
|
|
2592
2623
|
};
|
|
2593
2624
|
/**
|
|
2594
|
-
*
|
|
2625
|
+
* Lookup461: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2595
2626
|
**/
|
|
2596
2627
|
FinalityGrandpaPrevote: {
|
|
2597
2628
|
targetHash: string;
|
|
2598
2629
|
targetNumber: string;
|
|
2599
2630
|
};
|
|
2600
2631
|
/**
|
|
2601
|
-
*
|
|
2632
|
+
* Lookup462: sp_consensus_grandpa::app::Signature
|
|
2602
2633
|
**/
|
|
2603
2634
|
SpConsensusGrandpaAppSignature: string;
|
|
2604
2635
|
/**
|
|
2605
|
-
*
|
|
2636
|
+
* Lookup463: sp_core::ed25519::Signature
|
|
2606
2637
|
**/
|
|
2607
2638
|
SpCoreEd25519Signature: string;
|
|
2608
2639
|
/**
|
|
2609
|
-
*
|
|
2640
|
+
* Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2610
2641
|
**/
|
|
2611
2642
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2612
2643
|
roundNumber: string;
|
|
@@ -2615,14 +2646,14 @@ declare const _default: {
|
|
|
2615
2646
|
second: string;
|
|
2616
2647
|
};
|
|
2617
2648
|
/**
|
|
2618
|
-
*
|
|
2649
|
+
* Lookup466: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2619
2650
|
**/
|
|
2620
2651
|
FinalityGrandpaPrecommit: {
|
|
2621
2652
|
targetHash: string;
|
|
2622
2653
|
targetNumber: string;
|
|
2623
2654
|
};
|
|
2624
2655
|
/**
|
|
2625
|
-
*
|
|
2656
|
+
* Lookup468: pallet_im_online::pallet::Call<T>
|
|
2626
2657
|
**/
|
|
2627
2658
|
PalletImOnlineCall: {
|
|
2628
2659
|
_enum: {
|
|
@@ -2633,7 +2664,7 @@ declare const _default: {
|
|
|
2633
2664
|
};
|
|
2634
2665
|
};
|
|
2635
2666
|
/**
|
|
2636
|
-
*
|
|
2667
|
+
* Lookup469: pallet_im_online::Heartbeat<BlockNumber>
|
|
2637
2668
|
**/
|
|
2638
2669
|
PalletImOnlineHeartbeat: {
|
|
2639
2670
|
blockNumber: string;
|
|
@@ -2643,22 +2674,22 @@ declare const _default: {
|
|
|
2643
2674
|
validatorsLen: string;
|
|
2644
2675
|
};
|
|
2645
2676
|
/**
|
|
2646
|
-
*
|
|
2677
|
+
* Lookup470: sp_core::offchain::OpaqueNetworkState
|
|
2647
2678
|
**/
|
|
2648
2679
|
SpCoreOffchainOpaqueNetworkState: {
|
|
2649
2680
|
peerId: string;
|
|
2650
2681
|
externalAddresses: string;
|
|
2651
2682
|
};
|
|
2652
2683
|
/**
|
|
2653
|
-
*
|
|
2684
|
+
* Lookup474: pallet_im_online::sr25519::app_sr25519::Signature
|
|
2654
2685
|
**/
|
|
2655
2686
|
PalletImOnlineSr25519AppSr25519Signature: string;
|
|
2656
2687
|
/**
|
|
2657
|
-
*
|
|
2688
|
+
* Lookup475: sp_core::sr25519::Signature
|
|
2658
2689
|
**/
|
|
2659
2690
|
SpCoreSr25519Signature: string;
|
|
2660
2691
|
/**
|
|
2661
|
-
*
|
|
2692
|
+
* Lookup476: pallet_sudo::Call<T>
|
|
2662
2693
|
**/
|
|
2663
2694
|
PalletSudoCall: {
|
|
2664
2695
|
_enum: {
|
|
@@ -2682,7 +2713,7 @@ declare const _default: {
|
|
|
2682
2713
|
};
|
|
2683
2714
|
};
|
|
2684
2715
|
/**
|
|
2685
|
-
*
|
|
2716
|
+
* Lookup477: pallet_asset::Call<T>
|
|
2686
2717
|
**/
|
|
2687
2718
|
PalletAssetCall: {
|
|
2688
2719
|
_enum: {
|
|
@@ -2816,7 +2847,7 @@ declare const _default: {
|
|
|
2816
2847
|
};
|
|
2817
2848
|
};
|
|
2818
2849
|
/**
|
|
2819
|
-
*
|
|
2850
|
+
* Lookup479: pallet_corporate_actions::distribution::Call<T>
|
|
2820
2851
|
**/
|
|
2821
2852
|
PalletCorporateActionsDistributionCall: {
|
|
2822
2853
|
_enum: {
|
|
@@ -2845,7 +2876,7 @@ declare const _default: {
|
|
|
2845
2876
|
};
|
|
2846
2877
|
};
|
|
2847
2878
|
/**
|
|
2848
|
-
*
|
|
2879
|
+
* Lookup481: pallet_asset::checkpoint::Call<T>
|
|
2849
2880
|
**/
|
|
2850
2881
|
PalletAssetCheckpointCall: {
|
|
2851
2882
|
_enum: {
|
|
@@ -2866,7 +2897,7 @@ declare const _default: {
|
|
|
2866
2897
|
};
|
|
2867
2898
|
};
|
|
2868
2899
|
/**
|
|
2869
|
-
*
|
|
2900
|
+
* Lookup482: pallet_compliance_manager::Call<T>
|
|
2870
2901
|
**/
|
|
2871
2902
|
PalletComplianceManagerCall: {
|
|
2872
2903
|
_enum: {
|
|
@@ -2907,7 +2938,7 @@ declare const _default: {
|
|
|
2907
2938
|
};
|
|
2908
2939
|
};
|
|
2909
2940
|
/**
|
|
2910
|
-
*
|
|
2941
|
+
* Lookup483: pallet_corporate_actions::Call<T>
|
|
2911
2942
|
**/
|
|
2912
2943
|
PalletCorporateActionsCall: {
|
|
2913
2944
|
_enum: {
|
|
@@ -2960,7 +2991,7 @@ declare const _default: {
|
|
|
2960
2991
|
};
|
|
2961
2992
|
};
|
|
2962
2993
|
/**
|
|
2963
|
-
*
|
|
2994
|
+
* Lookup485: pallet_corporate_actions::RecordDateSpec
|
|
2964
2995
|
**/
|
|
2965
2996
|
PalletCorporateActionsRecordDateSpec: {
|
|
2966
2997
|
_enum: {
|
|
@@ -2970,7 +3001,7 @@ declare const _default: {
|
|
|
2970
3001
|
};
|
|
2971
3002
|
};
|
|
2972
3003
|
/**
|
|
2973
|
-
*
|
|
3004
|
+
* Lookup488: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
2974
3005
|
**/
|
|
2975
3006
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
2976
3007
|
ticker: string;
|
|
@@ -2983,7 +3014,7 @@ declare const _default: {
|
|
|
2983
3014
|
withholdingTax: string;
|
|
2984
3015
|
};
|
|
2985
3016
|
/**
|
|
2986
|
-
*
|
|
3017
|
+
* Lookup489: pallet_corporate_actions::ballot::Call<T>
|
|
2987
3018
|
**/
|
|
2988
3019
|
PalletCorporateActionsBallotCall: {
|
|
2989
3020
|
_enum: {
|
|
@@ -3015,7 +3046,7 @@ declare const _default: {
|
|
|
3015
3046
|
};
|
|
3016
3047
|
};
|
|
3017
3048
|
/**
|
|
3018
|
-
*
|
|
3049
|
+
* Lookup490: pallet_pips::Call<T>
|
|
3019
3050
|
**/
|
|
3020
3051
|
PalletPipsCall: {
|
|
3021
3052
|
_enum: {
|
|
@@ -3076,13 +3107,13 @@ declare const _default: {
|
|
|
3076
3107
|
};
|
|
3077
3108
|
};
|
|
3078
3109
|
/**
|
|
3079
|
-
*
|
|
3110
|
+
* Lookup493: pallet_pips::SnapshotResult
|
|
3080
3111
|
**/
|
|
3081
3112
|
PalletPipsSnapshotResult: {
|
|
3082
3113
|
_enum: string[];
|
|
3083
3114
|
};
|
|
3084
3115
|
/**
|
|
3085
|
-
*
|
|
3116
|
+
* Lookup494: pallet_portfolio::Call<T>
|
|
3086
3117
|
**/
|
|
3087
3118
|
PalletPortfolioCall: {
|
|
3088
3119
|
_enum: {
|
|
@@ -3115,17 +3146,27 @@ declare const _default: {
|
|
|
3115
3146
|
ticker: string;
|
|
3116
3147
|
portfolioId: string;
|
|
3117
3148
|
};
|
|
3149
|
+
allow_identity_to_create_portfolios: {
|
|
3150
|
+
trustedIdentity: string;
|
|
3151
|
+
};
|
|
3152
|
+
revoke_create_portfolios_permission: {
|
|
3153
|
+
identity: string;
|
|
3154
|
+
};
|
|
3155
|
+
create_custody_portfolio: {
|
|
3156
|
+
portfolioOwnerId: string;
|
|
3157
|
+
portfolioName: string;
|
|
3158
|
+
};
|
|
3118
3159
|
};
|
|
3119
3160
|
};
|
|
3120
3161
|
/**
|
|
3121
|
-
*
|
|
3162
|
+
* Lookup496: polymesh_primitives::portfolio::Fund
|
|
3122
3163
|
**/
|
|
3123
3164
|
PolymeshPrimitivesPortfolioFund: {
|
|
3124
3165
|
description: string;
|
|
3125
3166
|
memo: string;
|
|
3126
3167
|
};
|
|
3127
3168
|
/**
|
|
3128
|
-
*
|
|
3169
|
+
* Lookup497: pallet_protocol_fee::Call<T>
|
|
3129
3170
|
**/
|
|
3130
3171
|
PalletProtocolFeeCall: {
|
|
3131
3172
|
_enum: {
|
|
@@ -3139,13 +3180,13 @@ declare const _default: {
|
|
|
3139
3180
|
};
|
|
3140
3181
|
};
|
|
3141
3182
|
/**
|
|
3142
|
-
*
|
|
3183
|
+
* Lookup498: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3143
3184
|
**/
|
|
3144
3185
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3145
3186
|
_enum: string[];
|
|
3146
3187
|
};
|
|
3147
3188
|
/**
|
|
3148
|
-
*
|
|
3189
|
+
* Lookup499: pallet_scheduler::pallet::Call<T>
|
|
3149
3190
|
**/
|
|
3150
3191
|
PalletSchedulerCall: {
|
|
3151
3192
|
_enum: {
|
|
@@ -3185,7 +3226,7 @@ declare const _default: {
|
|
|
3185
3226
|
};
|
|
3186
3227
|
};
|
|
3187
3228
|
/**
|
|
3188
|
-
*
|
|
3229
|
+
* Lookup501: pallet_settlement::Call<T>
|
|
3189
3230
|
**/
|
|
3190
3231
|
PalletSettlementCall: {
|
|
3191
3232
|
_enum: {
|
|
@@ -3289,7 +3330,7 @@ declare const _default: {
|
|
|
3289
3330
|
};
|
|
3290
3331
|
};
|
|
3291
3332
|
/**
|
|
3292
|
-
*
|
|
3333
|
+
* Lookup503: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3293
3334
|
**/
|
|
3294
3335
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3295
3336
|
uid: string;
|
|
@@ -3300,7 +3341,7 @@ declare const _default: {
|
|
|
3300
3341
|
metadata: string;
|
|
3301
3342
|
};
|
|
3302
3343
|
/**
|
|
3303
|
-
*
|
|
3344
|
+
* Lookup504: sp_runtime::MultiSignature
|
|
3304
3345
|
**/
|
|
3305
3346
|
SpRuntimeMultiSignature: {
|
|
3306
3347
|
_enum: {
|
|
@@ -3310,11 +3351,11 @@ declare const _default: {
|
|
|
3310
3351
|
};
|
|
3311
3352
|
};
|
|
3312
3353
|
/**
|
|
3313
|
-
*
|
|
3354
|
+
* Lookup505: sp_core::ecdsa::Signature
|
|
3314
3355
|
**/
|
|
3315
3356
|
SpCoreEcdsaSignature: string;
|
|
3316
3357
|
/**
|
|
3317
|
-
*
|
|
3358
|
+
* Lookup508: polymesh_primitives::settlement::AffirmationCount
|
|
3318
3359
|
**/
|
|
3319
3360
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3320
3361
|
senderAssetCount: string;
|
|
@@ -3322,7 +3363,7 @@ declare const _default: {
|
|
|
3322
3363
|
offchainCount: string;
|
|
3323
3364
|
};
|
|
3324
3365
|
/**
|
|
3325
|
-
*
|
|
3366
|
+
* Lookup509: polymesh_primitives::settlement::AssetCount
|
|
3326
3367
|
**/
|
|
3327
3368
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3328
3369
|
fungible: string;
|
|
@@ -3330,7 +3371,7 @@ declare const _default: {
|
|
|
3330
3371
|
offChain: string;
|
|
3331
3372
|
};
|
|
3332
3373
|
/**
|
|
3333
|
-
*
|
|
3374
|
+
* Lookup511: pallet_statistics::Call<T>
|
|
3334
3375
|
**/
|
|
3335
3376
|
PalletStatisticsCall: {
|
|
3336
3377
|
_enum: {
|
|
@@ -3355,7 +3396,7 @@ declare const _default: {
|
|
|
3355
3396
|
};
|
|
3356
3397
|
};
|
|
3357
3398
|
/**
|
|
3358
|
-
*
|
|
3399
|
+
* Lookup516: pallet_sto::Call<T>
|
|
3359
3400
|
**/
|
|
3360
3401
|
PalletStoCall: {
|
|
3361
3402
|
_enum: {
|
|
@@ -3401,14 +3442,14 @@ declare const _default: {
|
|
|
3401
3442
|
};
|
|
3402
3443
|
};
|
|
3403
3444
|
/**
|
|
3404
|
-
*
|
|
3445
|
+
* Lookup518: pallet_sto::PriceTier
|
|
3405
3446
|
**/
|
|
3406
3447
|
PalletStoPriceTier: {
|
|
3407
3448
|
total: string;
|
|
3408
3449
|
price: string;
|
|
3409
3450
|
};
|
|
3410
3451
|
/**
|
|
3411
|
-
*
|
|
3452
|
+
* Lookup520: pallet_treasury::Call<T>
|
|
3412
3453
|
**/
|
|
3413
3454
|
PalletTreasuryCall: {
|
|
3414
3455
|
_enum: {
|
|
@@ -3421,14 +3462,14 @@ declare const _default: {
|
|
|
3421
3462
|
};
|
|
3422
3463
|
};
|
|
3423
3464
|
/**
|
|
3424
|
-
*
|
|
3465
|
+
* Lookup522: polymesh_primitives::Beneficiary<Balance>
|
|
3425
3466
|
**/
|
|
3426
3467
|
PolymeshPrimitivesBeneficiary: {
|
|
3427
3468
|
id: string;
|
|
3428
3469
|
amount: string;
|
|
3429
3470
|
};
|
|
3430
3471
|
/**
|
|
3431
|
-
*
|
|
3472
|
+
* Lookup523: pallet_utility::pallet::Call<T>
|
|
3432
3473
|
**/
|
|
3433
3474
|
PalletUtilityCall: {
|
|
3434
3475
|
_enum: {
|
|
@@ -3466,14 +3507,14 @@ declare const _default: {
|
|
|
3466
3507
|
};
|
|
3467
3508
|
};
|
|
3468
3509
|
/**
|
|
3469
|
-
*
|
|
3510
|
+
* Lookup525: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3470
3511
|
**/
|
|
3471
3512
|
PalletUtilityUniqueCall: {
|
|
3472
3513
|
nonce: string;
|
|
3473
3514
|
call: string;
|
|
3474
3515
|
};
|
|
3475
3516
|
/**
|
|
3476
|
-
*
|
|
3517
|
+
* Lookup526: polymesh_runtime_develop::runtime::OriginCaller
|
|
3477
3518
|
**/
|
|
3478
3519
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3479
3520
|
_enum: {
|
|
@@ -3494,7 +3535,7 @@ declare const _default: {
|
|
|
3494
3535
|
};
|
|
3495
3536
|
};
|
|
3496
3537
|
/**
|
|
3497
|
-
*
|
|
3538
|
+
* Lookup527: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3498
3539
|
**/
|
|
3499
3540
|
FrameSupportDispatchRawOrigin: {
|
|
3500
3541
|
_enum: {
|
|
@@ -3504,33 +3545,33 @@ declare const _default: {
|
|
|
3504
3545
|
};
|
|
3505
3546
|
};
|
|
3506
3547
|
/**
|
|
3507
|
-
*
|
|
3548
|
+
* Lookup528: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
|
|
3508
3549
|
**/
|
|
3509
3550
|
PalletCommitteeRawOriginInstance1: {
|
|
3510
3551
|
_enum: string[];
|
|
3511
3552
|
};
|
|
3512
3553
|
/**
|
|
3513
|
-
*
|
|
3554
|
+
* Lookup529: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
3514
3555
|
**/
|
|
3515
3556
|
PalletCommitteeRawOriginInstance3: {
|
|
3516
3557
|
_enum: string[];
|
|
3517
3558
|
};
|
|
3518
3559
|
/**
|
|
3519
|
-
*
|
|
3560
|
+
* Lookup530: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3520
3561
|
**/
|
|
3521
3562
|
PalletCommitteeRawOriginInstance4: {
|
|
3522
3563
|
_enum: string[];
|
|
3523
3564
|
};
|
|
3524
3565
|
/**
|
|
3525
|
-
*
|
|
3566
|
+
* Lookup531: sp_core::Void
|
|
3526
3567
|
**/
|
|
3527
3568
|
SpCoreVoid: string;
|
|
3528
3569
|
/**
|
|
3529
|
-
*
|
|
3570
|
+
* Lookup532: pallet_base::Call<T>
|
|
3530
3571
|
**/
|
|
3531
3572
|
PalletBaseCall: string;
|
|
3532
3573
|
/**
|
|
3533
|
-
*
|
|
3574
|
+
* Lookup533: pallet_external_agents::Call<T>
|
|
3534
3575
|
**/
|
|
3535
3576
|
PalletExternalAgentsCall: {
|
|
3536
3577
|
_enum: {
|
|
@@ -3572,7 +3613,7 @@ declare const _default: {
|
|
|
3572
3613
|
};
|
|
3573
3614
|
};
|
|
3574
3615
|
/**
|
|
3575
|
-
*
|
|
3616
|
+
* Lookup534: pallet_relayer::Call<T>
|
|
3576
3617
|
**/
|
|
3577
3618
|
PalletRelayerCall: {
|
|
3578
3619
|
_enum: {
|
|
@@ -3602,7 +3643,7 @@ declare const _default: {
|
|
|
3602
3643
|
};
|
|
3603
3644
|
};
|
|
3604
3645
|
/**
|
|
3605
|
-
*
|
|
3646
|
+
* Lookup535: pallet_contracts::pallet::Call<T>
|
|
3606
3647
|
**/
|
|
3607
3648
|
PalletContractsCall: {
|
|
3608
3649
|
_enum: {
|
|
@@ -3667,13 +3708,13 @@ declare const _default: {
|
|
|
3667
3708
|
};
|
|
3668
3709
|
};
|
|
3669
3710
|
/**
|
|
3670
|
-
*
|
|
3711
|
+
* Lookup539: pallet_contracts::wasm::Determinism
|
|
3671
3712
|
**/
|
|
3672
3713
|
PalletContractsWasmDeterminism: {
|
|
3673
3714
|
_enum: string[];
|
|
3674
3715
|
};
|
|
3675
3716
|
/**
|
|
3676
|
-
*
|
|
3717
|
+
* Lookup540: polymesh_contracts::Call<T>
|
|
3677
3718
|
**/
|
|
3678
3719
|
PolymeshContractsCall: {
|
|
3679
3720
|
_enum: {
|
|
@@ -3698,14 +3739,46 @@ declare const _default: {
|
|
|
3698
3739
|
update_call_runtime_whitelist: {
|
|
3699
3740
|
updates: string;
|
|
3700
3741
|
};
|
|
3742
|
+
instantiate_with_code_as_primary_key: {
|
|
3743
|
+
endowment: string;
|
|
3744
|
+
gasLimit: string;
|
|
3745
|
+
storageDepositLimit: string;
|
|
3746
|
+
code: string;
|
|
3747
|
+
data: string;
|
|
3748
|
+
salt: string;
|
|
3749
|
+
};
|
|
3750
|
+
instantiate_with_hash_as_primary_key: {
|
|
3751
|
+
endowment: string;
|
|
3752
|
+
gasLimit: string;
|
|
3753
|
+
storageDepositLimit: string;
|
|
3754
|
+
codeHash: string;
|
|
3755
|
+
data: string;
|
|
3756
|
+
salt: string;
|
|
3757
|
+
};
|
|
3758
|
+
upgrade_api: {
|
|
3759
|
+
api: string;
|
|
3760
|
+
nextUpgrade: string;
|
|
3761
|
+
};
|
|
3701
3762
|
};
|
|
3702
3763
|
};
|
|
3703
3764
|
/**
|
|
3704
|
-
*
|
|
3765
|
+
* Lookup543: polymesh_contracts::NextUpgrade<T>
|
|
3705
3766
|
**/
|
|
3706
|
-
|
|
3767
|
+
PolymeshContractsNextUpgrade: {
|
|
3768
|
+
chainVersion: string;
|
|
3769
|
+
apiHash: string;
|
|
3770
|
+
};
|
|
3707
3771
|
/**
|
|
3708
|
-
*
|
|
3772
|
+
* Lookup544: polymesh_contracts::ApiCodeHash<T>
|
|
3773
|
+
**/
|
|
3774
|
+
PolymeshContractsApiCodeHash: {
|
|
3775
|
+
_alias: {
|
|
3776
|
+
hash_: string;
|
|
3777
|
+
};
|
|
3778
|
+
hash_: string;
|
|
3779
|
+
};
|
|
3780
|
+
/**
|
|
3781
|
+
* Lookup545: pallet_preimage::pallet::Call<T>
|
|
3709
3782
|
**/
|
|
3710
3783
|
PalletPreimageCall: {
|
|
3711
3784
|
_enum: {
|
|
@@ -3733,7 +3806,7 @@ declare const _default: {
|
|
|
3733
3806
|
};
|
|
3734
3807
|
};
|
|
3735
3808
|
/**
|
|
3736
|
-
*
|
|
3809
|
+
* Lookup546: pallet_nft::Call<T>
|
|
3737
3810
|
**/
|
|
3738
3811
|
PalletNftCall: {
|
|
3739
3812
|
_enum: {
|
|
@@ -3752,21 +3825,27 @@ declare const _default: {
|
|
|
3752
3825
|
nftId: string;
|
|
3753
3826
|
portfolioKind: string;
|
|
3754
3827
|
};
|
|
3828
|
+
controller_transfer: {
|
|
3829
|
+
ticker: string;
|
|
3830
|
+
nfts: string;
|
|
3831
|
+
sourcePortfolio: string;
|
|
3832
|
+
callersPortfolioKind: string;
|
|
3833
|
+
};
|
|
3755
3834
|
};
|
|
3756
3835
|
};
|
|
3757
3836
|
/**
|
|
3758
|
-
*
|
|
3837
|
+
* Lookup548: polymesh_primitives::nft::NFTCollectionKeys
|
|
3759
3838
|
**/
|
|
3760
3839
|
PolymeshPrimitivesNftNftCollectionKeys: string;
|
|
3761
3840
|
/**
|
|
3762
|
-
*
|
|
3841
|
+
* Lookup551: polymesh_primitives::nft::NFTMetadataAttribute
|
|
3763
3842
|
**/
|
|
3764
3843
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
3765
3844
|
key: string;
|
|
3766
3845
|
value: string;
|
|
3767
3846
|
};
|
|
3768
3847
|
/**
|
|
3769
|
-
*
|
|
3848
|
+
* Lookup552: pallet_test_utils::Call<T>
|
|
3770
3849
|
**/
|
|
3771
3850
|
PalletTestUtilsCall: {
|
|
3772
3851
|
_enum: {
|
|
@@ -3783,7 +3862,7 @@ declare const _default: {
|
|
|
3783
3862
|
};
|
|
3784
3863
|
};
|
|
3785
3864
|
/**
|
|
3786
|
-
*
|
|
3865
|
+
* Lookup553: pallet_committee::PolymeshVotes<BlockNumber>
|
|
3787
3866
|
**/
|
|
3788
3867
|
PalletCommitteePolymeshVotes: {
|
|
3789
3868
|
index: string;
|
|
@@ -3792,13 +3871,13 @@ declare const _default: {
|
|
|
3792
3871
|
expiry: string;
|
|
3793
3872
|
};
|
|
3794
3873
|
/**
|
|
3795
|
-
*
|
|
3874
|
+
* Lookup555: pallet_committee::Error<T, I>
|
|
3796
3875
|
**/
|
|
3797
3876
|
PalletCommitteeError: {
|
|
3798
3877
|
_enum: string[];
|
|
3799
3878
|
};
|
|
3800
3879
|
/**
|
|
3801
|
-
*
|
|
3880
|
+
* Lookup565: polymesh_primitives::multisig::ProposalDetails<T>
|
|
3802
3881
|
**/
|
|
3803
3882
|
PolymeshPrimitivesMultisigProposalDetails: {
|
|
3804
3883
|
approvals: string;
|
|
@@ -3808,19 +3887,19 @@ declare const _default: {
|
|
|
3808
3887
|
autoClose: string;
|
|
3809
3888
|
};
|
|
3810
3889
|
/**
|
|
3811
|
-
*
|
|
3890
|
+
* Lookup566: polymesh_primitives::multisig::ProposalStatus
|
|
3812
3891
|
**/
|
|
3813
3892
|
PolymeshPrimitivesMultisigProposalStatus: {
|
|
3814
3893
|
_enum: string[];
|
|
3815
3894
|
};
|
|
3816
3895
|
/**
|
|
3817
|
-
*
|
|
3896
|
+
* Lookup568: pallet_multisig::Error<T>
|
|
3818
3897
|
**/
|
|
3819
3898
|
PalletMultisigError: {
|
|
3820
3899
|
_enum: string[];
|
|
3821
3900
|
};
|
|
3822
3901
|
/**
|
|
3823
|
-
*
|
|
3902
|
+
* Lookup570: pallet_bridge::BridgeTxDetail<BlockNumber>
|
|
3824
3903
|
**/
|
|
3825
3904
|
PalletBridgeBridgeTxDetail: {
|
|
3826
3905
|
amount: string;
|
|
@@ -3829,7 +3908,7 @@ declare const _default: {
|
|
|
3829
3908
|
txHash: string;
|
|
3830
3909
|
};
|
|
3831
3910
|
/**
|
|
3832
|
-
*
|
|
3911
|
+
* Lookup571: pallet_bridge::BridgeTxStatus
|
|
3833
3912
|
**/
|
|
3834
3913
|
PalletBridgeBridgeTxStatus: {
|
|
3835
3914
|
_enum: {
|
|
@@ -3841,13 +3920,13 @@ declare const _default: {
|
|
|
3841
3920
|
};
|
|
3842
3921
|
};
|
|
3843
3922
|
/**
|
|
3844
|
-
*
|
|
3923
|
+
* Lookup574: pallet_bridge::Error<T>
|
|
3845
3924
|
**/
|
|
3846
3925
|
PalletBridgeError: {
|
|
3847
3926
|
_enum: string[];
|
|
3848
3927
|
};
|
|
3849
3928
|
/**
|
|
3850
|
-
*
|
|
3929
|
+
* Lookup575: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
|
|
3851
3930
|
**/
|
|
3852
3931
|
PalletStakingStakingLedger: {
|
|
3853
3932
|
stash: string;
|
|
@@ -3857,14 +3936,14 @@ declare const _default: {
|
|
|
3857
3936
|
claimedRewards: string;
|
|
3858
3937
|
};
|
|
3859
3938
|
/**
|
|
3860
|
-
*
|
|
3939
|
+
* Lookup577: pallet_staking::UnlockChunk<Balance>
|
|
3861
3940
|
**/
|
|
3862
3941
|
PalletStakingUnlockChunk: {
|
|
3863
3942
|
value: string;
|
|
3864
3943
|
era: string;
|
|
3865
3944
|
};
|
|
3866
3945
|
/**
|
|
3867
|
-
*
|
|
3946
|
+
* Lookup578: pallet_staking::Nominations<sp_core::crypto::AccountId32>
|
|
3868
3947
|
**/
|
|
3869
3948
|
PalletStakingNominations: {
|
|
3870
3949
|
targets: string;
|
|
@@ -3872,27 +3951,27 @@ declare const _default: {
|
|
|
3872
3951
|
suppressed: string;
|
|
3873
3952
|
};
|
|
3874
3953
|
/**
|
|
3875
|
-
*
|
|
3954
|
+
* Lookup579: pallet_staking::ActiveEraInfo
|
|
3876
3955
|
**/
|
|
3877
3956
|
PalletStakingActiveEraInfo: {
|
|
3878
3957
|
index: string;
|
|
3879
3958
|
start: string;
|
|
3880
3959
|
};
|
|
3881
3960
|
/**
|
|
3882
|
-
*
|
|
3961
|
+
* Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
3883
3962
|
**/
|
|
3884
3963
|
PalletStakingEraRewardPoints: {
|
|
3885
3964
|
total: string;
|
|
3886
3965
|
individual: string;
|
|
3887
3966
|
};
|
|
3888
3967
|
/**
|
|
3889
|
-
*
|
|
3968
|
+
* Lookup584: pallet_staking::Forcing
|
|
3890
3969
|
**/
|
|
3891
3970
|
PalletStakingForcing: {
|
|
3892
3971
|
_enum: string[];
|
|
3893
3972
|
};
|
|
3894
3973
|
/**
|
|
3895
|
-
*
|
|
3974
|
+
* Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
3896
3975
|
**/
|
|
3897
3976
|
PalletStakingUnappliedSlash: {
|
|
3898
3977
|
validator: string;
|
|
@@ -3902,7 +3981,7 @@ declare const _default: {
|
|
|
3902
3981
|
payout: string;
|
|
3903
3982
|
};
|
|
3904
3983
|
/**
|
|
3905
|
-
*
|
|
3984
|
+
* Lookup590: pallet_staking::slashing::SlashingSpans
|
|
3906
3985
|
**/
|
|
3907
3986
|
PalletStakingSlashingSlashingSpans: {
|
|
3908
3987
|
spanIndex: string;
|
|
@@ -3911,14 +3990,14 @@ declare const _default: {
|
|
|
3911
3990
|
prior: string;
|
|
3912
3991
|
};
|
|
3913
3992
|
/**
|
|
3914
|
-
*
|
|
3993
|
+
* Lookup591: pallet_staking::slashing::SpanRecord<Balance>
|
|
3915
3994
|
**/
|
|
3916
3995
|
PalletStakingSlashingSpanRecord: {
|
|
3917
3996
|
slashed: string;
|
|
3918
3997
|
paidOut: string;
|
|
3919
3998
|
};
|
|
3920
3999
|
/**
|
|
3921
|
-
*
|
|
4000
|
+
* Lookup594: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
|
|
3922
4001
|
**/
|
|
3923
4002
|
PalletStakingElectionResult: {
|
|
3924
4003
|
electedStashes: string;
|
|
@@ -3926,7 +4005,7 @@ declare const _default: {
|
|
|
3926
4005
|
compute: string;
|
|
3927
4006
|
};
|
|
3928
4007
|
/**
|
|
3929
|
-
*
|
|
4008
|
+
* Lookup595: pallet_staking::ElectionStatus<BlockNumber>
|
|
3930
4009
|
**/
|
|
3931
4010
|
PalletStakingElectionStatus: {
|
|
3932
4011
|
_enum: {
|
|
@@ -3935,43 +4014,43 @@ declare const _default: {
|
|
|
3935
4014
|
};
|
|
3936
4015
|
};
|
|
3937
4016
|
/**
|
|
3938
|
-
*
|
|
4017
|
+
* Lookup596: pallet_staking::PermissionedIdentityPrefs
|
|
3939
4018
|
**/
|
|
3940
4019
|
PalletStakingPermissionedIdentityPrefs: {
|
|
3941
4020
|
intendedCount: string;
|
|
3942
4021
|
runningCount: string;
|
|
3943
4022
|
};
|
|
3944
4023
|
/**
|
|
3945
|
-
*
|
|
4024
|
+
* Lookup597: pallet_staking::Releases
|
|
3946
4025
|
**/
|
|
3947
4026
|
PalletStakingReleases: {
|
|
3948
4027
|
_enum: string[];
|
|
3949
4028
|
};
|
|
3950
4029
|
/**
|
|
3951
|
-
*
|
|
4030
|
+
* Lookup599: pallet_staking::Error<T>
|
|
3952
4031
|
**/
|
|
3953
4032
|
PalletStakingError: {
|
|
3954
4033
|
_enum: string[];
|
|
3955
4034
|
};
|
|
3956
4035
|
/**
|
|
3957
|
-
*
|
|
4036
|
+
* Lookup600: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
3958
4037
|
**/
|
|
3959
4038
|
SpStakingOffenceOffenceDetails: {
|
|
3960
4039
|
offender: string;
|
|
3961
4040
|
reporters: string;
|
|
3962
4041
|
};
|
|
3963
4042
|
/**
|
|
3964
|
-
*
|
|
4043
|
+
* Lookup605: sp_core::crypto::KeyTypeId
|
|
3965
4044
|
**/
|
|
3966
4045
|
SpCoreCryptoKeyTypeId: string;
|
|
3967
4046
|
/**
|
|
3968
|
-
*
|
|
4047
|
+
* Lookup606: pallet_session::pallet::Error<T>
|
|
3969
4048
|
**/
|
|
3970
4049
|
PalletSessionError: {
|
|
3971
4050
|
_enum: string[];
|
|
3972
4051
|
};
|
|
3973
4052
|
/**
|
|
3974
|
-
*
|
|
4053
|
+
* Lookup607: pallet_grandpa::StoredState<N>
|
|
3975
4054
|
**/
|
|
3976
4055
|
PalletGrandpaStoredState: {
|
|
3977
4056
|
_enum: {
|
|
@@ -3988,7 +4067,7 @@ declare const _default: {
|
|
|
3988
4067
|
};
|
|
3989
4068
|
};
|
|
3990
4069
|
/**
|
|
3991
|
-
*
|
|
4070
|
+
* Lookup608: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3992
4071
|
**/
|
|
3993
4072
|
PalletGrandpaStoredPendingChange: {
|
|
3994
4073
|
scheduledAt: string;
|
|
@@ -3997,46 +4076,46 @@ declare const _default: {
|
|
|
3997
4076
|
forced: string;
|
|
3998
4077
|
};
|
|
3999
4078
|
/**
|
|
4000
|
-
*
|
|
4079
|
+
* Lookup610: pallet_grandpa::pallet::Error<T>
|
|
4001
4080
|
**/
|
|
4002
4081
|
PalletGrandpaError: {
|
|
4003
4082
|
_enum: string[];
|
|
4004
4083
|
};
|
|
4005
4084
|
/**
|
|
4006
|
-
*
|
|
4085
|
+
* Lookup614: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4007
4086
|
**/
|
|
4008
4087
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4009
4088
|
peerId: string;
|
|
4010
4089
|
externalAddresses: string;
|
|
4011
4090
|
};
|
|
4012
4091
|
/**
|
|
4013
|
-
*
|
|
4092
|
+
* Lookup618: pallet_im_online::pallet::Error<T>
|
|
4014
4093
|
**/
|
|
4015
4094
|
PalletImOnlineError: {
|
|
4016
4095
|
_enum: string[];
|
|
4017
4096
|
};
|
|
4018
4097
|
/**
|
|
4019
|
-
*
|
|
4098
|
+
* Lookup620: pallet_sudo::Error<T>
|
|
4020
4099
|
**/
|
|
4021
4100
|
PalletSudoError: {
|
|
4022
4101
|
_enum: string[];
|
|
4023
4102
|
};
|
|
4024
4103
|
/**
|
|
4025
|
-
*
|
|
4104
|
+
* Lookup621: pallet_asset::TickerRegistration<U>
|
|
4026
4105
|
**/
|
|
4027
4106
|
PalletAssetTickerRegistration: {
|
|
4028
4107
|
owner: string;
|
|
4029
4108
|
expiry: string;
|
|
4030
4109
|
};
|
|
4031
4110
|
/**
|
|
4032
|
-
*
|
|
4111
|
+
* Lookup622: pallet_asset::TickerRegistrationConfig<U>
|
|
4033
4112
|
**/
|
|
4034
4113
|
PalletAssetTickerRegistrationConfig: {
|
|
4035
4114
|
maxTickerLength: string;
|
|
4036
4115
|
registrationLength: string;
|
|
4037
4116
|
};
|
|
4038
4117
|
/**
|
|
4039
|
-
*
|
|
4118
|
+
* Lookup623: pallet_asset::SecurityToken
|
|
4040
4119
|
**/
|
|
4041
4120
|
PalletAssetSecurityToken: {
|
|
4042
4121
|
totalSupply: string;
|
|
@@ -4045,25 +4124,25 @@ declare const _default: {
|
|
|
4045
4124
|
assetType: string;
|
|
4046
4125
|
};
|
|
4047
4126
|
/**
|
|
4048
|
-
*
|
|
4127
|
+
* Lookup627: pallet_asset::AssetOwnershipRelation
|
|
4049
4128
|
**/
|
|
4050
4129
|
PalletAssetAssetOwnershipRelation: {
|
|
4051
4130
|
_enum: string[];
|
|
4052
4131
|
};
|
|
4053
4132
|
/**
|
|
4054
|
-
*
|
|
4133
|
+
* Lookup633: pallet_asset::Error<T>
|
|
4055
4134
|
**/
|
|
4056
4135
|
PalletAssetError: {
|
|
4057
4136
|
_enum: string[];
|
|
4058
4137
|
};
|
|
4059
4138
|
/**
|
|
4060
|
-
*
|
|
4139
|
+
* Lookup636: pallet_corporate_actions::distribution::Error<T>
|
|
4061
4140
|
**/
|
|
4062
4141
|
PalletCorporateActionsDistributionError: {
|
|
4063
4142
|
_enum: string[];
|
|
4064
4143
|
};
|
|
4065
4144
|
/**
|
|
4066
|
-
*
|
|
4145
|
+
* Lookup640: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4067
4146
|
**/
|
|
4068
4147
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4069
4148
|
nextAt: string;
|
|
@@ -4071,44 +4150,44 @@ declare const _default: {
|
|
|
4071
4150
|
schedules: string;
|
|
4072
4151
|
};
|
|
4073
4152
|
/**
|
|
4074
|
-
*
|
|
4153
|
+
* Lookup646: pallet_asset::checkpoint::Error<T>
|
|
4075
4154
|
**/
|
|
4076
4155
|
PalletAssetCheckpointError: {
|
|
4077
4156
|
_enum: string[];
|
|
4078
4157
|
};
|
|
4079
4158
|
/**
|
|
4080
|
-
*
|
|
4159
|
+
* Lookup647: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4081
4160
|
**/
|
|
4082
4161
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4083
4162
|
paused: string;
|
|
4084
4163
|
requirements: string;
|
|
4085
4164
|
};
|
|
4086
4165
|
/**
|
|
4087
|
-
*
|
|
4166
|
+
* Lookup649: pallet_compliance_manager::Error<T>
|
|
4088
4167
|
**/
|
|
4089
4168
|
PalletComplianceManagerError: {
|
|
4090
4169
|
_enum: string[];
|
|
4091
4170
|
};
|
|
4092
4171
|
/**
|
|
4093
|
-
*
|
|
4172
|
+
* Lookup652: pallet_corporate_actions::Error<T>
|
|
4094
4173
|
**/
|
|
4095
4174
|
PalletCorporateActionsError: {
|
|
4096
4175
|
_enum: string[];
|
|
4097
4176
|
};
|
|
4098
4177
|
/**
|
|
4099
|
-
*
|
|
4178
|
+
* Lookup654: pallet_corporate_actions::ballot::Error<T>
|
|
4100
4179
|
**/
|
|
4101
4180
|
PalletCorporateActionsBallotError: {
|
|
4102
4181
|
_enum: string[];
|
|
4103
4182
|
};
|
|
4104
4183
|
/**
|
|
4105
|
-
*
|
|
4184
|
+
* Lookup655: pallet_permissions::Error<T>
|
|
4106
4185
|
**/
|
|
4107
4186
|
PalletPermissionsError: {
|
|
4108
4187
|
_enum: string[];
|
|
4109
4188
|
};
|
|
4110
4189
|
/**
|
|
4111
|
-
*
|
|
4190
|
+
* Lookup656: pallet_pips::PipsMetadata<BlockNumber>
|
|
4112
4191
|
**/
|
|
4113
4192
|
PalletPipsPipsMetadata: {
|
|
4114
4193
|
id: string;
|
|
@@ -4119,14 +4198,14 @@ declare const _default: {
|
|
|
4119
4198
|
expiry: string;
|
|
4120
4199
|
};
|
|
4121
4200
|
/**
|
|
4122
|
-
*
|
|
4201
|
+
* Lookup658: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
|
|
4123
4202
|
**/
|
|
4124
4203
|
PalletPipsDepositInfo: {
|
|
4125
4204
|
owner: string;
|
|
4126
4205
|
amount: string;
|
|
4127
4206
|
};
|
|
4128
4207
|
/**
|
|
4129
|
-
*
|
|
4208
|
+
* Lookup659: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4130
4209
|
**/
|
|
4131
4210
|
PalletPipsPip: {
|
|
4132
4211
|
id: string;
|
|
@@ -4134,7 +4213,7 @@ declare const _default: {
|
|
|
4134
4213
|
proposer: string;
|
|
4135
4214
|
};
|
|
4136
4215
|
/**
|
|
4137
|
-
*
|
|
4216
|
+
* Lookup660: pallet_pips::VotingResult
|
|
4138
4217
|
**/
|
|
4139
4218
|
PalletPipsVotingResult: {
|
|
4140
4219
|
ayesCount: string;
|
|
@@ -4143,11 +4222,11 @@ declare const _default: {
|
|
|
4143
4222
|
naysStake: string;
|
|
4144
4223
|
};
|
|
4145
4224
|
/**
|
|
4146
|
-
*
|
|
4225
|
+
* Lookup661: pallet_pips::Vote
|
|
4147
4226
|
**/
|
|
4148
4227
|
PalletPipsVote: string;
|
|
4149
4228
|
/**
|
|
4150
|
-
*
|
|
4229
|
+
* Lookup662: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4151
4230
|
**/
|
|
4152
4231
|
PalletPipsSnapshotMetadata: {
|
|
4153
4232
|
createdAt: string;
|
|
@@ -4155,25 +4234,25 @@ declare const _default: {
|
|
|
4155
4234
|
id: string;
|
|
4156
4235
|
};
|
|
4157
4236
|
/**
|
|
4158
|
-
*
|
|
4237
|
+
* Lookup664: pallet_pips::Error<T>
|
|
4159
4238
|
**/
|
|
4160
4239
|
PalletPipsError: {
|
|
4161
4240
|
_enum: string[];
|
|
4162
4241
|
};
|
|
4163
4242
|
/**
|
|
4164
|
-
*
|
|
4243
|
+
* Lookup673: pallet_portfolio::Error<T>
|
|
4165
4244
|
**/
|
|
4166
4245
|
PalletPortfolioError: {
|
|
4167
4246
|
_enum: string[];
|
|
4168
4247
|
};
|
|
4169
4248
|
/**
|
|
4170
|
-
*
|
|
4249
|
+
* Lookup674: pallet_protocol_fee::Error<T>
|
|
4171
4250
|
**/
|
|
4172
4251
|
PalletProtocolFeeError: {
|
|
4173
4252
|
_enum: string[];
|
|
4174
4253
|
};
|
|
4175
4254
|
/**
|
|
4176
|
-
*
|
|
4255
|
+
* Lookup677: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
4177
4256
|
**/
|
|
4178
4257
|
PalletSchedulerScheduled: {
|
|
4179
4258
|
maybeId: string;
|
|
@@ -4183,7 +4262,7 @@ declare const _default: {
|
|
|
4183
4262
|
origin: string;
|
|
4184
4263
|
};
|
|
4185
4264
|
/**
|
|
4186
|
-
*
|
|
4265
|
+
* Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4187
4266
|
**/
|
|
4188
4267
|
FrameSupportPreimagesBounded: {
|
|
4189
4268
|
_enum: {
|
|
@@ -4204,20 +4283,20 @@ declare const _default: {
|
|
|
4204
4283
|
};
|
|
4205
4284
|
};
|
|
4206
4285
|
/**
|
|
4207
|
-
*
|
|
4286
|
+
* Lookup681: pallet_scheduler::pallet::Error<T>
|
|
4208
4287
|
**/
|
|
4209
4288
|
PalletSchedulerError: {
|
|
4210
4289
|
_enum: string[];
|
|
4211
4290
|
};
|
|
4212
4291
|
/**
|
|
4213
|
-
*
|
|
4292
|
+
* Lookup682: polymesh_primitives::settlement::Venue
|
|
4214
4293
|
**/
|
|
4215
4294
|
PolymeshPrimitivesSettlementVenue: {
|
|
4216
4295
|
creator: string;
|
|
4217
4296
|
venueType: string;
|
|
4218
4297
|
};
|
|
4219
4298
|
/**
|
|
4220
|
-
*
|
|
4299
|
+
* Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4221
4300
|
**/
|
|
4222
4301
|
PolymeshPrimitivesSettlementInstruction: {
|
|
4223
4302
|
instructionId: string;
|
|
@@ -4228,7 +4307,7 @@ declare const _default: {
|
|
|
4228
4307
|
valueDate: string;
|
|
4229
4308
|
};
|
|
4230
4309
|
/**
|
|
4231
|
-
*
|
|
4310
|
+
* Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4232
4311
|
**/
|
|
4233
4312
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
4234
4313
|
_enum: {
|
|
@@ -4238,13 +4317,13 @@ declare const _default: {
|
|
|
4238
4317
|
};
|
|
4239
4318
|
};
|
|
4240
4319
|
/**
|
|
4241
|
-
*
|
|
4320
|
+
* Lookup690: polymesh_primitives::settlement::AffirmationStatus
|
|
4242
4321
|
**/
|
|
4243
4322
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4244
4323
|
_enum: string[];
|
|
4245
4324
|
};
|
|
4246
4325
|
/**
|
|
4247
|
-
*
|
|
4326
|
+
* Lookup694: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4248
4327
|
**/
|
|
4249
4328
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4250
4329
|
_enum: {
|
|
@@ -4256,76 +4335,76 @@ declare const _default: {
|
|
|
4256
4335
|
};
|
|
4257
4336
|
};
|
|
4258
4337
|
/**
|
|
4259
|
-
*
|
|
4338
|
+
* Lookup695: pallet_settlement::Error<T>
|
|
4260
4339
|
**/
|
|
4261
4340
|
PalletSettlementError: {
|
|
4262
4341
|
_enum: string[];
|
|
4263
4342
|
};
|
|
4264
4343
|
/**
|
|
4265
|
-
*
|
|
4344
|
+
* Lookup698: polymesh_primitives::statistics::Stat1stKey
|
|
4266
4345
|
**/
|
|
4267
4346
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
4268
4347
|
asset: string;
|
|
4269
4348
|
statType: string;
|
|
4270
4349
|
};
|
|
4271
4350
|
/**
|
|
4272
|
-
*
|
|
4351
|
+
* Lookup699: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
4273
4352
|
**/
|
|
4274
4353
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
4275
4354
|
paused: string;
|
|
4276
4355
|
requirements: string;
|
|
4277
4356
|
};
|
|
4278
4357
|
/**
|
|
4279
|
-
*
|
|
4358
|
+
* Lookup703: pallet_statistics::Error<T>
|
|
4280
4359
|
**/
|
|
4281
4360
|
PalletStatisticsError: {
|
|
4282
4361
|
_enum: string[];
|
|
4283
4362
|
};
|
|
4284
4363
|
/**
|
|
4285
|
-
*
|
|
4364
|
+
* Lookup705: pallet_sto::Error<T>
|
|
4286
4365
|
**/
|
|
4287
4366
|
PalletStoError: {
|
|
4288
4367
|
_enum: string[];
|
|
4289
4368
|
};
|
|
4290
4369
|
/**
|
|
4291
|
-
*
|
|
4370
|
+
* Lookup706: pallet_treasury::Error<T>
|
|
4292
4371
|
**/
|
|
4293
4372
|
PalletTreasuryError: {
|
|
4294
4373
|
_enum: string[];
|
|
4295
4374
|
};
|
|
4296
4375
|
/**
|
|
4297
|
-
*
|
|
4376
|
+
* Lookup707: pallet_utility::pallet::Error<T>
|
|
4298
4377
|
**/
|
|
4299
4378
|
PalletUtilityError: {
|
|
4300
4379
|
_enum: string[];
|
|
4301
4380
|
};
|
|
4302
4381
|
/**
|
|
4303
|
-
*
|
|
4382
|
+
* Lookup708: pallet_base::Error<T>
|
|
4304
4383
|
**/
|
|
4305
4384
|
PalletBaseError: {
|
|
4306
4385
|
_enum: string[];
|
|
4307
4386
|
};
|
|
4308
4387
|
/**
|
|
4309
|
-
*
|
|
4388
|
+
* Lookup710: pallet_external_agents::Error<T>
|
|
4310
4389
|
**/
|
|
4311
4390
|
PalletExternalAgentsError: {
|
|
4312
4391
|
_enum: string[];
|
|
4313
4392
|
};
|
|
4314
4393
|
/**
|
|
4315
|
-
*
|
|
4394
|
+
* Lookup711: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
|
|
4316
4395
|
**/
|
|
4317
4396
|
PalletRelayerSubsidy: {
|
|
4318
4397
|
payingKey: string;
|
|
4319
4398
|
remaining: string;
|
|
4320
4399
|
};
|
|
4321
4400
|
/**
|
|
4322
|
-
*
|
|
4401
|
+
* Lookup712: pallet_relayer::Error<T>
|
|
4323
4402
|
**/
|
|
4324
4403
|
PalletRelayerError: {
|
|
4325
4404
|
_enum: string[];
|
|
4326
4405
|
};
|
|
4327
4406
|
/**
|
|
4328
|
-
*
|
|
4407
|
+
* Lookup714: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
4329
4408
|
**/
|
|
4330
4409
|
PalletContractsWasmPrefabWasmModule: {
|
|
4331
4410
|
instructionWeightsVersion: string;
|
|
@@ -4335,7 +4414,7 @@ declare const _default: {
|
|
|
4335
4414
|
determinism: string;
|
|
4336
4415
|
};
|
|
4337
4416
|
/**
|
|
4338
|
-
*
|
|
4417
|
+
* Lookup716: pallet_contracts::wasm::OwnerInfo<T>
|
|
4339
4418
|
**/
|
|
4340
4419
|
PalletContractsWasmOwnerInfo: {
|
|
4341
4420
|
owner: string;
|
|
@@ -4343,7 +4422,7 @@ declare const _default: {
|
|
|
4343
4422
|
refcount: string;
|
|
4344
4423
|
};
|
|
4345
4424
|
/**
|
|
4346
|
-
*
|
|
4425
|
+
* Lookup717: pallet_contracts::storage::ContractInfo<T>
|
|
4347
4426
|
**/
|
|
4348
4427
|
PalletContractsStorageContractInfo: {
|
|
4349
4428
|
trieId: string;
|
|
@@ -4356,13 +4435,13 @@ declare const _default: {
|
|
|
4356
4435
|
storageBaseDeposit: string;
|
|
4357
4436
|
};
|
|
4358
4437
|
/**
|
|
4359
|
-
*
|
|
4438
|
+
* Lookup720: pallet_contracts::storage::DeletedContract
|
|
4360
4439
|
**/
|
|
4361
4440
|
PalletContractsStorageDeletedContract: {
|
|
4362
4441
|
trieId: string;
|
|
4363
4442
|
};
|
|
4364
4443
|
/**
|
|
4365
|
-
*
|
|
4444
|
+
* Lookup722: pallet_contracts::schedule::Schedule<T>
|
|
4366
4445
|
**/
|
|
4367
4446
|
PalletContractsSchedule: {
|
|
4368
4447
|
limits: string;
|
|
@@ -4370,7 +4449,7 @@ declare const _default: {
|
|
|
4370
4449
|
hostFnWeights: string;
|
|
4371
4450
|
};
|
|
4372
4451
|
/**
|
|
4373
|
-
*
|
|
4452
|
+
* Lookup723: pallet_contracts::schedule::Limits
|
|
4374
4453
|
**/
|
|
4375
4454
|
PalletContractsScheduleLimits: {
|
|
4376
4455
|
eventTopics: string;
|
|
@@ -4384,7 +4463,7 @@ declare const _default: {
|
|
|
4384
4463
|
payloadLen: string;
|
|
4385
4464
|
};
|
|
4386
4465
|
/**
|
|
4387
|
-
*
|
|
4466
|
+
* Lookup724: pallet_contracts::schedule::InstructionWeights<T>
|
|
4388
4467
|
**/
|
|
4389
4468
|
PalletContractsScheduleInstructionWeights: {
|
|
4390
4469
|
_alias: {
|
|
@@ -4446,7 +4525,7 @@ declare const _default: {
|
|
|
4446
4525
|
i64rotr: string;
|
|
4447
4526
|
};
|
|
4448
4527
|
/**
|
|
4449
|
-
*
|
|
4528
|
+
* Lookup725: pallet_contracts::schedule::HostFnWeights<T>
|
|
4450
4529
|
**/
|
|
4451
4530
|
PalletContractsScheduleHostFnWeights: {
|
|
4452
4531
|
_alias: {
|
|
@@ -4513,19 +4592,19 @@ declare const _default: {
|
|
|
4513
4592
|
instantiationNonce: string;
|
|
4514
4593
|
};
|
|
4515
4594
|
/**
|
|
4516
|
-
*
|
|
4595
|
+
* Lookup726: pallet_contracts::pallet::Error<T>
|
|
4517
4596
|
**/
|
|
4518
4597
|
PalletContractsError: {
|
|
4519
4598
|
_enum: string[];
|
|
4520
4599
|
};
|
|
4521
4600
|
/**
|
|
4522
|
-
*
|
|
4601
|
+
* Lookup728: polymesh_contracts::Error<T>
|
|
4523
4602
|
**/
|
|
4524
4603
|
PolymeshContractsError: {
|
|
4525
4604
|
_enum: string[];
|
|
4526
4605
|
};
|
|
4527
4606
|
/**
|
|
4528
|
-
*
|
|
4607
|
+
* Lookup729: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
4529
4608
|
**/
|
|
4530
4609
|
PalletPreimageRequestStatus: {
|
|
4531
4610
|
_enum: {
|
|
@@ -4541,62 +4620,62 @@ declare const _default: {
|
|
|
4541
4620
|
};
|
|
4542
4621
|
};
|
|
4543
4622
|
/**
|
|
4544
|
-
*
|
|
4623
|
+
* Lookup733: pallet_preimage::pallet::Error<T>
|
|
4545
4624
|
**/
|
|
4546
4625
|
PalletPreimageError: {
|
|
4547
4626
|
_enum: string[];
|
|
4548
4627
|
};
|
|
4549
4628
|
/**
|
|
4550
|
-
*
|
|
4629
|
+
* Lookup734: polymesh_primitives::nft::NFTCollection
|
|
4551
4630
|
**/
|
|
4552
4631
|
PolymeshPrimitivesNftNftCollection: {
|
|
4553
4632
|
id: string;
|
|
4554
4633
|
ticker: string;
|
|
4555
4634
|
};
|
|
4556
4635
|
/**
|
|
4557
|
-
*
|
|
4636
|
+
* Lookup739: pallet_nft::Error<T>
|
|
4558
4637
|
**/
|
|
4559
4638
|
PalletNftError: {
|
|
4560
4639
|
_enum: string[];
|
|
4561
4640
|
};
|
|
4562
4641
|
/**
|
|
4563
|
-
*
|
|
4642
|
+
* Lookup740: pallet_test_utils::Error<T>
|
|
4564
4643
|
**/
|
|
4565
4644
|
PalletTestUtilsError: string;
|
|
4566
4645
|
/**
|
|
4567
|
-
*
|
|
4646
|
+
* Lookup743: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4568
4647
|
**/
|
|
4569
4648
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4570
4649
|
/**
|
|
4571
|
-
*
|
|
4650
|
+
* Lookup744: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4572
4651
|
**/
|
|
4573
4652
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
4574
4653
|
/**
|
|
4575
|
-
*
|
|
4654
|
+
* Lookup745: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4576
4655
|
**/
|
|
4577
4656
|
FrameSystemExtensionsCheckGenesis: string;
|
|
4578
4657
|
/**
|
|
4579
|
-
*
|
|
4658
|
+
* Lookup748: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4580
4659
|
**/
|
|
4581
4660
|
FrameSystemExtensionsCheckNonce: string;
|
|
4582
4661
|
/**
|
|
4583
|
-
*
|
|
4662
|
+
* Lookup749: polymesh_extensions::check_weight::CheckWeight<T>
|
|
4584
4663
|
**/
|
|
4585
4664
|
PolymeshExtensionsCheckWeight: string;
|
|
4586
4665
|
/**
|
|
4587
|
-
*
|
|
4666
|
+
* Lookup750: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4588
4667
|
**/
|
|
4589
4668
|
FrameSystemExtensionsCheckWeight: string;
|
|
4590
4669
|
/**
|
|
4591
|
-
*
|
|
4670
|
+
* Lookup751: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4592
4671
|
**/
|
|
4593
4672
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4594
4673
|
/**
|
|
4595
|
-
*
|
|
4674
|
+
* Lookup752: pallet_permissions::StoreCallMetadata<T>
|
|
4596
4675
|
**/
|
|
4597
4676
|
PalletPermissionsStoreCallMetadata: string;
|
|
4598
4677
|
/**
|
|
4599
|
-
*
|
|
4678
|
+
* Lookup753: polymesh_runtime_develop::runtime::Runtime
|
|
4600
4679
|
**/
|
|
4601
4680
|
PolymeshRuntimeDevelopRuntime: string;
|
|
4602
4681
|
};
|