@polymeshassociation/polymesh-sdk 25.1.1 → 26.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -5
- package/README.md +2 -2
- package/api/client/Assets.d.ts +15 -1
- package/api/client/Assets.d.ts.map +1 -1
- package/api/client/Assets.js +118 -52
- package/api/client/Assets.js.map +1 -1
- package/api/client/Claims.d.ts +1 -1
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +7 -5
- package/api/client/Claims.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 +4 -3
- package/api/client/Network.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +5 -3
- package/api/client/Polymesh.js.map +1 -1
- package/api/client/types.d.ts +2 -0
- package/api/client/types.d.ts.map +1 -1
- package/api/client/types.js.map +1 -1
- package/api/entities/Account/MultiSig/index.d.ts +25 -1
- package/api/entities/Account/MultiSig/index.d.ts.map +1 -1
- package/api/entities/Account/MultiSig/index.js +97 -18
- package/api/entities/Account/MultiSig/index.js.map +1 -1
- package/api/entities/Account/MultiSig/types.d.ts +2 -0
- package/api/entities/Account/MultiSig/types.d.ts.map +1 -1
- package/api/entities/Account/index.d.ts +4 -0
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +17 -0
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +17 -4
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +79 -43
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Asset/Base/Compliance/Requirements.d.ts.map +1 -1
- package/api/entities/Asset/Base/Compliance/Requirements.js +16 -17
- package/api/entities/Asset/Base/Compliance/Requirements.js.map +1 -1
- package/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.d.ts.map +1 -1
- package/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.js +8 -9
- package/api/entities/Asset/Base/Compliance/TrustedClaimIssuers.js.map +1 -1
- package/api/entities/Asset/Base/Documents/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Documents/index.js +4 -4
- package/api/entities/Asset/Base/Documents/index.js.map +1 -1
- package/api/entities/Asset/Base/Metadata/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Metadata/index.js +25 -21
- package/api/entities/Asset/Base/Metadata/index.js.map +1 -1
- package/api/entities/Asset/Base/Permissions/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Permissions/index.js +15 -14
- package/api/entities/Asset/Base/Permissions/index.js.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.js +46 -23
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
- package/api/entities/Asset/Fungible/AssetHolders/index.js +3 -3
- package/api/entities/Asset/Fungible/AssetHolders/index.js.map +1 -1
- package/api/entities/Asset/Fungible/Checkpoints/Schedules.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/Checkpoints/Schedules.js +8 -9
- package/api/entities/Asset/Fungible/Checkpoints/Schedules.js.map +1 -1
- package/api/entities/Asset/Fungible/Checkpoints/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/Checkpoints/index.js +8 -9
- package/api/entities/Asset/Fungible/Checkpoints/index.js.map +1 -1
- package/api/entities/Asset/Fungible/CorporateActions/Distributions.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/CorporateActions/Distributions.js +6 -8
- package/api/entities/Asset/Fungible/CorporateActions/Distributions.js.map +1 -1
- package/api/entities/Asset/Fungible/CorporateActions/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/CorporateActions/index.js +10 -10
- package/api/entities/Asset/Fungible/CorporateActions/index.js.map +1 -1
- package/api/entities/Asset/Fungible/Issuance/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/Issuance/index.js +1 -2
- package/api/entities/Asset/Fungible/Issuance/index.js.map +1 -1
- package/api/entities/Asset/Fungible/Offerings/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/Offerings/index.js +8 -9
- package/api/entities/Asset/Fungible/Offerings/index.js.map +1 -1
- package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.d.ts +1 -1
- package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.js +22 -28
- package/api/entities/Asset/Fungible/TransferRestrictions/TransferRestrictionBase.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +30 -22
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/AssetHolders/index.js +3 -3
- package/api/entities/Asset/NonFungible/AssetHolders/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +25 -19
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.js +43 -30
- package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
- package/api/entities/Asset/types.d.ts +12 -4
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js +4 -0
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Checkpoint.d.ts +5 -1
- package/api/entities/Checkpoint.d.ts.map +1 -1
- package/api/entities/Checkpoint.js +24 -20
- package/api/entities/Checkpoint.js.map +1 -1
- package/api/entities/CheckpointSchedule/index.d.ts +5 -1
- package/api/entities/CheckpointSchedule/index.d.ts.map +1 -1
- package/api/entities/CheckpointSchedule/index.js +12 -11
- package/api/entities/CheckpointSchedule/index.js.map +1 -1
- package/api/entities/CorporateAction.d.ts +5 -1
- package/api/entities/CorporateAction.d.ts.map +1 -1
- package/api/entities/CorporateAction.js.map +1 -1
- package/api/entities/CorporateActionBase/index.d.ts +5 -1
- package/api/entities/CorporateActionBase/index.d.ts.map +1 -1
- package/api/entities/CorporateActionBase/index.js +21 -15
- package/api/entities/CorporateActionBase/index.js.map +1 -1
- package/api/entities/CustomPermissionGroup.d.ts +5 -1
- package/api/entities/CustomPermissionGroup.d.ts.map +1 -1
- package/api/entities/CustomPermissionGroup.js +10 -8
- package/api/entities/CustomPermissionGroup.js.map +1 -1
- package/api/entities/DefaultTrustedClaimIssuer.d.ts +1 -1
- package/api/entities/DefaultTrustedClaimIssuer.d.ts.map +1 -1
- package/api/entities/DefaultTrustedClaimIssuer.js +9 -9
- package/api/entities/DefaultTrustedClaimIssuer.js.map +1 -1
- package/api/entities/DividendDistribution/index.d.ts +1 -1
- package/api/entities/DividendDistribution/index.d.ts.map +1 -1
- package/api/entities/DividendDistribution/index.js +10 -10
- package/api/entities/DividendDistribution/index.js.map +1 -1
- package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
- package/api/entities/Identity/AssetPermissions.js +11 -11
- package/api/entities/Identity/AssetPermissions.js.map +1 -1
- package/api/entities/Identity/Portfolios.d.ts +4 -0
- package/api/entities/Identity/Portfolios.d.ts.map +1 -1
- package/api/entities/Identity/Portfolios.js +4 -24
- package/api/entities/Identity/Portfolios.js.map +1 -1
- package/api/entities/Identity/index.d.ts +10 -1
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +111 -55
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +9 -24
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +5 -2
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/Instruction/types.js.map +1 -1
- package/api/entities/KnownPermissionGroup.d.ts +5 -1
- package/api/entities/KnownPermissionGroup.d.ts.map +1 -1
- package/api/entities/KnownPermissionGroup.js +3 -2
- package/api/entities/KnownPermissionGroup.js.map +1 -1
- package/api/entities/MetadataEntry/index.d.ts +5 -1
- package/api/entities/MetadataEntry/index.d.ts.map +1 -1
- package/api/entities/MetadataEntry/index.js +16 -15
- package/api/entities/MetadataEntry/index.js.map +1 -1
- package/api/entities/MultiSigProposal/index.d.ts.map +1 -1
- package/api/entities/MultiSigProposal/index.js +87 -35
- package/api/entities/MultiSigProposal/index.js.map +1 -1
- package/api/entities/Offering/index.d.ts +5 -1
- package/api/entities/Offering/index.d.ts.map +1 -1
- package/api/entities/Offering/index.js +24 -18
- package/api/entities/Offering/index.js.map +1 -1
- package/api/entities/PermissionGroup.d.ts +3 -3
- package/api/entities/PermissionGroup.d.ts.map +1 -1
- package/api/entities/PermissionGroup.js +2 -2
- package/api/entities/PermissionGroup.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts +4 -0
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +30 -55
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/TickerReservation/index.d.ts +1 -2
- package/api/entities/TickerReservation/index.d.ts.map +1 -1
- package/api/entities/TickerReservation/index.js +43 -12
- package/api/entities/TickerReservation/index.js.map +1 -1
- package/api/entities/TickerReservation/types.d.ts +10 -3
- package/api/entities/TickerReservation/types.d.ts.map +1 -1
- package/api/entities/Venue/index.d.ts.map +1 -1
- package/api/entities/Venue/index.js +5 -28
- package/api/entities/Venue/index.js.map +1 -1
- package/api/entities/types.d.ts +4 -0
- package/api/entities/types.d.ts.map +1 -1
- package/api/entities/types.js +4 -0
- package/api/entities/types.js.map +1 -1
- package/api/procedures/addAssetMediators.d.ts.map +1 -1
- package/api/procedures/addAssetMediators.js +4 -4
- package/api/procedures/addAssetMediators.js.map +1 -1
- package/api/procedures/addAssetRequirement.d.ts +3 -3
- package/api/procedures/addAssetRequirement.d.ts.map +1 -1
- package/api/procedures/addAssetRequirement.js +6 -7
- package/api/procedures/addAssetRequirement.js.map +1 -1
- package/api/procedures/addAssetStat.d.ts +1 -1
- package/api/procedures/addAssetStat.d.ts.map +1 -1
- package/api/procedures/addAssetStat.js +14 -11
- package/api/procedures/addAssetStat.js.map +1 -1
- package/api/procedures/addInstruction.d.ts +1 -1
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +65 -31
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/addTransferRestriction.d.ts +3 -3
- package/api/procedures/addTransferRestriction.d.ts.map +1 -1
- package/api/procedures/addTransferRestriction.js +12 -9
- package/api/procedures/addTransferRestriction.js.map +1 -1
- package/api/procedures/claimDividends.d.ts.map +1 -1
- package/api/procedures/claimDividends.js +2 -2
- package/api/procedures/claimDividends.js.map +1 -1
- package/api/procedures/clearMetadata.d.ts +1 -1
- package/api/procedures/clearMetadata.d.ts.map +1 -1
- package/api/procedures/clearMetadata.js +5 -7
- package/api/procedures/clearMetadata.js.map +1 -1
- package/api/procedures/closeOffering.d.ts +3 -3
- package/api/procedures/closeOffering.d.ts.map +1 -1
- package/api/procedures/closeOffering.js +6 -7
- package/api/procedures/closeOffering.js.map +1 -1
- package/api/procedures/configureDividendDistribution.d.ts +3 -3
- package/api/procedures/configureDividendDistribution.d.ts.map +1 -1
- package/api/procedures/configureDividendDistribution.js +14 -11
- package/api/procedures/configureDividendDistribution.js.map +1 -1
- package/api/procedures/consumeAddMultiSigSignerAuthorization.d.ts +1 -1
- package/api/procedures/consumeAddMultiSigSignerAuthorization.d.ts.map +1 -1
- package/api/procedures/consumeAddMultiSigSignerAuthorization.js +14 -4
- package/api/procedures/consumeAddMultiSigSignerAuthorization.js.map +1 -1
- package/api/procedures/controllerTransfer.d.ts +3 -3
- package/api/procedures/controllerTransfer.d.ts.map +1 -1
- package/api/procedures/controllerTransfer.js +4 -5
- package/api/procedures/controllerTransfer.js.map +1 -1
- package/api/procedures/createAsset.d.ts.map +1 -1
- package/api/procedures/createAsset.js +127 -41
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/createCheckpoint.d.ts +4 -4
- package/api/procedures/createCheckpoint.d.ts.map +1 -1
- package/api/procedures/createCheckpoint.js +8 -8
- package/api/procedures/createCheckpoint.js.map +1 -1
- package/api/procedures/createCheckpointSchedule.d.ts +4 -4
- package/api/procedures/createCheckpointSchedule.d.ts.map +1 -1
- package/api/procedures/createCheckpointSchedule.js +8 -9
- package/api/procedures/createCheckpointSchedule.js.map +1 -1
- package/api/procedures/createGroup.d.ts +5 -9
- package/api/procedures/createGroup.d.ts.map +1 -1
- package/api/procedures/createGroup.js +7 -18
- package/api/procedures/createGroup.js.map +1 -1
- package/api/procedures/createMultiSig.d.ts.map +1 -1
- package/api/procedures/createMultiSig.js +46 -14
- package/api/procedures/createMultiSig.js.map +1 -1
- package/api/procedures/createNftCollection.d.ts +8 -4
- package/api/procedures/createNftCollection.d.ts.map +1 -1
- package/api/procedures/createNftCollection.js +167 -64
- package/api/procedures/createNftCollection.js.map +1 -1
- package/api/procedures/evaluateMultiSigProposal.d.ts +1 -1
- package/api/procedures/evaluateMultiSigProposal.d.ts.map +1 -1
- package/api/procedures/evaluateMultiSigProposal.js +48 -15
- package/api/procedures/evaluateMultiSigProposal.js.map +1 -1
- package/api/procedures/executeManualInstruction.d.ts.map +1 -1
- package/api/procedures/executeManualInstruction.js +14 -3
- package/api/procedures/executeManualInstruction.js.map +1 -1
- package/api/procedures/investInOffering.d.ts +2 -2
- package/api/procedures/investInOffering.d.ts.map +1 -1
- package/api/procedures/investInOffering.js +4 -3
- package/api/procedures/investInOffering.js.map +1 -1
- package/api/procedures/inviteExternalAgent.d.ts +4 -14
- package/api/procedures/inviteExternalAgent.d.ts.map +1 -1
- package/api/procedures/inviteExternalAgent.js +7 -18
- package/api/procedures/inviteExternalAgent.js.map +1 -1
- package/api/procedures/issueNft.d.ts +4 -11
- package/api/procedures/issueNft.d.ts.map +1 -1
- package/api/procedures/issueNft.js +10 -21
- package/api/procedures/issueNft.js.map +1 -1
- package/api/procedures/issueTokens.d.ts +4 -11
- package/api/procedures/issueTokens.d.ts.map +1 -1
- package/api/procedures/issueTokens.js +8 -19
- package/api/procedures/issueTokens.js.map +1 -1
- package/api/procedures/joinCreator.d.ts +41 -2
- package/api/procedures/joinCreator.d.ts.map +1 -1
- package/api/procedures/joinCreator.js +11 -1
- package/api/procedures/joinCreator.js.map +1 -1
- package/api/procedures/launchOffering.d.ts +4 -4
- package/api/procedures/launchOffering.d.ts.map +1 -1
- package/api/procedures/launchOffering.js +11 -9
- package/api/procedures/launchOffering.js.map +1 -1
- package/api/procedures/linkCaDocs.d.ts +3 -3
- package/api/procedures/linkCaDocs.d.ts.map +1 -1
- package/api/procedures/linkCaDocs.js +6 -5
- package/api/procedures/linkCaDocs.js.map +1 -1
- package/api/procedures/linkTickerToAsset.d.ts +29 -0
- package/api/procedures/linkTickerToAsset.d.ts.map +1 -0
- package/api/procedures/linkTickerToAsset.js +107 -0
- package/api/procedures/linkTickerToAsset.js.map +1 -0
- package/api/procedures/modifyAsset.d.ts +3 -3
- package/api/procedures/modifyAsset.d.ts.map +1 -1
- package/api/procedures/modifyAsset.js +9 -10
- package/api/procedures/modifyAsset.js.map +1 -1
- package/api/procedures/modifyAssetTrustedClaimIssuers.d.ts +3 -3
- package/api/procedures/modifyAssetTrustedClaimIssuers.d.ts.map +1 -1
- package/api/procedures/modifyAssetTrustedClaimIssuers.js +8 -8
- package/api/procedures/modifyAssetTrustedClaimIssuers.js.map +1 -1
- package/api/procedures/modifyCaCheckpoint.d.ts +1 -1
- package/api/procedures/modifyCaCheckpoint.d.ts.map +1 -1
- package/api/procedures/modifyCaCheckpoint.js +5 -6
- package/api/procedures/modifyCaCheckpoint.js.map +1 -1
- package/api/procedures/modifyCaDefaultConfig.d.ts +3 -3
- package/api/procedures/modifyCaDefaultConfig.d.ts.map +1 -1
- package/api/procedures/modifyCaDefaultConfig.js +7 -8
- package/api/procedures/modifyCaDefaultConfig.js.map +1 -1
- package/api/procedures/modifyClaims.d.ts.map +1 -1
- package/api/procedures/modifyClaims.js +16 -13
- package/api/procedures/modifyClaims.js.map +1 -1
- package/api/procedures/modifyComplianceRequirement.d.ts +3 -3
- package/api/procedures/modifyComplianceRequirement.d.ts.map +1 -1
- package/api/procedures/modifyComplianceRequirement.js +7 -8
- package/api/procedures/modifyComplianceRequirement.js.map +1 -1
- package/api/procedures/modifyCorporateActionsAgent.d.ts +3 -3
- package/api/procedures/modifyCorporateActionsAgent.d.ts.map +1 -1
- package/api/procedures/modifyCorporateActionsAgent.js +4 -5
- package/api/procedures/modifyCorporateActionsAgent.js.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +14 -3
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/modifyMultiSig.d.ts.map +1 -1
- package/api/procedures/modifyMultiSig.js +24 -10
- package/api/procedures/modifyMultiSig.js.map +1 -1
- package/api/procedures/modifyOfferingTimes.d.ts +3 -3
- package/api/procedures/modifyOfferingTimes.d.ts.map +1 -1
- package/api/procedures/modifyOfferingTimes.js +6 -7
- package/api/procedures/modifyOfferingTimes.js.map +1 -1
- package/api/procedures/moveFunds.d.ts.map +1 -1
- package/api/procedures/moveFunds.js +24 -21
- package/api/procedures/moveFunds.js.map +1 -1
- package/api/procedures/nftControllerTransfer.d.ts +3 -3
- package/api/procedures/nftControllerTransfer.d.ts.map +1 -1
- package/api/procedures/nftControllerTransfer.js +22 -10
- package/api/procedures/nftControllerTransfer.js.map +1 -1
- package/api/procedures/payDividends.js +2 -2
- package/api/procedures/payDividends.js.map +1 -1
- package/api/procedures/reclaimDividendDistributionFunds.d.ts +1 -1
- package/api/procedures/reclaimDividendDistributionFunds.d.ts.map +1 -1
- package/api/procedures/reclaimDividendDistributionFunds.js +4 -5
- package/api/procedures/reclaimDividendDistributionFunds.js.map +1 -1
- package/api/procedures/redeemNft.d.ts +3 -3
- package/api/procedures/redeemNft.d.ts.map +1 -1
- package/api/procedures/redeemNft.js +19 -9
- package/api/procedures/redeemNft.js.map +1 -1
- package/api/procedures/redeemTokens.d.ts +4 -4
- package/api/procedures/redeemTokens.d.ts.map +1 -1
- package/api/procedures/redeemTokens.js +14 -16
- package/api/procedures/redeemTokens.js.map +1 -1
- package/api/procedures/registerMetadata.d.ts +3 -3
- package/api/procedures/registerMetadata.d.ts.map +1 -1
- package/api/procedures/registerMetadata.js +9 -11
- package/api/procedures/registerMetadata.js.map +1 -1
- package/api/procedures/removeAssetMediators.d.ts.map +1 -1
- package/api/procedures/removeAssetMediators.js +4 -4
- package/api/procedures/removeAssetMediators.js.map +1 -1
- package/api/procedures/removeAssetRequirement.d.ts +3 -3
- package/api/procedures/removeAssetRequirement.d.ts.map +1 -1
- package/api/procedures/removeAssetRequirement.js +6 -6
- package/api/procedures/removeAssetRequirement.js.map +1 -1
- package/api/procedures/removeAssetStat.d.ts +1 -1
- package/api/procedures/removeAssetStat.d.ts.map +1 -1
- package/api/procedures/removeAssetStat.js +10 -8
- package/api/procedures/removeAssetStat.js.map +1 -1
- package/api/procedures/removeCheckpointSchedule.d.ts +3 -3
- package/api/procedures/removeCheckpointSchedule.d.ts.map +1 -1
- package/api/procedures/removeCheckpointSchedule.js +10 -13
- package/api/procedures/removeCheckpointSchedule.js.map +1 -1
- package/api/procedures/removeCorporateAction.d.ts +3 -3
- package/api/procedures/removeCorporateAction.d.ts.map +1 -1
- package/api/procedures/removeCorporateAction.js +7 -7
- package/api/procedures/removeCorporateAction.js.map +1 -1
- package/api/procedures/removeExternalAgent.d.ts +5 -15
- package/api/procedures/removeExternalAgent.d.ts.map +1 -1
- package/api/procedures/removeExternalAgent.js +7 -18
- package/api/procedures/removeExternalAgent.js.map +1 -1
- package/api/procedures/removeLocalMetadata.d.ts.map +1 -1
- package/api/procedures/removeLocalMetadata.js +16 -10
- package/api/procedures/removeLocalMetadata.js.map +1 -1
- package/api/procedures/removeMultiSigPayer.d.ts +31 -0
- package/api/procedures/removeMultiSigPayer.d.ts.map +1 -0
- package/api/procedures/removeMultiSigPayer.js +108 -0
- package/api/procedures/removeMultiSigPayer.js.map +1 -0
- package/api/procedures/reserveTicker.d.ts +1 -1
- package/api/procedures/reserveTicker.d.ts.map +1 -1
- package/api/procedures/reserveTicker.js +9 -3
- package/api/procedures/reserveTicker.js.map +1 -1
- package/api/procedures/setAssetDocuments.d.ts +4 -4
- package/api/procedures/setAssetDocuments.d.ts.map +1 -1
- package/api/procedures/setAssetDocuments.js +11 -10
- package/api/procedures/setAssetDocuments.js.map +1 -1
- package/api/procedures/setAssetRequirements.d.ts +3 -3
- package/api/procedures/setAssetRequirements.d.ts.map +1 -1
- package/api/procedures/setAssetRequirements.js +7 -8
- package/api/procedures/setAssetRequirements.js.map +1 -1
- package/api/procedures/setGroupPermissions.d.ts.map +1 -1
- package/api/procedures/setGroupPermissions.js +3 -3
- package/api/procedures/setGroupPermissions.js.map +1 -1
- package/api/procedures/setMetadata.d.ts.map +1 -1
- package/api/procedures/setMetadata.js +6 -7
- package/api/procedures/setMetadata.js.map +1 -1
- package/api/procedures/setMultiSigAdmin.d.ts +22 -0
- package/api/procedures/setMultiSigAdmin.d.ts.map +1 -0
- package/api/procedures/setMultiSigAdmin.js +114 -0
- package/api/procedures/setMultiSigAdmin.js.map +1 -0
- package/api/procedures/setPermissionGroup.d.ts +1 -1
- package/api/procedures/setPermissionGroup.d.ts.map +1 -1
- package/api/procedures/setPermissionGroup.js +9 -8
- package/api/procedures/setPermissionGroup.js.map +1 -1
- package/api/procedures/setTransferRestrictions.d.ts +1 -1
- package/api/procedures/setTransferRestrictions.d.ts.map +1 -1
- package/api/procedures/setTransferRestrictions.js +14 -16
- package/api/procedures/setTransferRestrictions.js.map +1 -1
- package/api/procedures/setVenueFiltering.d.ts +3 -3
- package/api/procedures/setVenueFiltering.d.ts.map +1 -1
- package/api/procedures/setVenueFiltering.js +8 -9
- package/api/procedures/setVenueFiltering.js.map +1 -1
- package/api/procedures/toggleAssetPreApproval.d.ts +22 -0
- package/api/procedures/toggleAssetPreApproval.d.ts.map +1 -0
- package/api/procedures/{toggleTickerPreApproval.js → toggleAssetPreApproval.js} +21 -13
- package/api/procedures/toggleAssetPreApproval.js.map +1 -0
- package/api/procedures/toggleFreezeOffering.d.ts +3 -3
- package/api/procedures/toggleFreezeOffering.d.ts.map +1 -1
- package/api/procedures/toggleFreezeOffering.js +7 -7
- package/api/procedures/toggleFreezeOffering.js.map +1 -1
- package/api/procedures/toggleFreezeTransfers.d.ts +3 -3
- package/api/procedures/toggleFreezeTransfers.d.ts.map +1 -1
- package/api/procedures/toggleFreezeTransfers.js +7 -8
- package/api/procedures/toggleFreezeTransfers.js.map +1 -1
- package/api/procedures/togglePauseRequirements.d.ts +3 -3
- package/api/procedures/togglePauseRequirements.d.ts.map +1 -1
- package/api/procedures/togglePauseRequirements.js +6 -6
- package/api/procedures/togglePauseRequirements.js.map +1 -1
- package/api/procedures/transferAssetOwnership.d.ts +3 -3
- package/api/procedures/transferAssetOwnership.d.ts.map +1 -1
- package/api/procedures/transferAssetOwnership.js +4 -4
- package/api/procedures/transferAssetOwnership.js.map +1 -1
- package/api/procedures/types.d.ts +36 -5
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/utils.d.ts +2 -2
- package/api/procedures/utils.d.ts.map +1 -1
- package/api/procedures/utils.js +2 -2
- package/api/procedures/utils.js.map +1 -1
- package/api/procedures/waivePermissions.d.ts +1 -1
- package/api/procedures/waivePermissions.d.ts.map +1 -1
- package/api/procedures/waivePermissions.js +8 -6
- package/api/procedures/waivePermissions.js.map +1 -1
- package/base/Context.d.ts +5 -4
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +26 -13
- package/base/Context.js.map +1 -1
- package/base/PolymeshTransactionBase.d.ts.map +1 -1
- package/base/PolymeshTransactionBase.js +23 -8
- package/base/PolymeshTransactionBase.js.map +1 -1
- package/base/utils.d.ts.map +1 -1
- package/base/utils.js +6 -1
- package/base/utils.js.map +1 -1
- package/generated/types.d.ts +40 -5
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +37 -1
- package/generated/types.js.map +1 -1
- package/internal.d.ts +4 -1
- package/internal.d.ts.map +1 -1
- package/internal.js +10 -4
- package/internal.js.map +1 -1
- package/middleware/queries/assets.d.ts +1 -1
- package/middleware/queries/assets.d.ts.map +1 -1
- package/middleware/queries/assets.js +5 -5
- package/middleware/queries/assets.js.map +1 -1
- package/middleware/queries/claims.js +1 -1
- package/middleware/typesV1.d.ts +5 -2
- package/middleware/typesV1.d.ts.map +1 -1
- package/middleware/typesV1.js +4 -1
- package/middleware/typesV1.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-alpha.2.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/asset/definitions.d.ts +1 -1
- package/polkadot/asset/definitions.d.ts.map +1 -1
- package/polkadot/asset/definitions.js +12 -17
- package/polkadot/asset/definitions.js.map +1 -1
- package/polkadot/augment-api-consts.d.ts +118 -50
- package/polkadot/augment-api-consts.d.ts.map +1 -1
- package/polkadot/augment-api-errors.d.ts +158 -238
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +565 -420
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +420 -334
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +20 -17
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-runtime.d.ts +3 -140
- package/polkadot/augment-api-runtime.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +761 -1206
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +4 -140
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/compliance/definitions.d.ts +15 -0
- package/polkadot/compliance/definitions.d.ts.map +1 -0
- package/polkadot/compliance/definitions.js +27 -0
- package/polkadot/compliance/definitions.js.map +1 -0
- package/polkadot/compliance/index.d.ts +2 -0
- package/polkadot/compliance/index.d.ts.map +1 -0
- package/polkadot/compliance/index.js +20 -0
- package/polkadot/compliance/index.js.map +1 -0
- package/polkadot/compliance/types.d.ts +2 -0
- package/polkadot/compliance/types.d.ts.map +1 -0
- package/polkadot/compliance/types.js +5 -0
- package/polkadot/compliance/types.js.map +1 -0
- package/polkadot/definitions.d.ts +1 -0
- package/polkadot/definitions.d.ts.map +1 -1
- package/polkadot/definitions.js +3 -1
- package/polkadot/definitions.js.map +1 -1
- package/polkadot/identity/definitions.d.ts +0 -9
- package/polkadot/identity/definitions.d.ts.map +1 -1
- package/polkadot/identity/definitions.js +3 -19
- package/polkadot/identity/definitions.js.map +1 -1
- package/polkadot/lookup.d.ts +793 -771
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +952 -946
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/nft/definitions.d.ts +1 -1
- package/polkadot/nft/definitions.d.ts.map +1 -1
- package/polkadot/nft/definitions.js +8 -3
- package/polkadot/nft/definitions.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +44 -924
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +53 -1198
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +69 -914
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +25 -27
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/schema.d.ts +276 -649
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +491 -748
- package/polkadot/schema.js.map +1 -1
- package/polkadot/settlement/definitions.d.ts +2 -2
- package/polkadot/settlement/definitions.js +12 -12
- package/polkadot/settlement/definitions.js.map +1 -1
- package/polkadot/types-lookup.d.ts +1032 -1118
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/polkadot/types.d.ts +1 -0
- package/polkadot/types.d.ts.map +1 -1
- package/polkadot/types.js +1 -0
- package/polkadot/types.js.map +1 -1
- package/types/index.d.ts +3 -2
- package/types/index.d.ts.map +1 -1
- package/types/index.js +15 -15
- package/types/index.js.map +1 -1
- package/types/internal.d.ts +27 -12
- package/types/internal.d.ts.map +1 -1
- package/types/internal.js.map +1 -1
- package/utils/constants.d.ts +8 -4
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +9 -5
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +84 -40
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +623 -344
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +38 -21
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +247 -109
- package/utils/internal.js.map +1 -1
- package/utils/typeguards.d.ts.map +1 -1
- package/utils/typeguards.js +4 -2
- package/utils/typeguards.js.map +1 -1
- package/api/procedures/toggleTickerPreApproval.d.ts +0 -22
- package/api/procedures/toggleTickerPreApproval.d.ts.map +0 -1
- package/api/procedures/toggleTickerPreApproval.js.map +0 -1
- package/middleware/queries/settlementsOld.d.ts +0 -41
- package/middleware/queries/settlementsOld.d.ts.map +0 -1
- package/middleware/queries/settlementsOld.js +0 -228
- package/middleware/queries/settlementsOld.js.map +0 -1
- package/middleware/typesV6.d.ts +0 -47356
- package/middleware/typesV6.d.ts.map +0 -1
- package/middleware/typesV6.js +0 -4200
- package/middleware/typesV6.js.map +0 -1
- package/npm-package/polymeshassociation-polymesh-sdk-25.1.1.tgz +0 -0
package/polkadot/schema.d.ts
CHANGED
|
@@ -1,111 +1,11 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
types: {
|
|
3
|
-
|
|
4
|
-
LookupSource: string;
|
|
5
|
-
AccountInfo: string;
|
|
3
|
+
AssetID: string;
|
|
6
4
|
IdentityId: string;
|
|
7
|
-
EventDid: string;
|
|
8
|
-
EventCounts: string;
|
|
9
|
-
ErrorAt: string;
|
|
10
5
|
Ticker: string;
|
|
11
6
|
CddId: string;
|
|
12
|
-
PosRatio: string;
|
|
13
|
-
DocumentId: string;
|
|
14
|
-
DocumentName: string;
|
|
15
|
-
DocumentUri: string;
|
|
16
|
-
DocumentHash: {
|
|
17
|
-
_enum: {
|
|
18
|
-
None: string;
|
|
19
|
-
H512: string;
|
|
20
|
-
H384: string;
|
|
21
|
-
H320: string;
|
|
22
|
-
H256: string;
|
|
23
|
-
H224: string;
|
|
24
|
-
H192: string;
|
|
25
|
-
H160: string;
|
|
26
|
-
H128: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
DocumentType: string;
|
|
30
|
-
Document: {
|
|
31
|
-
uri: string;
|
|
32
|
-
contentHash: string;
|
|
33
|
-
name: string;
|
|
34
|
-
docType: string;
|
|
35
|
-
filingDate: string;
|
|
36
|
-
};
|
|
37
|
-
Version: string;
|
|
38
|
-
CustomAssetTypeId: string;
|
|
39
|
-
AssetType: {
|
|
40
|
-
_enum: {
|
|
41
|
-
EquityCommon: string;
|
|
42
|
-
EquityPreferred: string;
|
|
43
|
-
Commodity: string;
|
|
44
|
-
FixedIncome: string;
|
|
45
|
-
REIT: string;
|
|
46
|
-
Fund: string;
|
|
47
|
-
RevenueShareAgreement: string;
|
|
48
|
-
StructuredProduct: string;
|
|
49
|
-
Derivative: string;
|
|
50
|
-
Custom: string;
|
|
51
|
-
StableCoin: string;
|
|
52
|
-
NonFungible: string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
AssetIdentifier: {
|
|
56
|
-
_enum: {
|
|
57
|
-
CUSIP: string;
|
|
58
|
-
CINS: string;
|
|
59
|
-
ISIN: string;
|
|
60
|
-
LEI: string;
|
|
61
|
-
FIGI: string;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
AssetOwnershipRelation: {
|
|
65
|
-
_enum: {
|
|
66
|
-
NotOwned: string;
|
|
67
|
-
TickerOwned: string;
|
|
68
|
-
AssetOwned: string;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
AssetName: string;
|
|
72
|
-
FundingRoundName: string;
|
|
73
|
-
VenueDetails: string;
|
|
74
|
-
SecurityToken: {
|
|
75
|
-
totalSupply: string;
|
|
76
|
-
ownerDid: string;
|
|
77
|
-
divisible: string;
|
|
78
|
-
assetType: string;
|
|
79
|
-
};
|
|
80
|
-
AssetMetadataName: string;
|
|
81
|
-
AssetMetadataValue: string;
|
|
82
|
-
AssetMetadataLocalKey: string;
|
|
83
|
-
AssetMetadataGlobalKey: string;
|
|
84
|
-
AssetMetadataKey: {
|
|
85
|
-
_enum: {
|
|
86
|
-
Global: string;
|
|
87
|
-
Local: string;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
AssetMetadataLockStatus: {
|
|
91
|
-
_enum: {
|
|
92
|
-
Unlocked: string;
|
|
93
|
-
Locked: string;
|
|
94
|
-
LockedUntil: string;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
AssetMetadataValueDetail: {
|
|
98
|
-
expire: string;
|
|
99
|
-
lockStatus: string;
|
|
100
|
-
};
|
|
101
|
-
AssetMetadataDescription: string;
|
|
102
|
-
AssetMetadataSpec: {
|
|
103
|
-
url: string;
|
|
104
|
-
description: string;
|
|
105
|
-
typeDef: string;
|
|
106
|
-
};
|
|
107
7
|
PalletName: string;
|
|
108
|
-
|
|
8
|
+
ExtrinsicName: string;
|
|
109
9
|
AssetPermissions: {
|
|
110
10
|
_enum: {
|
|
111
11
|
Whole: string;
|
|
@@ -120,7 +20,7 @@ declare const _default: {
|
|
|
120
20
|
Except: string;
|
|
121
21
|
};
|
|
122
22
|
};
|
|
123
|
-
|
|
23
|
+
ExtrinsicNames: {
|
|
124
24
|
_enum: {
|
|
125
25
|
Whole: string;
|
|
126
26
|
These: string;
|
|
@@ -128,8 +28,7 @@ declare const _default: {
|
|
|
128
28
|
};
|
|
129
29
|
};
|
|
130
30
|
PalletPermissions: {
|
|
131
|
-
|
|
132
|
-
dispatchableNames: string;
|
|
31
|
+
extrinsics: string;
|
|
133
32
|
};
|
|
134
33
|
ExtrinsicPermissions: {
|
|
135
34
|
_enum: {
|
|
@@ -153,31 +52,6 @@ declare const _default: {
|
|
|
153
52
|
key: string;
|
|
154
53
|
permissions: string;
|
|
155
54
|
};
|
|
156
|
-
SecondaryKeyWithAuth: {
|
|
157
|
-
secondaryKey: string;
|
|
158
|
-
authSignature: string;
|
|
159
|
-
};
|
|
160
|
-
Subsidy: {
|
|
161
|
-
payingKey: string;
|
|
162
|
-
remaining: string;
|
|
163
|
-
};
|
|
164
|
-
IdentityRole: {
|
|
165
|
-
_enum: string[];
|
|
166
|
-
};
|
|
167
|
-
PreAuthorizedKeyInfo: {
|
|
168
|
-
targetId: string;
|
|
169
|
-
secondaryKey: string;
|
|
170
|
-
};
|
|
171
|
-
DidRecord: {
|
|
172
|
-
primaryKey: string;
|
|
173
|
-
};
|
|
174
|
-
KeyRecord: {
|
|
175
|
-
_enum: {
|
|
176
|
-
PrimaryKey: string;
|
|
177
|
-
SecondaryKey: string;
|
|
178
|
-
MultiSigSignerKey: string;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
55
|
KeyIdentityData: {
|
|
182
56
|
identity: string;
|
|
183
57
|
permissions: string;
|
|
@@ -188,8 +62,9 @@ declare const _default: {
|
|
|
188
62
|
Scope: {
|
|
189
63
|
_enum: {
|
|
190
64
|
Identity: string;
|
|
191
|
-
|
|
65
|
+
Asset: string;
|
|
192
66
|
Custom: string;
|
|
67
|
+
Ticker: string;
|
|
193
68
|
};
|
|
194
69
|
};
|
|
195
70
|
CustomClaimTypeId: string;
|
|
@@ -222,17 +97,12 @@ declare const _default: {
|
|
|
222
97
|
};
|
|
223
98
|
};
|
|
224
99
|
IdentityClaim: {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
100
|
+
claim_issuer: string;
|
|
101
|
+
issuance_date: string;
|
|
102
|
+
last_update_date: string;
|
|
228
103
|
expiry: string;
|
|
229
104
|
claim: string;
|
|
230
105
|
};
|
|
231
|
-
ComplianceRequirement: {
|
|
232
|
-
senderConditions: string;
|
|
233
|
-
receiverConditions: string;
|
|
234
|
-
id: string;
|
|
235
|
-
};
|
|
236
106
|
ComplianceRequirementResult: {
|
|
237
107
|
senderConditions: string;
|
|
238
108
|
receiverConditions: string;
|
|
@@ -266,123 +136,12 @@ declare const _default: {
|
|
|
266
136
|
condition: string;
|
|
267
137
|
result: string;
|
|
268
138
|
};
|
|
269
|
-
TargetIdAuthorization: {
|
|
270
|
-
targetId: string;
|
|
271
|
-
nonce: string;
|
|
272
|
-
expiresAt: string;
|
|
273
|
-
};
|
|
274
|
-
TickerRegistration: {
|
|
275
|
-
owner: string;
|
|
276
|
-
expiry: string;
|
|
277
|
-
};
|
|
278
|
-
TickerRegistrationConfig: {
|
|
279
|
-
maxTickerLength: string;
|
|
280
|
-
registrationLength: string;
|
|
281
|
-
};
|
|
282
|
-
EthereumAddress: string;
|
|
283
|
-
EcdsaSignature: string;
|
|
284
|
-
MotionTitle: string;
|
|
285
|
-
MotionInfoLink: string;
|
|
286
|
-
ChoiceTitle: string;
|
|
287
|
-
Motion: {
|
|
288
|
-
title: string;
|
|
289
|
-
infoLink: string;
|
|
290
|
-
choices: string;
|
|
291
|
-
};
|
|
292
|
-
BallotTitle: string;
|
|
293
|
-
BallotMeta: {
|
|
294
|
-
title: string;
|
|
295
|
-
motions: string;
|
|
296
|
-
};
|
|
297
|
-
BallotTimeRange: {
|
|
298
|
-
start: string;
|
|
299
|
-
end: string;
|
|
300
|
-
};
|
|
301
|
-
BallotVote: {
|
|
302
|
-
power: string;
|
|
303
|
-
fallback: string;
|
|
304
|
-
};
|
|
305
|
-
MaybeBlock: {
|
|
306
|
-
_enum: {
|
|
307
|
-
Some: string;
|
|
308
|
-
None: string;
|
|
309
|
-
};
|
|
310
|
-
};
|
|
311
|
-
Url: string;
|
|
312
|
-
PipDescription: string;
|
|
313
|
-
PipsMetadata: {
|
|
314
|
-
id: string;
|
|
315
|
-
url: string;
|
|
316
|
-
description: string;
|
|
317
|
-
createdAt: string;
|
|
318
|
-
transactionVersion: string;
|
|
319
|
-
expiry: string;
|
|
320
|
-
};
|
|
321
|
-
Proposer: {
|
|
322
|
-
_enum: {
|
|
323
|
-
Community: string;
|
|
324
|
-
Committee: string;
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
Committee: {
|
|
328
|
-
_enum: {
|
|
329
|
-
Technical: string;
|
|
330
|
-
Upgrade: string;
|
|
331
|
-
};
|
|
332
|
-
};
|
|
333
|
-
SkippedCount: string;
|
|
334
|
-
SnapshottedPip: {
|
|
335
|
-
id: string;
|
|
336
|
-
weight: string;
|
|
337
|
-
};
|
|
338
|
-
SnapshotId: string;
|
|
339
|
-
SnapshotMetadata: {
|
|
340
|
-
createdAt: string;
|
|
341
|
-
madeBy: string;
|
|
342
|
-
id: string;
|
|
343
|
-
};
|
|
344
|
-
SnapshotResult: {
|
|
345
|
-
_enum: {
|
|
346
|
-
Approve: string;
|
|
347
|
-
Reject: string;
|
|
348
|
-
Skip: string;
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
|
-
Beneficiary: {
|
|
352
|
-
id: string;
|
|
353
|
-
amount: string;
|
|
354
|
-
};
|
|
355
|
-
DepositInfo: {
|
|
356
|
-
owner: string;
|
|
357
|
-
amount: string;
|
|
358
|
-
};
|
|
359
|
-
PolymeshVotes: {
|
|
360
|
-
index: string;
|
|
361
|
-
ayes: string;
|
|
362
|
-
nays: string;
|
|
363
|
-
expiry: string;
|
|
364
|
-
};
|
|
365
139
|
PipId: string;
|
|
366
|
-
ProposalState: {
|
|
367
|
-
_enum: string[];
|
|
368
|
-
};
|
|
369
|
-
Pip: {
|
|
370
|
-
id: string;
|
|
371
|
-
proposal: string;
|
|
372
|
-
proposer: string;
|
|
373
|
-
};
|
|
374
|
-
ProposalData: {
|
|
375
|
-
_enum: {
|
|
376
|
-
Hash: string;
|
|
377
|
-
Proposal: string;
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
OffChainSignature: string;
|
|
381
140
|
Authorization: {
|
|
382
|
-
|
|
383
|
-
|
|
141
|
+
authorization_data: string;
|
|
142
|
+
authorized_by: string;
|
|
384
143
|
expiry: string;
|
|
385
|
-
|
|
144
|
+
auth_id: string;
|
|
386
145
|
count: string;
|
|
387
146
|
};
|
|
388
147
|
AuthorizationData: {
|
|
@@ -399,30 +158,7 @@ declare const _default: {
|
|
|
399
158
|
RotatePrimaryKeyToSecondary: string;
|
|
400
159
|
};
|
|
401
160
|
};
|
|
402
|
-
AuthorizationNonce: string;
|
|
403
161
|
Percentage: string;
|
|
404
|
-
RestrictionResult: {
|
|
405
|
-
_enum: string[];
|
|
406
|
-
};
|
|
407
|
-
Memo: string;
|
|
408
|
-
BridgeTx: {
|
|
409
|
-
nonce: string;
|
|
410
|
-
recipient: string;
|
|
411
|
-
amount: string;
|
|
412
|
-
txHash: string;
|
|
413
|
-
};
|
|
414
|
-
AssetScope: {
|
|
415
|
-
_enum: {
|
|
416
|
-
Ticker: string;
|
|
417
|
-
};
|
|
418
|
-
};
|
|
419
|
-
StatOpType: {
|
|
420
|
-
_enum: string[];
|
|
421
|
-
};
|
|
422
|
-
StatType: {
|
|
423
|
-
op: string;
|
|
424
|
-
claimIssuer: string;
|
|
425
|
-
};
|
|
426
162
|
StatClaim: {
|
|
427
163
|
_enum: {
|
|
428
164
|
Accredited: string;
|
|
@@ -430,20 +166,6 @@ declare const _default: {
|
|
|
430
166
|
Jurisdiction: string;
|
|
431
167
|
};
|
|
432
168
|
};
|
|
433
|
-
Stat1stKey: {
|
|
434
|
-
asset: string;
|
|
435
|
-
statType: string;
|
|
436
|
-
};
|
|
437
|
-
Stat2ndKey: {
|
|
438
|
-
_enum: {
|
|
439
|
-
NoClaimStat: string;
|
|
440
|
-
Claim: string;
|
|
441
|
-
};
|
|
442
|
-
};
|
|
443
|
-
StatUpdate: {
|
|
444
|
-
key2: string;
|
|
445
|
-
value: string;
|
|
446
|
-
};
|
|
447
169
|
TransferCondition: {
|
|
448
170
|
_enum: {
|
|
449
171
|
MaxInvestorCount: string;
|
|
@@ -452,43 +174,11 @@ declare const _default: {
|
|
|
452
174
|
ClaimOwnership: string;
|
|
453
175
|
};
|
|
454
176
|
};
|
|
455
|
-
AssetTransferCompliance: {
|
|
456
|
-
paused: string;
|
|
457
|
-
requirements: string;
|
|
458
|
-
};
|
|
459
|
-
TransferConditionExemptKey: {
|
|
460
|
-
asset: string;
|
|
461
|
-
op: string;
|
|
462
|
-
claimType: string;
|
|
463
|
-
};
|
|
464
|
-
AssetCompliance: {
|
|
465
|
-
paused: string;
|
|
466
|
-
requirements: string;
|
|
467
|
-
};
|
|
468
177
|
AssetComplianceResult: {
|
|
469
178
|
paused: string;
|
|
470
179
|
requirements: string;
|
|
471
180
|
result: string;
|
|
472
181
|
};
|
|
473
|
-
Claim1stKey: {
|
|
474
|
-
target: string;
|
|
475
|
-
claimType: string;
|
|
476
|
-
};
|
|
477
|
-
Claim2ndKey: {
|
|
478
|
-
issuer: string;
|
|
479
|
-
scope: string;
|
|
480
|
-
};
|
|
481
|
-
InactiveMember: {
|
|
482
|
-
id: string;
|
|
483
|
-
deactivatedAt: string;
|
|
484
|
-
expiry: string;
|
|
485
|
-
};
|
|
486
|
-
VotingResult: {
|
|
487
|
-
ayesCount: string;
|
|
488
|
-
ayesStake: string;
|
|
489
|
-
naysCount: string;
|
|
490
|
-
naysStake: string;
|
|
491
|
-
};
|
|
492
182
|
ProtocolOp: {
|
|
493
183
|
_enum: string[];
|
|
494
184
|
};
|
|
@@ -505,8 +195,8 @@ declare const _default: {
|
|
|
505
195
|
};
|
|
506
196
|
};
|
|
507
197
|
RpcDidRecordsSuccess: {
|
|
508
|
-
|
|
509
|
-
|
|
198
|
+
primary_key: string;
|
|
199
|
+
secondary_keys: string;
|
|
510
200
|
};
|
|
511
201
|
RpcDidRecords: {
|
|
512
202
|
_enum: {
|
|
@@ -524,39 +214,7 @@ declare const _default: {
|
|
|
524
214
|
ProposalNotFound: string;
|
|
525
215
|
};
|
|
526
216
|
};
|
|
527
|
-
Vote: string;
|
|
528
|
-
VoteByPip: {
|
|
529
|
-
pip: string;
|
|
530
|
-
vote: string;
|
|
531
|
-
};
|
|
532
|
-
BridgeTxDetail: {
|
|
533
|
-
amount: string;
|
|
534
|
-
status: string;
|
|
535
|
-
executionBlock: string;
|
|
536
|
-
txHash: string;
|
|
537
|
-
};
|
|
538
|
-
BridgeTxStatus: {
|
|
539
|
-
_enum: {
|
|
540
|
-
Absent: string;
|
|
541
|
-
Pending: string;
|
|
542
|
-
Frozen: string;
|
|
543
|
-
Timelocked: string;
|
|
544
|
-
Handled: string;
|
|
545
|
-
};
|
|
546
|
-
};
|
|
547
|
-
HandledTxStatus: {
|
|
548
|
-
_enum: {
|
|
549
|
-
Success: string;
|
|
550
|
-
Error: string;
|
|
551
|
-
};
|
|
552
|
-
};
|
|
553
217
|
CappedFee: string;
|
|
554
|
-
CanTransferResult: {
|
|
555
|
-
_enum: {
|
|
556
|
-
Ok: string;
|
|
557
|
-
Err: string;
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
218
|
AuthorizationType: {
|
|
561
219
|
_enum: {
|
|
562
220
|
AttestPrimaryKeyRotation: string;
|
|
@@ -571,22 +229,6 @@ declare const _default: {
|
|
|
571
229
|
RotatePrimaryKeyToSecondary: string;
|
|
572
230
|
};
|
|
573
231
|
};
|
|
574
|
-
ProposalDetails: {
|
|
575
|
-
approvals: string;
|
|
576
|
-
rejections: string;
|
|
577
|
-
status: string;
|
|
578
|
-
expiry: string;
|
|
579
|
-
autoClose: string;
|
|
580
|
-
};
|
|
581
|
-
ProposalStatus: {
|
|
582
|
-
_enum: {
|
|
583
|
-
Invalid: string;
|
|
584
|
-
ActiveOrExpired: string;
|
|
585
|
-
ExecutionSuccessful: string;
|
|
586
|
-
ExecutionFailed: string;
|
|
587
|
-
Rejected: string;
|
|
588
|
-
};
|
|
589
|
-
};
|
|
590
232
|
DidStatus: {
|
|
591
233
|
_enum: {
|
|
592
234
|
Unknown: string;
|
|
@@ -594,7 +236,6 @@ declare const _default: {
|
|
|
594
236
|
CddVerified: string;
|
|
595
237
|
};
|
|
596
238
|
};
|
|
597
|
-
PortfolioName: string;
|
|
598
239
|
PortfolioNumber: string;
|
|
599
240
|
PortfolioKind: {
|
|
600
241
|
_enum: {
|
|
@@ -607,215 +248,13 @@ declare const _default: {
|
|
|
607
248
|
kind: string;
|
|
608
249
|
};
|
|
609
250
|
Moment: string;
|
|
610
|
-
CalendarUnit: {
|
|
611
|
-
_enum: string[];
|
|
612
|
-
};
|
|
613
|
-
CalendarPeriod: {
|
|
614
|
-
unit: string;
|
|
615
|
-
amount: string;
|
|
616
|
-
};
|
|
617
|
-
CheckpointSchedule: {
|
|
618
|
-
start: string;
|
|
619
|
-
period: string;
|
|
620
|
-
};
|
|
621
|
-
CheckpointId: string;
|
|
622
|
-
ScheduleId: string;
|
|
623
|
-
StoredSchedule: {
|
|
624
|
-
schedule: string;
|
|
625
|
-
id: string;
|
|
626
|
-
at: string;
|
|
627
|
-
remaining: string;
|
|
628
|
-
};
|
|
629
|
-
ScheduleSpec: {
|
|
630
|
-
start: string;
|
|
631
|
-
period: string;
|
|
632
|
-
remaining: string;
|
|
633
|
-
};
|
|
634
|
-
InstructionStatus: {
|
|
635
|
-
_enum: {
|
|
636
|
-
Unknown: string;
|
|
637
|
-
Pending: string;
|
|
638
|
-
Failed: string;
|
|
639
|
-
};
|
|
640
|
-
};
|
|
641
|
-
LegStatus: {
|
|
642
|
-
_enum: {
|
|
643
|
-
PendingTokenLock: string;
|
|
644
|
-
ExecutionPending: string;
|
|
645
|
-
ExecutionToBeSkipped: string;
|
|
646
|
-
};
|
|
647
|
-
};
|
|
648
|
-
AffirmationStatus: {
|
|
649
|
-
_enum: {
|
|
650
|
-
Unknown: string;
|
|
651
|
-
Pending: string;
|
|
652
|
-
Affirmed: string;
|
|
653
|
-
};
|
|
654
|
-
};
|
|
655
|
-
SettlementType: {
|
|
656
|
-
_enum: {
|
|
657
|
-
SettleOnAffirmation: string;
|
|
658
|
-
SettleOnBlock: string;
|
|
659
|
-
SettleManual: string;
|
|
660
|
-
};
|
|
661
|
-
};
|
|
662
|
-
LegId: string;
|
|
663
251
|
InstructionId: string;
|
|
664
|
-
Instruction: {
|
|
665
|
-
instructionId: string;
|
|
666
|
-
venueId: string;
|
|
667
|
-
status: string;
|
|
668
|
-
settlementType: string;
|
|
669
|
-
createdAt: string;
|
|
670
|
-
tradeDate: string;
|
|
671
|
-
valueDate: string;
|
|
672
|
-
};
|
|
673
|
-
Venue: {
|
|
674
|
-
creator: string;
|
|
675
|
-
venueType: string;
|
|
676
|
-
};
|
|
677
|
-
Receipt: {
|
|
678
|
-
receiptUid: string;
|
|
679
|
-
from: string;
|
|
680
|
-
to: string;
|
|
681
|
-
asset: string;
|
|
682
|
-
amount: string;
|
|
683
|
-
};
|
|
684
|
-
ReceiptMetadata: string;
|
|
685
|
-
ReceiptDetails: {
|
|
686
|
-
receiptUid: string;
|
|
687
|
-
legId: string;
|
|
688
|
-
signer: string;
|
|
689
|
-
signature: string;
|
|
690
|
-
metadata: string;
|
|
691
|
-
};
|
|
692
|
-
UniqueCall: {
|
|
693
|
-
nonce: string;
|
|
694
|
-
call: string;
|
|
695
|
-
};
|
|
696
|
-
MovePortfolioItem: {
|
|
697
|
-
ticker: string;
|
|
698
|
-
amount: string;
|
|
699
|
-
memo: string;
|
|
700
|
-
};
|
|
701
|
-
WeightToFeeCoefficient: {
|
|
702
|
-
coeffInteger: string;
|
|
703
|
-
coeffFrac: string;
|
|
704
|
-
negative: string;
|
|
705
|
-
degree: string;
|
|
706
|
-
};
|
|
707
|
-
WeightPerClass: {
|
|
708
|
-
baseExtrinsic: string;
|
|
709
|
-
maxExtrinsic: string;
|
|
710
|
-
maxTotal: string;
|
|
711
|
-
reserved: string;
|
|
712
|
-
};
|
|
713
252
|
TargetIdentity: {
|
|
714
253
|
_enum: {
|
|
715
254
|
ExternalAgent: string;
|
|
716
255
|
Specific: string;
|
|
717
256
|
};
|
|
718
257
|
};
|
|
719
|
-
FundraiserId: string;
|
|
720
|
-
FundraiserName: string;
|
|
721
|
-
FundraiserStatus: {
|
|
722
|
-
_enum: string[];
|
|
723
|
-
};
|
|
724
|
-
FundraiserTier: {
|
|
725
|
-
total: string;
|
|
726
|
-
price: string;
|
|
727
|
-
remaining: string;
|
|
728
|
-
};
|
|
729
|
-
Fundraiser: {
|
|
730
|
-
creator: string;
|
|
731
|
-
offeringPortfolio: string;
|
|
732
|
-
offeringAsset: string;
|
|
733
|
-
raisingPortfolio: string;
|
|
734
|
-
raisingAsset: string;
|
|
735
|
-
tiers: string;
|
|
736
|
-
venueId: string;
|
|
737
|
-
start: string;
|
|
738
|
-
end: string;
|
|
739
|
-
status: string;
|
|
740
|
-
minimumInvestment: string;
|
|
741
|
-
};
|
|
742
|
-
VenueId: string;
|
|
743
|
-
VenueType: {
|
|
744
|
-
_enum: string[];
|
|
745
|
-
};
|
|
746
|
-
Tax: string;
|
|
747
|
-
TargetIdentities: {
|
|
748
|
-
identities: string;
|
|
749
|
-
treatment: string;
|
|
750
|
-
};
|
|
751
|
-
TargetTreatment: {
|
|
752
|
-
_enum: string[];
|
|
753
|
-
};
|
|
754
|
-
CAKind: {
|
|
755
|
-
_enum: string[];
|
|
756
|
-
};
|
|
757
|
-
CADetails: string;
|
|
758
|
-
CACheckpoint: {
|
|
759
|
-
_enum: {
|
|
760
|
-
Scheduled: string;
|
|
761
|
-
Existing: string;
|
|
762
|
-
};
|
|
763
|
-
};
|
|
764
|
-
RecordDate: {
|
|
765
|
-
date: string;
|
|
766
|
-
checkpoint: string;
|
|
767
|
-
};
|
|
768
|
-
RecordDateSpec: {
|
|
769
|
-
_enum: {
|
|
770
|
-
Scheduled: string;
|
|
771
|
-
ExistingSchedule: string;
|
|
772
|
-
Existing: string;
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
CorporateAction: {
|
|
776
|
-
kind: string;
|
|
777
|
-
declDate: string;
|
|
778
|
-
recordDate: string;
|
|
779
|
-
targets: string;
|
|
780
|
-
defaultWithholdingTax: string;
|
|
781
|
-
withholdingTax: string;
|
|
782
|
-
};
|
|
783
|
-
InitiateCorporateActionArgs: {
|
|
784
|
-
ticker: string;
|
|
785
|
-
kind: string;
|
|
786
|
-
declDate: string;
|
|
787
|
-
recordDate: string;
|
|
788
|
-
details: string;
|
|
789
|
-
targets: string;
|
|
790
|
-
defaultWithholdingTax: string;
|
|
791
|
-
withholdingTax: string;
|
|
792
|
-
};
|
|
793
|
-
LocalCAId: string;
|
|
794
|
-
CAId: {
|
|
795
|
-
ticker: string;
|
|
796
|
-
localId: string;
|
|
797
|
-
};
|
|
798
|
-
Distribution: {
|
|
799
|
-
from: string;
|
|
800
|
-
currency: string;
|
|
801
|
-
perShare: string;
|
|
802
|
-
amount: string;
|
|
803
|
-
remaining: string;
|
|
804
|
-
reclaimed: string;
|
|
805
|
-
paymentAt: string;
|
|
806
|
-
expiresAt: string;
|
|
807
|
-
};
|
|
808
|
-
SlashingSwitch: {
|
|
809
|
-
_enum: string[];
|
|
810
|
-
};
|
|
811
|
-
PriceTier: {
|
|
812
|
-
total: string;
|
|
813
|
-
price: string;
|
|
814
|
-
};
|
|
815
|
-
PermissionedIdentityPrefs: {
|
|
816
|
-
intendedCount: string;
|
|
817
|
-
runningCount: string;
|
|
818
|
-
};
|
|
819
258
|
CanTransferGranularReturn: {
|
|
820
259
|
_enum: {
|
|
821
260
|
Ok: string;
|
|
@@ -823,25 +262,25 @@ declare const _default: {
|
|
|
823
262
|
};
|
|
824
263
|
};
|
|
825
264
|
GranularCanTransferResult: {
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
265
|
+
invalid_granularity: string;
|
|
266
|
+
self_transfer: string;
|
|
267
|
+
invalid_receiver_cdd: string;
|
|
268
|
+
invalid_sender_cdd: string;
|
|
269
|
+
receiver_custodian_error: string;
|
|
270
|
+
sender_custodian_error: string;
|
|
271
|
+
sender_insufficient_balance: string;
|
|
272
|
+
portfolio_validity_result: string;
|
|
273
|
+
asset_frozen: string;
|
|
274
|
+
transfer_condition_result: string;
|
|
275
|
+
compliance_result: string;
|
|
837
276
|
result: string;
|
|
838
|
-
|
|
277
|
+
consumed_weight: string;
|
|
839
278
|
};
|
|
840
279
|
PortfolioValidityResult: {
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
280
|
+
receiver_is_same_portfolio: string;
|
|
281
|
+
sender_portfolio_does_not_exist: string;
|
|
282
|
+
receiver_portfolio_does_not_exist: string;
|
|
283
|
+
sender_insufficient_balance: string;
|
|
845
284
|
result: string;
|
|
846
285
|
};
|
|
847
286
|
TransferConditionResult: {
|
|
@@ -860,32 +299,18 @@ declare const _default: {
|
|
|
860
299
|
};
|
|
861
300
|
Member: {
|
|
862
301
|
id: string;
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
};
|
|
866
|
-
ItnRewardStatus: {
|
|
867
|
-
_enum: {
|
|
868
|
-
Unclaimed: string;
|
|
869
|
-
Claimed: string;
|
|
870
|
-
};
|
|
302
|
+
expiry_at: string;
|
|
303
|
+
inactive_from: string;
|
|
871
304
|
};
|
|
872
305
|
NFTId: string;
|
|
873
306
|
NFTs: {
|
|
874
|
-
|
|
307
|
+
asset_id: string;
|
|
875
308
|
ids: string;
|
|
876
309
|
};
|
|
877
|
-
FungibleToken: {
|
|
878
|
-
ticker: string;
|
|
879
|
-
amount: string;
|
|
880
|
-
};
|
|
881
|
-
OffChainAsset: {
|
|
882
|
-
ticker: string;
|
|
883
|
-
amount: string;
|
|
884
|
-
};
|
|
885
310
|
FungibleLeg: {
|
|
886
311
|
sender: string;
|
|
887
312
|
receiver: string;
|
|
888
|
-
|
|
313
|
+
asset_id: string;
|
|
889
314
|
amount: string;
|
|
890
315
|
};
|
|
891
316
|
NonFungibleLeg: {
|
|
@@ -894,9 +319,9 @@ declare const _default: {
|
|
|
894
319
|
nfts: string;
|
|
895
320
|
};
|
|
896
321
|
OffChainLeg: {
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
322
|
+
sender_identity: string;
|
|
323
|
+
receiver_identity: string;
|
|
324
|
+
asset_id: string;
|
|
900
325
|
amount: string;
|
|
901
326
|
};
|
|
902
327
|
Leg: {
|
|
@@ -906,24 +331,6 @@ declare const _default: {
|
|
|
906
331
|
OffChain: string;
|
|
907
332
|
};
|
|
908
333
|
};
|
|
909
|
-
FundDescription: {
|
|
910
|
-
_enum: {
|
|
911
|
-
Fungible: string;
|
|
912
|
-
NonFungible: string;
|
|
913
|
-
};
|
|
914
|
-
};
|
|
915
|
-
Fund: {
|
|
916
|
-
description: string;
|
|
917
|
-
memo: string;
|
|
918
|
-
};
|
|
919
|
-
NonFungibleType: {
|
|
920
|
-
_enum: {
|
|
921
|
-
Derivative: string;
|
|
922
|
-
FixedIncome: string;
|
|
923
|
-
Invoice: string;
|
|
924
|
-
Custom: string;
|
|
925
|
-
};
|
|
926
|
-
};
|
|
927
334
|
ExecuteInstructionInfo: {
|
|
928
335
|
fungibleTokens: string;
|
|
929
336
|
nonFungibleTokens: string;
|
|
@@ -932,17 +339,17 @@ declare const _default: {
|
|
|
932
339
|
error: string;
|
|
933
340
|
};
|
|
934
341
|
AssetCount: {
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
342
|
+
fungible_tokens: string;
|
|
343
|
+
non_fungible_tokens: string;
|
|
344
|
+
off_chain_assets: string;
|
|
938
345
|
};
|
|
939
346
|
AffirmationCount: {
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
347
|
+
sender_asset_count: string;
|
|
348
|
+
receiver_asset_count: string;
|
|
349
|
+
offchain_count: string;
|
|
943
350
|
};
|
|
944
351
|
ComplianceReport: {
|
|
945
|
-
|
|
352
|
+
anyRequirementSatisfied: string;
|
|
946
353
|
pausedCompliance: string;
|
|
947
354
|
requirements: string;
|
|
948
355
|
};
|
|
@@ -968,15 +375,6 @@ declare const _default: {
|
|
|
968
375
|
}[];
|
|
969
376
|
type: string;
|
|
970
377
|
};
|
|
971
|
-
getAssetDid: {
|
|
972
|
-
description: string;
|
|
973
|
-
params: {
|
|
974
|
-
name: string;
|
|
975
|
-
type: string;
|
|
976
|
-
isOptional: boolean;
|
|
977
|
-
}[];
|
|
978
|
-
type: string;
|
|
979
|
-
};
|
|
980
378
|
getDidRecords: {
|
|
981
379
|
description: string;
|
|
982
380
|
params: {
|
|
@@ -1075,7 +473,7 @@ declare const _default: {
|
|
|
1075
473
|
};
|
|
1076
474
|
};
|
|
1077
475
|
asset: {
|
|
1078
|
-
|
|
476
|
+
transferReport: {
|
|
1079
477
|
description: string;
|
|
1080
478
|
params: {
|
|
1081
479
|
name: string;
|
|
@@ -1106,7 +504,7 @@ declare const _default: {
|
|
|
1106
504
|
};
|
|
1107
505
|
};
|
|
1108
506
|
nft: {
|
|
1109
|
-
|
|
507
|
+
transferReport: {
|
|
1110
508
|
description: string;
|
|
1111
509
|
params: {
|
|
1112
510
|
name: string;
|
|
@@ -1135,6 +533,14 @@ declare const _default: {
|
|
|
1135
533
|
}[];
|
|
1136
534
|
type: string;
|
|
1137
535
|
};
|
|
536
|
+
getExecuteInstructionReport: {
|
|
537
|
+
description: string;
|
|
538
|
+
params: {
|
|
539
|
+
name: string;
|
|
540
|
+
type: string;
|
|
541
|
+
}[];
|
|
542
|
+
type: string;
|
|
543
|
+
};
|
|
1138
544
|
getTransferReport: {
|
|
1139
545
|
description: string;
|
|
1140
546
|
params: {
|
|
@@ -1143,7 +549,9 @@ declare const _default: {
|
|
|
1143
549
|
}[];
|
|
1144
550
|
type: string;
|
|
1145
551
|
};
|
|
1146
|
-
|
|
552
|
+
};
|
|
553
|
+
compliance: {
|
|
554
|
+
complianceReport: {
|
|
1147
555
|
description: string;
|
|
1148
556
|
params: {
|
|
1149
557
|
name: string;
|
|
@@ -1439,6 +847,225 @@ declare const _default: {
|
|
|
1439
847
|
};
|
|
1440
848
|
version: number;
|
|
1441
849
|
}[];
|
|
850
|
+
StatisticsApi: {
|
|
851
|
+
methods: {
|
|
852
|
+
transfer_restrictions_report: {
|
|
853
|
+
description: string;
|
|
854
|
+
params: {
|
|
855
|
+
name: string;
|
|
856
|
+
type: string;
|
|
857
|
+
}[];
|
|
858
|
+
type: string;
|
|
859
|
+
};
|
|
860
|
+
};
|
|
861
|
+
version: number;
|
|
862
|
+
}[];
|
|
863
|
+
};
|
|
864
|
+
runtimeV6: {
|
|
865
|
+
AssetApi: {
|
|
866
|
+
methods: {
|
|
867
|
+
can_transfer_granular: {
|
|
868
|
+
description: string;
|
|
869
|
+
params: {
|
|
870
|
+
name: string;
|
|
871
|
+
type: string;
|
|
872
|
+
}[];
|
|
873
|
+
type: string;
|
|
874
|
+
};
|
|
875
|
+
};
|
|
876
|
+
version: number;
|
|
877
|
+
}[];
|
|
878
|
+
GroupApi: {
|
|
879
|
+
methods: {
|
|
880
|
+
get_cdd_valid_members: {
|
|
881
|
+
description: string;
|
|
882
|
+
params: never[];
|
|
883
|
+
type: string;
|
|
884
|
+
};
|
|
885
|
+
get_gc_valid_members: {
|
|
886
|
+
description: string;
|
|
887
|
+
params: never[];
|
|
888
|
+
type: string;
|
|
889
|
+
};
|
|
890
|
+
};
|
|
891
|
+
version: number;
|
|
892
|
+
}[];
|
|
893
|
+
IdentityApi: {
|
|
894
|
+
methods: {
|
|
895
|
+
is_identity_has_valid_cdd: {
|
|
896
|
+
description: string;
|
|
897
|
+
params: {
|
|
898
|
+
name: string;
|
|
899
|
+
type: string;
|
|
900
|
+
}[];
|
|
901
|
+
type: string;
|
|
902
|
+
};
|
|
903
|
+
get_asset_did: {
|
|
904
|
+
description: string;
|
|
905
|
+
params: {
|
|
906
|
+
name: string;
|
|
907
|
+
type: string;
|
|
908
|
+
}[];
|
|
909
|
+
type: string;
|
|
910
|
+
};
|
|
911
|
+
get_did_records: {
|
|
912
|
+
description: string;
|
|
913
|
+
params: {
|
|
914
|
+
name: string;
|
|
915
|
+
type: string;
|
|
916
|
+
}[];
|
|
917
|
+
type: string;
|
|
918
|
+
};
|
|
919
|
+
get_did_status: {
|
|
920
|
+
description: string;
|
|
921
|
+
params: {
|
|
922
|
+
name: string;
|
|
923
|
+
type: string;
|
|
924
|
+
}[];
|
|
925
|
+
type: string;
|
|
926
|
+
};
|
|
927
|
+
get_filtered_authorizations: {
|
|
928
|
+
description: string;
|
|
929
|
+
params: {
|
|
930
|
+
name: string;
|
|
931
|
+
type: string;
|
|
932
|
+
}[];
|
|
933
|
+
type: string;
|
|
934
|
+
};
|
|
935
|
+
get_key_identity_data: {
|
|
936
|
+
description: string;
|
|
937
|
+
params: {
|
|
938
|
+
name: string;
|
|
939
|
+
type: string;
|
|
940
|
+
}[];
|
|
941
|
+
type: string;
|
|
942
|
+
};
|
|
943
|
+
valid_cdd_claims: {
|
|
944
|
+
description: string;
|
|
945
|
+
params: {
|
|
946
|
+
name: string;
|
|
947
|
+
type: string;
|
|
948
|
+
}[];
|
|
949
|
+
type: string;
|
|
950
|
+
};
|
|
951
|
+
};
|
|
952
|
+
version: number;
|
|
953
|
+
}[];
|
|
954
|
+
NFTApi: {
|
|
955
|
+
methods: {
|
|
956
|
+
validate_nft_transfer: {
|
|
957
|
+
description: string;
|
|
958
|
+
params: {
|
|
959
|
+
name: string;
|
|
960
|
+
type: string;
|
|
961
|
+
}[];
|
|
962
|
+
type: string;
|
|
963
|
+
};
|
|
964
|
+
};
|
|
965
|
+
version: number;
|
|
966
|
+
}[];
|
|
967
|
+
SettlementApi: {
|
|
968
|
+
methods: {
|
|
969
|
+
get_execute_instruction_info: {
|
|
970
|
+
description: string;
|
|
971
|
+
params: {
|
|
972
|
+
name: string;
|
|
973
|
+
type: string;
|
|
974
|
+
}[];
|
|
975
|
+
type: string;
|
|
976
|
+
};
|
|
977
|
+
get_affirmation_count: {
|
|
978
|
+
description: string;
|
|
979
|
+
params: {
|
|
980
|
+
name: string;
|
|
981
|
+
type: string;
|
|
982
|
+
}[];
|
|
983
|
+
type: string;
|
|
984
|
+
};
|
|
985
|
+
get_transfer_report: {
|
|
986
|
+
description: string;
|
|
987
|
+
params: {
|
|
988
|
+
name: string;
|
|
989
|
+
type: string;
|
|
990
|
+
}[];
|
|
991
|
+
type: string;
|
|
992
|
+
};
|
|
993
|
+
get_execute_instruction_report: {
|
|
994
|
+
description: string;
|
|
995
|
+
params: {
|
|
996
|
+
name: string;
|
|
997
|
+
type: string;
|
|
998
|
+
}[];
|
|
999
|
+
type: string;
|
|
1000
|
+
};
|
|
1001
|
+
};
|
|
1002
|
+
version: number;
|
|
1003
|
+
}[];
|
|
1004
|
+
PipsApi: {
|
|
1005
|
+
methods: {
|
|
1006
|
+
get_votes: {
|
|
1007
|
+
description: string;
|
|
1008
|
+
params: {
|
|
1009
|
+
name: string;
|
|
1010
|
+
type: string;
|
|
1011
|
+
}[];
|
|
1012
|
+
type: string;
|
|
1013
|
+
};
|
|
1014
|
+
proposed_by: {
|
|
1015
|
+
description: string;
|
|
1016
|
+
params: {
|
|
1017
|
+
name: string;
|
|
1018
|
+
type: string;
|
|
1019
|
+
}[];
|
|
1020
|
+
type: string;
|
|
1021
|
+
};
|
|
1022
|
+
voted_on: {
|
|
1023
|
+
description: string;
|
|
1024
|
+
params: {
|
|
1025
|
+
name: string;
|
|
1026
|
+
type: string;
|
|
1027
|
+
}[];
|
|
1028
|
+
type: string;
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
version: number;
|
|
1032
|
+
}[];
|
|
1033
|
+
ProtocolFeeApi: {
|
|
1034
|
+
methods: {
|
|
1035
|
+
compute_fee: {
|
|
1036
|
+
description: string;
|
|
1037
|
+
params: {
|
|
1038
|
+
name: string;
|
|
1039
|
+
type: string;
|
|
1040
|
+
}[];
|
|
1041
|
+
type: string;
|
|
1042
|
+
};
|
|
1043
|
+
};
|
|
1044
|
+
version: number;
|
|
1045
|
+
}[];
|
|
1046
|
+
StakingApi: {
|
|
1047
|
+
methods: {
|
|
1048
|
+
get_curve: {
|
|
1049
|
+
description: string;
|
|
1050
|
+
params: never[];
|
|
1051
|
+
type: string;
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
version: number;
|
|
1055
|
+
}[];
|
|
1056
|
+
ComplianceApi: {
|
|
1057
|
+
methods: {
|
|
1058
|
+
compliance_report: {
|
|
1059
|
+
description: string;
|
|
1060
|
+
params: {
|
|
1061
|
+
name: string;
|
|
1062
|
+
type: string;
|
|
1063
|
+
}[];
|
|
1064
|
+
type: string;
|
|
1065
|
+
};
|
|
1066
|
+
};
|
|
1067
|
+
version: number;
|
|
1068
|
+
}[];
|
|
1442
1069
|
};
|
|
1443
1070
|
signedExtensions: {
|
|
1444
1071
|
StoreCallMetadata: {
|