@polymeshassociation/polymesh-sdk 30.2.0 → 31.0.0-beta.1
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 +89 -12
- package/README.md +4 -4
- package/api/client/AccountManagement.d.ts +1 -15
- package/api/client/AccountManagement.d.ts.map +1 -1
- package/api/client/AccountManagement.js +1 -2
- package/api/client/AccountManagement.js.map +1 -1
- package/api/client/Assets.d.ts +1 -1
- package/api/client/Claims.d.ts +4 -17
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +3 -47
- package/api/client/Claims.js.map +1 -1
- package/api/client/Identities.d.ts +10 -45
- package/api/client/Identities.d.ts.map +1 -1
- package/api/client/Identities.js +3 -18
- package/api/client/Identities.js.map +1 -1
- package/api/client/Staking.d.ts +3 -4
- package/api/client/Staking.d.ts.map +1 -1
- package/api/client/Staking.js +2 -1
- package/api/client/Staking.js.map +1 -1
- package/api/entities/Account/Staking/index.d.ts.map +1 -1
- package/api/entities/Account/Staking/index.js +2 -9
- package/api/entities/Account/Staking/index.js.map +1 -1
- package/api/entities/Account/helpers.js +1 -1
- package/api/entities/Account/helpers.js.map +1 -1
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +0 -6
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Account/types.d.ts +0 -2
- package/api/entities/Account/types.d.ts.map +1 -1
- package/api/entities/Account/types.js.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.js +2 -2
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +1 -11
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/types.d.ts +3 -66
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js +4 -68
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/AuthorizationRequest.d.ts.map +1 -1
- package/api/entities/AuthorizationRequest.js +5 -8
- package/api/entities/AuthorizationRequest.js.map +1 -1
- package/api/entities/Identity/index.d.ts +4 -30
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +8 -70
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +2 -14
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +19 -49
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +2 -2
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +4 -9
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/Subsidies.d.ts +0 -2
- package/api/entities/Subsidies.d.ts.map +1 -1
- package/api/entities/Subsidies.js +0 -9
- package/api/entities/Subsidies.js.map +1 -1
- package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
- package/api/entities/common/namespaces/Authorizations.js +0 -8
- package/api/entities/common/namespaces/Authorizations.js.map +1 -1
- package/api/entities/types.d.ts +5 -17
- package/api/entities/types.d.ts.map +1 -1
- package/api/entities/types.js +0 -4
- package/api/entities/types.js.map +1 -1
- package/api/procedures/acceptPrimaryKeyRotation.d.ts +1 -2
- package/api/procedures/acceptPrimaryKeyRotation.d.ts.map +1 -1
- package/api/procedures/acceptPrimaryKeyRotation.js +4 -33
- package/api/procedures/acceptPrimaryKeyRotation.js.map +1 -1
- package/api/procedures/acceptSubsidy.d.ts.map +1 -1
- package/api/procedures/acceptSubsidy.js +0 -6
- package/api/procedures/acceptSubsidy.js.map +1 -1
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +7 -31
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/attestPrimaryKeyRotation.js +1 -1
- package/api/procedures/attestPrimaryKeyRotation.js.map +1 -1
- package/api/procedures/bondPolyx.d.ts.map +1 -1
- package/api/procedures/bondPolyx.js +7 -28
- package/api/procedures/bondPolyx.js.map +1 -1
- package/api/procedures/configureDividendDistribution.js +1 -1
- package/api/procedures/configureDividendDistribution.js.map +1 -1
- package/api/procedures/consumeAddMultiSigSignerAuthorization.js +1 -1
- package/api/procedures/consumeAddMultiSigSignerAuthorization.js.map +1 -1
- package/api/procedures/consumeJoinOrRotateAuthorization.d.ts.map +1 -1
- package/api/procedures/consumeJoinOrRotateAuthorization.js +0 -9
- package/api/procedures/consumeJoinOrRotateAuthorization.js.map +1 -1
- package/api/procedures/controllerTransfer.js +1 -1
- package/api/procedures/controllerTransfer.js.map +1 -1
- package/api/procedures/createAsset.d.ts +1 -1
- package/api/procedures/createAsset.d.ts.map +1 -1
- package/api/procedures/createAsset.js +44 -38
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/createMultiSig.js +1 -1
- package/api/procedures/createMultiSig.js.map +1 -1
- package/api/procedures/createNftCollection.js +1 -1
- package/api/procedures/createNftCollection.js.map +1 -1
- package/api/procedures/createVenue.d.ts.map +1 -1
- package/api/procedures/createVenue.js +1 -5
- package/api/procedures/createVenue.js.map +1 -1
- 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/inviteExternalAgent.d.ts +23 -5
- package/api/procedures/inviteExternalAgent.d.ts.map +1 -1
- package/api/procedures/inviteExternalAgent.js +47 -36
- package/api/procedures/inviteExternalAgent.js.map +1 -1
- package/api/procedures/issueNft.d.ts.map +1 -1
- package/api/procedures/issueNft.js +1 -8
- package/api/procedures/issueNft.js.map +1 -1
- package/api/procedures/modifyClaims.d.ts.map +1 -1
- package/api/procedures/modifyClaims.js +8 -3
- package/api/procedures/modifyClaims.js.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +13 -77
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/modifyMultiSig.js +3 -3
- package/api/procedures/modifyMultiSig.js.map +1 -1
- package/api/procedures/nftControllerTransfer.d.ts +1 -2
- package/api/procedures/nftControllerTransfer.d.ts.map +1 -1
- package/api/procedures/nftControllerTransfer.js +4 -9
- package/api/procedures/nftControllerTransfer.js.map +1 -1
- package/api/procedures/quitSubsidy.d.ts.map +1 -1
- package/api/procedures/quitSubsidy.js +1 -9
- package/api/procedures/quitSubsidy.js.map +1 -1
- package/api/procedures/registerDid.d.ts.map +1 -1
- package/api/procedures/registerDid.js +0 -6
- package/api/procedures/registerDid.js.map +1 -1
- package/api/procedures/registerIdentity.d.ts +5 -1
- package/api/procedures/registerIdentity.d.ts.map +1 -1
- package/api/procedures/registerIdentity.js +17 -8
- package/api/procedures/registerIdentity.js.map +1 -1
- package/api/procedures/revokeIdentityToCreatePortfolios.d.ts +1 -1
- package/api/procedures/revokeIdentityToCreatePortfolios.d.ts.map +1 -1
- package/api/procedures/revokeIdentityToCreatePortfolios.js.map +1 -1
- package/api/procedures/revokeSubsidy.d.ts.map +1 -1
- package/api/procedures/revokeSubsidy.js +0 -6
- package/api/procedures/revokeSubsidy.js.map +1 -1
- package/api/procedures/selfRegisterDid.d.ts.map +1 -1
- package/api/procedures/selfRegisterDid.js +0 -6
- package/api/procedures/selfRegisterDid.js.map +1 -1
- package/api/procedures/setMandatoryReceiverAffirmation.d.ts.map +1 -1
- package/api/procedures/setMandatoryReceiverAffirmation.js +0 -6
- package/api/procedures/setMandatoryReceiverAffirmation.js.map +1 -1
- package/api/procedures/setPermissionGroup.d.ts +11 -2
- package/api/procedures/setPermissionGroup.d.ts.map +1 -1
- package/api/procedures/setPermissionGroup.js +34 -30
- package/api/procedures/setPermissionGroup.js.map +1 -1
- package/api/procedures/setStakingController.d.ts +5 -10
- package/api/procedures/setStakingController.d.ts.map +1 -1
- package/api/procedures/setStakingController.js +10 -41
- package/api/procedures/setStakingController.js.map +1 -1
- package/api/procedures/setStakingPayee.d.ts.map +1 -1
- package/api/procedures/setStakingPayee.js +2 -2
- package/api/procedures/setStakingPayee.js.map +1 -1
- package/api/procedures/subsidizeAccount.d.ts +5 -7
- package/api/procedures/subsidizeAccount.d.ts.map +1 -1
- package/api/procedures/subsidizeAccount.js +2 -51
- package/api/procedures/subsidizeAccount.js.map +1 -1
- package/api/procedures/toggleAssetPreApproval.js +1 -1
- package/api/procedures/toggleAssetPreApproval.js.map +1 -1
- package/api/procedures/transferFunds.d.ts.map +1 -1
- package/api/procedures/transferFunds.js +2 -2
- package/api/procedures/transferFunds.js.map +1 -1
- package/api/procedures/transferPolyx.d.ts.map +1 -1
- package/api/procedures/transferPolyx.js +6 -30
- package/api/procedures/transferPolyx.js.map +1 -1
- package/api/procedures/types.d.ts +24 -110
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js +13 -17
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/updateVenueSigners.d.ts.map +1 -1
- package/api/procedures/updateVenueSigners.js +1 -5
- package/api/procedures/updateVenueSigners.js.map +1 -1
- package/api/procedures/utils.d.ts +1 -11
- package/api/procedures/utils.d.ts.map +1 -1
- package/api/procedures/utils.js +8 -70
- package/api/procedures/utils.js.map +1 -1
- package/base/Context.d.ts +1 -10
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +4 -55
- package/base/Context.js.map +1 -1
- package/base/PolymeshTransaction.js +1 -1
- package/base/PolymeshTransaction.js.map +1 -1
- package/internal.d.ts +0 -4
- package/internal.d.ts.map +1 -1
- package/internal.js +4 -12
- package/internal.js.map +1 -1
- package/npm-package/{polymeshassociation-polymesh-sdk-30.2.0.tgz → polymeshassociation-polymesh-sdk-31.0.0-beta.1.tgz} +0 -0
- package/package.json +1 -1
- package/types/txGroupConstants.d.ts +52 -21
- package/types/txGroupConstants.d.ts.map +1 -1
- package/types/txGroupConstants.js +84 -28
- package/types/txGroupConstants.js.map +1 -1
- package/utils/constants.d.ts +1 -1
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +1 -1
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +8 -45
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +98 -336
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +2 -11
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +3 -24
- package/utils/internal.js.map +1 -1
- package/utils/typeguards.d.ts +1 -5
- package/utils/typeguards.d.ts.map +1 -1
- package/utils/typeguards.js +0 -7
- package/utils/typeguards.js.map +1 -1
- package/api/entities/Identity/ChildIdentity.d.ts +0 -44
- package/api/entities/Identity/ChildIdentity.d.ts.map +0 -1
- package/api/entities/Identity/ChildIdentity.js +0 -80
- package/api/entities/Identity/ChildIdentity.js.map +0 -1
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.d.ts +0 -35
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.d.ts.map +0 -1
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.js +0 -116
- package/api/procedures/consumeAddRelayerPayingKeyAuthorization.js.map +0 -1
- package/api/procedures/createChildIdentities.d.ts +0 -35
- package/api/procedures/createChildIdentities.d.ts.map +0 -1
- package/api/procedures/createChildIdentities.js +0 -123
- package/api/procedures/createChildIdentities.js.map +0 -1
- package/api/procedures/createChildIdentity.d.ts +0 -37
- package/api/procedures/createChildIdentity.d.ts.map +0 -1
- package/api/procedures/createChildIdentity.js +0 -128
- package/api/procedures/createChildIdentity.js.map +0 -1
- package/api/procedures/unlinkChildIdentity.d.ts +0 -27
- package/api/procedures/unlinkChildIdentity.d.ts.map +0 -1
- package/api/procedures/unlinkChildIdentity.js +0 -101
- package/api/procedures/unlinkChildIdentity.js.map +0 -1
package/internal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.togglePauseRequirements = exports.toggleFreezeTransfers = exports.removeAssetRequirement = exports.addAssetRequirement = exports.modifyComplianceRequirement = exports.setAssetRequirements = exports.removeAssetDocuments = exports.addAssetDocuments = exports.setAssetDocuments = exports.reserveTicker = exports.modifySignerPermissions = exports.removeSecondaryAccounts = exports.addSecondaryAccounts = exports.rotatePrimaryKey = exports.attestPrimaryKeyRotation = exports.
|
|
5
|
-
exports.CheckpointSchedule = exports.Checkpoint = exports.NumberedPortfolio = exports.DefaultPortfolio = exports.Portfolio = exports.Instruction = exports.addInstructionTransformer = exports.Venue = exports.Offering = exports.DefaultTrustedClaimIssuer = exports.AuthorizationRequest = exports.removeLocalMetadata = exports.clearMetadata = exports.setMetadata = exports.registerMetadata = exports.MetadataEntry = exports.issueNftTransformer = exports.Nft = exports.NftCollection = exports.FungibleAsset = exports.BaseAsset = exports.TickerReservation = exports.MultiSigProposal = exports.MultiSig = exports.Account = exports.
|
|
6
|
-
exports.updateBondedPolyx = exports.bondPolyx = exports.registerCustomAssetType = exports.rotatePrimaryKeyToSecondary = exports.revokeIdentityToCreatePortfolios = exports.allowIdentityToCreatePortfolios = exports.setMandatoryReceiverAffirmation = exports.togglePortfolioPreApproval = exports.toggleAssetPreApproval = exports.registerCustomClaimType = exports.setVenueFiltering = exports.setMultiSigAdmin = exports.removeMultiSigPayer = exports.modifyMultiSig = exports.removeAssetMediators = exports.addAssetMediators = exports.acceptPrimaryKeyRotation = exports.createMultiSigAccount = exports.createTransactionBatch = exports.modifyAllowance = exports.quitSubsidy = exports.waivePermissions = exports.removeExternalAgent = exports.setGroupPermissions = exports.setPermissionGroup = exports.inviteExternalAgent = exports.quitCustody = exports.createGroup = exports.leaveIdentity = exports.modifyVenue = exports.toggleFreezeSecondaryAccounts = exports.transferTickerOwnership = exports.reclaimDividendDistributionFunds = exports.removeCorporateAction = exports.modifyCaDefaultConfig = exports.payDividends = exports.modifyCaCheckpoint = exports.claimDividends = exports.configureDividendDistribution = exports.modifyCorporateActionsAgent = exports.DividendDistribution = exports.removeCheckpointSchedule = exports.CorporateBallot = exports.CorporateAction = exports.CorporateActionBase = exports.createCheckpointSchedule =
|
|
7
|
-
exports.transferFunds = exports.approveAllowance = exports.enableOffChainFundingForOfferings = exports.nominateValidators =
|
|
4
|
+
exports.transferAssetOwnership = exports.transferPolyx = exports.evaluateMultiSigProposal = exports.togglePauseRequirements = exports.toggleFreezeTransfers = exports.removeAssetRequirement = exports.addAssetRequirement = exports.modifyComplianceRequirement = exports.setAssetRequirements = exports.removeAssetDocuments = exports.addAssetDocuments = exports.setAssetDocuments = exports.reserveTicker = exports.modifySignerPermissions = exports.removeSecondaryAccounts = exports.addSecondaryAccounts = exports.rotatePrimaryKey = exports.attestPrimaryKeyRotation = exports.selfRegisterDid = exports.registerDid = exports.registerIdentity = exports.modifyAssetTrustedClaimIssuers = exports.modifyAsset = exports.modifyInstructionAffirmation = exports.modifyClaims = exports.issueNft = exports.issueTokens = exports.subsidizeAccount = exports.acceptSubsidy = exports.revokeSubsidy = exports.inviteAccount = exports.updateVenueSigners = exports.createVenue = exports.createNftCollection = exports.createAsset = exports.createPortfolios = exports.consumeAuthorizationRequests = exports.executeManualInstruction = exports.addInstruction = exports.consumeJoinOrRotateAuthorization = exports.consumeAddMultiSigSignerAuthorization = exports.Authorizations = exports.Namespace = exports.Entity = exports.Procedure = exports.PolymeshTransactionBatch = exports.PolymeshTransaction = exports.PolymeshTransactionBase = exports.Context = exports.PolymeshError = void 0;
|
|
5
|
+
exports.Subsidy = exports.CustomPermissionGroup = exports.KnownPermissionGroup = exports.PermissionGroup = exports.CheckpointSchedule = exports.Checkpoint = exports.NumberedPortfolio = exports.DefaultPortfolio = exports.Portfolio = exports.Instruction = exports.addInstructionTransformer = exports.Venue = exports.Offering = exports.DefaultTrustedClaimIssuer = exports.AuthorizationRequest = exports.removeLocalMetadata = exports.clearMetadata = exports.setMetadata = exports.registerMetadata = exports.MetadataEntry = exports.issueNftTransformer = exports.Nft = exports.NftCollection = exports.FungibleAsset = exports.BaseAsset = exports.TickerReservation = exports.MultiSigProposal = exports.MultiSig = exports.Account = exports.Identity = exports.unlinkTickerFromAsset = exports.linkTickerToAsset = exports.linkCaDocs = exports.nftControllerTransfer = exports.controllerTransfer = exports.createCheckpoint = exports.investInOffering = exports.modifyOfferingTimes = exports.closeOffering = exports.toggleFreezeOffering = exports.setTransferRestrictionsExemptions = exports.setAssetStats = exports.setTransferRestrictions = exports.launchOffering = exports.redeemNft = exports.redeemTokens = exports.setCustodian = exports.moveFunds = exports.renamePortfolio = exports.deletePortfolio = void 0;
|
|
6
|
+
exports.withdrawUnbondedPolyx = exports.setStakingPayee = exports.setStakingController = exports.Staking = exports.updateBondedPolyx = exports.bondPolyx = exports.registerCustomAssetType = exports.rotatePrimaryKeyToSecondary = exports.revokeIdentityToCreatePortfolios = exports.allowIdentityToCreatePortfolios = exports.setMandatoryReceiverAffirmation = exports.togglePortfolioPreApproval = exports.toggleAssetPreApproval = exports.registerCustomClaimType = exports.setVenueFiltering = exports.setMultiSigAdmin = exports.removeMultiSigPayer = exports.modifyMultiSig = exports.removeAssetMediators = exports.addAssetMediators = exports.acceptPrimaryKeyRotation = exports.createMultiSigAccount = exports.createTransactionBatch = exports.modifyAllowance = exports.quitSubsidy = exports.waivePermissions = exports.removeExternalAgent = exports.setGroupPermissions = exports.setPermissionGroup = exports.inviteExternalAgent = exports.quitCustody = exports.createGroup = exports.leaveIdentity = exports.modifyVenue = exports.toggleFreezeSecondaryAccounts = exports.transferTickerOwnership = exports.reclaimDividendDistributionFunds = exports.removeCorporateAction = exports.modifyCaDefaultConfig = exports.payDividends = exports.modifyCaCheckpoint = exports.claimDividends = exports.configureDividendDistribution = exports.modifyCorporateActionsAgent = exports.DividendDistribution = exports.removeCheckpointSchedule = exports.CorporateBallot = exports.CorporateAction = exports.CorporateActionBase = exports.createCheckpointSchedule = void 0;
|
|
7
|
+
exports.transferFunds = exports.approveAllowance = exports.enableOffChainFundingForOfferings = exports.nominateValidators = void 0;
|
|
8
8
|
var PolymeshError_1 = require("./base/PolymeshError");
|
|
9
9
|
Object.defineProperty(exports, "PolymeshError", { enumerable: true, get: function () { return PolymeshError_1.PolymeshError; } });
|
|
10
10
|
var Context_1 = require("./base/Context");
|
|
@@ -25,8 +25,6 @@ var Authorizations_1 = require("./api/entities/common/namespaces/Authorizations"
|
|
|
25
25
|
Object.defineProperty(exports, "Authorizations", { enumerable: true, get: function () { return Authorizations_1.Authorizations; } });
|
|
26
26
|
var consumeAddMultiSigSignerAuthorization_1 = require("./api/procedures/consumeAddMultiSigSignerAuthorization");
|
|
27
27
|
Object.defineProperty(exports, "consumeAddMultiSigSignerAuthorization", { enumerable: true, get: function () { return consumeAddMultiSigSignerAuthorization_1.consumeAddMultiSigSignerAuthorization; } });
|
|
28
|
-
var consumeAddRelayerPayingKeyAuthorization_1 = require("./api/procedures/consumeAddRelayerPayingKeyAuthorization");
|
|
29
|
-
Object.defineProperty(exports, "consumeAddRelayerPayingKeyAuthorization", { enumerable: true, get: function () { return consumeAddRelayerPayingKeyAuthorization_1.consumeAddRelayerPayingKeyAuthorization; } });
|
|
30
28
|
var consumeJoinOrRotateAuthorization_1 = require("./api/procedures/consumeJoinOrRotateAuthorization");
|
|
31
29
|
Object.defineProperty(exports, "consumeJoinOrRotateAuthorization", { enumerable: true, get: function () { return consumeJoinOrRotateAuthorization_1.consumeJoinOrRotateAuthorization; } });
|
|
32
30
|
var addInstruction_1 = require("./api/procedures/addInstruction");
|
|
@@ -71,10 +69,6 @@ var registerDid_1 = require("./api/procedures/registerDid");
|
|
|
71
69
|
Object.defineProperty(exports, "registerDid", { enumerable: true, get: function () { return registerDid_1.registerDid; } });
|
|
72
70
|
var selfRegisterDid_1 = require("./api/procedures/selfRegisterDid");
|
|
73
71
|
Object.defineProperty(exports, "selfRegisterDid", { enumerable: true, get: function () { return selfRegisterDid_1.selfRegisterDid; } });
|
|
74
|
-
var createChildIdentity_1 = require("./api/procedures/createChildIdentity");
|
|
75
|
-
Object.defineProperty(exports, "createChildIdentity", { enumerable: true, get: function () { return createChildIdentity_1.createChildIdentity; } });
|
|
76
|
-
var createChildIdentities_1 = require("./api/procedures/createChildIdentities");
|
|
77
|
-
Object.defineProperty(exports, "createChildIdentities", { enumerable: true, get: function () { return createChildIdentities_1.createChildIdentities; } });
|
|
78
72
|
var attestPrimaryKeyRotation_1 = require("./api/procedures/attestPrimaryKeyRotation");
|
|
79
73
|
Object.defineProperty(exports, "attestPrimaryKeyRotation", { enumerable: true, get: function () { return attestPrimaryKeyRotation_1.attestPrimaryKeyRotation; } });
|
|
80
74
|
var rotatePrimaryKey_1 = require("./api/procedures/rotatePrimaryKey");
|
|
@@ -153,8 +147,6 @@ var unlinkTickerFromAsset_1 = require("./api/procedures/unlinkTickerFromAsset");
|
|
|
153
147
|
Object.defineProperty(exports, "unlinkTickerFromAsset", { enumerable: true, get: function () { return unlinkTickerFromAsset_1.unlinkTickerFromAsset; } });
|
|
154
148
|
var Identity_1 = require("./api/entities/Identity");
|
|
155
149
|
Object.defineProperty(exports, "Identity", { enumerable: true, get: function () { return Identity_1.Identity; } });
|
|
156
|
-
var ChildIdentity_1 = require("./api/entities/Identity/ChildIdentity");
|
|
157
|
-
Object.defineProperty(exports, "ChildIdentity", { enumerable: true, get: function () { return ChildIdentity_1.ChildIdentity; } });
|
|
158
150
|
var Account_1 = require("./api/entities/Account");
|
|
159
151
|
Object.defineProperty(exports, "Account", { enumerable: true, get: function () { return Account_1.Account; } });
|
|
160
152
|
var MultiSig_1 = require("./api/entities/Account/MultiSig");
|
package/internal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":";AAAA,0BAA0B;;;;;;AAE1B,sDAAqD;AAA5C,8GAAA,aAAa,OAAA;AACtB,0CAAyC;AAAhC,kGAAA,OAAO,OAAA;AAChB,0EAAyE;AAAhE,kIAAA,uBAAuB,OAAA;AAChC,kEAAiE;AAAxD,0HAAA,mBAAmB,OAAA;AAC5B,4EAA2E;AAAlE,oIAAA,wBAAwB,OAAA;AACjC,8CAA6C;AAApC,sGAAA,SAAS,OAAA;AAClB,gDAA+C;AAAtC,gGAAA,MAAM,OAAA;AACf,sDAAqD;AAA5C,sGAAA,SAAS,OAAA;AAClB,kFAAiF;AAAxE,gHAAA,cAAc,OAAA;AACvB,gHAGgE;AAF9D,8JAAA,qCAAqC,OAAA;AAGvC,
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../src/internal.ts"],"names":[],"mappings":"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"}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -47,6 +47,8 @@ export declare const ASSET_DOCUMENT_MANAGEMENT_TX_TAGS: [import("../types").Asse
|
|
|
47
47
|
* - TxTags.asset.RegisterAssetMetadataLocalType
|
|
48
48
|
* - TxTags.asset.RemoveLocalMetadataKey
|
|
49
49
|
* - TxTags.asset.RemoveMetadataValue
|
|
50
|
+
* - TxTags.asset.SetAssetMetadata
|
|
51
|
+
* - TxTags.asset.SetAssetMetadataDetails
|
|
50
52
|
*/
|
|
51
53
|
export declare const ASSET_METADATA_MANAGEMENT_TX_TAGS: [import("../types").AssetTx.RegisterAndSetLocalAssetMetadata, import("../types").AssetTx.RegisterAssetMetadataLocalType, import("../types").AssetTx.RemoveLocalMetadataKey, import("../types").AssetTx.RemoveMetadataValue, import("../types").AssetTx.SetAssetMetadata, import("../types").AssetTx.SetAssetMetadataDetails];
|
|
52
54
|
/**
|
|
@@ -85,13 +87,24 @@ export declare const AUTHORIZATION_MANAGEMENT_TX_TAGS: [import("../types").Ident
|
|
|
85
87
|
export declare const CAPITAL_DISTRIBUTION_TX_TAGS: [import("../types").CapitalDistributionTx.Distribute, import("../types").CapitalDistributionTx.PushBenefit, import("../types").CapitalDistributionTx.Reclaim, import("../types").CapitalDistributionTx.RemoveDistribution];
|
|
86
88
|
/**
|
|
87
89
|
* Transaction tags for CDD Registration operations
|
|
88
|
-
* Contains
|
|
90
|
+
* Contains the deprecated DID registration extrinsics.
|
|
89
91
|
*
|
|
90
92
|
* Values:
|
|
91
93
|
* - TxTags.identity.CddRegisterDid
|
|
92
94
|
* - TxTags.identity.CddRegisterDidWithCdd
|
|
95
|
+
*
|
|
96
|
+
* @deprecated these extrinsics no longer attach a `CustomerDueDiligence` claim as of chain v8.
|
|
97
|
+
* Use {@link DID_REGISTRATION_TX_TAGS} instead
|
|
93
98
|
*/
|
|
94
99
|
export declare const CDD_REGISTRATION_TX_TAGS: [import("../types").IdentityTx.CddRegisterDid, import("../types").IdentityTx.CddRegisterDidWithCdd];
|
|
100
|
+
/**
|
|
101
|
+
* Transaction tags for DID Registration operations
|
|
102
|
+
* Contains registrar-gated DID registration, superseding CDD registration.
|
|
103
|
+
*
|
|
104
|
+
* Values:
|
|
105
|
+
* - TxTags.identity.RegisterDid
|
|
106
|
+
*/
|
|
107
|
+
export declare const DID_REGISTRATION_TX_TAGS: [import("../types").IdentityTx.RegisterDid];
|
|
95
108
|
/**
|
|
96
109
|
* Transaction tags for Checkpoint Management operations
|
|
97
110
|
* Contains operations for creating and managing asset checkpoints.
|
|
@@ -143,6 +156,7 @@ export declare const COMPLIANCE_MANAGEMENT_TX_TAGS: [import("../types").AssetTx.
|
|
|
143
156
|
* Values:
|
|
144
157
|
* - TxTags.corporateAction.ChangeRecordDate
|
|
145
158
|
* - TxTags.corporateAction.InitiateCorporateAction
|
|
159
|
+
* - TxTags.corporateAction.InitiateCorporateActionAndBallot
|
|
146
160
|
* - TxTags.corporateAction.InitiateCorporateActionAndDistribute
|
|
147
161
|
* - TxTags.corporateAction.LinkCaDoc
|
|
148
162
|
* - TxTags.corporateAction.RemoveCa
|
|
@@ -150,7 +164,7 @@ export declare const COMPLIANCE_MANAGEMENT_TX_TAGS: [import("../types").AssetTx.
|
|
|
150
164
|
* - TxTags.corporateAction.SetDefaultWithholdingTax
|
|
151
165
|
* - TxTags.corporateAction.SetDidWithholdingTax
|
|
152
166
|
*/
|
|
153
|
-
export declare const CORPORATE_ACTIONS_MANAGEMENT_TX_TAGS: [import("../types").CorporateActionTx.ChangeRecordDate, import("../types").CorporateActionTx.InitiateCorporateAction, import("../types").CorporateActionTx.InitiateCorporateActionAndDistribute, import("../types").CorporateActionTx.LinkCaDoc, import("../types").CorporateActionTx.RemoveCa, import("../types").CorporateActionTx.SetDefaultTargets, import("../types").CorporateActionTx.SetDefaultWithholdingTax, import("../types").CorporateActionTx.SetDidWithholdingTax];
|
|
167
|
+
export declare const CORPORATE_ACTIONS_MANAGEMENT_TX_TAGS: [import("../types").CorporateActionTx.ChangeRecordDate, import("../types").CorporateActionTx.InitiateCorporateAction, import("../types").CorporateActionTx.InitiateCorporateActionAndBallot, import("../types").CorporateActionTx.InitiateCorporateActionAndDistribute, import("../types").CorporateActionTx.LinkCaDoc, import("../types").CorporateActionTx.RemoveCa, import("../types").CorporateActionTx.SetDefaultTargets, import("../types").CorporateActionTx.SetDefaultWithholdingTax, import("../types").CorporateActionTx.SetDidWithholdingTax];
|
|
154
168
|
/**
|
|
155
169
|
* Transaction tags for Corporate Ballot Management operations
|
|
156
170
|
* Contains operations for managing corporate ballots.
|
|
@@ -198,24 +212,48 @@ export declare const EXTERNAL_AGENT_PARTICIPATION_TX_TAGS: [import("../types").E
|
|
|
198
212
|
* Contains comprehensive settlement instruction, venue management, asset pre-approval, and investment operations.
|
|
199
213
|
*
|
|
200
214
|
* Values:
|
|
215
|
+
* - TxTags.asset.Approve
|
|
201
216
|
* - TxTags.asset.PreApproveAsset
|
|
217
|
+
* - TxTags.asset.ReceiverAffirmAssetTransfer
|
|
218
|
+
* - TxTags.asset.RejectAssetTransfer
|
|
202
219
|
* - TxTags.asset.RemoveAssetPreApproval
|
|
220
|
+
* - TxTags.asset.TransferAsset
|
|
203
221
|
* - TxTags.capitalDistribution.Claim
|
|
222
|
+
* - TxTags.nft.TransferNft
|
|
223
|
+
* - TxTags.portfolio.PreApprovePortfolio
|
|
224
|
+
* - TxTags.portfolio.RemovePortfolioPreApproval
|
|
204
225
|
* - TxTags.settlement.AddAndAffirmInstruction
|
|
205
|
-
* - TxTags.settlement.
|
|
226
|
+
* - TxTags.settlement.AddAndAffirmWithMediators
|
|
206
227
|
* - TxTags.settlement.AddInstruction
|
|
207
|
-
* - TxTags.settlement.
|
|
228
|
+
* - TxTags.settlement.AddInstructionWithMediators
|
|
208
229
|
* - TxTags.settlement.AffirmInstruction
|
|
230
|
+
* - TxTags.settlement.AffirmInstructionWithCount
|
|
209
231
|
* - TxTags.settlement.AffirmWithReceipts
|
|
232
|
+
* - TxTags.settlement.AffirmWithReceiptsWithCount
|
|
210
233
|
* - TxTags.settlement.CreateVenue
|
|
211
234
|
* - TxTags.settlement.ExecuteManualInstruction
|
|
212
235
|
* - TxTags.settlement.RejectInstruction
|
|
236
|
+
* - TxTags.settlement.RejectInstructionWithCount
|
|
237
|
+
* - TxTags.settlement.SetMandatoryReceiverAffirmation
|
|
238
|
+
* - TxTags.settlement.TransferFunds
|
|
213
239
|
* - TxTags.settlement.UpdateVenueDetails
|
|
214
240
|
* - TxTags.settlement.UpdateVenueSigners
|
|
215
241
|
* - TxTags.settlement.UpdateVenueType
|
|
216
242
|
* - TxTags.sto.Invest
|
|
217
243
|
*/
|
|
218
|
-
export declare const SETTLEMENT_MANAGEMENT_TX_TAGS: [import("../types").AssetTx.PreApproveAsset, import("../types").AssetTx.RemoveAssetPreApproval, import("../types").CapitalDistributionTx.Claim, import("../types").SettlementTx.AddAndAffirmInstruction, import("../types").SettlementTx.
|
|
244
|
+
export declare const SETTLEMENT_MANAGEMENT_TX_TAGS: [import("../types").AssetTx.Approve, import("../types").AssetTx.PreApproveAsset, import("../types").AssetTx.ReceiverAffirmAssetTransfer, import("../types").AssetTx.RejectAssetTransfer, import("../types").AssetTx.RemoveAssetPreApproval, import("../types").AssetTx.TransferAsset, import("../types").CapitalDistributionTx.Claim, import("../types").NftTx.TransferNft, import("../types").PortfolioTx.PreApprovePortfolio, import("../types").PortfolioTx.RemovePortfolioPreApproval, import("../types").SettlementTx.AddAndAffirmInstruction, import("../types").SettlementTx.AddAndAffirmWithMediators, import("../types").SettlementTx.AddInstruction, import("../types").SettlementTx.AddInstructionWithMediators, import("../types").SettlementTx.AffirmInstruction, import("../types").SettlementTx.AffirmInstructionWithCount, import("../types").SettlementTx.AffirmWithReceipts, import("../types").SettlementTx.AffirmWithReceiptsWithCount, import("../types").SettlementTx.CreateVenue, import("../types").SettlementTx.ExecuteManualInstruction, import("../types").SettlementTx.RejectInstruction, import("../types").SettlementTx.RejectInstructionWithCount, import("../types").SettlementTx.SetMandatoryReceiverAffirmation, import("../types").SettlementTx.TransferFunds, import("../types").SettlementTx.UpdateVenueDetails, import("../types").SettlementTx.UpdateVenueSigners, import("../types").SettlementTx.UpdateVenueType, import("../types").StoTx.Invest];
|
|
245
|
+
/**
|
|
246
|
+
* Transaction tags for Instruction Mediation operations
|
|
247
|
+
* Contains the operations available to an Instruction's mediators — affirming or rejecting as a
|
|
248
|
+
* mediator, and locking/unlocking an Instruction for execution.
|
|
249
|
+
*
|
|
250
|
+
* Values:
|
|
251
|
+
* - TxTags.settlement.AffirmInstructionAsMediator
|
|
252
|
+
* - TxTags.settlement.LockInstruction
|
|
253
|
+
* - TxTags.settlement.RejectInstructionAsMediator
|
|
254
|
+
* - TxTags.settlement.UnlockInstruction
|
|
255
|
+
*/
|
|
256
|
+
export declare const INSTRUCTION_MEDIATION_TX_TAGS: [import("../types").SettlementTx.AffirmInstructionAsMediator, import("../types").SettlementTx.LockInstruction, import("../types").SettlementTx.RejectInstructionAsMediator, import("../types").SettlementTx.UnlockInstruction];
|
|
219
257
|
/**
|
|
220
258
|
* Transaction tags for Issuance operations
|
|
221
259
|
* Contains fungible asset and NFT issuance operations.
|
|
@@ -231,6 +269,10 @@ export declare const ISSUANCE_TX_TAGS: [import("../types").AssetTx.Issue, import
|
|
|
231
269
|
*
|
|
232
270
|
* Values:
|
|
233
271
|
* - TxTags.multiSig.CreateMultisig
|
|
272
|
+
*
|
|
273
|
+
* @note a MultiSig executes proposals under its own origin, so what it may do via proposal is
|
|
274
|
+
* constrained by the permissions held by the MultiSig Account itself, not by those of its
|
|
275
|
+
* signers. Those permissions are drawn from these same groups
|
|
234
276
|
*/
|
|
235
277
|
export declare const MULTISIG_MANAGEMENT_TX_TAGS: [import("../types").MultiSigTx.CreateMultisig];
|
|
236
278
|
/**
|
|
@@ -239,28 +281,16 @@ export declare const MULTISIG_MANAGEMENT_TX_TAGS: [import("../types").MultiSigTx
|
|
|
239
281
|
*
|
|
240
282
|
* Values:
|
|
241
283
|
* - TxTags.portfolio.AcceptPortfolioCustody
|
|
284
|
+
* - TxTags.portfolio.AllowIdentityToCreatePortfolios
|
|
242
285
|
* - TxTags.portfolio.CreateCustodyPortfolio
|
|
243
286
|
* - TxTags.portfolio.CreatePortfolio
|
|
244
287
|
* - TxTags.portfolio.DeletePortfolio
|
|
245
288
|
* - TxTags.portfolio.MovePortfolioFunds
|
|
246
|
-
* - TxTags.portfolio.MovePortfolioFundsV2
|
|
247
289
|
* - TxTags.portfolio.QuitPortfolioCustody
|
|
248
290
|
* - TxTags.portfolio.RenamePortfolio
|
|
291
|
+
* - TxTags.portfolio.RevokeCreatePortfoliosPermission
|
|
249
292
|
*/
|
|
250
|
-
export declare const PORTFOLIO_MANAGEMENT_TX_TAGS: [import("../types").PortfolioTx.AcceptPortfolioCustody, import("../types").PortfolioTx.CreateCustodyPortfolio, import("../types").PortfolioTx.CreatePortfolio, import("../types").PortfolioTx.DeletePortfolio, import("../types").PortfolioTx.MovePortfolioFunds, import("../types").PortfolioTx.
|
|
251
|
-
/**
|
|
252
|
-
* Transaction tags for Relayer Management operations
|
|
253
|
-
* Contains operations for managing relayer and paying keys.
|
|
254
|
-
*
|
|
255
|
-
* Values:
|
|
256
|
-
* - TxTags.relayer.AcceptPayingKey
|
|
257
|
-
* - TxTags.relayer.DecreasePolyxLimit
|
|
258
|
-
* - TxTags.relayer.IncreasePolyxLimit
|
|
259
|
-
* - TxTags.relayer.RemovePayingKey
|
|
260
|
-
* - TxTags.relayer.SetPayingKey
|
|
261
|
-
* - TxTags.relayer.UpdatePolyxLimit
|
|
262
|
-
*/
|
|
263
|
-
export declare const RELAYER_MANAGEMENT_TX_TAGS: [import("../types").RelayerTx.DecreasePolyxLimit, import("../types").RelayerTx.IncreasePolyxLimit, import("../types").RelayerTx.RemovePayingKey, import("../types").RelayerTx.SetPayingKey, import("../types").RelayerTx.UpdatePolyxLimit];
|
|
293
|
+
export declare const PORTFOLIO_MANAGEMENT_TX_TAGS: [import("../types").PortfolioTx.AcceptPortfolioCustody, import("../types").PortfolioTx.AllowIdentityToCreatePortfolios, import("../types").PortfolioTx.CreateCustodyPortfolio, import("../types").PortfolioTx.CreatePortfolio, import("../types").PortfolioTx.DeletePortfolio, import("../types").PortfolioTx.MovePortfolioFunds, import("../types").PortfolioTx.QuitPortfolioCustody, import("../types").PortfolioTx.RenamePortfolio, import("../types").PortfolioTx.RevokeCreatePortfoliosPermission];
|
|
264
294
|
/**
|
|
265
295
|
* Transaction tags for Redemption operations
|
|
266
296
|
* Contains fungible asset and NFT redemption operations.
|
|
@@ -276,12 +306,13 @@ export declare const REDEMPTION_TX_TAGS: [import("../types").AssetTx.Redeem, imp
|
|
|
276
306
|
*
|
|
277
307
|
* Values:
|
|
278
308
|
* - TxTags.sto.CreateFundraiser
|
|
309
|
+
* - TxTags.sto.EnableOffchainFunding
|
|
279
310
|
* - TxTags.sto.FreezeFundraiser
|
|
280
311
|
* - TxTags.sto.ModifyFundraiserWindow
|
|
281
312
|
* - TxTags.sto.Stop
|
|
282
313
|
* - TxTags.sto.UnfreezeFundraiser
|
|
283
314
|
*/
|
|
284
|
-
export declare const STO_MANAGEMENT_TX_TAGS: [import("../types").StoTx.CreateFundraiser, import("../types").StoTx.FreezeFundraiser, import("../types").StoTx.ModifyFundraiserWindow, import("../types").StoTx.Stop, import("../types").StoTx.UnfreezeFundraiser];
|
|
315
|
+
export declare const STO_MANAGEMENT_TX_TAGS: [import("../types").StoTx.CreateFundraiser, import("../types").StoTx.EnableOffchainFunding, import("../types").StoTx.FreezeFundraiser, import("../types").StoTx.ModifyFundraiserWindow, import("../types").StoTx.Stop, import("../types").StoTx.UnfreezeFundraiser];
|
|
285
316
|
/**
|
|
286
317
|
* Transaction tags for Trusted Claim Issuers Management operations
|
|
287
318
|
* Contains operations for managing trusted claim issuers.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"txGroupConstants.d.ts","sourceRoot":"","sources":["../../src/types/txGroupConstants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAU,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"txGroupConstants.d.ts","sourceRoot":"","sources":["../../src/types/txGroupConstants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAU,MAAM,SAAS,CAAC;AAWjD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,iCAAiC,0NAMlB,CAAC;AAE7B;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,wBAAwB,uTAQT,CAAC;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,iCAAiC,qFAGlB,CAAC;AAE7B;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iCAAiC,wTAOlB,CAAC;AAE7B;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,0BAA0B,sVAQX,CAAC;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,gCAAgC,mGAGjB,CAAC;AAE7B;;;;;;;;;GASG;AACH,eAAO,MAAM,4BAA4B,wNAKb,CAAC;AAE7B;;;;;;;;;;GAUG;AACH,eAAO,MAAM,wBAAwB,mGAGT,CAAC;AAE7B;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,4CAET,CAAC;AAE7B;;;;;;;;GAQG;AACH,eAAO,MAAM,6BAA6B,iJAId,CAAC;AAE7B;;;;;;;;;GASG;AACH,eAAO,MAAM,yBAAyB,0LAKV,CAAC;AAE7B;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,6BAA6B,o4BAiBd,CAAC;AAE7B;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,oCAAoC,ihBAUrB,CAAC;AAE7B;;;;;;;;;;GAUG;AACH,eAAO,MAAM,mCAAmC,oPAMpB,CAAC;AAE7B;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,4CAET,CAAC;AAE7B;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,iCAAiC,mUAOlB,CAAC;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC,qGAGrB,CAAC;AAE7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,6BAA6B,i4CA6Bd,CAAC;AAE7B;;;;;;;;;;GAUG;AACH,eAAO,MAAM,6BAA6B,4NAKd,CAAC;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,qEAGD,CAAC;AAE7B;;;;;;;;;;GAUG;AACH,eAAO,MAAM,2BAA2B,+CAEZ,CAAC;AAE7B;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,4BAA4B,geAUb,CAAC;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,uEAGH,CAAC;AAE7B;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sBAAsB,+PAOP,CAAC;AAE7B;;;;;;;GAOG;AACH,eAAO,MAAM,wCAAwC,6IAGzB,CAAC;AAE7B;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,OAAO,EAAE,KAAK,EAAE,CA0BzD,CAAC;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,qBAAqB,4aAeK,CAAC"}
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AGENT_TX_GROUP_VALUES = exports.TX_GROUP_TO_TAGS_MAP = exports.TRUSTED_CLAIM_ISSUERS_MANAGEMENT_TX_TAGS = exports.STO_MANAGEMENT_TX_TAGS = exports.REDEMPTION_TX_TAGS = exports.
|
|
3
|
+
exports.AGENT_TX_GROUP_VALUES = exports.TX_GROUP_TO_TAGS_MAP = exports.TRUSTED_CLAIM_ISSUERS_MANAGEMENT_TX_TAGS = exports.STO_MANAGEMENT_TX_TAGS = exports.REDEMPTION_TX_TAGS = exports.PORTFOLIO_MANAGEMENT_TX_TAGS = exports.MULTISIG_MANAGEMENT_TX_TAGS = exports.ISSUANCE_TX_TAGS = exports.INSTRUCTION_MEDIATION_TX_TAGS = exports.SETTLEMENT_MANAGEMENT_TX_TAGS = exports.EXTERNAL_AGENT_PARTICIPATION_TX_TAGS = exports.EXTERNAL_AGENT_MANAGEMENT_TX_TAGS = exports.CORPORATE_VOTING_TX_TAGS = exports.CORPORATE_BALLOT_MANAGEMENT_TX_TAGS = exports.CORPORATE_ACTIONS_MANAGEMENT_TX_TAGS = exports.COMPLIANCE_MANAGEMENT_TX_TAGS = exports.CLAIMS_MANAGEMENT_TX_TAGS = exports.CHECKPOINT_MANAGEMENT_TX_TAGS = exports.DID_REGISTRATION_TX_TAGS = exports.CDD_REGISTRATION_TX_TAGS = exports.CAPITAL_DISTRIBUTION_TX_TAGS = exports.AUTHORIZATION_MANAGEMENT_TX_TAGS = exports.ASSET_REGISTRATION_TX_TAGS = exports.ASSET_METADATA_MANAGEMENT_TX_TAGS = exports.ASSET_DOCUMENT_MANAGEMENT_TX_TAGS = exports.ASSET_MANAGEMENT_TX_TAGS = exports.ADVANCED_ASSET_MANAGEMENT_TX_TAGS = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
|
+
/*
|
|
6
|
+
* A transaction belongs in a group only if the chain resolves its origin through a call-permission
|
|
7
|
+
* check (`ensure_origin_call_permissions`, `ensure_perms`, `ensure_valid_origin`, or an external
|
|
8
|
+
* agent check), since those are the only paths that consult a signer's `ExtrinsicPermissions`.
|
|
9
|
+
* Calls gated by `ensure_signed`, `ensure_root`, `ensure_did` or `ensure_primary_key` ignore
|
|
10
|
+
* permissions, so granting them would have no effect. The check may sit behind a delegation, so
|
|
11
|
+
* follow the call through before concluding.
|
|
12
|
+
*/
|
|
5
13
|
/**
|
|
6
14
|
* Transaction tags for Advanced Asset Management operations
|
|
7
15
|
* Contains asset freeze/unfreeze, controller transfer, and NFT management operations.
|
|
@@ -67,6 +75,8 @@ exports.ASSET_DOCUMENT_MANAGEMENT_TX_TAGS = [
|
|
|
67
75
|
* - TxTags.asset.RegisterAssetMetadataLocalType
|
|
68
76
|
* - TxTags.asset.RemoveLocalMetadataKey
|
|
69
77
|
* - TxTags.asset.RemoveMetadataValue
|
|
78
|
+
* - TxTags.asset.SetAssetMetadata
|
|
79
|
+
* - TxTags.asset.SetAssetMetadataDetails
|
|
70
80
|
*/
|
|
71
81
|
exports.ASSET_METADATA_MANAGEMENT_TX_TAGS = [
|
|
72
82
|
types_1.TxTags.asset.RegisterAndSetLocalAssetMetadata, // Agent
|
|
@@ -128,16 +138,29 @@ exports.CAPITAL_DISTRIBUTION_TX_TAGS = [
|
|
|
128
138
|
];
|
|
129
139
|
/**
|
|
130
140
|
* Transaction tags for CDD Registration operations
|
|
131
|
-
* Contains
|
|
141
|
+
* Contains the deprecated DID registration extrinsics.
|
|
132
142
|
*
|
|
133
143
|
* Values:
|
|
134
144
|
* - TxTags.identity.CddRegisterDid
|
|
135
145
|
* - TxTags.identity.CddRegisterDidWithCdd
|
|
146
|
+
*
|
|
147
|
+
* @deprecated these extrinsics no longer attach a `CustomerDueDiligence` claim as of chain v8.
|
|
148
|
+
* Use {@link DID_REGISTRATION_TX_TAGS} instead
|
|
136
149
|
*/
|
|
137
150
|
exports.CDD_REGISTRATION_TX_TAGS = [
|
|
138
151
|
types_1.TxTags.identity.CddRegisterDid, // Secondary Key
|
|
139
152
|
types_1.TxTags.identity.CddRegisterDidWithCdd, // Secondary Key
|
|
140
153
|
];
|
|
154
|
+
/**
|
|
155
|
+
* Transaction tags for DID Registration operations
|
|
156
|
+
* Contains registrar-gated DID registration, superseding CDD registration.
|
|
157
|
+
*
|
|
158
|
+
* Values:
|
|
159
|
+
* - TxTags.identity.RegisterDid
|
|
160
|
+
*/
|
|
161
|
+
exports.DID_REGISTRATION_TX_TAGS = [
|
|
162
|
+
types_1.TxTags.identity.RegisterDid, // Secondary Key
|
|
163
|
+
];
|
|
141
164
|
/**
|
|
142
165
|
* Transaction tags for Checkpoint Management operations
|
|
143
166
|
* Contains operations for creating and managing asset checkpoints.
|
|
@@ -215,6 +238,7 @@ exports.COMPLIANCE_MANAGEMENT_TX_TAGS = [
|
|
|
215
238
|
* Values:
|
|
216
239
|
* - TxTags.corporateAction.ChangeRecordDate
|
|
217
240
|
* - TxTags.corporateAction.InitiateCorporateAction
|
|
241
|
+
* - TxTags.corporateAction.InitiateCorporateActionAndBallot
|
|
218
242
|
* - TxTags.corporateAction.InitiateCorporateActionAndDistribute
|
|
219
243
|
* - TxTags.corporateAction.LinkCaDoc
|
|
220
244
|
* - TxTags.corporateAction.RemoveCa
|
|
@@ -225,6 +249,7 @@ exports.COMPLIANCE_MANAGEMENT_TX_TAGS = [
|
|
|
225
249
|
exports.CORPORATE_ACTIONS_MANAGEMENT_TX_TAGS = [
|
|
226
250
|
types_1.TxTags.corporateAction.ChangeRecordDate, // Agent
|
|
227
251
|
types_1.TxTags.corporateAction.InitiateCorporateAction, // Agent
|
|
252
|
+
types_1.TxTags.corporateAction.InitiateCorporateActionAndBallot, // Agent
|
|
228
253
|
types_1.TxTags.corporateAction.InitiateCorporateActionAndDistribute, // Agent
|
|
229
254
|
types_1.TxTags.corporateAction.LinkCaDoc, // Agent
|
|
230
255
|
types_1.TxTags.corporateAction.RemoveCa, // Agent
|
|
@@ -297,41 +322,82 @@ exports.EXTERNAL_AGENT_PARTICIPATION_TX_TAGS = [
|
|
|
297
322
|
* Contains comprehensive settlement instruction, venue management, asset pre-approval, and investment operations.
|
|
298
323
|
*
|
|
299
324
|
* Values:
|
|
325
|
+
* - TxTags.asset.Approve
|
|
300
326
|
* - TxTags.asset.PreApproveAsset
|
|
327
|
+
* - TxTags.asset.ReceiverAffirmAssetTransfer
|
|
328
|
+
* - TxTags.asset.RejectAssetTransfer
|
|
301
329
|
* - TxTags.asset.RemoveAssetPreApproval
|
|
330
|
+
* - TxTags.asset.TransferAsset
|
|
302
331
|
* - TxTags.capitalDistribution.Claim
|
|
332
|
+
* - TxTags.nft.TransferNft
|
|
333
|
+
* - TxTags.portfolio.PreApprovePortfolio
|
|
334
|
+
* - TxTags.portfolio.RemovePortfolioPreApproval
|
|
303
335
|
* - TxTags.settlement.AddAndAffirmInstruction
|
|
304
|
-
* - TxTags.settlement.
|
|
336
|
+
* - TxTags.settlement.AddAndAffirmWithMediators
|
|
305
337
|
* - TxTags.settlement.AddInstruction
|
|
306
|
-
* - TxTags.settlement.
|
|
338
|
+
* - TxTags.settlement.AddInstructionWithMediators
|
|
307
339
|
* - TxTags.settlement.AffirmInstruction
|
|
340
|
+
* - TxTags.settlement.AffirmInstructionWithCount
|
|
308
341
|
* - TxTags.settlement.AffirmWithReceipts
|
|
342
|
+
* - TxTags.settlement.AffirmWithReceiptsWithCount
|
|
309
343
|
* - TxTags.settlement.CreateVenue
|
|
310
344
|
* - TxTags.settlement.ExecuteManualInstruction
|
|
311
345
|
* - TxTags.settlement.RejectInstruction
|
|
346
|
+
* - TxTags.settlement.RejectInstructionWithCount
|
|
347
|
+
* - TxTags.settlement.SetMandatoryReceiverAffirmation
|
|
348
|
+
* - TxTags.settlement.TransferFunds
|
|
312
349
|
* - TxTags.settlement.UpdateVenueDetails
|
|
313
350
|
* - TxTags.settlement.UpdateVenueSigners
|
|
314
351
|
* - TxTags.settlement.UpdateVenueType
|
|
315
352
|
* - TxTags.sto.Invest
|
|
316
353
|
*/
|
|
317
354
|
exports.SETTLEMENT_MANAGEMENT_TX_TAGS = [
|
|
355
|
+
types_1.TxTags.asset.Approve, // Secondary Key
|
|
318
356
|
types_1.TxTags.asset.PreApproveAsset, // Secondary Key
|
|
357
|
+
types_1.TxTags.asset.ReceiverAffirmAssetTransfer, // Secondary Key
|
|
358
|
+
types_1.TxTags.asset.RejectAssetTransfer, // Secondary Key
|
|
319
359
|
types_1.TxTags.asset.RemoveAssetPreApproval, // Secondary Key
|
|
360
|
+
types_1.TxTags.asset.TransferAsset, // Secondary Key
|
|
320
361
|
types_1.TxTags.capitalDistribution.Claim, // Secondary Key
|
|
362
|
+
types_1.TxTags.nft.TransferNft, // Secondary Key
|
|
363
|
+
types_1.TxTags.portfolio.PreApprovePortfolio, // Secondary Key
|
|
364
|
+
types_1.TxTags.portfolio.RemovePortfolioPreApproval, // Secondary Key
|
|
321
365
|
types_1.TxTags.settlement.AddAndAffirmInstruction, // Secondary Key
|
|
322
|
-
types_1.TxTags.settlement.
|
|
366
|
+
types_1.TxTags.settlement.AddAndAffirmWithMediators, // Secondary Key
|
|
323
367
|
types_1.TxTags.settlement.AddInstruction, // Secondary Key
|
|
324
|
-
types_1.TxTags.settlement.
|
|
368
|
+
types_1.TxTags.settlement.AddInstructionWithMediators, // Secondary Key
|
|
325
369
|
types_1.TxTags.settlement.AffirmInstruction, // Secondary Key
|
|
370
|
+
types_1.TxTags.settlement.AffirmInstructionWithCount, // Secondary Key
|
|
326
371
|
types_1.TxTags.settlement.AffirmWithReceipts, // Secondary Key
|
|
372
|
+
types_1.TxTags.settlement.AffirmWithReceiptsWithCount, // Secondary Key
|
|
327
373
|
types_1.TxTags.settlement.CreateVenue, // Secondary Key
|
|
328
374
|
types_1.TxTags.settlement.ExecuteManualInstruction, // Secondary Key
|
|
329
375
|
types_1.TxTags.settlement.RejectInstruction, // Secondary Key
|
|
376
|
+
types_1.TxTags.settlement.RejectInstructionWithCount, // Secondary Key
|
|
377
|
+
types_1.TxTags.settlement.SetMandatoryReceiverAffirmation, // Secondary Key
|
|
378
|
+
types_1.TxTags.settlement.TransferFunds, // Secondary Key
|
|
330
379
|
types_1.TxTags.settlement.UpdateVenueDetails, // Secondary Key
|
|
331
380
|
types_1.TxTags.settlement.UpdateVenueSigners, // Secondary Key
|
|
332
381
|
types_1.TxTags.settlement.UpdateVenueType, // Secondary Key
|
|
333
382
|
types_1.TxTags.sto.Invest, // Secondary Key
|
|
334
383
|
];
|
|
384
|
+
/**
|
|
385
|
+
* Transaction tags for Instruction Mediation operations
|
|
386
|
+
* Contains the operations available to an Instruction's mediators — affirming or rejecting as a
|
|
387
|
+
* mediator, and locking/unlocking an Instruction for execution.
|
|
388
|
+
*
|
|
389
|
+
* Values:
|
|
390
|
+
* - TxTags.settlement.AffirmInstructionAsMediator
|
|
391
|
+
* - TxTags.settlement.LockInstruction
|
|
392
|
+
* - TxTags.settlement.RejectInstructionAsMediator
|
|
393
|
+
* - TxTags.settlement.UnlockInstruction
|
|
394
|
+
*/
|
|
395
|
+
exports.INSTRUCTION_MEDIATION_TX_TAGS = [
|
|
396
|
+
types_1.TxTags.settlement.AffirmInstructionAsMediator, // Secondary Key
|
|
397
|
+
types_1.TxTags.settlement.LockInstruction, // Secondary Key
|
|
398
|
+
types_1.TxTags.settlement.RejectInstructionAsMediator, // Secondary Key
|
|
399
|
+
types_1.TxTags.settlement.UnlockInstruction, // Secondary Key
|
|
400
|
+
];
|
|
335
401
|
/**
|
|
336
402
|
* Transaction tags for Issuance operations
|
|
337
403
|
* Contains fungible asset and NFT issuance operations.
|
|
@@ -350,6 +416,10 @@ exports.ISSUANCE_TX_TAGS = [
|
|
|
350
416
|
*
|
|
351
417
|
* Values:
|
|
352
418
|
* - TxTags.multiSig.CreateMultisig
|
|
419
|
+
*
|
|
420
|
+
* @note a MultiSig executes proposals under its own origin, so what it may do via proposal is
|
|
421
|
+
* constrained by the permissions held by the MultiSig Account itself, not by those of its
|
|
422
|
+
* signers. Those permissions are drawn from these same groups
|
|
353
423
|
*/
|
|
354
424
|
exports.MULTISIG_MANAGEMENT_TX_TAGS = [
|
|
355
425
|
types_1.TxTags.multiSig.CreateMultisig, // Secondary Key
|
|
@@ -360,42 +430,25 @@ exports.MULTISIG_MANAGEMENT_TX_TAGS = [
|
|
|
360
430
|
*
|
|
361
431
|
* Values:
|
|
362
432
|
* - TxTags.portfolio.AcceptPortfolioCustody
|
|
433
|
+
* - TxTags.portfolio.AllowIdentityToCreatePortfolios
|
|
363
434
|
* - TxTags.portfolio.CreateCustodyPortfolio
|
|
364
435
|
* - TxTags.portfolio.CreatePortfolio
|
|
365
436
|
* - TxTags.portfolio.DeletePortfolio
|
|
366
437
|
* - TxTags.portfolio.MovePortfolioFunds
|
|
367
|
-
* - TxTags.portfolio.MovePortfolioFundsV2
|
|
368
438
|
* - TxTags.portfolio.QuitPortfolioCustody
|
|
369
439
|
* - TxTags.portfolio.RenamePortfolio
|
|
440
|
+
* - TxTags.portfolio.RevokeCreatePortfoliosPermission
|
|
370
441
|
*/
|
|
371
442
|
exports.PORTFOLIO_MANAGEMENT_TX_TAGS = [
|
|
372
443
|
types_1.TxTags.portfolio.AcceptPortfolioCustody, // Secondary Key
|
|
444
|
+
types_1.TxTags.portfolio.AllowIdentityToCreatePortfolios, // Secondary Key
|
|
373
445
|
types_1.TxTags.portfolio.CreateCustodyPortfolio, // Secondary Key
|
|
374
446
|
types_1.TxTags.portfolio.CreatePortfolio, // Secondary Key
|
|
375
447
|
types_1.TxTags.portfolio.DeletePortfolio, // Secondary Key
|
|
376
448
|
types_1.TxTags.portfolio.MovePortfolioFunds, // Secondary Key
|
|
377
|
-
types_1.TxTags.portfolio.MovePortfolioFundsV2, // Secondary Key
|
|
378
449
|
types_1.TxTags.portfolio.QuitPortfolioCustody, // Secondary Key
|
|
379
450
|
types_1.TxTags.portfolio.RenamePortfolio, // Secondary Key
|
|
380
|
-
|
|
381
|
-
/**
|
|
382
|
-
* Transaction tags for Relayer Management operations
|
|
383
|
-
* Contains operations for managing relayer and paying keys.
|
|
384
|
-
*
|
|
385
|
-
* Values:
|
|
386
|
-
* - TxTags.relayer.AcceptPayingKey
|
|
387
|
-
* - TxTags.relayer.DecreasePolyxLimit
|
|
388
|
-
* - TxTags.relayer.IncreasePolyxLimit
|
|
389
|
-
* - TxTags.relayer.RemovePayingKey
|
|
390
|
-
* - TxTags.relayer.SetPayingKey
|
|
391
|
-
* - TxTags.relayer.UpdatePolyxLimit
|
|
392
|
-
*/
|
|
393
|
-
exports.RELAYER_MANAGEMENT_TX_TAGS = [
|
|
394
|
-
types_1.TxTags.relayer.DecreasePolyxLimit, // Secondary Key
|
|
395
|
-
types_1.TxTags.relayer.IncreasePolyxLimit, // Secondary Key
|
|
396
|
-
types_1.TxTags.relayer.RemovePayingKey, // Secondary Key
|
|
397
|
-
types_1.TxTags.relayer.SetPayingKey, // Secondary Key
|
|
398
|
-
types_1.TxTags.relayer.UpdatePolyxLimit, // Secondary Key
|
|
451
|
+
types_1.TxTags.portfolio.RevokeCreatePortfoliosPermission, // Secondary Key
|
|
399
452
|
];
|
|
400
453
|
/**
|
|
401
454
|
* Transaction tags for Redemption operations
|
|
@@ -415,6 +468,7 @@ exports.REDEMPTION_TX_TAGS = [
|
|
|
415
468
|
*
|
|
416
469
|
* Values:
|
|
417
470
|
* - TxTags.sto.CreateFundraiser
|
|
471
|
+
* - TxTags.sto.EnableOffchainFunding
|
|
418
472
|
* - TxTags.sto.FreezeFundraiser
|
|
419
473
|
* - TxTags.sto.ModifyFundraiserWindow
|
|
420
474
|
* - TxTags.sto.Stop
|
|
@@ -422,6 +476,7 @@ exports.REDEMPTION_TX_TAGS = [
|
|
|
422
476
|
*/
|
|
423
477
|
exports.STO_MANAGEMENT_TX_TAGS = [
|
|
424
478
|
types_1.TxTags.sto.CreateFundraiser, // Agent
|
|
479
|
+
types_1.TxTags.sto.EnableOffchainFunding, // Agent
|
|
425
480
|
types_1.TxTags.sto.FreezeFundraiser, // Agent
|
|
426
481
|
types_1.TxTags.sto.ModifyFundraiserWindow, // Agent
|
|
427
482
|
types_1.TxTags.sto.Stop, // Agent
|
|
@@ -459,12 +514,13 @@ exports.TX_GROUP_TO_TAGS_MAP = {
|
|
|
459
514
|
[types_1.TxGroup.CorporateActionsManagement]: exports.CORPORATE_ACTIONS_MANAGEMENT_TX_TAGS,
|
|
460
515
|
[types_1.TxGroup.CorporateBallotManagement]: exports.CORPORATE_BALLOT_MANAGEMENT_TX_TAGS,
|
|
461
516
|
[types_1.TxGroup.CorporateVoting]: exports.CORPORATE_VOTING_TX_TAGS,
|
|
517
|
+
[types_1.TxGroup.DidRegistration]: exports.DID_REGISTRATION_TX_TAGS,
|
|
462
518
|
[types_1.TxGroup.ExternalAgentManagement]: exports.EXTERNAL_AGENT_MANAGEMENT_TX_TAGS,
|
|
463
519
|
[types_1.TxGroup.ExternalAgentParticipation]: exports.EXTERNAL_AGENT_PARTICIPATION_TX_TAGS,
|
|
520
|
+
[types_1.TxGroup.InstructionMediation]: exports.INSTRUCTION_MEDIATION_TX_TAGS,
|
|
464
521
|
[types_1.TxGroup.Issuance]: exports.ISSUANCE_TX_TAGS,
|
|
465
522
|
[types_1.TxGroup.MultiSigManagement]: exports.MULTISIG_MANAGEMENT_TX_TAGS,
|
|
466
523
|
[types_1.TxGroup.PortfolioManagement]: exports.PORTFOLIO_MANAGEMENT_TX_TAGS,
|
|
467
|
-
[types_1.TxGroup.RelayerManagement]: exports.RELAYER_MANAGEMENT_TX_TAGS,
|
|
468
524
|
[types_1.TxGroup.Redemption]: exports.REDEMPTION_TX_TAGS,
|
|
469
525
|
[types_1.TxGroup.SettlementManagement]: exports.SETTLEMENT_MANAGEMENT_TX_TAGS,
|
|
470
526
|
[types_1.TxGroup.StoManagement]: exports.STO_MANAGEMENT_TX_TAGS,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"txGroupConstants.js","sourceRoot":"","sources":["../../src/types/txGroupConstants.ts"],"names":[],"mappings":";;;AAAA,mCAAiD;AAEjD;;;;;;;;;;;;;;GAcG;AACU,QAAA,iCAAiC,GAAG;IAC/C,cAAM,CAAC,KAAK,CAAC,4BAA4B,EAAE,0CAA0C;IACrF,cAAM,CAAC,KAAK,CAAC,kBAAkB,EAAE,QAAQ;IACzC,cAAM,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ;IAC7B,cAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,QAAQ;IAC/B,cAAM,CAAC,GAAG,CAAC,kBAAkB,EAAE,QAAQ;CACb,CAAC;AAE7B;;;;;;;;;;;;GAYG;AACU,QAAA,wBAAwB,GAAG;IACtC,cAAM,CAAC,KAAK,CAAC,mBAAmB,EAAE,QAAQ;IAC1C,cAAM,CAAC,KAAK,CAAC,aAAa,EAAE,QAAQ;IACpC,cAAM,CAAC,KAAK,CAAC,WAAW,EAAE,QAAQ;IAClC,cAAM,CAAC,KAAK,CAAC,eAAe,EAAE,QAAQ;IACtC,cAAM,CAAC,KAAK,CAAC,uBAAuB,EAAE,QAAQ;IAC9C,cAAM,CAAC,KAAK,CAAC,eAAe,EAAE,QAAQ;IACtC,cAAM,CAAC,KAAK,CAAC,iBAAiB,EAAE,QAAQ;CACd,CAAC;AAE7B;;;;;;;GAOG;AACU,QAAA,iCAAiC,GAAG;IAC/C,cAAM,CAAC,KAAK,CAAC,YAAY,EAAE,QAAQ;IACnC,cAAM,CAAC,KAAK,CAAC,eAAe,EAAE,QAAQ;CACZ,CAAC;AAE7B
|
|
1
|
+
{"version":3,"file":"txGroupConstants.js","sourceRoot":"","sources":["../../src/types/txGroupConstants.ts"],"names":[],"mappings":"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"}
|
package/utils/constants.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare const ROOT_TYPES: Record<string, TransactionArgumentType.Did | Tr
|
|
|
48
48
|
/**
|
|
49
49
|
* The Polymesh chain spec version range that is compatible with this version of the SDK
|
|
50
50
|
*/
|
|
51
|
-
export declare const SUPPORTED_SPEC_VERSION_RANGE = "
|
|
51
|
+
export declare const SUPPORTED_SPEC_VERSION_RANGE = "8.0";
|
|
52
52
|
/**
|
|
53
53
|
* The Polymesh private chain spec version range that is compatible with this version of the SDK
|
|
54
54
|
*/
|
package/utils/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAGrC,OAAO,EAAc,uBAAuB,EAAU,MAAM,SAAS,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,YAAY,IAAI,CAAC;AAC9B,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,eAAe,KAAK,CAAC;AAClC,eAAO,MAAM,6BAA6B,KAAK,CAAC;AAChD,eAAO,MAAM,iCAAiC,IAAI,CAAC;AACnD,eAAO,MAAM,eAAe,OAAO,CAAC;AACpC;;GAEG;AACH,eAAO,MAAM,mBAAmB,IAAI,CAAC;AACrC;;GAEG;AACH,eAAO,MAAM,WAAW,WAAkC,CAAC;AAC3D;;GAEG;AACH,eAAO,MAAM,gBAAgB,qDAAqD,CAAC;AACnF;;GAEG;AACH,eAAO,MAAM,eAAe,OAAO,CAAC;AACpC;;GAEG;AACH,eAAO,MAAM,mBAAmB,KAAK,CAAC;AACtC,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAC3C,eAAO,MAAM,uBAAuB,iBAAiB,CAAC;AACtD,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC;;GAEG;AACH,eAAO,MAAM,aAAa,WAAsB,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,uBAAuB,KAAK,CAAC;AA4D1C;;GAEG;AACH,eAAO,MAAM,UAAU,kPAAY,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAGrC,OAAO,EAAc,uBAAuB,EAAU,MAAM,SAAS,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,YAAY,IAAI,CAAC;AAC9B,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AACpC,eAAO,MAAM,eAAe,KAAK,CAAC;AAClC,eAAO,MAAM,6BAA6B,KAAK,CAAC;AAChD,eAAO,MAAM,iCAAiC,IAAI,CAAC;AACnD,eAAO,MAAM,eAAe,OAAO,CAAC;AACpC;;GAEG;AACH,eAAO,MAAM,mBAAmB,IAAI,CAAC;AACrC;;GAEG;AACH,eAAO,MAAM,WAAW,WAAkC,CAAC;AAC3D;;GAEG;AACH,eAAO,MAAM,gBAAgB,qDAAqD,CAAC;AACnF;;GAEG;AACH,eAAO,MAAM,eAAe,OAAO,CAAC;AACpC;;GAEG;AACH,eAAO,MAAM,mBAAmB,KAAK,CAAC;AACtC,eAAO,MAAM,uBAAuB,MAAM,CAAC;AAC3C,eAAO,MAAM,uBAAuB,iBAAiB,CAAC;AACtD,eAAO,MAAM,qBAAqB,KAAK,CAAC;AACxC;;GAEG;AACH,eAAO,MAAM,aAAa,WAAsB,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,uBAAuB,KAAK,CAAC;AA4D1C;;GAEG;AACH,eAAO,MAAM,UAAU,kPAAY,CAAC;AAEpC;;GAEG;AACH,eAAO,MAAM,4BAA4B,QAAQ,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,oCAAoC,sBAAsB,CAAC;AAGxE,eAAO,MAAM,qBAAqB,QAAgD,CAAC;AAGnF,eAAO,MAAM,6BAA6B,QAAwD,CAAC;AAEnG,eAAO,MAAM,0BAA0B;;;;;CAKtC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;CAK9C,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,eAAe,KAAK,CAAC;AAElC;;GAEG;AACH,eAAO,MAAM,cAAc,uEAAuE,CAAC;AAEnG;;GAEG;AACH,eAAO,MAAM,kBAAkB,qBAAqB,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,4BAA4B,WAAW,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,qBAAqB,aAAa,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,0BAA0B,iBAAiB,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,qBAAqB,aAAa,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,0BAA0B,iBAAiB,CAAC;AAEzD,eAAO,MAAM,eAAe,wBAAwB,CAAC;AAErD,eAAO,MAAM,aAAa,EAAE,MAAM,EAAyD,CAAC;AAE5F,eAAO,MAAM,YAAY,EAAE,MAAM,EAA8B,CAAC"}
|
package/utils/constants.js
CHANGED
|
@@ -95,7 +95,7 @@ exports.ROOT_TYPES = rootTypes;
|
|
|
95
95
|
/**
|
|
96
96
|
* The Polymesh chain spec version range that is compatible with this version of the SDK
|
|
97
97
|
*/
|
|
98
|
-
exports.SUPPORTED_SPEC_VERSION_RANGE = '
|
|
98
|
+
exports.SUPPORTED_SPEC_VERSION_RANGE = '8.0';
|
|
99
99
|
/**
|
|
100
100
|
* The Polymesh private chain spec version range that is compatible with this version of the SDK
|
|
101
101
|
*/
|
package/utils/constants.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
|