@polymeshassociation/polymesh-sdk 24.0.0-alpha.2 → 24.0.0-alpha.21
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 +3 -4
- package/README.md +8 -12
- package/api/client/Claims.js +1 -1
- package/api/client/Claims.js.map +1 -1
- package/api/client/Identities.d.ts +27 -1
- package/api/client/Identities.d.ts.map +1 -1
- package/api/client/Identities.js +34 -2
- package/api/client/Identities.js.map +1 -1
- 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 +22 -2
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +41 -0
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts +14 -2
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.js +22 -0
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts +1 -5
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +0 -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 +11 -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/Identity/index.d.ts +9 -1
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +32 -0
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +22 -2
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +38 -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 +75 -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 +78 -15
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/allowIdentityToCreatePortfolios.d.ts +18 -0
- package/api/procedures/allowIdentityToCreatePortfolios.d.ts.map +1 -0
- package/api/procedures/allowIdentityToCreatePortfolios.js +54 -0
- package/api/procedures/allowIdentityToCreatePortfolios.js.map +1 -0
- 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/createPortfolios.d.ts +12 -3
- package/api/procedures/createPortfolios.d.ts.map +1 -1
- package/api/procedures/createPortfolios.js +60 -21
- package/api/procedures/createPortfolios.js.map +1 -1
- package/api/procedures/executeManualInstruction.d.ts +11 -4
- package/api/procedures/executeManualInstruction.d.ts.map +1 -1
- package/api/procedures/executeManualInstruction.js +1 -1
- package/api/procedures/executeManualInstruction.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/modifyInstructionAffirmation.d.ts +3 -2
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +130 -38
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/registerIdentity.d.ts.map +1 -1
- package/api/procedures/registerIdentity.js +8 -0
- package/api/procedures/registerIdentity.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/revokeIdentityToCreatePortfolios.d.ts +18 -0
- package/api/procedures/revokeIdentityToCreatePortfolios.d.ts.map +1 -0
- package/api/procedures/revokeIdentityToCreatePortfolios.js +54 -0
- package/api/procedures/revokeIdentityToCreatePortfolios.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/toggleTickerPreApproval.d.ts +22 -0
- package/api/procedures/toggleTickerPreApproval.d.ts.map +1 -0
- package/api/procedures/toggleTickerPreApproval.js +66 -0
- package/api/procedures/toggleTickerPreApproval.js.map +1 -0
- 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 +22 -5
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js +3 -0
- package/api/procedures/types.js.map +1 -1
- package/base/Procedure.d.ts.map +1 -1
- package/base/Procedure.js +2 -1
- package/base/Procedure.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 +5 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +11 -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 +125 -81
- package/middleware/queries.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.21.tgz +0 -0
- package/package.json +5 -5
- package/polkadot/augment-api-errors.d.ts +28 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +38 -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 +344 -285
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +357 -286
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +3 -3
- package/polkadot/polymesh/definitions.js +3 -3
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +3 -3
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +2 -1
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/schema.d.ts +3 -3
- package/polkadot/schema.js +3 -3
- package/polkadot/schema.js.map +1 -1
- package/polkadot/types-lookup.d.ts +383 -294
- 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 +6 -2
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +7 -3
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +25 -3
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +103 -4
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +15 -1
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +66 -1
- package/utils/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.2.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,19 @@ declare module "./types-lookup.ts" {
|
|
|
2144
2156
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
2145
2157
|
u64
|
|
2146
2158
|
]>;
|
|
2147
|
-
readonly
|
|
2159
|
+
readonly isMediatorAffirmationReceived: boolean;
|
|
2160
|
+
readonly asMediatorAffirmationReceived: ITuple<[
|
|
2161
|
+
PolymeshPrimitivesIdentityId,
|
|
2162
|
+
u64,
|
|
2163
|
+
Option<u64>
|
|
2164
|
+
]>;
|
|
2165
|
+
readonly isMediatorAffirmationWithdrawn: boolean;
|
|
2166
|
+
readonly asMediatorAffirmationWithdrawn: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2167
|
+
readonly isInstructionMediators: boolean;
|
|
2168
|
+
readonly asInstructionMediators: ITuple<[u64, BTreeSet<PolymeshPrimitivesIdentityId>]>;
|
|
2169
|
+
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' | 'InstructionMediators';
|
|
2148
2170
|
}
|
|
2149
|
-
/** @name PolymeshPrimitivesSettlementVenueType (
|
|
2171
|
+
/** @name PolymeshPrimitivesSettlementVenueType (249) */
|
|
2150
2172
|
interface PolymeshPrimitivesSettlementVenueType extends Enum {
|
|
2151
2173
|
readonly isOther: boolean;
|
|
2152
2174
|
readonly isDistribution: boolean;
|
|
@@ -2154,10 +2176,10 @@ declare module "./types-lookup.ts" {
|
|
|
2154
2176
|
readonly isExchange: boolean;
|
|
2155
2177
|
readonly type: 'Other' | 'Distribution' | 'Sto' | 'Exchange';
|
|
2156
2178
|
}
|
|
2157
|
-
/** @name PolymeshPrimitivesSettlementReceiptMetadata (
|
|
2179
|
+
/** @name PolymeshPrimitivesSettlementReceiptMetadata (252) */
|
|
2158
2180
|
interface PolymeshPrimitivesSettlementReceiptMetadata extends U8aFixed {
|
|
2159
2181
|
}
|
|
2160
|
-
/** @name PolymeshPrimitivesSettlementSettlementType (
|
|
2182
|
+
/** @name PolymeshPrimitivesSettlementSettlementType (254) */
|
|
2161
2183
|
interface PolymeshPrimitivesSettlementSettlementType extends Enum {
|
|
2162
2184
|
readonly isSettleOnAffirmation: boolean;
|
|
2163
2185
|
readonly isSettleOnBlock: boolean;
|
|
@@ -2166,7 +2188,7 @@ declare module "./types-lookup.ts" {
|
|
|
2166
2188
|
readonly asSettleManual: u32;
|
|
2167
2189
|
readonly type: 'SettleOnAffirmation' | 'SettleOnBlock' | 'SettleManual';
|
|
2168
2190
|
}
|
|
2169
|
-
/** @name PolymeshPrimitivesSettlementLeg (
|
|
2191
|
+
/** @name PolymeshPrimitivesSettlementLeg (256) */
|
|
2170
2192
|
interface PolymeshPrimitivesSettlementLeg extends Enum {
|
|
2171
2193
|
readonly isFungible: boolean;
|
|
2172
2194
|
readonly asFungible: {
|
|
@@ -2190,7 +2212,7 @@ declare module "./types-lookup.ts" {
|
|
|
2190
2212
|
} & Struct;
|
|
2191
2213
|
readonly type: 'Fungible' | 'NonFungible' | 'OffChain';
|
|
2192
2214
|
}
|
|
2193
|
-
/** @name PolymeshCommonUtilitiesStatisticsEvent (
|
|
2215
|
+
/** @name PolymeshCommonUtilitiesStatisticsEvent (257) */
|
|
2194
2216
|
interface PolymeshCommonUtilitiesStatisticsEvent extends Enum {
|
|
2195
2217
|
readonly isStatTypesAdded: boolean;
|
|
2196
2218
|
readonly asStatTypesAdded: ITuple<[
|
|
@@ -2231,36 +2253,36 @@ declare module "./types-lookup.ts" {
|
|
|
2231
2253
|
]>;
|
|
2232
2254
|
readonly type: 'StatTypesAdded' | 'StatTypesRemoved' | 'AssetStatsUpdated' | 'SetAssetTransferCompliance' | 'TransferConditionExemptionsAdded' | 'TransferConditionExemptionsRemoved';
|
|
2233
2255
|
}
|
|
2234
|
-
/** @name PolymeshPrimitivesStatisticsAssetScope (
|
|
2256
|
+
/** @name PolymeshPrimitivesStatisticsAssetScope (258) */
|
|
2235
2257
|
interface PolymeshPrimitivesStatisticsAssetScope extends Enum {
|
|
2236
2258
|
readonly isTicker: boolean;
|
|
2237
2259
|
readonly asTicker: PolymeshPrimitivesTicker;
|
|
2238
2260
|
readonly type: 'Ticker';
|
|
2239
2261
|
}
|
|
2240
|
-
/** @name PolymeshPrimitivesStatisticsStatType (
|
|
2262
|
+
/** @name PolymeshPrimitivesStatisticsStatType (260) */
|
|
2241
2263
|
interface PolymeshPrimitivesStatisticsStatType extends Struct {
|
|
2242
2264
|
readonly op: PolymeshPrimitivesStatisticsStatOpType;
|
|
2243
2265
|
readonly claimIssuer: Option<ITuple<[PolymeshPrimitivesIdentityClaimClaimType, PolymeshPrimitivesIdentityId]>>;
|
|
2244
2266
|
}
|
|
2245
|
-
/** @name PolymeshPrimitivesStatisticsStatOpType (
|
|
2267
|
+
/** @name PolymeshPrimitivesStatisticsStatOpType (261) */
|
|
2246
2268
|
interface PolymeshPrimitivesStatisticsStatOpType extends Enum {
|
|
2247
2269
|
readonly isCount: boolean;
|
|
2248
2270
|
readonly isBalance: boolean;
|
|
2249
2271
|
readonly type: 'Count' | 'Balance';
|
|
2250
2272
|
}
|
|
2251
|
-
/** @name PolymeshPrimitivesStatisticsStatUpdate (
|
|
2273
|
+
/** @name PolymeshPrimitivesStatisticsStatUpdate (265) */
|
|
2252
2274
|
interface PolymeshPrimitivesStatisticsStatUpdate extends Struct {
|
|
2253
2275
|
readonly key2: PolymeshPrimitivesStatisticsStat2ndKey;
|
|
2254
2276
|
readonly value: Option<u128>;
|
|
2255
2277
|
}
|
|
2256
|
-
/** @name PolymeshPrimitivesStatisticsStat2ndKey (
|
|
2278
|
+
/** @name PolymeshPrimitivesStatisticsStat2ndKey (266) */
|
|
2257
2279
|
interface PolymeshPrimitivesStatisticsStat2ndKey extends Enum {
|
|
2258
2280
|
readonly isNoClaimStat: boolean;
|
|
2259
2281
|
readonly isClaim: boolean;
|
|
2260
2282
|
readonly asClaim: PolymeshPrimitivesStatisticsStatClaim;
|
|
2261
2283
|
readonly type: 'NoClaimStat' | 'Claim';
|
|
2262
2284
|
}
|
|
2263
|
-
/** @name PolymeshPrimitivesStatisticsStatClaim (
|
|
2285
|
+
/** @name PolymeshPrimitivesStatisticsStatClaim (267) */
|
|
2264
2286
|
interface PolymeshPrimitivesStatisticsStatClaim extends Enum {
|
|
2265
2287
|
readonly isAccredited: boolean;
|
|
2266
2288
|
readonly asAccredited: bool;
|
|
@@ -2270,7 +2292,7 @@ declare module "./types-lookup.ts" {
|
|
|
2270
2292
|
readonly asJurisdiction: Option<PolymeshPrimitivesJurisdictionCountryCode>;
|
|
2271
2293
|
readonly type: 'Accredited' | 'Affiliate' | 'Jurisdiction';
|
|
2272
2294
|
}
|
|
2273
|
-
/** @name PolymeshPrimitivesTransferComplianceTransferCondition (
|
|
2295
|
+
/** @name PolymeshPrimitivesTransferComplianceTransferCondition (271) */
|
|
2274
2296
|
interface PolymeshPrimitivesTransferComplianceTransferCondition extends Enum {
|
|
2275
2297
|
readonly isMaxInvestorCount: boolean;
|
|
2276
2298
|
readonly asMaxInvestorCount: u64;
|
|
@@ -2292,13 +2314,13 @@ declare module "./types-lookup.ts" {
|
|
|
2292
2314
|
]>;
|
|
2293
2315
|
readonly type: 'MaxInvestorCount' | 'MaxInvestorOwnership' | 'ClaimCount' | 'ClaimOwnership';
|
|
2294
2316
|
}
|
|
2295
|
-
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (
|
|
2317
|
+
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (272) */
|
|
2296
2318
|
interface PolymeshPrimitivesTransferComplianceTransferConditionExemptKey extends Struct {
|
|
2297
2319
|
readonly asset: PolymeshPrimitivesStatisticsAssetScope;
|
|
2298
2320
|
readonly op: PolymeshPrimitivesStatisticsStatOpType;
|
|
2299
2321
|
readonly claimType: Option<PolymeshPrimitivesIdentityClaimClaimType>;
|
|
2300
2322
|
}
|
|
2301
|
-
/** @name PalletStoRawEvent (
|
|
2323
|
+
/** @name PalletStoRawEvent (274) */
|
|
2302
2324
|
interface PalletStoRawEvent extends Enum {
|
|
2303
2325
|
readonly isFundraiserCreated: boolean;
|
|
2304
2326
|
readonly asFundraiserCreated: ITuple<[
|
|
@@ -2333,7 +2355,7 @@ declare module "./types-lookup.ts" {
|
|
|
2333
2355
|
readonly asFundraiserClosed: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2334
2356
|
readonly type: 'FundraiserCreated' | 'Invested' | 'FundraiserFrozen' | 'FundraiserUnfrozen' | 'FundraiserWindowModified' | 'FundraiserClosed';
|
|
2335
2357
|
}
|
|
2336
|
-
/** @name PalletStoFundraiser (
|
|
2358
|
+
/** @name PalletStoFundraiser (277) */
|
|
2337
2359
|
interface PalletStoFundraiser extends Struct {
|
|
2338
2360
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
2339
2361
|
readonly offeringPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
@@ -2347,13 +2369,13 @@ declare module "./types-lookup.ts" {
|
|
|
2347
2369
|
readonly status: PalletStoFundraiserStatus;
|
|
2348
2370
|
readonly minimumInvestment: u128;
|
|
2349
2371
|
}
|
|
2350
|
-
/** @name PalletStoFundraiserTier (
|
|
2372
|
+
/** @name PalletStoFundraiserTier (279) */
|
|
2351
2373
|
interface PalletStoFundraiserTier extends Struct {
|
|
2352
2374
|
readonly total: u128;
|
|
2353
2375
|
readonly price: u128;
|
|
2354
2376
|
readonly remaining: u128;
|
|
2355
2377
|
}
|
|
2356
|
-
/** @name PalletStoFundraiserStatus (
|
|
2378
|
+
/** @name PalletStoFundraiserStatus (280) */
|
|
2357
2379
|
interface PalletStoFundraiserStatus extends Enum {
|
|
2358
2380
|
readonly isLive: boolean;
|
|
2359
2381
|
readonly isFrozen: boolean;
|
|
@@ -2361,7 +2383,7 @@ declare module "./types-lookup.ts" {
|
|
|
2361
2383
|
readonly isClosedEarly: boolean;
|
|
2362
2384
|
readonly type: 'Live' | 'Frozen' | 'Closed' | 'ClosedEarly';
|
|
2363
2385
|
}
|
|
2364
|
-
/** @name PalletTreasuryRawEvent (
|
|
2386
|
+
/** @name PalletTreasuryRawEvent (281) */
|
|
2365
2387
|
interface PalletTreasuryRawEvent extends Enum {
|
|
2366
2388
|
readonly isTreasuryDisbursement: boolean;
|
|
2367
2389
|
readonly asTreasuryDisbursement: ITuple<[
|
|
@@ -2381,7 +2403,7 @@ declare module "./types-lookup.ts" {
|
|
|
2381
2403
|
readonly asTreasuryReimbursement: ITuple<[PolymeshPrimitivesIdentityId, u128]>;
|
|
2382
2404
|
readonly type: 'TreasuryDisbursement' | 'TreasuryDisbursementFailed' | 'TreasuryReimbursement';
|
|
2383
2405
|
}
|
|
2384
|
-
/** @name PalletUtilityEvent (
|
|
2406
|
+
/** @name PalletUtilityEvent (282) */
|
|
2385
2407
|
interface PalletUtilityEvent extends Enum {
|
|
2386
2408
|
readonly isBatchInterrupted: boolean;
|
|
2387
2409
|
readonly asBatchInterrupted: {
|
|
@@ -2416,13 +2438,13 @@ declare module "./types-lookup.ts" {
|
|
|
2416
2438
|
readonly asBatchCompletedOld: Vec<u32>;
|
|
2417
2439
|
readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs' | 'RelayedTx' | 'BatchInterruptedOld' | 'BatchOptimisticFailed' | 'BatchCompletedOld';
|
|
2418
2440
|
}
|
|
2419
|
-
/** @name PolymeshCommonUtilitiesBaseEvent (
|
|
2441
|
+
/** @name PolymeshCommonUtilitiesBaseEvent (286) */
|
|
2420
2442
|
interface PolymeshCommonUtilitiesBaseEvent extends Enum {
|
|
2421
2443
|
readonly isUnexpectedError: boolean;
|
|
2422
2444
|
readonly asUnexpectedError: Option<SpRuntimeDispatchError>;
|
|
2423
2445
|
readonly type: 'UnexpectedError';
|
|
2424
2446
|
}
|
|
2425
|
-
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (
|
|
2447
|
+
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (288) */
|
|
2426
2448
|
interface PolymeshCommonUtilitiesExternalAgentsEvent extends Enum {
|
|
2427
2449
|
readonly isGroupCreated: boolean;
|
|
2428
2450
|
readonly asGroupCreated: ITuple<[
|
|
@@ -2459,7 +2481,7 @@ declare module "./types-lookup.ts" {
|
|
|
2459
2481
|
]>;
|
|
2460
2482
|
readonly type: 'GroupCreated' | 'GroupPermissionsUpdated' | 'AgentAdded' | 'AgentRemoved' | 'GroupChanged';
|
|
2461
2483
|
}
|
|
2462
|
-
/** @name PolymeshCommonUtilitiesRelayerRawEvent (
|
|
2484
|
+
/** @name PolymeshCommonUtilitiesRelayerRawEvent (289) */
|
|
2463
2485
|
interface PolymeshCommonUtilitiesRelayerRawEvent extends Enum {
|
|
2464
2486
|
readonly isAuthorizedPayingKey: boolean;
|
|
2465
2487
|
readonly asAuthorizedPayingKey: ITuple<[
|
|
@@ -2483,7 +2505,7 @@ declare module "./types-lookup.ts" {
|
|
|
2483
2505
|
]>;
|
|
2484
2506
|
readonly type: 'AuthorizedPayingKey' | 'AcceptedPayingKey' | 'RemovedPayingKey' | 'UpdatedPolyxLimit';
|
|
2485
2507
|
}
|
|
2486
|
-
/** @name PalletContractsEvent (
|
|
2508
|
+
/** @name PalletContractsEvent (290) */
|
|
2487
2509
|
interface PalletContractsEvent extends Enum {
|
|
2488
2510
|
readonly isInstantiated: boolean;
|
|
2489
2511
|
readonly asInstantiated: {
|
|
@@ -2526,7 +2548,7 @@ declare module "./types-lookup.ts" {
|
|
|
2526
2548
|
} & Struct;
|
|
2527
2549
|
readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled';
|
|
2528
2550
|
}
|
|
2529
|
-
/** @name PolymeshContractsRawEvent (
|
|
2551
|
+
/** @name PolymeshContractsRawEvent (291) */
|
|
2530
2552
|
interface PolymeshContractsRawEvent extends Enum {
|
|
2531
2553
|
readonly isApiHashUpdated: boolean;
|
|
2532
2554
|
readonly asApiHashUpdated: ITuple<[PolymeshContractsApi, PolymeshContractsChainVersion, H256]>;
|
|
@@ -2534,20 +2556,20 @@ declare module "./types-lookup.ts" {
|
|
|
2534
2556
|
readonly asScRuntimeCall: ITuple<[AccountId32, PolymeshContractsChainExtensionExtrinsicId]>;
|
|
2535
2557
|
readonly type: 'ApiHashUpdated' | 'ScRuntimeCall';
|
|
2536
2558
|
}
|
|
2537
|
-
/** @name PolymeshContractsApi (
|
|
2559
|
+
/** @name PolymeshContractsApi (292) */
|
|
2538
2560
|
interface PolymeshContractsApi extends Struct {
|
|
2539
2561
|
readonly desc: U8aFixed;
|
|
2540
2562
|
readonly major: u32;
|
|
2541
2563
|
}
|
|
2542
|
-
/** @name PolymeshContractsChainVersion (
|
|
2564
|
+
/** @name PolymeshContractsChainVersion (293) */
|
|
2543
2565
|
interface PolymeshContractsChainVersion extends Struct {
|
|
2544
2566
|
readonly specVersion: u32;
|
|
2545
2567
|
readonly txVersion: u32;
|
|
2546
2568
|
}
|
|
2547
|
-
/** @name PolymeshContractsChainExtensionExtrinsicId (
|
|
2569
|
+
/** @name PolymeshContractsChainExtensionExtrinsicId (294) */
|
|
2548
2570
|
interface PolymeshContractsChainExtensionExtrinsicId extends ITuple<[u8, u8]> {
|
|
2549
2571
|
}
|
|
2550
|
-
/** @name PalletPreimageEvent (
|
|
2572
|
+
/** @name PalletPreimageEvent (295) */
|
|
2551
2573
|
interface PalletPreimageEvent extends Enum {
|
|
2552
2574
|
readonly isNoted: boolean;
|
|
2553
2575
|
readonly asNoted: {
|
|
@@ -2563,7 +2585,7 @@ declare module "./types-lookup.ts" {
|
|
|
2563
2585
|
} & Struct;
|
|
2564
2586
|
readonly type: 'Noted' | 'Requested' | 'Cleared';
|
|
2565
2587
|
}
|
|
2566
|
-
/** @name PolymeshCommonUtilitiesNftEvent (
|
|
2588
|
+
/** @name PolymeshCommonUtilitiesNftEvent (296) */
|
|
2567
2589
|
interface PolymeshCommonUtilitiesNftEvent extends Enum {
|
|
2568
2590
|
readonly isNftCollectionCreated: boolean;
|
|
2569
2591
|
readonly asNftCollectionCreated: ITuple<[
|
|
@@ -2581,7 +2603,7 @@ declare module "./types-lookup.ts" {
|
|
|
2581
2603
|
]>;
|
|
2582
2604
|
readonly type: 'NftCollectionCreated' | 'NftPortfolioUpdated';
|
|
2583
2605
|
}
|
|
2584
|
-
/** @name PalletTestUtilsRawEvent (
|
|
2606
|
+
/** @name PalletTestUtilsRawEvent (298) */
|
|
2585
2607
|
interface PalletTestUtilsRawEvent extends Enum {
|
|
2586
2608
|
readonly isDidStatus: boolean;
|
|
2587
2609
|
readonly asDidStatus: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
@@ -2589,7 +2611,7 @@ declare module "./types-lookup.ts" {
|
|
|
2589
2611
|
readonly asCddStatus: ITuple<[Option<PolymeshPrimitivesIdentityId>, AccountId32, bool]>;
|
|
2590
2612
|
readonly type: 'DidStatus' | 'CddStatus';
|
|
2591
2613
|
}
|
|
2592
|
-
/** @name FrameSystemPhase (
|
|
2614
|
+
/** @name FrameSystemPhase (299) */
|
|
2593
2615
|
interface FrameSystemPhase extends Enum {
|
|
2594
2616
|
readonly isApplyExtrinsic: boolean;
|
|
2595
2617
|
readonly asApplyExtrinsic: u32;
|
|
@@ -2597,12 +2619,12 @@ declare module "./types-lookup.ts" {
|
|
|
2597
2619
|
readonly isInitialization: boolean;
|
|
2598
2620
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
2599
2621
|
}
|
|
2600
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2622
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (302) */
|
|
2601
2623
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2602
2624
|
readonly specVersion: Compact<u32>;
|
|
2603
2625
|
readonly specName: Text;
|
|
2604
2626
|
}
|
|
2605
|
-
/** @name FrameSystemCall (
|
|
2627
|
+
/** @name FrameSystemCall (305) */
|
|
2606
2628
|
interface FrameSystemCall extends Enum {
|
|
2607
2629
|
readonly isRemark: boolean;
|
|
2608
2630
|
readonly asRemark: {
|
|
@@ -2639,41 +2661,41 @@ declare module "./types-lookup.ts" {
|
|
|
2639
2661
|
} & Struct;
|
|
2640
2662
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
|
|
2641
2663
|
}
|
|
2642
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
2664
|
+
/** @name FrameSystemLimitsBlockWeights (309) */
|
|
2643
2665
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
2644
2666
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
2645
2667
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
2646
2668
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
2647
2669
|
}
|
|
2648
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
2670
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (310) */
|
|
2649
2671
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
2650
2672
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
2651
2673
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
2652
2674
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
2653
2675
|
}
|
|
2654
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
2676
|
+
/** @name FrameSystemLimitsWeightsPerClass (311) */
|
|
2655
2677
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
2656
2678
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
2657
2679
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
2658
2680
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
2659
2681
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
2660
2682
|
}
|
|
2661
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
2683
|
+
/** @name FrameSystemLimitsBlockLength (313) */
|
|
2662
2684
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
2663
2685
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
2664
2686
|
}
|
|
2665
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
2687
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (314) */
|
|
2666
2688
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
2667
2689
|
readonly normal: u32;
|
|
2668
2690
|
readonly operational: u32;
|
|
2669
2691
|
readonly mandatory: u32;
|
|
2670
2692
|
}
|
|
2671
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
2693
|
+
/** @name SpWeightsRuntimeDbWeight (315) */
|
|
2672
2694
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
2673
2695
|
readonly read: u64;
|
|
2674
2696
|
readonly write: u64;
|
|
2675
2697
|
}
|
|
2676
|
-
/** @name SpVersionRuntimeVersion (
|
|
2698
|
+
/** @name SpVersionRuntimeVersion (316) */
|
|
2677
2699
|
interface SpVersionRuntimeVersion extends Struct {
|
|
2678
2700
|
readonly specName: Text;
|
|
2679
2701
|
readonly implName: Text;
|
|
@@ -2684,7 +2706,7 @@ declare module "./types-lookup.ts" {
|
|
|
2684
2706
|
readonly transactionVersion: u32;
|
|
2685
2707
|
readonly stateVersion: u8;
|
|
2686
2708
|
}
|
|
2687
|
-
/** @name FrameSystemError (
|
|
2709
|
+
/** @name FrameSystemError (321) */
|
|
2688
2710
|
interface FrameSystemError extends Enum {
|
|
2689
2711
|
readonly isInvalidSpecName: boolean;
|
|
2690
2712
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -2694,10 +2716,10 @@ declare module "./types-lookup.ts" {
|
|
|
2694
2716
|
readonly isCallFiltered: boolean;
|
|
2695
2717
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
|
|
2696
2718
|
}
|
|
2697
|
-
/** @name SpConsensusBabeAppPublic (
|
|
2719
|
+
/** @name SpConsensusBabeAppPublic (324) */
|
|
2698
2720
|
interface SpConsensusBabeAppPublic extends SpCoreSr25519Public {
|
|
2699
2721
|
}
|
|
2700
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
2722
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (327) */
|
|
2701
2723
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
2702
2724
|
readonly isV1: boolean;
|
|
2703
2725
|
readonly asV1: {
|
|
@@ -2706,14 +2728,14 @@ declare module "./types-lookup.ts" {
|
|
|
2706
2728
|
} & Struct;
|
|
2707
2729
|
readonly type: 'V1';
|
|
2708
2730
|
}
|
|
2709
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
2731
|
+
/** @name SpConsensusBabeAllowedSlots (329) */
|
|
2710
2732
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
2711
2733
|
readonly isPrimarySlots: boolean;
|
|
2712
2734
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
2713
2735
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
2714
2736
|
readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
|
|
2715
2737
|
}
|
|
2716
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
2738
|
+
/** @name SpConsensusBabeDigestsPreDigest (333) */
|
|
2717
2739
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
2718
2740
|
readonly isPrimary: boolean;
|
|
2719
2741
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -2723,31 +2745,31 @@ declare module "./types-lookup.ts" {
|
|
|
2723
2745
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
2724
2746
|
readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
|
|
2725
2747
|
}
|
|
2726
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
2748
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (334) */
|
|
2727
2749
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
2728
2750
|
readonly authorityIndex: u32;
|
|
2729
2751
|
readonly slot: u64;
|
|
2730
2752
|
readonly vrfOutput: U8aFixed;
|
|
2731
2753
|
readonly vrfProof: U8aFixed;
|
|
2732
2754
|
}
|
|
2733
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
2755
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (335) */
|
|
2734
2756
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
2735
2757
|
readonly authorityIndex: u32;
|
|
2736
2758
|
readonly slot: u64;
|
|
2737
2759
|
}
|
|
2738
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
2760
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (336) */
|
|
2739
2761
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
2740
2762
|
readonly authorityIndex: u32;
|
|
2741
2763
|
readonly slot: u64;
|
|
2742
2764
|
readonly vrfOutput: U8aFixed;
|
|
2743
2765
|
readonly vrfProof: U8aFixed;
|
|
2744
2766
|
}
|
|
2745
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
2767
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (337) */
|
|
2746
2768
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
2747
2769
|
readonly c: ITuple<[u64, u64]>;
|
|
2748
2770
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
2749
2771
|
}
|
|
2750
|
-
/** @name PalletBabeCall (
|
|
2772
|
+
/** @name PalletBabeCall (341) */
|
|
2751
2773
|
interface PalletBabeCall extends Enum {
|
|
2752
2774
|
readonly isReportEquivocation: boolean;
|
|
2753
2775
|
readonly asReportEquivocation: {
|
|
@@ -2765,14 +2787,14 @@ declare module "./types-lookup.ts" {
|
|
|
2765
2787
|
} & Struct;
|
|
2766
2788
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
|
|
2767
2789
|
}
|
|
2768
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
2790
|
+
/** @name SpConsensusSlotsEquivocationProof (342) */
|
|
2769
2791
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
2770
2792
|
readonly offender: SpConsensusBabeAppPublic;
|
|
2771
2793
|
readonly slot: u64;
|
|
2772
2794
|
readonly firstHeader: SpRuntimeHeader;
|
|
2773
2795
|
readonly secondHeader: SpRuntimeHeader;
|
|
2774
2796
|
}
|
|
2775
|
-
/** @name SpRuntimeHeader (
|
|
2797
|
+
/** @name SpRuntimeHeader (343) */
|
|
2776
2798
|
interface SpRuntimeHeader extends Struct {
|
|
2777
2799
|
readonly parentHash: H256;
|
|
2778
2800
|
readonly number: Compact<u32>;
|
|
@@ -2780,15 +2802,15 @@ declare module "./types-lookup.ts" {
|
|
|
2780
2802
|
readonly extrinsicsRoot: H256;
|
|
2781
2803
|
readonly digest: SpRuntimeDigest;
|
|
2782
2804
|
}
|
|
2783
|
-
/** @name SpRuntimeBlakeTwo256 (
|
|
2805
|
+
/** @name SpRuntimeBlakeTwo256 (344) */
|
|
2784
2806
|
type SpRuntimeBlakeTwo256 = Null;
|
|
2785
|
-
/** @name SpSessionMembershipProof (
|
|
2807
|
+
/** @name SpSessionMembershipProof (345) */
|
|
2786
2808
|
interface SpSessionMembershipProof extends Struct {
|
|
2787
2809
|
readonly session: u32;
|
|
2788
2810
|
readonly trieNodes: Vec<Bytes>;
|
|
2789
2811
|
readonly validatorCount: u32;
|
|
2790
2812
|
}
|
|
2791
|
-
/** @name PalletBabeError (
|
|
2813
|
+
/** @name PalletBabeError (346) */
|
|
2792
2814
|
interface PalletBabeError extends Enum {
|
|
2793
2815
|
readonly isInvalidEquivocationProof: boolean;
|
|
2794
2816
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
@@ -2796,7 +2818,7 @@ declare module "./types-lookup.ts" {
|
|
|
2796
2818
|
readonly isInvalidConfiguration: boolean;
|
|
2797
2819
|
readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
|
|
2798
2820
|
}
|
|
2799
|
-
/** @name PalletTimestampCall (
|
|
2821
|
+
/** @name PalletTimestampCall (347) */
|
|
2800
2822
|
interface PalletTimestampCall extends Enum {
|
|
2801
2823
|
readonly isSet: boolean;
|
|
2802
2824
|
readonly asSet: {
|
|
@@ -2804,7 +2826,7 @@ declare module "./types-lookup.ts" {
|
|
|
2804
2826
|
} & Struct;
|
|
2805
2827
|
readonly type: 'Set';
|
|
2806
2828
|
}
|
|
2807
|
-
/** @name PalletIndicesCall (
|
|
2829
|
+
/** @name PalletIndicesCall (349) */
|
|
2808
2830
|
interface PalletIndicesCall extends Enum {
|
|
2809
2831
|
readonly isClaim: boolean;
|
|
2810
2832
|
readonly asClaim: {
|
|
@@ -2831,7 +2853,7 @@ declare module "./types-lookup.ts" {
|
|
|
2831
2853
|
} & Struct;
|
|
2832
2854
|
readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze';
|
|
2833
2855
|
}
|
|
2834
|
-
/** @name PalletIndicesError (
|
|
2856
|
+
/** @name PalletIndicesError (351) */
|
|
2835
2857
|
interface PalletIndicesError extends Enum {
|
|
2836
2858
|
readonly isNotAssigned: boolean;
|
|
2837
2859
|
readonly isNotOwner: boolean;
|
|
@@ -2840,20 +2862,20 @@ declare module "./types-lookup.ts" {
|
|
|
2840
2862
|
readonly isPermanent: boolean;
|
|
2841
2863
|
readonly type: 'NotAssigned' | 'NotOwner' | 'InUse' | 'NotTransfer' | 'Permanent';
|
|
2842
2864
|
}
|
|
2843
|
-
/** @name PalletBalancesBalanceLock (
|
|
2865
|
+
/** @name PalletBalancesBalanceLock (353) */
|
|
2844
2866
|
interface PalletBalancesBalanceLock extends Struct {
|
|
2845
2867
|
readonly id: U8aFixed;
|
|
2846
2868
|
readonly amount: u128;
|
|
2847
2869
|
readonly reasons: PolymeshCommonUtilitiesBalancesReasons;
|
|
2848
2870
|
}
|
|
2849
|
-
/** @name PolymeshCommonUtilitiesBalancesReasons (
|
|
2871
|
+
/** @name PolymeshCommonUtilitiesBalancesReasons (354) */
|
|
2850
2872
|
interface PolymeshCommonUtilitiesBalancesReasons extends Enum {
|
|
2851
2873
|
readonly isFee: boolean;
|
|
2852
2874
|
readonly isMisc: boolean;
|
|
2853
2875
|
readonly isAll: boolean;
|
|
2854
2876
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
2855
2877
|
}
|
|
2856
|
-
/** @name PalletBalancesCall (
|
|
2878
|
+
/** @name PalletBalancesCall (355) */
|
|
2857
2879
|
interface PalletBalancesCall extends Enum {
|
|
2858
2880
|
readonly isTransfer: boolean;
|
|
2859
2881
|
readonly asTransfer: {
|
|
@@ -2888,7 +2910,7 @@ declare module "./types-lookup.ts" {
|
|
|
2888
2910
|
} & Struct;
|
|
2889
2911
|
readonly type: 'Transfer' | 'TransferWithMemo' | 'DepositBlockRewardReserveBalance' | 'SetBalance' | 'ForceTransfer' | 'BurnAccountBalance';
|
|
2890
2912
|
}
|
|
2891
|
-
/** @name PalletBalancesError (
|
|
2913
|
+
/** @name PalletBalancesError (356) */
|
|
2892
2914
|
interface PalletBalancesError extends Enum {
|
|
2893
2915
|
readonly isLiquidityRestrictions: boolean;
|
|
2894
2916
|
readonly isOverflow: boolean;
|
|
@@ -2897,34 +2919,34 @@ declare module "./types-lookup.ts" {
|
|
|
2897
2919
|
readonly isReceiverCddMissing: boolean;
|
|
2898
2920
|
readonly type: 'LiquidityRestrictions' | 'Overflow' | 'InsufficientBalance' | 'ExistentialDeposit' | 'ReceiverCddMissing';
|
|
2899
2921
|
}
|
|
2900
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2922
|
+
/** @name PalletTransactionPaymentReleases (358) */
|
|
2901
2923
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2902
2924
|
readonly isV1Ancient: boolean;
|
|
2903
2925
|
readonly isV2: boolean;
|
|
2904
2926
|
readonly type: 'V1Ancient' | 'V2';
|
|
2905
2927
|
}
|
|
2906
|
-
/** @name SpWeightsWeightToFeeCoefficient (
|
|
2928
|
+
/** @name SpWeightsWeightToFeeCoefficient (360) */
|
|
2907
2929
|
interface SpWeightsWeightToFeeCoefficient extends Struct {
|
|
2908
2930
|
readonly coeffInteger: u128;
|
|
2909
2931
|
readonly coeffFrac: Perbill;
|
|
2910
2932
|
readonly negative: bool;
|
|
2911
2933
|
readonly degree: u8;
|
|
2912
2934
|
}
|
|
2913
|
-
/** @name PolymeshPrimitivesIdentityDidRecord (
|
|
2935
|
+
/** @name PolymeshPrimitivesIdentityDidRecord (361) */
|
|
2914
2936
|
interface PolymeshPrimitivesIdentityDidRecord extends Struct {
|
|
2915
2937
|
readonly primaryKey: Option<AccountId32>;
|
|
2916
2938
|
}
|
|
2917
|
-
/** @name PalletIdentityClaim1stKey (
|
|
2939
|
+
/** @name PalletIdentityClaim1stKey (363) */
|
|
2918
2940
|
interface PalletIdentityClaim1stKey extends Struct {
|
|
2919
2941
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
2920
2942
|
readonly claimType: PolymeshPrimitivesIdentityClaimClaimType;
|
|
2921
2943
|
}
|
|
2922
|
-
/** @name PalletIdentityClaim2ndKey (
|
|
2944
|
+
/** @name PalletIdentityClaim2ndKey (364) */
|
|
2923
2945
|
interface PalletIdentityClaim2ndKey extends Struct {
|
|
2924
2946
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
2925
2947
|
readonly scope: Option<PolymeshPrimitivesIdentityClaimScope>;
|
|
2926
2948
|
}
|
|
2927
|
-
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (
|
|
2949
|
+
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (365) */
|
|
2928
2950
|
interface PolymeshPrimitivesSecondaryKeyKeyRecord extends Enum {
|
|
2929
2951
|
readonly isPrimaryKey: boolean;
|
|
2930
2952
|
readonly asPrimaryKey: PolymeshPrimitivesIdentityId;
|
|
@@ -2937,7 +2959,7 @@ declare module "./types-lookup.ts" {
|
|
|
2937
2959
|
readonly asMultiSigSignerKey: AccountId32;
|
|
2938
2960
|
readonly type: 'PrimaryKey' | 'SecondaryKey' | 'MultiSigSignerKey';
|
|
2939
2961
|
}
|
|
2940
|
-
/** @name PolymeshPrimitivesAuthorization (
|
|
2962
|
+
/** @name PolymeshPrimitivesAuthorization (368) */
|
|
2941
2963
|
interface PolymeshPrimitivesAuthorization extends Struct {
|
|
2942
2964
|
readonly authorizationData: PolymeshPrimitivesAuthorizationAuthorizationData;
|
|
2943
2965
|
readonly authorizedBy: PolymeshPrimitivesIdentityId;
|
|
@@ -2945,7 +2967,7 @@ declare module "./types-lookup.ts" {
|
|
|
2945
2967
|
readonly authId: u64;
|
|
2946
2968
|
readonly count: u32;
|
|
2947
2969
|
}
|
|
2948
|
-
/** @name PalletIdentityCall (
|
|
2970
|
+
/** @name PalletIdentityCall (372) */
|
|
2949
2971
|
interface PalletIdentityCall extends Enum {
|
|
2950
2972
|
readonly isCddRegisterDid: boolean;
|
|
2951
2973
|
readonly asCddRegisterDid: {
|
|
@@ -3055,17 +3077,17 @@ declare module "./types-lookup.ts" {
|
|
|
3055
3077
|
} & Struct;
|
|
3056
3078
|
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
3079
|
}
|
|
3058
|
-
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (
|
|
3080
|
+
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (374) */
|
|
3059
3081
|
interface PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth extends Struct {
|
|
3060
3082
|
readonly secondaryKey: PolymeshPrimitivesSecondaryKey;
|
|
3061
3083
|
readonly authSignature: H512;
|
|
3062
3084
|
}
|
|
3063
|
-
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (
|
|
3085
|
+
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (377) */
|
|
3064
3086
|
interface PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth extends Struct {
|
|
3065
3087
|
readonly key: AccountId32;
|
|
3066
3088
|
readonly authSignature: H512;
|
|
3067
3089
|
}
|
|
3068
|
-
/** @name PalletIdentityError (
|
|
3090
|
+
/** @name PalletIdentityError (378) */
|
|
3069
3091
|
interface PalletIdentityError extends Enum {
|
|
3070
3092
|
readonly isAlreadyLinked: boolean;
|
|
3071
3093
|
readonly isMissingCurrentIdentity: boolean;
|
|
@@ -3102,13 +3124,13 @@ declare module "./types-lookup.ts" {
|
|
|
3102
3124
|
readonly isExceptNotAllowedForExtrinsics: boolean;
|
|
3103
3125
|
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
3126
|
}
|
|
3105
|
-
/** @name PolymeshCommonUtilitiesGroupInactiveMember (
|
|
3127
|
+
/** @name PolymeshCommonUtilitiesGroupInactiveMember (380) */
|
|
3106
3128
|
interface PolymeshCommonUtilitiesGroupInactiveMember extends Struct {
|
|
3107
3129
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
3108
3130
|
readonly deactivatedAt: u64;
|
|
3109
3131
|
readonly expiry: Option<u64>;
|
|
3110
3132
|
}
|
|
3111
|
-
/** @name PalletGroupCall (
|
|
3133
|
+
/** @name PalletGroupCall (381) */
|
|
3112
3134
|
interface PalletGroupCall extends Enum {
|
|
3113
3135
|
readonly isSetActiveMembersLimit: boolean;
|
|
3114
3136
|
readonly asSetActiveMembersLimit: {
|
|
@@ -3140,7 +3162,7 @@ declare module "./types-lookup.ts" {
|
|
|
3140
3162
|
readonly isAbdicateMembership: boolean;
|
|
3141
3163
|
readonly type: 'SetActiveMembersLimit' | 'DisableMember' | 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'AbdicateMembership';
|
|
3142
3164
|
}
|
|
3143
|
-
/** @name PalletGroupError (
|
|
3165
|
+
/** @name PalletGroupError (382) */
|
|
3144
3166
|
interface PalletGroupError extends Enum {
|
|
3145
3167
|
readonly isOnlyPrimaryKeyAllowed: boolean;
|
|
3146
3168
|
readonly isDuplicateMember: boolean;
|
|
@@ -3151,7 +3173,7 @@ declare module "./types-lookup.ts" {
|
|
|
3151
3173
|
readonly isActiveMembersLimitOverflow: boolean;
|
|
3152
3174
|
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | 'MissingCurrentIdentity' | 'ActiveMembersLimitExceeded' | 'ActiveMembersLimitOverflow';
|
|
3153
3175
|
}
|
|
3154
|
-
/** @name PalletCommitteeCall (
|
|
3176
|
+
/** @name PalletCommitteeCall (384) */
|
|
3155
3177
|
interface PalletCommitteeCall extends Enum {
|
|
3156
3178
|
readonly isSetVoteThreshold: boolean;
|
|
3157
3179
|
readonly asSetVoteThreshold: {
|
|
@@ -3179,7 +3201,7 @@ declare module "./types-lookup.ts" {
|
|
|
3179
3201
|
} & Struct;
|
|
3180
3202
|
readonly type: 'SetVoteThreshold' | 'SetReleaseCoordinator' | 'SetExpiresAfter' | 'VoteOrPropose' | 'Vote';
|
|
3181
3203
|
}
|
|
3182
|
-
/** @name PalletMultisigCall (
|
|
3204
|
+
/** @name PalletMultisigCall (390) */
|
|
3183
3205
|
interface PalletMultisigCall extends Enum {
|
|
3184
3206
|
readonly isCreateMultisig: boolean;
|
|
3185
3207
|
readonly asCreateMultisig: {
|
|
@@ -3291,7 +3313,7 @@ declare module "./types-lookup.ts" {
|
|
|
3291
3313
|
} & Struct;
|
|
3292
3314
|
readonly type: 'CreateMultisig' | 'CreateOrApproveProposalAsIdentity' | 'CreateOrApproveProposalAsKey' | 'CreateProposalAsIdentity' | 'CreateProposalAsKey' | 'ApproveAsIdentity' | 'ApproveAsKey' | 'RejectAsIdentity' | 'RejectAsKey' | 'AcceptMultisigSignerAsIdentity' | 'AcceptMultisigSignerAsKey' | 'AddMultisigSigner' | 'RemoveMultisigSigner' | 'AddMultisigSignersViaCreator' | 'RemoveMultisigSignersViaCreator' | 'ChangeSigsRequired' | 'MakeMultisigSecondary' | 'MakeMultisigPrimary' | 'ExecuteScheduledProposal' | 'ChangeSigsRequiredViaCreator' | 'RemoveCreatorControls';
|
|
3293
3315
|
}
|
|
3294
|
-
/** @name PalletBridgeCall (
|
|
3316
|
+
/** @name PalletBridgeCall (391) */
|
|
3295
3317
|
interface PalletBridgeCall extends Enum {
|
|
3296
3318
|
readonly isChangeController: boolean;
|
|
3297
3319
|
readonly asChangeController: {
|
|
@@ -3358,7 +3380,7 @@ declare module "./types-lookup.ts" {
|
|
|
3358
3380
|
} & Struct;
|
|
3359
3381
|
readonly type: 'ChangeController' | 'ChangeAdmin' | 'ChangeTimelock' | 'Freeze' | 'Unfreeze' | 'ChangeBridgeLimit' | 'ChangeBridgeExempted' | 'ForceHandleBridgeTx' | 'BatchProposeBridgeTx' | 'ProposeBridgeTx' | 'HandleBridgeTx' | 'FreezeTxs' | 'UnfreezeTxs' | 'HandleScheduledBridgeTx' | 'AddFreezeAdmin' | 'RemoveFreezeAdmin' | 'RemoveTxs';
|
|
3360
3382
|
}
|
|
3361
|
-
/** @name PalletStakingCall (
|
|
3383
|
+
/** @name PalletStakingCall (395) */
|
|
3362
3384
|
interface PalletStakingCall extends Enum {
|
|
3363
3385
|
readonly isBond: boolean;
|
|
3364
3386
|
readonly asBond: {
|
|
@@ -3501,7 +3523,7 @@ declare module "./types-lookup.ts" {
|
|
|
3501
3523
|
} & Struct;
|
|
3502
3524
|
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
3525
|
}
|
|
3504
|
-
/** @name PalletStakingRewardDestination (
|
|
3526
|
+
/** @name PalletStakingRewardDestination (396) */
|
|
3505
3527
|
interface PalletStakingRewardDestination extends Enum {
|
|
3506
3528
|
readonly isStaked: boolean;
|
|
3507
3529
|
readonly isStash: boolean;
|
|
@@ -3510,12 +3532,12 @@ declare module "./types-lookup.ts" {
|
|
|
3510
3532
|
readonly asAccount: AccountId32;
|
|
3511
3533
|
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account';
|
|
3512
3534
|
}
|
|
3513
|
-
/** @name PalletStakingValidatorPrefs (
|
|
3535
|
+
/** @name PalletStakingValidatorPrefs (397) */
|
|
3514
3536
|
interface PalletStakingValidatorPrefs extends Struct {
|
|
3515
3537
|
readonly commission: Compact<Perbill>;
|
|
3516
3538
|
readonly blocked: bool;
|
|
3517
3539
|
}
|
|
3518
|
-
/** @name PalletStakingCompactAssignments (
|
|
3540
|
+
/** @name PalletStakingCompactAssignments (403) */
|
|
3519
3541
|
interface PalletStakingCompactAssignments extends Struct {
|
|
3520
3542
|
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
3521
3543
|
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
@@ -3534,18 +3556,18 @@ declare module "./types-lookup.ts" {
|
|
|
3534
3556
|
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3535
3557
|
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3536
3558
|
}
|
|
3537
|
-
/** @name SpNposElectionsElectionScore (
|
|
3559
|
+
/** @name SpNposElectionsElectionScore (454) */
|
|
3538
3560
|
interface SpNposElectionsElectionScore extends Struct {
|
|
3539
3561
|
readonly minimalStake: u128;
|
|
3540
3562
|
readonly sumStake: u128;
|
|
3541
3563
|
readonly sumStakeSquared: u128;
|
|
3542
3564
|
}
|
|
3543
|
-
/** @name PalletStakingElectionSize (
|
|
3565
|
+
/** @name PalletStakingElectionSize (455) */
|
|
3544
3566
|
interface PalletStakingElectionSize extends Struct {
|
|
3545
3567
|
readonly validators: Compact<u16>;
|
|
3546
3568
|
readonly nominators: Compact<u32>;
|
|
3547
3569
|
}
|
|
3548
|
-
/** @name PalletSessionCall (
|
|
3570
|
+
/** @name PalletSessionCall (456) */
|
|
3549
3571
|
interface PalletSessionCall extends Enum {
|
|
3550
3572
|
readonly isSetKeys: boolean;
|
|
3551
3573
|
readonly asSetKeys: {
|
|
@@ -3555,17 +3577,17 @@ declare module "./types-lookup.ts" {
|
|
|
3555
3577
|
readonly isPurgeKeys: boolean;
|
|
3556
3578
|
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
3557
3579
|
}
|
|
3558
|
-
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (
|
|
3580
|
+
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (457) */
|
|
3559
3581
|
interface PolymeshRuntimeDevelopRuntimeSessionKeys extends Struct {
|
|
3560
3582
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
3561
3583
|
readonly babe: SpConsensusBabeAppPublic;
|
|
3562
3584
|
readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
|
|
3563
3585
|
readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
|
|
3564
3586
|
}
|
|
3565
|
-
/** @name SpAuthorityDiscoveryAppPublic (
|
|
3587
|
+
/** @name SpAuthorityDiscoveryAppPublic (458) */
|
|
3566
3588
|
interface SpAuthorityDiscoveryAppPublic extends SpCoreSr25519Public {
|
|
3567
3589
|
}
|
|
3568
|
-
/** @name PalletGrandpaCall (
|
|
3590
|
+
/** @name PalletGrandpaCall (459) */
|
|
3569
3591
|
interface PalletGrandpaCall extends Enum {
|
|
3570
3592
|
readonly isReportEquivocation: boolean;
|
|
3571
3593
|
readonly asReportEquivocation: {
|
|
@@ -3584,12 +3606,12 @@ declare module "./types-lookup.ts" {
|
|
|
3584
3606
|
} & Struct;
|
|
3585
3607
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
3586
3608
|
}
|
|
3587
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
3609
|
+
/** @name SpConsensusGrandpaEquivocationProof (460) */
|
|
3588
3610
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
3589
3611
|
readonly setId: u64;
|
|
3590
3612
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
3591
3613
|
}
|
|
3592
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
3614
|
+
/** @name SpConsensusGrandpaEquivocation (461) */
|
|
3593
3615
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
3594
3616
|
readonly isPrevote: boolean;
|
|
3595
3617
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -3597,37 +3619,37 @@ declare module "./types-lookup.ts" {
|
|
|
3597
3619
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
3598
3620
|
readonly type: 'Prevote' | 'Precommit';
|
|
3599
3621
|
}
|
|
3600
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
3622
|
+
/** @name FinalityGrandpaEquivocationPrevote (462) */
|
|
3601
3623
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
3602
3624
|
readonly roundNumber: u64;
|
|
3603
3625
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3604
3626
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3605
3627
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3606
3628
|
}
|
|
3607
|
-
/** @name FinalityGrandpaPrevote (
|
|
3629
|
+
/** @name FinalityGrandpaPrevote (463) */
|
|
3608
3630
|
interface FinalityGrandpaPrevote extends Struct {
|
|
3609
3631
|
readonly targetHash: H256;
|
|
3610
3632
|
readonly targetNumber: u32;
|
|
3611
3633
|
}
|
|
3612
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
3634
|
+
/** @name SpConsensusGrandpaAppSignature (464) */
|
|
3613
3635
|
interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
|
|
3614
3636
|
}
|
|
3615
|
-
/** @name SpCoreEd25519Signature (
|
|
3637
|
+
/** @name SpCoreEd25519Signature (465) */
|
|
3616
3638
|
interface SpCoreEd25519Signature extends U8aFixed {
|
|
3617
3639
|
}
|
|
3618
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
3640
|
+
/** @name FinalityGrandpaEquivocationPrecommit (467) */
|
|
3619
3641
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3620
3642
|
readonly roundNumber: u64;
|
|
3621
3643
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3622
3644
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3623
3645
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3624
3646
|
}
|
|
3625
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3647
|
+
/** @name FinalityGrandpaPrecommit (468) */
|
|
3626
3648
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3627
3649
|
readonly targetHash: H256;
|
|
3628
3650
|
readonly targetNumber: u32;
|
|
3629
3651
|
}
|
|
3630
|
-
/** @name PalletImOnlineCall (
|
|
3652
|
+
/** @name PalletImOnlineCall (470) */
|
|
3631
3653
|
interface PalletImOnlineCall extends Enum {
|
|
3632
3654
|
readonly isHeartbeat: boolean;
|
|
3633
3655
|
readonly asHeartbeat: {
|
|
@@ -3636,7 +3658,7 @@ declare module "./types-lookup.ts" {
|
|
|
3636
3658
|
} & Struct;
|
|
3637
3659
|
readonly type: 'Heartbeat';
|
|
3638
3660
|
}
|
|
3639
|
-
/** @name PalletImOnlineHeartbeat (
|
|
3661
|
+
/** @name PalletImOnlineHeartbeat (471) */
|
|
3640
3662
|
interface PalletImOnlineHeartbeat extends Struct {
|
|
3641
3663
|
readonly blockNumber: u32;
|
|
3642
3664
|
readonly networkState: SpCoreOffchainOpaqueNetworkState;
|
|
@@ -3644,18 +3666,18 @@ declare module "./types-lookup.ts" {
|
|
|
3644
3666
|
readonly authorityIndex: u32;
|
|
3645
3667
|
readonly validatorsLen: u32;
|
|
3646
3668
|
}
|
|
3647
|
-
/** @name SpCoreOffchainOpaqueNetworkState (
|
|
3669
|
+
/** @name SpCoreOffchainOpaqueNetworkState (472) */
|
|
3648
3670
|
interface SpCoreOffchainOpaqueNetworkState extends Struct {
|
|
3649
3671
|
readonly peerId: OpaquePeerId;
|
|
3650
3672
|
readonly externalAddresses: Vec<OpaqueMultiaddr>;
|
|
3651
3673
|
}
|
|
3652
|
-
/** @name PalletImOnlineSr25519AppSr25519Signature (
|
|
3674
|
+
/** @name PalletImOnlineSr25519AppSr25519Signature (476) */
|
|
3653
3675
|
interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
|
|
3654
3676
|
}
|
|
3655
|
-
/** @name SpCoreSr25519Signature (
|
|
3677
|
+
/** @name SpCoreSr25519Signature (477) */
|
|
3656
3678
|
interface SpCoreSr25519Signature extends U8aFixed {
|
|
3657
3679
|
}
|
|
3658
|
-
/** @name PalletSudoCall (
|
|
3680
|
+
/** @name PalletSudoCall (478) */
|
|
3659
3681
|
interface PalletSudoCall extends Enum {
|
|
3660
3682
|
readonly isSudo: boolean;
|
|
3661
3683
|
readonly asSudo: {
|
|
@@ -3677,7 +3699,7 @@ declare module "./types-lookup.ts" {
|
|
|
3677
3699
|
} & Struct;
|
|
3678
3700
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
|
|
3679
3701
|
}
|
|
3680
|
-
/** @name PalletAssetCall (
|
|
3702
|
+
/** @name PalletAssetCall (479) */
|
|
3681
3703
|
interface PalletAssetCall extends Enum {
|
|
3682
3704
|
readonly isRegisterTicker: boolean;
|
|
3683
3705
|
readonly asRegisterTicker: {
|
|
@@ -3836,9 +3858,19 @@ declare module "./types-lookup.ts" {
|
|
|
3836
3858
|
readonly asRemoveTickerPreApproval: {
|
|
3837
3859
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
3838
3860
|
} & Struct;
|
|
3839
|
-
readonly
|
|
3861
|
+
readonly isAddMandatoryMediators: boolean;
|
|
3862
|
+
readonly asAddMandatoryMediators: {
|
|
3863
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
3864
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3865
|
+
} & Struct;
|
|
3866
|
+
readonly isRemoveMandatoryMediators: boolean;
|
|
3867
|
+
readonly asRemoveMandatoryMediators: {
|
|
3868
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
3869
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3870
|
+
} & Struct;
|
|
3871
|
+
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
3872
|
}
|
|
3841
|
-
/** @name PalletCorporateActionsDistributionCall (
|
|
3873
|
+
/** @name PalletCorporateActionsDistributionCall (482) */
|
|
3842
3874
|
interface PalletCorporateActionsDistributionCall extends Enum {
|
|
3843
3875
|
readonly isDistribute: boolean;
|
|
3844
3876
|
readonly asDistribute: {
|
|
@@ -3869,7 +3901,7 @@ declare module "./types-lookup.ts" {
|
|
|
3869
3901
|
} & Struct;
|
|
3870
3902
|
readonly type: 'Distribute' | 'Claim' | 'PushBenefit' | 'Reclaim' | 'RemoveDistribution';
|
|
3871
3903
|
}
|
|
3872
|
-
/** @name PalletAssetCheckpointCall (
|
|
3904
|
+
/** @name PalletAssetCheckpointCall (484) */
|
|
3873
3905
|
interface PalletAssetCheckpointCall extends Enum {
|
|
3874
3906
|
readonly isCreateCheckpoint: boolean;
|
|
3875
3907
|
readonly asCreateCheckpoint: {
|
|
@@ -3891,7 +3923,7 @@ declare module "./types-lookup.ts" {
|
|
|
3891
3923
|
} & Struct;
|
|
3892
3924
|
readonly type: 'CreateCheckpoint' | 'SetSchedulesMaxComplexity' | 'CreateSchedule' | 'RemoveSchedule';
|
|
3893
3925
|
}
|
|
3894
|
-
/** @name PalletComplianceManagerCall (
|
|
3926
|
+
/** @name PalletComplianceManagerCall (485) */
|
|
3895
3927
|
interface PalletComplianceManagerCall extends Enum {
|
|
3896
3928
|
readonly isAddComplianceRequirement: boolean;
|
|
3897
3929
|
readonly asAddComplianceRequirement: {
|
|
@@ -3938,7 +3970,7 @@ declare module "./types-lookup.ts" {
|
|
|
3938
3970
|
} & Struct;
|
|
3939
3971
|
readonly type: 'AddComplianceRequirement' | 'RemoveComplianceRequirement' | 'ReplaceAssetCompliance' | 'ResetAssetCompliance' | 'PauseAssetCompliance' | 'ResumeAssetCompliance' | 'AddDefaultTrustedClaimIssuer' | 'RemoveDefaultTrustedClaimIssuer' | 'ChangeComplianceRequirement';
|
|
3940
3972
|
}
|
|
3941
|
-
/** @name PalletCorporateActionsCall (
|
|
3973
|
+
/** @name PalletCorporateActionsCall (486) */
|
|
3942
3974
|
interface PalletCorporateActionsCall extends Enum {
|
|
3943
3975
|
readonly isSetMaxDetailsLength: boolean;
|
|
3944
3976
|
readonly asSetMaxDetailsLength: {
|
|
@@ -3997,7 +4029,7 @@ declare module "./types-lookup.ts" {
|
|
|
3997
4029
|
} & Struct;
|
|
3998
4030
|
readonly type: 'SetMaxDetailsLength' | 'SetDefaultTargets' | 'SetDefaultWithholdingTax' | 'SetDidWithholdingTax' | 'InitiateCorporateAction' | 'LinkCaDoc' | 'RemoveCa' | 'ChangeRecordDate' | 'InitiateCorporateActionAndDistribute';
|
|
3999
4031
|
}
|
|
4000
|
-
/** @name PalletCorporateActionsRecordDateSpec (
|
|
4032
|
+
/** @name PalletCorporateActionsRecordDateSpec (488) */
|
|
4001
4033
|
interface PalletCorporateActionsRecordDateSpec extends Enum {
|
|
4002
4034
|
readonly isScheduled: boolean;
|
|
4003
4035
|
readonly asScheduled: u64;
|
|
@@ -4007,7 +4039,7 @@ declare module "./types-lookup.ts" {
|
|
|
4007
4039
|
readonly asExisting: u64;
|
|
4008
4040
|
readonly type: 'Scheduled' | 'ExistingSchedule' | 'Existing';
|
|
4009
4041
|
}
|
|
4010
|
-
/** @name PalletCorporateActionsInitiateCorporateActionArgs (
|
|
4042
|
+
/** @name PalletCorporateActionsInitiateCorporateActionArgs (491) */
|
|
4011
4043
|
interface PalletCorporateActionsInitiateCorporateActionArgs extends Struct {
|
|
4012
4044
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
4013
4045
|
readonly kind: PalletCorporateActionsCaKind;
|
|
@@ -4018,7 +4050,7 @@ declare module "./types-lookup.ts" {
|
|
|
4018
4050
|
readonly defaultWithholdingTax: Option<Permill>;
|
|
4019
4051
|
readonly withholdingTax: Option<Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>>;
|
|
4020
4052
|
}
|
|
4021
|
-
/** @name PalletCorporateActionsBallotCall (
|
|
4053
|
+
/** @name PalletCorporateActionsBallotCall (492) */
|
|
4022
4054
|
interface PalletCorporateActionsBallotCall extends Enum {
|
|
4023
4055
|
readonly isAttachBallot: boolean;
|
|
4024
4056
|
readonly asAttachBallot: {
|
|
@@ -4053,7 +4085,7 @@ declare module "./types-lookup.ts" {
|
|
|
4053
4085
|
} & Struct;
|
|
4054
4086
|
readonly type: 'AttachBallot' | 'Vote' | 'ChangeEnd' | 'ChangeMeta' | 'ChangeRcv' | 'RemoveBallot';
|
|
4055
4087
|
}
|
|
4056
|
-
/** @name PalletPipsCall (
|
|
4088
|
+
/** @name PalletPipsCall (493) */
|
|
4057
4089
|
interface PalletPipsCall extends Enum {
|
|
4058
4090
|
readonly isSetPruneHistoricalPips: boolean;
|
|
4059
4091
|
readonly asSetPruneHistoricalPips: {
|
|
@@ -4126,14 +4158,14 @@ declare module "./types-lookup.ts" {
|
|
|
4126
4158
|
} & Struct;
|
|
4127
4159
|
readonly type: 'SetPruneHistoricalPips' | 'SetMinProposalDeposit' | 'SetDefaultEnactmentPeriod' | 'SetPendingPipExpiry' | 'SetMaxPipSkipCount' | 'SetActivePipLimit' | 'Propose' | 'Vote' | 'ApproveCommitteeProposal' | 'RejectProposal' | 'PruneProposal' | 'RescheduleExecution' | 'ClearSnapshot' | 'Snapshot' | 'EnactSnapshotResults' | 'ExecuteScheduledPip' | 'ExpireScheduledPip';
|
|
4128
4160
|
}
|
|
4129
|
-
/** @name PalletPipsSnapshotResult (
|
|
4161
|
+
/** @name PalletPipsSnapshotResult (496) */
|
|
4130
4162
|
interface PalletPipsSnapshotResult extends Enum {
|
|
4131
4163
|
readonly isApprove: boolean;
|
|
4132
4164
|
readonly isReject: boolean;
|
|
4133
4165
|
readonly isSkip: boolean;
|
|
4134
4166
|
readonly type: 'Approve' | 'Reject' | 'Skip';
|
|
4135
4167
|
}
|
|
4136
|
-
/** @name PalletPortfolioCall (
|
|
4168
|
+
/** @name PalletPortfolioCall (497) */
|
|
4137
4169
|
interface PalletPortfolioCall extends Enum {
|
|
4138
4170
|
readonly isCreatePortfolio: boolean;
|
|
4139
4171
|
readonly asCreatePortfolio: {
|
|
@@ -4187,12 +4219,12 @@ declare module "./types-lookup.ts" {
|
|
|
4187
4219
|
} & Struct;
|
|
4188
4220
|
readonly type: 'CreatePortfolio' | 'DeletePortfolio' | 'RenamePortfolio' | 'QuitPortfolioCustody' | 'AcceptPortfolioCustody' | 'MovePortfolioFunds' | 'PreApprovePortfolio' | 'RemovePortfolioPreApproval' | 'AllowIdentityToCreatePortfolios' | 'RevokeCreatePortfoliosPermission' | 'CreateCustodyPortfolio';
|
|
4189
4221
|
}
|
|
4190
|
-
/** @name PolymeshPrimitivesPortfolioFund (
|
|
4222
|
+
/** @name PolymeshPrimitivesPortfolioFund (499) */
|
|
4191
4223
|
interface PolymeshPrimitivesPortfolioFund extends Struct {
|
|
4192
4224
|
readonly description: PolymeshPrimitivesPortfolioFundDescription;
|
|
4193
4225
|
readonly memo: Option<PolymeshPrimitivesMemo>;
|
|
4194
4226
|
}
|
|
4195
|
-
/** @name PalletProtocolFeeCall (
|
|
4227
|
+
/** @name PalletProtocolFeeCall (500) */
|
|
4196
4228
|
interface PalletProtocolFeeCall extends Enum {
|
|
4197
4229
|
readonly isChangeCoefficient: boolean;
|
|
4198
4230
|
readonly asChangeCoefficient: {
|
|
@@ -4205,7 +4237,7 @@ declare module "./types-lookup.ts" {
|
|
|
4205
4237
|
} & Struct;
|
|
4206
4238
|
readonly type: 'ChangeCoefficient' | 'ChangeBaseFee';
|
|
4207
4239
|
}
|
|
4208
|
-
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (
|
|
4240
|
+
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (501) */
|
|
4209
4241
|
interface PolymeshCommonUtilitiesProtocolFeeProtocolOp extends Enum {
|
|
4210
4242
|
readonly isAssetRegisterTicker: boolean;
|
|
4211
4243
|
readonly isAssetIssue: boolean;
|
|
@@ -4225,7 +4257,7 @@ declare module "./types-lookup.ts" {
|
|
|
4225
4257
|
readonly isIdentityCreateChildIdentity: boolean;
|
|
4226
4258
|
readonly type: 'AssetRegisterTicker' | 'AssetIssue' | 'AssetAddDocuments' | 'AssetCreateAsset' | 'CheckpointCreateSchedule' | 'ComplianceManagerAddComplianceRequirement' | 'IdentityCddRegisterDid' | 'IdentityAddClaim' | 'IdentityAddSecondaryKeysWithAuthorization' | 'PipsPropose' | 'ContractsPutCode' | 'CorporateBallotAttachBallot' | 'CapitalDistributionDistribute' | 'NftCreateCollection' | 'NftMint' | 'IdentityCreateChildIdentity';
|
|
4227
4259
|
}
|
|
4228
|
-
/** @name PalletSchedulerCall (
|
|
4260
|
+
/** @name PalletSchedulerCall (502) */
|
|
4229
4261
|
interface PalletSchedulerCall extends Enum {
|
|
4230
4262
|
readonly isSchedule: boolean;
|
|
4231
4263
|
readonly asSchedule: {
|
|
@@ -4268,7 +4300,7 @@ declare module "./types-lookup.ts" {
|
|
|
4268
4300
|
} & Struct;
|
|
4269
4301
|
readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
|
|
4270
4302
|
}
|
|
4271
|
-
/** @name PalletSettlementCall (
|
|
4303
|
+
/** @name PalletSettlementCall (504) */
|
|
4272
4304
|
interface PalletSettlementCall extends Enum {
|
|
4273
4305
|
readonly isCreateVenue: boolean;
|
|
4274
4306
|
readonly asCreateVenue: {
|
|
@@ -4386,9 +4418,44 @@ declare module "./types-lookup.ts" {
|
|
|
4386
4418
|
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4387
4419
|
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAffirmationCount>;
|
|
4388
4420
|
} & Struct;
|
|
4389
|
-
readonly
|
|
4421
|
+
readonly isAddInstructionWithMediators: boolean;
|
|
4422
|
+
readonly asAddInstructionWithMediators: {
|
|
4423
|
+
readonly venueId: u64;
|
|
4424
|
+
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4425
|
+
readonly tradeDate: Option<u64>;
|
|
4426
|
+
readonly valueDate: Option<u64>;
|
|
4427
|
+
readonly legs: Vec<PolymeshPrimitivesSettlementLeg>;
|
|
4428
|
+
readonly instructionMemo: Option<PolymeshPrimitivesMemo>;
|
|
4429
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
4430
|
+
} & Struct;
|
|
4431
|
+
readonly isAddAndAffirmWithMediators: boolean;
|
|
4432
|
+
readonly asAddAndAffirmWithMediators: {
|
|
4433
|
+
readonly venueId: u64;
|
|
4434
|
+
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4435
|
+
readonly tradeDate: Option<u64>;
|
|
4436
|
+
readonly valueDate: Option<u64>;
|
|
4437
|
+
readonly legs: Vec<PolymeshPrimitivesSettlementLeg>;
|
|
4438
|
+
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4439
|
+
readonly instructionMemo: Option<PolymeshPrimitivesMemo>;
|
|
4440
|
+
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
4441
|
+
} & Struct;
|
|
4442
|
+
readonly isAffirmInstructionAsMediator: boolean;
|
|
4443
|
+
readonly asAffirmInstructionAsMediator: {
|
|
4444
|
+
readonly instructionId: u64;
|
|
4445
|
+
readonly expiry: Option<u64>;
|
|
4446
|
+
} & Struct;
|
|
4447
|
+
readonly isWithdrawAffirmationAsMediator: boolean;
|
|
4448
|
+
readonly asWithdrawAffirmationAsMediator: {
|
|
4449
|
+
readonly instructionId: u64;
|
|
4450
|
+
} & Struct;
|
|
4451
|
+
readonly isRejectInstructionAsMediator: boolean;
|
|
4452
|
+
readonly asRejectInstructionAsMediator: {
|
|
4453
|
+
readonly instructionId: u64;
|
|
4454
|
+
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAssetCount>;
|
|
4455
|
+
} & Struct;
|
|
4456
|
+
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
4457
|
}
|
|
4391
|
-
/** @name PolymeshPrimitivesSettlementReceiptDetails (
|
|
4458
|
+
/** @name PolymeshPrimitivesSettlementReceiptDetails (506) */
|
|
4392
4459
|
interface PolymeshPrimitivesSettlementReceiptDetails extends Struct {
|
|
4393
4460
|
readonly uid: u64;
|
|
4394
4461
|
readonly instructionId: u64;
|
|
@@ -4397,7 +4464,7 @@ declare module "./types-lookup.ts" {
|
|
|
4397
4464
|
readonly signature: SpRuntimeMultiSignature;
|
|
4398
4465
|
readonly metadata: Option<PolymeshPrimitivesSettlementReceiptMetadata>;
|
|
4399
4466
|
}
|
|
4400
|
-
/** @name SpRuntimeMultiSignature (
|
|
4467
|
+
/** @name SpRuntimeMultiSignature (507) */
|
|
4401
4468
|
interface SpRuntimeMultiSignature extends Enum {
|
|
4402
4469
|
readonly isEd25519: boolean;
|
|
4403
4470
|
readonly asEd25519: SpCoreEd25519Signature;
|
|
@@ -4407,22 +4474,22 @@ declare module "./types-lookup.ts" {
|
|
|
4407
4474
|
readonly asEcdsa: SpCoreEcdsaSignature;
|
|
4408
4475
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
4409
4476
|
}
|
|
4410
|
-
/** @name SpCoreEcdsaSignature (
|
|
4477
|
+
/** @name SpCoreEcdsaSignature (508) */
|
|
4411
4478
|
interface SpCoreEcdsaSignature extends U8aFixed {
|
|
4412
4479
|
}
|
|
4413
|
-
/** @name PolymeshPrimitivesSettlementAffirmationCount (
|
|
4480
|
+
/** @name PolymeshPrimitivesSettlementAffirmationCount (511) */
|
|
4414
4481
|
interface PolymeshPrimitivesSettlementAffirmationCount extends Struct {
|
|
4415
4482
|
readonly senderAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4416
4483
|
readonly receiverAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4417
4484
|
readonly offchainCount: u32;
|
|
4418
4485
|
}
|
|
4419
|
-
/** @name PolymeshPrimitivesSettlementAssetCount (
|
|
4486
|
+
/** @name PolymeshPrimitivesSettlementAssetCount (512) */
|
|
4420
4487
|
interface PolymeshPrimitivesSettlementAssetCount extends Struct {
|
|
4421
4488
|
readonly fungible: u32;
|
|
4422
4489
|
readonly nonFungible: u32;
|
|
4423
4490
|
readonly offChain: u32;
|
|
4424
4491
|
}
|
|
4425
|
-
/** @name PalletStatisticsCall (
|
|
4492
|
+
/** @name PalletStatisticsCall (515) */
|
|
4426
4493
|
interface PalletStatisticsCall extends Enum {
|
|
4427
4494
|
readonly isSetActiveAssetStats: boolean;
|
|
4428
4495
|
readonly asSetActiveAssetStats: {
|
|
@@ -4448,7 +4515,7 @@ declare module "./types-lookup.ts" {
|
|
|
4448
4515
|
} & Struct;
|
|
4449
4516
|
readonly type: 'SetActiveAssetStats' | 'BatchUpdateAssetStats' | 'SetAssetTransferCompliance' | 'SetEntitiesExempt';
|
|
4450
4517
|
}
|
|
4451
|
-
/** @name PalletStoCall (
|
|
4518
|
+
/** @name PalletStoCall (519) */
|
|
4452
4519
|
interface PalletStoCall extends Enum {
|
|
4453
4520
|
readonly isCreateFundraiser: boolean;
|
|
4454
4521
|
readonly asCreateFundraiser: {
|
|
@@ -4497,12 +4564,12 @@ declare module "./types-lookup.ts" {
|
|
|
4497
4564
|
} & Struct;
|
|
4498
4565
|
readonly type: 'CreateFundraiser' | 'Invest' | 'FreezeFundraiser' | 'UnfreezeFundraiser' | 'ModifyFundraiserWindow' | 'Stop';
|
|
4499
4566
|
}
|
|
4500
|
-
/** @name PalletStoPriceTier (
|
|
4567
|
+
/** @name PalletStoPriceTier (521) */
|
|
4501
4568
|
interface PalletStoPriceTier extends Struct {
|
|
4502
4569
|
readonly total: u128;
|
|
4503
4570
|
readonly price: u128;
|
|
4504
4571
|
}
|
|
4505
|
-
/** @name PalletTreasuryCall (
|
|
4572
|
+
/** @name PalletTreasuryCall (523) */
|
|
4506
4573
|
interface PalletTreasuryCall extends Enum {
|
|
4507
4574
|
readonly isDisbursement: boolean;
|
|
4508
4575
|
readonly asDisbursement: {
|
|
@@ -4514,12 +4581,12 @@ declare module "./types-lookup.ts" {
|
|
|
4514
4581
|
} & Struct;
|
|
4515
4582
|
readonly type: 'Disbursement' | 'Reimbursement';
|
|
4516
4583
|
}
|
|
4517
|
-
/** @name PolymeshPrimitivesBeneficiary (
|
|
4584
|
+
/** @name PolymeshPrimitivesBeneficiary (525) */
|
|
4518
4585
|
interface PolymeshPrimitivesBeneficiary extends Struct {
|
|
4519
4586
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
4520
4587
|
readonly amount: u128;
|
|
4521
4588
|
}
|
|
4522
|
-
/** @name PalletUtilityCall (
|
|
4589
|
+
/** @name PalletUtilityCall (526) */
|
|
4523
4590
|
interface PalletUtilityCall extends Enum {
|
|
4524
4591
|
readonly isBatch: boolean;
|
|
4525
4592
|
readonly asBatch: {
|
|
@@ -4561,14 +4628,19 @@ declare module "./types-lookup.ts" {
|
|
|
4561
4628
|
readonly asBatchOptimistic: {
|
|
4562
4629
|
readonly calls: Vec<Call>;
|
|
4563
4630
|
} & Struct;
|
|
4564
|
-
readonly
|
|
4631
|
+
readonly isAsDerivative: boolean;
|
|
4632
|
+
readonly asAsDerivative: {
|
|
4633
|
+
readonly index: u16;
|
|
4634
|
+
readonly call: Call;
|
|
4635
|
+
} & Struct;
|
|
4636
|
+
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'BatchOld' | 'BatchAtomic' | 'BatchOptimistic' | 'AsDerivative';
|
|
4565
4637
|
}
|
|
4566
|
-
/** @name PalletUtilityUniqueCall (
|
|
4638
|
+
/** @name PalletUtilityUniqueCall (528) */
|
|
4567
4639
|
interface PalletUtilityUniqueCall extends Struct {
|
|
4568
4640
|
readonly nonce: u64;
|
|
4569
4641
|
readonly call: Call;
|
|
4570
4642
|
}
|
|
4571
|
-
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (
|
|
4643
|
+
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (529) */
|
|
4572
4644
|
interface PolymeshRuntimeDevelopRuntimeOriginCaller extends Enum {
|
|
4573
4645
|
readonly isSystem: boolean;
|
|
4574
4646
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
@@ -4581,7 +4653,7 @@ declare module "./types-lookup.ts" {
|
|
|
4581
4653
|
readonly asUpgradeCommittee: PalletCommitteeRawOriginInstance4;
|
|
4582
4654
|
readonly type: 'System' | 'Void' | 'PolymeshCommittee' | 'TechnicalCommittee' | 'UpgradeCommittee';
|
|
4583
4655
|
}
|
|
4584
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
4656
|
+
/** @name FrameSupportDispatchRawOrigin (530) */
|
|
4585
4657
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
4586
4658
|
readonly isRoot: boolean;
|
|
4587
4659
|
readonly isSigned: boolean;
|
|
@@ -4589,26 +4661,26 @@ declare module "./types-lookup.ts" {
|
|
|
4589
4661
|
readonly isNone: boolean;
|
|
4590
4662
|
readonly type: 'Root' | 'Signed' | 'None';
|
|
4591
4663
|
}
|
|
4592
|
-
/** @name PalletCommitteeRawOriginInstance1 (
|
|
4664
|
+
/** @name PalletCommitteeRawOriginInstance1 (531) */
|
|
4593
4665
|
interface PalletCommitteeRawOriginInstance1 extends Enum {
|
|
4594
4666
|
readonly isEndorsed: boolean;
|
|
4595
4667
|
readonly type: 'Endorsed';
|
|
4596
4668
|
}
|
|
4597
|
-
/** @name PalletCommitteeRawOriginInstance3 (
|
|
4669
|
+
/** @name PalletCommitteeRawOriginInstance3 (532) */
|
|
4598
4670
|
interface PalletCommitteeRawOriginInstance3 extends Enum {
|
|
4599
4671
|
readonly isEndorsed: boolean;
|
|
4600
4672
|
readonly type: 'Endorsed';
|
|
4601
4673
|
}
|
|
4602
|
-
/** @name PalletCommitteeRawOriginInstance4 (
|
|
4674
|
+
/** @name PalletCommitteeRawOriginInstance4 (533) */
|
|
4603
4675
|
interface PalletCommitteeRawOriginInstance4 extends Enum {
|
|
4604
4676
|
readonly isEndorsed: boolean;
|
|
4605
4677
|
readonly type: 'Endorsed';
|
|
4606
4678
|
}
|
|
4607
|
-
/** @name SpCoreVoid (
|
|
4679
|
+
/** @name SpCoreVoid (534) */
|
|
4608
4680
|
type SpCoreVoid = Null;
|
|
4609
|
-
/** @name PalletBaseCall (
|
|
4681
|
+
/** @name PalletBaseCall (535) */
|
|
4610
4682
|
type PalletBaseCall = Null;
|
|
4611
|
-
/** @name PalletExternalAgentsCall (
|
|
4683
|
+
/** @name PalletExternalAgentsCall (536) */
|
|
4612
4684
|
interface PalletExternalAgentsCall extends Enum {
|
|
4613
4685
|
readonly isCreateGroup: boolean;
|
|
4614
4686
|
readonly asCreateGroup: {
|
|
@@ -4655,7 +4727,7 @@ declare module "./types-lookup.ts" {
|
|
|
4655
4727
|
} & Struct;
|
|
4656
4728
|
readonly type: 'CreateGroup' | 'SetGroupPermissions' | 'RemoveAgent' | 'Abdicate' | 'ChangeGroup' | 'AcceptBecomeAgent' | 'CreateGroupAndAddAuth' | 'CreateAndChangeCustomGroup';
|
|
4657
4729
|
}
|
|
4658
|
-
/** @name PalletRelayerCall (
|
|
4730
|
+
/** @name PalletRelayerCall (537) */
|
|
4659
4731
|
interface PalletRelayerCall extends Enum {
|
|
4660
4732
|
readonly isSetPayingKey: boolean;
|
|
4661
4733
|
readonly asSetPayingKey: {
|
|
@@ -4688,7 +4760,7 @@ declare module "./types-lookup.ts" {
|
|
|
4688
4760
|
} & Struct;
|
|
4689
4761
|
readonly type: 'SetPayingKey' | 'AcceptPayingKey' | 'RemovePayingKey' | 'UpdatePolyxLimit' | 'IncreasePolyxLimit' | 'DecreasePolyxLimit';
|
|
4690
4762
|
}
|
|
4691
|
-
/** @name PalletContractsCall (
|
|
4763
|
+
/** @name PalletContractsCall (538) */
|
|
4692
4764
|
interface PalletContractsCall extends Enum {
|
|
4693
4765
|
readonly isCallOldWeight: boolean;
|
|
4694
4766
|
readonly asCallOldWeight: {
|
|
@@ -4759,13 +4831,13 @@ declare module "./types-lookup.ts" {
|
|
|
4759
4831
|
} & Struct;
|
|
4760
4832
|
readonly type: 'CallOldWeight' | 'InstantiateWithCodeOldWeight' | 'InstantiateOldWeight' | 'UploadCode' | 'RemoveCode' | 'SetCode' | 'Call' | 'InstantiateWithCode' | 'Instantiate';
|
|
4761
4833
|
}
|
|
4762
|
-
/** @name PalletContractsWasmDeterminism (
|
|
4834
|
+
/** @name PalletContractsWasmDeterminism (542) */
|
|
4763
4835
|
interface PalletContractsWasmDeterminism extends Enum {
|
|
4764
4836
|
readonly isDeterministic: boolean;
|
|
4765
4837
|
readonly isAllowIndeterminism: boolean;
|
|
4766
4838
|
readonly type: 'Deterministic' | 'AllowIndeterminism';
|
|
4767
4839
|
}
|
|
4768
|
-
/** @name PolymeshContractsCall (
|
|
4840
|
+
/** @name PolymeshContractsCall (543) */
|
|
4769
4841
|
interface PolymeshContractsCall extends Enum {
|
|
4770
4842
|
readonly isInstantiateWithCodePerms: boolean;
|
|
4771
4843
|
readonly asInstantiateWithCodePerms: {
|
|
@@ -4816,16 +4888,16 @@ declare module "./types-lookup.ts" {
|
|
|
4816
4888
|
} & Struct;
|
|
4817
4889
|
readonly type: 'InstantiateWithCodePerms' | 'InstantiateWithHashPerms' | 'UpdateCallRuntimeWhitelist' | 'InstantiateWithCodeAsPrimaryKey' | 'InstantiateWithHashAsPrimaryKey' | 'UpgradeApi';
|
|
4818
4890
|
}
|
|
4819
|
-
/** @name PolymeshContractsNextUpgrade (
|
|
4891
|
+
/** @name PolymeshContractsNextUpgrade (546) */
|
|
4820
4892
|
interface PolymeshContractsNextUpgrade extends Struct {
|
|
4821
4893
|
readonly chainVersion: PolymeshContractsChainVersion;
|
|
4822
4894
|
readonly apiHash: PolymeshContractsApiCodeHash;
|
|
4823
4895
|
}
|
|
4824
|
-
/** @name PolymeshContractsApiCodeHash (
|
|
4896
|
+
/** @name PolymeshContractsApiCodeHash (547) */
|
|
4825
4897
|
interface PolymeshContractsApiCodeHash extends Struct {
|
|
4826
4898
|
readonly hash_: H256;
|
|
4827
4899
|
}
|
|
4828
|
-
/** @name PalletPreimageCall (
|
|
4900
|
+
/** @name PalletPreimageCall (548) */
|
|
4829
4901
|
interface PalletPreimageCall extends Enum {
|
|
4830
4902
|
readonly isNotePreimage: boolean;
|
|
4831
4903
|
readonly asNotePreimage: {
|
|
@@ -4845,7 +4917,7 @@ declare module "./types-lookup.ts" {
|
|
|
4845
4917
|
} & Struct;
|
|
4846
4918
|
readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
|
|
4847
4919
|
}
|
|
4848
|
-
/** @name PalletNftCall (
|
|
4920
|
+
/** @name PalletNftCall (549) */
|
|
4849
4921
|
interface PalletNftCall extends Enum {
|
|
4850
4922
|
readonly isCreateNftCollection: boolean;
|
|
4851
4923
|
readonly asCreateNftCollection: {
|
|
@@ -4874,15 +4946,15 @@ declare module "./types-lookup.ts" {
|
|
|
4874
4946
|
} & Struct;
|
|
4875
4947
|
readonly type: 'CreateNftCollection' | 'IssueNft' | 'RedeemNft' | 'ControllerTransfer';
|
|
4876
4948
|
}
|
|
4877
|
-
/** @name PolymeshPrimitivesNftNftCollectionKeys (
|
|
4949
|
+
/** @name PolymeshPrimitivesNftNftCollectionKeys (551) */
|
|
4878
4950
|
interface PolymeshPrimitivesNftNftCollectionKeys extends Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey> {
|
|
4879
4951
|
}
|
|
4880
|
-
/** @name PolymeshPrimitivesNftNftMetadataAttribute (
|
|
4952
|
+
/** @name PolymeshPrimitivesNftNftMetadataAttribute (554) */
|
|
4881
4953
|
interface PolymeshPrimitivesNftNftMetadataAttribute extends Struct {
|
|
4882
4954
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
4883
4955
|
readonly value: Bytes;
|
|
4884
4956
|
}
|
|
4885
|
-
/** @name PalletTestUtilsCall (
|
|
4957
|
+
/** @name PalletTestUtilsCall (555) */
|
|
4886
4958
|
interface PalletTestUtilsCall extends Enum {
|
|
4887
4959
|
readonly isRegisterDid: boolean;
|
|
4888
4960
|
readonly asRegisterDid: {
|
|
@@ -4899,14 +4971,14 @@ declare module "./types-lookup.ts" {
|
|
|
4899
4971
|
} & Struct;
|
|
4900
4972
|
readonly type: 'RegisterDid' | 'MockCddRegisterDid' | 'GetMyDid' | 'GetCddOf';
|
|
4901
4973
|
}
|
|
4902
|
-
/** @name PalletCommitteePolymeshVotes (
|
|
4974
|
+
/** @name PalletCommitteePolymeshVotes (556) */
|
|
4903
4975
|
interface PalletCommitteePolymeshVotes extends Struct {
|
|
4904
4976
|
readonly index: u32;
|
|
4905
4977
|
readonly ayes: Vec<PolymeshPrimitivesIdentityId>;
|
|
4906
4978
|
readonly nays: Vec<PolymeshPrimitivesIdentityId>;
|
|
4907
4979
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
4908
4980
|
}
|
|
4909
|
-
/** @name PalletCommitteeError (
|
|
4981
|
+
/** @name PalletCommitteeError (558) */
|
|
4910
4982
|
interface PalletCommitteeError extends Enum {
|
|
4911
4983
|
readonly isDuplicateVote: boolean;
|
|
4912
4984
|
readonly isNotAMember: boolean;
|
|
@@ -4919,7 +4991,7 @@ declare module "./types-lookup.ts" {
|
|
|
4919
4991
|
readonly isProposalsLimitReached: boolean;
|
|
4920
4992
|
readonly type: 'DuplicateVote' | 'NotAMember' | 'NoSuchProposal' | 'ProposalExpired' | 'DuplicateProposal' | 'MismatchedVotingIndex' | 'InvalidProportion' | 'FirstVoteReject' | 'ProposalsLimitReached';
|
|
4921
4993
|
}
|
|
4922
|
-
/** @name PolymeshPrimitivesMultisigProposalDetails (
|
|
4994
|
+
/** @name PolymeshPrimitivesMultisigProposalDetails (568) */
|
|
4923
4995
|
interface PolymeshPrimitivesMultisigProposalDetails extends Struct {
|
|
4924
4996
|
readonly approvals: u64;
|
|
4925
4997
|
readonly rejections: u64;
|
|
@@ -4927,7 +4999,7 @@ declare module "./types-lookup.ts" {
|
|
|
4927
4999
|
readonly expiry: Option<u64>;
|
|
4928
5000
|
readonly autoClose: bool;
|
|
4929
5001
|
}
|
|
4930
|
-
/** @name PolymeshPrimitivesMultisigProposalStatus (
|
|
5002
|
+
/** @name PolymeshPrimitivesMultisigProposalStatus (569) */
|
|
4931
5003
|
interface PolymeshPrimitivesMultisigProposalStatus extends Enum {
|
|
4932
5004
|
readonly isInvalid: boolean;
|
|
4933
5005
|
readonly isActiveOrExpired: boolean;
|
|
@@ -4936,7 +5008,7 @@ declare module "./types-lookup.ts" {
|
|
|
4936
5008
|
readonly isRejected: boolean;
|
|
4937
5009
|
readonly type: 'Invalid' | 'ActiveOrExpired' | 'ExecutionSuccessful' | 'ExecutionFailed' | 'Rejected';
|
|
4938
5010
|
}
|
|
4939
|
-
/** @name PalletMultisigError (
|
|
5011
|
+
/** @name PalletMultisigError (571) */
|
|
4940
5012
|
interface PalletMultisigError extends Enum {
|
|
4941
5013
|
readonly isCddMissing: boolean;
|
|
4942
5014
|
readonly isProposalMissing: boolean;
|
|
@@ -4966,14 +5038,14 @@ declare module "./types-lookup.ts" {
|
|
|
4966
5038
|
readonly isCreatorControlsHaveBeenRemoved: boolean;
|
|
4967
5039
|
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
5040
|
}
|
|
4969
|
-
/** @name PalletBridgeBridgeTxDetail (
|
|
5041
|
+
/** @name PalletBridgeBridgeTxDetail (573) */
|
|
4970
5042
|
interface PalletBridgeBridgeTxDetail extends Struct {
|
|
4971
5043
|
readonly amount: u128;
|
|
4972
5044
|
readonly status: PalletBridgeBridgeTxStatus;
|
|
4973
5045
|
readonly executionBlock: u32;
|
|
4974
5046
|
readonly txHash: H256;
|
|
4975
5047
|
}
|
|
4976
|
-
/** @name PalletBridgeBridgeTxStatus (
|
|
5048
|
+
/** @name PalletBridgeBridgeTxStatus (574) */
|
|
4977
5049
|
interface PalletBridgeBridgeTxStatus extends Enum {
|
|
4978
5050
|
readonly isAbsent: boolean;
|
|
4979
5051
|
readonly isPending: boolean;
|
|
@@ -4983,7 +5055,7 @@ declare module "./types-lookup.ts" {
|
|
|
4983
5055
|
readonly isHandled: boolean;
|
|
4984
5056
|
readonly type: 'Absent' | 'Pending' | 'Frozen' | 'Timelocked' | 'Handled';
|
|
4985
5057
|
}
|
|
4986
|
-
/** @name PalletBridgeError (
|
|
5058
|
+
/** @name PalletBridgeError (577) */
|
|
4987
5059
|
interface PalletBridgeError extends Enum {
|
|
4988
5060
|
readonly isControllerNotSet: boolean;
|
|
4989
5061
|
readonly isBadCaller: boolean;
|
|
@@ -5000,7 +5072,7 @@ declare module "./types-lookup.ts" {
|
|
|
5000
5072
|
readonly isTimelockedTx: boolean;
|
|
5001
5073
|
readonly type: 'ControllerNotSet' | 'BadCaller' | 'BadAdmin' | 'NoValidCdd' | 'ProposalAlreadyHandled' | 'Unauthorized' | 'Frozen' | 'NotFrozen' | 'FrozenTx' | 'BridgeLimitReached' | 'Overflow' | 'DivisionByZero' | 'TimelockedTx';
|
|
5002
5074
|
}
|
|
5003
|
-
/** @name PalletStakingStakingLedger (
|
|
5075
|
+
/** @name PalletStakingStakingLedger (578) */
|
|
5004
5076
|
interface PalletStakingStakingLedger extends Struct {
|
|
5005
5077
|
readonly stash: AccountId32;
|
|
5006
5078
|
readonly total: Compact<u128>;
|
|
@@ -5008,28 +5080,28 @@ declare module "./types-lookup.ts" {
|
|
|
5008
5080
|
readonly unlocking: Vec<PalletStakingUnlockChunk>;
|
|
5009
5081
|
readonly claimedRewards: Vec<u32>;
|
|
5010
5082
|
}
|
|
5011
|
-
/** @name PalletStakingUnlockChunk (
|
|
5083
|
+
/** @name PalletStakingUnlockChunk (580) */
|
|
5012
5084
|
interface PalletStakingUnlockChunk extends Struct {
|
|
5013
5085
|
readonly value: Compact<u128>;
|
|
5014
5086
|
readonly era: Compact<u32>;
|
|
5015
5087
|
}
|
|
5016
|
-
/** @name PalletStakingNominations (
|
|
5088
|
+
/** @name PalletStakingNominations (581) */
|
|
5017
5089
|
interface PalletStakingNominations extends Struct {
|
|
5018
5090
|
readonly targets: Vec<AccountId32>;
|
|
5019
5091
|
readonly submittedIn: u32;
|
|
5020
5092
|
readonly suppressed: bool;
|
|
5021
5093
|
}
|
|
5022
|
-
/** @name PalletStakingActiveEraInfo (
|
|
5094
|
+
/** @name PalletStakingActiveEraInfo (582) */
|
|
5023
5095
|
interface PalletStakingActiveEraInfo extends Struct {
|
|
5024
5096
|
readonly index: u32;
|
|
5025
5097
|
readonly start: Option<u64>;
|
|
5026
5098
|
}
|
|
5027
|
-
/** @name PalletStakingEraRewardPoints (
|
|
5099
|
+
/** @name PalletStakingEraRewardPoints (584) */
|
|
5028
5100
|
interface PalletStakingEraRewardPoints extends Struct {
|
|
5029
5101
|
readonly total: u32;
|
|
5030
5102
|
readonly individual: BTreeMap<AccountId32, u32>;
|
|
5031
5103
|
}
|
|
5032
|
-
/** @name PalletStakingForcing (
|
|
5104
|
+
/** @name PalletStakingForcing (587) */
|
|
5033
5105
|
interface PalletStakingForcing extends Enum {
|
|
5034
5106
|
readonly isNotForcing: boolean;
|
|
5035
5107
|
readonly isForceNew: boolean;
|
|
@@ -5037,7 +5109,7 @@ declare module "./types-lookup.ts" {
|
|
|
5037
5109
|
readonly isForceAlways: boolean;
|
|
5038
5110
|
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
5039
5111
|
}
|
|
5040
|
-
/** @name PalletStakingUnappliedSlash (
|
|
5112
|
+
/** @name PalletStakingUnappliedSlash (589) */
|
|
5041
5113
|
interface PalletStakingUnappliedSlash extends Struct {
|
|
5042
5114
|
readonly validator: AccountId32;
|
|
5043
5115
|
readonly own: u128;
|
|
@@ -5045,37 +5117,37 @@ declare module "./types-lookup.ts" {
|
|
|
5045
5117
|
readonly reporters: Vec<AccountId32>;
|
|
5046
5118
|
readonly payout: u128;
|
|
5047
5119
|
}
|
|
5048
|
-
/** @name PalletStakingSlashingSlashingSpans (
|
|
5120
|
+
/** @name PalletStakingSlashingSlashingSpans (593) */
|
|
5049
5121
|
interface PalletStakingSlashingSlashingSpans extends Struct {
|
|
5050
5122
|
readonly spanIndex: u32;
|
|
5051
5123
|
readonly lastStart: u32;
|
|
5052
5124
|
readonly lastNonzeroSlash: u32;
|
|
5053
5125
|
readonly prior: Vec<u32>;
|
|
5054
5126
|
}
|
|
5055
|
-
/** @name PalletStakingSlashingSpanRecord (
|
|
5127
|
+
/** @name PalletStakingSlashingSpanRecord (594) */
|
|
5056
5128
|
interface PalletStakingSlashingSpanRecord extends Struct {
|
|
5057
5129
|
readonly slashed: u128;
|
|
5058
5130
|
readonly paidOut: u128;
|
|
5059
5131
|
}
|
|
5060
|
-
/** @name PalletStakingElectionResult (
|
|
5132
|
+
/** @name PalletStakingElectionResult (597) */
|
|
5061
5133
|
interface PalletStakingElectionResult extends Struct {
|
|
5062
5134
|
readonly electedStashes: Vec<AccountId32>;
|
|
5063
5135
|
readonly exposures: Vec<ITuple<[AccountId32, PalletStakingExposure]>>;
|
|
5064
5136
|
readonly compute: PalletStakingElectionCompute;
|
|
5065
5137
|
}
|
|
5066
|
-
/** @name PalletStakingElectionStatus (
|
|
5138
|
+
/** @name PalletStakingElectionStatus (598) */
|
|
5067
5139
|
interface PalletStakingElectionStatus extends Enum {
|
|
5068
5140
|
readonly isClosed: boolean;
|
|
5069
5141
|
readonly isOpen: boolean;
|
|
5070
5142
|
readonly asOpen: u32;
|
|
5071
5143
|
readonly type: 'Closed' | 'Open';
|
|
5072
5144
|
}
|
|
5073
|
-
/** @name PalletStakingPermissionedIdentityPrefs (
|
|
5145
|
+
/** @name PalletStakingPermissionedIdentityPrefs (599) */
|
|
5074
5146
|
interface PalletStakingPermissionedIdentityPrefs extends Struct {
|
|
5075
5147
|
readonly intendedCount: u32;
|
|
5076
5148
|
readonly runningCount: u32;
|
|
5077
5149
|
}
|
|
5078
|
-
/** @name PalletStakingReleases (
|
|
5150
|
+
/** @name PalletStakingReleases (600) */
|
|
5079
5151
|
interface PalletStakingReleases extends Enum {
|
|
5080
5152
|
readonly isV100Ancient: boolean;
|
|
5081
5153
|
readonly isV200: boolean;
|
|
@@ -5087,7 +5159,7 @@ declare module "./types-lookup.ts" {
|
|
|
5087
5159
|
readonly isV700: boolean;
|
|
5088
5160
|
readonly type: 'V100Ancient' | 'V200' | 'V300' | 'V400' | 'V500' | 'V600' | 'V601' | 'V700';
|
|
5089
5161
|
}
|
|
5090
|
-
/** @name PalletStakingError (
|
|
5162
|
+
/** @name PalletStakingError (602) */
|
|
5091
5163
|
interface PalletStakingError extends Enum {
|
|
5092
5164
|
readonly isNotController: boolean;
|
|
5093
5165
|
readonly isNotStash: boolean;
|
|
@@ -5134,15 +5206,15 @@ declare module "./types-lookup.ts" {
|
|
|
5134
5206
|
readonly isInvalidValidatorUnbondAmount: boolean;
|
|
5135
5207
|
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
5208
|
}
|
|
5137
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
5209
|
+
/** @name SpStakingOffenceOffenceDetails (603) */
|
|
5138
5210
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
5139
5211
|
readonly offender: ITuple<[AccountId32, PalletStakingExposure]>;
|
|
5140
5212
|
readonly reporters: Vec<AccountId32>;
|
|
5141
5213
|
}
|
|
5142
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
5214
|
+
/** @name SpCoreCryptoKeyTypeId (608) */
|
|
5143
5215
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
5144
5216
|
}
|
|
5145
|
-
/** @name PalletSessionError (
|
|
5217
|
+
/** @name PalletSessionError (609) */
|
|
5146
5218
|
interface PalletSessionError extends Enum {
|
|
5147
5219
|
readonly isInvalidProof: boolean;
|
|
5148
5220
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -5151,7 +5223,7 @@ declare module "./types-lookup.ts" {
|
|
|
5151
5223
|
readonly isNoAccount: boolean;
|
|
5152
5224
|
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
5153
5225
|
}
|
|
5154
|
-
/** @name PalletGrandpaStoredState (
|
|
5226
|
+
/** @name PalletGrandpaStoredState (610) */
|
|
5155
5227
|
interface PalletGrandpaStoredState extends Enum {
|
|
5156
5228
|
readonly isLive: boolean;
|
|
5157
5229
|
readonly isPendingPause: boolean;
|
|
@@ -5167,14 +5239,14 @@ declare module "./types-lookup.ts" {
|
|
|
5167
5239
|
} & Struct;
|
|
5168
5240
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
5169
5241
|
}
|
|
5170
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
5242
|
+
/** @name PalletGrandpaStoredPendingChange (611) */
|
|
5171
5243
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
5172
5244
|
readonly scheduledAt: u32;
|
|
5173
5245
|
readonly delay: u32;
|
|
5174
5246
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
5175
5247
|
readonly forced: Option<u32>;
|
|
5176
5248
|
}
|
|
5177
|
-
/** @name PalletGrandpaError (
|
|
5249
|
+
/** @name PalletGrandpaError (613) */
|
|
5178
5250
|
interface PalletGrandpaError extends Enum {
|
|
5179
5251
|
readonly isPauseFailed: boolean;
|
|
5180
5252
|
readonly isResumeFailed: boolean;
|
|
@@ -5185,47 +5257,47 @@ declare module "./types-lookup.ts" {
|
|
|
5185
5257
|
readonly isDuplicateOffenceReport: boolean;
|
|
5186
5258
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
5187
5259
|
}
|
|
5188
|
-
/** @name PalletImOnlineBoundedOpaqueNetworkState (
|
|
5260
|
+
/** @name PalletImOnlineBoundedOpaqueNetworkState (617) */
|
|
5189
5261
|
interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
|
|
5190
5262
|
readonly peerId: Bytes;
|
|
5191
5263
|
readonly externalAddresses: Vec<Bytes>;
|
|
5192
5264
|
}
|
|
5193
|
-
/** @name PalletImOnlineError (
|
|
5265
|
+
/** @name PalletImOnlineError (621) */
|
|
5194
5266
|
interface PalletImOnlineError extends Enum {
|
|
5195
5267
|
readonly isInvalidKey: boolean;
|
|
5196
5268
|
readonly isDuplicatedHeartbeat: boolean;
|
|
5197
5269
|
readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
|
|
5198
5270
|
}
|
|
5199
|
-
/** @name PalletSudoError (
|
|
5271
|
+
/** @name PalletSudoError (623) */
|
|
5200
5272
|
interface PalletSudoError extends Enum {
|
|
5201
5273
|
readonly isRequireSudo: boolean;
|
|
5202
5274
|
readonly type: 'RequireSudo';
|
|
5203
5275
|
}
|
|
5204
|
-
/** @name PalletAssetTickerRegistration (
|
|
5276
|
+
/** @name PalletAssetTickerRegistration (624) */
|
|
5205
5277
|
interface PalletAssetTickerRegistration extends Struct {
|
|
5206
5278
|
readonly owner: PolymeshPrimitivesIdentityId;
|
|
5207
5279
|
readonly expiry: Option<u64>;
|
|
5208
5280
|
}
|
|
5209
|
-
/** @name PalletAssetTickerRegistrationConfig (
|
|
5281
|
+
/** @name PalletAssetTickerRegistrationConfig (625) */
|
|
5210
5282
|
interface PalletAssetTickerRegistrationConfig extends Struct {
|
|
5211
5283
|
readonly maxTickerLength: u8;
|
|
5212
5284
|
readonly registrationLength: Option<u64>;
|
|
5213
5285
|
}
|
|
5214
|
-
/** @name PalletAssetSecurityToken (
|
|
5286
|
+
/** @name PalletAssetSecurityToken (626) */
|
|
5215
5287
|
interface PalletAssetSecurityToken extends Struct {
|
|
5216
5288
|
readonly totalSupply: u128;
|
|
5217
5289
|
readonly ownerDid: PolymeshPrimitivesIdentityId;
|
|
5218
5290
|
readonly divisible: bool;
|
|
5219
5291
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
5220
5292
|
}
|
|
5221
|
-
/** @name PalletAssetAssetOwnershipRelation (
|
|
5293
|
+
/** @name PalletAssetAssetOwnershipRelation (630) */
|
|
5222
5294
|
interface PalletAssetAssetOwnershipRelation extends Enum {
|
|
5223
5295
|
readonly isNotOwned: boolean;
|
|
5224
5296
|
readonly isTickerOwned: boolean;
|
|
5225
5297
|
readonly isAssetOwned: boolean;
|
|
5226
5298
|
readonly type: 'NotOwned' | 'TickerOwned' | 'AssetOwned';
|
|
5227
5299
|
}
|
|
5228
|
-
/** @name PalletAssetError (
|
|
5300
|
+
/** @name PalletAssetError (636) */
|
|
5229
5301
|
interface PalletAssetError extends Enum {
|
|
5230
5302
|
readonly isUnauthorized: boolean;
|
|
5231
5303
|
readonly isAssetAlreadyCreated: boolean;
|
|
@@ -5264,9 +5336,11 @@ declare module "./types-lookup.ts" {
|
|
|
5264
5336
|
readonly isIncompatibleAssetTypeUpdate: boolean;
|
|
5265
5337
|
readonly isAssetMetadataKeyBelongsToNFTCollection: boolean;
|
|
5266
5338
|
readonly isAssetMetadataValueIsEmpty: boolean;
|
|
5267
|
-
readonly
|
|
5339
|
+
readonly isNumberOfAssetMediatorsExceeded: boolean;
|
|
5340
|
+
readonly isInvalidTickerCharacter: boolean;
|
|
5341
|
+
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' | 'InvalidTickerCharacter';
|
|
5268
5342
|
}
|
|
5269
|
-
/** @name PalletCorporateActionsDistributionError (
|
|
5343
|
+
/** @name PalletCorporateActionsDistributionError (639) */
|
|
5270
5344
|
interface PalletCorporateActionsDistributionError extends Enum {
|
|
5271
5345
|
readonly isCaNotBenefit: boolean;
|
|
5272
5346
|
readonly isAlreadyExists: boolean;
|
|
@@ -5285,13 +5359,13 @@ declare module "./types-lookup.ts" {
|
|
|
5285
5359
|
readonly isDistributionPerShareIsZero: boolean;
|
|
5286
5360
|
readonly type: 'CaNotBenefit' | 'AlreadyExists' | 'ExpiryBeforePayment' | 'HolderAlreadyPaid' | 'NoSuchDistribution' | 'CannotClaimBeforeStart' | 'CannotClaimAfterExpiry' | 'BalancePerShareProductOverflowed' | 'NotDistributionCreator' | 'AlreadyReclaimed' | 'NotExpired' | 'DistributionStarted' | 'InsufficientRemainingAmount' | 'DistributionAmountIsZero' | 'DistributionPerShareIsZero';
|
|
5287
5361
|
}
|
|
5288
|
-
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (
|
|
5362
|
+
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (643) */
|
|
5289
5363
|
interface PolymeshCommonUtilitiesCheckpointNextCheckpoints extends Struct {
|
|
5290
5364
|
readonly nextAt: u64;
|
|
5291
5365
|
readonly totalPending: u64;
|
|
5292
5366
|
readonly schedules: BTreeMap<u64, u64>;
|
|
5293
5367
|
}
|
|
5294
|
-
/** @name PalletAssetCheckpointError (
|
|
5368
|
+
/** @name PalletAssetCheckpointError (649) */
|
|
5295
5369
|
interface PalletAssetCheckpointError extends Enum {
|
|
5296
5370
|
readonly isNoSuchSchedule: boolean;
|
|
5297
5371
|
readonly isScheduleNotRemovable: boolean;
|
|
@@ -5301,12 +5375,12 @@ declare module "./types-lookup.ts" {
|
|
|
5301
5375
|
readonly isScheduleHasExpiredCheckpoints: boolean;
|
|
5302
5376
|
readonly type: 'NoSuchSchedule' | 'ScheduleNotRemovable' | 'SchedulesOverMaxComplexity' | 'ScheduleIsEmpty' | 'ScheduleFinished' | 'ScheduleHasExpiredCheckpoints';
|
|
5303
5377
|
}
|
|
5304
|
-
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (
|
|
5378
|
+
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (650) */
|
|
5305
5379
|
interface PolymeshPrimitivesComplianceManagerAssetCompliance extends Struct {
|
|
5306
5380
|
readonly paused: bool;
|
|
5307
5381
|
readonly requirements: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
5308
5382
|
}
|
|
5309
|
-
/** @name PalletComplianceManagerError (
|
|
5383
|
+
/** @name PalletComplianceManagerError (652) */
|
|
5310
5384
|
interface PalletComplianceManagerError extends Enum {
|
|
5311
5385
|
readonly isUnauthorized: boolean;
|
|
5312
5386
|
readonly isDidNotExist: boolean;
|
|
@@ -5317,7 +5391,7 @@ declare module "./types-lookup.ts" {
|
|
|
5317
5391
|
readonly isWeightLimitExceeded: boolean;
|
|
5318
5392
|
readonly type: 'Unauthorized' | 'DidNotExist' | 'InvalidComplianceRequirementId' | 'IncorrectOperationOnTrustedIssuer' | 'DuplicateComplianceRequirements' | 'ComplianceRequirementTooComplex' | 'WeightLimitExceeded';
|
|
5319
5393
|
}
|
|
5320
|
-
/** @name PalletCorporateActionsError (
|
|
5394
|
+
/** @name PalletCorporateActionsError (655) */
|
|
5321
5395
|
interface PalletCorporateActionsError extends Enum {
|
|
5322
5396
|
readonly isDetailsTooLong: boolean;
|
|
5323
5397
|
readonly isDuplicateDidTax: boolean;
|
|
@@ -5332,7 +5406,7 @@ declare module "./types-lookup.ts" {
|
|
|
5332
5406
|
readonly isNotTargetedByCA: boolean;
|
|
5333
5407
|
readonly type: 'DetailsTooLong' | 'DuplicateDidTax' | 'TooManyDidTaxes' | 'TooManyTargetIds' | 'NoSuchCheckpointId' | 'NoSuchCA' | 'NoRecordDate' | 'RecordDateAfterStart' | 'DeclDateAfterRecordDate' | 'DeclDateInFuture' | 'NotTargetedByCA';
|
|
5334
5408
|
}
|
|
5335
|
-
/** @name PalletCorporateActionsBallotError (
|
|
5409
|
+
/** @name PalletCorporateActionsBallotError (657) */
|
|
5336
5410
|
interface PalletCorporateActionsBallotError extends Enum {
|
|
5337
5411
|
readonly isCaNotNotice: boolean;
|
|
5338
5412
|
readonly isAlreadyExists: boolean;
|
|
@@ -5350,12 +5424,12 @@ declare module "./types-lookup.ts" {
|
|
|
5350
5424
|
readonly isRcvNotAllowed: boolean;
|
|
5351
5425
|
readonly type: 'CaNotNotice' | 'AlreadyExists' | 'NoSuchBallot' | 'StartAfterEnd' | 'NowAfterEnd' | 'NumberOfChoicesOverflow' | 'VotingAlreadyStarted' | 'VotingNotStarted' | 'VotingAlreadyEnded' | 'WrongVoteCount' | 'InsufficientVotes' | 'NoSuchRCVFallback' | 'RcvSelfCycle' | 'RcvNotAllowed';
|
|
5352
5426
|
}
|
|
5353
|
-
/** @name PalletPermissionsError (
|
|
5427
|
+
/** @name PalletPermissionsError (658) */
|
|
5354
5428
|
interface PalletPermissionsError extends Enum {
|
|
5355
5429
|
readonly isUnauthorizedCaller: boolean;
|
|
5356
5430
|
readonly type: 'UnauthorizedCaller';
|
|
5357
5431
|
}
|
|
5358
|
-
/** @name PalletPipsPipsMetadata (
|
|
5432
|
+
/** @name PalletPipsPipsMetadata (659) */
|
|
5359
5433
|
interface PalletPipsPipsMetadata extends Struct {
|
|
5360
5434
|
readonly id: u32;
|
|
5361
5435
|
readonly url: Option<Bytes>;
|
|
@@ -5364,34 +5438,34 @@ declare module "./types-lookup.ts" {
|
|
|
5364
5438
|
readonly transactionVersion: u32;
|
|
5365
5439
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5366
5440
|
}
|
|
5367
|
-
/** @name PalletPipsDepositInfo (
|
|
5441
|
+
/** @name PalletPipsDepositInfo (661) */
|
|
5368
5442
|
interface PalletPipsDepositInfo extends Struct {
|
|
5369
5443
|
readonly owner: AccountId32;
|
|
5370
5444
|
readonly amount: u128;
|
|
5371
5445
|
}
|
|
5372
|
-
/** @name PalletPipsPip (
|
|
5446
|
+
/** @name PalletPipsPip (662) */
|
|
5373
5447
|
interface PalletPipsPip extends Struct {
|
|
5374
5448
|
readonly id: u32;
|
|
5375
5449
|
readonly proposal: Call;
|
|
5376
5450
|
readonly proposer: PalletPipsProposer;
|
|
5377
5451
|
}
|
|
5378
|
-
/** @name PalletPipsVotingResult (
|
|
5452
|
+
/** @name PalletPipsVotingResult (663) */
|
|
5379
5453
|
interface PalletPipsVotingResult extends Struct {
|
|
5380
5454
|
readonly ayesCount: u32;
|
|
5381
5455
|
readonly ayesStake: u128;
|
|
5382
5456
|
readonly naysCount: u32;
|
|
5383
5457
|
readonly naysStake: u128;
|
|
5384
5458
|
}
|
|
5385
|
-
/** @name PalletPipsVote (
|
|
5459
|
+
/** @name PalletPipsVote (664) */
|
|
5386
5460
|
interface PalletPipsVote extends ITuple<[bool, u128]> {
|
|
5387
5461
|
}
|
|
5388
|
-
/** @name PalletPipsSnapshotMetadata (
|
|
5462
|
+
/** @name PalletPipsSnapshotMetadata (665) */
|
|
5389
5463
|
interface PalletPipsSnapshotMetadata extends Struct {
|
|
5390
5464
|
readonly createdAt: u32;
|
|
5391
5465
|
readonly madeBy: AccountId32;
|
|
5392
5466
|
readonly id: u32;
|
|
5393
5467
|
}
|
|
5394
|
-
/** @name PalletPipsError (
|
|
5468
|
+
/** @name PalletPipsError (667) */
|
|
5395
5469
|
interface PalletPipsError extends Enum {
|
|
5396
5470
|
readonly isRescheduleNotByReleaseCoordinator: boolean;
|
|
5397
5471
|
readonly isNotFromCommunity: boolean;
|
|
@@ -5413,7 +5487,7 @@ declare module "./types-lookup.ts" {
|
|
|
5413
5487
|
readonly isProposalNotInScheduledState: boolean;
|
|
5414
5488
|
readonly type: 'RescheduleNotByReleaseCoordinator' | 'NotFromCommunity' | 'NotByCommittee' | 'TooManyActivePips' | 'IncorrectDeposit' | 'InsufficientDeposit' | 'NoSuchProposal' | 'NotACommitteeMember' | 'InvalidFutureBlockNumber' | 'NumberOfVotesExceeded' | 'StakeAmountOfVotesExceeded' | 'MissingCurrentIdentity' | 'IncorrectProposalState' | 'CannotSkipPip' | 'SnapshotResultTooLarge' | 'SnapshotIdMismatch' | 'ScheduledProposalDoesntExist' | 'ProposalNotInScheduledState';
|
|
5415
5489
|
}
|
|
5416
|
-
/** @name PalletPortfolioError (
|
|
5490
|
+
/** @name PalletPortfolioError (675) */
|
|
5417
5491
|
interface PalletPortfolioError extends Enum {
|
|
5418
5492
|
readonly isPortfolioDoesNotExist: boolean;
|
|
5419
5493
|
readonly isInsufficientPortfolioBalance: boolean;
|
|
@@ -5434,14 +5508,14 @@ declare module "./types-lookup.ts" {
|
|
|
5434
5508
|
readonly isMissingOwnersPermission: boolean;
|
|
5435
5509
|
readonly type: 'PortfolioDoesNotExist' | 'InsufficientPortfolioBalance' | 'DestinationIsSamePortfolio' | 'PortfolioNameAlreadyInUse' | 'SecondaryKeyNotAuthorizedForPortfolio' | 'UnauthorizedCustodian' | 'InsufficientTokensLocked' | 'PortfolioNotEmpty' | 'DifferentIdentityPortfolios' | 'NoDuplicateAssetsAllowed' | 'NftNotFoundInPortfolio' | 'NftAlreadyLocked' | 'NftNotLocked' | 'InvalidTransferNFTNotOwned' | 'InvalidTransferNFTIsLocked' | 'EmptyTransfer' | 'MissingOwnersPermission';
|
|
5436
5510
|
}
|
|
5437
|
-
/** @name PalletProtocolFeeError (
|
|
5511
|
+
/** @name PalletProtocolFeeError (676) */
|
|
5438
5512
|
interface PalletProtocolFeeError extends Enum {
|
|
5439
5513
|
readonly isInsufficientAccountBalance: boolean;
|
|
5440
5514
|
readonly isUnHandledImbalances: boolean;
|
|
5441
5515
|
readonly isInsufficientSubsidyBalance: boolean;
|
|
5442
5516
|
readonly type: 'InsufficientAccountBalance' | 'UnHandledImbalances' | 'InsufficientSubsidyBalance';
|
|
5443
5517
|
}
|
|
5444
|
-
/** @name PalletSchedulerScheduled (
|
|
5518
|
+
/** @name PalletSchedulerScheduled (679) */
|
|
5445
5519
|
interface PalletSchedulerScheduled extends Struct {
|
|
5446
5520
|
readonly maybeId: Option<U8aFixed>;
|
|
5447
5521
|
readonly priority: u8;
|
|
@@ -5449,7 +5523,7 @@ declare module "./types-lookup.ts" {
|
|
|
5449
5523
|
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
5450
5524
|
readonly origin: PolymeshRuntimeDevelopRuntimeOriginCaller;
|
|
5451
5525
|
}
|
|
5452
|
-
/** @name FrameSupportPreimagesBounded (
|
|
5526
|
+
/** @name FrameSupportPreimagesBounded (680) */
|
|
5453
5527
|
interface FrameSupportPreimagesBounded extends Enum {
|
|
5454
5528
|
readonly isLegacy: boolean;
|
|
5455
5529
|
readonly asLegacy: {
|
|
@@ -5464,7 +5538,7 @@ declare module "./types-lookup.ts" {
|
|
|
5464
5538
|
} & Struct;
|
|
5465
5539
|
readonly type: 'Legacy' | 'Inline' | 'Lookup';
|
|
5466
5540
|
}
|
|
5467
|
-
/** @name PalletSchedulerError (
|
|
5541
|
+
/** @name PalletSchedulerError (683) */
|
|
5468
5542
|
interface PalletSchedulerError extends Enum {
|
|
5469
5543
|
readonly isFailedToSchedule: boolean;
|
|
5470
5544
|
readonly isNotFound: boolean;
|
|
@@ -5473,12 +5547,12 @@ declare module "./types-lookup.ts" {
|
|
|
5473
5547
|
readonly isNamed: boolean;
|
|
5474
5548
|
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
|
|
5475
5549
|
}
|
|
5476
|
-
/** @name PolymeshPrimitivesSettlementVenue (
|
|
5550
|
+
/** @name PolymeshPrimitivesSettlementVenue (684) */
|
|
5477
5551
|
interface PolymeshPrimitivesSettlementVenue extends Struct {
|
|
5478
5552
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
5479
5553
|
readonly venueType: PolymeshPrimitivesSettlementVenueType;
|
|
5480
5554
|
}
|
|
5481
|
-
/** @name PolymeshPrimitivesSettlementInstruction (
|
|
5555
|
+
/** @name PolymeshPrimitivesSettlementInstruction (688) */
|
|
5482
5556
|
interface PolymeshPrimitivesSettlementInstruction extends Struct {
|
|
5483
5557
|
readonly instructionId: u64;
|
|
5484
5558
|
readonly venueId: u64;
|
|
@@ -5487,7 +5561,7 @@ declare module "./types-lookup.ts" {
|
|
|
5487
5561
|
readonly tradeDate: Option<u64>;
|
|
5488
5562
|
readonly valueDate: Option<u64>;
|
|
5489
5563
|
}
|
|
5490
|
-
/** @name PolymeshPrimitivesSettlementLegStatus (
|
|
5564
|
+
/** @name PolymeshPrimitivesSettlementLegStatus (690) */
|
|
5491
5565
|
interface PolymeshPrimitivesSettlementLegStatus extends Enum {
|
|
5492
5566
|
readonly isPendingTokenLock: boolean;
|
|
5493
5567
|
readonly isExecutionPending: boolean;
|
|
@@ -5495,14 +5569,14 @@ declare module "./types-lookup.ts" {
|
|
|
5495
5569
|
readonly asExecutionToBeSkipped: ITuple<[AccountId32, u64]>;
|
|
5496
5570
|
readonly type: 'PendingTokenLock' | 'ExecutionPending' | 'ExecutionToBeSkipped';
|
|
5497
5571
|
}
|
|
5498
|
-
/** @name PolymeshPrimitivesSettlementAffirmationStatus (
|
|
5572
|
+
/** @name PolymeshPrimitivesSettlementAffirmationStatus (692) */
|
|
5499
5573
|
interface PolymeshPrimitivesSettlementAffirmationStatus extends Enum {
|
|
5500
5574
|
readonly isUnknown: boolean;
|
|
5501
5575
|
readonly isPending: boolean;
|
|
5502
5576
|
readonly isAffirmed: boolean;
|
|
5503
5577
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5504
5578
|
}
|
|
5505
|
-
/** @name PolymeshPrimitivesSettlementInstructionStatus (
|
|
5579
|
+
/** @name PolymeshPrimitivesSettlementInstructionStatus (696) */
|
|
5506
5580
|
interface PolymeshPrimitivesSettlementInstructionStatus extends Enum {
|
|
5507
5581
|
readonly isUnknown: boolean;
|
|
5508
5582
|
readonly isPending: boolean;
|
|
@@ -5513,7 +5587,17 @@ declare module "./types-lookup.ts" {
|
|
|
5513
5587
|
readonly asRejected: u32;
|
|
5514
5588
|
readonly type: 'Unknown' | 'Pending' | 'Failed' | 'Success' | 'Rejected';
|
|
5515
5589
|
}
|
|
5516
|
-
/** @name
|
|
5590
|
+
/** @name PolymeshPrimitivesSettlementMediatorAffirmationStatus (698) */
|
|
5591
|
+
interface PolymeshPrimitivesSettlementMediatorAffirmationStatus extends Enum {
|
|
5592
|
+
readonly isUnknown: boolean;
|
|
5593
|
+
readonly isPending: boolean;
|
|
5594
|
+
readonly isAffirmed: boolean;
|
|
5595
|
+
readonly asAffirmed: {
|
|
5596
|
+
readonly expiry: Option<u64>;
|
|
5597
|
+
} & Struct;
|
|
5598
|
+
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5599
|
+
}
|
|
5600
|
+
/** @name PalletSettlementError (699) */
|
|
5517
5601
|
interface PalletSettlementError extends Enum {
|
|
5518
5602
|
readonly isInvalidVenue: boolean;
|
|
5519
5603
|
readonly isUnauthorized: boolean;
|
|
@@ -5555,19 +5639,22 @@ declare module "./types-lookup.ts" {
|
|
|
5555
5639
|
readonly isMultipleReceiptsForOneLeg: boolean;
|
|
5556
5640
|
readonly isUnexpectedLegStatus: boolean;
|
|
5557
5641
|
readonly isNumberOfVenueSignersExceeded: boolean;
|
|
5558
|
-
readonly
|
|
5642
|
+
readonly isCallerIsNotAMediator: boolean;
|
|
5643
|
+
readonly isInvalidExpiryDate: boolean;
|
|
5644
|
+
readonly isMediatorAffirmationExpired: boolean;
|
|
5645
|
+
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
5646
|
}
|
|
5560
|
-
/** @name PolymeshPrimitivesStatisticsStat1stKey (
|
|
5647
|
+
/** @name PolymeshPrimitivesStatisticsStat1stKey (702) */
|
|
5561
5648
|
interface PolymeshPrimitivesStatisticsStat1stKey extends Struct {
|
|
5562
5649
|
readonly asset: PolymeshPrimitivesStatisticsAssetScope;
|
|
5563
5650
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
5564
5651
|
}
|
|
5565
|
-
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (
|
|
5652
|
+
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (703) */
|
|
5566
5653
|
interface PolymeshPrimitivesTransferComplianceAssetTransferCompliance extends Struct {
|
|
5567
5654
|
readonly paused: bool;
|
|
5568
5655
|
readonly requirements: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
5569
5656
|
}
|
|
5570
|
-
/** @name PalletStatisticsError (
|
|
5657
|
+
/** @name PalletStatisticsError (707) */
|
|
5571
5658
|
interface PalletStatisticsError extends Enum {
|
|
5572
5659
|
readonly isInvalidTransfer: boolean;
|
|
5573
5660
|
readonly isStatTypeMissing: boolean;
|
|
@@ -5578,7 +5665,7 @@ declare module "./types-lookup.ts" {
|
|
|
5578
5665
|
readonly isWeightLimitExceeded: boolean;
|
|
5579
5666
|
readonly type: 'InvalidTransfer' | 'StatTypeMissing' | 'StatTypeNeededByTransferCondition' | 'CannotRemoveStatTypeInUse' | 'StatTypeLimitReached' | 'TransferConditionLimitReached' | 'WeightLimitExceeded';
|
|
5580
5667
|
}
|
|
5581
|
-
/** @name PalletStoError (
|
|
5668
|
+
/** @name PalletStoError (709) */
|
|
5582
5669
|
interface PalletStoError extends Enum {
|
|
5583
5670
|
readonly isUnauthorized: boolean;
|
|
5584
5671
|
readonly isOverflow: boolean;
|
|
@@ -5594,27 +5681,28 @@ declare module "./types-lookup.ts" {
|
|
|
5594
5681
|
readonly isInvestmentAmountTooLow: boolean;
|
|
5595
5682
|
readonly type: 'Unauthorized' | 'Overflow' | 'InsufficientTokensRemaining' | 'FundraiserNotFound' | 'FundraiserNotLive' | 'FundraiserClosed' | 'FundraiserExpired' | 'InvalidVenue' | 'InvalidPriceTiers' | 'InvalidOfferingWindow' | 'MaxPriceExceeded' | 'InvestmentAmountTooLow';
|
|
5596
5683
|
}
|
|
5597
|
-
/** @name PalletTreasuryError (
|
|
5684
|
+
/** @name PalletTreasuryError (710) */
|
|
5598
5685
|
interface PalletTreasuryError extends Enum {
|
|
5599
5686
|
readonly isInsufficientBalance: boolean;
|
|
5600
5687
|
readonly isInvalidIdentity: boolean;
|
|
5601
5688
|
readonly type: 'InsufficientBalance' | 'InvalidIdentity';
|
|
5602
5689
|
}
|
|
5603
|
-
/** @name PalletUtilityError (
|
|
5690
|
+
/** @name PalletUtilityError (711) */
|
|
5604
5691
|
interface PalletUtilityError extends Enum {
|
|
5605
5692
|
readonly isTooManyCalls: boolean;
|
|
5606
5693
|
readonly isInvalidSignature: boolean;
|
|
5607
5694
|
readonly isTargetCddMissing: boolean;
|
|
5608
5695
|
readonly isInvalidNonce: boolean;
|
|
5609
|
-
readonly
|
|
5696
|
+
readonly isUnableToDeriveAccountId: boolean;
|
|
5697
|
+
readonly type: 'TooManyCalls' | 'InvalidSignature' | 'TargetCddMissing' | 'InvalidNonce' | 'UnableToDeriveAccountId';
|
|
5610
5698
|
}
|
|
5611
|
-
/** @name PalletBaseError (
|
|
5699
|
+
/** @name PalletBaseError (712) */
|
|
5612
5700
|
interface PalletBaseError extends Enum {
|
|
5613
5701
|
readonly isTooLong: boolean;
|
|
5614
5702
|
readonly isCounterOverflow: boolean;
|
|
5615
5703
|
readonly type: 'TooLong' | 'CounterOverflow';
|
|
5616
5704
|
}
|
|
5617
|
-
/** @name PalletExternalAgentsError (
|
|
5705
|
+
/** @name PalletExternalAgentsError (714) */
|
|
5618
5706
|
interface PalletExternalAgentsError extends Enum {
|
|
5619
5707
|
readonly isNoSuchAG: boolean;
|
|
5620
5708
|
readonly isUnauthorizedAgent: boolean;
|
|
@@ -5624,12 +5712,12 @@ declare module "./types-lookup.ts" {
|
|
|
5624
5712
|
readonly isSecondaryKeyNotAuthorizedForAsset: boolean;
|
|
5625
5713
|
readonly type: 'NoSuchAG' | 'UnauthorizedAgent' | 'AlreadyAnAgent' | 'NotAnAgent' | 'RemovingLastFullAgent' | 'SecondaryKeyNotAuthorizedForAsset';
|
|
5626
5714
|
}
|
|
5627
|
-
/** @name PalletRelayerSubsidy (
|
|
5715
|
+
/** @name PalletRelayerSubsidy (715) */
|
|
5628
5716
|
interface PalletRelayerSubsidy extends Struct {
|
|
5629
5717
|
readonly payingKey: AccountId32;
|
|
5630
5718
|
readonly remaining: u128;
|
|
5631
5719
|
}
|
|
5632
|
-
/** @name PalletRelayerError (
|
|
5720
|
+
/** @name PalletRelayerError (716) */
|
|
5633
5721
|
interface PalletRelayerError extends Enum {
|
|
5634
5722
|
readonly isUserKeyCddMissing: boolean;
|
|
5635
5723
|
readonly isPayingKeyCddMissing: boolean;
|
|
@@ -5640,7 +5728,7 @@ declare module "./types-lookup.ts" {
|
|
|
5640
5728
|
readonly isOverflow: boolean;
|
|
5641
5729
|
readonly type: 'UserKeyCddMissing' | 'PayingKeyCddMissing' | 'NoPayingKey' | 'NotPayingKey' | 'NotAuthorizedForPayingKey' | 'NotAuthorizedForUserKey' | 'Overflow';
|
|
5642
5730
|
}
|
|
5643
|
-
/** @name PalletContractsWasmPrefabWasmModule (
|
|
5731
|
+
/** @name PalletContractsWasmPrefabWasmModule (718) */
|
|
5644
5732
|
interface PalletContractsWasmPrefabWasmModule extends Struct {
|
|
5645
5733
|
readonly instructionWeightsVersion: Compact<u32>;
|
|
5646
5734
|
readonly initial: Compact<u32>;
|
|
@@ -5648,13 +5736,13 @@ declare module "./types-lookup.ts" {
|
|
|
5648
5736
|
readonly code: Bytes;
|
|
5649
5737
|
readonly determinism: PalletContractsWasmDeterminism;
|
|
5650
5738
|
}
|
|
5651
|
-
/** @name PalletContractsWasmOwnerInfo (
|
|
5739
|
+
/** @name PalletContractsWasmOwnerInfo (720) */
|
|
5652
5740
|
interface PalletContractsWasmOwnerInfo extends Struct {
|
|
5653
5741
|
readonly owner: AccountId32;
|
|
5654
5742
|
readonly deposit: Compact<u128>;
|
|
5655
5743
|
readonly refcount: Compact<u64>;
|
|
5656
5744
|
}
|
|
5657
|
-
/** @name PalletContractsStorageContractInfo (
|
|
5745
|
+
/** @name PalletContractsStorageContractInfo (721) */
|
|
5658
5746
|
interface PalletContractsStorageContractInfo extends Struct {
|
|
5659
5747
|
readonly trieId: Bytes;
|
|
5660
5748
|
readonly depositAccount: AccountId32;
|
|
@@ -5665,17 +5753,17 @@ declare module "./types-lookup.ts" {
|
|
|
5665
5753
|
readonly storageItemDeposit: u128;
|
|
5666
5754
|
readonly storageBaseDeposit: u128;
|
|
5667
5755
|
}
|
|
5668
|
-
/** @name PalletContractsStorageDeletedContract (
|
|
5756
|
+
/** @name PalletContractsStorageDeletedContract (724) */
|
|
5669
5757
|
interface PalletContractsStorageDeletedContract extends Struct {
|
|
5670
5758
|
readonly trieId: Bytes;
|
|
5671
5759
|
}
|
|
5672
|
-
/** @name PalletContractsSchedule (
|
|
5760
|
+
/** @name PalletContractsSchedule (726) */
|
|
5673
5761
|
interface PalletContractsSchedule extends Struct {
|
|
5674
5762
|
readonly limits: PalletContractsScheduleLimits;
|
|
5675
5763
|
readonly instructionWeights: PalletContractsScheduleInstructionWeights;
|
|
5676
5764
|
readonly hostFnWeights: PalletContractsScheduleHostFnWeights;
|
|
5677
5765
|
}
|
|
5678
|
-
/** @name PalletContractsScheduleLimits (
|
|
5766
|
+
/** @name PalletContractsScheduleLimits (727) */
|
|
5679
5767
|
interface PalletContractsScheduleLimits extends Struct {
|
|
5680
5768
|
readonly eventTopics: u32;
|
|
5681
5769
|
readonly globals: u32;
|
|
@@ -5687,7 +5775,7 @@ declare module "./types-lookup.ts" {
|
|
|
5687
5775
|
readonly subjectLen: u32;
|
|
5688
5776
|
readonly payloadLen: u32;
|
|
5689
5777
|
}
|
|
5690
|
-
/** @name PalletContractsScheduleInstructionWeights (
|
|
5778
|
+
/** @name PalletContractsScheduleInstructionWeights (728) */
|
|
5691
5779
|
interface PalletContractsScheduleInstructionWeights extends Struct {
|
|
5692
5780
|
readonly version: u32;
|
|
5693
5781
|
readonly fallback: u32;
|
|
@@ -5744,7 +5832,7 @@ declare module "./types-lookup.ts" {
|
|
|
5744
5832
|
readonly i64rotl: u32;
|
|
5745
5833
|
readonly i64rotr: u32;
|
|
5746
5834
|
}
|
|
5747
|
-
/** @name PalletContractsScheduleHostFnWeights (
|
|
5835
|
+
/** @name PalletContractsScheduleHostFnWeights (729) */
|
|
5748
5836
|
interface PalletContractsScheduleHostFnWeights extends Struct {
|
|
5749
5837
|
readonly caller: SpWeightsWeightV2Weight;
|
|
5750
5838
|
readonly isContract: SpWeightsWeightV2Weight;
|
|
@@ -5806,7 +5894,7 @@ declare module "./types-lookup.ts" {
|
|
|
5806
5894
|
readonly accountReentranceCount: SpWeightsWeightV2Weight;
|
|
5807
5895
|
readonly instantiationNonce: SpWeightsWeightV2Weight;
|
|
5808
5896
|
}
|
|
5809
|
-
/** @name PalletContractsError (
|
|
5897
|
+
/** @name PalletContractsError (730) */
|
|
5810
5898
|
interface PalletContractsError extends Enum {
|
|
5811
5899
|
readonly isInvalidScheduleVersion: boolean;
|
|
5812
5900
|
readonly isInvalidCallFlags: boolean;
|
|
@@ -5838,7 +5926,7 @@ declare module "./types-lookup.ts" {
|
|
|
5838
5926
|
readonly isIndeterministic: boolean;
|
|
5839
5927
|
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
5928
|
}
|
|
5841
|
-
/** @name PolymeshContractsError (
|
|
5929
|
+
/** @name PolymeshContractsError (732) */
|
|
5842
5930
|
interface PolymeshContractsError extends Enum {
|
|
5843
5931
|
readonly isInvalidFuncId: boolean;
|
|
5844
5932
|
readonly isInvalidRuntimeCall: boolean;
|
|
@@ -5854,7 +5942,7 @@ declare module "./types-lookup.ts" {
|
|
|
5854
5942
|
readonly isNoUpgradesSupported: boolean;
|
|
5855
5943
|
readonly type: 'InvalidFuncId' | 'InvalidRuntimeCall' | 'ReadStorageFailed' | 'DataLeftAfterDecoding' | 'InLenTooLarge' | 'OutLenTooLarge' | 'InstantiatorWithNoIdentity' | 'RuntimeCallDenied' | 'CallerNotAPrimaryKey' | 'MissingKeyPermissions' | 'InvalidChainVersion' | 'NoUpgradesSupported';
|
|
5856
5944
|
}
|
|
5857
|
-
/** @name PalletPreimageRequestStatus (
|
|
5945
|
+
/** @name PalletPreimageRequestStatus (733) */
|
|
5858
5946
|
interface PalletPreimageRequestStatus extends Enum {
|
|
5859
5947
|
readonly isUnrequested: boolean;
|
|
5860
5948
|
readonly asUnrequested: {
|
|
@@ -5869,7 +5957,7 @@ declare module "./types-lookup.ts" {
|
|
|
5869
5957
|
} & Struct;
|
|
5870
5958
|
readonly type: 'Unrequested' | 'Requested';
|
|
5871
5959
|
}
|
|
5872
|
-
/** @name PalletPreimageError (
|
|
5960
|
+
/** @name PalletPreimageError (737) */
|
|
5873
5961
|
interface PalletPreimageError extends Enum {
|
|
5874
5962
|
readonly isTooBig: boolean;
|
|
5875
5963
|
readonly isAlreadyNoted: boolean;
|
|
@@ -5879,12 +5967,12 @@ declare module "./types-lookup.ts" {
|
|
|
5879
5967
|
readonly isNotRequested: boolean;
|
|
5880
5968
|
readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
|
|
5881
5969
|
}
|
|
5882
|
-
/** @name PolymeshPrimitivesNftNftCollection (
|
|
5970
|
+
/** @name PolymeshPrimitivesNftNftCollection (738) */
|
|
5883
5971
|
interface PolymeshPrimitivesNftNftCollection extends Struct {
|
|
5884
5972
|
readonly id: u64;
|
|
5885
5973
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
5886
5974
|
}
|
|
5887
|
-
/** @name PalletNftError (
|
|
5975
|
+
/** @name PalletNftError (743) */
|
|
5888
5976
|
interface PalletNftError extends Enum {
|
|
5889
5977
|
readonly isBalanceOverflow: boolean;
|
|
5890
5978
|
readonly isBalanceUnderflow: boolean;
|
|
@@ -5908,30 +5996,31 @@ declare module "./types-lookup.ts" {
|
|
|
5908
5996
|
readonly isZeroCount: boolean;
|
|
5909
5997
|
readonly isSupplyOverflow: boolean;
|
|
5910
5998
|
readonly isSupplyUnderflow: boolean;
|
|
5911
|
-
readonly
|
|
5999
|
+
readonly isInvalidNFTTransferNFTIsLocked: boolean;
|
|
6000
|
+
readonly type: 'BalanceOverflow' | 'BalanceUnderflow' | 'CollectionAlredyRegistered' | 'CollectionNotFound' | 'DuplicateMetadataKey' | 'DuplicatedNFTId' | 'InvalidAssetType' | 'InvalidMetadataAttribute' | 'InvalidNFTTransferCollectionNotFound' | 'InvalidNFTTransferSamePortfolio' | 'InvalidNFTTransferNFTNotOwned' | 'InvalidNFTTransferCountOverflow' | 'InvalidNFTTransferComplianceFailure' | 'InvalidNFTTransferFrozenAsset' | 'InvalidNFTTransferInsufficientCount' | 'MaxNumberOfKeysExceeded' | 'MaxNumberOfNFTsPerLegExceeded' | 'NftNotFound' | 'UnregisteredMetadataKey' | 'ZeroCount' | 'SupplyOverflow' | 'SupplyUnderflow' | 'InvalidNFTTransferNFTIsLocked';
|
|
5912
6001
|
}
|
|
5913
|
-
/** @name PalletTestUtilsError (
|
|
6002
|
+
/** @name PalletTestUtilsError (744) */
|
|
5914
6003
|
type PalletTestUtilsError = Null;
|
|
5915
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
6004
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (747) */
|
|
5916
6005
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
5917
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
6006
|
+
/** @name FrameSystemExtensionsCheckTxVersion (748) */
|
|
5918
6007
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
5919
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
6008
|
+
/** @name FrameSystemExtensionsCheckGenesis (749) */
|
|
5920
6009
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
5921
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
6010
|
+
/** @name FrameSystemExtensionsCheckNonce (752) */
|
|
5922
6011
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
5923
6012
|
}
|
|
5924
|
-
/** @name PolymeshExtensionsCheckWeight (
|
|
6013
|
+
/** @name PolymeshExtensionsCheckWeight (753) */
|
|
5925
6014
|
interface PolymeshExtensionsCheckWeight extends FrameSystemExtensionsCheckWeight {
|
|
5926
6015
|
}
|
|
5927
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
6016
|
+
/** @name FrameSystemExtensionsCheckWeight (754) */
|
|
5928
6017
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
5929
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
6018
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (755) */
|
|
5930
6019
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
5931
6020
|
}
|
|
5932
|
-
/** @name PalletPermissionsStoreCallMetadata (
|
|
6021
|
+
/** @name PalletPermissionsStoreCallMetadata (756) */
|
|
5933
6022
|
type PalletPermissionsStoreCallMetadata = Null;
|
|
5934
|
-
/** @name PolymeshRuntimeDevelopRuntime (
|
|
6023
|
+
/** @name PolymeshRuntimeDevelopRuntime (757) */
|
|
5935
6024
|
type PolymeshRuntimeDevelopRuntime = Null;
|
|
5936
6025
|
}
|
|
5937
6026
|
//# sourceMappingURL=types-lookup.d.ts.map
|