@polymeshassociation/polymesh-sdk 24.0.0-alpha.1 → 24.0.0-alpha.10
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 +2 -17
- package/api/client/Network.d.ts +2 -2
- package/api/client/Network.d.ts.map +1 -1
- package/api/client/Network.js +6 -4
- package/api/client/Network.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +14 -2
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +17 -0
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +1 -1
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts +13 -3
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +42 -9
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/types.d.ts +28 -1
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Identity/Portfolios.d.ts +13 -1
- package/api/entities/Identity/Portfolios.d.ts.map +1 -1
- package/api/entities/Identity/Portfolios.js +31 -0
- package/api/entities/Identity/Portfolios.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +5 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +17 -0
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +8 -0
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +6 -55
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/procedures/addAssetMediators.d.ts +22 -0
- package/api/procedures/addAssetMediators.d.ts.map +1 -0
- package/api/procedures/addAssetMediators.js +73 -0
- package/api/procedures/addAssetMediators.js.map +1 -0
- package/api/procedures/addInstruction.d.ts +4 -0
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +42 -15
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/attestPrimaryKeyRotation.d.ts.map +1 -1
- package/api/procedures/attestPrimaryKeyRotation.js +9 -17
- package/api/procedures/attestPrimaryKeyRotation.js.map +1 -1
- package/api/procedures/inviteAccount.d.ts.map +1 -1
- package/api/procedures/inviteAccount.js +5 -11
- package/api/procedures/inviteAccount.js.map +1 -1
- package/api/procedures/removeAssetMediators.d.ts +22 -0
- package/api/procedures/removeAssetMediators.d.ts.map +1 -0
- package/api/procedures/removeAssetMediators.js +64 -0
- package/api/procedures/removeAssetMediators.js.map +1 -0
- package/api/procedures/setCustodian.d.ts.map +1 -1
- package/api/procedures/setCustodian.js +10 -15
- package/api/procedures/setCustodian.js.map +1 -1
- package/api/procedures/transferAssetOwnership.d.ts.map +1 -1
- package/api/procedures/transferAssetOwnership.js +14 -4
- package/api/procedures/transferAssetOwnership.js.map +1 -1
- package/api/procedures/transferTickerOwnership.d.ts.map +1 -1
- package/api/procedures/transferTickerOwnership.js +17 -7
- package/api/procedures/transferTickerOwnership.js.map +1 -1
- package/api/procedures/types.d.ts +7 -0
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/generated/types.d.ts +11 -3
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +8 -0
- package/generated/types.js.map +1 -1
- package/internal.d.ts +2 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +5 -1
- package/internal.js.map +1 -1
- package/middleware/queries.d.ts +12 -0
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +127 -81
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +1127 -0
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +497 -0
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.10.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/augment-api-errors.d.ts +20 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +29 -1
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +22 -2
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +168 -18
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +343 -285
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +354 -286
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/registry.d.ts +2 -1
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/types-lookup.d.ts +374 -293
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/index.d.ts +5 -0
- package/types/index.d.ts.map +1 -1
- package/types/index.js.map +1 -1
- package/utils/constants.d.ts +7 -3
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +8 -4
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +17 -3
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +94 -2
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +11 -1
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +50 -1
- package/utils/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.1.tgz +0 -0
|
@@ -1387,7 +1387,19 @@ declare module "./types-lookup.ts" {
|
|
|
1387
1387
|
PolymeshPrimitivesIdentityId,
|
|
1388
1388
|
PolymeshPrimitivesTicker
|
|
1389
1389
|
]>;
|
|
1390
|
-
readonly
|
|
1390
|
+
readonly isAssetMediatorsAdded: boolean;
|
|
1391
|
+
readonly asAssetMediatorsAdded: ITuple<[
|
|
1392
|
+
PolymeshPrimitivesIdentityId,
|
|
1393
|
+
PolymeshPrimitivesTicker,
|
|
1394
|
+
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
1395
|
+
]>;
|
|
1396
|
+
readonly isAssetMediatorsRemoved: boolean;
|
|
1397
|
+
readonly asAssetMediatorsRemoved: ITuple<[
|
|
1398
|
+
PolymeshPrimitivesIdentityId,
|
|
1399
|
+
PolymeshPrimitivesTicker,
|
|
1400
|
+
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
1401
|
+
]>;
|
|
1402
|
+
readonly type: 'AssetCreated' | 'IdentifiersUpdated' | 'DivisibilityChanged' | 'TransferWithData' | 'IsIssuable' | 'TickerRegistered' | 'TickerTransferred' | 'AssetOwnershipTransferred' | 'AssetFrozen' | 'AssetUnfrozen' | 'AssetRenamed' | 'FundingRoundSet' | 'DocumentAdded' | 'DocumentRemoved' | 'ExtensionRemoved' | 'ControllerTransfer' | 'CustomAssetTypeExists' | 'CustomAssetTypeRegistered' | 'SetAssetMetadataValue' | 'SetAssetMetadataValueDetails' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'AssetTypeChanged' | 'LocalMetadataKeyDeleted' | 'MetadataValueDeleted' | 'AssetBalanceUpdated' | 'AssetAffirmationExemption' | 'RemoveAssetAffirmationExemption' | 'PreApprovedAsset' | 'RemovePreApprovedAsset' | 'AssetMediatorsAdded' | 'AssetMediatorsRemoved';
|
|
1391
1403
|
}
|
|
1392
1404
|
/** @name PolymeshPrimitivesAssetAssetType (124) */
|
|
1393
1405
|
interface PolymeshPrimitivesAssetAssetType extends Enum {
|
|
@@ -1501,7 +1513,7 @@ declare module "./types-lookup.ts" {
|
|
|
1501
1513
|
readonly isControllerTransfer: boolean;
|
|
1502
1514
|
readonly type: 'Issued' | 'Redeemed' | 'Transferred' | 'ControllerTransfer';
|
|
1503
1515
|
}
|
|
1504
|
-
/** @name PalletCorporateActionsDistributionEvent (
|
|
1516
|
+
/** @name PalletCorporateActionsDistributionEvent (165) */
|
|
1505
1517
|
interface PalletCorporateActionsDistributionEvent extends Enum {
|
|
1506
1518
|
readonly isCreated: boolean;
|
|
1507
1519
|
readonly asCreated: ITuple<[
|
|
@@ -1524,15 +1536,15 @@ declare module "./types-lookup.ts" {
|
|
|
1524
1536
|
readonly asRemoved: ITuple<[PolymeshPrimitivesEventOnly, PalletCorporateActionsCaId]>;
|
|
1525
1537
|
readonly type: 'Created' | 'BenefitClaimed' | 'Reclaimed' | 'Removed';
|
|
1526
1538
|
}
|
|
1527
|
-
/** @name PolymeshPrimitivesEventOnly (
|
|
1539
|
+
/** @name PolymeshPrimitivesEventOnly (166) */
|
|
1528
1540
|
interface PolymeshPrimitivesEventOnly extends PolymeshPrimitivesIdentityId {
|
|
1529
1541
|
}
|
|
1530
|
-
/** @name PalletCorporateActionsCaId (
|
|
1542
|
+
/** @name PalletCorporateActionsCaId (167) */
|
|
1531
1543
|
interface PalletCorporateActionsCaId extends Struct {
|
|
1532
1544
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
1533
1545
|
readonly localId: u32;
|
|
1534
1546
|
}
|
|
1535
|
-
/** @name PalletCorporateActionsDistribution (
|
|
1547
|
+
/** @name PalletCorporateActionsDistribution (169) */
|
|
1536
1548
|
interface PalletCorporateActionsDistribution extends Struct {
|
|
1537
1549
|
readonly from: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
1538
1550
|
readonly currency: PolymeshPrimitivesTicker;
|
|
@@ -1543,7 +1555,7 @@ declare module "./types-lookup.ts" {
|
|
|
1543
1555
|
readonly paymentAt: u64;
|
|
1544
1556
|
readonly expiresAt: Option<u64>;
|
|
1545
1557
|
}
|
|
1546
|
-
/** @name PolymeshCommonUtilitiesCheckpointEvent (
|
|
1558
|
+
/** @name PolymeshCommonUtilitiesCheckpointEvent (171) */
|
|
1547
1559
|
interface PolymeshCommonUtilitiesCheckpointEvent extends Enum {
|
|
1548
1560
|
readonly isCheckpointCreated: boolean;
|
|
1549
1561
|
readonly asCheckpointCreated: ITuple<[
|
|
@@ -1571,11 +1583,11 @@ declare module "./types-lookup.ts" {
|
|
|
1571
1583
|
]>;
|
|
1572
1584
|
readonly type: 'CheckpointCreated' | 'MaximumSchedulesComplexityChanged' | 'ScheduleCreated' | 'ScheduleRemoved';
|
|
1573
1585
|
}
|
|
1574
|
-
/** @name PolymeshCommonUtilitiesCheckpointScheduleCheckpoints (
|
|
1586
|
+
/** @name PolymeshCommonUtilitiesCheckpointScheduleCheckpoints (174) */
|
|
1575
1587
|
interface PolymeshCommonUtilitiesCheckpointScheduleCheckpoints extends Struct {
|
|
1576
1588
|
readonly pending: BTreeSet<u64>;
|
|
1577
1589
|
}
|
|
1578
|
-
/** @name PolymeshCommonUtilitiesComplianceManagerEvent (
|
|
1590
|
+
/** @name PolymeshCommonUtilitiesComplianceManagerEvent (177) */
|
|
1579
1591
|
interface PolymeshCommonUtilitiesComplianceManagerEvent extends Enum {
|
|
1580
1592
|
readonly isComplianceRequirementCreated: boolean;
|
|
1581
1593
|
readonly asComplianceRequirementCreated: ITuple<[
|
|
@@ -1630,18 +1642,18 @@ declare module "./types-lookup.ts" {
|
|
|
1630
1642
|
]>;
|
|
1631
1643
|
readonly type: 'ComplianceRequirementCreated' | 'ComplianceRequirementRemoved' | 'AssetComplianceReplaced' | 'AssetComplianceReset' | 'AssetComplianceResumed' | 'AssetCompliancePaused' | 'ComplianceRequirementChanged' | 'TrustedDefaultClaimIssuerAdded' | 'TrustedDefaultClaimIssuerRemoved';
|
|
1632
1644
|
}
|
|
1633
|
-
/** @name PolymeshPrimitivesComplianceManagerComplianceRequirement (
|
|
1645
|
+
/** @name PolymeshPrimitivesComplianceManagerComplianceRequirement (178) */
|
|
1634
1646
|
interface PolymeshPrimitivesComplianceManagerComplianceRequirement extends Struct {
|
|
1635
1647
|
readonly senderConditions: Vec<PolymeshPrimitivesCondition>;
|
|
1636
1648
|
readonly receiverConditions: Vec<PolymeshPrimitivesCondition>;
|
|
1637
1649
|
readonly id: u32;
|
|
1638
1650
|
}
|
|
1639
|
-
/** @name PolymeshPrimitivesCondition (
|
|
1651
|
+
/** @name PolymeshPrimitivesCondition (180) */
|
|
1640
1652
|
interface PolymeshPrimitivesCondition extends Struct {
|
|
1641
1653
|
readonly conditionType: PolymeshPrimitivesConditionConditionType;
|
|
1642
1654
|
readonly issuers: Vec<PolymeshPrimitivesConditionTrustedIssuer>;
|
|
1643
1655
|
}
|
|
1644
|
-
/** @name PolymeshPrimitivesConditionConditionType (
|
|
1656
|
+
/** @name PolymeshPrimitivesConditionConditionType (181) */
|
|
1645
1657
|
interface PolymeshPrimitivesConditionConditionType extends Enum {
|
|
1646
1658
|
readonly isIsPresent: boolean;
|
|
1647
1659
|
readonly asIsPresent: PolymeshPrimitivesIdentityClaimClaim;
|
|
@@ -1655,26 +1667,26 @@ declare module "./types-lookup.ts" {
|
|
|
1655
1667
|
readonly asIsIdentity: PolymeshPrimitivesConditionTargetIdentity;
|
|
1656
1668
|
readonly type: 'IsPresent' | 'IsAbsent' | 'IsAnyOf' | 'IsNoneOf' | 'IsIdentity';
|
|
1657
1669
|
}
|
|
1658
|
-
/** @name PolymeshPrimitivesConditionTargetIdentity (
|
|
1670
|
+
/** @name PolymeshPrimitivesConditionTargetIdentity (183) */
|
|
1659
1671
|
interface PolymeshPrimitivesConditionTargetIdentity extends Enum {
|
|
1660
1672
|
readonly isExternalAgent: boolean;
|
|
1661
1673
|
readonly isSpecific: boolean;
|
|
1662
1674
|
readonly asSpecific: PolymeshPrimitivesIdentityId;
|
|
1663
1675
|
readonly type: 'ExternalAgent' | 'Specific';
|
|
1664
1676
|
}
|
|
1665
|
-
/** @name PolymeshPrimitivesConditionTrustedIssuer (
|
|
1677
|
+
/** @name PolymeshPrimitivesConditionTrustedIssuer (185) */
|
|
1666
1678
|
interface PolymeshPrimitivesConditionTrustedIssuer extends Struct {
|
|
1667
1679
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
1668
1680
|
readonly trustedFor: PolymeshPrimitivesConditionTrustedFor;
|
|
1669
1681
|
}
|
|
1670
|
-
/** @name PolymeshPrimitivesConditionTrustedFor (
|
|
1682
|
+
/** @name PolymeshPrimitivesConditionTrustedFor (186) */
|
|
1671
1683
|
interface PolymeshPrimitivesConditionTrustedFor extends Enum {
|
|
1672
1684
|
readonly isAny: boolean;
|
|
1673
1685
|
readonly isSpecific: boolean;
|
|
1674
1686
|
readonly asSpecific: Vec<PolymeshPrimitivesIdentityClaimClaimType>;
|
|
1675
1687
|
readonly type: 'Any' | 'Specific';
|
|
1676
1688
|
}
|
|
1677
|
-
/** @name PolymeshPrimitivesIdentityClaimClaimType (
|
|
1689
|
+
/** @name PolymeshPrimitivesIdentityClaimClaimType (188) */
|
|
1678
1690
|
interface PolymeshPrimitivesIdentityClaimClaimType extends Enum {
|
|
1679
1691
|
readonly isAccredited: boolean;
|
|
1680
1692
|
readonly isAffiliate: boolean;
|
|
@@ -1689,7 +1701,7 @@ declare module "./types-lookup.ts" {
|
|
|
1689
1701
|
readonly asCustom: u32;
|
|
1690
1702
|
readonly type: 'Accredited' | 'Affiliate' | 'BuyLockup' | 'SellLockup' | 'CustomerDueDiligence' | 'KnowYourCustomer' | 'Jurisdiction' | 'Exempted' | 'Blocked' | 'Custom';
|
|
1691
1703
|
}
|
|
1692
|
-
/** @name PalletCorporateActionsEvent (
|
|
1704
|
+
/** @name PalletCorporateActionsEvent (190) */
|
|
1693
1705
|
interface PalletCorporateActionsEvent extends Enum {
|
|
1694
1706
|
readonly isMaxDetailsLengthChanged: boolean;
|
|
1695
1707
|
readonly asMaxDetailsLengthChanged: ITuple<[PolymeshPrimitivesIdentityId, u32]>;
|
|
@@ -1735,18 +1747,18 @@ declare module "./types-lookup.ts" {
|
|
|
1735
1747
|
]>;
|
|
1736
1748
|
readonly type: 'MaxDetailsLengthChanged' | 'DefaultTargetIdentitiesChanged' | 'DefaultWithholdingTaxChanged' | 'DidWithholdingTaxChanged' | 'CaInitiated' | 'CaLinkedToDoc' | 'CaRemoved' | 'RecordDateChanged';
|
|
1737
1749
|
}
|
|
1738
|
-
/** @name PalletCorporateActionsTargetIdentities (
|
|
1750
|
+
/** @name PalletCorporateActionsTargetIdentities (191) */
|
|
1739
1751
|
interface PalletCorporateActionsTargetIdentities extends Struct {
|
|
1740
1752
|
readonly identities: Vec<PolymeshPrimitivesIdentityId>;
|
|
1741
1753
|
readonly treatment: PalletCorporateActionsTargetTreatment;
|
|
1742
1754
|
}
|
|
1743
|
-
/** @name PalletCorporateActionsTargetTreatment (
|
|
1755
|
+
/** @name PalletCorporateActionsTargetTreatment (192) */
|
|
1744
1756
|
interface PalletCorporateActionsTargetTreatment extends Enum {
|
|
1745
1757
|
readonly isInclude: boolean;
|
|
1746
1758
|
readonly isExclude: boolean;
|
|
1747
1759
|
readonly type: 'Include' | 'Exclude';
|
|
1748
1760
|
}
|
|
1749
|
-
/** @name PalletCorporateActionsCorporateAction (
|
|
1761
|
+
/** @name PalletCorporateActionsCorporateAction (194) */
|
|
1750
1762
|
interface PalletCorporateActionsCorporateAction extends Struct {
|
|
1751
1763
|
readonly kind: PalletCorporateActionsCaKind;
|
|
1752
1764
|
readonly declDate: u64;
|
|
@@ -1755,7 +1767,7 @@ declare module "./types-lookup.ts" {
|
|
|
1755
1767
|
readonly defaultWithholdingTax: Permill;
|
|
1756
1768
|
readonly withholdingTax: Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>;
|
|
1757
1769
|
}
|
|
1758
|
-
/** @name PalletCorporateActionsCaKind (
|
|
1770
|
+
/** @name PalletCorporateActionsCaKind (195) */
|
|
1759
1771
|
interface PalletCorporateActionsCaKind extends Enum {
|
|
1760
1772
|
readonly isPredictableBenefit: boolean;
|
|
1761
1773
|
readonly isUnpredictableBenefit: boolean;
|
|
@@ -1764,12 +1776,12 @@ declare module "./types-lookup.ts" {
|
|
|
1764
1776
|
readonly isOther: boolean;
|
|
1765
1777
|
readonly type: 'PredictableBenefit' | 'UnpredictableBenefit' | 'IssuerNotice' | 'Reorganization' | 'Other';
|
|
1766
1778
|
}
|
|
1767
|
-
/** @name PalletCorporateActionsRecordDate (
|
|
1779
|
+
/** @name PalletCorporateActionsRecordDate (197) */
|
|
1768
1780
|
interface PalletCorporateActionsRecordDate extends Struct {
|
|
1769
1781
|
readonly date: u64;
|
|
1770
1782
|
readonly checkpoint: PalletCorporateActionsCaCheckpoint;
|
|
1771
1783
|
}
|
|
1772
|
-
/** @name PalletCorporateActionsCaCheckpoint (
|
|
1784
|
+
/** @name PalletCorporateActionsCaCheckpoint (198) */
|
|
1773
1785
|
interface PalletCorporateActionsCaCheckpoint extends Enum {
|
|
1774
1786
|
readonly isScheduled: boolean;
|
|
1775
1787
|
readonly asScheduled: ITuple<[u64, u64]>;
|
|
@@ -1777,7 +1789,7 @@ declare module "./types-lookup.ts" {
|
|
|
1777
1789
|
readonly asExisting: u64;
|
|
1778
1790
|
readonly type: 'Scheduled' | 'Existing';
|
|
1779
1791
|
}
|
|
1780
|
-
/** @name PalletCorporateActionsBallotEvent (
|
|
1792
|
+
/** @name PalletCorporateActionsBallotEvent (203) */
|
|
1781
1793
|
interface PalletCorporateActionsBallotEvent extends Enum {
|
|
1782
1794
|
readonly isCreated: boolean;
|
|
1783
1795
|
readonly asCreated: ITuple<[
|
|
@@ -1811,28 +1823,28 @@ declare module "./types-lookup.ts" {
|
|
|
1811
1823
|
readonly asRemoved: ITuple<[PolymeshPrimitivesEventOnly, PalletCorporateActionsCaId]>;
|
|
1812
1824
|
readonly type: 'Created' | 'VoteCast' | 'RangeChanged' | 'MetaChanged' | 'RcvChanged' | 'Removed';
|
|
1813
1825
|
}
|
|
1814
|
-
/** @name PalletCorporateActionsBallotBallotTimeRange (
|
|
1826
|
+
/** @name PalletCorporateActionsBallotBallotTimeRange (204) */
|
|
1815
1827
|
interface PalletCorporateActionsBallotBallotTimeRange extends Struct {
|
|
1816
1828
|
readonly start: u64;
|
|
1817
1829
|
readonly end: u64;
|
|
1818
1830
|
}
|
|
1819
|
-
/** @name PalletCorporateActionsBallotBallotMeta (
|
|
1831
|
+
/** @name PalletCorporateActionsBallotBallotMeta (205) */
|
|
1820
1832
|
interface PalletCorporateActionsBallotBallotMeta extends Struct {
|
|
1821
1833
|
readonly title: Bytes;
|
|
1822
1834
|
readonly motions: Vec<PalletCorporateActionsBallotMotion>;
|
|
1823
1835
|
}
|
|
1824
|
-
/** @name PalletCorporateActionsBallotMotion (
|
|
1836
|
+
/** @name PalletCorporateActionsBallotMotion (208) */
|
|
1825
1837
|
interface PalletCorporateActionsBallotMotion extends Struct {
|
|
1826
1838
|
readonly title: Bytes;
|
|
1827
1839
|
readonly infoLink: Bytes;
|
|
1828
1840
|
readonly choices: Vec<Bytes>;
|
|
1829
1841
|
}
|
|
1830
|
-
/** @name PalletCorporateActionsBallotBallotVote (
|
|
1842
|
+
/** @name PalletCorporateActionsBallotBallotVote (214) */
|
|
1831
1843
|
interface PalletCorporateActionsBallotBallotVote extends Struct {
|
|
1832
1844
|
readonly power: u128;
|
|
1833
1845
|
readonly fallback: Option<u16>;
|
|
1834
1846
|
}
|
|
1835
|
-
/** @name PalletPipsRawEvent (
|
|
1847
|
+
/** @name PalletPipsRawEvent (217) */
|
|
1836
1848
|
interface PalletPipsRawEvent extends Enum {
|
|
1837
1849
|
readonly isHistoricalPipsPruned: boolean;
|
|
1838
1850
|
readonly asHistoricalPipsPruned: ITuple<[PolymeshPrimitivesIdentityId, bool, bool]>;
|
|
@@ -1903,7 +1915,7 @@ declare module "./types-lookup.ts" {
|
|
|
1903
1915
|
readonly asExecutionCancellingFailed: u32;
|
|
1904
1916
|
readonly type: 'HistoricalPipsPruned' | 'ProposalCreated' | 'ProposalStateUpdated' | 'Voted' | 'PipClosed' | 'ExecutionScheduled' | 'DefaultEnactmentPeriodChanged' | 'MinimumProposalDepositChanged' | 'PendingPipExpiryChanged' | 'MaxPipSkipCountChanged' | 'ActivePipLimitChanged' | 'ProposalRefund' | 'SnapshotCleared' | 'SnapshotTaken' | 'PipSkipped' | 'SnapshotResultsEnacted' | 'ExecutionSchedulingFailed' | 'ExpiryScheduled' | 'ExpirySchedulingFailed' | 'ExecutionCancellingFailed';
|
|
1905
1917
|
}
|
|
1906
|
-
/** @name PalletPipsProposer (
|
|
1918
|
+
/** @name PalletPipsProposer (218) */
|
|
1907
1919
|
interface PalletPipsProposer extends Enum {
|
|
1908
1920
|
readonly isCommunity: boolean;
|
|
1909
1921
|
readonly asCommunity: AccountId32;
|
|
@@ -1911,13 +1923,13 @@ declare module "./types-lookup.ts" {
|
|
|
1911
1923
|
readonly asCommittee: PalletPipsCommittee;
|
|
1912
1924
|
readonly type: 'Community' | 'Committee';
|
|
1913
1925
|
}
|
|
1914
|
-
/** @name PalletPipsCommittee (
|
|
1926
|
+
/** @name PalletPipsCommittee (219) */
|
|
1915
1927
|
interface PalletPipsCommittee extends Enum {
|
|
1916
1928
|
readonly isTechnical: boolean;
|
|
1917
1929
|
readonly isUpgrade: boolean;
|
|
1918
1930
|
readonly type: 'Technical' | 'Upgrade';
|
|
1919
1931
|
}
|
|
1920
|
-
/** @name PalletPipsProposalData (
|
|
1932
|
+
/** @name PalletPipsProposalData (223) */
|
|
1921
1933
|
interface PalletPipsProposalData extends Enum {
|
|
1922
1934
|
readonly isHash: boolean;
|
|
1923
1935
|
readonly asHash: H256;
|
|
@@ -1925,7 +1937,7 @@ declare module "./types-lookup.ts" {
|
|
|
1925
1937
|
readonly asProposal: Bytes;
|
|
1926
1938
|
readonly type: 'Hash' | 'Proposal';
|
|
1927
1939
|
}
|
|
1928
|
-
/** @name PalletPipsProposalState (
|
|
1940
|
+
/** @name PalletPipsProposalState (224) */
|
|
1929
1941
|
interface PalletPipsProposalState extends Enum {
|
|
1930
1942
|
readonly isPending: boolean;
|
|
1931
1943
|
readonly isRejected: boolean;
|
|
@@ -1935,12 +1947,12 @@ declare module "./types-lookup.ts" {
|
|
|
1935
1947
|
readonly isExpired: boolean;
|
|
1936
1948
|
readonly type: 'Pending' | 'Rejected' | 'Scheduled' | 'Failed' | 'Executed' | 'Expired';
|
|
1937
1949
|
}
|
|
1938
|
-
/** @name PalletPipsSnapshottedPip (
|
|
1950
|
+
/** @name PalletPipsSnapshottedPip (227) */
|
|
1939
1951
|
interface PalletPipsSnapshottedPip extends Struct {
|
|
1940
1952
|
readonly id: u32;
|
|
1941
1953
|
readonly weight: ITuple<[bool, u128]>;
|
|
1942
1954
|
}
|
|
1943
|
-
/** @name PolymeshCommonUtilitiesPortfolioEvent (
|
|
1955
|
+
/** @name PolymeshCommonUtilitiesPortfolioEvent (233) */
|
|
1944
1956
|
interface PolymeshCommonUtilitiesPortfolioEvent extends Enum {
|
|
1945
1957
|
readonly isPortfolioCreated: boolean;
|
|
1946
1958
|
readonly asPortfolioCreated: ITuple<[PolymeshPrimitivesIdentityId, u64, Bytes]>;
|
|
@@ -1978,7 +1990,7 @@ declare module "./types-lookup.ts" {
|
|
|
1978
1990
|
]>;
|
|
1979
1991
|
readonly type: 'PortfolioCreated' | 'PortfolioDeleted' | 'PortfolioRenamed' | 'UserPortfolios' | 'PortfolioCustodianChanged' | 'FundsMovedBetweenPortfolios' | 'PreApprovedPortfolio' | 'RevokePreApprovedPortfolio';
|
|
1980
1992
|
}
|
|
1981
|
-
/** @name PolymeshPrimitivesPortfolioFundDescription (
|
|
1993
|
+
/** @name PolymeshPrimitivesPortfolioFundDescription (237) */
|
|
1982
1994
|
interface PolymeshPrimitivesPortfolioFundDescription extends Enum {
|
|
1983
1995
|
readonly isFungible: boolean;
|
|
1984
1996
|
readonly asFungible: {
|
|
@@ -1989,12 +2001,12 @@ declare module "./types-lookup.ts" {
|
|
|
1989
2001
|
readonly asNonFungible: PolymeshPrimitivesNftNfTs;
|
|
1990
2002
|
readonly type: 'Fungible' | 'NonFungible';
|
|
1991
2003
|
}
|
|
1992
|
-
/** @name PolymeshPrimitivesNftNfTs (
|
|
2004
|
+
/** @name PolymeshPrimitivesNftNfTs (238) */
|
|
1993
2005
|
interface PolymeshPrimitivesNftNfTs extends Struct {
|
|
1994
2006
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
1995
2007
|
readonly ids: Vec<u64>;
|
|
1996
2008
|
}
|
|
1997
|
-
/** @name PalletProtocolFeeRawEvent (
|
|
2009
|
+
/** @name PalletProtocolFeeRawEvent (241) */
|
|
1998
2010
|
interface PalletProtocolFeeRawEvent extends Enum {
|
|
1999
2011
|
readonly isFeeSet: boolean;
|
|
2000
2012
|
readonly asFeeSet: ITuple<[PolymeshPrimitivesIdentityId, u128]>;
|
|
@@ -2004,10 +2016,10 @@ declare module "./types-lookup.ts" {
|
|
|
2004
2016
|
readonly asFeeCharged: ITuple<[AccountId32, u128]>;
|
|
2005
2017
|
readonly type: 'FeeSet' | 'CoefficientSet' | 'FeeCharged';
|
|
2006
2018
|
}
|
|
2007
|
-
/** @name PolymeshPrimitivesPosRatio (
|
|
2019
|
+
/** @name PolymeshPrimitivesPosRatio (242) */
|
|
2008
2020
|
interface PolymeshPrimitivesPosRatio extends ITuple<[u32, u32]> {
|
|
2009
2021
|
}
|
|
2010
|
-
/** @name PalletSchedulerEvent (
|
|
2022
|
+
/** @name PalletSchedulerEvent (243) */
|
|
2011
2023
|
interface PalletSchedulerEvent extends Enum {
|
|
2012
2024
|
readonly isScheduled: boolean;
|
|
2013
2025
|
readonly asScheduled: {
|
|
@@ -2042,7 +2054,7 @@ declare module "./types-lookup.ts" {
|
|
|
2042
2054
|
} & Struct;
|
|
2043
2055
|
readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallUnavailable' | 'PeriodicFailed' | 'PermanentlyOverweight';
|
|
2044
2056
|
}
|
|
2045
|
-
/** @name PolymeshCommonUtilitiesSettlementRawEvent (
|
|
2057
|
+
/** @name PolymeshCommonUtilitiesSettlementRawEvent (246) */
|
|
2046
2058
|
interface PolymeshCommonUtilitiesSettlementRawEvent extends Enum {
|
|
2047
2059
|
readonly isVenueCreated: boolean;
|
|
2048
2060
|
readonly asVenueCreated: ITuple<[
|
|
@@ -2144,9 +2156,13 @@ declare module "./types-lookup.ts" {
|
|
|
2144
2156
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
2145
2157
|
u64
|
|
2146
2158
|
]>;
|
|
2147
|
-
readonly
|
|
2159
|
+
readonly isMediatorAffirmationReceived: boolean;
|
|
2160
|
+
readonly asMediatorAffirmationReceived: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2161
|
+
readonly isMediatorAffirmationWithdrawn: boolean;
|
|
2162
|
+
readonly asMediatorAffirmationWithdrawn: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2163
|
+
readonly type: 'VenueCreated' | 'VenueDetailsUpdated' | 'VenueTypeUpdated' | 'InstructionAffirmed' | 'AffirmationWithdrawn' | 'InstructionRejected' | 'ReceiptClaimed' | 'VenueFiltering' | 'VenuesAllowed' | 'VenuesBlocked' | 'LegFailedExecution' | 'InstructionFailed' | 'InstructionExecuted' | 'VenueUnauthorized' | 'SchedulingFailed' | 'InstructionRescheduled' | 'VenueSignersUpdated' | 'SettlementManuallyExecuted' | 'InstructionCreated' | 'FailedToExecuteInstruction' | 'InstructionAutomaticallyAffirmed' | 'MediatorAffirmationReceived' | 'MediatorAffirmationWithdrawn';
|
|
2148
2164
|
}
|
|
2149
|
-
/** @name PolymeshPrimitivesSettlementVenueType (
|
|
2165
|
+
/** @name PolymeshPrimitivesSettlementVenueType (249) */
|
|
2150
2166
|
interface PolymeshPrimitivesSettlementVenueType extends Enum {
|
|
2151
2167
|
readonly isOther: boolean;
|
|
2152
2168
|
readonly isDistribution: boolean;
|
|
@@ -2154,10 +2170,10 @@ declare module "./types-lookup.ts" {
|
|
|
2154
2170
|
readonly isExchange: boolean;
|
|
2155
2171
|
readonly type: 'Other' | 'Distribution' | 'Sto' | 'Exchange';
|
|
2156
2172
|
}
|
|
2157
|
-
/** @name PolymeshPrimitivesSettlementReceiptMetadata (
|
|
2173
|
+
/** @name PolymeshPrimitivesSettlementReceiptMetadata (252) */
|
|
2158
2174
|
interface PolymeshPrimitivesSettlementReceiptMetadata extends U8aFixed {
|
|
2159
2175
|
}
|
|
2160
|
-
/** @name PolymeshPrimitivesSettlementSettlementType (
|
|
2176
|
+
/** @name PolymeshPrimitivesSettlementSettlementType (254) */
|
|
2161
2177
|
interface PolymeshPrimitivesSettlementSettlementType extends Enum {
|
|
2162
2178
|
readonly isSettleOnAffirmation: boolean;
|
|
2163
2179
|
readonly isSettleOnBlock: boolean;
|
|
@@ -2166,7 +2182,7 @@ declare module "./types-lookup.ts" {
|
|
|
2166
2182
|
readonly asSettleManual: u32;
|
|
2167
2183
|
readonly type: 'SettleOnAffirmation' | 'SettleOnBlock' | 'SettleManual';
|
|
2168
2184
|
}
|
|
2169
|
-
/** @name PolymeshPrimitivesSettlementLeg (
|
|
2185
|
+
/** @name PolymeshPrimitivesSettlementLeg (256) */
|
|
2170
2186
|
interface PolymeshPrimitivesSettlementLeg extends Enum {
|
|
2171
2187
|
readonly isFungible: boolean;
|
|
2172
2188
|
readonly asFungible: {
|
|
@@ -2190,7 +2206,7 @@ declare module "./types-lookup.ts" {
|
|
|
2190
2206
|
} & Struct;
|
|
2191
2207
|
readonly type: 'Fungible' | 'NonFungible' | 'OffChain';
|
|
2192
2208
|
}
|
|
2193
|
-
/** @name PolymeshCommonUtilitiesStatisticsEvent (
|
|
2209
|
+
/** @name PolymeshCommonUtilitiesStatisticsEvent (257) */
|
|
2194
2210
|
interface PolymeshCommonUtilitiesStatisticsEvent extends Enum {
|
|
2195
2211
|
readonly isStatTypesAdded: boolean;
|
|
2196
2212
|
readonly asStatTypesAdded: ITuple<[
|
|
@@ -2231,36 +2247,36 @@ declare module "./types-lookup.ts" {
|
|
|
2231
2247
|
]>;
|
|
2232
2248
|
readonly type: 'StatTypesAdded' | 'StatTypesRemoved' | 'AssetStatsUpdated' | 'SetAssetTransferCompliance' | 'TransferConditionExemptionsAdded' | 'TransferConditionExemptionsRemoved';
|
|
2233
2249
|
}
|
|
2234
|
-
/** @name PolymeshPrimitivesStatisticsAssetScope (
|
|
2250
|
+
/** @name PolymeshPrimitivesStatisticsAssetScope (258) */
|
|
2235
2251
|
interface PolymeshPrimitivesStatisticsAssetScope extends Enum {
|
|
2236
2252
|
readonly isTicker: boolean;
|
|
2237
2253
|
readonly asTicker: PolymeshPrimitivesTicker;
|
|
2238
2254
|
readonly type: 'Ticker';
|
|
2239
2255
|
}
|
|
2240
|
-
/** @name PolymeshPrimitivesStatisticsStatType (
|
|
2256
|
+
/** @name PolymeshPrimitivesStatisticsStatType (260) */
|
|
2241
2257
|
interface PolymeshPrimitivesStatisticsStatType extends Struct {
|
|
2242
2258
|
readonly op: PolymeshPrimitivesStatisticsStatOpType;
|
|
2243
2259
|
readonly claimIssuer: Option<ITuple<[PolymeshPrimitivesIdentityClaimClaimType, PolymeshPrimitivesIdentityId]>>;
|
|
2244
2260
|
}
|
|
2245
|
-
/** @name PolymeshPrimitivesStatisticsStatOpType (
|
|
2261
|
+
/** @name PolymeshPrimitivesStatisticsStatOpType (261) */
|
|
2246
2262
|
interface PolymeshPrimitivesStatisticsStatOpType extends Enum {
|
|
2247
2263
|
readonly isCount: boolean;
|
|
2248
2264
|
readonly isBalance: boolean;
|
|
2249
2265
|
readonly type: 'Count' | 'Balance';
|
|
2250
2266
|
}
|
|
2251
|
-
/** @name PolymeshPrimitivesStatisticsStatUpdate (
|
|
2267
|
+
/** @name PolymeshPrimitivesStatisticsStatUpdate (265) */
|
|
2252
2268
|
interface PolymeshPrimitivesStatisticsStatUpdate extends Struct {
|
|
2253
2269
|
readonly key2: PolymeshPrimitivesStatisticsStat2ndKey;
|
|
2254
2270
|
readonly value: Option<u128>;
|
|
2255
2271
|
}
|
|
2256
|
-
/** @name PolymeshPrimitivesStatisticsStat2ndKey (
|
|
2272
|
+
/** @name PolymeshPrimitivesStatisticsStat2ndKey (266) */
|
|
2257
2273
|
interface PolymeshPrimitivesStatisticsStat2ndKey extends Enum {
|
|
2258
2274
|
readonly isNoClaimStat: boolean;
|
|
2259
2275
|
readonly isClaim: boolean;
|
|
2260
2276
|
readonly asClaim: PolymeshPrimitivesStatisticsStatClaim;
|
|
2261
2277
|
readonly type: 'NoClaimStat' | 'Claim';
|
|
2262
2278
|
}
|
|
2263
|
-
/** @name PolymeshPrimitivesStatisticsStatClaim (
|
|
2279
|
+
/** @name PolymeshPrimitivesStatisticsStatClaim (267) */
|
|
2264
2280
|
interface PolymeshPrimitivesStatisticsStatClaim extends Enum {
|
|
2265
2281
|
readonly isAccredited: boolean;
|
|
2266
2282
|
readonly asAccredited: bool;
|
|
@@ -2270,7 +2286,7 @@ declare module "./types-lookup.ts" {
|
|
|
2270
2286
|
readonly asJurisdiction: Option<PolymeshPrimitivesJurisdictionCountryCode>;
|
|
2271
2287
|
readonly type: 'Accredited' | 'Affiliate' | 'Jurisdiction';
|
|
2272
2288
|
}
|
|
2273
|
-
/** @name PolymeshPrimitivesTransferComplianceTransferCondition (
|
|
2289
|
+
/** @name PolymeshPrimitivesTransferComplianceTransferCondition (271) */
|
|
2274
2290
|
interface PolymeshPrimitivesTransferComplianceTransferCondition extends Enum {
|
|
2275
2291
|
readonly isMaxInvestorCount: boolean;
|
|
2276
2292
|
readonly asMaxInvestorCount: u64;
|
|
@@ -2292,13 +2308,13 @@ declare module "./types-lookup.ts" {
|
|
|
2292
2308
|
]>;
|
|
2293
2309
|
readonly type: 'MaxInvestorCount' | 'MaxInvestorOwnership' | 'ClaimCount' | 'ClaimOwnership';
|
|
2294
2310
|
}
|
|
2295
|
-
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (
|
|
2311
|
+
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (272) */
|
|
2296
2312
|
interface PolymeshPrimitivesTransferComplianceTransferConditionExemptKey extends Struct {
|
|
2297
2313
|
readonly asset: PolymeshPrimitivesStatisticsAssetScope;
|
|
2298
2314
|
readonly op: PolymeshPrimitivesStatisticsStatOpType;
|
|
2299
2315
|
readonly claimType: Option<PolymeshPrimitivesIdentityClaimClaimType>;
|
|
2300
2316
|
}
|
|
2301
|
-
/** @name PalletStoRawEvent (
|
|
2317
|
+
/** @name PalletStoRawEvent (274) */
|
|
2302
2318
|
interface PalletStoRawEvent extends Enum {
|
|
2303
2319
|
readonly isFundraiserCreated: boolean;
|
|
2304
2320
|
readonly asFundraiserCreated: ITuple<[
|
|
@@ -2333,7 +2349,7 @@ declare module "./types-lookup.ts" {
|
|
|
2333
2349
|
readonly asFundraiserClosed: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2334
2350
|
readonly type: 'FundraiserCreated' | 'Invested' | 'FundraiserFrozen' | 'FundraiserUnfrozen' | 'FundraiserWindowModified' | 'FundraiserClosed';
|
|
2335
2351
|
}
|
|
2336
|
-
/** @name PalletStoFundraiser (
|
|
2352
|
+
/** @name PalletStoFundraiser (277) */
|
|
2337
2353
|
interface PalletStoFundraiser extends Struct {
|
|
2338
2354
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
2339
2355
|
readonly offeringPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
@@ -2347,13 +2363,13 @@ declare module "./types-lookup.ts" {
|
|
|
2347
2363
|
readonly status: PalletStoFundraiserStatus;
|
|
2348
2364
|
readonly minimumInvestment: u128;
|
|
2349
2365
|
}
|
|
2350
|
-
/** @name PalletStoFundraiserTier (
|
|
2366
|
+
/** @name PalletStoFundraiserTier (279) */
|
|
2351
2367
|
interface PalletStoFundraiserTier extends Struct {
|
|
2352
2368
|
readonly total: u128;
|
|
2353
2369
|
readonly price: u128;
|
|
2354
2370
|
readonly remaining: u128;
|
|
2355
2371
|
}
|
|
2356
|
-
/** @name PalletStoFundraiserStatus (
|
|
2372
|
+
/** @name PalletStoFundraiserStatus (280) */
|
|
2357
2373
|
interface PalletStoFundraiserStatus extends Enum {
|
|
2358
2374
|
readonly isLive: boolean;
|
|
2359
2375
|
readonly isFrozen: boolean;
|
|
@@ -2361,7 +2377,7 @@ declare module "./types-lookup.ts" {
|
|
|
2361
2377
|
readonly isClosedEarly: boolean;
|
|
2362
2378
|
readonly type: 'Live' | 'Frozen' | 'Closed' | 'ClosedEarly';
|
|
2363
2379
|
}
|
|
2364
|
-
/** @name PalletTreasuryRawEvent (
|
|
2380
|
+
/** @name PalletTreasuryRawEvent (281) */
|
|
2365
2381
|
interface PalletTreasuryRawEvent extends Enum {
|
|
2366
2382
|
readonly isTreasuryDisbursement: boolean;
|
|
2367
2383
|
readonly asTreasuryDisbursement: ITuple<[
|
|
@@ -2381,7 +2397,7 @@ declare module "./types-lookup.ts" {
|
|
|
2381
2397
|
readonly asTreasuryReimbursement: ITuple<[PolymeshPrimitivesIdentityId, u128]>;
|
|
2382
2398
|
readonly type: 'TreasuryDisbursement' | 'TreasuryDisbursementFailed' | 'TreasuryReimbursement';
|
|
2383
2399
|
}
|
|
2384
|
-
/** @name PalletUtilityEvent (
|
|
2400
|
+
/** @name PalletUtilityEvent (282) */
|
|
2385
2401
|
interface PalletUtilityEvent extends Enum {
|
|
2386
2402
|
readonly isBatchInterrupted: boolean;
|
|
2387
2403
|
readonly asBatchInterrupted: {
|
|
@@ -2416,13 +2432,13 @@ declare module "./types-lookup.ts" {
|
|
|
2416
2432
|
readonly asBatchCompletedOld: Vec<u32>;
|
|
2417
2433
|
readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs' | 'RelayedTx' | 'BatchInterruptedOld' | 'BatchOptimisticFailed' | 'BatchCompletedOld';
|
|
2418
2434
|
}
|
|
2419
|
-
/** @name PolymeshCommonUtilitiesBaseEvent (
|
|
2435
|
+
/** @name PolymeshCommonUtilitiesBaseEvent (286) */
|
|
2420
2436
|
interface PolymeshCommonUtilitiesBaseEvent extends Enum {
|
|
2421
2437
|
readonly isUnexpectedError: boolean;
|
|
2422
2438
|
readonly asUnexpectedError: Option<SpRuntimeDispatchError>;
|
|
2423
2439
|
readonly type: 'UnexpectedError';
|
|
2424
2440
|
}
|
|
2425
|
-
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (
|
|
2441
|
+
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (288) */
|
|
2426
2442
|
interface PolymeshCommonUtilitiesExternalAgentsEvent extends Enum {
|
|
2427
2443
|
readonly isGroupCreated: boolean;
|
|
2428
2444
|
readonly asGroupCreated: ITuple<[
|
|
@@ -2459,7 +2475,7 @@ declare module "./types-lookup.ts" {
|
|
|
2459
2475
|
]>;
|
|
2460
2476
|
readonly type: 'GroupCreated' | 'GroupPermissionsUpdated' | 'AgentAdded' | 'AgentRemoved' | 'GroupChanged';
|
|
2461
2477
|
}
|
|
2462
|
-
/** @name PolymeshCommonUtilitiesRelayerRawEvent (
|
|
2478
|
+
/** @name PolymeshCommonUtilitiesRelayerRawEvent (289) */
|
|
2463
2479
|
interface PolymeshCommonUtilitiesRelayerRawEvent extends Enum {
|
|
2464
2480
|
readonly isAuthorizedPayingKey: boolean;
|
|
2465
2481
|
readonly asAuthorizedPayingKey: ITuple<[
|
|
@@ -2483,7 +2499,7 @@ declare module "./types-lookup.ts" {
|
|
|
2483
2499
|
]>;
|
|
2484
2500
|
readonly type: 'AuthorizedPayingKey' | 'AcceptedPayingKey' | 'RemovedPayingKey' | 'UpdatedPolyxLimit';
|
|
2485
2501
|
}
|
|
2486
|
-
/** @name PalletContractsEvent (
|
|
2502
|
+
/** @name PalletContractsEvent (290) */
|
|
2487
2503
|
interface PalletContractsEvent extends Enum {
|
|
2488
2504
|
readonly isInstantiated: boolean;
|
|
2489
2505
|
readonly asInstantiated: {
|
|
@@ -2526,7 +2542,7 @@ declare module "./types-lookup.ts" {
|
|
|
2526
2542
|
} & Struct;
|
|
2527
2543
|
readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled';
|
|
2528
2544
|
}
|
|
2529
|
-
/** @name PolymeshContractsRawEvent (
|
|
2545
|
+
/** @name PolymeshContractsRawEvent (291) */
|
|
2530
2546
|
interface PolymeshContractsRawEvent extends Enum {
|
|
2531
2547
|
readonly isApiHashUpdated: boolean;
|
|
2532
2548
|
readonly asApiHashUpdated: ITuple<[PolymeshContractsApi, PolymeshContractsChainVersion, H256]>;
|
|
@@ -2534,20 +2550,20 @@ declare module "./types-lookup.ts" {
|
|
|
2534
2550
|
readonly asScRuntimeCall: ITuple<[AccountId32, PolymeshContractsChainExtensionExtrinsicId]>;
|
|
2535
2551
|
readonly type: 'ApiHashUpdated' | 'ScRuntimeCall';
|
|
2536
2552
|
}
|
|
2537
|
-
/** @name PolymeshContractsApi (
|
|
2553
|
+
/** @name PolymeshContractsApi (292) */
|
|
2538
2554
|
interface PolymeshContractsApi extends Struct {
|
|
2539
2555
|
readonly desc: U8aFixed;
|
|
2540
2556
|
readonly major: u32;
|
|
2541
2557
|
}
|
|
2542
|
-
/** @name PolymeshContractsChainVersion (
|
|
2558
|
+
/** @name PolymeshContractsChainVersion (293) */
|
|
2543
2559
|
interface PolymeshContractsChainVersion extends Struct {
|
|
2544
2560
|
readonly specVersion: u32;
|
|
2545
2561
|
readonly txVersion: u32;
|
|
2546
2562
|
}
|
|
2547
|
-
/** @name PolymeshContractsChainExtensionExtrinsicId (
|
|
2563
|
+
/** @name PolymeshContractsChainExtensionExtrinsicId (294) */
|
|
2548
2564
|
interface PolymeshContractsChainExtensionExtrinsicId extends ITuple<[u8, u8]> {
|
|
2549
2565
|
}
|
|
2550
|
-
/** @name PalletPreimageEvent (
|
|
2566
|
+
/** @name PalletPreimageEvent (295) */
|
|
2551
2567
|
interface PalletPreimageEvent extends Enum {
|
|
2552
2568
|
readonly isNoted: boolean;
|
|
2553
2569
|
readonly asNoted: {
|
|
@@ -2563,7 +2579,7 @@ declare module "./types-lookup.ts" {
|
|
|
2563
2579
|
} & Struct;
|
|
2564
2580
|
readonly type: 'Noted' | 'Requested' | 'Cleared';
|
|
2565
2581
|
}
|
|
2566
|
-
/** @name PolymeshCommonUtilitiesNftEvent (
|
|
2582
|
+
/** @name PolymeshCommonUtilitiesNftEvent (296) */
|
|
2567
2583
|
interface PolymeshCommonUtilitiesNftEvent extends Enum {
|
|
2568
2584
|
readonly isNftCollectionCreated: boolean;
|
|
2569
2585
|
readonly asNftCollectionCreated: ITuple<[
|
|
@@ -2581,7 +2597,7 @@ declare module "./types-lookup.ts" {
|
|
|
2581
2597
|
]>;
|
|
2582
2598
|
readonly type: 'NftCollectionCreated' | 'NftPortfolioUpdated';
|
|
2583
2599
|
}
|
|
2584
|
-
/** @name PalletTestUtilsRawEvent (
|
|
2600
|
+
/** @name PalletTestUtilsRawEvent (298) */
|
|
2585
2601
|
interface PalletTestUtilsRawEvent extends Enum {
|
|
2586
2602
|
readonly isDidStatus: boolean;
|
|
2587
2603
|
readonly asDidStatus: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
@@ -2589,7 +2605,7 @@ declare module "./types-lookup.ts" {
|
|
|
2589
2605
|
readonly asCddStatus: ITuple<[Option<PolymeshPrimitivesIdentityId>, AccountId32, bool]>;
|
|
2590
2606
|
readonly type: 'DidStatus' | 'CddStatus';
|
|
2591
2607
|
}
|
|
2592
|
-
/** @name FrameSystemPhase (
|
|
2608
|
+
/** @name FrameSystemPhase (299) */
|
|
2593
2609
|
interface FrameSystemPhase extends Enum {
|
|
2594
2610
|
readonly isApplyExtrinsic: boolean;
|
|
2595
2611
|
readonly asApplyExtrinsic: u32;
|
|
@@ -2597,12 +2613,12 @@ declare module "./types-lookup.ts" {
|
|
|
2597
2613
|
readonly isInitialization: boolean;
|
|
2598
2614
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
2599
2615
|
}
|
|
2600
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2616
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (302) */
|
|
2601
2617
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2602
2618
|
readonly specVersion: Compact<u32>;
|
|
2603
2619
|
readonly specName: Text;
|
|
2604
2620
|
}
|
|
2605
|
-
/** @name FrameSystemCall (
|
|
2621
|
+
/** @name FrameSystemCall (305) */
|
|
2606
2622
|
interface FrameSystemCall extends Enum {
|
|
2607
2623
|
readonly isRemark: boolean;
|
|
2608
2624
|
readonly asRemark: {
|
|
@@ -2639,41 +2655,41 @@ declare module "./types-lookup.ts" {
|
|
|
2639
2655
|
} & Struct;
|
|
2640
2656
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
|
|
2641
2657
|
}
|
|
2642
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
2658
|
+
/** @name FrameSystemLimitsBlockWeights (309) */
|
|
2643
2659
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
2644
2660
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
2645
2661
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
2646
2662
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
2647
2663
|
}
|
|
2648
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
2664
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (310) */
|
|
2649
2665
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
2650
2666
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
2651
2667
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
2652
2668
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
2653
2669
|
}
|
|
2654
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
2670
|
+
/** @name FrameSystemLimitsWeightsPerClass (311) */
|
|
2655
2671
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
2656
2672
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
2657
2673
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
2658
2674
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
2659
2675
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
2660
2676
|
}
|
|
2661
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
2677
|
+
/** @name FrameSystemLimitsBlockLength (313) */
|
|
2662
2678
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
2663
2679
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
2664
2680
|
}
|
|
2665
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
2681
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (314) */
|
|
2666
2682
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
2667
2683
|
readonly normal: u32;
|
|
2668
2684
|
readonly operational: u32;
|
|
2669
2685
|
readonly mandatory: u32;
|
|
2670
2686
|
}
|
|
2671
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
2687
|
+
/** @name SpWeightsRuntimeDbWeight (315) */
|
|
2672
2688
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
2673
2689
|
readonly read: u64;
|
|
2674
2690
|
readonly write: u64;
|
|
2675
2691
|
}
|
|
2676
|
-
/** @name SpVersionRuntimeVersion (
|
|
2692
|
+
/** @name SpVersionRuntimeVersion (316) */
|
|
2677
2693
|
interface SpVersionRuntimeVersion extends Struct {
|
|
2678
2694
|
readonly specName: Text;
|
|
2679
2695
|
readonly implName: Text;
|
|
@@ -2684,7 +2700,7 @@ declare module "./types-lookup.ts" {
|
|
|
2684
2700
|
readonly transactionVersion: u32;
|
|
2685
2701
|
readonly stateVersion: u8;
|
|
2686
2702
|
}
|
|
2687
|
-
/** @name FrameSystemError (
|
|
2703
|
+
/** @name FrameSystemError (321) */
|
|
2688
2704
|
interface FrameSystemError extends Enum {
|
|
2689
2705
|
readonly isInvalidSpecName: boolean;
|
|
2690
2706
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -2694,10 +2710,10 @@ declare module "./types-lookup.ts" {
|
|
|
2694
2710
|
readonly isCallFiltered: boolean;
|
|
2695
2711
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
|
|
2696
2712
|
}
|
|
2697
|
-
/** @name SpConsensusBabeAppPublic (
|
|
2713
|
+
/** @name SpConsensusBabeAppPublic (324) */
|
|
2698
2714
|
interface SpConsensusBabeAppPublic extends SpCoreSr25519Public {
|
|
2699
2715
|
}
|
|
2700
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
2716
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (327) */
|
|
2701
2717
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
2702
2718
|
readonly isV1: boolean;
|
|
2703
2719
|
readonly asV1: {
|
|
@@ -2706,14 +2722,14 @@ declare module "./types-lookup.ts" {
|
|
|
2706
2722
|
} & Struct;
|
|
2707
2723
|
readonly type: 'V1';
|
|
2708
2724
|
}
|
|
2709
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
2725
|
+
/** @name SpConsensusBabeAllowedSlots (329) */
|
|
2710
2726
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
2711
2727
|
readonly isPrimarySlots: boolean;
|
|
2712
2728
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
2713
2729
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
2714
2730
|
readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
|
|
2715
2731
|
}
|
|
2716
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
2732
|
+
/** @name SpConsensusBabeDigestsPreDigest (333) */
|
|
2717
2733
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
2718
2734
|
readonly isPrimary: boolean;
|
|
2719
2735
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -2723,31 +2739,31 @@ declare module "./types-lookup.ts" {
|
|
|
2723
2739
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
2724
2740
|
readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
|
|
2725
2741
|
}
|
|
2726
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
2742
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (334) */
|
|
2727
2743
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
2728
2744
|
readonly authorityIndex: u32;
|
|
2729
2745
|
readonly slot: u64;
|
|
2730
2746
|
readonly vrfOutput: U8aFixed;
|
|
2731
2747
|
readonly vrfProof: U8aFixed;
|
|
2732
2748
|
}
|
|
2733
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
2749
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (335) */
|
|
2734
2750
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
2735
2751
|
readonly authorityIndex: u32;
|
|
2736
2752
|
readonly slot: u64;
|
|
2737
2753
|
}
|
|
2738
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
2754
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (336) */
|
|
2739
2755
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
2740
2756
|
readonly authorityIndex: u32;
|
|
2741
2757
|
readonly slot: u64;
|
|
2742
2758
|
readonly vrfOutput: U8aFixed;
|
|
2743
2759
|
readonly vrfProof: U8aFixed;
|
|
2744
2760
|
}
|
|
2745
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
2761
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (337) */
|
|
2746
2762
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
2747
2763
|
readonly c: ITuple<[u64, u64]>;
|
|
2748
2764
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
2749
2765
|
}
|
|
2750
|
-
/** @name PalletBabeCall (
|
|
2766
|
+
/** @name PalletBabeCall (341) */
|
|
2751
2767
|
interface PalletBabeCall extends Enum {
|
|
2752
2768
|
readonly isReportEquivocation: boolean;
|
|
2753
2769
|
readonly asReportEquivocation: {
|
|
@@ -2765,14 +2781,14 @@ declare module "./types-lookup.ts" {
|
|
|
2765
2781
|
} & Struct;
|
|
2766
2782
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
|
|
2767
2783
|
}
|
|
2768
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
2784
|
+
/** @name SpConsensusSlotsEquivocationProof (342) */
|
|
2769
2785
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
2770
2786
|
readonly offender: SpConsensusBabeAppPublic;
|
|
2771
2787
|
readonly slot: u64;
|
|
2772
2788
|
readonly firstHeader: SpRuntimeHeader;
|
|
2773
2789
|
readonly secondHeader: SpRuntimeHeader;
|
|
2774
2790
|
}
|
|
2775
|
-
/** @name SpRuntimeHeader (
|
|
2791
|
+
/** @name SpRuntimeHeader (343) */
|
|
2776
2792
|
interface SpRuntimeHeader extends Struct {
|
|
2777
2793
|
readonly parentHash: H256;
|
|
2778
2794
|
readonly number: Compact<u32>;
|
|
@@ -2780,15 +2796,15 @@ declare module "./types-lookup.ts" {
|
|
|
2780
2796
|
readonly extrinsicsRoot: H256;
|
|
2781
2797
|
readonly digest: SpRuntimeDigest;
|
|
2782
2798
|
}
|
|
2783
|
-
/** @name SpRuntimeBlakeTwo256 (
|
|
2799
|
+
/** @name SpRuntimeBlakeTwo256 (344) */
|
|
2784
2800
|
type SpRuntimeBlakeTwo256 = Null;
|
|
2785
|
-
/** @name SpSessionMembershipProof (
|
|
2801
|
+
/** @name SpSessionMembershipProof (345) */
|
|
2786
2802
|
interface SpSessionMembershipProof extends Struct {
|
|
2787
2803
|
readonly session: u32;
|
|
2788
2804
|
readonly trieNodes: Vec<Bytes>;
|
|
2789
2805
|
readonly validatorCount: u32;
|
|
2790
2806
|
}
|
|
2791
|
-
/** @name PalletBabeError (
|
|
2807
|
+
/** @name PalletBabeError (346) */
|
|
2792
2808
|
interface PalletBabeError extends Enum {
|
|
2793
2809
|
readonly isInvalidEquivocationProof: boolean;
|
|
2794
2810
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
@@ -2796,7 +2812,7 @@ declare module "./types-lookup.ts" {
|
|
|
2796
2812
|
readonly isInvalidConfiguration: boolean;
|
|
2797
2813
|
readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
|
|
2798
2814
|
}
|
|
2799
|
-
/** @name PalletTimestampCall (
|
|
2815
|
+
/** @name PalletTimestampCall (347) */
|
|
2800
2816
|
interface PalletTimestampCall extends Enum {
|
|
2801
2817
|
readonly isSet: boolean;
|
|
2802
2818
|
readonly asSet: {
|
|
@@ -2804,7 +2820,7 @@ declare module "./types-lookup.ts" {
|
|
|
2804
2820
|
} & Struct;
|
|
2805
2821
|
readonly type: 'Set';
|
|
2806
2822
|
}
|
|
2807
|
-
/** @name PalletIndicesCall (
|
|
2823
|
+
/** @name PalletIndicesCall (349) */
|
|
2808
2824
|
interface PalletIndicesCall extends Enum {
|
|
2809
2825
|
readonly isClaim: boolean;
|
|
2810
2826
|
readonly asClaim: {
|
|
@@ -2831,7 +2847,7 @@ declare module "./types-lookup.ts" {
|
|
|
2831
2847
|
} & Struct;
|
|
2832
2848
|
readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze';
|
|
2833
2849
|
}
|
|
2834
|
-
/** @name PalletIndicesError (
|
|
2850
|
+
/** @name PalletIndicesError (351) */
|
|
2835
2851
|
interface PalletIndicesError extends Enum {
|
|
2836
2852
|
readonly isNotAssigned: boolean;
|
|
2837
2853
|
readonly isNotOwner: boolean;
|
|
@@ -2840,20 +2856,20 @@ declare module "./types-lookup.ts" {
|
|
|
2840
2856
|
readonly isPermanent: boolean;
|
|
2841
2857
|
readonly type: 'NotAssigned' | 'NotOwner' | 'InUse' | 'NotTransfer' | 'Permanent';
|
|
2842
2858
|
}
|
|
2843
|
-
/** @name PalletBalancesBalanceLock (
|
|
2859
|
+
/** @name PalletBalancesBalanceLock (353) */
|
|
2844
2860
|
interface PalletBalancesBalanceLock extends Struct {
|
|
2845
2861
|
readonly id: U8aFixed;
|
|
2846
2862
|
readonly amount: u128;
|
|
2847
2863
|
readonly reasons: PolymeshCommonUtilitiesBalancesReasons;
|
|
2848
2864
|
}
|
|
2849
|
-
/** @name PolymeshCommonUtilitiesBalancesReasons (
|
|
2865
|
+
/** @name PolymeshCommonUtilitiesBalancesReasons (354) */
|
|
2850
2866
|
interface PolymeshCommonUtilitiesBalancesReasons extends Enum {
|
|
2851
2867
|
readonly isFee: boolean;
|
|
2852
2868
|
readonly isMisc: boolean;
|
|
2853
2869
|
readonly isAll: boolean;
|
|
2854
2870
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
2855
2871
|
}
|
|
2856
|
-
/** @name PalletBalancesCall (
|
|
2872
|
+
/** @name PalletBalancesCall (355) */
|
|
2857
2873
|
interface PalletBalancesCall extends Enum {
|
|
2858
2874
|
readonly isTransfer: boolean;
|
|
2859
2875
|
readonly asTransfer: {
|
|
@@ -2888,7 +2904,7 @@ declare module "./types-lookup.ts" {
|
|
|
2888
2904
|
} & Struct;
|
|
2889
2905
|
readonly type: 'Transfer' | 'TransferWithMemo' | 'DepositBlockRewardReserveBalance' | 'SetBalance' | 'ForceTransfer' | 'BurnAccountBalance';
|
|
2890
2906
|
}
|
|
2891
|
-
/** @name PalletBalancesError (
|
|
2907
|
+
/** @name PalletBalancesError (356) */
|
|
2892
2908
|
interface PalletBalancesError extends Enum {
|
|
2893
2909
|
readonly isLiquidityRestrictions: boolean;
|
|
2894
2910
|
readonly isOverflow: boolean;
|
|
@@ -2897,34 +2913,34 @@ declare module "./types-lookup.ts" {
|
|
|
2897
2913
|
readonly isReceiverCddMissing: boolean;
|
|
2898
2914
|
readonly type: 'LiquidityRestrictions' | 'Overflow' | 'InsufficientBalance' | 'ExistentialDeposit' | 'ReceiverCddMissing';
|
|
2899
2915
|
}
|
|
2900
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2916
|
+
/** @name PalletTransactionPaymentReleases (358) */
|
|
2901
2917
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2902
2918
|
readonly isV1Ancient: boolean;
|
|
2903
2919
|
readonly isV2: boolean;
|
|
2904
2920
|
readonly type: 'V1Ancient' | 'V2';
|
|
2905
2921
|
}
|
|
2906
|
-
/** @name SpWeightsWeightToFeeCoefficient (
|
|
2922
|
+
/** @name SpWeightsWeightToFeeCoefficient (360) */
|
|
2907
2923
|
interface SpWeightsWeightToFeeCoefficient extends Struct {
|
|
2908
2924
|
readonly coeffInteger: u128;
|
|
2909
2925
|
readonly coeffFrac: Perbill;
|
|
2910
2926
|
readonly negative: bool;
|
|
2911
2927
|
readonly degree: u8;
|
|
2912
2928
|
}
|
|
2913
|
-
/** @name PolymeshPrimitivesIdentityDidRecord (
|
|
2929
|
+
/** @name PolymeshPrimitivesIdentityDidRecord (361) */
|
|
2914
2930
|
interface PolymeshPrimitivesIdentityDidRecord extends Struct {
|
|
2915
2931
|
readonly primaryKey: Option<AccountId32>;
|
|
2916
2932
|
}
|
|
2917
|
-
/** @name PalletIdentityClaim1stKey (
|
|
2933
|
+
/** @name PalletIdentityClaim1stKey (363) */
|
|
2918
2934
|
interface PalletIdentityClaim1stKey extends Struct {
|
|
2919
2935
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
2920
2936
|
readonly claimType: PolymeshPrimitivesIdentityClaimClaimType;
|
|
2921
2937
|
}
|
|
2922
|
-
/** @name PalletIdentityClaim2ndKey (
|
|
2938
|
+
/** @name PalletIdentityClaim2ndKey (364) */
|
|
2923
2939
|
interface PalletIdentityClaim2ndKey extends Struct {
|
|
2924
2940
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
2925
2941
|
readonly scope: Option<PolymeshPrimitivesIdentityClaimScope>;
|
|
2926
2942
|
}
|
|
2927
|
-
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (
|
|
2943
|
+
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (365) */
|
|
2928
2944
|
interface PolymeshPrimitivesSecondaryKeyKeyRecord extends Enum {
|
|
2929
2945
|
readonly isPrimaryKey: boolean;
|
|
2930
2946
|
readonly asPrimaryKey: PolymeshPrimitivesIdentityId;
|
|
@@ -2937,7 +2953,7 @@ declare module "./types-lookup.ts" {
|
|
|
2937
2953
|
readonly asMultiSigSignerKey: AccountId32;
|
|
2938
2954
|
readonly type: 'PrimaryKey' | 'SecondaryKey' | 'MultiSigSignerKey';
|
|
2939
2955
|
}
|
|
2940
|
-
/** @name PolymeshPrimitivesAuthorization (
|
|
2956
|
+
/** @name PolymeshPrimitivesAuthorization (368) */
|
|
2941
2957
|
interface PolymeshPrimitivesAuthorization extends Struct {
|
|
2942
2958
|
readonly authorizationData: PolymeshPrimitivesAuthorizationAuthorizationData;
|
|
2943
2959
|
readonly authorizedBy: PolymeshPrimitivesIdentityId;
|
|
@@ -2945,7 +2961,7 @@ declare module "./types-lookup.ts" {
|
|
|
2945
2961
|
readonly authId: u64;
|
|
2946
2962
|
readonly count: u32;
|
|
2947
2963
|
}
|
|
2948
|
-
/** @name PalletIdentityCall (
|
|
2964
|
+
/** @name PalletIdentityCall (372) */
|
|
2949
2965
|
interface PalletIdentityCall extends Enum {
|
|
2950
2966
|
readonly isCddRegisterDid: boolean;
|
|
2951
2967
|
readonly asCddRegisterDid: {
|
|
@@ -3055,17 +3071,17 @@ declare module "./types-lookup.ts" {
|
|
|
3055
3071
|
} & Struct;
|
|
3056
3072
|
readonly type: 'CddRegisterDid' | 'InvalidateCddClaims' | 'AcceptPrimaryKey' | 'ChangeCddRequirementForMkRotation' | 'JoinIdentityAsKey' | 'LeaveIdentityAsKey' | 'AddClaim' | 'RevokeClaim' | 'FreezeSecondaryKeys' | 'UnfreezeSecondaryKeys' | 'AddAuthorization' | 'RemoveAuthorization' | 'GcAddCddClaim' | 'GcRevokeCddClaim' | 'RevokeClaimByIndex' | 'RotatePrimaryKeyToSecondary' | 'AddSecondaryKeysWithAuthorization' | 'SetSecondaryKeyPermissions' | 'RemoveSecondaryKeys' | 'RegisterCustomClaimType' | 'CddRegisterDidWithCdd' | 'CreateChildIdentity' | 'CreateChildIdentities' | 'UnlinkChildIdentity';
|
|
3057
3073
|
}
|
|
3058
|
-
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (
|
|
3074
|
+
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (374) */
|
|
3059
3075
|
interface PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth extends Struct {
|
|
3060
3076
|
readonly secondaryKey: PolymeshPrimitivesSecondaryKey;
|
|
3061
3077
|
readonly authSignature: H512;
|
|
3062
3078
|
}
|
|
3063
|
-
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (
|
|
3079
|
+
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (377) */
|
|
3064
3080
|
interface PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth extends Struct {
|
|
3065
3081
|
readonly key: AccountId32;
|
|
3066
3082
|
readonly authSignature: H512;
|
|
3067
3083
|
}
|
|
3068
|
-
/** @name PalletIdentityError (
|
|
3084
|
+
/** @name PalletIdentityError (378) */
|
|
3069
3085
|
interface PalletIdentityError extends Enum {
|
|
3070
3086
|
readonly isAlreadyLinked: boolean;
|
|
3071
3087
|
readonly isMissingCurrentIdentity: boolean;
|
|
@@ -3102,13 +3118,13 @@ declare module "./types-lookup.ts" {
|
|
|
3102
3118
|
readonly isExceptNotAllowedForExtrinsics: boolean;
|
|
3103
3119
|
readonly type: 'AlreadyLinked' | 'MissingCurrentIdentity' | 'Unauthorized' | 'InvalidAccountKey' | 'UnAuthorizedCddProvider' | 'InvalidAuthorizationFromOwner' | 'InvalidAuthorizationFromCddProvider' | 'NotCddProviderAttestation' | 'AuthorizationsNotForSameDids' | 'DidMustAlreadyExist' | 'AuthorizationExpired' | 'TargetHasNoCdd' | 'AuthorizationHasBeenRevoked' | 'InvalidAuthorizationSignature' | 'KeyNotAllowed' | 'NotPrimaryKey' | 'DidDoesNotExist' | 'DidAlreadyExists' | 'SecondaryKeysContainPrimaryKey' | 'FailedToChargeFee' | 'NotASigner' | 'CannotDecodeSignerAccountId' | 'MultiSigHasBalance' | 'AccountKeyIsBeingUsed' | 'CustomScopeTooLong' | 'CustomClaimTypeAlreadyExists' | 'CustomClaimTypeDoesNotExist' | 'ClaimDoesNotExist' | 'IsChildIdentity' | 'NoParentIdentity' | 'NotParentOrChildIdentity' | 'DuplicateKey' | 'ExceptNotAllowedForExtrinsics';
|
|
3104
3120
|
}
|
|
3105
|
-
/** @name PolymeshCommonUtilitiesGroupInactiveMember (
|
|
3121
|
+
/** @name PolymeshCommonUtilitiesGroupInactiveMember (380) */
|
|
3106
3122
|
interface PolymeshCommonUtilitiesGroupInactiveMember extends Struct {
|
|
3107
3123
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
3108
3124
|
readonly deactivatedAt: u64;
|
|
3109
3125
|
readonly expiry: Option<u64>;
|
|
3110
3126
|
}
|
|
3111
|
-
/** @name PalletGroupCall (
|
|
3127
|
+
/** @name PalletGroupCall (381) */
|
|
3112
3128
|
interface PalletGroupCall extends Enum {
|
|
3113
3129
|
readonly isSetActiveMembersLimit: boolean;
|
|
3114
3130
|
readonly asSetActiveMembersLimit: {
|
|
@@ -3140,7 +3156,7 @@ declare module "./types-lookup.ts" {
|
|
|
3140
3156
|
readonly isAbdicateMembership: boolean;
|
|
3141
3157
|
readonly type: 'SetActiveMembersLimit' | 'DisableMember' | 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'AbdicateMembership';
|
|
3142
3158
|
}
|
|
3143
|
-
/** @name PalletGroupError (
|
|
3159
|
+
/** @name PalletGroupError (382) */
|
|
3144
3160
|
interface PalletGroupError extends Enum {
|
|
3145
3161
|
readonly isOnlyPrimaryKeyAllowed: boolean;
|
|
3146
3162
|
readonly isDuplicateMember: boolean;
|
|
@@ -3151,7 +3167,7 @@ declare module "./types-lookup.ts" {
|
|
|
3151
3167
|
readonly isActiveMembersLimitOverflow: boolean;
|
|
3152
3168
|
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | 'MissingCurrentIdentity' | 'ActiveMembersLimitExceeded' | 'ActiveMembersLimitOverflow';
|
|
3153
3169
|
}
|
|
3154
|
-
/** @name PalletCommitteeCall (
|
|
3170
|
+
/** @name PalletCommitteeCall (384) */
|
|
3155
3171
|
interface PalletCommitteeCall extends Enum {
|
|
3156
3172
|
readonly isSetVoteThreshold: boolean;
|
|
3157
3173
|
readonly asSetVoteThreshold: {
|
|
@@ -3179,7 +3195,7 @@ declare module "./types-lookup.ts" {
|
|
|
3179
3195
|
} & Struct;
|
|
3180
3196
|
readonly type: 'SetVoteThreshold' | 'SetReleaseCoordinator' | 'SetExpiresAfter' | 'VoteOrPropose' | 'Vote';
|
|
3181
3197
|
}
|
|
3182
|
-
/** @name PalletMultisigCall (
|
|
3198
|
+
/** @name PalletMultisigCall (390) */
|
|
3183
3199
|
interface PalletMultisigCall extends Enum {
|
|
3184
3200
|
readonly isCreateMultisig: boolean;
|
|
3185
3201
|
readonly asCreateMultisig: {
|
|
@@ -3291,7 +3307,7 @@ declare module "./types-lookup.ts" {
|
|
|
3291
3307
|
} & Struct;
|
|
3292
3308
|
readonly type: 'CreateMultisig' | 'CreateOrApproveProposalAsIdentity' | 'CreateOrApproveProposalAsKey' | 'CreateProposalAsIdentity' | 'CreateProposalAsKey' | 'ApproveAsIdentity' | 'ApproveAsKey' | 'RejectAsIdentity' | 'RejectAsKey' | 'AcceptMultisigSignerAsIdentity' | 'AcceptMultisigSignerAsKey' | 'AddMultisigSigner' | 'RemoveMultisigSigner' | 'AddMultisigSignersViaCreator' | 'RemoveMultisigSignersViaCreator' | 'ChangeSigsRequired' | 'MakeMultisigSecondary' | 'MakeMultisigPrimary' | 'ExecuteScheduledProposal' | 'ChangeSigsRequiredViaCreator' | 'RemoveCreatorControls';
|
|
3293
3309
|
}
|
|
3294
|
-
/** @name PalletBridgeCall (
|
|
3310
|
+
/** @name PalletBridgeCall (391) */
|
|
3295
3311
|
interface PalletBridgeCall extends Enum {
|
|
3296
3312
|
readonly isChangeController: boolean;
|
|
3297
3313
|
readonly asChangeController: {
|
|
@@ -3358,7 +3374,7 @@ declare module "./types-lookup.ts" {
|
|
|
3358
3374
|
} & Struct;
|
|
3359
3375
|
readonly type: 'ChangeController' | 'ChangeAdmin' | 'ChangeTimelock' | 'Freeze' | 'Unfreeze' | 'ChangeBridgeLimit' | 'ChangeBridgeExempted' | 'ForceHandleBridgeTx' | 'BatchProposeBridgeTx' | 'ProposeBridgeTx' | 'HandleBridgeTx' | 'FreezeTxs' | 'UnfreezeTxs' | 'HandleScheduledBridgeTx' | 'AddFreezeAdmin' | 'RemoveFreezeAdmin' | 'RemoveTxs';
|
|
3360
3376
|
}
|
|
3361
|
-
/** @name PalletStakingCall (
|
|
3377
|
+
/** @name PalletStakingCall (395) */
|
|
3362
3378
|
interface PalletStakingCall extends Enum {
|
|
3363
3379
|
readonly isBond: boolean;
|
|
3364
3380
|
readonly asBond: {
|
|
@@ -3501,7 +3517,7 @@ declare module "./types-lookup.ts" {
|
|
|
3501
3517
|
} & Struct;
|
|
3502
3518
|
readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'AddPermissionedValidator' | 'RemovePermissionedValidator' | 'ValidateCddExpiryNominators' | 'SetCommissionCap' | 'SetMinBondThreshold' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'SetHistoryDepth' | 'ReapStash' | 'SubmitElectionSolution' | 'SubmitElectionSolutionUnsigned' | 'PayoutStakersBySystem' | 'ChangeSlashingAllowedFor' | 'UpdatePermissionedValidatorIntendedCount' | 'ChillFromGovernance';
|
|
3503
3519
|
}
|
|
3504
|
-
/** @name PalletStakingRewardDestination (
|
|
3520
|
+
/** @name PalletStakingRewardDestination (396) */
|
|
3505
3521
|
interface PalletStakingRewardDestination extends Enum {
|
|
3506
3522
|
readonly isStaked: boolean;
|
|
3507
3523
|
readonly isStash: boolean;
|
|
@@ -3510,12 +3526,12 @@ declare module "./types-lookup.ts" {
|
|
|
3510
3526
|
readonly asAccount: AccountId32;
|
|
3511
3527
|
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account';
|
|
3512
3528
|
}
|
|
3513
|
-
/** @name PalletStakingValidatorPrefs (
|
|
3529
|
+
/** @name PalletStakingValidatorPrefs (397) */
|
|
3514
3530
|
interface PalletStakingValidatorPrefs extends Struct {
|
|
3515
3531
|
readonly commission: Compact<Perbill>;
|
|
3516
3532
|
readonly blocked: bool;
|
|
3517
3533
|
}
|
|
3518
|
-
/** @name PalletStakingCompactAssignments (
|
|
3534
|
+
/** @name PalletStakingCompactAssignments (403) */
|
|
3519
3535
|
interface PalletStakingCompactAssignments extends Struct {
|
|
3520
3536
|
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
3521
3537
|
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
@@ -3534,18 +3550,18 @@ declare module "./types-lookup.ts" {
|
|
|
3534
3550
|
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3535
3551
|
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3536
3552
|
}
|
|
3537
|
-
/** @name SpNposElectionsElectionScore (
|
|
3553
|
+
/** @name SpNposElectionsElectionScore (454) */
|
|
3538
3554
|
interface SpNposElectionsElectionScore extends Struct {
|
|
3539
3555
|
readonly minimalStake: u128;
|
|
3540
3556
|
readonly sumStake: u128;
|
|
3541
3557
|
readonly sumStakeSquared: u128;
|
|
3542
3558
|
}
|
|
3543
|
-
/** @name PalletStakingElectionSize (
|
|
3559
|
+
/** @name PalletStakingElectionSize (455) */
|
|
3544
3560
|
interface PalletStakingElectionSize extends Struct {
|
|
3545
3561
|
readonly validators: Compact<u16>;
|
|
3546
3562
|
readonly nominators: Compact<u32>;
|
|
3547
3563
|
}
|
|
3548
|
-
/** @name PalletSessionCall (
|
|
3564
|
+
/** @name PalletSessionCall (456) */
|
|
3549
3565
|
interface PalletSessionCall extends Enum {
|
|
3550
3566
|
readonly isSetKeys: boolean;
|
|
3551
3567
|
readonly asSetKeys: {
|
|
@@ -3555,17 +3571,17 @@ declare module "./types-lookup.ts" {
|
|
|
3555
3571
|
readonly isPurgeKeys: boolean;
|
|
3556
3572
|
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
3557
3573
|
}
|
|
3558
|
-
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (
|
|
3574
|
+
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (457) */
|
|
3559
3575
|
interface PolymeshRuntimeDevelopRuntimeSessionKeys extends Struct {
|
|
3560
3576
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
3561
3577
|
readonly babe: SpConsensusBabeAppPublic;
|
|
3562
3578
|
readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
|
|
3563
3579
|
readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
|
|
3564
3580
|
}
|
|
3565
|
-
/** @name SpAuthorityDiscoveryAppPublic (
|
|
3581
|
+
/** @name SpAuthorityDiscoveryAppPublic (458) */
|
|
3566
3582
|
interface SpAuthorityDiscoveryAppPublic extends SpCoreSr25519Public {
|
|
3567
3583
|
}
|
|
3568
|
-
/** @name PalletGrandpaCall (
|
|
3584
|
+
/** @name PalletGrandpaCall (459) */
|
|
3569
3585
|
interface PalletGrandpaCall extends Enum {
|
|
3570
3586
|
readonly isReportEquivocation: boolean;
|
|
3571
3587
|
readonly asReportEquivocation: {
|
|
@@ -3584,12 +3600,12 @@ declare module "./types-lookup.ts" {
|
|
|
3584
3600
|
} & Struct;
|
|
3585
3601
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
3586
3602
|
}
|
|
3587
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
3603
|
+
/** @name SpConsensusGrandpaEquivocationProof (460) */
|
|
3588
3604
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
3589
3605
|
readonly setId: u64;
|
|
3590
3606
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
3591
3607
|
}
|
|
3592
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
3608
|
+
/** @name SpConsensusGrandpaEquivocation (461) */
|
|
3593
3609
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
3594
3610
|
readonly isPrevote: boolean;
|
|
3595
3611
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -3597,37 +3613,37 @@ declare module "./types-lookup.ts" {
|
|
|
3597
3613
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
3598
3614
|
readonly type: 'Prevote' | 'Precommit';
|
|
3599
3615
|
}
|
|
3600
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
3616
|
+
/** @name FinalityGrandpaEquivocationPrevote (462) */
|
|
3601
3617
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
3602
3618
|
readonly roundNumber: u64;
|
|
3603
3619
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3604
3620
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3605
3621
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3606
3622
|
}
|
|
3607
|
-
/** @name FinalityGrandpaPrevote (
|
|
3623
|
+
/** @name FinalityGrandpaPrevote (463) */
|
|
3608
3624
|
interface FinalityGrandpaPrevote extends Struct {
|
|
3609
3625
|
readonly targetHash: H256;
|
|
3610
3626
|
readonly targetNumber: u32;
|
|
3611
3627
|
}
|
|
3612
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
3628
|
+
/** @name SpConsensusGrandpaAppSignature (464) */
|
|
3613
3629
|
interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
|
|
3614
3630
|
}
|
|
3615
|
-
/** @name SpCoreEd25519Signature (
|
|
3631
|
+
/** @name SpCoreEd25519Signature (465) */
|
|
3616
3632
|
interface SpCoreEd25519Signature extends U8aFixed {
|
|
3617
3633
|
}
|
|
3618
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
3634
|
+
/** @name FinalityGrandpaEquivocationPrecommit (467) */
|
|
3619
3635
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3620
3636
|
readonly roundNumber: u64;
|
|
3621
3637
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3622
3638
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3623
3639
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3624
3640
|
}
|
|
3625
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3641
|
+
/** @name FinalityGrandpaPrecommit (468) */
|
|
3626
3642
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3627
3643
|
readonly targetHash: H256;
|
|
3628
3644
|
readonly targetNumber: u32;
|
|
3629
3645
|
}
|
|
3630
|
-
/** @name PalletImOnlineCall (
|
|
3646
|
+
/** @name PalletImOnlineCall (470) */
|
|
3631
3647
|
interface PalletImOnlineCall extends Enum {
|
|
3632
3648
|
readonly isHeartbeat: boolean;
|
|
3633
3649
|
readonly asHeartbeat: {
|
|
@@ -3636,7 +3652,7 @@ declare module "./types-lookup.ts" {
|
|
|
3636
3652
|
} & Struct;
|
|
3637
3653
|
readonly type: 'Heartbeat';
|
|
3638
3654
|
}
|
|
3639
|
-
/** @name PalletImOnlineHeartbeat (
|
|
3655
|
+
/** @name PalletImOnlineHeartbeat (471) */
|
|
3640
3656
|
interface PalletImOnlineHeartbeat extends Struct {
|
|
3641
3657
|
readonly blockNumber: u32;
|
|
3642
3658
|
readonly networkState: SpCoreOffchainOpaqueNetworkState;
|
|
@@ -3644,18 +3660,18 @@ declare module "./types-lookup.ts" {
|
|
|
3644
3660
|
readonly authorityIndex: u32;
|
|
3645
3661
|
readonly validatorsLen: u32;
|
|
3646
3662
|
}
|
|
3647
|
-
/** @name SpCoreOffchainOpaqueNetworkState (
|
|
3663
|
+
/** @name SpCoreOffchainOpaqueNetworkState (472) */
|
|
3648
3664
|
interface SpCoreOffchainOpaqueNetworkState extends Struct {
|
|
3649
3665
|
readonly peerId: OpaquePeerId;
|
|
3650
3666
|
readonly externalAddresses: Vec<OpaqueMultiaddr>;
|
|
3651
3667
|
}
|
|
3652
|
-
/** @name PalletImOnlineSr25519AppSr25519Signature (
|
|
3668
|
+
/** @name PalletImOnlineSr25519AppSr25519Signature (476) */
|
|
3653
3669
|
interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
|
|
3654
3670
|
}
|
|
3655
|
-
/** @name SpCoreSr25519Signature (
|
|
3671
|
+
/** @name SpCoreSr25519Signature (477) */
|
|
3656
3672
|
interface SpCoreSr25519Signature extends U8aFixed {
|
|
3657
3673
|
}
|
|
3658
|
-
/** @name PalletSudoCall (
|
|
3674
|
+
/** @name PalletSudoCall (478) */
|
|
3659
3675
|
interface PalletSudoCall extends Enum {
|
|
3660
3676
|
readonly isSudo: boolean;
|
|
3661
3677
|
readonly asSudo: {
|
|
@@ -3677,7 +3693,7 @@ declare module "./types-lookup.ts" {
|
|
|
3677
3693
|
} & Struct;
|
|
3678
3694
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
|
|
3679
3695
|
}
|
|
3680
|
-
/** @name PalletAssetCall (
|
|
3696
|
+
/** @name PalletAssetCall (479) */
|
|
3681
3697
|
interface PalletAssetCall extends Enum {
|
|
3682
3698
|
readonly isRegisterTicker: boolean;
|
|
3683
3699
|
readonly asRegisterTicker: {
|
|
@@ -3836,9 +3852,19 @@ declare module "./types-lookup.ts" {
|
|
|
3836
3852
|
readonly asRemoveTickerPreApproval: {
|
|
3837
3853
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
3838
3854
|
} & Struct;
|
|
3839
|
-
readonly
|
|
3855
|
+
readonly isAddMandatoryMediators: boolean;
|
|
3856
|
+
readonly asAddMandatoryMediators: {
|
|
3857
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
3858
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3859
|
+
} & Struct;
|
|
3860
|
+
readonly isRemoveMandatoryMediators: boolean;
|
|
3861
|
+
readonly asRemoveMandatoryMediators: {
|
|
3862
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
3863
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3864
|
+
} & Struct;
|
|
3865
|
+
readonly type: 'RegisterTicker' | 'AcceptTickerTransfer' | 'AcceptAssetOwnershipTransfer' | 'CreateAsset' | 'Freeze' | 'Unfreeze' | 'RenameAsset' | 'Issue' | 'Redeem' | 'MakeDivisible' | 'AddDocuments' | 'RemoveDocuments' | 'SetFundingRound' | 'UpdateIdentifiers' | 'ControllerTransfer' | 'RegisterCustomAssetType' | 'CreateAssetWithCustomType' | 'SetAssetMetadata' | 'SetAssetMetadataDetails' | 'RegisterAndSetLocalAssetMetadata' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'RedeemFromPortfolio' | 'UpdateAssetType' | 'RemoveLocalMetadataKey' | 'RemoveMetadataValue' | 'ExemptTickerAffirmation' | 'RemoveTickerAffirmationExemption' | 'PreApproveTicker' | 'RemoveTickerPreApproval' | 'AddMandatoryMediators' | 'RemoveMandatoryMediators';
|
|
3840
3866
|
}
|
|
3841
|
-
/** @name PalletCorporateActionsDistributionCall (
|
|
3867
|
+
/** @name PalletCorporateActionsDistributionCall (482) */
|
|
3842
3868
|
interface PalletCorporateActionsDistributionCall extends Enum {
|
|
3843
3869
|
readonly isDistribute: boolean;
|
|
3844
3870
|
readonly asDistribute: {
|
|
@@ -3869,7 +3895,7 @@ declare module "./types-lookup.ts" {
|
|
|
3869
3895
|
} & Struct;
|
|
3870
3896
|
readonly type: 'Distribute' | 'Claim' | 'PushBenefit' | 'Reclaim' | 'RemoveDistribution';
|
|
3871
3897
|
}
|
|
3872
|
-
/** @name PalletAssetCheckpointCall (
|
|
3898
|
+
/** @name PalletAssetCheckpointCall (484) */
|
|
3873
3899
|
interface PalletAssetCheckpointCall extends Enum {
|
|
3874
3900
|
readonly isCreateCheckpoint: boolean;
|
|
3875
3901
|
readonly asCreateCheckpoint: {
|
|
@@ -3891,7 +3917,7 @@ declare module "./types-lookup.ts" {
|
|
|
3891
3917
|
} & Struct;
|
|
3892
3918
|
readonly type: 'CreateCheckpoint' | 'SetSchedulesMaxComplexity' | 'CreateSchedule' | 'RemoveSchedule';
|
|
3893
3919
|
}
|
|
3894
|
-
/** @name PalletComplianceManagerCall (
|
|
3920
|
+
/** @name PalletComplianceManagerCall (485) */
|
|
3895
3921
|
interface PalletComplianceManagerCall extends Enum {
|
|
3896
3922
|
readonly isAddComplianceRequirement: boolean;
|
|
3897
3923
|
readonly asAddComplianceRequirement: {
|
|
@@ -3938,7 +3964,7 @@ declare module "./types-lookup.ts" {
|
|
|
3938
3964
|
} & Struct;
|
|
3939
3965
|
readonly type: 'AddComplianceRequirement' | 'RemoveComplianceRequirement' | 'ReplaceAssetCompliance' | 'ResetAssetCompliance' | 'PauseAssetCompliance' | 'ResumeAssetCompliance' | 'AddDefaultTrustedClaimIssuer' | 'RemoveDefaultTrustedClaimIssuer' | 'ChangeComplianceRequirement';
|
|
3940
3966
|
}
|
|
3941
|
-
/** @name PalletCorporateActionsCall (
|
|
3967
|
+
/** @name PalletCorporateActionsCall (486) */
|
|
3942
3968
|
interface PalletCorporateActionsCall extends Enum {
|
|
3943
3969
|
readonly isSetMaxDetailsLength: boolean;
|
|
3944
3970
|
readonly asSetMaxDetailsLength: {
|
|
@@ -3997,7 +4023,7 @@ declare module "./types-lookup.ts" {
|
|
|
3997
4023
|
} & Struct;
|
|
3998
4024
|
readonly type: 'SetMaxDetailsLength' | 'SetDefaultTargets' | 'SetDefaultWithholdingTax' | 'SetDidWithholdingTax' | 'InitiateCorporateAction' | 'LinkCaDoc' | 'RemoveCa' | 'ChangeRecordDate' | 'InitiateCorporateActionAndDistribute';
|
|
3999
4025
|
}
|
|
4000
|
-
/** @name PalletCorporateActionsRecordDateSpec (
|
|
4026
|
+
/** @name PalletCorporateActionsRecordDateSpec (488) */
|
|
4001
4027
|
interface PalletCorporateActionsRecordDateSpec extends Enum {
|
|
4002
4028
|
readonly isScheduled: boolean;
|
|
4003
4029
|
readonly asScheduled: u64;
|
|
@@ -4007,7 +4033,7 @@ declare module "./types-lookup.ts" {
|
|
|
4007
4033
|
readonly asExisting: u64;
|
|
4008
4034
|
readonly type: 'Scheduled' | 'ExistingSchedule' | 'Existing';
|
|
4009
4035
|
}
|
|
4010
|
-
/** @name PalletCorporateActionsInitiateCorporateActionArgs (
|
|
4036
|
+
/** @name PalletCorporateActionsInitiateCorporateActionArgs (491) */
|
|
4011
4037
|
interface PalletCorporateActionsInitiateCorporateActionArgs extends Struct {
|
|
4012
4038
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
4013
4039
|
readonly kind: PalletCorporateActionsCaKind;
|
|
@@ -4018,7 +4044,7 @@ declare module "./types-lookup.ts" {
|
|
|
4018
4044
|
readonly defaultWithholdingTax: Option<Permill>;
|
|
4019
4045
|
readonly withholdingTax: Option<Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>>;
|
|
4020
4046
|
}
|
|
4021
|
-
/** @name PalletCorporateActionsBallotCall (
|
|
4047
|
+
/** @name PalletCorporateActionsBallotCall (492) */
|
|
4022
4048
|
interface PalletCorporateActionsBallotCall extends Enum {
|
|
4023
4049
|
readonly isAttachBallot: boolean;
|
|
4024
4050
|
readonly asAttachBallot: {
|
|
@@ -4053,7 +4079,7 @@ declare module "./types-lookup.ts" {
|
|
|
4053
4079
|
} & Struct;
|
|
4054
4080
|
readonly type: 'AttachBallot' | 'Vote' | 'ChangeEnd' | 'ChangeMeta' | 'ChangeRcv' | 'RemoveBallot';
|
|
4055
4081
|
}
|
|
4056
|
-
/** @name PalletPipsCall (
|
|
4082
|
+
/** @name PalletPipsCall (493) */
|
|
4057
4083
|
interface PalletPipsCall extends Enum {
|
|
4058
4084
|
readonly isSetPruneHistoricalPips: boolean;
|
|
4059
4085
|
readonly asSetPruneHistoricalPips: {
|
|
@@ -4126,14 +4152,14 @@ declare module "./types-lookup.ts" {
|
|
|
4126
4152
|
} & Struct;
|
|
4127
4153
|
readonly type: 'SetPruneHistoricalPips' | 'SetMinProposalDeposit' | 'SetDefaultEnactmentPeriod' | 'SetPendingPipExpiry' | 'SetMaxPipSkipCount' | 'SetActivePipLimit' | 'Propose' | 'Vote' | 'ApproveCommitteeProposal' | 'RejectProposal' | 'PruneProposal' | 'RescheduleExecution' | 'ClearSnapshot' | 'Snapshot' | 'EnactSnapshotResults' | 'ExecuteScheduledPip' | 'ExpireScheduledPip';
|
|
4128
4154
|
}
|
|
4129
|
-
/** @name PalletPipsSnapshotResult (
|
|
4155
|
+
/** @name PalletPipsSnapshotResult (496) */
|
|
4130
4156
|
interface PalletPipsSnapshotResult extends Enum {
|
|
4131
4157
|
readonly isApprove: boolean;
|
|
4132
4158
|
readonly isReject: boolean;
|
|
4133
4159
|
readonly isSkip: boolean;
|
|
4134
4160
|
readonly type: 'Approve' | 'Reject' | 'Skip';
|
|
4135
4161
|
}
|
|
4136
|
-
/** @name PalletPortfolioCall (
|
|
4162
|
+
/** @name PalletPortfolioCall (497) */
|
|
4137
4163
|
interface PalletPortfolioCall extends Enum {
|
|
4138
4164
|
readonly isCreatePortfolio: boolean;
|
|
4139
4165
|
readonly asCreatePortfolio: {
|
|
@@ -4187,12 +4213,12 @@ declare module "./types-lookup.ts" {
|
|
|
4187
4213
|
} & Struct;
|
|
4188
4214
|
readonly type: 'CreatePortfolio' | 'DeletePortfolio' | 'RenamePortfolio' | 'QuitPortfolioCustody' | 'AcceptPortfolioCustody' | 'MovePortfolioFunds' | 'PreApprovePortfolio' | 'RemovePortfolioPreApproval' | 'AllowIdentityToCreatePortfolios' | 'RevokeCreatePortfoliosPermission' | 'CreateCustodyPortfolio';
|
|
4189
4215
|
}
|
|
4190
|
-
/** @name PolymeshPrimitivesPortfolioFund (
|
|
4216
|
+
/** @name PolymeshPrimitivesPortfolioFund (499) */
|
|
4191
4217
|
interface PolymeshPrimitivesPortfolioFund extends Struct {
|
|
4192
4218
|
readonly description: PolymeshPrimitivesPortfolioFundDescription;
|
|
4193
4219
|
readonly memo: Option<PolymeshPrimitivesMemo>;
|
|
4194
4220
|
}
|
|
4195
|
-
/** @name PalletProtocolFeeCall (
|
|
4221
|
+
/** @name PalletProtocolFeeCall (500) */
|
|
4196
4222
|
interface PalletProtocolFeeCall extends Enum {
|
|
4197
4223
|
readonly isChangeCoefficient: boolean;
|
|
4198
4224
|
readonly asChangeCoefficient: {
|
|
@@ -4205,7 +4231,7 @@ declare module "./types-lookup.ts" {
|
|
|
4205
4231
|
} & Struct;
|
|
4206
4232
|
readonly type: 'ChangeCoefficient' | 'ChangeBaseFee';
|
|
4207
4233
|
}
|
|
4208
|
-
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (
|
|
4234
|
+
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (501) */
|
|
4209
4235
|
interface PolymeshCommonUtilitiesProtocolFeeProtocolOp extends Enum {
|
|
4210
4236
|
readonly isAssetRegisterTicker: boolean;
|
|
4211
4237
|
readonly isAssetIssue: boolean;
|
|
@@ -4225,7 +4251,7 @@ declare module "./types-lookup.ts" {
|
|
|
4225
4251
|
readonly isIdentityCreateChildIdentity: boolean;
|
|
4226
4252
|
readonly type: 'AssetRegisterTicker' | 'AssetIssue' | 'AssetAddDocuments' | 'AssetCreateAsset' | 'CheckpointCreateSchedule' | 'ComplianceManagerAddComplianceRequirement' | 'IdentityCddRegisterDid' | 'IdentityAddClaim' | 'IdentityAddSecondaryKeysWithAuthorization' | 'PipsPropose' | 'ContractsPutCode' | 'CorporateBallotAttachBallot' | 'CapitalDistributionDistribute' | 'NftCreateCollection' | 'NftMint' | 'IdentityCreateChildIdentity';
|
|
4227
4253
|
}
|
|
4228
|
-
/** @name PalletSchedulerCall (
|
|
4254
|
+
/** @name PalletSchedulerCall (502) */
|
|
4229
4255
|
interface PalletSchedulerCall extends Enum {
|
|
4230
4256
|
readonly isSchedule: boolean;
|
|
4231
4257
|
readonly asSchedule: {
|
|
@@ -4268,7 +4294,7 @@ declare module "./types-lookup.ts" {
|
|
|
4268
4294
|
} & Struct;
|
|
4269
4295
|
readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
|
|
4270
4296
|
}
|
|
4271
|
-
/** @name PalletSettlementCall (
|
|
4297
|
+
/** @name PalletSettlementCall (504) */
|
|
4272
4298
|
interface PalletSettlementCall extends Enum {
|
|
4273
4299
|
readonly isCreateVenue: boolean;
|
|
4274
4300
|
readonly asCreateVenue: {
|
|
@@ -4386,9 +4412,44 @@ declare module "./types-lookup.ts" {
|
|
|
4386
4412
|
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4387
4413
|
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAffirmationCount>;
|
|
4388
4414
|
} & Struct;
|
|
4389
|
-
readonly
|
|
4415
|
+
readonly isAddInstructionWithMediators: boolean;
|
|
4416
|
+
readonly asAddInstructionWithMediators: {
|
|
4417
|
+
readonly venueId: u64;
|
|
4418
|
+
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4419
|
+
readonly tradeDate: Option<u64>;
|
|
4420
|
+
readonly valueDate: Option<u64>;
|
|
4421
|
+
readonly legs: Vec<PolymeshPrimitivesSettlementLeg>;
|
|
4422
|
+
readonly instructionMemo: Option<PolymeshPrimitivesMemo>;
|
|
4423
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
4424
|
+
} & Struct;
|
|
4425
|
+
readonly isAddAndAffirmWithMediators: boolean;
|
|
4426
|
+
readonly asAddAndAffirmWithMediators: {
|
|
4427
|
+
readonly venueId: u64;
|
|
4428
|
+
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4429
|
+
readonly tradeDate: Option<u64>;
|
|
4430
|
+
readonly valueDate: Option<u64>;
|
|
4431
|
+
readonly legs: Vec<PolymeshPrimitivesSettlementLeg>;
|
|
4432
|
+
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4433
|
+
readonly instructionMemo: Option<PolymeshPrimitivesMemo>;
|
|
4434
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
4435
|
+
} & Struct;
|
|
4436
|
+
readonly isAffirmInstructionAsMediator: boolean;
|
|
4437
|
+
readonly asAffirmInstructionAsMediator: {
|
|
4438
|
+
readonly instructionId: u64;
|
|
4439
|
+
readonly expiry: Option<u64>;
|
|
4440
|
+
} & Struct;
|
|
4441
|
+
readonly isWithdrawAffirmationAsMediator: boolean;
|
|
4442
|
+
readonly asWithdrawAffirmationAsMediator: {
|
|
4443
|
+
readonly instructionId: u64;
|
|
4444
|
+
} & Struct;
|
|
4445
|
+
readonly isRejectInstructionAsMediator: boolean;
|
|
4446
|
+
readonly asRejectInstructionAsMediator: {
|
|
4447
|
+
readonly instructionId: u64;
|
|
4448
|
+
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAssetCount>;
|
|
4449
|
+
} & Struct;
|
|
4450
|
+
readonly type: 'CreateVenue' | 'UpdateVenueDetails' | 'UpdateVenueType' | 'AffirmWithReceipts' | 'SetVenueFiltering' | 'AllowVenues' | 'DisallowVenues' | 'UpdateVenueSigners' | 'ExecuteManualInstruction' | 'AddInstruction' | 'AddAndAffirmInstruction' | 'AffirmInstruction' | 'WithdrawAffirmation' | 'RejectInstruction' | 'ExecuteScheduledInstruction' | 'AffirmWithReceiptsWithCount' | 'AffirmInstructionWithCount' | 'RejectInstructionWithCount' | 'WithdrawAffirmationWithCount' | 'AddInstructionWithMediators' | 'AddAndAffirmWithMediators' | 'AffirmInstructionAsMediator' | 'WithdrawAffirmationAsMediator' | 'RejectInstructionAsMediator';
|
|
4390
4451
|
}
|
|
4391
|
-
/** @name PolymeshPrimitivesSettlementReceiptDetails (
|
|
4452
|
+
/** @name PolymeshPrimitivesSettlementReceiptDetails (506) */
|
|
4392
4453
|
interface PolymeshPrimitivesSettlementReceiptDetails extends Struct {
|
|
4393
4454
|
readonly uid: u64;
|
|
4394
4455
|
readonly instructionId: u64;
|
|
@@ -4397,7 +4458,7 @@ declare module "./types-lookup.ts" {
|
|
|
4397
4458
|
readonly signature: SpRuntimeMultiSignature;
|
|
4398
4459
|
readonly metadata: Option<PolymeshPrimitivesSettlementReceiptMetadata>;
|
|
4399
4460
|
}
|
|
4400
|
-
/** @name SpRuntimeMultiSignature (
|
|
4461
|
+
/** @name SpRuntimeMultiSignature (507) */
|
|
4401
4462
|
interface SpRuntimeMultiSignature extends Enum {
|
|
4402
4463
|
readonly isEd25519: boolean;
|
|
4403
4464
|
readonly asEd25519: SpCoreEd25519Signature;
|
|
@@ -4407,22 +4468,22 @@ declare module "./types-lookup.ts" {
|
|
|
4407
4468
|
readonly asEcdsa: SpCoreEcdsaSignature;
|
|
4408
4469
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
4409
4470
|
}
|
|
4410
|
-
/** @name SpCoreEcdsaSignature (
|
|
4471
|
+
/** @name SpCoreEcdsaSignature (508) */
|
|
4411
4472
|
interface SpCoreEcdsaSignature extends U8aFixed {
|
|
4412
4473
|
}
|
|
4413
|
-
/** @name PolymeshPrimitivesSettlementAffirmationCount (
|
|
4474
|
+
/** @name PolymeshPrimitivesSettlementAffirmationCount (511) */
|
|
4414
4475
|
interface PolymeshPrimitivesSettlementAffirmationCount extends Struct {
|
|
4415
4476
|
readonly senderAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4416
4477
|
readonly receiverAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4417
4478
|
readonly offchainCount: u32;
|
|
4418
4479
|
}
|
|
4419
|
-
/** @name PolymeshPrimitivesSettlementAssetCount (
|
|
4480
|
+
/** @name PolymeshPrimitivesSettlementAssetCount (512) */
|
|
4420
4481
|
interface PolymeshPrimitivesSettlementAssetCount extends Struct {
|
|
4421
4482
|
readonly fungible: u32;
|
|
4422
4483
|
readonly nonFungible: u32;
|
|
4423
4484
|
readonly offChain: u32;
|
|
4424
4485
|
}
|
|
4425
|
-
/** @name PalletStatisticsCall (
|
|
4486
|
+
/** @name PalletStatisticsCall (515) */
|
|
4426
4487
|
interface PalletStatisticsCall extends Enum {
|
|
4427
4488
|
readonly isSetActiveAssetStats: boolean;
|
|
4428
4489
|
readonly asSetActiveAssetStats: {
|
|
@@ -4448,7 +4509,7 @@ declare module "./types-lookup.ts" {
|
|
|
4448
4509
|
} & Struct;
|
|
4449
4510
|
readonly type: 'SetActiveAssetStats' | 'BatchUpdateAssetStats' | 'SetAssetTransferCompliance' | 'SetEntitiesExempt';
|
|
4450
4511
|
}
|
|
4451
|
-
/** @name PalletStoCall (
|
|
4512
|
+
/** @name PalletStoCall (519) */
|
|
4452
4513
|
interface PalletStoCall extends Enum {
|
|
4453
4514
|
readonly isCreateFundraiser: boolean;
|
|
4454
4515
|
readonly asCreateFundraiser: {
|
|
@@ -4497,12 +4558,12 @@ declare module "./types-lookup.ts" {
|
|
|
4497
4558
|
} & Struct;
|
|
4498
4559
|
readonly type: 'CreateFundraiser' | 'Invest' | 'FreezeFundraiser' | 'UnfreezeFundraiser' | 'ModifyFundraiserWindow' | 'Stop';
|
|
4499
4560
|
}
|
|
4500
|
-
/** @name PalletStoPriceTier (
|
|
4561
|
+
/** @name PalletStoPriceTier (521) */
|
|
4501
4562
|
interface PalletStoPriceTier extends Struct {
|
|
4502
4563
|
readonly total: u128;
|
|
4503
4564
|
readonly price: u128;
|
|
4504
4565
|
}
|
|
4505
|
-
/** @name PalletTreasuryCall (
|
|
4566
|
+
/** @name PalletTreasuryCall (523) */
|
|
4506
4567
|
interface PalletTreasuryCall extends Enum {
|
|
4507
4568
|
readonly isDisbursement: boolean;
|
|
4508
4569
|
readonly asDisbursement: {
|
|
@@ -4514,12 +4575,12 @@ declare module "./types-lookup.ts" {
|
|
|
4514
4575
|
} & Struct;
|
|
4515
4576
|
readonly type: 'Disbursement' | 'Reimbursement';
|
|
4516
4577
|
}
|
|
4517
|
-
/** @name PolymeshPrimitivesBeneficiary (
|
|
4578
|
+
/** @name PolymeshPrimitivesBeneficiary (525) */
|
|
4518
4579
|
interface PolymeshPrimitivesBeneficiary extends Struct {
|
|
4519
4580
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
4520
4581
|
readonly amount: u128;
|
|
4521
4582
|
}
|
|
4522
|
-
/** @name PalletUtilityCall (
|
|
4583
|
+
/** @name PalletUtilityCall (526) */
|
|
4523
4584
|
interface PalletUtilityCall extends Enum {
|
|
4524
4585
|
readonly isBatch: boolean;
|
|
4525
4586
|
readonly asBatch: {
|
|
@@ -4561,14 +4622,19 @@ declare module "./types-lookup.ts" {
|
|
|
4561
4622
|
readonly asBatchOptimistic: {
|
|
4562
4623
|
readonly calls: Vec<Call>;
|
|
4563
4624
|
} & Struct;
|
|
4564
|
-
readonly
|
|
4625
|
+
readonly isAsDerivative: boolean;
|
|
4626
|
+
readonly asAsDerivative: {
|
|
4627
|
+
readonly index: u16;
|
|
4628
|
+
readonly call: Call;
|
|
4629
|
+
} & Struct;
|
|
4630
|
+
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'BatchOld' | 'BatchAtomic' | 'BatchOptimistic' | 'AsDerivative';
|
|
4565
4631
|
}
|
|
4566
|
-
/** @name PalletUtilityUniqueCall (
|
|
4632
|
+
/** @name PalletUtilityUniqueCall (528) */
|
|
4567
4633
|
interface PalletUtilityUniqueCall extends Struct {
|
|
4568
4634
|
readonly nonce: u64;
|
|
4569
4635
|
readonly call: Call;
|
|
4570
4636
|
}
|
|
4571
|
-
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (
|
|
4637
|
+
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (529) */
|
|
4572
4638
|
interface PolymeshRuntimeDevelopRuntimeOriginCaller extends Enum {
|
|
4573
4639
|
readonly isSystem: boolean;
|
|
4574
4640
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
@@ -4581,7 +4647,7 @@ declare module "./types-lookup.ts" {
|
|
|
4581
4647
|
readonly asUpgradeCommittee: PalletCommitteeRawOriginInstance4;
|
|
4582
4648
|
readonly type: 'System' | 'Void' | 'PolymeshCommittee' | 'TechnicalCommittee' | 'UpgradeCommittee';
|
|
4583
4649
|
}
|
|
4584
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
4650
|
+
/** @name FrameSupportDispatchRawOrigin (530) */
|
|
4585
4651
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
4586
4652
|
readonly isRoot: boolean;
|
|
4587
4653
|
readonly isSigned: boolean;
|
|
@@ -4589,26 +4655,26 @@ declare module "./types-lookup.ts" {
|
|
|
4589
4655
|
readonly isNone: boolean;
|
|
4590
4656
|
readonly type: 'Root' | 'Signed' | 'None';
|
|
4591
4657
|
}
|
|
4592
|
-
/** @name PalletCommitteeRawOriginInstance1 (
|
|
4658
|
+
/** @name PalletCommitteeRawOriginInstance1 (531) */
|
|
4593
4659
|
interface PalletCommitteeRawOriginInstance1 extends Enum {
|
|
4594
4660
|
readonly isEndorsed: boolean;
|
|
4595
4661
|
readonly type: 'Endorsed';
|
|
4596
4662
|
}
|
|
4597
|
-
/** @name PalletCommitteeRawOriginInstance3 (
|
|
4663
|
+
/** @name PalletCommitteeRawOriginInstance3 (532) */
|
|
4598
4664
|
interface PalletCommitteeRawOriginInstance3 extends Enum {
|
|
4599
4665
|
readonly isEndorsed: boolean;
|
|
4600
4666
|
readonly type: 'Endorsed';
|
|
4601
4667
|
}
|
|
4602
|
-
/** @name PalletCommitteeRawOriginInstance4 (
|
|
4668
|
+
/** @name PalletCommitteeRawOriginInstance4 (533) */
|
|
4603
4669
|
interface PalletCommitteeRawOriginInstance4 extends Enum {
|
|
4604
4670
|
readonly isEndorsed: boolean;
|
|
4605
4671
|
readonly type: 'Endorsed';
|
|
4606
4672
|
}
|
|
4607
|
-
/** @name SpCoreVoid (
|
|
4673
|
+
/** @name SpCoreVoid (534) */
|
|
4608
4674
|
type SpCoreVoid = Null;
|
|
4609
|
-
/** @name PalletBaseCall (
|
|
4675
|
+
/** @name PalletBaseCall (535) */
|
|
4610
4676
|
type PalletBaseCall = Null;
|
|
4611
|
-
/** @name PalletExternalAgentsCall (
|
|
4677
|
+
/** @name PalletExternalAgentsCall (536) */
|
|
4612
4678
|
interface PalletExternalAgentsCall extends Enum {
|
|
4613
4679
|
readonly isCreateGroup: boolean;
|
|
4614
4680
|
readonly asCreateGroup: {
|
|
@@ -4655,7 +4721,7 @@ declare module "./types-lookup.ts" {
|
|
|
4655
4721
|
} & Struct;
|
|
4656
4722
|
readonly type: 'CreateGroup' | 'SetGroupPermissions' | 'RemoveAgent' | 'Abdicate' | 'ChangeGroup' | 'AcceptBecomeAgent' | 'CreateGroupAndAddAuth' | 'CreateAndChangeCustomGroup';
|
|
4657
4723
|
}
|
|
4658
|
-
/** @name PalletRelayerCall (
|
|
4724
|
+
/** @name PalletRelayerCall (537) */
|
|
4659
4725
|
interface PalletRelayerCall extends Enum {
|
|
4660
4726
|
readonly isSetPayingKey: boolean;
|
|
4661
4727
|
readonly asSetPayingKey: {
|
|
@@ -4688,7 +4754,7 @@ declare module "./types-lookup.ts" {
|
|
|
4688
4754
|
} & Struct;
|
|
4689
4755
|
readonly type: 'SetPayingKey' | 'AcceptPayingKey' | 'RemovePayingKey' | 'UpdatePolyxLimit' | 'IncreasePolyxLimit' | 'DecreasePolyxLimit';
|
|
4690
4756
|
}
|
|
4691
|
-
/** @name PalletContractsCall (
|
|
4757
|
+
/** @name PalletContractsCall (538) */
|
|
4692
4758
|
interface PalletContractsCall extends Enum {
|
|
4693
4759
|
readonly isCallOldWeight: boolean;
|
|
4694
4760
|
readonly asCallOldWeight: {
|
|
@@ -4759,13 +4825,13 @@ declare module "./types-lookup.ts" {
|
|
|
4759
4825
|
} & Struct;
|
|
4760
4826
|
readonly type: 'CallOldWeight' | 'InstantiateWithCodeOldWeight' | 'InstantiateOldWeight' | 'UploadCode' | 'RemoveCode' | 'SetCode' | 'Call' | 'InstantiateWithCode' | 'Instantiate';
|
|
4761
4827
|
}
|
|
4762
|
-
/** @name PalletContractsWasmDeterminism (
|
|
4828
|
+
/** @name PalletContractsWasmDeterminism (542) */
|
|
4763
4829
|
interface PalletContractsWasmDeterminism extends Enum {
|
|
4764
4830
|
readonly isDeterministic: boolean;
|
|
4765
4831
|
readonly isAllowIndeterminism: boolean;
|
|
4766
4832
|
readonly type: 'Deterministic' | 'AllowIndeterminism';
|
|
4767
4833
|
}
|
|
4768
|
-
/** @name PolymeshContractsCall (
|
|
4834
|
+
/** @name PolymeshContractsCall (543) */
|
|
4769
4835
|
interface PolymeshContractsCall extends Enum {
|
|
4770
4836
|
readonly isInstantiateWithCodePerms: boolean;
|
|
4771
4837
|
readonly asInstantiateWithCodePerms: {
|
|
@@ -4816,16 +4882,16 @@ declare module "./types-lookup.ts" {
|
|
|
4816
4882
|
} & Struct;
|
|
4817
4883
|
readonly type: 'InstantiateWithCodePerms' | 'InstantiateWithHashPerms' | 'UpdateCallRuntimeWhitelist' | 'InstantiateWithCodeAsPrimaryKey' | 'InstantiateWithHashAsPrimaryKey' | 'UpgradeApi';
|
|
4818
4884
|
}
|
|
4819
|
-
/** @name PolymeshContractsNextUpgrade (
|
|
4885
|
+
/** @name PolymeshContractsNextUpgrade (546) */
|
|
4820
4886
|
interface PolymeshContractsNextUpgrade extends Struct {
|
|
4821
4887
|
readonly chainVersion: PolymeshContractsChainVersion;
|
|
4822
4888
|
readonly apiHash: PolymeshContractsApiCodeHash;
|
|
4823
4889
|
}
|
|
4824
|
-
/** @name PolymeshContractsApiCodeHash (
|
|
4890
|
+
/** @name PolymeshContractsApiCodeHash (547) */
|
|
4825
4891
|
interface PolymeshContractsApiCodeHash extends Struct {
|
|
4826
4892
|
readonly hash_: H256;
|
|
4827
4893
|
}
|
|
4828
|
-
/** @name PalletPreimageCall (
|
|
4894
|
+
/** @name PalletPreimageCall (548) */
|
|
4829
4895
|
interface PalletPreimageCall extends Enum {
|
|
4830
4896
|
readonly isNotePreimage: boolean;
|
|
4831
4897
|
readonly asNotePreimage: {
|
|
@@ -4845,7 +4911,7 @@ declare module "./types-lookup.ts" {
|
|
|
4845
4911
|
} & Struct;
|
|
4846
4912
|
readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
|
|
4847
4913
|
}
|
|
4848
|
-
/** @name PalletNftCall (
|
|
4914
|
+
/** @name PalletNftCall (549) */
|
|
4849
4915
|
interface PalletNftCall extends Enum {
|
|
4850
4916
|
readonly isCreateNftCollection: boolean;
|
|
4851
4917
|
readonly asCreateNftCollection: {
|
|
@@ -4874,15 +4940,15 @@ declare module "./types-lookup.ts" {
|
|
|
4874
4940
|
} & Struct;
|
|
4875
4941
|
readonly type: 'CreateNftCollection' | 'IssueNft' | 'RedeemNft' | 'ControllerTransfer';
|
|
4876
4942
|
}
|
|
4877
|
-
/** @name PolymeshPrimitivesNftNftCollectionKeys (
|
|
4943
|
+
/** @name PolymeshPrimitivesNftNftCollectionKeys (551) */
|
|
4878
4944
|
interface PolymeshPrimitivesNftNftCollectionKeys extends Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey> {
|
|
4879
4945
|
}
|
|
4880
|
-
/** @name PolymeshPrimitivesNftNftMetadataAttribute (
|
|
4946
|
+
/** @name PolymeshPrimitivesNftNftMetadataAttribute (554) */
|
|
4881
4947
|
interface PolymeshPrimitivesNftNftMetadataAttribute extends Struct {
|
|
4882
4948
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
4883
4949
|
readonly value: Bytes;
|
|
4884
4950
|
}
|
|
4885
|
-
/** @name PalletTestUtilsCall (
|
|
4951
|
+
/** @name PalletTestUtilsCall (555) */
|
|
4886
4952
|
interface PalletTestUtilsCall extends Enum {
|
|
4887
4953
|
readonly isRegisterDid: boolean;
|
|
4888
4954
|
readonly asRegisterDid: {
|
|
@@ -4899,14 +4965,14 @@ declare module "./types-lookup.ts" {
|
|
|
4899
4965
|
} & Struct;
|
|
4900
4966
|
readonly type: 'RegisterDid' | 'MockCddRegisterDid' | 'GetMyDid' | 'GetCddOf';
|
|
4901
4967
|
}
|
|
4902
|
-
/** @name PalletCommitteePolymeshVotes (
|
|
4968
|
+
/** @name PalletCommitteePolymeshVotes (556) */
|
|
4903
4969
|
interface PalletCommitteePolymeshVotes extends Struct {
|
|
4904
4970
|
readonly index: u32;
|
|
4905
4971
|
readonly ayes: Vec<PolymeshPrimitivesIdentityId>;
|
|
4906
4972
|
readonly nays: Vec<PolymeshPrimitivesIdentityId>;
|
|
4907
4973
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
4908
4974
|
}
|
|
4909
|
-
/** @name PalletCommitteeError (
|
|
4975
|
+
/** @name PalletCommitteeError (558) */
|
|
4910
4976
|
interface PalletCommitteeError extends Enum {
|
|
4911
4977
|
readonly isDuplicateVote: boolean;
|
|
4912
4978
|
readonly isNotAMember: boolean;
|
|
@@ -4919,7 +4985,7 @@ declare module "./types-lookup.ts" {
|
|
|
4919
4985
|
readonly isProposalsLimitReached: boolean;
|
|
4920
4986
|
readonly type: 'DuplicateVote' | 'NotAMember' | 'NoSuchProposal' | 'ProposalExpired' | 'DuplicateProposal' | 'MismatchedVotingIndex' | 'InvalidProportion' | 'FirstVoteReject' | 'ProposalsLimitReached';
|
|
4921
4987
|
}
|
|
4922
|
-
/** @name PolymeshPrimitivesMultisigProposalDetails (
|
|
4988
|
+
/** @name PolymeshPrimitivesMultisigProposalDetails (568) */
|
|
4923
4989
|
interface PolymeshPrimitivesMultisigProposalDetails extends Struct {
|
|
4924
4990
|
readonly approvals: u64;
|
|
4925
4991
|
readonly rejections: u64;
|
|
@@ -4927,7 +4993,7 @@ declare module "./types-lookup.ts" {
|
|
|
4927
4993
|
readonly expiry: Option<u64>;
|
|
4928
4994
|
readonly autoClose: bool;
|
|
4929
4995
|
}
|
|
4930
|
-
/** @name PolymeshPrimitivesMultisigProposalStatus (
|
|
4996
|
+
/** @name PolymeshPrimitivesMultisigProposalStatus (569) */
|
|
4931
4997
|
interface PolymeshPrimitivesMultisigProposalStatus extends Enum {
|
|
4932
4998
|
readonly isInvalid: boolean;
|
|
4933
4999
|
readonly isActiveOrExpired: boolean;
|
|
@@ -4936,7 +5002,7 @@ declare module "./types-lookup.ts" {
|
|
|
4936
5002
|
readonly isRejected: boolean;
|
|
4937
5003
|
readonly type: 'Invalid' | 'ActiveOrExpired' | 'ExecutionSuccessful' | 'ExecutionFailed' | 'Rejected';
|
|
4938
5004
|
}
|
|
4939
|
-
/** @name PalletMultisigError (
|
|
5005
|
+
/** @name PalletMultisigError (571) */
|
|
4940
5006
|
interface PalletMultisigError extends Enum {
|
|
4941
5007
|
readonly isCddMissing: boolean;
|
|
4942
5008
|
readonly isProposalMissing: boolean;
|
|
@@ -4966,14 +5032,14 @@ declare module "./types-lookup.ts" {
|
|
|
4966
5032
|
readonly isCreatorControlsHaveBeenRemoved: boolean;
|
|
4967
5033
|
readonly type: 'CddMissing' | 'ProposalMissing' | 'DecodingError' | 'NoSigners' | 'RequiredSignaturesOutOfBounds' | 'NotASigner' | 'NoSuchMultisig' | 'NotEnoughSigners' | 'NonceOverflow' | 'AlreadyVoted' | 'AlreadyASigner' | 'FailedToChargeFee' | 'IdentityNotCreator' | 'ChangeNotAllowed' | 'SignerAlreadyLinkedToMultisig' | 'SignerAlreadyLinkedToIdentity' | 'MultisigNotAllowedToLinkToItself' | 'MissingCurrentIdentity' | 'NotPrimaryKey' | 'ProposalAlreadyRejected' | 'ProposalExpired' | 'ProposalAlreadyExecuted' | 'MultisigMissingIdentity' | 'FailedToSchedule' | 'TooManySigners' | 'CreatorControlsHaveBeenRemoved';
|
|
4968
5034
|
}
|
|
4969
|
-
/** @name PalletBridgeBridgeTxDetail (
|
|
5035
|
+
/** @name PalletBridgeBridgeTxDetail (573) */
|
|
4970
5036
|
interface PalletBridgeBridgeTxDetail extends Struct {
|
|
4971
5037
|
readonly amount: u128;
|
|
4972
5038
|
readonly status: PalletBridgeBridgeTxStatus;
|
|
4973
5039
|
readonly executionBlock: u32;
|
|
4974
5040
|
readonly txHash: H256;
|
|
4975
5041
|
}
|
|
4976
|
-
/** @name PalletBridgeBridgeTxStatus (
|
|
5042
|
+
/** @name PalletBridgeBridgeTxStatus (574) */
|
|
4977
5043
|
interface PalletBridgeBridgeTxStatus extends Enum {
|
|
4978
5044
|
readonly isAbsent: boolean;
|
|
4979
5045
|
readonly isPending: boolean;
|
|
@@ -4983,7 +5049,7 @@ declare module "./types-lookup.ts" {
|
|
|
4983
5049
|
readonly isHandled: boolean;
|
|
4984
5050
|
readonly type: 'Absent' | 'Pending' | 'Frozen' | 'Timelocked' | 'Handled';
|
|
4985
5051
|
}
|
|
4986
|
-
/** @name PalletBridgeError (
|
|
5052
|
+
/** @name PalletBridgeError (577) */
|
|
4987
5053
|
interface PalletBridgeError extends Enum {
|
|
4988
5054
|
readonly isControllerNotSet: boolean;
|
|
4989
5055
|
readonly isBadCaller: boolean;
|
|
@@ -5000,7 +5066,7 @@ declare module "./types-lookup.ts" {
|
|
|
5000
5066
|
readonly isTimelockedTx: boolean;
|
|
5001
5067
|
readonly type: 'ControllerNotSet' | 'BadCaller' | 'BadAdmin' | 'NoValidCdd' | 'ProposalAlreadyHandled' | 'Unauthorized' | 'Frozen' | 'NotFrozen' | 'FrozenTx' | 'BridgeLimitReached' | 'Overflow' | 'DivisionByZero' | 'TimelockedTx';
|
|
5002
5068
|
}
|
|
5003
|
-
/** @name PalletStakingStakingLedger (
|
|
5069
|
+
/** @name PalletStakingStakingLedger (578) */
|
|
5004
5070
|
interface PalletStakingStakingLedger extends Struct {
|
|
5005
5071
|
readonly stash: AccountId32;
|
|
5006
5072
|
readonly total: Compact<u128>;
|
|
@@ -5008,28 +5074,28 @@ declare module "./types-lookup.ts" {
|
|
|
5008
5074
|
readonly unlocking: Vec<PalletStakingUnlockChunk>;
|
|
5009
5075
|
readonly claimedRewards: Vec<u32>;
|
|
5010
5076
|
}
|
|
5011
|
-
/** @name PalletStakingUnlockChunk (
|
|
5077
|
+
/** @name PalletStakingUnlockChunk (580) */
|
|
5012
5078
|
interface PalletStakingUnlockChunk extends Struct {
|
|
5013
5079
|
readonly value: Compact<u128>;
|
|
5014
5080
|
readonly era: Compact<u32>;
|
|
5015
5081
|
}
|
|
5016
|
-
/** @name PalletStakingNominations (
|
|
5082
|
+
/** @name PalletStakingNominations (581) */
|
|
5017
5083
|
interface PalletStakingNominations extends Struct {
|
|
5018
5084
|
readonly targets: Vec<AccountId32>;
|
|
5019
5085
|
readonly submittedIn: u32;
|
|
5020
5086
|
readonly suppressed: bool;
|
|
5021
5087
|
}
|
|
5022
|
-
/** @name PalletStakingActiveEraInfo (
|
|
5088
|
+
/** @name PalletStakingActiveEraInfo (582) */
|
|
5023
5089
|
interface PalletStakingActiveEraInfo extends Struct {
|
|
5024
5090
|
readonly index: u32;
|
|
5025
5091
|
readonly start: Option<u64>;
|
|
5026
5092
|
}
|
|
5027
|
-
/** @name PalletStakingEraRewardPoints (
|
|
5093
|
+
/** @name PalletStakingEraRewardPoints (584) */
|
|
5028
5094
|
interface PalletStakingEraRewardPoints extends Struct {
|
|
5029
5095
|
readonly total: u32;
|
|
5030
5096
|
readonly individual: BTreeMap<AccountId32, u32>;
|
|
5031
5097
|
}
|
|
5032
|
-
/** @name PalletStakingForcing (
|
|
5098
|
+
/** @name PalletStakingForcing (587) */
|
|
5033
5099
|
interface PalletStakingForcing extends Enum {
|
|
5034
5100
|
readonly isNotForcing: boolean;
|
|
5035
5101
|
readonly isForceNew: boolean;
|
|
@@ -5037,7 +5103,7 @@ declare module "./types-lookup.ts" {
|
|
|
5037
5103
|
readonly isForceAlways: boolean;
|
|
5038
5104
|
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
5039
5105
|
}
|
|
5040
|
-
/** @name PalletStakingUnappliedSlash (
|
|
5106
|
+
/** @name PalletStakingUnappliedSlash (589) */
|
|
5041
5107
|
interface PalletStakingUnappliedSlash extends Struct {
|
|
5042
5108
|
readonly validator: AccountId32;
|
|
5043
5109
|
readonly own: u128;
|
|
@@ -5045,37 +5111,37 @@ declare module "./types-lookup.ts" {
|
|
|
5045
5111
|
readonly reporters: Vec<AccountId32>;
|
|
5046
5112
|
readonly payout: u128;
|
|
5047
5113
|
}
|
|
5048
|
-
/** @name PalletStakingSlashingSlashingSpans (
|
|
5114
|
+
/** @name PalletStakingSlashingSlashingSpans (593) */
|
|
5049
5115
|
interface PalletStakingSlashingSlashingSpans extends Struct {
|
|
5050
5116
|
readonly spanIndex: u32;
|
|
5051
5117
|
readonly lastStart: u32;
|
|
5052
5118
|
readonly lastNonzeroSlash: u32;
|
|
5053
5119
|
readonly prior: Vec<u32>;
|
|
5054
5120
|
}
|
|
5055
|
-
/** @name PalletStakingSlashingSpanRecord (
|
|
5121
|
+
/** @name PalletStakingSlashingSpanRecord (594) */
|
|
5056
5122
|
interface PalletStakingSlashingSpanRecord extends Struct {
|
|
5057
5123
|
readonly slashed: u128;
|
|
5058
5124
|
readonly paidOut: u128;
|
|
5059
5125
|
}
|
|
5060
|
-
/** @name PalletStakingElectionResult (
|
|
5126
|
+
/** @name PalletStakingElectionResult (597) */
|
|
5061
5127
|
interface PalletStakingElectionResult extends Struct {
|
|
5062
5128
|
readonly electedStashes: Vec<AccountId32>;
|
|
5063
5129
|
readonly exposures: Vec<ITuple<[AccountId32, PalletStakingExposure]>>;
|
|
5064
5130
|
readonly compute: PalletStakingElectionCompute;
|
|
5065
5131
|
}
|
|
5066
|
-
/** @name PalletStakingElectionStatus (
|
|
5132
|
+
/** @name PalletStakingElectionStatus (598) */
|
|
5067
5133
|
interface PalletStakingElectionStatus extends Enum {
|
|
5068
5134
|
readonly isClosed: boolean;
|
|
5069
5135
|
readonly isOpen: boolean;
|
|
5070
5136
|
readonly asOpen: u32;
|
|
5071
5137
|
readonly type: 'Closed' | 'Open';
|
|
5072
5138
|
}
|
|
5073
|
-
/** @name PalletStakingPermissionedIdentityPrefs (
|
|
5139
|
+
/** @name PalletStakingPermissionedIdentityPrefs (599) */
|
|
5074
5140
|
interface PalletStakingPermissionedIdentityPrefs extends Struct {
|
|
5075
5141
|
readonly intendedCount: u32;
|
|
5076
5142
|
readonly runningCount: u32;
|
|
5077
5143
|
}
|
|
5078
|
-
/** @name PalletStakingReleases (
|
|
5144
|
+
/** @name PalletStakingReleases (600) */
|
|
5079
5145
|
interface PalletStakingReleases extends Enum {
|
|
5080
5146
|
readonly isV100Ancient: boolean;
|
|
5081
5147
|
readonly isV200: boolean;
|
|
@@ -5087,7 +5153,7 @@ declare module "./types-lookup.ts" {
|
|
|
5087
5153
|
readonly isV700: boolean;
|
|
5088
5154
|
readonly type: 'V100Ancient' | 'V200' | 'V300' | 'V400' | 'V500' | 'V600' | 'V601' | 'V700';
|
|
5089
5155
|
}
|
|
5090
|
-
/** @name PalletStakingError (
|
|
5156
|
+
/** @name PalletStakingError (602) */
|
|
5091
5157
|
interface PalletStakingError extends Enum {
|
|
5092
5158
|
readonly isNotController: boolean;
|
|
5093
5159
|
readonly isNotStash: boolean;
|
|
@@ -5134,15 +5200,15 @@ declare module "./types-lookup.ts" {
|
|
|
5134
5200
|
readonly isInvalidValidatorUnbondAmount: boolean;
|
|
5135
5201
|
readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'InvalidSlashIndex' | 'InsufficientValue' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'NotSortedAndUnique' | 'AlreadyClaimed' | 'OffchainElectionEarlySubmission' | 'OffchainElectionWeakSubmission' | 'SnapshotUnavailable' | 'OffchainElectionBogusWinnerCount' | 'OffchainElectionBogusWinner' | 'OffchainElectionBogusCompact' | 'OffchainElectionBogusNominator' | 'OffchainElectionBogusNomination' | 'OffchainElectionSlashedNomination' | 'OffchainElectionBogusSelfVote' | 'OffchainElectionBogusEdge' | 'OffchainElectionBogusScore' | 'OffchainElectionBogusElectionSize' | 'CallNotAllowed' | 'IncorrectSlashingSpans' | 'AlreadyExists' | 'NotExists' | 'NoChange' | 'InvalidValidatorIdentity' | 'InvalidValidatorCommission' | 'StashIdentityDoesNotExist' | 'StashIdentityNotPermissioned' | 'StashIdentityNotCDDed' | 'HitIntendedValidatorCount' | 'IntendedCountIsExceedingConsensusLimit' | 'BondTooSmall' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'InvalidValidatorUnbondAmount';
|
|
5136
5202
|
}
|
|
5137
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
5203
|
+
/** @name SpStakingOffenceOffenceDetails (603) */
|
|
5138
5204
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
5139
5205
|
readonly offender: ITuple<[AccountId32, PalletStakingExposure]>;
|
|
5140
5206
|
readonly reporters: Vec<AccountId32>;
|
|
5141
5207
|
}
|
|
5142
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
5208
|
+
/** @name SpCoreCryptoKeyTypeId (608) */
|
|
5143
5209
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
5144
5210
|
}
|
|
5145
|
-
/** @name PalletSessionError (
|
|
5211
|
+
/** @name PalletSessionError (609) */
|
|
5146
5212
|
interface PalletSessionError extends Enum {
|
|
5147
5213
|
readonly isInvalidProof: boolean;
|
|
5148
5214
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -5151,7 +5217,7 @@ declare module "./types-lookup.ts" {
|
|
|
5151
5217
|
readonly isNoAccount: boolean;
|
|
5152
5218
|
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
5153
5219
|
}
|
|
5154
|
-
/** @name PalletGrandpaStoredState (
|
|
5220
|
+
/** @name PalletGrandpaStoredState (610) */
|
|
5155
5221
|
interface PalletGrandpaStoredState extends Enum {
|
|
5156
5222
|
readonly isLive: boolean;
|
|
5157
5223
|
readonly isPendingPause: boolean;
|
|
@@ -5167,14 +5233,14 @@ declare module "./types-lookup.ts" {
|
|
|
5167
5233
|
} & Struct;
|
|
5168
5234
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
5169
5235
|
}
|
|
5170
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
5236
|
+
/** @name PalletGrandpaStoredPendingChange (611) */
|
|
5171
5237
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
5172
5238
|
readonly scheduledAt: u32;
|
|
5173
5239
|
readonly delay: u32;
|
|
5174
5240
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
5175
5241
|
readonly forced: Option<u32>;
|
|
5176
5242
|
}
|
|
5177
|
-
/** @name PalletGrandpaError (
|
|
5243
|
+
/** @name PalletGrandpaError (613) */
|
|
5178
5244
|
interface PalletGrandpaError extends Enum {
|
|
5179
5245
|
readonly isPauseFailed: boolean;
|
|
5180
5246
|
readonly isResumeFailed: boolean;
|
|
@@ -5185,47 +5251,47 @@ declare module "./types-lookup.ts" {
|
|
|
5185
5251
|
readonly isDuplicateOffenceReport: boolean;
|
|
5186
5252
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
5187
5253
|
}
|
|
5188
|
-
/** @name PalletImOnlineBoundedOpaqueNetworkState (
|
|
5254
|
+
/** @name PalletImOnlineBoundedOpaqueNetworkState (617) */
|
|
5189
5255
|
interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
|
|
5190
5256
|
readonly peerId: Bytes;
|
|
5191
5257
|
readonly externalAddresses: Vec<Bytes>;
|
|
5192
5258
|
}
|
|
5193
|
-
/** @name PalletImOnlineError (
|
|
5259
|
+
/** @name PalletImOnlineError (621) */
|
|
5194
5260
|
interface PalletImOnlineError extends Enum {
|
|
5195
5261
|
readonly isInvalidKey: boolean;
|
|
5196
5262
|
readonly isDuplicatedHeartbeat: boolean;
|
|
5197
5263
|
readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
|
|
5198
5264
|
}
|
|
5199
|
-
/** @name PalletSudoError (
|
|
5265
|
+
/** @name PalletSudoError (623) */
|
|
5200
5266
|
interface PalletSudoError extends Enum {
|
|
5201
5267
|
readonly isRequireSudo: boolean;
|
|
5202
5268
|
readonly type: 'RequireSudo';
|
|
5203
5269
|
}
|
|
5204
|
-
/** @name PalletAssetTickerRegistration (
|
|
5270
|
+
/** @name PalletAssetTickerRegistration (624) */
|
|
5205
5271
|
interface PalletAssetTickerRegistration extends Struct {
|
|
5206
5272
|
readonly owner: PolymeshPrimitivesIdentityId;
|
|
5207
5273
|
readonly expiry: Option<u64>;
|
|
5208
5274
|
}
|
|
5209
|
-
/** @name PalletAssetTickerRegistrationConfig (
|
|
5275
|
+
/** @name PalletAssetTickerRegistrationConfig (625) */
|
|
5210
5276
|
interface PalletAssetTickerRegistrationConfig extends Struct {
|
|
5211
5277
|
readonly maxTickerLength: u8;
|
|
5212
5278
|
readonly registrationLength: Option<u64>;
|
|
5213
5279
|
}
|
|
5214
|
-
/** @name PalletAssetSecurityToken (
|
|
5280
|
+
/** @name PalletAssetSecurityToken (626) */
|
|
5215
5281
|
interface PalletAssetSecurityToken extends Struct {
|
|
5216
5282
|
readonly totalSupply: u128;
|
|
5217
5283
|
readonly ownerDid: PolymeshPrimitivesIdentityId;
|
|
5218
5284
|
readonly divisible: bool;
|
|
5219
5285
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
5220
5286
|
}
|
|
5221
|
-
/** @name PalletAssetAssetOwnershipRelation (
|
|
5287
|
+
/** @name PalletAssetAssetOwnershipRelation (630) */
|
|
5222
5288
|
interface PalletAssetAssetOwnershipRelation extends Enum {
|
|
5223
5289
|
readonly isNotOwned: boolean;
|
|
5224
5290
|
readonly isTickerOwned: boolean;
|
|
5225
5291
|
readonly isAssetOwned: boolean;
|
|
5226
5292
|
readonly type: 'NotOwned' | 'TickerOwned' | 'AssetOwned';
|
|
5227
5293
|
}
|
|
5228
|
-
/** @name PalletAssetError (
|
|
5294
|
+
/** @name PalletAssetError (636) */
|
|
5229
5295
|
interface PalletAssetError extends Enum {
|
|
5230
5296
|
readonly isUnauthorized: boolean;
|
|
5231
5297
|
readonly isAssetAlreadyCreated: boolean;
|
|
@@ -5264,9 +5330,10 @@ declare module "./types-lookup.ts" {
|
|
|
5264
5330
|
readonly isIncompatibleAssetTypeUpdate: boolean;
|
|
5265
5331
|
readonly isAssetMetadataKeyBelongsToNFTCollection: boolean;
|
|
5266
5332
|
readonly isAssetMetadataValueIsEmpty: boolean;
|
|
5267
|
-
readonly
|
|
5333
|
+
readonly isNumberOfAssetMediatorsExceeded: boolean;
|
|
5334
|
+
readonly type: 'Unauthorized' | 'AssetAlreadyCreated' | 'TickerTooLong' | 'TickerNotAlphanumeric' | 'TickerAlreadyRegistered' | 'TotalSupplyAboveLimit' | 'NoSuchAsset' | 'AlreadyFrozen' | 'NotAnOwner' | 'BalanceOverflow' | 'TotalSupplyOverflow' | 'InvalidGranularity' | 'NotFrozen' | 'InvalidTransfer' | 'InsufficientBalance' | 'AssetAlreadyDivisible' | 'InvalidEthereumSignature' | 'TickerRegistrationExpired' | 'SenderSameAsReceiver' | 'NoSuchDoc' | 'MaxLengthOfAssetNameExceeded' | 'FundingRoundNameMaxLengthExceeded' | 'InvalidAssetIdentifier' | 'InvestorUniquenessClaimNotAllowed' | 'InvalidCustomAssetTypeId' | 'AssetMetadataNameMaxLengthExceeded' | 'AssetMetadataValueMaxLengthExceeded' | 'AssetMetadataTypeDefMaxLengthExceeded' | 'AssetMetadataKeyIsMissing' | 'AssetMetadataValueIsLocked' | 'AssetMetadataLocalKeyAlreadyExists' | 'AssetMetadataGlobalKeyAlreadyExists' | 'TickerFirstByteNotValid' | 'UnexpectedNonFungibleToken' | 'IncompatibleAssetTypeUpdate' | 'AssetMetadataKeyBelongsToNFTCollection' | 'AssetMetadataValueIsEmpty' | 'NumberOfAssetMediatorsExceeded';
|
|
5268
5335
|
}
|
|
5269
|
-
/** @name PalletCorporateActionsDistributionError (
|
|
5336
|
+
/** @name PalletCorporateActionsDistributionError (639) */
|
|
5270
5337
|
interface PalletCorporateActionsDistributionError extends Enum {
|
|
5271
5338
|
readonly isCaNotBenefit: boolean;
|
|
5272
5339
|
readonly isAlreadyExists: boolean;
|
|
@@ -5285,13 +5352,13 @@ declare module "./types-lookup.ts" {
|
|
|
5285
5352
|
readonly isDistributionPerShareIsZero: boolean;
|
|
5286
5353
|
readonly type: 'CaNotBenefit' | 'AlreadyExists' | 'ExpiryBeforePayment' | 'HolderAlreadyPaid' | 'NoSuchDistribution' | 'CannotClaimBeforeStart' | 'CannotClaimAfterExpiry' | 'BalancePerShareProductOverflowed' | 'NotDistributionCreator' | 'AlreadyReclaimed' | 'NotExpired' | 'DistributionStarted' | 'InsufficientRemainingAmount' | 'DistributionAmountIsZero' | 'DistributionPerShareIsZero';
|
|
5287
5354
|
}
|
|
5288
|
-
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (
|
|
5355
|
+
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (643) */
|
|
5289
5356
|
interface PolymeshCommonUtilitiesCheckpointNextCheckpoints extends Struct {
|
|
5290
5357
|
readonly nextAt: u64;
|
|
5291
5358
|
readonly totalPending: u64;
|
|
5292
5359
|
readonly schedules: BTreeMap<u64, u64>;
|
|
5293
5360
|
}
|
|
5294
|
-
/** @name PalletAssetCheckpointError (
|
|
5361
|
+
/** @name PalletAssetCheckpointError (649) */
|
|
5295
5362
|
interface PalletAssetCheckpointError extends Enum {
|
|
5296
5363
|
readonly isNoSuchSchedule: boolean;
|
|
5297
5364
|
readonly isScheduleNotRemovable: boolean;
|
|
@@ -5301,12 +5368,12 @@ declare module "./types-lookup.ts" {
|
|
|
5301
5368
|
readonly isScheduleHasExpiredCheckpoints: boolean;
|
|
5302
5369
|
readonly type: 'NoSuchSchedule' | 'ScheduleNotRemovable' | 'SchedulesOverMaxComplexity' | 'ScheduleIsEmpty' | 'ScheduleFinished' | 'ScheduleHasExpiredCheckpoints';
|
|
5303
5370
|
}
|
|
5304
|
-
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (
|
|
5371
|
+
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (650) */
|
|
5305
5372
|
interface PolymeshPrimitivesComplianceManagerAssetCompliance extends Struct {
|
|
5306
5373
|
readonly paused: bool;
|
|
5307
5374
|
readonly requirements: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
5308
5375
|
}
|
|
5309
|
-
/** @name PalletComplianceManagerError (
|
|
5376
|
+
/** @name PalletComplianceManagerError (652) */
|
|
5310
5377
|
interface PalletComplianceManagerError extends Enum {
|
|
5311
5378
|
readonly isUnauthorized: boolean;
|
|
5312
5379
|
readonly isDidNotExist: boolean;
|
|
@@ -5317,7 +5384,7 @@ declare module "./types-lookup.ts" {
|
|
|
5317
5384
|
readonly isWeightLimitExceeded: boolean;
|
|
5318
5385
|
readonly type: 'Unauthorized' | 'DidNotExist' | 'InvalidComplianceRequirementId' | 'IncorrectOperationOnTrustedIssuer' | 'DuplicateComplianceRequirements' | 'ComplianceRequirementTooComplex' | 'WeightLimitExceeded';
|
|
5319
5386
|
}
|
|
5320
|
-
/** @name PalletCorporateActionsError (
|
|
5387
|
+
/** @name PalletCorporateActionsError (655) */
|
|
5321
5388
|
interface PalletCorporateActionsError extends Enum {
|
|
5322
5389
|
readonly isDetailsTooLong: boolean;
|
|
5323
5390
|
readonly isDuplicateDidTax: boolean;
|
|
@@ -5332,7 +5399,7 @@ declare module "./types-lookup.ts" {
|
|
|
5332
5399
|
readonly isNotTargetedByCA: boolean;
|
|
5333
5400
|
readonly type: 'DetailsTooLong' | 'DuplicateDidTax' | 'TooManyDidTaxes' | 'TooManyTargetIds' | 'NoSuchCheckpointId' | 'NoSuchCA' | 'NoRecordDate' | 'RecordDateAfterStart' | 'DeclDateAfterRecordDate' | 'DeclDateInFuture' | 'NotTargetedByCA';
|
|
5334
5401
|
}
|
|
5335
|
-
/** @name PalletCorporateActionsBallotError (
|
|
5402
|
+
/** @name PalletCorporateActionsBallotError (657) */
|
|
5336
5403
|
interface PalletCorporateActionsBallotError extends Enum {
|
|
5337
5404
|
readonly isCaNotNotice: boolean;
|
|
5338
5405
|
readonly isAlreadyExists: boolean;
|
|
@@ -5350,12 +5417,12 @@ declare module "./types-lookup.ts" {
|
|
|
5350
5417
|
readonly isRcvNotAllowed: boolean;
|
|
5351
5418
|
readonly type: 'CaNotNotice' | 'AlreadyExists' | 'NoSuchBallot' | 'StartAfterEnd' | 'NowAfterEnd' | 'NumberOfChoicesOverflow' | 'VotingAlreadyStarted' | 'VotingNotStarted' | 'VotingAlreadyEnded' | 'WrongVoteCount' | 'InsufficientVotes' | 'NoSuchRCVFallback' | 'RcvSelfCycle' | 'RcvNotAllowed';
|
|
5352
5419
|
}
|
|
5353
|
-
/** @name PalletPermissionsError (
|
|
5420
|
+
/** @name PalletPermissionsError (658) */
|
|
5354
5421
|
interface PalletPermissionsError extends Enum {
|
|
5355
5422
|
readonly isUnauthorizedCaller: boolean;
|
|
5356
5423
|
readonly type: 'UnauthorizedCaller';
|
|
5357
5424
|
}
|
|
5358
|
-
/** @name PalletPipsPipsMetadata (
|
|
5425
|
+
/** @name PalletPipsPipsMetadata (659) */
|
|
5359
5426
|
interface PalletPipsPipsMetadata extends Struct {
|
|
5360
5427
|
readonly id: u32;
|
|
5361
5428
|
readonly url: Option<Bytes>;
|
|
@@ -5364,34 +5431,34 @@ declare module "./types-lookup.ts" {
|
|
|
5364
5431
|
readonly transactionVersion: u32;
|
|
5365
5432
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5366
5433
|
}
|
|
5367
|
-
/** @name PalletPipsDepositInfo (
|
|
5434
|
+
/** @name PalletPipsDepositInfo (661) */
|
|
5368
5435
|
interface PalletPipsDepositInfo extends Struct {
|
|
5369
5436
|
readonly owner: AccountId32;
|
|
5370
5437
|
readonly amount: u128;
|
|
5371
5438
|
}
|
|
5372
|
-
/** @name PalletPipsPip (
|
|
5439
|
+
/** @name PalletPipsPip (662) */
|
|
5373
5440
|
interface PalletPipsPip extends Struct {
|
|
5374
5441
|
readonly id: u32;
|
|
5375
5442
|
readonly proposal: Call;
|
|
5376
5443
|
readonly proposer: PalletPipsProposer;
|
|
5377
5444
|
}
|
|
5378
|
-
/** @name PalletPipsVotingResult (
|
|
5445
|
+
/** @name PalletPipsVotingResult (663) */
|
|
5379
5446
|
interface PalletPipsVotingResult extends Struct {
|
|
5380
5447
|
readonly ayesCount: u32;
|
|
5381
5448
|
readonly ayesStake: u128;
|
|
5382
5449
|
readonly naysCount: u32;
|
|
5383
5450
|
readonly naysStake: u128;
|
|
5384
5451
|
}
|
|
5385
|
-
/** @name PalletPipsVote (
|
|
5452
|
+
/** @name PalletPipsVote (664) */
|
|
5386
5453
|
interface PalletPipsVote extends ITuple<[bool, u128]> {
|
|
5387
5454
|
}
|
|
5388
|
-
/** @name PalletPipsSnapshotMetadata (
|
|
5455
|
+
/** @name PalletPipsSnapshotMetadata (665) */
|
|
5389
5456
|
interface PalletPipsSnapshotMetadata extends Struct {
|
|
5390
5457
|
readonly createdAt: u32;
|
|
5391
5458
|
readonly madeBy: AccountId32;
|
|
5392
5459
|
readonly id: u32;
|
|
5393
5460
|
}
|
|
5394
|
-
/** @name PalletPipsError (
|
|
5461
|
+
/** @name PalletPipsError (667) */
|
|
5395
5462
|
interface PalletPipsError extends Enum {
|
|
5396
5463
|
readonly isRescheduleNotByReleaseCoordinator: boolean;
|
|
5397
5464
|
readonly isNotFromCommunity: boolean;
|
|
@@ -5413,7 +5480,7 @@ declare module "./types-lookup.ts" {
|
|
|
5413
5480
|
readonly isProposalNotInScheduledState: boolean;
|
|
5414
5481
|
readonly type: 'RescheduleNotByReleaseCoordinator' | 'NotFromCommunity' | 'NotByCommittee' | 'TooManyActivePips' | 'IncorrectDeposit' | 'InsufficientDeposit' | 'NoSuchProposal' | 'NotACommitteeMember' | 'InvalidFutureBlockNumber' | 'NumberOfVotesExceeded' | 'StakeAmountOfVotesExceeded' | 'MissingCurrentIdentity' | 'IncorrectProposalState' | 'CannotSkipPip' | 'SnapshotResultTooLarge' | 'SnapshotIdMismatch' | 'ScheduledProposalDoesntExist' | 'ProposalNotInScheduledState';
|
|
5415
5482
|
}
|
|
5416
|
-
/** @name PalletPortfolioError (
|
|
5483
|
+
/** @name PalletPortfolioError (675) */
|
|
5417
5484
|
interface PalletPortfolioError extends Enum {
|
|
5418
5485
|
readonly isPortfolioDoesNotExist: boolean;
|
|
5419
5486
|
readonly isInsufficientPortfolioBalance: boolean;
|
|
@@ -5434,14 +5501,14 @@ declare module "./types-lookup.ts" {
|
|
|
5434
5501
|
readonly isMissingOwnersPermission: boolean;
|
|
5435
5502
|
readonly type: 'PortfolioDoesNotExist' | 'InsufficientPortfolioBalance' | 'DestinationIsSamePortfolio' | 'PortfolioNameAlreadyInUse' | 'SecondaryKeyNotAuthorizedForPortfolio' | 'UnauthorizedCustodian' | 'InsufficientTokensLocked' | 'PortfolioNotEmpty' | 'DifferentIdentityPortfolios' | 'NoDuplicateAssetsAllowed' | 'NftNotFoundInPortfolio' | 'NftAlreadyLocked' | 'NftNotLocked' | 'InvalidTransferNFTNotOwned' | 'InvalidTransferNFTIsLocked' | 'EmptyTransfer' | 'MissingOwnersPermission';
|
|
5436
5503
|
}
|
|
5437
|
-
/** @name PalletProtocolFeeError (
|
|
5504
|
+
/** @name PalletProtocolFeeError (676) */
|
|
5438
5505
|
interface PalletProtocolFeeError extends Enum {
|
|
5439
5506
|
readonly isInsufficientAccountBalance: boolean;
|
|
5440
5507
|
readonly isUnHandledImbalances: boolean;
|
|
5441
5508
|
readonly isInsufficientSubsidyBalance: boolean;
|
|
5442
5509
|
readonly type: 'InsufficientAccountBalance' | 'UnHandledImbalances' | 'InsufficientSubsidyBalance';
|
|
5443
5510
|
}
|
|
5444
|
-
/** @name PalletSchedulerScheduled (
|
|
5511
|
+
/** @name PalletSchedulerScheduled (679) */
|
|
5445
5512
|
interface PalletSchedulerScheduled extends Struct {
|
|
5446
5513
|
readonly maybeId: Option<U8aFixed>;
|
|
5447
5514
|
readonly priority: u8;
|
|
@@ -5449,7 +5516,7 @@ declare module "./types-lookup.ts" {
|
|
|
5449
5516
|
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
5450
5517
|
readonly origin: PolymeshRuntimeDevelopRuntimeOriginCaller;
|
|
5451
5518
|
}
|
|
5452
|
-
/** @name FrameSupportPreimagesBounded (
|
|
5519
|
+
/** @name FrameSupportPreimagesBounded (680) */
|
|
5453
5520
|
interface FrameSupportPreimagesBounded extends Enum {
|
|
5454
5521
|
readonly isLegacy: boolean;
|
|
5455
5522
|
readonly asLegacy: {
|
|
@@ -5464,7 +5531,7 @@ declare module "./types-lookup.ts" {
|
|
|
5464
5531
|
} & Struct;
|
|
5465
5532
|
readonly type: 'Legacy' | 'Inline' | 'Lookup';
|
|
5466
5533
|
}
|
|
5467
|
-
/** @name PalletSchedulerError (
|
|
5534
|
+
/** @name PalletSchedulerError (683) */
|
|
5468
5535
|
interface PalletSchedulerError extends Enum {
|
|
5469
5536
|
readonly isFailedToSchedule: boolean;
|
|
5470
5537
|
readonly isNotFound: boolean;
|
|
@@ -5473,12 +5540,12 @@ declare module "./types-lookup.ts" {
|
|
|
5473
5540
|
readonly isNamed: boolean;
|
|
5474
5541
|
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
|
|
5475
5542
|
}
|
|
5476
|
-
/** @name PolymeshPrimitivesSettlementVenue (
|
|
5543
|
+
/** @name PolymeshPrimitivesSettlementVenue (684) */
|
|
5477
5544
|
interface PolymeshPrimitivesSettlementVenue extends Struct {
|
|
5478
5545
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
5479
5546
|
readonly venueType: PolymeshPrimitivesSettlementVenueType;
|
|
5480
5547
|
}
|
|
5481
|
-
/** @name PolymeshPrimitivesSettlementInstruction (
|
|
5548
|
+
/** @name PolymeshPrimitivesSettlementInstruction (688) */
|
|
5482
5549
|
interface PolymeshPrimitivesSettlementInstruction extends Struct {
|
|
5483
5550
|
readonly instructionId: u64;
|
|
5484
5551
|
readonly venueId: u64;
|
|
@@ -5487,7 +5554,7 @@ declare module "./types-lookup.ts" {
|
|
|
5487
5554
|
readonly tradeDate: Option<u64>;
|
|
5488
5555
|
readonly valueDate: Option<u64>;
|
|
5489
5556
|
}
|
|
5490
|
-
/** @name PolymeshPrimitivesSettlementLegStatus (
|
|
5557
|
+
/** @name PolymeshPrimitivesSettlementLegStatus (690) */
|
|
5491
5558
|
interface PolymeshPrimitivesSettlementLegStatus extends Enum {
|
|
5492
5559
|
readonly isPendingTokenLock: boolean;
|
|
5493
5560
|
readonly isExecutionPending: boolean;
|
|
@@ -5495,14 +5562,14 @@ declare module "./types-lookup.ts" {
|
|
|
5495
5562
|
readonly asExecutionToBeSkipped: ITuple<[AccountId32, u64]>;
|
|
5496
5563
|
readonly type: 'PendingTokenLock' | 'ExecutionPending' | 'ExecutionToBeSkipped';
|
|
5497
5564
|
}
|
|
5498
|
-
/** @name PolymeshPrimitivesSettlementAffirmationStatus (
|
|
5565
|
+
/** @name PolymeshPrimitivesSettlementAffirmationStatus (692) */
|
|
5499
5566
|
interface PolymeshPrimitivesSettlementAffirmationStatus extends Enum {
|
|
5500
5567
|
readonly isUnknown: boolean;
|
|
5501
5568
|
readonly isPending: boolean;
|
|
5502
5569
|
readonly isAffirmed: boolean;
|
|
5503
5570
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5504
5571
|
}
|
|
5505
|
-
/** @name PolymeshPrimitivesSettlementInstructionStatus (
|
|
5572
|
+
/** @name PolymeshPrimitivesSettlementInstructionStatus (696) */
|
|
5506
5573
|
interface PolymeshPrimitivesSettlementInstructionStatus extends Enum {
|
|
5507
5574
|
readonly isUnknown: boolean;
|
|
5508
5575
|
readonly isPending: boolean;
|
|
@@ -5513,7 +5580,17 @@ declare module "./types-lookup.ts" {
|
|
|
5513
5580
|
readonly asRejected: u32;
|
|
5514
5581
|
readonly type: 'Unknown' | 'Pending' | 'Failed' | 'Success' | 'Rejected';
|
|
5515
5582
|
}
|
|
5516
|
-
/** @name
|
|
5583
|
+
/** @name PolymeshPrimitivesSettlementMediatorAffirmationStatus (698) */
|
|
5584
|
+
interface PolymeshPrimitivesSettlementMediatorAffirmationStatus extends Enum {
|
|
5585
|
+
readonly isUnknown: boolean;
|
|
5586
|
+
readonly isPending: boolean;
|
|
5587
|
+
readonly isAffirmed: boolean;
|
|
5588
|
+
readonly asAffirmed: {
|
|
5589
|
+
readonly expiry: Option<u64>;
|
|
5590
|
+
} & Struct;
|
|
5591
|
+
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5592
|
+
}
|
|
5593
|
+
/** @name PalletSettlementError (699) */
|
|
5517
5594
|
interface PalletSettlementError extends Enum {
|
|
5518
5595
|
readonly isInvalidVenue: boolean;
|
|
5519
5596
|
readonly isUnauthorized: boolean;
|
|
@@ -5555,19 +5632,22 @@ declare module "./types-lookup.ts" {
|
|
|
5555
5632
|
readonly isMultipleReceiptsForOneLeg: boolean;
|
|
5556
5633
|
readonly isUnexpectedLegStatus: boolean;
|
|
5557
5634
|
readonly isNumberOfVenueSignersExceeded: boolean;
|
|
5558
|
-
readonly
|
|
5635
|
+
readonly isCallerIsNotAMediator: boolean;
|
|
5636
|
+
readonly isInvalidExpiryDate: boolean;
|
|
5637
|
+
readonly isMediatorAffirmationExpired: boolean;
|
|
5638
|
+
readonly type: 'InvalidVenue' | 'Unauthorized' | 'InstructionNotAffirmed' | 'UnauthorizedSigner' | 'ReceiptAlreadyClaimed' | 'UnauthorizedVenue' | 'InstructionDatesInvalid' | 'InstructionSettleBlockPassed' | 'InvalidSignature' | 'SameSenderReceiver' | 'SettleOnPastBlock' | 'UnexpectedAffirmationStatus' | 'FailedToSchedule' | 'UnknownInstruction' | 'SignerAlreadyExists' | 'SignerDoesNotExist' | 'ZeroAmount' | 'InstructionSettleBlockNotReached' | 'CallerIsNotAParty' | 'MaxNumberOfNFTsExceeded' | 'NumberOfTransferredNFTsUnderestimated' | 'ReceiptForInvalidLegType' | 'WeightLimitExceeded' | 'MaxNumberOfFungibleAssetsExceeded' | 'MaxNumberOfOffChainAssetsExceeded' | 'NumberOfFungibleTransfersUnderestimated' | 'UnexpectedOFFChainAsset' | 'OffChainAssetCantBeLocked' | 'NumberOfOffChainTransfersUnderestimated' | 'LegNotFound' | 'InputWeightIsLessThanMinimum' | 'MaxNumberOfReceiptsExceeded' | 'NotAllAffirmationsHaveBeenReceived' | 'InvalidInstructionStatusForExecution' | 'FailedToReleaseLockOrTransferAssets' | 'DuplicateReceiptUid' | 'ReceiptInstructionIdMissmatch' | 'MultipleReceiptsForOneLeg' | 'UnexpectedLegStatus' | 'NumberOfVenueSignersExceeded' | 'CallerIsNotAMediator' | 'InvalidExpiryDate' | 'MediatorAffirmationExpired';
|
|
5559
5639
|
}
|
|
5560
|
-
/** @name PolymeshPrimitivesStatisticsStat1stKey (
|
|
5640
|
+
/** @name PolymeshPrimitivesStatisticsStat1stKey (702) */
|
|
5561
5641
|
interface PolymeshPrimitivesStatisticsStat1stKey extends Struct {
|
|
5562
5642
|
readonly asset: PolymeshPrimitivesStatisticsAssetScope;
|
|
5563
5643
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
5564
5644
|
}
|
|
5565
|
-
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (
|
|
5645
|
+
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (703) */
|
|
5566
5646
|
interface PolymeshPrimitivesTransferComplianceAssetTransferCompliance extends Struct {
|
|
5567
5647
|
readonly paused: bool;
|
|
5568
5648
|
readonly requirements: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
5569
5649
|
}
|
|
5570
|
-
/** @name PalletStatisticsError (
|
|
5650
|
+
/** @name PalletStatisticsError (707) */
|
|
5571
5651
|
interface PalletStatisticsError extends Enum {
|
|
5572
5652
|
readonly isInvalidTransfer: boolean;
|
|
5573
5653
|
readonly isStatTypeMissing: boolean;
|
|
@@ -5578,7 +5658,7 @@ declare module "./types-lookup.ts" {
|
|
|
5578
5658
|
readonly isWeightLimitExceeded: boolean;
|
|
5579
5659
|
readonly type: 'InvalidTransfer' | 'StatTypeMissing' | 'StatTypeNeededByTransferCondition' | 'CannotRemoveStatTypeInUse' | 'StatTypeLimitReached' | 'TransferConditionLimitReached' | 'WeightLimitExceeded';
|
|
5580
5660
|
}
|
|
5581
|
-
/** @name PalletStoError (
|
|
5661
|
+
/** @name PalletStoError (709) */
|
|
5582
5662
|
interface PalletStoError extends Enum {
|
|
5583
5663
|
readonly isUnauthorized: boolean;
|
|
5584
5664
|
readonly isOverflow: boolean;
|
|
@@ -5594,27 +5674,28 @@ declare module "./types-lookup.ts" {
|
|
|
5594
5674
|
readonly isInvestmentAmountTooLow: boolean;
|
|
5595
5675
|
readonly type: 'Unauthorized' | 'Overflow' | 'InsufficientTokensRemaining' | 'FundraiserNotFound' | 'FundraiserNotLive' | 'FundraiserClosed' | 'FundraiserExpired' | 'InvalidVenue' | 'InvalidPriceTiers' | 'InvalidOfferingWindow' | 'MaxPriceExceeded' | 'InvestmentAmountTooLow';
|
|
5596
5676
|
}
|
|
5597
|
-
/** @name PalletTreasuryError (
|
|
5677
|
+
/** @name PalletTreasuryError (710) */
|
|
5598
5678
|
interface PalletTreasuryError extends Enum {
|
|
5599
5679
|
readonly isInsufficientBalance: boolean;
|
|
5600
5680
|
readonly isInvalidIdentity: boolean;
|
|
5601
5681
|
readonly type: 'InsufficientBalance' | 'InvalidIdentity';
|
|
5602
5682
|
}
|
|
5603
|
-
/** @name PalletUtilityError (
|
|
5683
|
+
/** @name PalletUtilityError (711) */
|
|
5604
5684
|
interface PalletUtilityError extends Enum {
|
|
5605
5685
|
readonly isTooManyCalls: boolean;
|
|
5606
5686
|
readonly isInvalidSignature: boolean;
|
|
5607
5687
|
readonly isTargetCddMissing: boolean;
|
|
5608
5688
|
readonly isInvalidNonce: boolean;
|
|
5609
|
-
readonly
|
|
5689
|
+
readonly isUnableToDeriveAccountId: boolean;
|
|
5690
|
+
readonly type: 'TooManyCalls' | 'InvalidSignature' | 'TargetCddMissing' | 'InvalidNonce' | 'UnableToDeriveAccountId';
|
|
5610
5691
|
}
|
|
5611
|
-
/** @name PalletBaseError (
|
|
5692
|
+
/** @name PalletBaseError (712) */
|
|
5612
5693
|
interface PalletBaseError extends Enum {
|
|
5613
5694
|
readonly isTooLong: boolean;
|
|
5614
5695
|
readonly isCounterOverflow: boolean;
|
|
5615
5696
|
readonly type: 'TooLong' | 'CounterOverflow';
|
|
5616
5697
|
}
|
|
5617
|
-
/** @name PalletExternalAgentsError (
|
|
5698
|
+
/** @name PalletExternalAgentsError (714) */
|
|
5618
5699
|
interface PalletExternalAgentsError extends Enum {
|
|
5619
5700
|
readonly isNoSuchAG: boolean;
|
|
5620
5701
|
readonly isUnauthorizedAgent: boolean;
|
|
@@ -5624,12 +5705,12 @@ declare module "./types-lookup.ts" {
|
|
|
5624
5705
|
readonly isSecondaryKeyNotAuthorizedForAsset: boolean;
|
|
5625
5706
|
readonly type: 'NoSuchAG' | 'UnauthorizedAgent' | 'AlreadyAnAgent' | 'NotAnAgent' | 'RemovingLastFullAgent' | 'SecondaryKeyNotAuthorizedForAsset';
|
|
5626
5707
|
}
|
|
5627
|
-
/** @name PalletRelayerSubsidy (
|
|
5708
|
+
/** @name PalletRelayerSubsidy (715) */
|
|
5628
5709
|
interface PalletRelayerSubsidy extends Struct {
|
|
5629
5710
|
readonly payingKey: AccountId32;
|
|
5630
5711
|
readonly remaining: u128;
|
|
5631
5712
|
}
|
|
5632
|
-
/** @name PalletRelayerError (
|
|
5713
|
+
/** @name PalletRelayerError (716) */
|
|
5633
5714
|
interface PalletRelayerError extends Enum {
|
|
5634
5715
|
readonly isUserKeyCddMissing: boolean;
|
|
5635
5716
|
readonly isPayingKeyCddMissing: boolean;
|
|
@@ -5640,7 +5721,7 @@ declare module "./types-lookup.ts" {
|
|
|
5640
5721
|
readonly isOverflow: boolean;
|
|
5641
5722
|
readonly type: 'UserKeyCddMissing' | 'PayingKeyCddMissing' | 'NoPayingKey' | 'NotPayingKey' | 'NotAuthorizedForPayingKey' | 'NotAuthorizedForUserKey' | 'Overflow';
|
|
5642
5723
|
}
|
|
5643
|
-
/** @name PalletContractsWasmPrefabWasmModule (
|
|
5724
|
+
/** @name PalletContractsWasmPrefabWasmModule (718) */
|
|
5644
5725
|
interface PalletContractsWasmPrefabWasmModule extends Struct {
|
|
5645
5726
|
readonly instructionWeightsVersion: Compact<u32>;
|
|
5646
5727
|
readonly initial: Compact<u32>;
|
|
@@ -5648,13 +5729,13 @@ declare module "./types-lookup.ts" {
|
|
|
5648
5729
|
readonly code: Bytes;
|
|
5649
5730
|
readonly determinism: PalletContractsWasmDeterminism;
|
|
5650
5731
|
}
|
|
5651
|
-
/** @name PalletContractsWasmOwnerInfo (
|
|
5732
|
+
/** @name PalletContractsWasmOwnerInfo (720) */
|
|
5652
5733
|
interface PalletContractsWasmOwnerInfo extends Struct {
|
|
5653
5734
|
readonly owner: AccountId32;
|
|
5654
5735
|
readonly deposit: Compact<u128>;
|
|
5655
5736
|
readonly refcount: Compact<u64>;
|
|
5656
5737
|
}
|
|
5657
|
-
/** @name PalletContractsStorageContractInfo (
|
|
5738
|
+
/** @name PalletContractsStorageContractInfo (721) */
|
|
5658
5739
|
interface PalletContractsStorageContractInfo extends Struct {
|
|
5659
5740
|
readonly trieId: Bytes;
|
|
5660
5741
|
readonly depositAccount: AccountId32;
|
|
@@ -5665,17 +5746,17 @@ declare module "./types-lookup.ts" {
|
|
|
5665
5746
|
readonly storageItemDeposit: u128;
|
|
5666
5747
|
readonly storageBaseDeposit: u128;
|
|
5667
5748
|
}
|
|
5668
|
-
/** @name PalletContractsStorageDeletedContract (
|
|
5749
|
+
/** @name PalletContractsStorageDeletedContract (724) */
|
|
5669
5750
|
interface PalletContractsStorageDeletedContract extends Struct {
|
|
5670
5751
|
readonly trieId: Bytes;
|
|
5671
5752
|
}
|
|
5672
|
-
/** @name PalletContractsSchedule (
|
|
5753
|
+
/** @name PalletContractsSchedule (726) */
|
|
5673
5754
|
interface PalletContractsSchedule extends Struct {
|
|
5674
5755
|
readonly limits: PalletContractsScheduleLimits;
|
|
5675
5756
|
readonly instructionWeights: PalletContractsScheduleInstructionWeights;
|
|
5676
5757
|
readonly hostFnWeights: PalletContractsScheduleHostFnWeights;
|
|
5677
5758
|
}
|
|
5678
|
-
/** @name PalletContractsScheduleLimits (
|
|
5759
|
+
/** @name PalletContractsScheduleLimits (727) */
|
|
5679
5760
|
interface PalletContractsScheduleLimits extends Struct {
|
|
5680
5761
|
readonly eventTopics: u32;
|
|
5681
5762
|
readonly globals: u32;
|
|
@@ -5687,7 +5768,7 @@ declare module "./types-lookup.ts" {
|
|
|
5687
5768
|
readonly subjectLen: u32;
|
|
5688
5769
|
readonly payloadLen: u32;
|
|
5689
5770
|
}
|
|
5690
|
-
/** @name PalletContractsScheduleInstructionWeights (
|
|
5771
|
+
/** @name PalletContractsScheduleInstructionWeights (728) */
|
|
5691
5772
|
interface PalletContractsScheduleInstructionWeights extends Struct {
|
|
5692
5773
|
readonly version: u32;
|
|
5693
5774
|
readonly fallback: u32;
|
|
@@ -5744,7 +5825,7 @@ declare module "./types-lookup.ts" {
|
|
|
5744
5825
|
readonly i64rotl: u32;
|
|
5745
5826
|
readonly i64rotr: u32;
|
|
5746
5827
|
}
|
|
5747
|
-
/** @name PalletContractsScheduleHostFnWeights (
|
|
5828
|
+
/** @name PalletContractsScheduleHostFnWeights (729) */
|
|
5748
5829
|
interface PalletContractsScheduleHostFnWeights extends Struct {
|
|
5749
5830
|
readonly caller: SpWeightsWeightV2Weight;
|
|
5750
5831
|
readonly isContract: SpWeightsWeightV2Weight;
|
|
@@ -5806,7 +5887,7 @@ declare module "./types-lookup.ts" {
|
|
|
5806
5887
|
readonly accountReentranceCount: SpWeightsWeightV2Weight;
|
|
5807
5888
|
readonly instantiationNonce: SpWeightsWeightV2Weight;
|
|
5808
5889
|
}
|
|
5809
|
-
/** @name PalletContractsError (
|
|
5890
|
+
/** @name PalletContractsError (730) */
|
|
5810
5891
|
interface PalletContractsError extends Enum {
|
|
5811
5892
|
readonly isInvalidScheduleVersion: boolean;
|
|
5812
5893
|
readonly isInvalidCallFlags: boolean;
|
|
@@ -5838,7 +5919,7 @@ declare module "./types-lookup.ts" {
|
|
|
5838
5919
|
readonly isIndeterministic: boolean;
|
|
5839
5920
|
readonly type: 'InvalidScheduleVersion' | 'InvalidCallFlags' | 'OutOfGas' | 'OutputBufferTooSmall' | 'TransferFailed' | 'MaxCallDepthReached' | 'ContractNotFound' | 'CodeTooLarge' | 'CodeNotFound' | 'OutOfBounds' | 'DecodingFailed' | 'ContractTrapped' | 'ValueTooLarge' | 'TerminatedWhileReentrant' | 'InputForwarded' | 'RandomSubjectTooLong' | 'TooManyTopics' | 'NoChainExtension' | 'DeletionQueueFull' | 'DuplicateContract' | 'TerminatedInConstructor' | 'ReentranceDenied' | 'StorageDepositNotEnoughFunds' | 'StorageDepositLimitExhausted' | 'CodeInUse' | 'ContractReverted' | 'CodeRejected' | 'Indeterministic';
|
|
5840
5921
|
}
|
|
5841
|
-
/** @name PolymeshContractsError (
|
|
5922
|
+
/** @name PolymeshContractsError (732) */
|
|
5842
5923
|
interface PolymeshContractsError extends Enum {
|
|
5843
5924
|
readonly isInvalidFuncId: boolean;
|
|
5844
5925
|
readonly isInvalidRuntimeCall: boolean;
|
|
@@ -5854,7 +5935,7 @@ declare module "./types-lookup.ts" {
|
|
|
5854
5935
|
readonly isNoUpgradesSupported: boolean;
|
|
5855
5936
|
readonly type: 'InvalidFuncId' | 'InvalidRuntimeCall' | 'ReadStorageFailed' | 'DataLeftAfterDecoding' | 'InLenTooLarge' | 'OutLenTooLarge' | 'InstantiatorWithNoIdentity' | 'RuntimeCallDenied' | 'CallerNotAPrimaryKey' | 'MissingKeyPermissions' | 'InvalidChainVersion' | 'NoUpgradesSupported';
|
|
5856
5937
|
}
|
|
5857
|
-
/** @name PalletPreimageRequestStatus (
|
|
5938
|
+
/** @name PalletPreimageRequestStatus (733) */
|
|
5858
5939
|
interface PalletPreimageRequestStatus extends Enum {
|
|
5859
5940
|
readonly isUnrequested: boolean;
|
|
5860
5941
|
readonly asUnrequested: {
|
|
@@ -5869,7 +5950,7 @@ declare module "./types-lookup.ts" {
|
|
|
5869
5950
|
} & Struct;
|
|
5870
5951
|
readonly type: 'Unrequested' | 'Requested';
|
|
5871
5952
|
}
|
|
5872
|
-
/** @name PalletPreimageError (
|
|
5953
|
+
/** @name PalletPreimageError (737) */
|
|
5873
5954
|
interface PalletPreimageError extends Enum {
|
|
5874
5955
|
readonly isTooBig: boolean;
|
|
5875
5956
|
readonly isAlreadyNoted: boolean;
|
|
@@ -5879,12 +5960,12 @@ declare module "./types-lookup.ts" {
|
|
|
5879
5960
|
readonly isNotRequested: boolean;
|
|
5880
5961
|
readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
|
|
5881
5962
|
}
|
|
5882
|
-
/** @name PolymeshPrimitivesNftNftCollection (
|
|
5963
|
+
/** @name PolymeshPrimitivesNftNftCollection (738) */
|
|
5883
5964
|
interface PolymeshPrimitivesNftNftCollection extends Struct {
|
|
5884
5965
|
readonly id: u64;
|
|
5885
5966
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
5886
5967
|
}
|
|
5887
|
-
/** @name PalletNftError (
|
|
5968
|
+
/** @name PalletNftError (743) */
|
|
5888
5969
|
interface PalletNftError extends Enum {
|
|
5889
5970
|
readonly isBalanceOverflow: boolean;
|
|
5890
5971
|
readonly isBalanceUnderflow: boolean;
|
|
@@ -5910,28 +5991,28 @@ declare module "./types-lookup.ts" {
|
|
|
5910
5991
|
readonly isSupplyUnderflow: boolean;
|
|
5911
5992
|
readonly type: 'BalanceOverflow' | 'BalanceUnderflow' | 'CollectionAlredyRegistered' | 'CollectionNotFound' | 'DuplicateMetadataKey' | 'DuplicatedNFTId' | 'InvalidAssetType' | 'InvalidMetadataAttribute' | 'InvalidNFTTransferCollectionNotFound' | 'InvalidNFTTransferSamePortfolio' | 'InvalidNFTTransferNFTNotOwned' | 'InvalidNFTTransferCountOverflow' | 'InvalidNFTTransferComplianceFailure' | 'InvalidNFTTransferFrozenAsset' | 'InvalidNFTTransferInsufficientCount' | 'MaxNumberOfKeysExceeded' | 'MaxNumberOfNFTsPerLegExceeded' | 'NftNotFound' | 'UnregisteredMetadataKey' | 'ZeroCount' | 'SupplyOverflow' | 'SupplyUnderflow';
|
|
5912
5993
|
}
|
|
5913
|
-
/** @name PalletTestUtilsError (
|
|
5994
|
+
/** @name PalletTestUtilsError (744) */
|
|
5914
5995
|
type PalletTestUtilsError = Null;
|
|
5915
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
5996
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (747) */
|
|
5916
5997
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
5917
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
5998
|
+
/** @name FrameSystemExtensionsCheckTxVersion (748) */
|
|
5918
5999
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
5919
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
6000
|
+
/** @name FrameSystemExtensionsCheckGenesis (749) */
|
|
5920
6001
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
5921
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
6002
|
+
/** @name FrameSystemExtensionsCheckNonce (752) */
|
|
5922
6003
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
5923
6004
|
}
|
|
5924
|
-
/** @name PolymeshExtensionsCheckWeight (
|
|
6005
|
+
/** @name PolymeshExtensionsCheckWeight (753) */
|
|
5925
6006
|
interface PolymeshExtensionsCheckWeight extends FrameSystemExtensionsCheckWeight {
|
|
5926
6007
|
}
|
|
5927
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
6008
|
+
/** @name FrameSystemExtensionsCheckWeight (754) */
|
|
5928
6009
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
5929
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
6010
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (755) */
|
|
5930
6011
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
5931
6012
|
}
|
|
5932
|
-
/** @name PalletPermissionsStoreCallMetadata (
|
|
6013
|
+
/** @name PalletPermissionsStoreCallMetadata (756) */
|
|
5933
6014
|
type PalletPermissionsStoreCallMetadata = Null;
|
|
5934
|
-
/** @name PolymeshRuntimeDevelopRuntime (
|
|
6015
|
+
/** @name PolymeshRuntimeDevelopRuntime (757) */
|
|
5935
6016
|
type PolymeshRuntimeDevelopRuntime = Null;
|
|
5936
6017
|
}
|
|
5937
6018
|
//# sourceMappingURL=types-lookup.d.ts.map
|