@polymeshassociation/polymesh-sdk 23.0.0-alpha.9 → 23.0.0-beta.2
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 +11 -2
- package/README.md +49 -7
- package/api/client/Assets.d.ts +10 -2
- package/api/client/Assets.d.ts.map +1 -1
- package/api/client/Assets.js +27 -9
- package/api/client/Assets.js.map +1 -1
- package/api/client/Claims.d.ts +26 -1
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +61 -2
- package/api/client/Claims.js.map +1 -1
- package/api/client/Network.d.ts +1 -1
- package/api/client/Network.d.ts.map +1 -1
- package/api/client/Network.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/Account/MultiSig/index.d.ts.map +1 -1
- package/api/entities/Account/MultiSig/index.js +2 -5
- package/api/entities/Account/MultiSig/index.js.map +1 -1
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +1 -1
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Account/types.d.ts +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts +85 -0
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -0
- package/api/entities/Asset/Base/Settlements/index.js +141 -0
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -0
- package/api/entities/Asset/Fungible/index.d.ts +2 -2
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +2 -2
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts +76 -5
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +162 -6
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.d.ts +30 -16
- package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.js +72 -27
- package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
- package/api/entities/Asset/types.d.ts +23 -3
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Identity/AssetPermissions.d.ts +3 -3
- package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
- package/api/entities/Identity/AssetPermissions.js.map +1 -1
- package/api/entities/Identity/index.d.ts +17 -2
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +37 -0
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +29 -20
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +10 -3
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/Instruction/types.js.map +1 -1
- package/api/entities/MetadataEntry/index.d.ts +2 -2
- package/api/entities/MetadataEntry/index.d.ts.map +1 -1
- package/api/entities/MetadataEntry/index.js +1 -1
- package/api/entities/MetadataEntry/index.js.map +1 -1
- package/api/entities/MultiSigProposal/index.d.ts +36 -2
- package/api/entities/MultiSigProposal/index.d.ts.map +1 -1
- package/api/entities/MultiSigProposal/index.js +91 -10
- package/api/entities/MultiSigProposal/index.js.map +1 -1
- package/api/entities/MultiSigProposal/types.d.ts +15 -2
- package/api/entities/MultiSigProposal/types.d.ts.map +1 -1
- package/api/entities/MultiSigProposal/types.js +6 -1
- package/api/entities/MultiSigProposal/types.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts +12 -4
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +69 -6
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/Portfolio/types.d.ts +20 -5
- package/api/entities/Portfolio/types.d.ts.map +1 -1
- package/api/entities/Venue/types.d.ts +1 -1
- package/api/entities/common/namespaces/Authorizations.d.ts +2 -1
- package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
- package/api/entities/common/namespaces/Authorizations.js.map +1 -1
- package/api/entities/types.d.ts +3 -1
- package/api/entities/types.d.ts.map +1 -1
- package/api/entities/types.js.map +1 -1
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +76 -17
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/createNftCollection.d.ts.map +1 -1
- package/api/procedures/createNftCollection.js +1 -1
- package/api/procedures/createNftCollection.js.map +1 -1
- package/api/procedures/evaluateMultiSigProposal.d.ts +19 -0
- package/api/procedures/evaluateMultiSigProposal.d.ts.map +1 -0
- package/api/procedures/evaluateMultiSigProposal.js +92 -0
- package/api/procedures/evaluateMultiSigProposal.js.map +1 -0
- package/api/procedures/issueNft.js +1 -1
- package/api/procedures/issueNft.js.map +1 -1
- package/api/procedures/modifyClaims.d.ts.map +1 -1
- package/api/procedures/modifyClaims.js +7 -21
- package/api/procedures/modifyClaims.js.map +1 -1
- package/api/procedures/moveFunds.d.ts.map +1 -1
- package/api/procedures/moveFunds.js +82 -16
- package/api/procedures/moveFunds.js.map +1 -1
- package/api/procedures/redeemNft.d.ts +31 -0
- package/api/procedures/redeemNft.d.ts.map +1 -0
- package/api/procedures/redeemNft.js +87 -0
- package/api/procedures/redeemNft.js.map +1 -0
- package/api/procedures/setPermissionGroup.js +1 -1
- package/api/procedures/setPermissionGroup.js.map +1 -1
- package/api/procedures/types.d.ts +26 -9
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/waivePermissions.js +1 -1
- package/api/procedures/waivePermissions.js.map +1 -1
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +24 -24
- package/base/Context.js.map +1 -1
- package/generated/types.d.ts +15 -4
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +11 -0
- package/generated/types.js.map +1 -1
- package/internal.d.ts +2 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +7 -3
- package/internal.js.map +1 -1
- package/middleware/queries.d.ts +35 -2
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +153 -6
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +73191 -17741
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +36984 -999
- package/middleware/types.js.map +1 -1
- package/middleware/typesV1.d.ts +1 -1
- package/middleware/typesV1.d.ts.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-beta.2.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/augment-api-errors.d.ts +32 -18
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +81 -8
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +75 -26
- 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 +250 -53
- 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 +336 -259
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +345 -264
- 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 +8 -6
- 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 +377 -269
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/index.d.ts +53 -7
- package/types/index.d.ts.map +1 -1
- package/types/index.js +18 -2
- package/types/index.js.map +1 -1
- package/types/internal.d.ts +1 -1
- package/utils/constants.d.ts +17 -1
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +18 -2
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +38 -13
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +451 -367
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +20 -3
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +119 -42
- package/utils/internal.js.map +1 -1
- package/utils/typeguards.d.ts +26 -2
- package/utils/typeguards.d.ts.map +1 -1
- package/utils/typeguards.js +39 -2
- package/utils/typeguards.js.map +1 -1
- package/api/entities/Asset/Fungible/Settlements/index.d.ts +0 -29
- package/api/entities/Asset/Fungible/Settlements/index.d.ts.map +0 -1
- package/api/entities/Asset/Fungible/Settlements/index.js +0 -70
- package/api/entities/Asset/Fungible/Settlements/index.js.map +0 -1
- package/middleware/enums.d.ts +0 -3
- package/middleware/enums.d.ts.map +0 -1
- package/middleware/enums.js +0 -38
- package/middleware/enums.js.map +0 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-alpha.9.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
|
/**
|
|
@@ -1533,15 +1541,7 @@ declare const _default: {
|
|
|
1533
1541
|
};
|
|
1534
1542
|
};
|
|
1535
1543
|
/**
|
|
1536
|
-
* Lookup289:
|
|
1537
|
-
**/
|
|
1538
|
-
PalletRewardsRawEvent: {
|
|
1539
|
-
_enum: {
|
|
1540
|
-
ItnRewardClaimed: string;
|
|
1541
|
-
};
|
|
1542
|
-
};
|
|
1543
|
-
/**
|
|
1544
|
-
* Lookup290: pallet_contracts::pallet::Event<T>
|
|
1544
|
+
* Lookup289: pallet_contracts::pallet::Event<T>
|
|
1545
1545
|
**/
|
|
1546
1546
|
PalletContractsEvent: {
|
|
1547
1547
|
_enum: {
|
|
@@ -1579,11 +1579,34 @@ declare const _default: {
|
|
|
1579
1579
|
};
|
|
1580
1580
|
};
|
|
1581
1581
|
/**
|
|
1582
|
-
*
|
|
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
|
|
1583
1592
|
**/
|
|
1584
|
-
|
|
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
|
+
};
|
|
1585
1604
|
/**
|
|
1586
|
-
*
|
|
1605
|
+
* Lookup293: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1606
|
+
**/
|
|
1607
|
+
PolymeshContractsChainExtensionExtrinsicId: string;
|
|
1608
|
+
/**
|
|
1609
|
+
* Lookup294: pallet_preimage::pallet::Event<T>
|
|
1587
1610
|
**/
|
|
1588
1611
|
PalletPreimageEvent: {
|
|
1589
1612
|
_enum: {
|
|
@@ -1608,7 +1631,7 @@ declare const _default: {
|
|
|
1608
1631
|
};
|
|
1609
1632
|
};
|
|
1610
1633
|
/**
|
|
1611
|
-
*
|
|
1634
|
+
* Lookup295: polymesh_common_utilities::traits::nft::Event
|
|
1612
1635
|
**/
|
|
1613
1636
|
PolymeshCommonUtilitiesNftEvent: {
|
|
1614
1637
|
_enum: {
|
|
@@ -1617,7 +1640,7 @@ declare const _default: {
|
|
|
1617
1640
|
};
|
|
1618
1641
|
};
|
|
1619
1642
|
/**
|
|
1620
|
-
*
|
|
1643
|
+
* Lookup297: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
|
|
1621
1644
|
**/
|
|
1622
1645
|
PalletTestUtilsRawEvent: {
|
|
1623
1646
|
_enum: {
|
|
@@ -1626,7 +1649,7 @@ declare const _default: {
|
|
|
1626
1649
|
};
|
|
1627
1650
|
};
|
|
1628
1651
|
/**
|
|
1629
|
-
*
|
|
1652
|
+
* Lookup298: frame_system::Phase
|
|
1630
1653
|
**/
|
|
1631
1654
|
FrameSystemPhase: {
|
|
1632
1655
|
_enum: {
|
|
@@ -1636,14 +1659,14 @@ declare const _default: {
|
|
|
1636
1659
|
};
|
|
1637
1660
|
};
|
|
1638
1661
|
/**
|
|
1639
|
-
*
|
|
1662
|
+
* Lookup301: frame_system::LastRuntimeUpgradeInfo
|
|
1640
1663
|
**/
|
|
1641
1664
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1642
1665
|
specVersion: string;
|
|
1643
1666
|
specName: string;
|
|
1644
1667
|
};
|
|
1645
1668
|
/**
|
|
1646
|
-
*
|
|
1669
|
+
* Lookup304: frame_system::pallet::Call<T>
|
|
1647
1670
|
**/
|
|
1648
1671
|
FrameSystemCall: {
|
|
1649
1672
|
_enum: {
|
|
@@ -1678,7 +1701,7 @@ declare const _default: {
|
|
|
1678
1701
|
};
|
|
1679
1702
|
};
|
|
1680
1703
|
/**
|
|
1681
|
-
*
|
|
1704
|
+
* Lookup308: frame_system::limits::BlockWeights
|
|
1682
1705
|
**/
|
|
1683
1706
|
FrameSystemLimitsBlockWeights: {
|
|
1684
1707
|
baseBlock: string;
|
|
@@ -1686,7 +1709,7 @@ declare const _default: {
|
|
|
1686
1709
|
perClass: string;
|
|
1687
1710
|
};
|
|
1688
1711
|
/**
|
|
1689
|
-
*
|
|
1712
|
+
* Lookup309: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1690
1713
|
**/
|
|
1691
1714
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1692
1715
|
normal: string;
|
|
@@ -1694,7 +1717,7 @@ declare const _default: {
|
|
|
1694
1717
|
mandatory: string;
|
|
1695
1718
|
};
|
|
1696
1719
|
/**
|
|
1697
|
-
*
|
|
1720
|
+
* Lookup310: frame_system::limits::WeightsPerClass
|
|
1698
1721
|
**/
|
|
1699
1722
|
FrameSystemLimitsWeightsPerClass: {
|
|
1700
1723
|
baseExtrinsic: string;
|
|
@@ -1703,13 +1726,13 @@ declare const _default: {
|
|
|
1703
1726
|
reserved: string;
|
|
1704
1727
|
};
|
|
1705
1728
|
/**
|
|
1706
|
-
*
|
|
1729
|
+
* Lookup312: frame_system::limits::BlockLength
|
|
1707
1730
|
**/
|
|
1708
1731
|
FrameSystemLimitsBlockLength: {
|
|
1709
1732
|
max: string;
|
|
1710
1733
|
};
|
|
1711
1734
|
/**
|
|
1712
|
-
*
|
|
1735
|
+
* Lookup313: frame_support::dispatch::PerDispatchClass<T>
|
|
1713
1736
|
**/
|
|
1714
1737
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1715
1738
|
normal: string;
|
|
@@ -1717,14 +1740,14 @@ declare const _default: {
|
|
|
1717
1740
|
mandatory: string;
|
|
1718
1741
|
};
|
|
1719
1742
|
/**
|
|
1720
|
-
*
|
|
1743
|
+
* Lookup314: sp_weights::RuntimeDbWeight
|
|
1721
1744
|
**/
|
|
1722
1745
|
SpWeightsRuntimeDbWeight: {
|
|
1723
1746
|
read: string;
|
|
1724
1747
|
write: string;
|
|
1725
1748
|
};
|
|
1726
1749
|
/**
|
|
1727
|
-
*
|
|
1750
|
+
* Lookup315: sp_version::RuntimeVersion
|
|
1728
1751
|
**/
|
|
1729
1752
|
SpVersionRuntimeVersion: {
|
|
1730
1753
|
specName: string;
|
|
@@ -1737,17 +1760,17 @@ declare const _default: {
|
|
|
1737
1760
|
stateVersion: string;
|
|
1738
1761
|
};
|
|
1739
1762
|
/**
|
|
1740
|
-
*
|
|
1763
|
+
* Lookup320: frame_system::pallet::Error<T>
|
|
1741
1764
|
**/
|
|
1742
1765
|
FrameSystemError: {
|
|
1743
1766
|
_enum: string[];
|
|
1744
1767
|
};
|
|
1745
1768
|
/**
|
|
1746
|
-
*
|
|
1769
|
+
* Lookup323: sp_consensus_babe::app::Public
|
|
1747
1770
|
**/
|
|
1748
1771
|
SpConsensusBabeAppPublic: string;
|
|
1749
1772
|
/**
|
|
1750
|
-
*
|
|
1773
|
+
* Lookup326: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1751
1774
|
**/
|
|
1752
1775
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1753
1776
|
_enum: {
|
|
@@ -1759,13 +1782,13 @@ declare const _default: {
|
|
|
1759
1782
|
};
|
|
1760
1783
|
};
|
|
1761
1784
|
/**
|
|
1762
|
-
*
|
|
1785
|
+
* Lookup328: sp_consensus_babe::AllowedSlots
|
|
1763
1786
|
**/
|
|
1764
1787
|
SpConsensusBabeAllowedSlots: {
|
|
1765
1788
|
_enum: string[];
|
|
1766
1789
|
};
|
|
1767
1790
|
/**
|
|
1768
|
-
*
|
|
1791
|
+
* Lookup332: sp_consensus_babe::digests::PreDigest
|
|
1769
1792
|
**/
|
|
1770
1793
|
SpConsensusBabeDigestsPreDigest: {
|
|
1771
1794
|
_enum: {
|
|
@@ -1776,7 +1799,7 @@ declare const _default: {
|
|
|
1776
1799
|
};
|
|
1777
1800
|
};
|
|
1778
1801
|
/**
|
|
1779
|
-
*
|
|
1802
|
+
* Lookup333: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1780
1803
|
**/
|
|
1781
1804
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1782
1805
|
authorityIndex: string;
|
|
@@ -1785,14 +1808,14 @@ declare const _default: {
|
|
|
1785
1808
|
vrfProof: string;
|
|
1786
1809
|
};
|
|
1787
1810
|
/**
|
|
1788
|
-
*
|
|
1811
|
+
* Lookup334: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1789
1812
|
**/
|
|
1790
1813
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1791
1814
|
authorityIndex: string;
|
|
1792
1815
|
slot: string;
|
|
1793
1816
|
};
|
|
1794
1817
|
/**
|
|
1795
|
-
*
|
|
1818
|
+
* Lookup335: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1796
1819
|
**/
|
|
1797
1820
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1798
1821
|
authorityIndex: string;
|
|
@@ -1801,14 +1824,14 @@ declare const _default: {
|
|
|
1801
1824
|
vrfProof: string;
|
|
1802
1825
|
};
|
|
1803
1826
|
/**
|
|
1804
|
-
*
|
|
1827
|
+
* Lookup336: sp_consensus_babe::BabeEpochConfiguration
|
|
1805
1828
|
**/
|
|
1806
1829
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1807
1830
|
c: string;
|
|
1808
1831
|
allowedSlots: string;
|
|
1809
1832
|
};
|
|
1810
1833
|
/**
|
|
1811
|
-
*
|
|
1834
|
+
* Lookup340: pallet_babe::pallet::Call<T>
|
|
1812
1835
|
**/
|
|
1813
1836
|
PalletBabeCall: {
|
|
1814
1837
|
_enum: {
|
|
@@ -1826,7 +1849,7 @@ declare const _default: {
|
|
|
1826
1849
|
};
|
|
1827
1850
|
};
|
|
1828
1851
|
/**
|
|
1829
|
-
*
|
|
1852
|
+
* Lookup341: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
1830
1853
|
**/
|
|
1831
1854
|
SpConsensusSlotsEquivocationProof: {
|
|
1832
1855
|
offender: string;
|
|
@@ -1835,7 +1858,7 @@ declare const _default: {
|
|
|
1835
1858
|
secondHeader: string;
|
|
1836
1859
|
};
|
|
1837
1860
|
/**
|
|
1838
|
-
*
|
|
1861
|
+
* Lookup342: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
1839
1862
|
**/
|
|
1840
1863
|
SpRuntimeHeader: {
|
|
1841
1864
|
parentHash: string;
|
|
@@ -1845,11 +1868,11 @@ declare const _default: {
|
|
|
1845
1868
|
digest: string;
|
|
1846
1869
|
};
|
|
1847
1870
|
/**
|
|
1848
|
-
*
|
|
1871
|
+
* Lookup343: sp_runtime::traits::BlakeTwo256
|
|
1849
1872
|
**/
|
|
1850
1873
|
SpRuntimeBlakeTwo256: string;
|
|
1851
1874
|
/**
|
|
1852
|
-
*
|
|
1875
|
+
* Lookup344: sp_session::MembershipProof
|
|
1853
1876
|
**/
|
|
1854
1877
|
SpSessionMembershipProof: {
|
|
1855
1878
|
session: string;
|
|
@@ -1857,13 +1880,13 @@ declare const _default: {
|
|
|
1857
1880
|
validatorCount: string;
|
|
1858
1881
|
};
|
|
1859
1882
|
/**
|
|
1860
|
-
*
|
|
1883
|
+
* Lookup345: pallet_babe::pallet::Error<T>
|
|
1861
1884
|
**/
|
|
1862
1885
|
PalletBabeError: {
|
|
1863
1886
|
_enum: string[];
|
|
1864
1887
|
};
|
|
1865
1888
|
/**
|
|
1866
|
-
*
|
|
1889
|
+
* Lookup346: pallet_timestamp::pallet::Call<T>
|
|
1867
1890
|
**/
|
|
1868
1891
|
PalletTimestampCall: {
|
|
1869
1892
|
_enum: {
|
|
@@ -1873,7 +1896,7 @@ declare const _default: {
|
|
|
1873
1896
|
};
|
|
1874
1897
|
};
|
|
1875
1898
|
/**
|
|
1876
|
-
*
|
|
1899
|
+
* Lookup348: pallet_indices::pallet::Call<T>
|
|
1877
1900
|
**/
|
|
1878
1901
|
PalletIndicesCall: {
|
|
1879
1902
|
_enum: {
|
|
@@ -1904,13 +1927,13 @@ declare const _default: {
|
|
|
1904
1927
|
};
|
|
1905
1928
|
};
|
|
1906
1929
|
/**
|
|
1907
|
-
*
|
|
1930
|
+
* Lookup350: pallet_indices::pallet::Error<T>
|
|
1908
1931
|
**/
|
|
1909
1932
|
PalletIndicesError: {
|
|
1910
1933
|
_enum: string[];
|
|
1911
1934
|
};
|
|
1912
1935
|
/**
|
|
1913
|
-
*
|
|
1936
|
+
* Lookup352: pallet_balances::BalanceLock<Balance>
|
|
1914
1937
|
**/
|
|
1915
1938
|
PalletBalancesBalanceLock: {
|
|
1916
1939
|
id: string;
|
|
@@ -1918,13 +1941,13 @@ declare const _default: {
|
|
|
1918
1941
|
reasons: string;
|
|
1919
1942
|
};
|
|
1920
1943
|
/**
|
|
1921
|
-
*
|
|
1944
|
+
* Lookup353: polymesh_common_utilities::traits::balances::Reasons
|
|
1922
1945
|
**/
|
|
1923
1946
|
PolymeshCommonUtilitiesBalancesReasons: {
|
|
1924
1947
|
_enum: string[];
|
|
1925
1948
|
};
|
|
1926
1949
|
/**
|
|
1927
|
-
*
|
|
1950
|
+
* Lookup354: pallet_balances::Call<T>
|
|
1928
1951
|
**/
|
|
1929
1952
|
PalletBalancesCall: {
|
|
1930
1953
|
_enum: {
|
|
@@ -1956,19 +1979,19 @@ declare const _default: {
|
|
|
1956
1979
|
};
|
|
1957
1980
|
};
|
|
1958
1981
|
/**
|
|
1959
|
-
*
|
|
1982
|
+
* Lookup355: pallet_balances::Error<T>
|
|
1960
1983
|
**/
|
|
1961
1984
|
PalletBalancesError: {
|
|
1962
1985
|
_enum: string[];
|
|
1963
1986
|
};
|
|
1964
1987
|
/**
|
|
1965
|
-
*
|
|
1988
|
+
* Lookup357: pallet_transaction_payment::Releases
|
|
1966
1989
|
**/
|
|
1967
1990
|
PalletTransactionPaymentReleases: {
|
|
1968
1991
|
_enum: string[];
|
|
1969
1992
|
};
|
|
1970
1993
|
/**
|
|
1971
|
-
*
|
|
1994
|
+
* Lookup359: sp_weights::WeightToFeeCoefficient<Balance>
|
|
1972
1995
|
**/
|
|
1973
1996
|
SpWeightsWeightToFeeCoefficient: {
|
|
1974
1997
|
coeffInteger: string;
|
|
@@ -1977,27 +2000,27 @@ declare const _default: {
|
|
|
1977
2000
|
degree: string;
|
|
1978
2001
|
};
|
|
1979
2002
|
/**
|
|
1980
|
-
*
|
|
2003
|
+
* Lookup360: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
1981
2004
|
**/
|
|
1982
2005
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
1983
2006
|
primaryKey: string;
|
|
1984
2007
|
};
|
|
1985
2008
|
/**
|
|
1986
|
-
*
|
|
2009
|
+
* Lookup362: pallet_identity::types::Claim1stKey
|
|
1987
2010
|
**/
|
|
1988
2011
|
PalletIdentityClaim1stKey: {
|
|
1989
2012
|
target: string;
|
|
1990
2013
|
claimType: string;
|
|
1991
2014
|
};
|
|
1992
2015
|
/**
|
|
1993
|
-
*
|
|
2016
|
+
* Lookup363: pallet_identity::types::Claim2ndKey
|
|
1994
2017
|
**/
|
|
1995
2018
|
PalletIdentityClaim2ndKey: {
|
|
1996
2019
|
issuer: string;
|
|
1997
2020
|
scope: string;
|
|
1998
2021
|
};
|
|
1999
2022
|
/**
|
|
2000
|
-
*
|
|
2023
|
+
* Lookup364: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2001
2024
|
**/
|
|
2002
2025
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2003
2026
|
_enum: {
|
|
@@ -2007,7 +2030,7 @@ declare const _default: {
|
|
|
2007
2030
|
};
|
|
2008
2031
|
};
|
|
2009
2032
|
/**
|
|
2010
|
-
*
|
|
2033
|
+
* Lookup367: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2011
2034
|
**/
|
|
2012
2035
|
PolymeshPrimitivesAuthorization: {
|
|
2013
2036
|
authorizationData: string;
|
|
@@ -2017,7 +2040,7 @@ declare const _default: {
|
|
|
2017
2040
|
count: string;
|
|
2018
2041
|
};
|
|
2019
2042
|
/**
|
|
2020
|
-
*
|
|
2043
|
+
* Lookup370: pallet_identity::Call<T>
|
|
2021
2044
|
**/
|
|
2022
2045
|
PalletIdentityCall: {
|
|
2023
2046
|
_enum: {
|
|
@@ -2109,27 +2132,27 @@ declare const _default: {
|
|
|
2109
2132
|
};
|
|
2110
2133
|
};
|
|
2111
2134
|
/**
|
|
2112
|
-
*
|
|
2135
|
+
* Lookup372: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2113
2136
|
**/
|
|
2114
2137
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2115
2138
|
secondaryKey: string;
|
|
2116
2139
|
authSignature: string;
|
|
2117
2140
|
};
|
|
2118
2141
|
/**
|
|
2119
|
-
*
|
|
2142
|
+
* Lookup375: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2120
2143
|
**/
|
|
2121
2144
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2122
2145
|
key: string;
|
|
2123
2146
|
authSignature: string;
|
|
2124
2147
|
};
|
|
2125
2148
|
/**
|
|
2126
|
-
*
|
|
2149
|
+
* Lookup376: pallet_identity::Error<T>
|
|
2127
2150
|
**/
|
|
2128
2151
|
PalletIdentityError: {
|
|
2129
2152
|
_enum: string[];
|
|
2130
2153
|
};
|
|
2131
2154
|
/**
|
|
2132
|
-
*
|
|
2155
|
+
* Lookup378: polymesh_common_utilities::traits::group::InactiveMember<Moment>
|
|
2133
2156
|
**/
|
|
2134
2157
|
PolymeshCommonUtilitiesGroupInactiveMember: {
|
|
2135
2158
|
id: string;
|
|
@@ -2137,7 +2160,7 @@ declare const _default: {
|
|
|
2137
2160
|
expiry: string;
|
|
2138
2161
|
};
|
|
2139
2162
|
/**
|
|
2140
|
-
*
|
|
2163
|
+
* Lookup379: pallet_group::Call<T, I>
|
|
2141
2164
|
**/
|
|
2142
2165
|
PalletGroupCall: {
|
|
2143
2166
|
_enum: {
|
|
@@ -2166,13 +2189,13 @@ declare const _default: {
|
|
|
2166
2189
|
};
|
|
2167
2190
|
};
|
|
2168
2191
|
/**
|
|
2169
|
-
*
|
|
2192
|
+
* Lookup380: pallet_group::Error<T, I>
|
|
2170
2193
|
**/
|
|
2171
2194
|
PalletGroupError: {
|
|
2172
2195
|
_enum: string[];
|
|
2173
2196
|
};
|
|
2174
2197
|
/**
|
|
2175
|
-
*
|
|
2198
|
+
* Lookup382: pallet_committee::Call<T, I>
|
|
2176
2199
|
**/
|
|
2177
2200
|
PalletCommitteeCall: {
|
|
2178
2201
|
_enum: {
|
|
@@ -2198,7 +2221,7 @@ declare const _default: {
|
|
|
2198
2221
|
};
|
|
2199
2222
|
};
|
|
2200
2223
|
/**
|
|
2201
|
-
*
|
|
2224
|
+
* Lookup388: pallet_multisig::Call<T>
|
|
2202
2225
|
**/
|
|
2203
2226
|
PalletMultisigCall: {
|
|
2204
2227
|
_enum: {
|
|
@@ -2292,7 +2315,7 @@ declare const _default: {
|
|
|
2292
2315
|
};
|
|
2293
2316
|
};
|
|
2294
2317
|
/**
|
|
2295
|
-
*
|
|
2318
|
+
* Lookup389: pallet_bridge::Call<T>
|
|
2296
2319
|
**/
|
|
2297
2320
|
PalletBridgeCall: {
|
|
2298
2321
|
_enum: {
|
|
@@ -2347,7 +2370,7 @@ declare const _default: {
|
|
|
2347
2370
|
};
|
|
2348
2371
|
};
|
|
2349
2372
|
/**
|
|
2350
|
-
*
|
|
2373
|
+
* Lookup393: pallet_staking::Call<T>
|
|
2351
2374
|
**/
|
|
2352
2375
|
PalletStakingCall: {
|
|
2353
2376
|
_enum: {
|
|
@@ -2473,7 +2496,7 @@ declare const _default: {
|
|
|
2473
2496
|
};
|
|
2474
2497
|
};
|
|
2475
2498
|
/**
|
|
2476
|
-
*
|
|
2499
|
+
* Lookup394: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2477
2500
|
**/
|
|
2478
2501
|
PalletStakingRewardDestination: {
|
|
2479
2502
|
_enum: {
|
|
@@ -2484,14 +2507,14 @@ declare const _default: {
|
|
|
2484
2507
|
};
|
|
2485
2508
|
};
|
|
2486
2509
|
/**
|
|
2487
|
-
*
|
|
2510
|
+
* Lookup395: pallet_staking::ValidatorPrefs
|
|
2488
2511
|
**/
|
|
2489
2512
|
PalletStakingValidatorPrefs: {
|
|
2490
2513
|
commission: string;
|
|
2491
2514
|
blocked: string;
|
|
2492
2515
|
};
|
|
2493
2516
|
/**
|
|
2494
|
-
*
|
|
2517
|
+
* Lookup401: pallet_staking::CompactAssignments
|
|
2495
2518
|
**/
|
|
2496
2519
|
PalletStakingCompactAssignments: {
|
|
2497
2520
|
votes1: string;
|
|
@@ -2512,7 +2535,7 @@ declare const _default: {
|
|
|
2512
2535
|
votes16: string;
|
|
2513
2536
|
};
|
|
2514
2537
|
/**
|
|
2515
|
-
*
|
|
2538
|
+
* Lookup452: sp_npos_elections::ElectionScore
|
|
2516
2539
|
**/
|
|
2517
2540
|
SpNposElectionsElectionScore: {
|
|
2518
2541
|
minimalStake: string;
|
|
@@ -2520,14 +2543,14 @@ declare const _default: {
|
|
|
2520
2543
|
sumStakeSquared: string;
|
|
2521
2544
|
};
|
|
2522
2545
|
/**
|
|
2523
|
-
*
|
|
2546
|
+
* Lookup453: pallet_staking::ElectionSize
|
|
2524
2547
|
**/
|
|
2525
2548
|
PalletStakingElectionSize: {
|
|
2526
2549
|
validators: string;
|
|
2527
2550
|
nominators: string;
|
|
2528
2551
|
};
|
|
2529
2552
|
/**
|
|
2530
|
-
*
|
|
2553
|
+
* Lookup454: pallet_session::pallet::Call<T>
|
|
2531
2554
|
**/
|
|
2532
2555
|
PalletSessionCall: {
|
|
2533
2556
|
_enum: {
|
|
@@ -2542,7 +2565,7 @@ declare const _default: {
|
|
|
2542
2565
|
};
|
|
2543
2566
|
};
|
|
2544
2567
|
/**
|
|
2545
|
-
*
|
|
2568
|
+
* Lookup455: polymesh_runtime_develop::runtime::SessionKeys
|
|
2546
2569
|
**/
|
|
2547
2570
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2548
2571
|
grandpa: string;
|
|
@@ -2551,11 +2574,11 @@ declare const _default: {
|
|
|
2551
2574
|
authorityDiscovery: string;
|
|
2552
2575
|
};
|
|
2553
2576
|
/**
|
|
2554
|
-
*
|
|
2577
|
+
* Lookup456: sp_authority_discovery::app::Public
|
|
2555
2578
|
**/
|
|
2556
2579
|
SpAuthorityDiscoveryAppPublic: string;
|
|
2557
2580
|
/**
|
|
2558
|
-
*
|
|
2581
|
+
* Lookup457: pallet_grandpa::pallet::Call<T>
|
|
2559
2582
|
**/
|
|
2560
2583
|
PalletGrandpaCall: {
|
|
2561
2584
|
_enum: {
|
|
@@ -2574,14 +2597,14 @@ declare const _default: {
|
|
|
2574
2597
|
};
|
|
2575
2598
|
};
|
|
2576
2599
|
/**
|
|
2577
|
-
*
|
|
2600
|
+
* Lookup458: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2578
2601
|
**/
|
|
2579
2602
|
SpConsensusGrandpaEquivocationProof: {
|
|
2580
2603
|
setId: string;
|
|
2581
2604
|
equivocation: string;
|
|
2582
2605
|
};
|
|
2583
2606
|
/**
|
|
2584
|
-
*
|
|
2607
|
+
* Lookup459: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2585
2608
|
**/
|
|
2586
2609
|
SpConsensusGrandpaEquivocation: {
|
|
2587
2610
|
_enum: {
|
|
@@ -2590,7 +2613,7 @@ declare const _default: {
|
|
|
2590
2613
|
};
|
|
2591
2614
|
};
|
|
2592
2615
|
/**
|
|
2593
|
-
*
|
|
2616
|
+
* Lookup460: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2594
2617
|
**/
|
|
2595
2618
|
FinalityGrandpaEquivocationPrevote: {
|
|
2596
2619
|
roundNumber: string;
|
|
@@ -2599,22 +2622,22 @@ declare const _default: {
|
|
|
2599
2622
|
second: string;
|
|
2600
2623
|
};
|
|
2601
2624
|
/**
|
|
2602
|
-
*
|
|
2625
|
+
* Lookup461: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2603
2626
|
**/
|
|
2604
2627
|
FinalityGrandpaPrevote: {
|
|
2605
2628
|
targetHash: string;
|
|
2606
2629
|
targetNumber: string;
|
|
2607
2630
|
};
|
|
2608
2631
|
/**
|
|
2609
|
-
*
|
|
2632
|
+
* Lookup462: sp_consensus_grandpa::app::Signature
|
|
2610
2633
|
**/
|
|
2611
2634
|
SpConsensusGrandpaAppSignature: string;
|
|
2612
2635
|
/**
|
|
2613
|
-
*
|
|
2636
|
+
* Lookup463: sp_core::ed25519::Signature
|
|
2614
2637
|
**/
|
|
2615
2638
|
SpCoreEd25519Signature: string;
|
|
2616
2639
|
/**
|
|
2617
|
-
*
|
|
2640
|
+
* Lookup465: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2618
2641
|
**/
|
|
2619
2642
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2620
2643
|
roundNumber: string;
|
|
@@ -2623,14 +2646,14 @@ declare const _default: {
|
|
|
2623
2646
|
second: string;
|
|
2624
2647
|
};
|
|
2625
2648
|
/**
|
|
2626
|
-
*
|
|
2649
|
+
* Lookup466: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2627
2650
|
**/
|
|
2628
2651
|
FinalityGrandpaPrecommit: {
|
|
2629
2652
|
targetHash: string;
|
|
2630
2653
|
targetNumber: string;
|
|
2631
2654
|
};
|
|
2632
2655
|
/**
|
|
2633
|
-
*
|
|
2656
|
+
* Lookup468: pallet_im_online::pallet::Call<T>
|
|
2634
2657
|
**/
|
|
2635
2658
|
PalletImOnlineCall: {
|
|
2636
2659
|
_enum: {
|
|
@@ -2641,7 +2664,7 @@ declare const _default: {
|
|
|
2641
2664
|
};
|
|
2642
2665
|
};
|
|
2643
2666
|
/**
|
|
2644
|
-
*
|
|
2667
|
+
* Lookup469: pallet_im_online::Heartbeat<BlockNumber>
|
|
2645
2668
|
**/
|
|
2646
2669
|
PalletImOnlineHeartbeat: {
|
|
2647
2670
|
blockNumber: string;
|
|
@@ -2651,22 +2674,22 @@ declare const _default: {
|
|
|
2651
2674
|
validatorsLen: string;
|
|
2652
2675
|
};
|
|
2653
2676
|
/**
|
|
2654
|
-
*
|
|
2677
|
+
* Lookup470: sp_core::offchain::OpaqueNetworkState
|
|
2655
2678
|
**/
|
|
2656
2679
|
SpCoreOffchainOpaqueNetworkState: {
|
|
2657
2680
|
peerId: string;
|
|
2658
2681
|
externalAddresses: string;
|
|
2659
2682
|
};
|
|
2660
2683
|
/**
|
|
2661
|
-
*
|
|
2684
|
+
* Lookup474: pallet_im_online::sr25519::app_sr25519::Signature
|
|
2662
2685
|
**/
|
|
2663
2686
|
PalletImOnlineSr25519AppSr25519Signature: string;
|
|
2664
2687
|
/**
|
|
2665
|
-
*
|
|
2688
|
+
* Lookup475: sp_core::sr25519::Signature
|
|
2666
2689
|
**/
|
|
2667
2690
|
SpCoreSr25519Signature: string;
|
|
2668
2691
|
/**
|
|
2669
|
-
*
|
|
2692
|
+
* Lookup476: pallet_sudo::Call<T>
|
|
2670
2693
|
**/
|
|
2671
2694
|
PalletSudoCall: {
|
|
2672
2695
|
_enum: {
|
|
@@ -2690,7 +2713,7 @@ declare const _default: {
|
|
|
2690
2713
|
};
|
|
2691
2714
|
};
|
|
2692
2715
|
/**
|
|
2693
|
-
*
|
|
2716
|
+
* Lookup477: pallet_asset::Call<T>
|
|
2694
2717
|
**/
|
|
2695
2718
|
PalletAssetCall: {
|
|
2696
2719
|
_enum: {
|
|
@@ -2824,7 +2847,7 @@ declare const _default: {
|
|
|
2824
2847
|
};
|
|
2825
2848
|
};
|
|
2826
2849
|
/**
|
|
2827
|
-
*
|
|
2850
|
+
* Lookup479: pallet_corporate_actions::distribution::Call<T>
|
|
2828
2851
|
**/
|
|
2829
2852
|
PalletCorporateActionsDistributionCall: {
|
|
2830
2853
|
_enum: {
|
|
@@ -2853,7 +2876,7 @@ declare const _default: {
|
|
|
2853
2876
|
};
|
|
2854
2877
|
};
|
|
2855
2878
|
/**
|
|
2856
|
-
*
|
|
2879
|
+
* Lookup481: pallet_asset::checkpoint::Call<T>
|
|
2857
2880
|
**/
|
|
2858
2881
|
PalletAssetCheckpointCall: {
|
|
2859
2882
|
_enum: {
|
|
@@ -2874,7 +2897,7 @@ declare const _default: {
|
|
|
2874
2897
|
};
|
|
2875
2898
|
};
|
|
2876
2899
|
/**
|
|
2877
|
-
*
|
|
2900
|
+
* Lookup482: pallet_compliance_manager::Call<T>
|
|
2878
2901
|
**/
|
|
2879
2902
|
PalletComplianceManagerCall: {
|
|
2880
2903
|
_enum: {
|
|
@@ -2915,7 +2938,7 @@ declare const _default: {
|
|
|
2915
2938
|
};
|
|
2916
2939
|
};
|
|
2917
2940
|
/**
|
|
2918
|
-
*
|
|
2941
|
+
* Lookup483: pallet_corporate_actions::Call<T>
|
|
2919
2942
|
**/
|
|
2920
2943
|
PalletCorporateActionsCall: {
|
|
2921
2944
|
_enum: {
|
|
@@ -2968,7 +2991,7 @@ declare const _default: {
|
|
|
2968
2991
|
};
|
|
2969
2992
|
};
|
|
2970
2993
|
/**
|
|
2971
|
-
*
|
|
2994
|
+
* Lookup485: pallet_corporate_actions::RecordDateSpec
|
|
2972
2995
|
**/
|
|
2973
2996
|
PalletCorporateActionsRecordDateSpec: {
|
|
2974
2997
|
_enum: {
|
|
@@ -2978,7 +3001,7 @@ declare const _default: {
|
|
|
2978
3001
|
};
|
|
2979
3002
|
};
|
|
2980
3003
|
/**
|
|
2981
|
-
*
|
|
3004
|
+
* Lookup488: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
2982
3005
|
**/
|
|
2983
3006
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
2984
3007
|
ticker: string;
|
|
@@ -2991,7 +3014,7 @@ declare const _default: {
|
|
|
2991
3014
|
withholdingTax: string;
|
|
2992
3015
|
};
|
|
2993
3016
|
/**
|
|
2994
|
-
*
|
|
3017
|
+
* Lookup489: pallet_corporate_actions::ballot::Call<T>
|
|
2995
3018
|
**/
|
|
2996
3019
|
PalletCorporateActionsBallotCall: {
|
|
2997
3020
|
_enum: {
|
|
@@ -3023,7 +3046,7 @@ declare const _default: {
|
|
|
3023
3046
|
};
|
|
3024
3047
|
};
|
|
3025
3048
|
/**
|
|
3026
|
-
*
|
|
3049
|
+
* Lookup490: pallet_pips::Call<T>
|
|
3027
3050
|
**/
|
|
3028
3051
|
PalletPipsCall: {
|
|
3029
3052
|
_enum: {
|
|
@@ -3084,13 +3107,13 @@ declare const _default: {
|
|
|
3084
3107
|
};
|
|
3085
3108
|
};
|
|
3086
3109
|
/**
|
|
3087
|
-
*
|
|
3110
|
+
* Lookup493: pallet_pips::SnapshotResult
|
|
3088
3111
|
**/
|
|
3089
3112
|
PalletPipsSnapshotResult: {
|
|
3090
3113
|
_enum: string[];
|
|
3091
3114
|
};
|
|
3092
3115
|
/**
|
|
3093
|
-
*
|
|
3116
|
+
* Lookup494: pallet_portfolio::Call<T>
|
|
3094
3117
|
**/
|
|
3095
3118
|
PalletPortfolioCall: {
|
|
3096
3119
|
_enum: {
|
|
@@ -3123,17 +3146,27 @@ declare const _default: {
|
|
|
3123
3146
|
ticker: string;
|
|
3124
3147
|
portfolioId: string;
|
|
3125
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
|
+
};
|
|
3126
3159
|
};
|
|
3127
3160
|
};
|
|
3128
3161
|
/**
|
|
3129
|
-
*
|
|
3162
|
+
* Lookup496: polymesh_primitives::portfolio::Fund
|
|
3130
3163
|
**/
|
|
3131
3164
|
PolymeshPrimitivesPortfolioFund: {
|
|
3132
3165
|
description: string;
|
|
3133
3166
|
memo: string;
|
|
3134
3167
|
};
|
|
3135
3168
|
/**
|
|
3136
|
-
*
|
|
3169
|
+
* Lookup497: pallet_protocol_fee::Call<T>
|
|
3137
3170
|
**/
|
|
3138
3171
|
PalletProtocolFeeCall: {
|
|
3139
3172
|
_enum: {
|
|
@@ -3147,13 +3180,13 @@ declare const _default: {
|
|
|
3147
3180
|
};
|
|
3148
3181
|
};
|
|
3149
3182
|
/**
|
|
3150
|
-
*
|
|
3183
|
+
* Lookup498: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3151
3184
|
**/
|
|
3152
3185
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3153
3186
|
_enum: string[];
|
|
3154
3187
|
};
|
|
3155
3188
|
/**
|
|
3156
|
-
*
|
|
3189
|
+
* Lookup499: pallet_scheduler::pallet::Call<T>
|
|
3157
3190
|
**/
|
|
3158
3191
|
PalletSchedulerCall: {
|
|
3159
3192
|
_enum: {
|
|
@@ -3193,7 +3226,7 @@ declare const _default: {
|
|
|
3193
3226
|
};
|
|
3194
3227
|
};
|
|
3195
3228
|
/**
|
|
3196
|
-
*
|
|
3229
|
+
* Lookup501: pallet_settlement::Call<T>
|
|
3197
3230
|
**/
|
|
3198
3231
|
PalletSettlementCall: {
|
|
3199
3232
|
_enum: {
|
|
@@ -3273,10 +3306,31 @@ declare const _default: {
|
|
|
3273
3306
|
id: string;
|
|
3274
3307
|
weightLimit: string;
|
|
3275
3308
|
};
|
|
3309
|
+
affirm_with_receipts_with_count: {
|
|
3310
|
+
id: string;
|
|
3311
|
+
receiptDetails: string;
|
|
3312
|
+
portfolios: string;
|
|
3313
|
+
numberOfAssets: string;
|
|
3314
|
+
};
|
|
3315
|
+
affirm_instruction_with_count: {
|
|
3316
|
+
id: string;
|
|
3317
|
+
portfolios: string;
|
|
3318
|
+
numberOfAssets: string;
|
|
3319
|
+
};
|
|
3320
|
+
reject_instruction_with_count: {
|
|
3321
|
+
id: string;
|
|
3322
|
+
portfolio: string;
|
|
3323
|
+
numberOfAssets: string;
|
|
3324
|
+
};
|
|
3325
|
+
withdraw_affirmation_with_count: {
|
|
3326
|
+
id: string;
|
|
3327
|
+
portfolios: string;
|
|
3328
|
+
numberOfAssets: string;
|
|
3329
|
+
};
|
|
3276
3330
|
};
|
|
3277
3331
|
};
|
|
3278
3332
|
/**
|
|
3279
|
-
*
|
|
3333
|
+
* Lookup503: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3280
3334
|
**/
|
|
3281
3335
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3282
3336
|
uid: string;
|
|
@@ -3287,7 +3341,7 @@ declare const _default: {
|
|
|
3287
3341
|
metadata: string;
|
|
3288
3342
|
};
|
|
3289
3343
|
/**
|
|
3290
|
-
*
|
|
3344
|
+
* Lookup504: sp_runtime::MultiSignature
|
|
3291
3345
|
**/
|
|
3292
3346
|
SpRuntimeMultiSignature: {
|
|
3293
3347
|
_enum: {
|
|
@@ -3297,11 +3351,27 @@ declare const _default: {
|
|
|
3297
3351
|
};
|
|
3298
3352
|
};
|
|
3299
3353
|
/**
|
|
3300
|
-
*
|
|
3354
|
+
* Lookup505: sp_core::ecdsa::Signature
|
|
3301
3355
|
**/
|
|
3302
3356
|
SpCoreEcdsaSignature: string;
|
|
3303
3357
|
/**
|
|
3304
|
-
*
|
|
3358
|
+
* Lookup508: polymesh_primitives::settlement::AffirmationCount
|
|
3359
|
+
**/
|
|
3360
|
+
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3361
|
+
senderAssetCount: string;
|
|
3362
|
+
receiverAssetCount: string;
|
|
3363
|
+
offchainCount: string;
|
|
3364
|
+
};
|
|
3365
|
+
/**
|
|
3366
|
+
* Lookup509: polymesh_primitives::settlement::AssetCount
|
|
3367
|
+
**/
|
|
3368
|
+
PolymeshPrimitivesSettlementAssetCount: {
|
|
3369
|
+
fungible: string;
|
|
3370
|
+
nonFungible: string;
|
|
3371
|
+
offChain: string;
|
|
3372
|
+
};
|
|
3373
|
+
/**
|
|
3374
|
+
* Lookup511: pallet_statistics::Call<T>
|
|
3305
3375
|
**/
|
|
3306
3376
|
PalletStatisticsCall: {
|
|
3307
3377
|
_enum: {
|
|
@@ -3326,7 +3396,7 @@ declare const _default: {
|
|
|
3326
3396
|
};
|
|
3327
3397
|
};
|
|
3328
3398
|
/**
|
|
3329
|
-
*
|
|
3399
|
+
* Lookup516: pallet_sto::Call<T>
|
|
3330
3400
|
**/
|
|
3331
3401
|
PalletStoCall: {
|
|
3332
3402
|
_enum: {
|
|
@@ -3372,14 +3442,14 @@ declare const _default: {
|
|
|
3372
3442
|
};
|
|
3373
3443
|
};
|
|
3374
3444
|
/**
|
|
3375
|
-
*
|
|
3445
|
+
* Lookup518: pallet_sto::PriceTier
|
|
3376
3446
|
**/
|
|
3377
3447
|
PalletStoPriceTier: {
|
|
3378
3448
|
total: string;
|
|
3379
3449
|
price: string;
|
|
3380
3450
|
};
|
|
3381
3451
|
/**
|
|
3382
|
-
*
|
|
3452
|
+
* Lookup520: pallet_treasury::Call<T>
|
|
3383
3453
|
**/
|
|
3384
3454
|
PalletTreasuryCall: {
|
|
3385
3455
|
_enum: {
|
|
@@ -3392,14 +3462,14 @@ declare const _default: {
|
|
|
3392
3462
|
};
|
|
3393
3463
|
};
|
|
3394
3464
|
/**
|
|
3395
|
-
*
|
|
3465
|
+
* Lookup522: polymesh_primitives::Beneficiary<Balance>
|
|
3396
3466
|
**/
|
|
3397
3467
|
PolymeshPrimitivesBeneficiary: {
|
|
3398
3468
|
id: string;
|
|
3399
3469
|
amount: string;
|
|
3400
3470
|
};
|
|
3401
3471
|
/**
|
|
3402
|
-
*
|
|
3472
|
+
* Lookup523: pallet_utility::pallet::Call<T>
|
|
3403
3473
|
**/
|
|
3404
3474
|
PalletUtilityCall: {
|
|
3405
3475
|
_enum: {
|
|
@@ -3437,14 +3507,14 @@ declare const _default: {
|
|
|
3437
3507
|
};
|
|
3438
3508
|
};
|
|
3439
3509
|
/**
|
|
3440
|
-
*
|
|
3510
|
+
* Lookup525: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3441
3511
|
**/
|
|
3442
3512
|
PalletUtilityUniqueCall: {
|
|
3443
3513
|
nonce: string;
|
|
3444
3514
|
call: string;
|
|
3445
3515
|
};
|
|
3446
3516
|
/**
|
|
3447
|
-
*
|
|
3517
|
+
* Lookup526: polymesh_runtime_develop::runtime::OriginCaller
|
|
3448
3518
|
**/
|
|
3449
3519
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3450
3520
|
_enum: {
|
|
@@ -3465,7 +3535,7 @@ declare const _default: {
|
|
|
3465
3535
|
};
|
|
3466
3536
|
};
|
|
3467
3537
|
/**
|
|
3468
|
-
*
|
|
3538
|
+
* Lookup527: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3469
3539
|
**/
|
|
3470
3540
|
FrameSupportDispatchRawOrigin: {
|
|
3471
3541
|
_enum: {
|
|
@@ -3475,33 +3545,33 @@ declare const _default: {
|
|
|
3475
3545
|
};
|
|
3476
3546
|
};
|
|
3477
3547
|
/**
|
|
3478
|
-
*
|
|
3548
|
+
* Lookup528: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
|
|
3479
3549
|
**/
|
|
3480
3550
|
PalletCommitteeRawOriginInstance1: {
|
|
3481
3551
|
_enum: string[];
|
|
3482
3552
|
};
|
|
3483
3553
|
/**
|
|
3484
|
-
*
|
|
3554
|
+
* Lookup529: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
3485
3555
|
**/
|
|
3486
3556
|
PalletCommitteeRawOriginInstance3: {
|
|
3487
3557
|
_enum: string[];
|
|
3488
3558
|
};
|
|
3489
3559
|
/**
|
|
3490
|
-
*
|
|
3560
|
+
* Lookup530: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3491
3561
|
**/
|
|
3492
3562
|
PalletCommitteeRawOriginInstance4: {
|
|
3493
3563
|
_enum: string[];
|
|
3494
3564
|
};
|
|
3495
3565
|
/**
|
|
3496
|
-
*
|
|
3566
|
+
* Lookup531: sp_core::Void
|
|
3497
3567
|
**/
|
|
3498
3568
|
SpCoreVoid: string;
|
|
3499
3569
|
/**
|
|
3500
|
-
*
|
|
3570
|
+
* Lookup532: pallet_base::Call<T>
|
|
3501
3571
|
**/
|
|
3502
3572
|
PalletBaseCall: string;
|
|
3503
3573
|
/**
|
|
3504
|
-
*
|
|
3574
|
+
* Lookup533: pallet_external_agents::Call<T>
|
|
3505
3575
|
**/
|
|
3506
3576
|
PalletExternalAgentsCall: {
|
|
3507
3577
|
_enum: {
|
|
@@ -3543,7 +3613,7 @@ declare const _default: {
|
|
|
3543
3613
|
};
|
|
3544
3614
|
};
|
|
3545
3615
|
/**
|
|
3546
|
-
*
|
|
3616
|
+
* Lookup534: pallet_relayer::Call<T>
|
|
3547
3617
|
**/
|
|
3548
3618
|
PalletRelayerCall: {
|
|
3549
3619
|
_enum: {
|
|
@@ -3573,32 +3643,7 @@ declare const _default: {
|
|
|
3573
3643
|
};
|
|
3574
3644
|
};
|
|
3575
3645
|
/**
|
|
3576
|
-
*
|
|
3577
|
-
**/
|
|
3578
|
-
PalletRewardsCall: {
|
|
3579
|
-
_enum: {
|
|
3580
|
-
claim_itn_reward: {
|
|
3581
|
-
rewardAddress: string;
|
|
3582
|
-
itnAddress: string;
|
|
3583
|
-
signature: string;
|
|
3584
|
-
};
|
|
3585
|
-
set_itn_reward_status: {
|
|
3586
|
-
itnAddress: string;
|
|
3587
|
-
status: string;
|
|
3588
|
-
};
|
|
3589
|
-
};
|
|
3590
|
-
};
|
|
3591
|
-
/**
|
|
3592
|
-
* Lookup530: pallet_rewards::ItnRewardStatus
|
|
3593
|
-
**/
|
|
3594
|
-
PalletRewardsItnRewardStatus: {
|
|
3595
|
-
_enum: {
|
|
3596
|
-
Unclaimed: string;
|
|
3597
|
-
Claimed: string;
|
|
3598
|
-
};
|
|
3599
|
-
};
|
|
3600
|
-
/**
|
|
3601
|
-
* Lookup531: pallet_contracts::pallet::Call<T>
|
|
3646
|
+
* Lookup535: pallet_contracts::pallet::Call<T>
|
|
3602
3647
|
**/
|
|
3603
3648
|
PalletContractsCall: {
|
|
3604
3649
|
_enum: {
|
|
@@ -3663,13 +3708,13 @@ declare const _default: {
|
|
|
3663
3708
|
};
|
|
3664
3709
|
};
|
|
3665
3710
|
/**
|
|
3666
|
-
*
|
|
3711
|
+
* Lookup539: pallet_contracts::wasm::Determinism
|
|
3667
3712
|
**/
|
|
3668
3713
|
PalletContractsWasmDeterminism: {
|
|
3669
3714
|
_enum: string[];
|
|
3670
3715
|
};
|
|
3671
3716
|
/**
|
|
3672
|
-
*
|
|
3717
|
+
* Lookup540: polymesh_contracts::Call<T>
|
|
3673
3718
|
**/
|
|
3674
3719
|
PolymeshContractsCall: {
|
|
3675
3720
|
_enum: {
|
|
@@ -3694,14 +3739,46 @@ declare const _default: {
|
|
|
3694
3739
|
update_call_runtime_whitelist: {
|
|
3695
3740
|
updates: string;
|
|
3696
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
|
+
};
|
|
3697
3762
|
};
|
|
3698
3763
|
};
|
|
3699
3764
|
/**
|
|
3700
|
-
*
|
|
3765
|
+
* Lookup543: polymesh_contracts::NextUpgrade<T>
|
|
3701
3766
|
**/
|
|
3702
|
-
|
|
3767
|
+
PolymeshContractsNextUpgrade: {
|
|
3768
|
+
chainVersion: string;
|
|
3769
|
+
apiHash: string;
|
|
3770
|
+
};
|
|
3703
3771
|
/**
|
|
3704
|
-
*
|
|
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>
|
|
3705
3782
|
**/
|
|
3706
3783
|
PalletPreimageCall: {
|
|
3707
3784
|
_enum: {
|
|
@@ -3729,7 +3806,7 @@ declare const _default: {
|
|
|
3729
3806
|
};
|
|
3730
3807
|
};
|
|
3731
3808
|
/**
|
|
3732
|
-
*
|
|
3809
|
+
* Lookup546: pallet_nft::Call<T>
|
|
3733
3810
|
**/
|
|
3734
3811
|
PalletNftCall: {
|
|
3735
3812
|
_enum: {
|
|
@@ -3748,21 +3825,27 @@ declare const _default: {
|
|
|
3748
3825
|
nftId: string;
|
|
3749
3826
|
portfolioKind: string;
|
|
3750
3827
|
};
|
|
3828
|
+
controller_transfer: {
|
|
3829
|
+
ticker: string;
|
|
3830
|
+
nfts: string;
|
|
3831
|
+
sourcePortfolio: string;
|
|
3832
|
+
callersPortfolioKind: string;
|
|
3833
|
+
};
|
|
3751
3834
|
};
|
|
3752
3835
|
};
|
|
3753
3836
|
/**
|
|
3754
|
-
*
|
|
3837
|
+
* Lookup548: polymesh_primitives::nft::NFTCollectionKeys
|
|
3755
3838
|
**/
|
|
3756
3839
|
PolymeshPrimitivesNftNftCollectionKeys: string;
|
|
3757
3840
|
/**
|
|
3758
|
-
*
|
|
3841
|
+
* Lookup551: polymesh_primitives::nft::NFTMetadataAttribute
|
|
3759
3842
|
**/
|
|
3760
3843
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
3761
3844
|
key: string;
|
|
3762
3845
|
value: string;
|
|
3763
3846
|
};
|
|
3764
3847
|
/**
|
|
3765
|
-
*
|
|
3848
|
+
* Lookup552: pallet_test_utils::Call<T>
|
|
3766
3849
|
**/
|
|
3767
3850
|
PalletTestUtilsCall: {
|
|
3768
3851
|
_enum: {
|
|
@@ -3779,7 +3862,7 @@ declare const _default: {
|
|
|
3779
3862
|
};
|
|
3780
3863
|
};
|
|
3781
3864
|
/**
|
|
3782
|
-
*
|
|
3865
|
+
* Lookup553: pallet_committee::PolymeshVotes<BlockNumber>
|
|
3783
3866
|
**/
|
|
3784
3867
|
PalletCommitteePolymeshVotes: {
|
|
3785
3868
|
index: string;
|
|
@@ -3788,13 +3871,13 @@ declare const _default: {
|
|
|
3788
3871
|
expiry: string;
|
|
3789
3872
|
};
|
|
3790
3873
|
/**
|
|
3791
|
-
*
|
|
3874
|
+
* Lookup555: pallet_committee::Error<T, I>
|
|
3792
3875
|
**/
|
|
3793
3876
|
PalletCommitteeError: {
|
|
3794
3877
|
_enum: string[];
|
|
3795
3878
|
};
|
|
3796
3879
|
/**
|
|
3797
|
-
*
|
|
3880
|
+
* Lookup565: polymesh_primitives::multisig::ProposalDetails<T>
|
|
3798
3881
|
**/
|
|
3799
3882
|
PolymeshPrimitivesMultisigProposalDetails: {
|
|
3800
3883
|
approvals: string;
|
|
@@ -3804,19 +3887,19 @@ declare const _default: {
|
|
|
3804
3887
|
autoClose: string;
|
|
3805
3888
|
};
|
|
3806
3889
|
/**
|
|
3807
|
-
*
|
|
3890
|
+
* Lookup566: polymesh_primitives::multisig::ProposalStatus
|
|
3808
3891
|
**/
|
|
3809
3892
|
PolymeshPrimitivesMultisigProposalStatus: {
|
|
3810
3893
|
_enum: string[];
|
|
3811
3894
|
};
|
|
3812
3895
|
/**
|
|
3813
|
-
*
|
|
3896
|
+
* Lookup568: pallet_multisig::Error<T>
|
|
3814
3897
|
**/
|
|
3815
3898
|
PalletMultisigError: {
|
|
3816
3899
|
_enum: string[];
|
|
3817
3900
|
};
|
|
3818
3901
|
/**
|
|
3819
|
-
*
|
|
3902
|
+
* Lookup570: pallet_bridge::BridgeTxDetail<BlockNumber>
|
|
3820
3903
|
**/
|
|
3821
3904
|
PalletBridgeBridgeTxDetail: {
|
|
3822
3905
|
amount: string;
|
|
@@ -3825,7 +3908,7 @@ declare const _default: {
|
|
|
3825
3908
|
txHash: string;
|
|
3826
3909
|
};
|
|
3827
3910
|
/**
|
|
3828
|
-
*
|
|
3911
|
+
* Lookup571: pallet_bridge::BridgeTxStatus
|
|
3829
3912
|
**/
|
|
3830
3913
|
PalletBridgeBridgeTxStatus: {
|
|
3831
3914
|
_enum: {
|
|
@@ -3837,13 +3920,13 @@ declare const _default: {
|
|
|
3837
3920
|
};
|
|
3838
3921
|
};
|
|
3839
3922
|
/**
|
|
3840
|
-
*
|
|
3923
|
+
* Lookup574: pallet_bridge::Error<T>
|
|
3841
3924
|
**/
|
|
3842
3925
|
PalletBridgeError: {
|
|
3843
3926
|
_enum: string[];
|
|
3844
3927
|
};
|
|
3845
3928
|
/**
|
|
3846
|
-
*
|
|
3929
|
+
* Lookup575: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
|
|
3847
3930
|
**/
|
|
3848
3931
|
PalletStakingStakingLedger: {
|
|
3849
3932
|
stash: string;
|
|
@@ -3853,14 +3936,14 @@ declare const _default: {
|
|
|
3853
3936
|
claimedRewards: string;
|
|
3854
3937
|
};
|
|
3855
3938
|
/**
|
|
3856
|
-
*
|
|
3939
|
+
* Lookup577: pallet_staking::UnlockChunk<Balance>
|
|
3857
3940
|
**/
|
|
3858
3941
|
PalletStakingUnlockChunk: {
|
|
3859
3942
|
value: string;
|
|
3860
3943
|
era: string;
|
|
3861
3944
|
};
|
|
3862
3945
|
/**
|
|
3863
|
-
*
|
|
3946
|
+
* Lookup578: pallet_staking::Nominations<sp_core::crypto::AccountId32>
|
|
3864
3947
|
**/
|
|
3865
3948
|
PalletStakingNominations: {
|
|
3866
3949
|
targets: string;
|
|
@@ -3868,27 +3951,27 @@ declare const _default: {
|
|
|
3868
3951
|
suppressed: string;
|
|
3869
3952
|
};
|
|
3870
3953
|
/**
|
|
3871
|
-
*
|
|
3954
|
+
* Lookup579: pallet_staking::ActiveEraInfo
|
|
3872
3955
|
**/
|
|
3873
3956
|
PalletStakingActiveEraInfo: {
|
|
3874
3957
|
index: string;
|
|
3875
3958
|
start: string;
|
|
3876
3959
|
};
|
|
3877
3960
|
/**
|
|
3878
|
-
*
|
|
3961
|
+
* Lookup581: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
3879
3962
|
**/
|
|
3880
3963
|
PalletStakingEraRewardPoints: {
|
|
3881
3964
|
total: string;
|
|
3882
3965
|
individual: string;
|
|
3883
3966
|
};
|
|
3884
3967
|
/**
|
|
3885
|
-
*
|
|
3968
|
+
* Lookup584: pallet_staking::Forcing
|
|
3886
3969
|
**/
|
|
3887
3970
|
PalletStakingForcing: {
|
|
3888
3971
|
_enum: string[];
|
|
3889
3972
|
};
|
|
3890
3973
|
/**
|
|
3891
|
-
*
|
|
3974
|
+
* Lookup586: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
3892
3975
|
**/
|
|
3893
3976
|
PalletStakingUnappliedSlash: {
|
|
3894
3977
|
validator: string;
|
|
@@ -3898,7 +3981,7 @@ declare const _default: {
|
|
|
3898
3981
|
payout: string;
|
|
3899
3982
|
};
|
|
3900
3983
|
/**
|
|
3901
|
-
*
|
|
3984
|
+
* Lookup590: pallet_staking::slashing::SlashingSpans
|
|
3902
3985
|
**/
|
|
3903
3986
|
PalletStakingSlashingSlashingSpans: {
|
|
3904
3987
|
spanIndex: string;
|
|
@@ -3907,14 +3990,14 @@ declare const _default: {
|
|
|
3907
3990
|
prior: string;
|
|
3908
3991
|
};
|
|
3909
3992
|
/**
|
|
3910
|
-
*
|
|
3993
|
+
* Lookup591: pallet_staking::slashing::SpanRecord<Balance>
|
|
3911
3994
|
**/
|
|
3912
3995
|
PalletStakingSlashingSpanRecord: {
|
|
3913
3996
|
slashed: string;
|
|
3914
3997
|
paidOut: string;
|
|
3915
3998
|
};
|
|
3916
3999
|
/**
|
|
3917
|
-
*
|
|
4000
|
+
* Lookup594: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
|
|
3918
4001
|
**/
|
|
3919
4002
|
PalletStakingElectionResult: {
|
|
3920
4003
|
electedStashes: string;
|
|
@@ -3922,7 +4005,7 @@ declare const _default: {
|
|
|
3922
4005
|
compute: string;
|
|
3923
4006
|
};
|
|
3924
4007
|
/**
|
|
3925
|
-
*
|
|
4008
|
+
* Lookup595: pallet_staking::ElectionStatus<BlockNumber>
|
|
3926
4009
|
**/
|
|
3927
4010
|
PalletStakingElectionStatus: {
|
|
3928
4011
|
_enum: {
|
|
@@ -3931,43 +4014,43 @@ declare const _default: {
|
|
|
3931
4014
|
};
|
|
3932
4015
|
};
|
|
3933
4016
|
/**
|
|
3934
|
-
*
|
|
4017
|
+
* Lookup596: pallet_staking::PermissionedIdentityPrefs
|
|
3935
4018
|
**/
|
|
3936
4019
|
PalletStakingPermissionedIdentityPrefs: {
|
|
3937
4020
|
intendedCount: string;
|
|
3938
4021
|
runningCount: string;
|
|
3939
4022
|
};
|
|
3940
4023
|
/**
|
|
3941
|
-
*
|
|
4024
|
+
* Lookup597: pallet_staking::Releases
|
|
3942
4025
|
**/
|
|
3943
4026
|
PalletStakingReleases: {
|
|
3944
4027
|
_enum: string[];
|
|
3945
4028
|
};
|
|
3946
4029
|
/**
|
|
3947
|
-
*
|
|
4030
|
+
* Lookup599: pallet_staking::Error<T>
|
|
3948
4031
|
**/
|
|
3949
4032
|
PalletStakingError: {
|
|
3950
4033
|
_enum: string[];
|
|
3951
4034
|
};
|
|
3952
4035
|
/**
|
|
3953
|
-
*
|
|
4036
|
+
* Lookup600: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
3954
4037
|
**/
|
|
3955
4038
|
SpStakingOffenceOffenceDetails: {
|
|
3956
4039
|
offender: string;
|
|
3957
4040
|
reporters: string;
|
|
3958
4041
|
};
|
|
3959
4042
|
/**
|
|
3960
|
-
*
|
|
4043
|
+
* Lookup605: sp_core::crypto::KeyTypeId
|
|
3961
4044
|
**/
|
|
3962
4045
|
SpCoreCryptoKeyTypeId: string;
|
|
3963
4046
|
/**
|
|
3964
|
-
*
|
|
4047
|
+
* Lookup606: pallet_session::pallet::Error<T>
|
|
3965
4048
|
**/
|
|
3966
4049
|
PalletSessionError: {
|
|
3967
4050
|
_enum: string[];
|
|
3968
4051
|
};
|
|
3969
4052
|
/**
|
|
3970
|
-
*
|
|
4053
|
+
* Lookup607: pallet_grandpa::StoredState<N>
|
|
3971
4054
|
**/
|
|
3972
4055
|
PalletGrandpaStoredState: {
|
|
3973
4056
|
_enum: {
|
|
@@ -3984,7 +4067,7 @@ declare const _default: {
|
|
|
3984
4067
|
};
|
|
3985
4068
|
};
|
|
3986
4069
|
/**
|
|
3987
|
-
*
|
|
4070
|
+
* Lookup608: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
3988
4071
|
**/
|
|
3989
4072
|
PalletGrandpaStoredPendingChange: {
|
|
3990
4073
|
scheduledAt: string;
|
|
@@ -3993,46 +4076,46 @@ declare const _default: {
|
|
|
3993
4076
|
forced: string;
|
|
3994
4077
|
};
|
|
3995
4078
|
/**
|
|
3996
|
-
*
|
|
4079
|
+
* Lookup610: pallet_grandpa::pallet::Error<T>
|
|
3997
4080
|
**/
|
|
3998
4081
|
PalletGrandpaError: {
|
|
3999
4082
|
_enum: string[];
|
|
4000
4083
|
};
|
|
4001
4084
|
/**
|
|
4002
|
-
*
|
|
4085
|
+
* Lookup614: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4003
4086
|
**/
|
|
4004
4087
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4005
4088
|
peerId: string;
|
|
4006
4089
|
externalAddresses: string;
|
|
4007
4090
|
};
|
|
4008
4091
|
/**
|
|
4009
|
-
*
|
|
4092
|
+
* Lookup618: pallet_im_online::pallet::Error<T>
|
|
4010
4093
|
**/
|
|
4011
4094
|
PalletImOnlineError: {
|
|
4012
4095
|
_enum: string[];
|
|
4013
4096
|
};
|
|
4014
4097
|
/**
|
|
4015
|
-
*
|
|
4098
|
+
* Lookup620: pallet_sudo::Error<T>
|
|
4016
4099
|
**/
|
|
4017
4100
|
PalletSudoError: {
|
|
4018
4101
|
_enum: string[];
|
|
4019
4102
|
};
|
|
4020
4103
|
/**
|
|
4021
|
-
*
|
|
4104
|
+
* Lookup621: pallet_asset::TickerRegistration<U>
|
|
4022
4105
|
**/
|
|
4023
4106
|
PalletAssetTickerRegistration: {
|
|
4024
4107
|
owner: string;
|
|
4025
4108
|
expiry: string;
|
|
4026
4109
|
};
|
|
4027
4110
|
/**
|
|
4028
|
-
*
|
|
4111
|
+
* Lookup622: pallet_asset::TickerRegistrationConfig<U>
|
|
4029
4112
|
**/
|
|
4030
4113
|
PalletAssetTickerRegistrationConfig: {
|
|
4031
4114
|
maxTickerLength: string;
|
|
4032
4115
|
registrationLength: string;
|
|
4033
4116
|
};
|
|
4034
4117
|
/**
|
|
4035
|
-
*
|
|
4118
|
+
* Lookup623: pallet_asset::SecurityToken
|
|
4036
4119
|
**/
|
|
4037
4120
|
PalletAssetSecurityToken: {
|
|
4038
4121
|
totalSupply: string;
|
|
@@ -4041,25 +4124,25 @@ declare const _default: {
|
|
|
4041
4124
|
assetType: string;
|
|
4042
4125
|
};
|
|
4043
4126
|
/**
|
|
4044
|
-
*
|
|
4127
|
+
* Lookup627: pallet_asset::AssetOwnershipRelation
|
|
4045
4128
|
**/
|
|
4046
4129
|
PalletAssetAssetOwnershipRelation: {
|
|
4047
4130
|
_enum: string[];
|
|
4048
4131
|
};
|
|
4049
4132
|
/**
|
|
4050
|
-
*
|
|
4133
|
+
* Lookup633: pallet_asset::Error<T>
|
|
4051
4134
|
**/
|
|
4052
4135
|
PalletAssetError: {
|
|
4053
4136
|
_enum: string[];
|
|
4054
4137
|
};
|
|
4055
4138
|
/**
|
|
4056
|
-
*
|
|
4139
|
+
* Lookup636: pallet_corporate_actions::distribution::Error<T>
|
|
4057
4140
|
**/
|
|
4058
4141
|
PalletCorporateActionsDistributionError: {
|
|
4059
4142
|
_enum: string[];
|
|
4060
4143
|
};
|
|
4061
4144
|
/**
|
|
4062
|
-
*
|
|
4145
|
+
* Lookup640: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4063
4146
|
**/
|
|
4064
4147
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4065
4148
|
nextAt: string;
|
|
@@ -4067,44 +4150,44 @@ declare const _default: {
|
|
|
4067
4150
|
schedules: string;
|
|
4068
4151
|
};
|
|
4069
4152
|
/**
|
|
4070
|
-
*
|
|
4153
|
+
* Lookup646: pallet_asset::checkpoint::Error<T>
|
|
4071
4154
|
**/
|
|
4072
4155
|
PalletAssetCheckpointError: {
|
|
4073
4156
|
_enum: string[];
|
|
4074
4157
|
};
|
|
4075
4158
|
/**
|
|
4076
|
-
*
|
|
4159
|
+
* Lookup647: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4077
4160
|
**/
|
|
4078
4161
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4079
4162
|
paused: string;
|
|
4080
4163
|
requirements: string;
|
|
4081
4164
|
};
|
|
4082
4165
|
/**
|
|
4083
|
-
*
|
|
4166
|
+
* Lookup649: pallet_compliance_manager::Error<T>
|
|
4084
4167
|
**/
|
|
4085
4168
|
PalletComplianceManagerError: {
|
|
4086
4169
|
_enum: string[];
|
|
4087
4170
|
};
|
|
4088
4171
|
/**
|
|
4089
|
-
*
|
|
4172
|
+
* Lookup652: pallet_corporate_actions::Error<T>
|
|
4090
4173
|
**/
|
|
4091
4174
|
PalletCorporateActionsError: {
|
|
4092
4175
|
_enum: string[];
|
|
4093
4176
|
};
|
|
4094
4177
|
/**
|
|
4095
|
-
*
|
|
4178
|
+
* Lookup654: pallet_corporate_actions::ballot::Error<T>
|
|
4096
4179
|
**/
|
|
4097
4180
|
PalletCorporateActionsBallotError: {
|
|
4098
4181
|
_enum: string[];
|
|
4099
4182
|
};
|
|
4100
4183
|
/**
|
|
4101
|
-
*
|
|
4184
|
+
* Lookup655: pallet_permissions::Error<T>
|
|
4102
4185
|
**/
|
|
4103
4186
|
PalletPermissionsError: {
|
|
4104
4187
|
_enum: string[];
|
|
4105
4188
|
};
|
|
4106
4189
|
/**
|
|
4107
|
-
*
|
|
4190
|
+
* Lookup656: pallet_pips::PipsMetadata<BlockNumber>
|
|
4108
4191
|
**/
|
|
4109
4192
|
PalletPipsPipsMetadata: {
|
|
4110
4193
|
id: string;
|
|
@@ -4115,14 +4198,14 @@ declare const _default: {
|
|
|
4115
4198
|
expiry: string;
|
|
4116
4199
|
};
|
|
4117
4200
|
/**
|
|
4118
|
-
*
|
|
4201
|
+
* Lookup658: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
|
|
4119
4202
|
**/
|
|
4120
4203
|
PalletPipsDepositInfo: {
|
|
4121
4204
|
owner: string;
|
|
4122
4205
|
amount: string;
|
|
4123
4206
|
};
|
|
4124
4207
|
/**
|
|
4125
|
-
*
|
|
4208
|
+
* Lookup659: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4126
4209
|
**/
|
|
4127
4210
|
PalletPipsPip: {
|
|
4128
4211
|
id: string;
|
|
@@ -4130,7 +4213,7 @@ declare const _default: {
|
|
|
4130
4213
|
proposer: string;
|
|
4131
4214
|
};
|
|
4132
4215
|
/**
|
|
4133
|
-
*
|
|
4216
|
+
* Lookup660: pallet_pips::VotingResult
|
|
4134
4217
|
**/
|
|
4135
4218
|
PalletPipsVotingResult: {
|
|
4136
4219
|
ayesCount: string;
|
|
@@ -4139,11 +4222,11 @@ declare const _default: {
|
|
|
4139
4222
|
naysStake: string;
|
|
4140
4223
|
};
|
|
4141
4224
|
/**
|
|
4142
|
-
*
|
|
4225
|
+
* Lookup661: pallet_pips::Vote
|
|
4143
4226
|
**/
|
|
4144
4227
|
PalletPipsVote: string;
|
|
4145
4228
|
/**
|
|
4146
|
-
*
|
|
4229
|
+
* Lookup662: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4147
4230
|
**/
|
|
4148
4231
|
PalletPipsSnapshotMetadata: {
|
|
4149
4232
|
createdAt: string;
|
|
@@ -4151,25 +4234,25 @@ declare const _default: {
|
|
|
4151
4234
|
id: string;
|
|
4152
4235
|
};
|
|
4153
4236
|
/**
|
|
4154
|
-
*
|
|
4237
|
+
* Lookup664: pallet_pips::Error<T>
|
|
4155
4238
|
**/
|
|
4156
4239
|
PalletPipsError: {
|
|
4157
4240
|
_enum: string[];
|
|
4158
4241
|
};
|
|
4159
4242
|
/**
|
|
4160
|
-
*
|
|
4243
|
+
* Lookup673: pallet_portfolio::Error<T>
|
|
4161
4244
|
**/
|
|
4162
4245
|
PalletPortfolioError: {
|
|
4163
4246
|
_enum: string[];
|
|
4164
4247
|
};
|
|
4165
4248
|
/**
|
|
4166
|
-
*
|
|
4249
|
+
* Lookup674: pallet_protocol_fee::Error<T>
|
|
4167
4250
|
**/
|
|
4168
4251
|
PalletProtocolFeeError: {
|
|
4169
4252
|
_enum: string[];
|
|
4170
4253
|
};
|
|
4171
4254
|
/**
|
|
4172
|
-
*
|
|
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>
|
|
4173
4256
|
**/
|
|
4174
4257
|
PalletSchedulerScheduled: {
|
|
4175
4258
|
maybeId: string;
|
|
@@ -4179,7 +4262,7 @@ declare const _default: {
|
|
|
4179
4262
|
origin: string;
|
|
4180
4263
|
};
|
|
4181
4264
|
/**
|
|
4182
|
-
*
|
|
4265
|
+
* Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4183
4266
|
**/
|
|
4184
4267
|
FrameSupportPreimagesBounded: {
|
|
4185
4268
|
_enum: {
|
|
@@ -4200,20 +4283,20 @@ declare const _default: {
|
|
|
4200
4283
|
};
|
|
4201
4284
|
};
|
|
4202
4285
|
/**
|
|
4203
|
-
*
|
|
4286
|
+
* Lookup681: pallet_scheduler::pallet::Error<T>
|
|
4204
4287
|
**/
|
|
4205
4288
|
PalletSchedulerError: {
|
|
4206
4289
|
_enum: string[];
|
|
4207
4290
|
};
|
|
4208
4291
|
/**
|
|
4209
|
-
*
|
|
4292
|
+
* Lookup682: polymesh_primitives::settlement::Venue
|
|
4210
4293
|
**/
|
|
4211
4294
|
PolymeshPrimitivesSettlementVenue: {
|
|
4212
4295
|
creator: string;
|
|
4213
4296
|
venueType: string;
|
|
4214
4297
|
};
|
|
4215
4298
|
/**
|
|
4216
|
-
*
|
|
4299
|
+
* Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4217
4300
|
**/
|
|
4218
4301
|
PolymeshPrimitivesSettlementInstruction: {
|
|
4219
4302
|
instructionId: string;
|
|
@@ -4224,7 +4307,7 @@ declare const _default: {
|
|
|
4224
4307
|
valueDate: string;
|
|
4225
4308
|
};
|
|
4226
4309
|
/**
|
|
4227
|
-
*
|
|
4310
|
+
* Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4228
4311
|
**/
|
|
4229
4312
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
4230
4313
|
_enum: {
|
|
@@ -4234,13 +4317,13 @@ declare const _default: {
|
|
|
4234
4317
|
};
|
|
4235
4318
|
};
|
|
4236
4319
|
/**
|
|
4237
|
-
*
|
|
4320
|
+
* Lookup690: polymesh_primitives::settlement::AffirmationStatus
|
|
4238
4321
|
**/
|
|
4239
4322
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4240
4323
|
_enum: string[];
|
|
4241
4324
|
};
|
|
4242
4325
|
/**
|
|
4243
|
-
*
|
|
4326
|
+
* Lookup694: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4244
4327
|
**/
|
|
4245
4328
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4246
4329
|
_enum: {
|
|
@@ -4252,82 +4335,76 @@ declare const _default: {
|
|
|
4252
4335
|
};
|
|
4253
4336
|
};
|
|
4254
4337
|
/**
|
|
4255
|
-
*
|
|
4338
|
+
* Lookup695: pallet_settlement::Error<T>
|
|
4256
4339
|
**/
|
|
4257
4340
|
PalletSettlementError: {
|
|
4258
4341
|
_enum: string[];
|
|
4259
4342
|
};
|
|
4260
4343
|
/**
|
|
4261
|
-
*
|
|
4344
|
+
* Lookup698: polymesh_primitives::statistics::Stat1stKey
|
|
4262
4345
|
**/
|
|
4263
4346
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
4264
4347
|
asset: string;
|
|
4265
4348
|
statType: string;
|
|
4266
4349
|
};
|
|
4267
4350
|
/**
|
|
4268
|
-
*
|
|
4351
|
+
* Lookup699: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
4269
4352
|
**/
|
|
4270
4353
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
4271
4354
|
paused: string;
|
|
4272
4355
|
requirements: string;
|
|
4273
4356
|
};
|
|
4274
4357
|
/**
|
|
4275
|
-
*
|
|
4358
|
+
* Lookup703: pallet_statistics::Error<T>
|
|
4276
4359
|
**/
|
|
4277
4360
|
PalletStatisticsError: {
|
|
4278
4361
|
_enum: string[];
|
|
4279
4362
|
};
|
|
4280
4363
|
/**
|
|
4281
|
-
*
|
|
4364
|
+
* Lookup705: pallet_sto::Error<T>
|
|
4282
4365
|
**/
|
|
4283
4366
|
PalletStoError: {
|
|
4284
4367
|
_enum: string[];
|
|
4285
4368
|
};
|
|
4286
4369
|
/**
|
|
4287
|
-
*
|
|
4370
|
+
* Lookup706: pallet_treasury::Error<T>
|
|
4288
4371
|
**/
|
|
4289
4372
|
PalletTreasuryError: {
|
|
4290
4373
|
_enum: string[];
|
|
4291
4374
|
};
|
|
4292
4375
|
/**
|
|
4293
|
-
*
|
|
4376
|
+
* Lookup707: pallet_utility::pallet::Error<T>
|
|
4294
4377
|
**/
|
|
4295
4378
|
PalletUtilityError: {
|
|
4296
4379
|
_enum: string[];
|
|
4297
4380
|
};
|
|
4298
4381
|
/**
|
|
4299
|
-
*
|
|
4382
|
+
* Lookup708: pallet_base::Error<T>
|
|
4300
4383
|
**/
|
|
4301
4384
|
PalletBaseError: {
|
|
4302
4385
|
_enum: string[];
|
|
4303
4386
|
};
|
|
4304
4387
|
/**
|
|
4305
|
-
*
|
|
4388
|
+
* Lookup710: pallet_external_agents::Error<T>
|
|
4306
4389
|
**/
|
|
4307
4390
|
PalletExternalAgentsError: {
|
|
4308
4391
|
_enum: string[];
|
|
4309
4392
|
};
|
|
4310
4393
|
/**
|
|
4311
|
-
*
|
|
4394
|
+
* Lookup711: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
|
|
4312
4395
|
**/
|
|
4313
4396
|
PalletRelayerSubsidy: {
|
|
4314
4397
|
payingKey: string;
|
|
4315
4398
|
remaining: string;
|
|
4316
4399
|
};
|
|
4317
4400
|
/**
|
|
4318
|
-
*
|
|
4401
|
+
* Lookup712: pallet_relayer::Error<T>
|
|
4319
4402
|
**/
|
|
4320
4403
|
PalletRelayerError: {
|
|
4321
4404
|
_enum: string[];
|
|
4322
4405
|
};
|
|
4323
4406
|
/**
|
|
4324
|
-
*
|
|
4325
|
-
**/
|
|
4326
|
-
PalletRewardsError: {
|
|
4327
|
-
_enum: string[];
|
|
4328
|
-
};
|
|
4329
|
-
/**
|
|
4330
|
-
* Lookup709: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
4407
|
+
* Lookup714: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
4331
4408
|
**/
|
|
4332
4409
|
PalletContractsWasmPrefabWasmModule: {
|
|
4333
4410
|
instructionWeightsVersion: string;
|
|
@@ -4337,7 +4414,7 @@ declare const _default: {
|
|
|
4337
4414
|
determinism: string;
|
|
4338
4415
|
};
|
|
4339
4416
|
/**
|
|
4340
|
-
*
|
|
4417
|
+
* Lookup716: pallet_contracts::wasm::OwnerInfo<T>
|
|
4341
4418
|
**/
|
|
4342
4419
|
PalletContractsWasmOwnerInfo: {
|
|
4343
4420
|
owner: string;
|
|
@@ -4345,7 +4422,7 @@ declare const _default: {
|
|
|
4345
4422
|
refcount: string;
|
|
4346
4423
|
};
|
|
4347
4424
|
/**
|
|
4348
|
-
*
|
|
4425
|
+
* Lookup717: pallet_contracts::storage::ContractInfo<T>
|
|
4349
4426
|
**/
|
|
4350
4427
|
PalletContractsStorageContractInfo: {
|
|
4351
4428
|
trieId: string;
|
|
@@ -4358,13 +4435,13 @@ declare const _default: {
|
|
|
4358
4435
|
storageBaseDeposit: string;
|
|
4359
4436
|
};
|
|
4360
4437
|
/**
|
|
4361
|
-
*
|
|
4438
|
+
* Lookup720: pallet_contracts::storage::DeletedContract
|
|
4362
4439
|
**/
|
|
4363
4440
|
PalletContractsStorageDeletedContract: {
|
|
4364
4441
|
trieId: string;
|
|
4365
4442
|
};
|
|
4366
4443
|
/**
|
|
4367
|
-
*
|
|
4444
|
+
* Lookup722: pallet_contracts::schedule::Schedule<T>
|
|
4368
4445
|
**/
|
|
4369
4446
|
PalletContractsSchedule: {
|
|
4370
4447
|
limits: string;
|
|
@@ -4372,7 +4449,7 @@ declare const _default: {
|
|
|
4372
4449
|
hostFnWeights: string;
|
|
4373
4450
|
};
|
|
4374
4451
|
/**
|
|
4375
|
-
*
|
|
4452
|
+
* Lookup723: pallet_contracts::schedule::Limits
|
|
4376
4453
|
**/
|
|
4377
4454
|
PalletContractsScheduleLimits: {
|
|
4378
4455
|
eventTopics: string;
|
|
@@ -4386,7 +4463,7 @@ declare const _default: {
|
|
|
4386
4463
|
payloadLen: string;
|
|
4387
4464
|
};
|
|
4388
4465
|
/**
|
|
4389
|
-
*
|
|
4466
|
+
* Lookup724: pallet_contracts::schedule::InstructionWeights<T>
|
|
4390
4467
|
**/
|
|
4391
4468
|
PalletContractsScheduleInstructionWeights: {
|
|
4392
4469
|
_alias: {
|
|
@@ -4448,7 +4525,7 @@ declare const _default: {
|
|
|
4448
4525
|
i64rotr: string;
|
|
4449
4526
|
};
|
|
4450
4527
|
/**
|
|
4451
|
-
*
|
|
4528
|
+
* Lookup725: pallet_contracts::schedule::HostFnWeights<T>
|
|
4452
4529
|
**/
|
|
4453
4530
|
PalletContractsScheduleHostFnWeights: {
|
|
4454
4531
|
_alias: {
|
|
@@ -4515,19 +4592,19 @@ declare const _default: {
|
|
|
4515
4592
|
instantiationNonce: string;
|
|
4516
4593
|
};
|
|
4517
4594
|
/**
|
|
4518
|
-
*
|
|
4595
|
+
* Lookup726: pallet_contracts::pallet::Error<T>
|
|
4519
4596
|
**/
|
|
4520
4597
|
PalletContractsError: {
|
|
4521
4598
|
_enum: string[];
|
|
4522
4599
|
};
|
|
4523
4600
|
/**
|
|
4524
|
-
*
|
|
4601
|
+
* Lookup728: polymesh_contracts::Error<T>
|
|
4525
4602
|
**/
|
|
4526
4603
|
PolymeshContractsError: {
|
|
4527
4604
|
_enum: string[];
|
|
4528
4605
|
};
|
|
4529
4606
|
/**
|
|
4530
|
-
*
|
|
4607
|
+
* Lookup729: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
4531
4608
|
**/
|
|
4532
4609
|
PalletPreimageRequestStatus: {
|
|
4533
4610
|
_enum: {
|
|
@@ -4543,62 +4620,62 @@ declare const _default: {
|
|
|
4543
4620
|
};
|
|
4544
4621
|
};
|
|
4545
4622
|
/**
|
|
4546
|
-
*
|
|
4623
|
+
* Lookup733: pallet_preimage::pallet::Error<T>
|
|
4547
4624
|
**/
|
|
4548
4625
|
PalletPreimageError: {
|
|
4549
4626
|
_enum: string[];
|
|
4550
4627
|
};
|
|
4551
4628
|
/**
|
|
4552
|
-
*
|
|
4629
|
+
* Lookup734: polymesh_primitives::nft::NFTCollection
|
|
4553
4630
|
**/
|
|
4554
4631
|
PolymeshPrimitivesNftNftCollection: {
|
|
4555
4632
|
id: string;
|
|
4556
4633
|
ticker: string;
|
|
4557
4634
|
};
|
|
4558
4635
|
/**
|
|
4559
|
-
*
|
|
4636
|
+
* Lookup739: pallet_nft::Error<T>
|
|
4560
4637
|
**/
|
|
4561
4638
|
PalletNftError: {
|
|
4562
4639
|
_enum: string[];
|
|
4563
4640
|
};
|
|
4564
4641
|
/**
|
|
4565
|
-
*
|
|
4642
|
+
* Lookup740: pallet_test_utils::Error<T>
|
|
4566
4643
|
**/
|
|
4567
4644
|
PalletTestUtilsError: string;
|
|
4568
4645
|
/**
|
|
4569
|
-
*
|
|
4646
|
+
* Lookup743: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4570
4647
|
**/
|
|
4571
4648
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4572
4649
|
/**
|
|
4573
|
-
*
|
|
4650
|
+
* Lookup744: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4574
4651
|
**/
|
|
4575
4652
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
4576
4653
|
/**
|
|
4577
|
-
*
|
|
4654
|
+
* Lookup745: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4578
4655
|
**/
|
|
4579
4656
|
FrameSystemExtensionsCheckGenesis: string;
|
|
4580
4657
|
/**
|
|
4581
|
-
*
|
|
4658
|
+
* Lookup748: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4582
4659
|
**/
|
|
4583
4660
|
FrameSystemExtensionsCheckNonce: string;
|
|
4584
4661
|
/**
|
|
4585
|
-
*
|
|
4662
|
+
* Lookup749: polymesh_extensions::check_weight::CheckWeight<T>
|
|
4586
4663
|
**/
|
|
4587
4664
|
PolymeshExtensionsCheckWeight: string;
|
|
4588
4665
|
/**
|
|
4589
|
-
*
|
|
4666
|
+
* Lookup750: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4590
4667
|
**/
|
|
4591
4668
|
FrameSystemExtensionsCheckWeight: string;
|
|
4592
4669
|
/**
|
|
4593
|
-
*
|
|
4670
|
+
* Lookup751: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4594
4671
|
**/
|
|
4595
4672
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4596
4673
|
/**
|
|
4597
|
-
*
|
|
4674
|
+
* Lookup752: pallet_permissions::StoreCallMetadata<T>
|
|
4598
4675
|
**/
|
|
4599
4676
|
PalletPermissionsStoreCallMetadata: string;
|
|
4600
4677
|
/**
|
|
4601
|
-
*
|
|
4678
|
+
* Lookup753: polymesh_runtime_develop::runtime::Runtime
|
|
4602
4679
|
**/
|
|
4603
4680
|
PolymeshRuntimeDevelopRuntime: string;
|
|
4604
4681
|
};
|