@polymeshassociation/polymesh-sdk 25.1.1 → 26.0.0-alpha.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 +32 -4
- 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 +26 -2
- 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 +42 -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 +13 -5
- 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 +37 -6
- 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.1.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 +614 -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
|
@@ -3,24 +3,24 @@ import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
|
|
|
3
3
|
import type { BTreeSet, Bytes, Null, Option, Result, U8aFixed, Vec, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
|
|
4
4
|
import type { ITuple } from '@polkadot/types-codec/types';
|
|
5
5
|
import type { AccountId32, H256, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
|
|
6
|
-
import type { FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus,
|
|
6
|
+
import type { FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, PalletCorporateActionsBallotBallotMeta, PalletCorporateActionsBallotBallotTimeRange, PalletCorporateActionsBallotBallotVote, PalletCorporateActionsCaId, PalletCorporateActionsCorporateAction, PalletCorporateActionsDistribution, PalletCorporateActionsTargetIdentities, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhasePhase, PalletImOnlineSr25519AppSr25519Public, PalletPipsProposalData, PalletPipsProposalState, PalletPipsProposer, PalletPipsSnapshottedPip, PalletStakingExposure, PalletStakingForcing, PalletStakingSlashingSwitch, PalletStakingValidatorPrefs, PalletStoFundraiser, PolymeshCommonUtilitiesCheckpointScheduleCheckpoints, PolymeshCommonUtilitiesMaybeBlock, PolymeshContractsApi, PolymeshContractsChainExtensionExtrinsicId, PolymeshContractsChainVersion, PolymeshPrimitivesAgentAgentGroup, PolymeshPrimitivesAssetAssetID, PolymeshPrimitivesAssetAssetType, PolymeshPrimitivesAssetIdentifier, PolymeshPrimitivesAssetMetadataAssetMetadataKey, PolymeshPrimitivesAssetMetadataAssetMetadataSpec, PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail, PolymeshPrimitivesAuthorizationAuthorizationData, PolymeshPrimitivesComplianceManagerComplianceRequirement, PolymeshPrimitivesConditionTrustedIssuer, PolymeshPrimitivesDocument, PolymeshPrimitivesEventOnly, PolymeshPrimitivesIdentityClaim, PolymeshPrimitivesIdentityId, PolymeshPrimitivesIdentityIdPortfolioId, PolymeshPrimitivesMemo, PolymeshPrimitivesNftNfTs, PolymeshPrimitivesPortfolioFundDescription, PolymeshPrimitivesPortfolioPortfolioUpdateReason, PolymeshPrimitivesPosRatio, PolymeshPrimitivesSecondaryKey, PolymeshPrimitivesSecondaryKeyExtrinsicPermissions, PolymeshPrimitivesSecondaryKeyPermissions, PolymeshPrimitivesSettlementLeg, PolymeshPrimitivesSettlementReceiptMetadata, PolymeshPrimitivesSettlementSettlementType, PolymeshPrimitivesSettlementVenueType, PolymeshPrimitivesStatisticsStatType, PolymeshPrimitivesStatisticsStatUpdate, PolymeshPrimitivesTicker, PolymeshPrimitivesTransferComplianceTransferCondition, PolymeshPrimitivesTransferComplianceTransferConditionExemptKey, SpConsensusGrandpaAppPublic, SpNposElectionsElectionScore, SpRuntimeDispatchError } from "./types-lookup.ts";
|
|
7
7
|
export declare type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
|
|
8
8
|
declare module '@polkadot/api-base/types/events' {
|
|
9
9
|
interface AugmentedEvents<ApiType extends ApiTypes> {
|
|
10
10
|
asset: {
|
|
11
11
|
/**
|
|
12
12
|
* An asset has been added to the list of pre aprroved receivement (valid for all identities).
|
|
13
|
-
* Parameters: [`
|
|
13
|
+
* Parameters: [`AssetID`] of the pre approved asset.
|
|
14
14
|
**/
|
|
15
|
-
AssetAffirmationExemption: AugmentedEvent<ApiType, [
|
|
15
|
+
AssetAffirmationExemption: AugmentedEvent<ApiType, [PolymeshPrimitivesAssetAssetID]>;
|
|
16
16
|
/**
|
|
17
17
|
* Emitted when Tokens were issued, redeemed or transferred.
|
|
18
|
-
* Contains the [`IdentityId`] of the receiver/issuer/redeemer, the [`
|
|
18
|
+
* Contains the [`IdentityId`] of the receiver/issuer/redeemer, the [`AssetID`] for the token, the balance that was issued/transferred/redeemed,
|
|
19
19
|
* the [`PortfolioId`] of the source, the [`PortfolioId`] of the destination and the [`PortfolioUpdateReason`].
|
|
20
20
|
**/
|
|
21
21
|
AssetBalanceUpdated: AugmentedEvent<ApiType, [
|
|
22
22
|
PolymeshPrimitivesIdentityId,
|
|
23
|
-
|
|
23
|
+
PolymeshPrimitivesAssetAssetID,
|
|
24
24
|
u128,
|
|
25
25
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
26
26
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
@@ -28,11 +28,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
28
28
|
]>;
|
|
29
29
|
/**
|
|
30
30
|
* Event for creation of the asset.
|
|
31
|
-
* caller DID/ owner DID,
|
|
31
|
+
* caller DID/ owner DID, AssetID, divisibility, asset type, beneficiary DID, asset name, identifiers, funding round
|
|
32
32
|
**/
|
|
33
33
|
AssetCreated: AugmentedEvent<ApiType, [
|
|
34
34
|
PolymeshPrimitivesIdentityId,
|
|
35
|
-
|
|
35
|
+
PolymeshPrimitivesAssetAssetID,
|
|
36
36
|
bool,
|
|
37
37
|
PolymeshPrimitivesAssetAssetType,
|
|
38
38
|
PolymeshPrimitivesIdentityId,
|
|
@@ -42,72 +42,72 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
42
42
|
]>;
|
|
43
43
|
/**
|
|
44
44
|
* An event emitted when an asset is frozen.
|
|
45
|
-
* Parameter: caller DID,
|
|
45
|
+
* Parameter: caller DID, AssetID.
|
|
46
46
|
**/
|
|
47
47
|
AssetFrozen: AugmentedEvent<ApiType, [
|
|
48
48
|
PolymeshPrimitivesIdentityId,
|
|
49
|
-
|
|
49
|
+
PolymeshPrimitivesAssetAssetID
|
|
50
50
|
]>;
|
|
51
51
|
/**
|
|
52
52
|
* An identity has added mandatory mediators to an asset.
|
|
53
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
53
|
+
* Parameters: [`IdentityId`] of caller, [`AssetID`] of the asset, the identity of all mediators added.
|
|
54
54
|
**/
|
|
55
55
|
AssetMediatorsAdded: AugmentedEvent<ApiType, [
|
|
56
56
|
PolymeshPrimitivesIdentityId,
|
|
57
|
-
|
|
57
|
+
PolymeshPrimitivesAssetAssetID,
|
|
58
58
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
59
59
|
]>;
|
|
60
60
|
/**
|
|
61
61
|
* An identity has removed mediators from an asset.
|
|
62
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
62
|
+
* Parameters: [`IdentityId`] of caller, [`AssetID`] of the asset, the identity of all mediators removed.
|
|
63
63
|
**/
|
|
64
64
|
AssetMediatorsRemoved: AugmentedEvent<ApiType, [
|
|
65
65
|
PolymeshPrimitivesIdentityId,
|
|
66
|
-
|
|
66
|
+
PolymeshPrimitivesAssetAssetID,
|
|
67
67
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
68
68
|
]>;
|
|
69
69
|
/**
|
|
70
70
|
* Emit when token ownership is transferred.
|
|
71
|
-
* caller DID / token ownership transferred to DID,
|
|
71
|
+
* caller DID / token ownership transferred to DID, AssetID, from
|
|
72
72
|
**/
|
|
73
73
|
AssetOwnershipTransferred: AugmentedEvent<ApiType, [
|
|
74
74
|
PolymeshPrimitivesIdentityId,
|
|
75
|
-
|
|
75
|
+
PolymeshPrimitivesAssetAssetID,
|
|
76
76
|
PolymeshPrimitivesIdentityId
|
|
77
77
|
]>;
|
|
78
78
|
/**
|
|
79
79
|
* An event emitted when a token is renamed.
|
|
80
|
-
* Parameters: caller DID,
|
|
80
|
+
* Parameters: caller DID, AssetID, new token name.
|
|
81
81
|
**/
|
|
82
82
|
AssetRenamed: AugmentedEvent<ApiType, [
|
|
83
83
|
PolymeshPrimitivesIdentityId,
|
|
84
|
-
|
|
84
|
+
PolymeshPrimitivesAssetAssetID,
|
|
85
85
|
Bytes
|
|
86
86
|
]>;
|
|
87
87
|
/**
|
|
88
88
|
* An event emitted when the type of an asset changed.
|
|
89
|
-
* Parameters: caller DID,
|
|
89
|
+
* Parameters: caller DID, AssetID, new token type.
|
|
90
90
|
**/
|
|
91
91
|
AssetTypeChanged: AugmentedEvent<ApiType, [
|
|
92
92
|
PolymeshPrimitivesIdentityId,
|
|
93
|
-
|
|
93
|
+
PolymeshPrimitivesAssetAssetID,
|
|
94
94
|
PolymeshPrimitivesAssetAssetType
|
|
95
95
|
]>;
|
|
96
96
|
/**
|
|
97
97
|
* An event emitted when an asset is unfrozen.
|
|
98
|
-
* Parameter: caller DID,
|
|
98
|
+
* Parameter: caller DID, AssetID.
|
|
99
99
|
**/
|
|
100
100
|
AssetUnfrozen: AugmentedEvent<ApiType, [
|
|
101
101
|
PolymeshPrimitivesIdentityId,
|
|
102
|
-
|
|
102
|
+
PolymeshPrimitivesAssetAssetID
|
|
103
103
|
]>;
|
|
104
104
|
/**
|
|
105
105
|
* Event for when a forced transfer takes place.
|
|
106
|
-
* caller DID/ controller DID,
|
|
106
|
+
* caller DID/ controller DID, ExtensionRemoved, Portfolio of token holder, value.
|
|
107
107
|
**/
|
|
108
108
|
ControllerTransfer: AugmentedEvent<ApiType, [
|
|
109
109
|
PolymeshPrimitivesIdentityId,
|
|
110
|
-
|
|
110
|
+
PolymeshPrimitivesAssetAssetID,
|
|
111
111
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
112
112
|
u128
|
|
113
113
|
]>;
|
|
@@ -127,11 +127,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
127
127
|
]>;
|
|
128
128
|
/**
|
|
129
129
|
* Event for change in divisibility.
|
|
130
|
-
* caller DID,
|
|
130
|
+
* caller DID, AssetID, divisibility
|
|
131
131
|
**/
|
|
132
132
|
DivisibilityChanged: AugmentedEvent<ApiType, [
|
|
133
133
|
PolymeshPrimitivesIdentityId,
|
|
134
|
-
|
|
134
|
+
PolymeshPrimitivesAssetAssetID,
|
|
135
135
|
bool
|
|
136
136
|
]>;
|
|
137
137
|
/**
|
|
@@ -139,7 +139,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
139
139
|
**/
|
|
140
140
|
DocumentAdded: AugmentedEvent<ApiType, [
|
|
141
141
|
PolymeshPrimitivesIdentityId,
|
|
142
|
-
|
|
142
|
+
PolymeshPrimitivesAssetAssetID,
|
|
143
143
|
u32,
|
|
144
144
|
PolymeshPrimitivesDocument
|
|
145
145
|
]>;
|
|
@@ -148,66 +148,52 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
148
148
|
**/
|
|
149
149
|
DocumentRemoved: AugmentedEvent<ApiType, [
|
|
150
150
|
PolymeshPrimitivesIdentityId,
|
|
151
|
-
|
|
151
|
+
PolymeshPrimitivesAssetAssetID,
|
|
152
152
|
u32
|
|
153
153
|
]>;
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
156
|
-
* caller DID,
|
|
157
|
-
**/
|
|
158
|
-
ExtensionRemoved: AugmentedEvent<ApiType, [
|
|
159
|
-
PolymeshPrimitivesIdentityId,
|
|
160
|
-
PolymeshPrimitivesTicker,
|
|
161
|
-
AccountId32
|
|
162
|
-
]>;
|
|
163
|
-
/**
|
|
164
|
-
* An event carrying the name of the current funding round of a ticker.
|
|
165
|
-
* Parameters: caller DID, ticker, funding round name.
|
|
155
|
+
* An event carrying the name of the current funding round of an asset.
|
|
156
|
+
* Parameters: caller DID, AssetID, funding round name.
|
|
166
157
|
**/
|
|
167
158
|
FundingRoundSet: AugmentedEvent<ApiType, [
|
|
168
159
|
PolymeshPrimitivesIdentityId,
|
|
169
|
-
|
|
160
|
+
PolymeshPrimitivesAssetAssetID,
|
|
170
161
|
Bytes
|
|
171
162
|
]>;
|
|
172
163
|
/**
|
|
173
164
|
* Event emitted when any token identifiers are updated.
|
|
174
|
-
* caller DID,
|
|
165
|
+
* caller DID, AssetID, a vector of (identifier type, identifier value)
|
|
175
166
|
**/
|
|
176
167
|
IdentifiersUpdated: AugmentedEvent<ApiType, [
|
|
177
168
|
PolymeshPrimitivesIdentityId,
|
|
178
|
-
|
|
169
|
+
PolymeshPrimitivesAssetAssetID,
|
|
179
170
|
Vec<PolymeshPrimitivesAssetIdentifier>
|
|
180
171
|
]>;
|
|
181
|
-
/**
|
|
182
|
-
* is_issuable() output
|
|
183
|
-
* ticker, return value (true if issuable)
|
|
184
|
-
**/
|
|
185
|
-
IsIssuable: AugmentedEvent<ApiType, [PolymeshPrimitivesTicker, bool]>;
|
|
186
172
|
/**
|
|
187
173
|
* An event emitted when a local metadata key has been removed.
|
|
188
|
-
* Parameters: caller
|
|
174
|
+
* Parameters: caller AssetID, Local type name
|
|
189
175
|
**/
|
|
190
176
|
LocalMetadataKeyDeleted: AugmentedEvent<ApiType, [
|
|
191
177
|
PolymeshPrimitivesIdentityId,
|
|
192
|
-
|
|
178
|
+
PolymeshPrimitivesAssetAssetID,
|
|
193
179
|
u64
|
|
194
180
|
]>;
|
|
195
181
|
/**
|
|
196
182
|
* An event emitted when a local metadata value has been removed.
|
|
197
|
-
* Parameters: caller
|
|
183
|
+
* Parameters: caller AssetID, Local type name
|
|
198
184
|
**/
|
|
199
185
|
MetadataValueDeleted: AugmentedEvent<ApiType, [
|
|
200
186
|
PolymeshPrimitivesIdentityId,
|
|
201
|
-
|
|
187
|
+
PolymeshPrimitivesAssetAssetID,
|
|
202
188
|
PolymeshPrimitivesAssetMetadataAssetMetadataKey
|
|
203
189
|
]>;
|
|
204
190
|
/**
|
|
205
191
|
* An identity has added an asset to the list of pre aprroved receivement.
|
|
206
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
192
|
+
* Parameters: [`IdentityId`] of caller, [`AssetID`] of the pre approved asset.
|
|
207
193
|
**/
|
|
208
194
|
PreApprovedAsset: AugmentedEvent<ApiType, [
|
|
209
195
|
PolymeshPrimitivesIdentityId,
|
|
210
|
-
|
|
196
|
+
PolymeshPrimitivesAssetAssetID
|
|
211
197
|
]>;
|
|
212
198
|
/**
|
|
213
199
|
* Register asset metadata global type.
|
|
@@ -220,47 +206,56 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
220
206
|
]>;
|
|
221
207
|
/**
|
|
222
208
|
* Register asset metadata local type.
|
|
223
|
-
* (Caller DID,
|
|
209
|
+
* (Caller DID, AssetID, Local type name, Local type key, type specs)
|
|
224
210
|
**/
|
|
225
211
|
RegisterAssetMetadataLocalType: AugmentedEvent<ApiType, [
|
|
226
212
|
PolymeshPrimitivesIdentityId,
|
|
227
|
-
|
|
213
|
+
PolymeshPrimitivesAssetAssetID,
|
|
228
214
|
Bytes,
|
|
229
215
|
u64,
|
|
230
216
|
PolymeshPrimitivesAssetMetadataAssetMetadataSpec
|
|
231
217
|
]>;
|
|
232
218
|
/**
|
|
233
219
|
* An asset has been removed from the list of pre aprroved receivement (valid for all identities).
|
|
234
|
-
* Parameters: [`
|
|
220
|
+
* Parameters: [`AssetID`] of the asset.
|
|
235
221
|
**/
|
|
236
|
-
RemoveAssetAffirmationExemption: AugmentedEvent<ApiType, [
|
|
222
|
+
RemoveAssetAffirmationExemption: AugmentedEvent<ApiType, [PolymeshPrimitivesAssetAssetID]>;
|
|
237
223
|
/**
|
|
238
224
|
* An identity has removed an asset to the list of pre aprroved receivement.
|
|
239
|
-
* Parameters: [`IdentityId`] of caller, [`
|
|
225
|
+
* Parameters: [`IdentityId`] of caller, [`AssetID`] of the asset.
|
|
240
226
|
**/
|
|
241
227
|
RemovePreApprovedAsset: AugmentedEvent<ApiType, [
|
|
242
228
|
PolymeshPrimitivesIdentityId,
|
|
243
|
-
|
|
229
|
+
PolymeshPrimitivesAssetAssetID
|
|
244
230
|
]>;
|
|
245
231
|
/**
|
|
246
232
|
* Set asset metadata value.
|
|
247
|
-
* (Caller DID,
|
|
233
|
+
* (Caller DID, AssetID, metadata value, optional value details)
|
|
248
234
|
**/
|
|
249
235
|
SetAssetMetadataValue: AugmentedEvent<ApiType, [
|
|
250
236
|
PolymeshPrimitivesIdentityId,
|
|
251
|
-
|
|
237
|
+
PolymeshPrimitivesAssetAssetID,
|
|
252
238
|
Bytes,
|
|
253
239
|
Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>
|
|
254
240
|
]>;
|
|
255
241
|
/**
|
|
256
242
|
* Set asset metadata value details (expire, lock status).
|
|
257
|
-
* (Caller DID,
|
|
243
|
+
* (Caller DID, AssetID, value details)
|
|
258
244
|
**/
|
|
259
245
|
SetAssetMetadataValueDetails: AugmentedEvent<ApiType, [
|
|
260
246
|
PolymeshPrimitivesIdentityId,
|
|
261
|
-
|
|
247
|
+
PolymeshPrimitivesAssetAssetID,
|
|
262
248
|
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail
|
|
263
249
|
]>;
|
|
250
|
+
/**
|
|
251
|
+
* An identity has linked a ticker to an asset.
|
|
252
|
+
* Parameters: [`IdentityId`] of caller, [`Ticker`] of the asset, the asset identifier [`AssetID`].
|
|
253
|
+
**/
|
|
254
|
+
TickerLinkedToAsset: AugmentedEvent<ApiType, [
|
|
255
|
+
PolymeshPrimitivesIdentityId,
|
|
256
|
+
PolymeshPrimitivesTicker,
|
|
257
|
+
PolymeshPrimitivesAssetAssetID
|
|
258
|
+
]>;
|
|
264
259
|
/**
|
|
265
260
|
* Emit when ticker is registered.
|
|
266
261
|
* caller DID / ticker owner did, ticker, ticker owner, expiry
|
|
@@ -279,18 +274,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
279
274
|
PolymeshPrimitivesTicker,
|
|
280
275
|
PolymeshPrimitivesIdentityId
|
|
281
276
|
]>;
|
|
282
|
-
/**
|
|
283
|
-
* An additional event to Transfer; emitted when `transfer_with_data` is called.
|
|
284
|
-
* caller DID , ticker, from DID, to DID, value, data
|
|
285
|
-
**/
|
|
286
|
-
TransferWithData: AugmentedEvent<ApiType, [
|
|
287
|
-
PolymeshPrimitivesIdentityId,
|
|
288
|
-
PolymeshPrimitivesTicker,
|
|
289
|
-
PolymeshPrimitivesIdentityId,
|
|
290
|
-
PolymeshPrimitivesIdentityId,
|
|
291
|
-
u128,
|
|
292
|
-
Bytes
|
|
293
|
-
]>;
|
|
294
277
|
};
|
|
295
278
|
balances: {
|
|
296
279
|
/**
|
|
@@ -347,95 +330,6 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
347
330
|
**/
|
|
348
331
|
UnexpectedError: AugmentedEvent<ApiType, [Option<SpRuntimeDispatchError>]>;
|
|
349
332
|
};
|
|
350
|
-
bridge: {
|
|
351
|
-
/**
|
|
352
|
-
* Confirmation of Admin change.
|
|
353
|
-
**/
|
|
354
|
-
AdminChanged: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
355
|
-
/**
|
|
356
|
-
* Confirmation of POLYX upgrade on Polymesh from POLY tokens on Ethereum.
|
|
357
|
-
**/
|
|
358
|
-
Bridged: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
359
|
-
/**
|
|
360
|
-
* Bridge limit has been updated.
|
|
361
|
-
**/
|
|
362
|
-
BridgeLimitUpdated: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, u128, u32]>;
|
|
363
|
-
/**
|
|
364
|
-
* Bridge Tx failed. Recipient missing CDD or limit reached.
|
|
365
|
-
**/
|
|
366
|
-
BridgeTxFailed: AugmentedEvent<ApiType, [
|
|
367
|
-
PolymeshPrimitivesIdentityId,
|
|
368
|
-
PalletBridgeBridgeTx,
|
|
369
|
-
SpRuntimeDispatchError
|
|
370
|
-
]>;
|
|
371
|
-
/**
|
|
372
|
-
* Bridge Tx Scheduled.
|
|
373
|
-
**/
|
|
374
|
-
BridgeTxScheduled: AugmentedEvent<ApiType, [
|
|
375
|
-
PolymeshPrimitivesIdentityId,
|
|
376
|
-
PalletBridgeBridgeTx,
|
|
377
|
-
u32
|
|
378
|
-
]>;
|
|
379
|
-
/**
|
|
380
|
-
* Failed to schedule Bridge Tx.
|
|
381
|
-
**/
|
|
382
|
-
BridgeTxScheduleFailed: AugmentedEvent<ApiType, [
|
|
383
|
-
PolymeshPrimitivesIdentityId,
|
|
384
|
-
PalletBridgeBridgeTx,
|
|
385
|
-
Bytes
|
|
386
|
-
]>;
|
|
387
|
-
/**
|
|
388
|
-
* Confirmation of a signer set change.
|
|
389
|
-
**/
|
|
390
|
-
ControllerChanged: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
391
|
-
/**
|
|
392
|
-
* Exemption status of an identity has been updated.
|
|
393
|
-
**/
|
|
394
|
-
ExemptedUpdated: AugmentedEvent<ApiType, [
|
|
395
|
-
PolymeshPrimitivesIdentityId,
|
|
396
|
-
PolymeshPrimitivesIdentityId,
|
|
397
|
-
bool
|
|
398
|
-
]>;
|
|
399
|
-
/**
|
|
400
|
-
* A new freeze admin has been added.
|
|
401
|
-
**/
|
|
402
|
-
FreezeAdminAdded: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
403
|
-
/**
|
|
404
|
-
* A freeze admin has been removed.
|
|
405
|
-
**/
|
|
406
|
-
FreezeAdminRemoved: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
407
|
-
/**
|
|
408
|
-
* Notification of freezing the bridge.
|
|
409
|
-
**/
|
|
410
|
-
Frozen: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId]>;
|
|
411
|
-
/**
|
|
412
|
-
* Notification of freezing a transaction.
|
|
413
|
-
**/
|
|
414
|
-
FrozenTx: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
415
|
-
/**
|
|
416
|
-
* Confirmation of default timelock change.
|
|
417
|
-
**/
|
|
418
|
-
TimelockChanged: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, u32]>;
|
|
419
|
-
/**
|
|
420
|
-
* Notification of removing a transaction.
|
|
421
|
-
**/
|
|
422
|
-
TxRemoved: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
423
|
-
/**
|
|
424
|
-
* An event emitted after a vector of transactions is handled. The parameter is a vector of
|
|
425
|
-
* tuples of recipient account, its nonce, and the status of the processed transaction.
|
|
426
|
-
**/
|
|
427
|
-
TxsHandled: AugmentedEvent<ApiType, [
|
|
428
|
-
Vec<ITuple<[AccountId32, u32, PalletBridgeHandledTxStatus]>>
|
|
429
|
-
]>;
|
|
430
|
-
/**
|
|
431
|
-
* Notification of unfreezing the bridge.
|
|
432
|
-
**/
|
|
433
|
-
Unfrozen: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId]>;
|
|
434
|
-
/**
|
|
435
|
-
* Notification of unfreezing a transaction.
|
|
436
|
-
**/
|
|
437
|
-
UnfrozenTx: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
438
|
-
};
|
|
439
333
|
capitalDistribution: {
|
|
440
334
|
/**
|
|
441
335
|
* A token holder's benefit of a capital distribution for the given `CAId` was claimed.
|
|
@@ -533,17 +427,17 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
533
427
|
/**
|
|
534
428
|
* A checkpoint was created.
|
|
535
429
|
*
|
|
536
|
-
* (caller DID,
|
|
430
|
+
* (caller DID, AssetID, checkpoint ID, total supply, checkpoint timestamp)
|
|
537
431
|
**/
|
|
538
432
|
CheckpointCreated: AugmentedEvent<ApiType, [
|
|
539
433
|
Option<PolymeshPrimitivesIdentityId>,
|
|
540
|
-
|
|
434
|
+
PolymeshPrimitivesAssetAssetID,
|
|
541
435
|
u64,
|
|
542
436
|
u128,
|
|
543
437
|
u64
|
|
544
438
|
]>;
|
|
545
439
|
/**
|
|
546
|
-
* The maximum complexity for an arbitrary
|
|
440
|
+
* The maximum complexity for an arbitrary asset's schedule set was changed.
|
|
547
441
|
*
|
|
548
442
|
* (GC DID, the new maximum)
|
|
549
443
|
**/
|
|
@@ -554,22 +448,22 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
554
448
|
/**
|
|
555
449
|
* A checkpoint schedule was created.
|
|
556
450
|
*
|
|
557
|
-
* (caller DID,
|
|
451
|
+
* (caller DID, AssetID, schedule id, schedule)
|
|
558
452
|
**/
|
|
559
453
|
ScheduleCreated: AugmentedEvent<ApiType, [
|
|
560
454
|
PolymeshPrimitivesIdentityId,
|
|
561
|
-
|
|
455
|
+
PolymeshPrimitivesAssetAssetID,
|
|
562
456
|
u64,
|
|
563
457
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
564
458
|
]>;
|
|
565
459
|
/**
|
|
566
460
|
* A checkpoint schedule was removed.
|
|
567
461
|
*
|
|
568
|
-
* (caller DID,
|
|
462
|
+
* (caller DID, AssetID, schedule id, schedule)
|
|
569
463
|
**/
|
|
570
464
|
ScheduleRemoved: AugmentedEvent<ApiType, [
|
|
571
465
|
PolymeshPrimitivesIdentityId,
|
|
572
|
-
|
|
466
|
+
PolymeshPrimitivesAssetAssetID,
|
|
573
467
|
u64,
|
|
574
468
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
575
469
|
]>;
|
|
@@ -627,81 +521,81 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
627
521
|
};
|
|
628
522
|
complianceManager: {
|
|
629
523
|
/**
|
|
630
|
-
* Emitted when an asset compliance for a given
|
|
631
|
-
* (caller DID,
|
|
524
|
+
* Emitted when an asset compliance for a given asset_id gets paused.
|
|
525
|
+
* (caller DID, AssetID).
|
|
632
526
|
**/
|
|
633
527
|
AssetCompliancePaused: AugmentedEvent<ApiType, [
|
|
634
528
|
PolymeshPrimitivesIdentityId,
|
|
635
|
-
|
|
529
|
+
PolymeshPrimitivesAssetAssetID
|
|
636
530
|
]>;
|
|
637
531
|
/**
|
|
638
532
|
* Emitted when an asset compliance is replaced.
|
|
639
|
-
* Parameters: caller DID,
|
|
533
|
+
* Parameters: caller DID, AssetID, new asset compliance.
|
|
640
534
|
**/
|
|
641
535
|
AssetComplianceReplaced: AugmentedEvent<ApiType, [
|
|
642
536
|
PolymeshPrimitivesIdentityId,
|
|
643
|
-
|
|
537
|
+
PolymeshPrimitivesAssetAssetID,
|
|
644
538
|
Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>
|
|
645
539
|
]>;
|
|
646
540
|
/**
|
|
647
|
-
* Emitted when an asset compliance of a
|
|
648
|
-
* (caller DID,
|
|
541
|
+
* Emitted when an asset compliance of a asset_id is reset.
|
|
542
|
+
* (caller DID, AssetID).
|
|
649
543
|
**/
|
|
650
544
|
AssetComplianceReset: AugmentedEvent<ApiType, [
|
|
651
545
|
PolymeshPrimitivesIdentityId,
|
|
652
|
-
|
|
546
|
+
PolymeshPrimitivesAssetAssetID
|
|
653
547
|
]>;
|
|
654
548
|
/**
|
|
655
|
-
* Emitted when an asset compliance for a given
|
|
656
|
-
* (caller DID,
|
|
549
|
+
* Emitted when an asset compliance for a given asset_id gets resume.
|
|
550
|
+
* (caller DID, AssetID).
|
|
657
551
|
**/
|
|
658
552
|
AssetComplianceResumed: AugmentedEvent<ApiType, [
|
|
659
553
|
PolymeshPrimitivesIdentityId,
|
|
660
|
-
|
|
554
|
+
PolymeshPrimitivesAssetAssetID
|
|
661
555
|
]>;
|
|
662
556
|
/**
|
|
663
557
|
* Emitted when compliance requirement get modified/change.
|
|
664
|
-
* (caller DID,
|
|
558
|
+
* (caller DID, AssetID, ComplianceRequirement).
|
|
665
559
|
**/
|
|
666
560
|
ComplianceRequirementChanged: AugmentedEvent<ApiType, [
|
|
667
561
|
PolymeshPrimitivesIdentityId,
|
|
668
|
-
|
|
562
|
+
PolymeshPrimitivesAssetAssetID,
|
|
669
563
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
670
564
|
]>;
|
|
671
565
|
/**
|
|
672
566
|
* Emitted when new compliance requirement is created.
|
|
673
|
-
* (caller DID,
|
|
567
|
+
* (caller DID, AssetID, ComplianceRequirement).
|
|
674
568
|
**/
|
|
675
569
|
ComplianceRequirementCreated: AugmentedEvent<ApiType, [
|
|
676
570
|
PolymeshPrimitivesIdentityId,
|
|
677
|
-
|
|
571
|
+
PolymeshPrimitivesAssetAssetID,
|
|
678
572
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
679
573
|
]>;
|
|
680
574
|
/**
|
|
681
575
|
* Emitted when a compliance requirement is removed.
|
|
682
|
-
* (caller DID,
|
|
576
|
+
* (caller DID, AssetID, requirement_id).
|
|
683
577
|
**/
|
|
684
578
|
ComplianceRequirementRemoved: AugmentedEvent<ApiType, [
|
|
685
579
|
PolymeshPrimitivesIdentityId,
|
|
686
|
-
|
|
580
|
+
PolymeshPrimitivesAssetAssetID,
|
|
687
581
|
u32
|
|
688
582
|
]>;
|
|
689
583
|
/**
|
|
690
|
-
* Emitted when default claim issuer list for a given
|
|
691
|
-
* (caller DID,
|
|
584
|
+
* Emitted when default claim issuer list for a given asset_id gets added.
|
|
585
|
+
* (caller DID, AssetID, Added TrustedIssuer).
|
|
692
586
|
**/
|
|
693
587
|
TrustedDefaultClaimIssuerAdded: AugmentedEvent<ApiType, [
|
|
694
588
|
PolymeshPrimitivesIdentityId,
|
|
695
|
-
|
|
589
|
+
PolymeshPrimitivesAssetAssetID,
|
|
696
590
|
PolymeshPrimitivesConditionTrustedIssuer
|
|
697
591
|
]>;
|
|
698
592
|
/**
|
|
699
|
-
* Emitted when default claim issuer list for a given
|
|
700
|
-
* (caller DID,
|
|
593
|
+
* Emitted when default claim issuer list for a given asset_id get removed.
|
|
594
|
+
* (caller DID, AssetID, Removed TrustedIssuer).
|
|
701
595
|
**/
|
|
702
596
|
TrustedDefaultClaimIssuerRemoved: AugmentedEvent<ApiType, [
|
|
703
597
|
PolymeshPrimitivesIdentityId,
|
|
704
|
-
|
|
598
|
+
PolymeshPrimitivesAssetAssetID,
|
|
705
599
|
PolymeshPrimitivesIdentityId
|
|
706
600
|
]>;
|
|
707
601
|
};
|
|
@@ -824,30 +718,30 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
824
718
|
**/
|
|
825
719
|
CARemoved: AugmentedEvent<ApiType, [PolymeshPrimitivesEventOnly, PalletCorporateActionsCaId]>;
|
|
826
720
|
/**
|
|
827
|
-
* The set of default `TargetIdentities` for
|
|
828
|
-
* (Agent DID,
|
|
721
|
+
* The set of default `TargetIdentities` for the asset changed.
|
|
722
|
+
* (Agent DID, AssetID, New TargetIdentities)
|
|
829
723
|
**/
|
|
830
724
|
DefaultTargetIdentitiesChanged: AugmentedEvent<ApiType, [
|
|
831
725
|
PolymeshPrimitivesIdentityId,
|
|
832
|
-
|
|
726
|
+
PolymeshPrimitivesAssetAssetID,
|
|
833
727
|
PalletCorporateActionsTargetIdentities
|
|
834
728
|
]>;
|
|
835
729
|
/**
|
|
836
|
-
* The default withholding tax for
|
|
837
|
-
* (Agent DID,
|
|
730
|
+
* The default withholding tax for the asset changed.
|
|
731
|
+
* (Agent DID, AssetID, New Tax).
|
|
838
732
|
**/
|
|
839
733
|
DefaultWithholdingTaxChanged: AugmentedEvent<ApiType, [
|
|
840
734
|
PolymeshPrimitivesIdentityId,
|
|
841
|
-
|
|
735
|
+
PolymeshPrimitivesAssetAssetID,
|
|
842
736
|
Permill
|
|
843
737
|
]>;
|
|
844
738
|
/**
|
|
845
|
-
* The withholding tax specific to a DID for
|
|
846
|
-
* (Agent DID,
|
|
739
|
+
* The withholding tax specific to a DID for the asset changed.
|
|
740
|
+
* (Agent DID, AssetID, Taxed DID, New Tax).
|
|
847
741
|
**/
|
|
848
742
|
DidWithholdingTaxChanged: AugmentedEvent<ApiType, [
|
|
849
743
|
PolymeshPrimitivesIdentityId,
|
|
850
|
-
|
|
744
|
+
PolymeshPrimitivesAssetAssetID,
|
|
851
745
|
PolymeshPrimitivesIdentityId,
|
|
852
746
|
Option<Permill>
|
|
853
747
|
]>;
|
|
@@ -925,59 +819,127 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
925
819
|
Vec<PalletCorporateActionsBallotBallotVote>
|
|
926
820
|
]>;
|
|
927
821
|
};
|
|
822
|
+
electionProviderMultiPhase: {
|
|
823
|
+
/**
|
|
824
|
+
* An election failed.
|
|
825
|
+
*
|
|
826
|
+
* Not much can be said about which computes failed in the process.
|
|
827
|
+
**/
|
|
828
|
+
ElectionFailed: AugmentedEvent<ApiType, []>;
|
|
829
|
+
/**
|
|
830
|
+
* The election has been finalized, with the given computation and score.
|
|
831
|
+
**/
|
|
832
|
+
ElectionFinalized: AugmentedEvent<ApiType, [
|
|
833
|
+
compute: PalletElectionProviderMultiPhaseElectionCompute,
|
|
834
|
+
score: SpNposElectionsElectionScore
|
|
835
|
+
], {
|
|
836
|
+
compute: PalletElectionProviderMultiPhaseElectionCompute;
|
|
837
|
+
score: SpNposElectionsElectionScore;
|
|
838
|
+
}>;
|
|
839
|
+
/**
|
|
840
|
+
* There was a phase transition in a given round.
|
|
841
|
+
**/
|
|
842
|
+
PhaseTransitioned: AugmentedEvent<ApiType, [
|
|
843
|
+
from: PalletElectionProviderMultiPhasePhase,
|
|
844
|
+
to: PalletElectionProviderMultiPhasePhase,
|
|
845
|
+
round: u32
|
|
846
|
+
], {
|
|
847
|
+
from: PalletElectionProviderMultiPhasePhase;
|
|
848
|
+
to: PalletElectionProviderMultiPhasePhase;
|
|
849
|
+
round: u32;
|
|
850
|
+
}>;
|
|
851
|
+
/**
|
|
852
|
+
* An account has been rewarded for their signed submission being finalized.
|
|
853
|
+
**/
|
|
854
|
+
Rewarded: AugmentedEvent<ApiType, [
|
|
855
|
+
account: AccountId32,
|
|
856
|
+
value: u128
|
|
857
|
+
], {
|
|
858
|
+
account: AccountId32;
|
|
859
|
+
value: u128;
|
|
860
|
+
}>;
|
|
861
|
+
/**
|
|
862
|
+
* An account has been slashed for submitting an invalid signed submission.
|
|
863
|
+
**/
|
|
864
|
+
Slashed: AugmentedEvent<ApiType, [
|
|
865
|
+
account: AccountId32,
|
|
866
|
+
value: u128
|
|
867
|
+
], {
|
|
868
|
+
account: AccountId32;
|
|
869
|
+
value: u128;
|
|
870
|
+
}>;
|
|
871
|
+
/**
|
|
872
|
+
* A solution was stored with the given compute.
|
|
873
|
+
*
|
|
874
|
+
* The `origin` indicates the origin of the solution. If `origin` is `Some(AccountId)`,
|
|
875
|
+
* the stored solution was submited in the signed phase by a miner with the `AccountId`.
|
|
876
|
+
* Otherwise, the solution was stored either during the unsigned phase or by
|
|
877
|
+
* `T::ForceOrigin`. The `bool` is `true` when a previous solution was ejected to make
|
|
878
|
+
* room for this one.
|
|
879
|
+
**/
|
|
880
|
+
SolutionStored: AugmentedEvent<ApiType, [
|
|
881
|
+
compute: PalletElectionProviderMultiPhaseElectionCompute,
|
|
882
|
+
origin: Option<AccountId32>,
|
|
883
|
+
prevEjected: bool
|
|
884
|
+
], {
|
|
885
|
+
compute: PalletElectionProviderMultiPhaseElectionCompute;
|
|
886
|
+
origin: Option<AccountId32>;
|
|
887
|
+
prevEjected: bool;
|
|
888
|
+
}>;
|
|
889
|
+
};
|
|
928
890
|
externalAgents: {
|
|
929
891
|
/**
|
|
930
892
|
* An agent was added.
|
|
931
893
|
*
|
|
932
|
-
* (Caller/Agent DID, Agent's
|
|
894
|
+
* (Caller/Agent DID, Agent's AssetID, Agent's group)
|
|
933
895
|
**/
|
|
934
896
|
AgentAdded: AugmentedEvent<ApiType, [
|
|
935
897
|
PolymeshPrimitivesEventOnly,
|
|
936
|
-
|
|
898
|
+
PolymeshPrimitivesAssetAssetID,
|
|
937
899
|
PolymeshPrimitivesAgentAgentGroup
|
|
938
900
|
]>;
|
|
939
901
|
/**
|
|
940
902
|
* An agent was removed.
|
|
941
903
|
*
|
|
942
|
-
* (Caller DID, Agent's
|
|
904
|
+
* (Caller DID, Agent's AssetID, Agent's DID)
|
|
943
905
|
**/
|
|
944
906
|
AgentRemoved: AugmentedEvent<ApiType, [
|
|
945
907
|
PolymeshPrimitivesEventOnly,
|
|
946
|
-
|
|
908
|
+
PolymeshPrimitivesAssetAssetID,
|
|
947
909
|
PolymeshPrimitivesIdentityId
|
|
948
910
|
]>;
|
|
949
911
|
/**
|
|
950
912
|
* An agent's group was changed.
|
|
951
913
|
*
|
|
952
|
-
* (Caller DID, Agent's
|
|
914
|
+
* (Caller DID, Agent's AssetID, Agent's DID, The new group of the agent)
|
|
953
915
|
**/
|
|
954
916
|
GroupChanged: AugmentedEvent<ApiType, [
|
|
955
917
|
PolymeshPrimitivesEventOnly,
|
|
956
|
-
|
|
918
|
+
PolymeshPrimitivesAssetAssetID,
|
|
957
919
|
PolymeshPrimitivesIdentityId,
|
|
958
920
|
PolymeshPrimitivesAgentAgentGroup
|
|
959
921
|
]>;
|
|
960
922
|
/**
|
|
961
923
|
* An Agent Group was created.
|
|
962
924
|
*
|
|
963
|
-
* (Caller DID, AG's
|
|
925
|
+
* (Caller DID, AG's AssetID, AG's ID, AG's permissions)
|
|
964
926
|
**/
|
|
965
927
|
GroupCreated: AugmentedEvent<ApiType, [
|
|
966
928
|
PolymeshPrimitivesEventOnly,
|
|
967
|
-
|
|
929
|
+
PolymeshPrimitivesAssetAssetID,
|
|
968
930
|
u32,
|
|
969
|
-
|
|
931
|
+
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
970
932
|
]>;
|
|
971
933
|
/**
|
|
972
934
|
* An Agent Group's permissions was updated.
|
|
973
935
|
*
|
|
974
|
-
* (Caller DID, AG's
|
|
936
|
+
* (Caller DID, AG's AssetID, AG's ID, AG's new permissions)
|
|
975
937
|
**/
|
|
976
938
|
GroupPermissionsUpdated: AugmentedEvent<ApiType, [
|
|
977
939
|
PolymeshPrimitivesEventOnly,
|
|
978
|
-
|
|
940
|
+
PolymeshPrimitivesAssetAssetID,
|
|
979
941
|
u32,
|
|
980
|
-
|
|
942
|
+
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
981
943
|
]>;
|
|
982
944
|
};
|
|
983
945
|
grandpa: {
|
|
@@ -1241,110 +1203,183 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1241
1203
|
};
|
|
1242
1204
|
multiSig: {
|
|
1243
1205
|
/**
|
|
1244
|
-
*
|
|
1245
|
-
|
|
1206
|
+
* A Multisig has added an admin DID.
|
|
1207
|
+
**/
|
|
1208
|
+
MultiSigAddedAdmin: AugmentedEvent<ApiType, [
|
|
1209
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1210
|
+
multisig: AccountId32,
|
|
1211
|
+
adminDid: PolymeshPrimitivesIdentityId
|
|
1212
|
+
], {
|
|
1213
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1214
|
+
multisig: AccountId32;
|
|
1215
|
+
adminDid: PolymeshPrimitivesIdentityId;
|
|
1216
|
+
}>;
|
|
1217
|
+
/**
|
|
1218
|
+
* A Multisig has been created.
|
|
1246
1219
|
**/
|
|
1247
1220
|
MultiSigCreated: AugmentedEvent<ApiType, [
|
|
1248
|
-
PolymeshPrimitivesIdentityId,
|
|
1249
|
-
AccountId32,
|
|
1250
|
-
AccountId32,
|
|
1251
|
-
Vec<
|
|
1252
|
-
u64
|
|
1253
|
-
]
|
|
1221
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1222
|
+
multisig: AccountId32,
|
|
1223
|
+
caller: AccountId32,
|
|
1224
|
+
signers: Vec<AccountId32>,
|
|
1225
|
+
sigsRequired: u64
|
|
1226
|
+
], {
|
|
1227
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1228
|
+
multisig: AccountId32;
|
|
1229
|
+
caller: AccountId32;
|
|
1230
|
+
signers: Vec<AccountId32>;
|
|
1231
|
+
sigsRequired: u64;
|
|
1232
|
+
}>;
|
|
1254
1233
|
/**
|
|
1255
|
-
*
|
|
1256
|
-
* Arguments: caller DID, multisig, new required signatures.
|
|
1234
|
+
* A Multisig has removed it's admin DID.
|
|
1257
1235
|
**/
|
|
1258
|
-
|
|
1259
|
-
PolymeshPrimitivesIdentityId,
|
|
1260
|
-
AccountId32,
|
|
1261
|
-
|
|
1262
|
-
]
|
|
1236
|
+
MultiSigRemovedAdmin: AugmentedEvent<ApiType, [
|
|
1237
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1238
|
+
multisig: AccountId32,
|
|
1239
|
+
adminDid: PolymeshPrimitivesIdentityId
|
|
1240
|
+
], {
|
|
1241
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1242
|
+
multisig: AccountId32;
|
|
1243
|
+
adminDid: PolymeshPrimitivesIdentityId;
|
|
1244
|
+
}>;
|
|
1263
1245
|
/**
|
|
1264
|
-
*
|
|
1265
|
-
* Arguments: caller DID, multisig, added signer.
|
|
1246
|
+
* A Multisig has removed it's paying DID.
|
|
1266
1247
|
**/
|
|
1267
|
-
|
|
1268
|
-
PolymeshPrimitivesIdentityId,
|
|
1269
|
-
AccountId32,
|
|
1270
|
-
|
|
1271
|
-
]
|
|
1248
|
+
MultiSigRemovedPayingDid: AugmentedEvent<ApiType, [
|
|
1249
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1250
|
+
multisig: AccountId32,
|
|
1251
|
+
payingDid: PolymeshPrimitivesIdentityId
|
|
1252
|
+
], {
|
|
1253
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1254
|
+
multisig: AccountId32;
|
|
1255
|
+
payingDid: PolymeshPrimitivesIdentityId;
|
|
1256
|
+
}>;
|
|
1272
1257
|
/**
|
|
1273
|
-
*
|
|
1274
|
-
* Arguments: caller DID, multisig, authorized signer.
|
|
1258
|
+
* A new signer has been added to a Multisig.
|
|
1275
1259
|
**/
|
|
1276
|
-
|
|
1277
|
-
PolymeshPrimitivesIdentityId,
|
|
1278
|
-
AccountId32,
|
|
1279
|
-
|
|
1280
|
-
]
|
|
1260
|
+
MultiSigSignerAdded: AugmentedEvent<ApiType, [
|
|
1261
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1262
|
+
multisig: AccountId32,
|
|
1263
|
+
signer: AccountId32
|
|
1264
|
+
], {
|
|
1265
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1266
|
+
multisig: AccountId32;
|
|
1267
|
+
signer: AccountId32;
|
|
1268
|
+
}>;
|
|
1281
1269
|
/**
|
|
1282
|
-
*
|
|
1283
|
-
* Arguments: caller DID, multisig, removed signer.
|
|
1270
|
+
* New keys have been authorized to be signers on a Multisig.
|
|
1284
1271
|
**/
|
|
1285
|
-
|
|
1286
|
-
PolymeshPrimitivesIdentityId,
|
|
1287
|
-
AccountId32,
|
|
1288
|
-
|
|
1289
|
-
]
|
|
1272
|
+
MultiSigSignersAuthorized: AugmentedEvent<ApiType, [
|
|
1273
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1274
|
+
multisig: AccountId32,
|
|
1275
|
+
signers: Vec<AccountId32>
|
|
1276
|
+
], {
|
|
1277
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1278
|
+
multisig: AccountId32;
|
|
1279
|
+
signers: Vec<AccountId32>;
|
|
1280
|
+
}>;
|
|
1290
1281
|
/**
|
|
1291
|
-
*
|
|
1292
|
-
* Arguments: caller DID, multisig, proposal ID.
|
|
1282
|
+
* Signers have been removed from a Multisig.
|
|
1293
1283
|
**/
|
|
1294
|
-
|
|
1284
|
+
MultiSigSignersRemoved: AugmentedEvent<ApiType, [
|
|
1285
|
+
callerDid: PolymeshPrimitivesIdentityId,
|
|
1286
|
+
multisig: AccountId32,
|
|
1287
|
+
signers: Vec<AccountId32>
|
|
1288
|
+
], {
|
|
1289
|
+
callerDid: PolymeshPrimitivesIdentityId;
|
|
1290
|
+
multisig: AccountId32;
|
|
1291
|
+
signers: Vec<AccountId32>;
|
|
1292
|
+
}>;
|
|
1295
1293
|
/**
|
|
1296
|
-
*
|
|
1297
|
-
* Arguments: caller DID, multisig, authorized signer, proposal id.
|
|
1294
|
+
* A Multisig has changed its required number of approvals.
|
|
1298
1295
|
**/
|
|
1299
|
-
|
|
1300
|
-
PolymeshPrimitivesIdentityId
|
|
1301
|
-
AccountId32,
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1296
|
+
MultiSigSignersRequiredChanged: AugmentedEvent<ApiType, [
|
|
1297
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1298
|
+
multisig: AccountId32,
|
|
1299
|
+
sigsRequired: u64
|
|
1300
|
+
], {
|
|
1301
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1302
|
+
multisig: AccountId32;
|
|
1303
|
+
sigsRequired: u64;
|
|
1304
|
+
}>;
|
|
1305
1305
|
/**
|
|
1306
|
-
*
|
|
1307
|
-
* Arguments: caller DID, multisig, proposal ID, result.
|
|
1306
|
+
* A Multisig proposal has been created.
|
|
1308
1307
|
**/
|
|
1309
|
-
|
|
1310
|
-
PolymeshPrimitivesIdentityId
|
|
1311
|
-
AccountId32,
|
|
1312
|
-
u64
|
|
1313
|
-
|
|
1314
|
-
|
|
1308
|
+
ProposalAdded: AugmentedEvent<ApiType, [
|
|
1309
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1310
|
+
multisig: AccountId32,
|
|
1311
|
+
proposalId: u64
|
|
1312
|
+
], {
|
|
1313
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1314
|
+
multisig: AccountId32;
|
|
1315
|
+
proposalId: u64;
|
|
1316
|
+
}>;
|
|
1315
1317
|
/**
|
|
1316
|
-
*
|
|
1318
|
+
* A signer has voted to approve a Multisig proposal.
|
|
1317
1319
|
**/
|
|
1318
|
-
|
|
1320
|
+
ProposalApprovalVote: AugmentedEvent<ApiType, [
|
|
1321
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1322
|
+
multisig: AccountId32,
|
|
1323
|
+
signer: AccountId32,
|
|
1324
|
+
proposalId: u64
|
|
1325
|
+
], {
|
|
1326
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1327
|
+
multisig: AccountId32;
|
|
1328
|
+
signer: AccountId32;
|
|
1329
|
+
proposalId: u64;
|
|
1330
|
+
}>;
|
|
1319
1331
|
/**
|
|
1320
|
-
*
|
|
1321
|
-
* Arguments: caller DID, multisig, proposal ID, error.
|
|
1332
|
+
* A Multisig proposal has been approved.
|
|
1322
1333
|
**/
|
|
1323
|
-
|
|
1324
|
-
PolymeshPrimitivesIdentityId
|
|
1325
|
-
AccountId32,
|
|
1326
|
-
u64
|
|
1327
|
-
|
|
1328
|
-
|
|
1334
|
+
ProposalApproved: AugmentedEvent<ApiType, [
|
|
1335
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1336
|
+
multisig: AccountId32,
|
|
1337
|
+
proposalId: u64
|
|
1338
|
+
], {
|
|
1339
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1340
|
+
multisig: AccountId32;
|
|
1341
|
+
proposalId: u64;
|
|
1342
|
+
}>;
|
|
1329
1343
|
/**
|
|
1330
|
-
*
|
|
1331
|
-
* Arguments: caller DID, multisig, proposal ID.
|
|
1344
|
+
* A Multisig proposal has been executed.
|
|
1332
1345
|
**/
|
|
1333
|
-
|
|
1346
|
+
ProposalExecuted: AugmentedEvent<ApiType, [
|
|
1347
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1348
|
+
multisig: AccountId32,
|
|
1349
|
+
proposalId: u64,
|
|
1350
|
+
result: Result<Null, SpRuntimeDispatchError>
|
|
1351
|
+
], {
|
|
1352
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1353
|
+
multisig: AccountId32;
|
|
1354
|
+
proposalId: u64;
|
|
1355
|
+
result: Result<Null, SpRuntimeDispatchError>;
|
|
1356
|
+
}>;
|
|
1334
1357
|
/**
|
|
1335
|
-
*
|
|
1336
|
-
* Arguments: caller DID, multisig, authorized signer, proposal id.
|
|
1358
|
+
* A Multisig proposal has been rejected.
|
|
1337
1359
|
**/
|
|
1338
|
-
|
|
1339
|
-
PolymeshPrimitivesIdentityId
|
|
1340
|
-
AccountId32,
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1360
|
+
ProposalRejected: AugmentedEvent<ApiType, [
|
|
1361
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1362
|
+
multisig: AccountId32,
|
|
1363
|
+
proposalId: u64
|
|
1364
|
+
], {
|
|
1365
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1366
|
+
multisig: AccountId32;
|
|
1367
|
+
proposalId: u64;
|
|
1368
|
+
}>;
|
|
1344
1369
|
/**
|
|
1345
|
-
*
|
|
1370
|
+
* A signer has voted to reject a Multisig proposal.
|
|
1346
1371
|
**/
|
|
1347
|
-
|
|
1372
|
+
ProposalRejectionVote: AugmentedEvent<ApiType, [
|
|
1373
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>,
|
|
1374
|
+
multisig: AccountId32,
|
|
1375
|
+
signer: AccountId32,
|
|
1376
|
+
proposalId: u64
|
|
1377
|
+
], {
|
|
1378
|
+
callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1379
|
+
multisig: AccountId32;
|
|
1380
|
+
signer: AccountId32;
|
|
1381
|
+
proposalId: u64;
|
|
1382
|
+
}>;
|
|
1348
1383
|
};
|
|
1349
1384
|
nft: {
|
|
1350
1385
|
/**
|
|
@@ -1352,7 +1387,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1352
1387
|
**/
|
|
1353
1388
|
NftCollectionCreated: AugmentedEvent<ApiType, [
|
|
1354
1389
|
PolymeshPrimitivesIdentityId,
|
|
1355
|
-
|
|
1390
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1356
1391
|
u64
|
|
1357
1392
|
]>;
|
|
1358
1393
|
/**
|
|
@@ -1517,13 +1552,19 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1517
1552
|
* tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
1518
1553
|
* Parameters: caller DID, proposal hash, yay vote count, nay vote count, total seats.
|
|
1519
1554
|
**/
|
|
1520
|
-
Approved: AugmentedEvent<ApiType, [
|
|
1555
|
+
Approved: AugmentedEvent<ApiType, [
|
|
1556
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
1557
|
+
H256,
|
|
1558
|
+
u32,
|
|
1559
|
+
u32,
|
|
1560
|
+
u32
|
|
1561
|
+
]>;
|
|
1521
1562
|
/**
|
|
1522
1563
|
* A motion was executed; `DispatchResult` is `Ok(())` if returned without error.
|
|
1523
1564
|
* Parameters: caller DID, proposal hash, result of proposal dispatch.
|
|
1524
1565
|
**/
|
|
1525
1566
|
Executed: AugmentedEvent<ApiType, [
|
|
1526
|
-
PolymeshPrimitivesIdentityId
|
|
1567
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
1527
1568
|
H256,
|
|
1528
1569
|
Result<Null, SpRuntimeDispatchError>
|
|
1529
1570
|
]>;
|
|
@@ -1540,7 +1581,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1540
1581
|
* caller DID, ProposalIndex, Proposal hash, yes voters, no voter
|
|
1541
1582
|
**/
|
|
1542
1583
|
FinalVotes: AugmentedEvent<ApiType, [
|
|
1543
|
-
PolymeshPrimitivesIdentityId
|
|
1584
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
1544
1585
|
u32,
|
|
1545
1586
|
H256,
|
|
1546
1587
|
Vec<PolymeshPrimitivesIdentityId>,
|
|
@@ -1556,15 +1597,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1556
1597
|
* tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
1557
1598
|
* Parameters: caller DID, proposal hash, yay vote count, nay vote count, total seats.
|
|
1558
1599
|
**/
|
|
1559
|
-
Rejected: AugmentedEvent<ApiType, [
|
|
1600
|
+
Rejected: AugmentedEvent<ApiType, [
|
|
1601
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
1602
|
+
H256,
|
|
1603
|
+
u32,
|
|
1604
|
+
u32,
|
|
1605
|
+
u32
|
|
1606
|
+
]>;
|
|
1560
1607
|
/**
|
|
1561
1608
|
* Release coordinator has been updated.
|
|
1562
|
-
* Parameters:
|
|
1609
|
+
* Parameters: DID of the release coordinator.
|
|
1563
1610
|
**/
|
|
1564
|
-
ReleaseCoordinatorUpdated: AugmentedEvent<ApiType, [
|
|
1565
|
-
PolymeshPrimitivesIdentityId,
|
|
1566
|
-
Option<PolymeshPrimitivesIdentityId>
|
|
1567
|
-
]>;
|
|
1611
|
+
ReleaseCoordinatorUpdated: AugmentedEvent<ApiType, [Option<PolymeshPrimitivesIdentityId>]>;
|
|
1568
1612
|
/**
|
|
1569
1613
|
* A motion (given hash) has been voted on by given account, leaving
|
|
1570
1614
|
* a tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
@@ -1672,12 +1716,12 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1672
1716
|
* # Parameters
|
|
1673
1717
|
* * [`IdentityId`] of the caller.
|
|
1674
1718
|
* * [`PortfolioId`] that will receive assets without explicit affirmation.
|
|
1675
|
-
* * [`
|
|
1719
|
+
* * [`AssetID`] of the asset that has been exempt from explicit affirmation.
|
|
1676
1720
|
**/
|
|
1677
1721
|
PreApprovedPortfolio: AugmentedEvent<ApiType, [
|
|
1678
1722
|
PolymeshPrimitivesIdentityId,
|
|
1679
1723
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1680
|
-
|
|
1724
|
+
PolymeshPrimitivesAssetAssetID
|
|
1681
1725
|
]>;
|
|
1682
1726
|
/**
|
|
1683
1727
|
* A portfolio has removed the approval of an asset.
|
|
@@ -1685,12 +1729,12 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1685
1729
|
* # Parameters
|
|
1686
1730
|
* * [`IdentityId`] of the caller.
|
|
1687
1731
|
* * [`PortfolioId`] that had its pre approval revoked.
|
|
1688
|
-
* * [`
|
|
1732
|
+
* * [`AssetID`] of the asset that had its pre approval revoked.
|
|
1689
1733
|
**/
|
|
1690
1734
|
RevokePreApprovedPortfolio: AugmentedEvent<ApiType, [
|
|
1691
1735
|
PolymeshPrimitivesIdentityId,
|
|
1692
1736
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1693
|
-
|
|
1737
|
+
PolymeshPrimitivesAssetAssetID
|
|
1694
1738
|
]>;
|
|
1695
1739
|
/**
|
|
1696
1740
|
* All non-default portfolio numbers and names of a DID.
|
|
@@ -1890,7 +1934,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1890
1934
|
**/
|
|
1891
1935
|
InstructionCreated: AugmentedEvent<ApiType, [
|
|
1892
1936
|
PolymeshPrimitivesIdentityId,
|
|
1893
|
-
u64
|
|
1937
|
+
Option<u64>,
|
|
1894
1938
|
u64,
|
|
1895
1939
|
PolymeshPrimitivesSettlementSettlementType,
|
|
1896
1940
|
Option<u64>,
|
|
@@ -1952,7 +1996,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1952
1996
|
/**
|
|
1953
1997
|
* Scheduling of instruction fails.
|
|
1954
1998
|
**/
|
|
1955
|
-
SchedulingFailed: AugmentedEvent<ApiType, [SpRuntimeDispatchError]>;
|
|
1999
|
+
SchedulingFailed: AugmentedEvent<ApiType, [u64, SpRuntimeDispatchError]>;
|
|
1956
2000
|
/**
|
|
1957
2001
|
* Settlement manually executed (did, id)
|
|
1958
2002
|
**/
|
|
@@ -1971,27 +2015,27 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
1971
2015
|
**/
|
|
1972
2016
|
VenueDetailsUpdated: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, u64, Bytes]>;
|
|
1973
2017
|
/**
|
|
1974
|
-
* Venue filtering has been enabled or disabled for
|
|
2018
|
+
* Venue filtering has been enabled or disabled for an asset (did, AssetID, filtering_enabled)
|
|
1975
2019
|
**/
|
|
1976
2020
|
VenueFiltering: AugmentedEvent<ApiType, [
|
|
1977
2021
|
PolymeshPrimitivesIdentityId,
|
|
1978
|
-
|
|
2022
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1979
2023
|
bool
|
|
1980
2024
|
]>;
|
|
1981
2025
|
/**
|
|
1982
|
-
* Venues added to allow list (did,
|
|
2026
|
+
* Venues added to allow list (did, AssetID, vec<venue_id>)
|
|
1983
2027
|
**/
|
|
1984
2028
|
VenuesAllowed: AugmentedEvent<ApiType, [
|
|
1985
2029
|
PolymeshPrimitivesIdentityId,
|
|
1986
|
-
|
|
2030
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1987
2031
|
Vec<u64>
|
|
1988
2032
|
]>;
|
|
1989
2033
|
/**
|
|
1990
|
-
* Venues added to block list (did,
|
|
2034
|
+
* Venues added to block list (did, AssetID, vec<venue_id>)
|
|
1991
2035
|
**/
|
|
1992
2036
|
VenuesBlocked: AugmentedEvent<ApiType, [
|
|
1993
2037
|
PolymeshPrimitivesIdentityId,
|
|
1994
|
-
|
|
2038
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1995
2039
|
Vec<u64>
|
|
1996
2040
|
]>;
|
|
1997
2041
|
/**
|
|
@@ -2012,11 +2056,11 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2012
2056
|
PolymeshPrimitivesSettlementVenueType
|
|
2013
2057
|
]>;
|
|
2014
2058
|
/**
|
|
2015
|
-
* Venue not part of the token's allow list (did,
|
|
2059
|
+
* Venue not part of the token's allow list (did, AssetID, venue_id)
|
|
2016
2060
|
**/
|
|
2017
2061
|
VenueUnauthorized: AugmentedEvent<ApiType, [
|
|
2018
2062
|
PolymeshPrimitivesIdentityId,
|
|
2019
|
-
|
|
2063
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2020
2064
|
u64
|
|
2021
2065
|
]>;
|
|
2022
2066
|
};
|
|
@@ -2027,138 +2071,221 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2027
2071
|
* NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,
|
|
2028
2072
|
* it will not be emitted for staking rewards when they are added to stake.
|
|
2029
2073
|
**/
|
|
2030
|
-
Bonded: AugmentedEvent<ApiType, [
|
|
2074
|
+
Bonded: AugmentedEvent<ApiType, [
|
|
2075
|
+
identity: PolymeshPrimitivesIdentityId,
|
|
2076
|
+
stash: AccountId32,
|
|
2077
|
+
amount: u128
|
|
2078
|
+
], {
|
|
2079
|
+
identity: PolymeshPrimitivesIdentityId;
|
|
2080
|
+
stash: AccountId32;
|
|
2081
|
+
amount: u128;
|
|
2082
|
+
}>;
|
|
2083
|
+
/**
|
|
2084
|
+
* An account has stopped participating as either a validator or nominator.
|
|
2085
|
+
**/
|
|
2086
|
+
Chilled: AugmentedEvent<ApiType, [stash: AccountId32], {
|
|
2087
|
+
stash: AccountId32;
|
|
2088
|
+
}>;
|
|
2031
2089
|
/**
|
|
2032
|
-
*
|
|
2033
|
-
* (old value, new value)
|
|
2090
|
+
* Commission cap has been updated.
|
|
2034
2091
|
**/
|
|
2035
2092
|
CommissionCapUpdated: AugmentedEvent<ApiType, [
|
|
2036
|
-
PolymeshPrimitivesIdentityId,
|
|
2037
|
-
Perbill,
|
|
2038
|
-
Perbill
|
|
2039
|
-
]
|
|
2093
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId,
|
|
2094
|
+
oldCommissionCap: Perbill,
|
|
2095
|
+
newCommissionCap: Perbill
|
|
2096
|
+
], {
|
|
2097
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
2098
|
+
oldCommissionCap: Perbill;
|
|
2099
|
+
newCommissionCap: Perbill;
|
|
2100
|
+
}>;
|
|
2040
2101
|
/**
|
|
2041
2102
|
* The era payout has been set; the first balance is the validator-payout; the second is
|
|
2042
2103
|
* the remainder from the maximum amount of reward.
|
|
2043
2104
|
**/
|
|
2044
|
-
|
|
2105
|
+
EraPaid: AugmentedEvent<ApiType, [
|
|
2106
|
+
eraIndex: u32,
|
|
2107
|
+
validatorPayout: u128,
|
|
2108
|
+
remainder: u128
|
|
2109
|
+
], {
|
|
2110
|
+
eraIndex: u32;
|
|
2111
|
+
validatorPayout: u128;
|
|
2112
|
+
remainder: u128;
|
|
2113
|
+
}>;
|
|
2114
|
+
/**
|
|
2115
|
+
* A new force era mode was set.
|
|
2116
|
+
**/
|
|
2117
|
+
ForceEra: AugmentedEvent<ApiType, [
|
|
2118
|
+
mode: PalletStakingForcing
|
|
2119
|
+
], {
|
|
2120
|
+
mode: PalletStakingForcing;
|
|
2121
|
+
}>;
|
|
2045
2122
|
/**
|
|
2046
2123
|
* Remove the nominators from the valid nominators when there CDD expired.
|
|
2047
|
-
* Caller, Stash accountId of nominators
|
|
2048
2124
|
**/
|
|
2049
2125
|
InvalidatedNominators: AugmentedEvent<ApiType, [
|
|
2050
|
-
PolymeshPrimitivesIdentityId,
|
|
2051
|
-
|
|
2052
|
-
Vec<AccountId32>
|
|
2053
|
-
]
|
|
2126
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId,
|
|
2127
|
+
governanceCouncillAccount: PolymeshPrimitivesIdentityId,
|
|
2128
|
+
expiredNominators: Vec<AccountId32>
|
|
2129
|
+
], {
|
|
2130
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
2131
|
+
governanceCouncillAccount: PolymeshPrimitivesIdentityId;
|
|
2132
|
+
expiredNominators: Vec<AccountId32>;
|
|
2133
|
+
}>;
|
|
2054
2134
|
/**
|
|
2055
|
-
*
|
|
2135
|
+
* A nominator has been kicked from a validator.
|
|
2056
2136
|
**/
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
]
|
|
2137
|
+
Kicked: AugmentedEvent<ApiType, [
|
|
2138
|
+
nominator: AccountId32,
|
|
2139
|
+
stash: AccountId32
|
|
2140
|
+
], {
|
|
2141
|
+
nominator: AccountId32;
|
|
2142
|
+
stash: AccountId32;
|
|
2143
|
+
}>;
|
|
2061
2144
|
/**
|
|
2062
|
-
* User has updated their nominations
|
|
2145
|
+
* User has updated their nominations.
|
|
2063
2146
|
**/
|
|
2064
2147
|
Nominated: AugmentedEvent<ApiType, [
|
|
2065
|
-
PolymeshPrimitivesIdentityId,
|
|
2066
|
-
AccountId32,
|
|
2067
|
-
Vec<AccountId32>
|
|
2068
|
-
]
|
|
2148
|
+
nominatorIdentity: PolymeshPrimitivesIdentityId,
|
|
2149
|
+
stash: AccountId32,
|
|
2150
|
+
targets: Vec<AccountId32>
|
|
2151
|
+
], {
|
|
2152
|
+
nominatorIdentity: PolymeshPrimitivesIdentityId;
|
|
2153
|
+
stash: AccountId32;
|
|
2154
|
+
targets: Vec<AccountId32>;
|
|
2155
|
+
}>;
|
|
2069
2156
|
/**
|
|
2070
2157
|
* An old slashing report from a prior era was discarded because it could
|
|
2071
2158
|
* not be processed.
|
|
2072
2159
|
**/
|
|
2073
|
-
OldSlashingReportDiscarded: AugmentedEvent<ApiType, [
|
|
2160
|
+
OldSlashingReportDiscarded: AugmentedEvent<ApiType, [
|
|
2161
|
+
sessionIndex: u32
|
|
2162
|
+
], {
|
|
2163
|
+
sessionIndex: u32;
|
|
2164
|
+
}>;
|
|
2165
|
+
/**
|
|
2166
|
+
* The stakers' rewards are getting paid.
|
|
2167
|
+
**/
|
|
2168
|
+
PayoutStarted: AugmentedEvent<ApiType, [
|
|
2169
|
+
eraIndex: u32,
|
|
2170
|
+
validatorStash: AccountId32
|
|
2171
|
+
], {
|
|
2172
|
+
eraIndex: u32;
|
|
2173
|
+
validatorStash: AccountId32;
|
|
2174
|
+
}>;
|
|
2074
2175
|
/**
|
|
2075
|
-
* An
|
|
2076
|
-
* GC identity , Validator's identity.
|
|
2176
|
+
* An identity has issued a candidacy for becoming a validator.
|
|
2077
2177
|
**/
|
|
2078
2178
|
PermissionedIdentityAdded: AugmentedEvent<ApiType, [
|
|
2079
|
-
PolymeshPrimitivesIdentityId,
|
|
2080
|
-
PolymeshPrimitivesIdentityId
|
|
2081
|
-
]
|
|
2179
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId,
|
|
2180
|
+
validatorsIdentity: PolymeshPrimitivesIdentityId
|
|
2181
|
+
], {
|
|
2182
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
2183
|
+
validatorsIdentity: PolymeshPrimitivesIdentityId;
|
|
2184
|
+
}>;
|
|
2082
2185
|
/**
|
|
2083
|
-
*
|
|
2084
|
-
* GC identity , Validator's identity.
|
|
2186
|
+
* An identity has been removed from the permissioned identities pool.
|
|
2085
2187
|
**/
|
|
2086
2188
|
PermissionedIdentityRemoved: AugmentedEvent<ApiType, [
|
|
2087
|
-
PolymeshPrimitivesIdentityId,
|
|
2088
|
-
PolymeshPrimitivesIdentityId
|
|
2089
|
-
]
|
|
2189
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId,
|
|
2190
|
+
validatorsIdentity: PolymeshPrimitivesIdentityId
|
|
2191
|
+
], {
|
|
2192
|
+
governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
2193
|
+
validatorsIdentity: PolymeshPrimitivesIdentityId;
|
|
2194
|
+
}>;
|
|
2090
2195
|
/**
|
|
2091
2196
|
* The nominator has been rewarded by this amount.
|
|
2092
2197
|
**/
|
|
2093
|
-
|
|
2198
|
+
Rewarded: AugmentedEvent<ApiType, [
|
|
2199
|
+
identity: PolymeshPrimitivesIdentityId,
|
|
2200
|
+
stash: AccountId32,
|
|
2201
|
+
amount: u128
|
|
2202
|
+
], {
|
|
2203
|
+
identity: PolymeshPrimitivesIdentityId;
|
|
2204
|
+
stash: AccountId32;
|
|
2205
|
+
amount: u128;
|
|
2206
|
+
}>;
|
|
2094
2207
|
/**
|
|
2095
|
-
*
|
|
2208
|
+
* Reward scheduling interrupted.
|
|
2096
2209
|
**/
|
|
2097
2210
|
RewardPaymentSchedulingInterrupted: AugmentedEvent<ApiType, [
|
|
2098
|
-
AccountId32,
|
|
2099
|
-
u32,
|
|
2100
|
-
SpRuntimeDispatchError
|
|
2101
|
-
]
|
|
2211
|
+
accountId: AccountId32,
|
|
2212
|
+
era: u32,
|
|
2213
|
+
error: SpRuntimeDispatchError
|
|
2214
|
+
], {
|
|
2215
|
+
accountId: AccountId32;
|
|
2216
|
+
era: u32;
|
|
2217
|
+
error: SpRuntimeDispatchError;
|
|
2218
|
+
}>;
|
|
2102
2219
|
/**
|
|
2103
2220
|
* A staker (validator or nominator) has been slashed by the given amount.
|
|
2104
2221
|
**/
|
|
2105
|
-
|
|
2222
|
+
Slashed: AugmentedEvent<ApiType, [
|
|
2223
|
+
staker: AccountId32,
|
|
2224
|
+
amount: u128
|
|
2225
|
+
], {
|
|
2226
|
+
staker: AccountId32;
|
|
2227
|
+
amount: u128;
|
|
2228
|
+
}>;
|
|
2106
2229
|
/**
|
|
2107
|
-
*
|
|
2230
|
+
* Slashing allowed has been updated.
|
|
2108
2231
|
**/
|
|
2109
|
-
SlashingAllowedForChanged: AugmentedEvent<ApiType, [
|
|
2232
|
+
SlashingAllowedForChanged: AugmentedEvent<ApiType, [
|
|
2233
|
+
slashingSwitch: PalletStakingSlashingSwitch
|
|
2234
|
+
], {
|
|
2235
|
+
slashingSwitch: PalletStakingSlashingSwitch;
|
|
2236
|
+
}>;
|
|
2110
2237
|
/**
|
|
2111
|
-
* A
|
|
2238
|
+
* A slash for the given validator, for the given percentage of their stake, at the given
|
|
2239
|
+
* era as been reported.
|
|
2112
2240
|
**/
|
|
2113
|
-
|
|
2241
|
+
SlashReported: AugmentedEvent<ApiType, [
|
|
2242
|
+
validator: AccountId32,
|
|
2243
|
+
fraction: Perbill,
|
|
2244
|
+
slashEra: u32
|
|
2245
|
+
], {
|
|
2246
|
+
validator: AccountId32;
|
|
2247
|
+
fraction: Perbill;
|
|
2248
|
+
slashEra: u32;
|
|
2249
|
+
}>;
|
|
2114
2250
|
/**
|
|
2115
2251
|
* A new set of stakers was elected.
|
|
2116
2252
|
**/
|
|
2117
|
-
|
|
2118
|
-
/**
|
|
2119
|
-
* An account has unbonded this amount.
|
|
2120
|
-
**/
|
|
2121
|
-
Unbonded: AugmentedEvent<ApiType, [PolymeshPrimitivesIdentityId, AccountId32, u128]>;
|
|
2253
|
+
StakersElected: AugmentedEvent<ApiType, []>;
|
|
2122
2254
|
/**
|
|
2123
|
-
*
|
|
2124
|
-
* from the unlocking queue.
|
|
2255
|
+
* The election failed. No new era is planned.
|
|
2125
2256
|
**/
|
|
2126
|
-
|
|
2127
|
-
};
|
|
2128
|
-
stateTrieMigration: {
|
|
2257
|
+
StakingElectionFailed: AugmentedEvent<ApiType, []>;
|
|
2129
2258
|
/**
|
|
2130
|
-
*
|
|
2131
|
-
**/
|
|
2132
|
-
AutoMigrationFinished: AugmentedEvent<ApiType, []>;
|
|
2133
|
-
/**
|
|
2134
|
-
* Migration got halted due to an error or miss-configuration.
|
|
2259
|
+
* An account has unbonded this amount.
|
|
2135
2260
|
**/
|
|
2136
|
-
|
|
2137
|
-
|
|
2261
|
+
Unbonded: AugmentedEvent<ApiType, [
|
|
2262
|
+
identity: PolymeshPrimitivesIdentityId,
|
|
2263
|
+
stash: AccountId32,
|
|
2264
|
+
amount: u128
|
|
2138
2265
|
], {
|
|
2139
|
-
|
|
2266
|
+
identity: PolymeshPrimitivesIdentityId;
|
|
2267
|
+
stash: AccountId32;
|
|
2268
|
+
amount: u128;
|
|
2140
2269
|
}>;
|
|
2141
2270
|
/**
|
|
2142
|
-
*
|
|
2143
|
-
* `compute`.
|
|
2271
|
+
* A validator has set their preferences.
|
|
2144
2272
|
**/
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
compute: PalletStateTrieMigrationMigrationCompute
|
|
2273
|
+
ValidatorPrefsSet: AugmentedEvent<ApiType, [
|
|
2274
|
+
stash: AccountId32,
|
|
2275
|
+
prefs: PalletStakingValidatorPrefs
|
|
2149
2276
|
], {
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
compute: PalletStateTrieMigrationMigrationCompute;
|
|
2277
|
+
stash: AccountId32;
|
|
2278
|
+
prefs: PalletStakingValidatorPrefs;
|
|
2153
2279
|
}>;
|
|
2154
2280
|
/**
|
|
2155
|
-
*
|
|
2281
|
+
* An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`
|
|
2282
|
+
* from the unlocking queue.
|
|
2156
2283
|
**/
|
|
2157
|
-
|
|
2158
|
-
|
|
2284
|
+
Withdrawn: AugmentedEvent<ApiType, [
|
|
2285
|
+
stash: AccountId32,
|
|
2159
2286
|
amount: u128
|
|
2160
2287
|
], {
|
|
2161
|
-
|
|
2288
|
+
stash: AccountId32;
|
|
2162
2289
|
amount: u128;
|
|
2163
2290
|
}>;
|
|
2164
2291
|
};
|
|
@@ -2166,42 +2293,42 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2166
2293
|
/**
|
|
2167
2294
|
* Asset stats updated.
|
|
2168
2295
|
*
|
|
2169
|
-
* (Caller DID,
|
|
2296
|
+
* (Caller DID, AssetID, Stat type, Updates)
|
|
2170
2297
|
**/
|
|
2171
2298
|
AssetStatsUpdated: AugmentedEvent<ApiType, [
|
|
2172
2299
|
PolymeshPrimitivesIdentityId,
|
|
2173
|
-
|
|
2300
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2174
2301
|
PolymeshPrimitivesStatisticsStatType,
|
|
2175
2302
|
Vec<PolymeshPrimitivesStatisticsStatUpdate>
|
|
2176
2303
|
]>;
|
|
2177
2304
|
/**
|
|
2178
2305
|
* Set Transfer compliance rules for asset.
|
|
2179
2306
|
*
|
|
2180
|
-
* (Caller DID,
|
|
2307
|
+
* (Caller DID, AssetID, Transfer conditions)
|
|
2181
2308
|
**/
|
|
2182
2309
|
SetAssetTransferCompliance: AugmentedEvent<ApiType, [
|
|
2183
2310
|
PolymeshPrimitivesIdentityId,
|
|
2184
|
-
|
|
2311
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2185
2312
|
Vec<PolymeshPrimitivesTransferComplianceTransferCondition>
|
|
2186
2313
|
]>;
|
|
2187
2314
|
/**
|
|
2188
2315
|
* Stat types added to asset.
|
|
2189
2316
|
*
|
|
2190
|
-
* (Caller DID,
|
|
2317
|
+
* (Caller DID, AssetID, Stat types)
|
|
2191
2318
|
**/
|
|
2192
2319
|
StatTypesAdded: AugmentedEvent<ApiType, [
|
|
2193
2320
|
PolymeshPrimitivesIdentityId,
|
|
2194
|
-
|
|
2321
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2195
2322
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2196
2323
|
]>;
|
|
2197
2324
|
/**
|
|
2198
2325
|
* Stat types removed from asset.
|
|
2199
2326
|
*
|
|
2200
|
-
* (Caller DID,
|
|
2327
|
+
* (Caller DID, AssetID, Stat types)
|
|
2201
2328
|
**/
|
|
2202
2329
|
StatTypesRemoved: AugmentedEvent<ApiType, [
|
|
2203
2330
|
PolymeshPrimitivesIdentityId,
|
|
2204
|
-
|
|
2331
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2205
2332
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2206
2333
|
]>;
|
|
2207
2334
|
/**
|
|
@@ -2270,8 +2397,8 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2270
2397
|
Invested: AugmentedEvent<ApiType, [
|
|
2271
2398
|
PolymeshPrimitivesIdentityId,
|
|
2272
2399
|
u64,
|
|
2273
|
-
|
|
2274
|
-
|
|
2400
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2401
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2275
2402
|
u128,
|
|
2276
2403
|
u128
|
|
2277
2404
|
]>;
|
|
@@ -2342,13 +2469,19 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2342
2469
|
* tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
2343
2470
|
* Parameters: caller DID, proposal hash, yay vote count, nay vote count, total seats.
|
|
2344
2471
|
**/
|
|
2345
|
-
Approved: AugmentedEvent<ApiType, [
|
|
2472
|
+
Approved: AugmentedEvent<ApiType, [
|
|
2473
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2474
|
+
H256,
|
|
2475
|
+
u32,
|
|
2476
|
+
u32,
|
|
2477
|
+
u32
|
|
2478
|
+
]>;
|
|
2346
2479
|
/**
|
|
2347
2480
|
* A motion was executed; `DispatchResult` is `Ok(())` if returned without error.
|
|
2348
2481
|
* Parameters: caller DID, proposal hash, result of proposal dispatch.
|
|
2349
2482
|
**/
|
|
2350
2483
|
Executed: AugmentedEvent<ApiType, [
|
|
2351
|
-
PolymeshPrimitivesIdentityId
|
|
2484
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2352
2485
|
H256,
|
|
2353
2486
|
Result<Null, SpRuntimeDispatchError>
|
|
2354
2487
|
]>;
|
|
@@ -2365,7 +2498,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2365
2498
|
* caller DID, ProposalIndex, Proposal hash, yes voters, no voter
|
|
2366
2499
|
**/
|
|
2367
2500
|
FinalVotes: AugmentedEvent<ApiType, [
|
|
2368
|
-
PolymeshPrimitivesIdentityId
|
|
2501
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2369
2502
|
u32,
|
|
2370
2503
|
H256,
|
|
2371
2504
|
Vec<PolymeshPrimitivesIdentityId>,
|
|
@@ -2381,15 +2514,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2381
2514
|
* tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
2382
2515
|
* Parameters: caller DID, proposal hash, yay vote count, nay vote count, total seats.
|
|
2383
2516
|
**/
|
|
2384
|
-
Rejected: AugmentedEvent<ApiType, [
|
|
2517
|
+
Rejected: AugmentedEvent<ApiType, [
|
|
2518
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2519
|
+
H256,
|
|
2520
|
+
u32,
|
|
2521
|
+
u32,
|
|
2522
|
+
u32
|
|
2523
|
+
]>;
|
|
2385
2524
|
/**
|
|
2386
2525
|
* Release coordinator has been updated.
|
|
2387
|
-
* Parameters:
|
|
2526
|
+
* Parameters: DID of the release coordinator.
|
|
2388
2527
|
**/
|
|
2389
|
-
ReleaseCoordinatorUpdated: AugmentedEvent<ApiType, [
|
|
2390
|
-
PolymeshPrimitivesIdentityId,
|
|
2391
|
-
Option<PolymeshPrimitivesIdentityId>
|
|
2392
|
-
]>;
|
|
2528
|
+
ReleaseCoordinatorUpdated: AugmentedEvent<ApiType, [Option<PolymeshPrimitivesIdentityId>]>;
|
|
2393
2529
|
/**
|
|
2394
2530
|
* A motion (given hash) has been voted on by given account, leaving
|
|
2395
2531
|
* a tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
@@ -2530,13 +2666,19 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2530
2666
|
* tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
2531
2667
|
* Parameters: caller DID, proposal hash, yay vote count, nay vote count, total seats.
|
|
2532
2668
|
**/
|
|
2533
|
-
Approved: AugmentedEvent<ApiType, [
|
|
2669
|
+
Approved: AugmentedEvent<ApiType, [
|
|
2670
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2671
|
+
H256,
|
|
2672
|
+
u32,
|
|
2673
|
+
u32,
|
|
2674
|
+
u32
|
|
2675
|
+
]>;
|
|
2534
2676
|
/**
|
|
2535
2677
|
* A motion was executed; `DispatchResult` is `Ok(())` if returned without error.
|
|
2536
2678
|
* Parameters: caller DID, proposal hash, result of proposal dispatch.
|
|
2537
2679
|
**/
|
|
2538
2680
|
Executed: AugmentedEvent<ApiType, [
|
|
2539
|
-
PolymeshPrimitivesIdentityId
|
|
2681
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2540
2682
|
H256,
|
|
2541
2683
|
Result<Null, SpRuntimeDispatchError>
|
|
2542
2684
|
]>;
|
|
@@ -2553,7 +2695,7 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2553
2695
|
* caller DID, ProposalIndex, Proposal hash, yes voters, no voter
|
|
2554
2696
|
**/
|
|
2555
2697
|
FinalVotes: AugmentedEvent<ApiType, [
|
|
2556
|
-
PolymeshPrimitivesIdentityId
|
|
2698
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2557
2699
|
u32,
|
|
2558
2700
|
H256,
|
|
2559
2701
|
Vec<PolymeshPrimitivesIdentityId>,
|
|
@@ -2569,15 +2711,18 @@ declare module '@polkadot/api-base/types/events' {
|
|
|
2569
2711
|
* tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|
|
2570
2712
|
* Parameters: caller DID, proposal hash, yay vote count, nay vote count, total seats.
|
|
2571
2713
|
**/
|
|
2572
|
-
Rejected: AugmentedEvent<ApiType, [
|
|
2714
|
+
Rejected: AugmentedEvent<ApiType, [
|
|
2715
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
2716
|
+
H256,
|
|
2717
|
+
u32,
|
|
2718
|
+
u32,
|
|
2719
|
+
u32
|
|
2720
|
+
]>;
|
|
2573
2721
|
/**
|
|
2574
2722
|
* Release coordinator has been updated.
|
|
2575
|
-
* Parameters:
|
|
2723
|
+
* Parameters: DID of the release coordinator.
|
|
2576
2724
|
**/
|
|
2577
|
-
ReleaseCoordinatorUpdated: AugmentedEvent<ApiType, [
|
|
2578
|
-
PolymeshPrimitivesIdentityId,
|
|
2579
|
-
Option<PolymeshPrimitivesIdentityId>
|
|
2580
|
-
]>;
|
|
2725
|
+
ReleaseCoordinatorUpdated: AugmentedEvent<ApiType, [Option<PolymeshPrimitivesIdentityId>]>;
|
|
2581
2726
|
/**
|
|
2582
2727
|
* A motion (given hash) has been voted on by given account, leaving
|
|
2583
2728
|
* a tally (yes votes, no votes and total seats given respectively as `MemberCount`).
|