@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
|
@@ -319,46 +319,45 @@ declare module "./types-lookup.ts" {
|
|
|
319
319
|
}
|
|
320
320
|
/** @name PolymeshPrimitivesSecondaryKeyPermissions (40) */
|
|
321
321
|
interface PolymeshPrimitivesSecondaryKeyPermissions extends Struct {
|
|
322
|
-
readonly asset:
|
|
323
|
-
readonly extrinsic:
|
|
322
|
+
readonly asset: PolymeshPrimitivesSubsetSubsetRestrictionAssetID;
|
|
323
|
+
readonly extrinsic: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
324
324
|
readonly portfolio: PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId;
|
|
325
325
|
}
|
|
326
|
-
/** @name
|
|
327
|
-
interface
|
|
326
|
+
/** @name PolymeshPrimitivesSubsetSubsetRestrictionAssetID (41) */
|
|
327
|
+
interface PolymeshPrimitivesSubsetSubsetRestrictionAssetID extends Enum {
|
|
328
328
|
readonly isWhole: boolean;
|
|
329
329
|
readonly isThese: boolean;
|
|
330
|
-
readonly asThese: BTreeSet<
|
|
330
|
+
readonly asThese: BTreeSet<PolymeshPrimitivesAssetAssetID>;
|
|
331
331
|
readonly isExcept: boolean;
|
|
332
|
-
readonly asExcept: BTreeSet<
|
|
332
|
+
readonly asExcept: BTreeSet<PolymeshPrimitivesAssetAssetID>;
|
|
333
333
|
readonly type: 'Whole' | 'These' | 'Except';
|
|
334
334
|
}
|
|
335
|
-
/** @name
|
|
336
|
-
interface
|
|
335
|
+
/** @name PolymeshPrimitivesAssetAssetID (42) */
|
|
336
|
+
interface PolymeshPrimitivesAssetAssetID extends U8aFixed {
|
|
337
337
|
}
|
|
338
|
-
/** @name
|
|
339
|
-
interface
|
|
338
|
+
/** @name PolymeshPrimitivesSecondaryKeyExtrinsicPermissions (46) */
|
|
339
|
+
interface PolymeshPrimitivesSecondaryKeyExtrinsicPermissions extends Enum {
|
|
340
340
|
readonly isWhole: boolean;
|
|
341
341
|
readonly isThese: boolean;
|
|
342
|
-
readonly asThese:
|
|
342
|
+
readonly asThese: BTreeMap<Text, PolymeshPrimitivesSecondaryKeyPalletPermissions>;
|
|
343
343
|
readonly isExcept: boolean;
|
|
344
|
-
readonly asExcept:
|
|
344
|
+
readonly asExcept: BTreeMap<Text, PolymeshPrimitivesSecondaryKeyPalletPermissions>;
|
|
345
345
|
readonly type: 'Whole' | 'These' | 'Except';
|
|
346
346
|
}
|
|
347
|
-
/** @name PolymeshPrimitivesSecondaryKeyPalletPermissions (
|
|
347
|
+
/** @name PolymeshPrimitivesSecondaryKeyPalletPermissions (50) */
|
|
348
348
|
interface PolymeshPrimitivesSecondaryKeyPalletPermissions extends Struct {
|
|
349
|
-
readonly
|
|
350
|
-
readonly dispatchableNames: PolymeshPrimitivesSubsetSubsetRestrictionDispatchableName;
|
|
349
|
+
readonly extrinsics: PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName;
|
|
351
350
|
}
|
|
352
|
-
/** @name
|
|
353
|
-
interface
|
|
351
|
+
/** @name PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName (51) */
|
|
352
|
+
interface PolymeshPrimitivesSubsetSubsetRestrictionExtrinsicName extends Enum {
|
|
354
353
|
readonly isWhole: boolean;
|
|
355
354
|
readonly isThese: boolean;
|
|
356
|
-
readonly asThese: BTreeSet<
|
|
355
|
+
readonly asThese: BTreeSet<Text>;
|
|
357
356
|
readonly isExcept: boolean;
|
|
358
|
-
readonly asExcept: BTreeSet<
|
|
357
|
+
readonly asExcept: BTreeSet<Text>;
|
|
359
358
|
readonly type: 'Whole' | 'These' | 'Except';
|
|
360
359
|
}
|
|
361
|
-
/** @name PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId (
|
|
360
|
+
/** @name PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId (57) */
|
|
362
361
|
interface PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId extends Enum {
|
|
363
362
|
readonly isWhole: boolean;
|
|
364
363
|
readonly isThese: boolean;
|
|
@@ -367,19 +366,19 @@ declare module "./types-lookup.ts" {
|
|
|
367
366
|
readonly asExcept: BTreeSet<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
368
367
|
readonly type: 'Whole' | 'These' | 'Except';
|
|
369
368
|
}
|
|
370
|
-
/** @name PolymeshPrimitivesIdentityIdPortfolioId (
|
|
369
|
+
/** @name PolymeshPrimitivesIdentityIdPortfolioId (58) */
|
|
371
370
|
interface PolymeshPrimitivesIdentityIdPortfolioId extends Struct {
|
|
372
371
|
readonly did: PolymeshPrimitivesIdentityId;
|
|
373
372
|
readonly kind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
374
373
|
}
|
|
375
|
-
/** @name PolymeshPrimitivesIdentityIdPortfolioKind (
|
|
374
|
+
/** @name PolymeshPrimitivesIdentityIdPortfolioKind (59) */
|
|
376
375
|
interface PolymeshPrimitivesIdentityIdPortfolioKind extends Enum {
|
|
377
376
|
readonly isDefault: boolean;
|
|
378
377
|
readonly isUser: boolean;
|
|
379
378
|
readonly asUser: u64;
|
|
380
379
|
readonly type: 'Default' | 'User';
|
|
381
380
|
}
|
|
382
|
-
/** @name PolymeshPrimitivesIdentityClaim (
|
|
381
|
+
/** @name PolymeshPrimitivesIdentityClaim (64) */
|
|
383
382
|
interface PolymeshPrimitivesIdentityClaim extends Struct {
|
|
384
383
|
readonly claimIssuer: PolymeshPrimitivesIdentityId;
|
|
385
384
|
readonly issuanceDate: u64;
|
|
@@ -387,7 +386,7 @@ declare module "./types-lookup.ts" {
|
|
|
387
386
|
readonly expiry: Option<u64>;
|
|
388
387
|
readonly claim: PolymeshPrimitivesIdentityClaimClaim;
|
|
389
388
|
}
|
|
390
|
-
/** @name PolymeshPrimitivesIdentityClaimClaim (
|
|
389
|
+
/** @name PolymeshPrimitivesIdentityClaimClaim (66) */
|
|
391
390
|
interface PolymeshPrimitivesIdentityClaimClaim extends Enum {
|
|
392
391
|
readonly isAccredited: boolean;
|
|
393
392
|
readonly asAccredited: PolymeshPrimitivesIdentityClaimScope;
|
|
@@ -414,20 +413,22 @@ declare module "./types-lookup.ts" {
|
|
|
414
413
|
readonly asCustom: ITuple<[u32, Option<PolymeshPrimitivesIdentityClaimScope>]>;
|
|
415
414
|
readonly type: 'Accredited' | 'Affiliate' | 'BuyLockup' | 'SellLockup' | 'CustomerDueDiligence' | 'KnowYourCustomer' | 'Jurisdiction' | 'Exempted' | 'Blocked' | 'Custom';
|
|
416
415
|
}
|
|
417
|
-
/** @name PolymeshPrimitivesIdentityClaimScope (
|
|
416
|
+
/** @name PolymeshPrimitivesIdentityClaimScope (67) */
|
|
418
417
|
interface PolymeshPrimitivesIdentityClaimScope extends Enum {
|
|
419
418
|
readonly isIdentity: boolean;
|
|
420
419
|
readonly asIdentity: PolymeshPrimitivesIdentityId;
|
|
420
|
+
readonly isAsset: boolean;
|
|
421
|
+
readonly asAsset: PolymeshPrimitivesAssetAssetID;
|
|
421
422
|
readonly isTicker: boolean;
|
|
422
423
|
readonly asTicker: PolymeshPrimitivesTicker;
|
|
423
424
|
readonly isCustom: boolean;
|
|
424
425
|
readonly asCustom: Bytes;
|
|
425
|
-
readonly type: 'Identity' | 'Ticker' | 'Custom';
|
|
426
|
+
readonly type: 'Identity' | 'Asset' | 'Ticker' | 'Custom';
|
|
426
427
|
}
|
|
427
|
-
/** @name PolymeshPrimitivesCddId (
|
|
428
|
+
/** @name PolymeshPrimitivesCddId (68) */
|
|
428
429
|
interface PolymeshPrimitivesCddId extends U8aFixed {
|
|
429
430
|
}
|
|
430
|
-
/** @name PolymeshPrimitivesJurisdictionCountryCode (
|
|
431
|
+
/** @name PolymeshPrimitivesJurisdictionCountryCode (69) */
|
|
431
432
|
interface PolymeshPrimitivesJurisdictionCountryCode extends Enum {
|
|
432
433
|
readonly isAf: boolean;
|
|
433
434
|
readonly isAx: boolean;
|
|
@@ -681,7 +682,10 @@ declare module "./types-lookup.ts" {
|
|
|
681
682
|
readonly isSx: boolean;
|
|
682
683
|
readonly type: 'Af' | 'Ax' | 'Al' | 'Dz' | 'As' | 'Ad' | 'Ao' | 'Ai' | 'Aq' | 'Ag' | 'Ar' | 'Am' | 'Aw' | 'Au' | 'At' | 'Az' | 'Bs' | 'Bh' | 'Bd' | 'Bb' | 'By' | 'Be' | 'Bz' | 'Bj' | 'Bm' | 'Bt' | 'Bo' | 'Ba' | 'Bw' | 'Bv' | 'Br' | 'Vg' | 'Io' | 'Bn' | 'Bg' | 'Bf' | 'Bi' | 'Kh' | 'Cm' | 'Ca' | 'Cv' | 'Ky' | 'Cf' | 'Td' | 'Cl' | 'Cn' | 'Hk' | 'Mo' | 'Cx' | 'Cc' | 'Co' | 'Km' | 'Cg' | 'Cd' | 'Ck' | 'Cr' | 'Ci' | 'Hr' | 'Cu' | 'Cy' | 'Cz' | 'Dk' | 'Dj' | 'Dm' | 'Do' | 'Ec' | 'Eg' | 'Sv' | 'Gq' | 'Er' | 'Ee' | 'Et' | 'Fk' | 'Fo' | 'Fj' | 'Fi' | 'Fr' | 'Gf' | 'Pf' | 'Tf' | 'Ga' | 'Gm' | 'Ge' | 'De' | 'Gh' | 'Gi' | 'Gr' | 'Gl' | 'Gd' | 'Gp' | 'Gu' | 'Gt' | 'Gg' | 'Gn' | 'Gw' | 'Gy' | 'Ht' | 'Hm' | 'Va' | 'Hn' | 'Hu' | 'Is' | 'In' | 'Id' | 'Ir' | 'Iq' | 'Ie' | 'Im' | 'Il' | 'It' | 'Jm' | 'Jp' | 'Je' | 'Jo' | 'Kz' | 'Ke' | 'Ki' | 'Kp' | 'Kr' | 'Kw' | 'Kg' | 'La' | 'Lv' | 'Lb' | 'Ls' | 'Lr' | 'Ly' | 'Li' | 'Lt' | 'Lu' | 'Mk' | 'Mg' | 'Mw' | 'My' | 'Mv' | 'Ml' | 'Mt' | 'Mh' | 'Mq' | 'Mr' | 'Mu' | 'Yt' | 'Mx' | 'Fm' | 'Md' | 'Mc' | 'Mn' | 'Me' | 'Ms' | 'Ma' | 'Mz' | 'Mm' | 'Na' | 'Nr' | 'Np' | 'Nl' | 'An' | 'Nc' | 'Nz' | 'Ni' | 'Ne' | 'Ng' | 'Nu' | 'Nf' | 'Mp' | 'No' | 'Om' | 'Pk' | 'Pw' | 'Ps' | 'Pa' | 'Pg' | 'Py' | 'Pe' | 'Ph' | 'Pn' | 'Pl' | 'Pt' | 'Pr' | 'Qa' | 'Re' | 'Ro' | 'Ru' | 'Rw' | 'Bl' | 'Sh' | 'Kn' | 'Lc' | 'Mf' | 'Pm' | 'Vc' | 'Ws' | 'Sm' | 'St' | 'Sa' | 'Sn' | 'Rs' | 'Sc' | 'Sl' | 'Sg' | 'Sk' | 'Si' | 'Sb' | 'So' | 'Za' | 'Gs' | 'Ss' | 'Es' | 'Lk' | 'Sd' | 'Sr' | 'Sj' | 'Sz' | 'Se' | 'Ch' | 'Sy' | 'Tw' | 'Tj' | 'Tz' | 'Th' | 'Tl' | 'Tg' | 'Tk' | 'To' | 'Tt' | 'Tn' | 'Tr' | 'Tm' | 'Tc' | 'Tv' | 'Ug' | 'Ua' | 'Ae' | 'Gb' | 'Us' | 'Um' | 'Uy' | 'Uz' | 'Vu' | 'Ve' | 'Vn' | 'Vi' | 'Wf' | 'Eh' | 'Ye' | 'Zm' | 'Zw' | 'Bq' | 'Cw' | 'Sx';
|
|
683
684
|
}
|
|
684
|
-
/** @name
|
|
685
|
+
/** @name PolymeshPrimitivesTicker (72) */
|
|
686
|
+
interface PolymeshPrimitivesTicker extends U8aFixed {
|
|
687
|
+
}
|
|
688
|
+
/** @name PolymeshPrimitivesAuthorizationAuthorizationData (75) */
|
|
685
689
|
interface PolymeshPrimitivesAuthorizationAuthorizationData extends Enum {
|
|
686
690
|
readonly isAttestPrimaryKeyRotation: boolean;
|
|
687
691
|
readonly asAttestPrimaryKeyRotation: PolymeshPrimitivesIdentityId;
|
|
@@ -691,20 +695,23 @@ declare module "./types-lookup.ts" {
|
|
|
691
695
|
readonly isAddMultiSigSigner: boolean;
|
|
692
696
|
readonly asAddMultiSigSigner: AccountId32;
|
|
693
697
|
readonly isTransferAssetOwnership: boolean;
|
|
694
|
-
readonly asTransferAssetOwnership:
|
|
698
|
+
readonly asTransferAssetOwnership: PolymeshPrimitivesAssetAssetID;
|
|
695
699
|
readonly isJoinIdentity: boolean;
|
|
696
700
|
readonly asJoinIdentity: PolymeshPrimitivesSecondaryKeyPermissions;
|
|
697
701
|
readonly isPortfolioCustody: boolean;
|
|
698
702
|
readonly asPortfolioCustody: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
699
703
|
readonly isBecomeAgent: boolean;
|
|
700
|
-
readonly asBecomeAgent: ITuple<[
|
|
704
|
+
readonly asBecomeAgent: ITuple<[
|
|
705
|
+
PolymeshPrimitivesAssetAssetID,
|
|
706
|
+
PolymeshPrimitivesAgentAgentGroup
|
|
707
|
+
]>;
|
|
701
708
|
readonly isAddRelayerPayingKey: boolean;
|
|
702
709
|
readonly asAddRelayerPayingKey: ITuple<[AccountId32, AccountId32, u128]>;
|
|
703
710
|
readonly isRotatePrimaryKeyToSecondary: boolean;
|
|
704
711
|
readonly asRotatePrimaryKeyToSecondary: PolymeshPrimitivesSecondaryKeyPermissions;
|
|
705
712
|
readonly type: 'AttestPrimaryKeyRotation' | 'RotatePrimaryKey' | 'TransferTicker' | 'AddMultiSigSigner' | 'TransferAssetOwnership' | 'JoinIdentity' | 'PortfolioCustody' | 'BecomeAgent' | 'AddRelayerPayingKey' | 'RotatePrimaryKeyToSecondary';
|
|
706
713
|
}
|
|
707
|
-
/** @name PolymeshPrimitivesAgentAgentGroup (
|
|
714
|
+
/** @name PolymeshPrimitivesAgentAgentGroup (76) */
|
|
708
715
|
interface PolymeshPrimitivesAgentAgentGroup extends Enum {
|
|
709
716
|
readonly isFull: boolean;
|
|
710
717
|
readonly isCustom: boolean;
|
|
@@ -714,7 +721,7 @@ declare module "./types-lookup.ts" {
|
|
|
714
721
|
readonly isPolymeshV1PIA: boolean;
|
|
715
722
|
readonly type: 'Full' | 'Custom' | 'ExceptMeta' | 'PolymeshV1CAA' | 'PolymeshV1PIA';
|
|
716
723
|
}
|
|
717
|
-
/** @name PolymeshCommonUtilitiesGroupRawEventInstance2 (
|
|
724
|
+
/** @name PolymeshCommonUtilitiesGroupRawEventInstance2 (79) */
|
|
718
725
|
interface PolymeshCommonUtilitiesGroupRawEventInstance2 extends Enum {
|
|
719
726
|
readonly isMemberAdded: boolean;
|
|
720
727
|
readonly asMemberAdded: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesIdentityId]>;
|
|
@@ -738,9 +745,9 @@ declare module "./types-lookup.ts" {
|
|
|
738
745
|
readonly isDummy: boolean;
|
|
739
746
|
readonly type: 'MemberAdded' | 'MemberRemoved' | 'MemberRevoked' | 'MembersSwapped' | 'MembersReset' | 'ActiveLimitChanged' | 'Dummy';
|
|
740
747
|
}
|
|
741
|
-
/** @name PalletGroupInstance2 (
|
|
748
|
+
/** @name PalletGroupInstance2 (80) */
|
|
742
749
|
type PalletGroupInstance2 = Null;
|
|
743
|
-
/** @name PalletCommitteeRawEventInstance1 (
|
|
750
|
+
/** @name PalletCommitteeRawEventInstance1 (82) */
|
|
744
751
|
interface PalletCommitteeRawEventInstance1 extends Enum {
|
|
745
752
|
readonly isProposed: boolean;
|
|
746
753
|
readonly asProposed: ITuple<[PolymeshPrimitivesIdentityId, u32, H256]>;
|
|
@@ -750,27 +757,24 @@ declare module "./types-lookup.ts" {
|
|
|
750
757
|
readonly asVoteRetracted: ITuple<[PolymeshPrimitivesIdentityId, u32, H256, bool]>;
|
|
751
758
|
readonly isFinalVotes: boolean;
|
|
752
759
|
readonly asFinalVotes: ITuple<[
|
|
753
|
-
PolymeshPrimitivesIdentityId
|
|
760
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
754
761
|
u32,
|
|
755
762
|
H256,
|
|
756
763
|
Vec<PolymeshPrimitivesIdentityId>,
|
|
757
764
|
Vec<PolymeshPrimitivesIdentityId>
|
|
758
765
|
]>;
|
|
759
766
|
readonly isApproved: boolean;
|
|
760
|
-
readonly asApproved: ITuple<[PolymeshPrimitivesIdentityId
|
|
767
|
+
readonly asApproved: ITuple<[Option<PolymeshPrimitivesIdentityId>, H256, u32, u32, u32]>;
|
|
761
768
|
readonly isRejected: boolean;
|
|
762
|
-
readonly asRejected: ITuple<[PolymeshPrimitivesIdentityId
|
|
769
|
+
readonly asRejected: ITuple<[Option<PolymeshPrimitivesIdentityId>, H256, u32, u32, u32]>;
|
|
763
770
|
readonly isExecuted: boolean;
|
|
764
771
|
readonly asExecuted: ITuple<[
|
|
765
|
-
PolymeshPrimitivesIdentityId
|
|
772
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
766
773
|
H256,
|
|
767
774
|
Result<Null, SpRuntimeDispatchError>
|
|
768
775
|
]>;
|
|
769
776
|
readonly isReleaseCoordinatorUpdated: boolean;
|
|
770
|
-
readonly asReleaseCoordinatorUpdated:
|
|
771
|
-
PolymeshPrimitivesIdentityId,
|
|
772
|
-
Option<PolymeshPrimitivesIdentityId>
|
|
773
|
-
]>;
|
|
777
|
+
readonly asReleaseCoordinatorUpdated: Option<PolymeshPrimitivesIdentityId>;
|
|
774
778
|
readonly isExpiresAfterUpdated: boolean;
|
|
775
779
|
readonly asExpiresAfterUpdated: ITuple<[
|
|
776
780
|
PolymeshPrimitivesIdentityId,
|
|
@@ -780,16 +784,16 @@ declare module "./types-lookup.ts" {
|
|
|
780
784
|
readonly asVoteThresholdUpdated: ITuple<[PolymeshPrimitivesIdentityId, u32, u32]>;
|
|
781
785
|
readonly type: 'Proposed' | 'Voted' | 'VoteRetracted' | 'FinalVotes' | 'Approved' | 'Rejected' | 'Executed' | 'ReleaseCoordinatorUpdated' | 'ExpiresAfterUpdated' | 'VoteThresholdUpdated';
|
|
782
786
|
}
|
|
783
|
-
/** @name PalletCommitteeInstance1 (
|
|
787
|
+
/** @name PalletCommitteeInstance1 (83) */
|
|
784
788
|
type PalletCommitteeInstance1 = Null;
|
|
785
|
-
/** @name PolymeshCommonUtilitiesMaybeBlock (
|
|
789
|
+
/** @name PolymeshCommonUtilitiesMaybeBlock (86) */
|
|
786
790
|
interface PolymeshCommonUtilitiesMaybeBlock extends Enum {
|
|
787
791
|
readonly isSome: boolean;
|
|
788
792
|
readonly asSome: u32;
|
|
789
793
|
readonly isNone: boolean;
|
|
790
794
|
readonly type: 'Some' | 'None';
|
|
791
795
|
}
|
|
792
|
-
/** @name PolymeshCommonUtilitiesGroupRawEventInstance1 (
|
|
796
|
+
/** @name PolymeshCommonUtilitiesGroupRawEventInstance1 (87) */
|
|
793
797
|
interface PolymeshCommonUtilitiesGroupRawEventInstance1 extends Enum {
|
|
794
798
|
readonly isMemberAdded: boolean;
|
|
795
799
|
readonly asMemberAdded: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesIdentityId]>;
|
|
@@ -813,9 +817,9 @@ declare module "./types-lookup.ts" {
|
|
|
813
817
|
readonly isDummy: boolean;
|
|
814
818
|
readonly type: 'MemberAdded' | 'MemberRemoved' | 'MemberRevoked' | 'MembersSwapped' | 'MembersReset' | 'ActiveLimitChanged' | 'Dummy';
|
|
815
819
|
}
|
|
816
|
-
/** @name PalletGroupInstance1 (
|
|
820
|
+
/** @name PalletGroupInstance1 (88) */
|
|
817
821
|
type PalletGroupInstance1 = Null;
|
|
818
|
-
/** @name PalletCommitteeRawEventInstance3 (
|
|
822
|
+
/** @name PalletCommitteeRawEventInstance3 (89) */
|
|
819
823
|
interface PalletCommitteeRawEventInstance3 extends Enum {
|
|
820
824
|
readonly isProposed: boolean;
|
|
821
825
|
readonly asProposed: ITuple<[PolymeshPrimitivesIdentityId, u32, H256]>;
|
|
@@ -825,27 +829,24 @@ declare module "./types-lookup.ts" {
|
|
|
825
829
|
readonly asVoteRetracted: ITuple<[PolymeshPrimitivesIdentityId, u32, H256, bool]>;
|
|
826
830
|
readonly isFinalVotes: boolean;
|
|
827
831
|
readonly asFinalVotes: ITuple<[
|
|
828
|
-
PolymeshPrimitivesIdentityId
|
|
832
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
829
833
|
u32,
|
|
830
834
|
H256,
|
|
831
835
|
Vec<PolymeshPrimitivesIdentityId>,
|
|
832
836
|
Vec<PolymeshPrimitivesIdentityId>
|
|
833
837
|
]>;
|
|
834
838
|
readonly isApproved: boolean;
|
|
835
|
-
readonly asApproved: ITuple<[PolymeshPrimitivesIdentityId
|
|
839
|
+
readonly asApproved: ITuple<[Option<PolymeshPrimitivesIdentityId>, H256, u32, u32, u32]>;
|
|
836
840
|
readonly isRejected: boolean;
|
|
837
|
-
readonly asRejected: ITuple<[PolymeshPrimitivesIdentityId
|
|
841
|
+
readonly asRejected: ITuple<[Option<PolymeshPrimitivesIdentityId>, H256, u32, u32, u32]>;
|
|
838
842
|
readonly isExecuted: boolean;
|
|
839
843
|
readonly asExecuted: ITuple<[
|
|
840
|
-
PolymeshPrimitivesIdentityId
|
|
844
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
841
845
|
H256,
|
|
842
846
|
Result<Null, SpRuntimeDispatchError>
|
|
843
847
|
]>;
|
|
844
848
|
readonly isReleaseCoordinatorUpdated: boolean;
|
|
845
|
-
readonly asReleaseCoordinatorUpdated:
|
|
846
|
-
PolymeshPrimitivesIdentityId,
|
|
847
|
-
Option<PolymeshPrimitivesIdentityId>
|
|
848
|
-
]>;
|
|
849
|
+
readonly asReleaseCoordinatorUpdated: Option<PolymeshPrimitivesIdentityId>;
|
|
849
850
|
readonly isExpiresAfterUpdated: boolean;
|
|
850
851
|
readonly asExpiresAfterUpdated: ITuple<[
|
|
851
852
|
PolymeshPrimitivesIdentityId,
|
|
@@ -855,9 +856,9 @@ declare module "./types-lookup.ts" {
|
|
|
855
856
|
readonly asVoteThresholdUpdated: ITuple<[PolymeshPrimitivesIdentityId, u32, u32]>;
|
|
856
857
|
readonly type: 'Proposed' | 'Voted' | 'VoteRetracted' | 'FinalVotes' | 'Approved' | 'Rejected' | 'Executed' | 'ReleaseCoordinatorUpdated' | 'ExpiresAfterUpdated' | 'VoteThresholdUpdated';
|
|
857
858
|
}
|
|
858
|
-
/** @name PalletCommitteeInstance3 (
|
|
859
|
+
/** @name PalletCommitteeInstance3 (90) */
|
|
859
860
|
type PalletCommitteeInstance3 = Null;
|
|
860
|
-
/** @name PolymeshCommonUtilitiesGroupRawEventInstance3 (
|
|
861
|
+
/** @name PolymeshCommonUtilitiesGroupRawEventInstance3 (91) */
|
|
861
862
|
interface PolymeshCommonUtilitiesGroupRawEventInstance3 extends Enum {
|
|
862
863
|
readonly isMemberAdded: boolean;
|
|
863
864
|
readonly asMemberAdded: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesIdentityId]>;
|
|
@@ -881,9 +882,9 @@ declare module "./types-lookup.ts" {
|
|
|
881
882
|
readonly isDummy: boolean;
|
|
882
883
|
readonly type: 'MemberAdded' | 'MemberRemoved' | 'MemberRevoked' | 'MembersSwapped' | 'MembersReset' | 'ActiveLimitChanged' | 'Dummy';
|
|
883
884
|
}
|
|
884
|
-
/** @name PalletGroupInstance3 (
|
|
885
|
+
/** @name PalletGroupInstance3 (92) */
|
|
885
886
|
type PalletGroupInstance3 = Null;
|
|
886
|
-
/** @name PalletCommitteeRawEventInstance4 (
|
|
887
|
+
/** @name PalletCommitteeRawEventInstance4 (93) */
|
|
887
888
|
interface PalletCommitteeRawEventInstance4 extends Enum {
|
|
888
889
|
readonly isProposed: boolean;
|
|
889
890
|
readonly asProposed: ITuple<[PolymeshPrimitivesIdentityId, u32, H256]>;
|
|
@@ -893,27 +894,24 @@ declare module "./types-lookup.ts" {
|
|
|
893
894
|
readonly asVoteRetracted: ITuple<[PolymeshPrimitivesIdentityId, u32, H256, bool]>;
|
|
894
895
|
readonly isFinalVotes: boolean;
|
|
895
896
|
readonly asFinalVotes: ITuple<[
|
|
896
|
-
PolymeshPrimitivesIdentityId
|
|
897
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
897
898
|
u32,
|
|
898
899
|
H256,
|
|
899
900
|
Vec<PolymeshPrimitivesIdentityId>,
|
|
900
901
|
Vec<PolymeshPrimitivesIdentityId>
|
|
901
902
|
]>;
|
|
902
903
|
readonly isApproved: boolean;
|
|
903
|
-
readonly asApproved: ITuple<[PolymeshPrimitivesIdentityId
|
|
904
|
+
readonly asApproved: ITuple<[Option<PolymeshPrimitivesIdentityId>, H256, u32, u32, u32]>;
|
|
904
905
|
readonly isRejected: boolean;
|
|
905
|
-
readonly asRejected: ITuple<[PolymeshPrimitivesIdentityId
|
|
906
|
+
readonly asRejected: ITuple<[Option<PolymeshPrimitivesIdentityId>, H256, u32, u32, u32]>;
|
|
906
907
|
readonly isExecuted: boolean;
|
|
907
908
|
readonly asExecuted: ITuple<[
|
|
908
|
-
PolymeshPrimitivesIdentityId
|
|
909
|
+
Option<PolymeshPrimitivesIdentityId>,
|
|
909
910
|
H256,
|
|
910
911
|
Result<Null, SpRuntimeDispatchError>
|
|
911
912
|
]>;
|
|
912
913
|
readonly isReleaseCoordinatorUpdated: boolean;
|
|
913
|
-
readonly asReleaseCoordinatorUpdated:
|
|
914
|
-
PolymeshPrimitivesIdentityId,
|
|
915
|
-
Option<PolymeshPrimitivesIdentityId>
|
|
916
|
-
]>;
|
|
914
|
+
readonly asReleaseCoordinatorUpdated: Option<PolymeshPrimitivesIdentityId>;
|
|
917
915
|
readonly isExpiresAfterUpdated: boolean;
|
|
918
916
|
readonly asExpiresAfterUpdated: ITuple<[
|
|
919
917
|
PolymeshPrimitivesIdentityId,
|
|
@@ -923,9 +921,9 @@ declare module "./types-lookup.ts" {
|
|
|
923
921
|
readonly asVoteThresholdUpdated: ITuple<[PolymeshPrimitivesIdentityId, u32, u32]>;
|
|
924
922
|
readonly type: 'Proposed' | 'Voted' | 'VoteRetracted' | 'FinalVotes' | 'Approved' | 'Rejected' | 'Executed' | 'ReleaseCoordinatorUpdated' | 'ExpiresAfterUpdated' | 'VoteThresholdUpdated';
|
|
925
923
|
}
|
|
926
|
-
/** @name PalletCommitteeInstance4 (
|
|
924
|
+
/** @name PalletCommitteeInstance4 (94) */
|
|
927
925
|
type PalletCommitteeInstance4 = Null;
|
|
928
|
-
/** @name PolymeshCommonUtilitiesGroupRawEventInstance4 (
|
|
926
|
+
/** @name PolymeshCommonUtilitiesGroupRawEventInstance4 (95) */
|
|
929
927
|
interface PolymeshCommonUtilitiesGroupRawEventInstance4 extends Enum {
|
|
930
928
|
readonly isMemberAdded: boolean;
|
|
931
929
|
readonly asMemberAdded: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesIdentityId]>;
|
|
@@ -949,205 +947,224 @@ declare module "./types-lookup.ts" {
|
|
|
949
947
|
readonly isDummy: boolean;
|
|
950
948
|
readonly type: 'MemberAdded' | 'MemberRemoved' | 'MemberRevoked' | 'MembersSwapped' | 'MembersReset' | 'ActiveLimitChanged' | 'Dummy';
|
|
951
949
|
}
|
|
952
|
-
/** @name PalletGroupInstance4 (
|
|
950
|
+
/** @name PalletGroupInstance4 (96) */
|
|
953
951
|
type PalletGroupInstance4 = Null;
|
|
954
|
-
/** @name
|
|
955
|
-
interface
|
|
952
|
+
/** @name PalletMultisigEvent (97) */
|
|
953
|
+
interface PalletMultisigEvent extends Enum {
|
|
956
954
|
readonly isMultiSigCreated: boolean;
|
|
957
|
-
readonly asMultiSigCreated:
|
|
958
|
-
PolymeshPrimitivesIdentityId
|
|
959
|
-
AccountId32
|
|
960
|
-
AccountId32
|
|
961
|
-
Vec<
|
|
962
|
-
u64
|
|
963
|
-
|
|
955
|
+
readonly asMultiSigCreated: {
|
|
956
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
957
|
+
readonly multisig: AccountId32;
|
|
958
|
+
readonly caller: AccountId32;
|
|
959
|
+
readonly signers: Vec<AccountId32>;
|
|
960
|
+
readonly sigsRequired: u64;
|
|
961
|
+
} & Struct;
|
|
964
962
|
readonly isProposalAdded: boolean;
|
|
965
|
-
readonly asProposalAdded:
|
|
963
|
+
readonly asProposalAdded: {
|
|
964
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
965
|
+
readonly multisig: AccountId32;
|
|
966
|
+
readonly proposalId: u64;
|
|
967
|
+
} & Struct;
|
|
966
968
|
readonly isProposalExecuted: boolean;
|
|
967
|
-
readonly asProposalExecuted:
|
|
969
|
+
readonly asProposalExecuted: {
|
|
970
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
971
|
+
readonly multisig: AccountId32;
|
|
972
|
+
readonly proposalId: u64;
|
|
973
|
+
readonly result: Result<Null, SpRuntimeDispatchError>;
|
|
974
|
+
} & Struct;
|
|
968
975
|
readonly isMultiSigSignerAdded: boolean;
|
|
969
|
-
readonly asMultiSigSignerAdded:
|
|
970
|
-
PolymeshPrimitivesIdentityId
|
|
971
|
-
AccountId32
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
readonly
|
|
975
|
-
readonly
|
|
976
|
-
PolymeshPrimitivesIdentityId
|
|
977
|
-
AccountId32
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
readonly
|
|
981
|
-
readonly
|
|
982
|
-
PolymeshPrimitivesIdentityId
|
|
983
|
-
AccountId32
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
readonly
|
|
987
|
-
readonly
|
|
988
|
-
PolymeshPrimitivesIdentityId
|
|
989
|
-
AccountId32
|
|
990
|
-
u64
|
|
991
|
-
|
|
992
|
-
readonly
|
|
993
|
-
readonly
|
|
994
|
-
PolymeshPrimitivesIdentityId
|
|
995
|
-
AccountId32
|
|
996
|
-
|
|
997
|
-
u64
|
|
998
|
-
|
|
976
|
+
readonly asMultiSigSignerAdded: {
|
|
977
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
978
|
+
readonly multisig: AccountId32;
|
|
979
|
+
readonly signer: AccountId32;
|
|
980
|
+
} & Struct;
|
|
981
|
+
readonly isMultiSigSignersAuthorized: boolean;
|
|
982
|
+
readonly asMultiSigSignersAuthorized: {
|
|
983
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
984
|
+
readonly multisig: AccountId32;
|
|
985
|
+
readonly signers: Vec<AccountId32>;
|
|
986
|
+
} & Struct;
|
|
987
|
+
readonly isMultiSigSignersRemoved: boolean;
|
|
988
|
+
readonly asMultiSigSignersRemoved: {
|
|
989
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
990
|
+
readonly multisig: AccountId32;
|
|
991
|
+
readonly signers: Vec<AccountId32>;
|
|
992
|
+
} & Struct;
|
|
993
|
+
readonly isMultiSigSignersRequiredChanged: boolean;
|
|
994
|
+
readonly asMultiSigSignersRequiredChanged: {
|
|
995
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
996
|
+
readonly multisig: AccountId32;
|
|
997
|
+
readonly sigsRequired: u64;
|
|
998
|
+
} & Struct;
|
|
999
|
+
readonly isProposalApprovalVote: boolean;
|
|
1000
|
+
readonly asProposalApprovalVote: {
|
|
1001
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1002
|
+
readonly multisig: AccountId32;
|
|
1003
|
+
readonly signer: AccountId32;
|
|
1004
|
+
readonly proposalId: u64;
|
|
1005
|
+
} & Struct;
|
|
999
1006
|
readonly isProposalRejectionVote: boolean;
|
|
1000
|
-
readonly asProposalRejectionVote:
|
|
1001
|
-
PolymeshPrimitivesIdentityId
|
|
1002
|
-
AccountId32
|
|
1003
|
-
|
|
1004
|
-
u64
|
|
1005
|
-
|
|
1007
|
+
readonly asProposalRejectionVote: {
|
|
1008
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1009
|
+
readonly multisig: AccountId32;
|
|
1010
|
+
readonly signer: AccountId32;
|
|
1011
|
+
readonly proposalId: u64;
|
|
1012
|
+
} & Struct;
|
|
1013
|
+
readonly isProposalApproved: boolean;
|
|
1014
|
+
readonly asProposalApproved: {
|
|
1015
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1016
|
+
readonly multisig: AccountId32;
|
|
1017
|
+
readonly proposalId: u64;
|
|
1018
|
+
} & Struct;
|
|
1006
1019
|
readonly isProposalRejected: boolean;
|
|
1007
|
-
readonly asProposalRejected:
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
readonly
|
|
1013
|
-
readonly
|
|
1014
|
-
PolymeshPrimitivesIdentityId
|
|
1015
|
-
AccountId32
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
readonly
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
readonly
|
|
1025
|
-
readonly
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
readonly isControllerChanged: boolean;
|
|
1032
|
-
readonly asControllerChanged: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
1033
|
-
readonly isAdminChanged: boolean;
|
|
1034
|
-
readonly asAdminChanged: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
1035
|
-
readonly isTimelockChanged: boolean;
|
|
1036
|
-
readonly asTimelockChanged: ITuple<[PolymeshPrimitivesIdentityId, u32]>;
|
|
1037
|
-
readonly isBridged: boolean;
|
|
1038
|
-
readonly asBridged: ITuple<[PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
1039
|
-
readonly isFrozen: boolean;
|
|
1040
|
-
readonly asFrozen: PolymeshPrimitivesIdentityId;
|
|
1041
|
-
readonly isUnfrozen: boolean;
|
|
1042
|
-
readonly asUnfrozen: PolymeshPrimitivesIdentityId;
|
|
1043
|
-
readonly isFrozenTx: boolean;
|
|
1044
|
-
readonly asFrozenTx: ITuple<[PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
1045
|
-
readonly isUnfrozenTx: boolean;
|
|
1046
|
-
readonly asUnfrozenTx: ITuple<[PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
1047
|
-
readonly isExemptedUpdated: boolean;
|
|
1048
|
-
readonly asExemptedUpdated: ITuple<[
|
|
1049
|
-
PolymeshPrimitivesIdentityId,
|
|
1050
|
-
PolymeshPrimitivesIdentityId,
|
|
1051
|
-
bool
|
|
1052
|
-
]>;
|
|
1053
|
-
readonly isBridgeLimitUpdated: boolean;
|
|
1054
|
-
readonly asBridgeLimitUpdated: ITuple<[PolymeshPrimitivesIdentityId, u128, u32]>;
|
|
1055
|
-
readonly isTxsHandled: boolean;
|
|
1056
|
-
readonly asTxsHandled: Vec<ITuple<[AccountId32, u32, PalletBridgeHandledTxStatus]>>;
|
|
1057
|
-
readonly isBridgeTxScheduled: boolean;
|
|
1058
|
-
readonly asBridgeTxScheduled: ITuple<[PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx, u32]>;
|
|
1059
|
-
readonly isBridgeTxScheduleFailed: boolean;
|
|
1060
|
-
readonly asBridgeTxScheduleFailed: ITuple<[
|
|
1061
|
-
PolymeshPrimitivesIdentityId,
|
|
1062
|
-
PalletBridgeBridgeTx,
|
|
1063
|
-
Bytes
|
|
1064
|
-
]>;
|
|
1065
|
-
readonly isFreezeAdminAdded: boolean;
|
|
1066
|
-
readonly asFreezeAdminAdded: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
1067
|
-
readonly isFreezeAdminRemoved: boolean;
|
|
1068
|
-
readonly asFreezeAdminRemoved: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
1069
|
-
readonly isTxRemoved: boolean;
|
|
1070
|
-
readonly asTxRemoved: ITuple<[PolymeshPrimitivesIdentityId, PalletBridgeBridgeTx]>;
|
|
1071
|
-
readonly isBridgeTxFailed: boolean;
|
|
1072
|
-
readonly asBridgeTxFailed: ITuple<[
|
|
1073
|
-
PolymeshPrimitivesIdentityId,
|
|
1074
|
-
PalletBridgeBridgeTx,
|
|
1075
|
-
SpRuntimeDispatchError
|
|
1076
|
-
]>;
|
|
1077
|
-
readonly type: 'ControllerChanged' | 'AdminChanged' | 'TimelockChanged' | 'Bridged' | 'Frozen' | 'Unfrozen' | 'FrozenTx' | 'UnfrozenTx' | 'ExemptedUpdated' | 'BridgeLimitUpdated' | 'TxsHandled' | 'BridgeTxScheduled' | 'BridgeTxScheduleFailed' | 'FreezeAdminAdded' | 'FreezeAdminRemoved' | 'TxRemoved' | 'BridgeTxFailed';
|
|
1078
|
-
}
|
|
1079
|
-
/** @name PalletBridgeBridgeTx (97) */
|
|
1080
|
-
interface PalletBridgeBridgeTx extends Struct {
|
|
1081
|
-
readonly nonce: u32;
|
|
1082
|
-
readonly recipient: AccountId32;
|
|
1083
|
-
readonly amount: u128;
|
|
1084
|
-
readonly txHash: H256;
|
|
1085
|
-
}
|
|
1086
|
-
/** @name PalletBridgeHandledTxStatus (100) */
|
|
1087
|
-
interface PalletBridgeHandledTxStatus extends Enum {
|
|
1088
|
-
readonly isSuccess: boolean;
|
|
1089
|
-
readonly isError: boolean;
|
|
1090
|
-
readonly asError: Bytes;
|
|
1091
|
-
readonly type: 'Success' | 'Error';
|
|
1020
|
+
readonly asProposalRejected: {
|
|
1021
|
+
readonly callerDid: Option<PolymeshPrimitivesIdentityId>;
|
|
1022
|
+
readonly multisig: AccountId32;
|
|
1023
|
+
readonly proposalId: u64;
|
|
1024
|
+
} & Struct;
|
|
1025
|
+
readonly isMultiSigAddedAdmin: boolean;
|
|
1026
|
+
readonly asMultiSigAddedAdmin: {
|
|
1027
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
1028
|
+
readonly multisig: AccountId32;
|
|
1029
|
+
readonly adminDid: PolymeshPrimitivesIdentityId;
|
|
1030
|
+
} & Struct;
|
|
1031
|
+
readonly isMultiSigRemovedAdmin: boolean;
|
|
1032
|
+
readonly asMultiSigRemovedAdmin: {
|
|
1033
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
1034
|
+
readonly multisig: AccountId32;
|
|
1035
|
+
readonly adminDid: PolymeshPrimitivesIdentityId;
|
|
1036
|
+
} & Struct;
|
|
1037
|
+
readonly isMultiSigRemovedPayingDid: boolean;
|
|
1038
|
+
readonly asMultiSigRemovedPayingDid: {
|
|
1039
|
+
readonly callerDid: PolymeshPrimitivesIdentityId;
|
|
1040
|
+
readonly multisig: AccountId32;
|
|
1041
|
+
readonly payingDid: PolymeshPrimitivesIdentityId;
|
|
1042
|
+
} & Struct;
|
|
1043
|
+
readonly type: 'MultiSigCreated' | 'ProposalAdded' | 'ProposalExecuted' | 'MultiSigSignerAdded' | 'MultiSigSignersAuthorized' | 'MultiSigSignersRemoved' | 'MultiSigSignersRequiredChanged' | 'ProposalApprovalVote' | 'ProposalRejectionVote' | 'ProposalApproved' | 'ProposalRejected' | 'MultiSigAddedAdmin' | 'MultiSigRemovedAdmin' | 'MultiSigRemovedPayingDid';
|
|
1092
1044
|
}
|
|
1093
|
-
/** @name PalletStakingPalletEvent (
|
|
1045
|
+
/** @name PalletStakingPalletEvent (99) */
|
|
1094
1046
|
interface PalletStakingPalletEvent extends Enum {
|
|
1095
|
-
readonly
|
|
1096
|
-
readonly
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1047
|
+
readonly isEraPaid: boolean;
|
|
1048
|
+
readonly asEraPaid: {
|
|
1049
|
+
readonly eraIndex: u32;
|
|
1050
|
+
readonly validatorPayout: u128;
|
|
1051
|
+
readonly remainder: u128;
|
|
1052
|
+
} & Struct;
|
|
1053
|
+
readonly isRewarded: boolean;
|
|
1054
|
+
readonly asRewarded: {
|
|
1055
|
+
readonly identity: PolymeshPrimitivesIdentityId;
|
|
1056
|
+
readonly stash: AccountId32;
|
|
1057
|
+
readonly amount: u128;
|
|
1058
|
+
} & Struct;
|
|
1059
|
+
readonly isSlashed: boolean;
|
|
1060
|
+
readonly asSlashed: {
|
|
1061
|
+
readonly staker: AccountId32;
|
|
1062
|
+
readonly amount: u128;
|
|
1063
|
+
} & Struct;
|
|
1064
|
+
readonly isSlashReported: boolean;
|
|
1065
|
+
readonly asSlashReported: {
|
|
1066
|
+
readonly validator: AccountId32;
|
|
1067
|
+
readonly fraction: Perbill;
|
|
1068
|
+
readonly slashEra: u32;
|
|
1069
|
+
} & Struct;
|
|
1101
1070
|
readonly isOldSlashingReportDiscarded: boolean;
|
|
1102
|
-
readonly asOldSlashingReportDiscarded:
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
readonly
|
|
1106
|
-
readonly asSolutionStored: PalletStakingElectionCompute;
|
|
1071
|
+
readonly asOldSlashingReportDiscarded: {
|
|
1072
|
+
readonly sessionIndex: u32;
|
|
1073
|
+
} & Struct;
|
|
1074
|
+
readonly isStakersElected: boolean;
|
|
1107
1075
|
readonly isBonded: boolean;
|
|
1108
|
-
readonly asBonded:
|
|
1076
|
+
readonly asBonded: {
|
|
1077
|
+
readonly identity: PolymeshPrimitivesIdentityId;
|
|
1078
|
+
readonly stash: AccountId32;
|
|
1079
|
+
readonly amount: u128;
|
|
1080
|
+
} & Struct;
|
|
1109
1081
|
readonly isUnbonded: boolean;
|
|
1110
|
-
readonly asUnbonded:
|
|
1111
|
-
|
|
1112
|
-
|
|
1082
|
+
readonly asUnbonded: {
|
|
1083
|
+
readonly identity: PolymeshPrimitivesIdentityId;
|
|
1084
|
+
readonly stash: AccountId32;
|
|
1085
|
+
readonly amount: u128;
|
|
1086
|
+
} & Struct;
|
|
1113
1087
|
readonly isWithdrawn: boolean;
|
|
1114
|
-
readonly asWithdrawn:
|
|
1088
|
+
readonly asWithdrawn: {
|
|
1089
|
+
readonly stash: AccountId32;
|
|
1090
|
+
readonly amount: u128;
|
|
1091
|
+
} & Struct;
|
|
1092
|
+
readonly isKicked: boolean;
|
|
1093
|
+
readonly asKicked: {
|
|
1094
|
+
readonly nominator: AccountId32;
|
|
1095
|
+
readonly stash: AccountId32;
|
|
1096
|
+
} & Struct;
|
|
1097
|
+
readonly isStakingElectionFailed: boolean;
|
|
1098
|
+
readonly isChilled: boolean;
|
|
1099
|
+
readonly asChilled: {
|
|
1100
|
+
readonly stash: AccountId32;
|
|
1101
|
+
} & Struct;
|
|
1102
|
+
readonly isPayoutStarted: boolean;
|
|
1103
|
+
readonly asPayoutStarted: {
|
|
1104
|
+
readonly eraIndex: u32;
|
|
1105
|
+
readonly validatorStash: AccountId32;
|
|
1106
|
+
} & Struct;
|
|
1107
|
+
readonly isValidatorPrefsSet: boolean;
|
|
1108
|
+
readonly asValidatorPrefsSet: {
|
|
1109
|
+
readonly stash: AccountId32;
|
|
1110
|
+
readonly prefs: PalletStakingValidatorPrefs;
|
|
1111
|
+
} & Struct;
|
|
1112
|
+
readonly isForceEra: boolean;
|
|
1113
|
+
readonly asForceEra: {
|
|
1114
|
+
readonly mode: PalletStakingForcing;
|
|
1115
|
+
} & Struct;
|
|
1116
|
+
readonly isNominated: boolean;
|
|
1117
|
+
readonly asNominated: {
|
|
1118
|
+
readonly nominatorIdentity: PolymeshPrimitivesIdentityId;
|
|
1119
|
+
readonly stash: AccountId32;
|
|
1120
|
+
readonly targets: Vec<AccountId32>;
|
|
1121
|
+
} & Struct;
|
|
1115
1122
|
readonly isPermissionedIdentityAdded: boolean;
|
|
1116
|
-
readonly asPermissionedIdentityAdded:
|
|
1117
|
-
PolymeshPrimitivesIdentityId
|
|
1118
|
-
PolymeshPrimitivesIdentityId
|
|
1119
|
-
|
|
1123
|
+
readonly asPermissionedIdentityAdded: {
|
|
1124
|
+
readonly governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
1125
|
+
readonly validatorsIdentity: PolymeshPrimitivesIdentityId;
|
|
1126
|
+
} & Struct;
|
|
1120
1127
|
readonly isPermissionedIdentityRemoved: boolean;
|
|
1121
|
-
readonly asPermissionedIdentityRemoved:
|
|
1122
|
-
PolymeshPrimitivesIdentityId
|
|
1123
|
-
PolymeshPrimitivesIdentityId
|
|
1124
|
-
|
|
1128
|
+
readonly asPermissionedIdentityRemoved: {
|
|
1129
|
+
readonly governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
1130
|
+
readonly validatorsIdentity: PolymeshPrimitivesIdentityId;
|
|
1131
|
+
} & Struct;
|
|
1125
1132
|
readonly isInvalidatedNominators: boolean;
|
|
1126
|
-
readonly asInvalidatedNominators:
|
|
1127
|
-
PolymeshPrimitivesIdentityId
|
|
1128
|
-
|
|
1129
|
-
Vec<AccountId32
|
|
1130
|
-
|
|
1131
|
-
readonly isCommissionCapUpdated: boolean;
|
|
1132
|
-
readonly asCommissionCapUpdated: ITuple<[PolymeshPrimitivesIdentityId, Perbill, Perbill]>;
|
|
1133
|
-
readonly isMinimumBondThresholdUpdated: boolean;
|
|
1134
|
-
readonly asMinimumBondThresholdUpdated: ITuple<[Option<PolymeshPrimitivesIdentityId>, u128]>;
|
|
1135
|
-
readonly isRewardPaymentSchedulingInterrupted: boolean;
|
|
1136
|
-
readonly asRewardPaymentSchedulingInterrupted: ITuple<[
|
|
1137
|
-
AccountId32,
|
|
1138
|
-
u32,
|
|
1139
|
-
SpRuntimeDispatchError
|
|
1140
|
-
]>;
|
|
1133
|
+
readonly asInvalidatedNominators: {
|
|
1134
|
+
readonly governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
1135
|
+
readonly governanceCouncillAccount: PolymeshPrimitivesIdentityId;
|
|
1136
|
+
readonly expiredNominators: Vec<AccountId32>;
|
|
1137
|
+
} & Struct;
|
|
1141
1138
|
readonly isSlashingAllowedForChanged: boolean;
|
|
1142
|
-
readonly asSlashingAllowedForChanged:
|
|
1143
|
-
|
|
1139
|
+
readonly asSlashingAllowedForChanged: {
|
|
1140
|
+
readonly slashingSwitch: PalletStakingSlashingSwitch;
|
|
1141
|
+
} & Struct;
|
|
1142
|
+
readonly isRewardPaymentSchedulingInterrupted: boolean;
|
|
1143
|
+
readonly asRewardPaymentSchedulingInterrupted: {
|
|
1144
|
+
readonly accountId: AccountId32;
|
|
1145
|
+
readonly era: u32;
|
|
1146
|
+
readonly error: SpRuntimeDispatchError;
|
|
1147
|
+
} & Struct;
|
|
1148
|
+
readonly isCommissionCapUpdated: boolean;
|
|
1149
|
+
readonly asCommissionCapUpdated: {
|
|
1150
|
+
readonly governanceCouncillDid: PolymeshPrimitivesIdentityId;
|
|
1151
|
+
readonly oldCommissionCap: Perbill;
|
|
1152
|
+
readonly newCommissionCap: Perbill;
|
|
1153
|
+
} & Struct;
|
|
1154
|
+
readonly type: 'EraPaid' | 'Rewarded' | 'Slashed' | 'SlashReported' | 'OldSlashingReportDiscarded' | 'StakersElected' | 'Bonded' | 'Unbonded' | 'Withdrawn' | 'Kicked' | 'StakingElectionFailed' | 'Chilled' | 'PayoutStarted' | 'ValidatorPrefsSet' | 'ForceEra' | 'Nominated' | 'PermissionedIdentityAdded' | 'PermissionedIdentityRemoved' | 'InvalidatedNominators' | 'SlashingAllowedForChanged' | 'RewardPaymentSchedulingInterrupted' | 'CommissionCapUpdated';
|
|
1144
1155
|
}
|
|
1145
|
-
/** @name
|
|
1146
|
-
interface
|
|
1147
|
-
readonly
|
|
1148
|
-
readonly
|
|
1149
|
-
|
|
1150
|
-
|
|
1156
|
+
/** @name PalletStakingValidatorPrefs (101) */
|
|
1157
|
+
interface PalletStakingValidatorPrefs extends Struct {
|
|
1158
|
+
readonly commission: Compact<Perbill>;
|
|
1159
|
+
readonly blocked: bool;
|
|
1160
|
+
}
|
|
1161
|
+
/** @name PalletStakingForcing (103) */
|
|
1162
|
+
interface PalletStakingForcing extends Enum {
|
|
1163
|
+
readonly isNotForcing: boolean;
|
|
1164
|
+
readonly isForceNew: boolean;
|
|
1165
|
+
readonly isForceNone: boolean;
|
|
1166
|
+
readonly isForceAlways: boolean;
|
|
1167
|
+
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
1151
1168
|
}
|
|
1152
1169
|
/** @name PalletStakingSlashingSwitch (104) */
|
|
1153
1170
|
interface PalletStakingSlashingSwitch extends Enum {
|
|
@@ -1165,7 +1182,7 @@ declare module "./types-lookup.ts" {
|
|
|
1165
1182
|
} & Struct;
|
|
1166
1183
|
readonly type: 'Offence';
|
|
1167
1184
|
}
|
|
1168
|
-
/** @name PalletSessionEvent (
|
|
1185
|
+
/** @name PalletSessionEvent (106) */
|
|
1169
1186
|
interface PalletSessionEvent extends Enum {
|
|
1170
1187
|
readonly isNewSession: boolean;
|
|
1171
1188
|
readonly asNewSession: {
|
|
@@ -1173,7 +1190,7 @@ declare module "./types-lookup.ts" {
|
|
|
1173
1190
|
} & Struct;
|
|
1174
1191
|
readonly type: 'NewSession';
|
|
1175
1192
|
}
|
|
1176
|
-
/** @name PalletGrandpaEvent (
|
|
1193
|
+
/** @name PalletGrandpaEvent (107) */
|
|
1177
1194
|
interface PalletGrandpaEvent extends Enum {
|
|
1178
1195
|
readonly isNewAuthorities: boolean;
|
|
1179
1196
|
readonly asNewAuthorities: {
|
|
@@ -1183,13 +1200,13 @@ declare module "./types-lookup.ts" {
|
|
|
1183
1200
|
readonly isResumed: boolean;
|
|
1184
1201
|
readonly type: 'NewAuthorities' | 'Paused' | 'Resumed';
|
|
1185
1202
|
}
|
|
1186
|
-
/** @name SpConsensusGrandpaAppPublic (
|
|
1203
|
+
/** @name SpConsensusGrandpaAppPublic (110) */
|
|
1187
1204
|
interface SpConsensusGrandpaAppPublic extends SpCoreEd25519Public {
|
|
1188
1205
|
}
|
|
1189
|
-
/** @name SpCoreEd25519Public (
|
|
1206
|
+
/** @name SpCoreEd25519Public (111) */
|
|
1190
1207
|
interface SpCoreEd25519Public extends U8aFixed {
|
|
1191
1208
|
}
|
|
1192
|
-
/** @name PalletImOnlineEvent (
|
|
1209
|
+
/** @name PalletImOnlineEvent (112) */
|
|
1193
1210
|
interface PalletImOnlineEvent extends Enum {
|
|
1194
1211
|
readonly isHeartbeatReceived: boolean;
|
|
1195
1212
|
readonly asHeartbeatReceived: {
|
|
@@ -1202,24 +1219,24 @@ declare module "./types-lookup.ts" {
|
|
|
1202
1219
|
} & Struct;
|
|
1203
1220
|
readonly type: 'HeartbeatReceived' | 'AllGood' | 'SomeOffline';
|
|
1204
1221
|
}
|
|
1205
|
-
/** @name PalletImOnlineSr25519AppSr25519Public (
|
|
1222
|
+
/** @name PalletImOnlineSr25519AppSr25519Public (113) */
|
|
1206
1223
|
interface PalletImOnlineSr25519AppSr25519Public extends SpCoreSr25519Public {
|
|
1207
1224
|
}
|
|
1208
|
-
/** @name SpCoreSr25519Public (
|
|
1225
|
+
/** @name SpCoreSr25519Public (114) */
|
|
1209
1226
|
interface SpCoreSr25519Public extends U8aFixed {
|
|
1210
1227
|
}
|
|
1211
|
-
/** @name PalletStakingExposure (
|
|
1228
|
+
/** @name PalletStakingExposure (117) */
|
|
1212
1229
|
interface PalletStakingExposure extends Struct {
|
|
1213
1230
|
readonly total: Compact<u128>;
|
|
1214
1231
|
readonly own: Compact<u128>;
|
|
1215
1232
|
readonly others: Vec<PalletStakingIndividualExposure>;
|
|
1216
1233
|
}
|
|
1217
|
-
/** @name PalletStakingIndividualExposure (
|
|
1234
|
+
/** @name PalletStakingIndividualExposure (120) */
|
|
1218
1235
|
interface PalletStakingIndividualExposure extends Struct {
|
|
1219
1236
|
readonly who: AccountId32;
|
|
1220
1237
|
readonly value: Compact<u128>;
|
|
1221
1238
|
}
|
|
1222
|
-
/** @name PalletSudoRawEvent (
|
|
1239
|
+
/** @name PalletSudoRawEvent (121) */
|
|
1223
1240
|
interface PalletSudoRawEvent extends Enum {
|
|
1224
1241
|
readonly isSudid: boolean;
|
|
1225
1242
|
readonly asSudid: Result<Null, SpRuntimeDispatchError>;
|
|
@@ -1229,12 +1246,12 @@ declare module "./types-lookup.ts" {
|
|
|
1229
1246
|
readonly asSudoAsDone: Result<Null, SpRuntimeDispatchError>;
|
|
1230
1247
|
readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
|
|
1231
1248
|
}
|
|
1232
|
-
/** @name PolymeshCommonUtilitiesAssetRawEvent (
|
|
1249
|
+
/** @name PolymeshCommonUtilitiesAssetRawEvent (122) */
|
|
1233
1250
|
interface PolymeshCommonUtilitiesAssetRawEvent extends Enum {
|
|
1234
1251
|
readonly isAssetCreated: boolean;
|
|
1235
1252
|
readonly asAssetCreated: ITuple<[
|
|
1236
1253
|
PolymeshPrimitivesIdentityId,
|
|
1237
|
-
|
|
1254
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1238
1255
|
bool,
|
|
1239
1256
|
PolymeshPrimitivesAssetAssetType,
|
|
1240
1257
|
PolymeshPrimitivesIdentityId,
|
|
@@ -1245,26 +1262,15 @@ declare module "./types-lookup.ts" {
|
|
|
1245
1262
|
readonly isIdentifiersUpdated: boolean;
|
|
1246
1263
|
readonly asIdentifiersUpdated: ITuple<[
|
|
1247
1264
|
PolymeshPrimitivesIdentityId,
|
|
1248
|
-
|
|
1265
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1249
1266
|
Vec<PolymeshPrimitivesAssetIdentifier>
|
|
1250
1267
|
]>;
|
|
1251
1268
|
readonly isDivisibilityChanged: boolean;
|
|
1252
1269
|
readonly asDivisibilityChanged: ITuple<[
|
|
1253
1270
|
PolymeshPrimitivesIdentityId,
|
|
1254
|
-
|
|
1271
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1255
1272
|
bool
|
|
1256
1273
|
]>;
|
|
1257
|
-
readonly isTransferWithData: boolean;
|
|
1258
|
-
readonly asTransferWithData: ITuple<[
|
|
1259
|
-
PolymeshPrimitivesIdentityId,
|
|
1260
|
-
PolymeshPrimitivesTicker,
|
|
1261
|
-
PolymeshPrimitivesIdentityId,
|
|
1262
|
-
PolymeshPrimitivesIdentityId,
|
|
1263
|
-
u128,
|
|
1264
|
-
Bytes
|
|
1265
|
-
]>;
|
|
1266
|
-
readonly isIsIssuable: boolean;
|
|
1267
|
-
readonly asIsIssuable: ITuple<[PolymeshPrimitivesTicker, bool]>;
|
|
1268
1274
|
readonly isTickerRegistered: boolean;
|
|
1269
1275
|
readonly asTickerRegistered: ITuple<[
|
|
1270
1276
|
PolymeshPrimitivesIdentityId,
|
|
@@ -1280,48 +1286,45 @@ declare module "./types-lookup.ts" {
|
|
|
1280
1286
|
readonly isAssetOwnershipTransferred: boolean;
|
|
1281
1287
|
readonly asAssetOwnershipTransferred: ITuple<[
|
|
1282
1288
|
PolymeshPrimitivesIdentityId,
|
|
1283
|
-
|
|
1289
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1284
1290
|
PolymeshPrimitivesIdentityId
|
|
1285
1291
|
]>;
|
|
1286
1292
|
readonly isAssetFrozen: boolean;
|
|
1287
|
-
readonly asAssetFrozen: ITuple<[PolymeshPrimitivesIdentityId,
|
|
1293
|
+
readonly asAssetFrozen: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesAssetAssetID]>;
|
|
1288
1294
|
readonly isAssetUnfrozen: boolean;
|
|
1289
|
-
readonly asAssetUnfrozen: ITuple<[
|
|
1295
|
+
readonly asAssetUnfrozen: ITuple<[
|
|
1296
|
+
PolymeshPrimitivesIdentityId,
|
|
1297
|
+
PolymeshPrimitivesAssetAssetID
|
|
1298
|
+
]>;
|
|
1290
1299
|
readonly isAssetRenamed: boolean;
|
|
1291
1300
|
readonly asAssetRenamed: ITuple<[
|
|
1292
1301
|
PolymeshPrimitivesIdentityId,
|
|
1293
|
-
|
|
1302
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1294
1303
|
Bytes
|
|
1295
1304
|
]>;
|
|
1296
1305
|
readonly isFundingRoundSet: boolean;
|
|
1297
1306
|
readonly asFundingRoundSet: ITuple<[
|
|
1298
1307
|
PolymeshPrimitivesIdentityId,
|
|
1299
|
-
|
|
1308
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1300
1309
|
Bytes
|
|
1301
1310
|
]>;
|
|
1302
1311
|
readonly isDocumentAdded: boolean;
|
|
1303
1312
|
readonly asDocumentAdded: ITuple<[
|
|
1304
1313
|
PolymeshPrimitivesIdentityId,
|
|
1305
|
-
|
|
1314
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1306
1315
|
u32,
|
|
1307
1316
|
PolymeshPrimitivesDocument
|
|
1308
1317
|
]>;
|
|
1309
1318
|
readonly isDocumentRemoved: boolean;
|
|
1310
1319
|
readonly asDocumentRemoved: ITuple<[
|
|
1311
1320
|
PolymeshPrimitivesIdentityId,
|
|
1312
|
-
|
|
1321
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1313
1322
|
u32
|
|
1314
1323
|
]>;
|
|
1315
|
-
readonly isExtensionRemoved: boolean;
|
|
1316
|
-
readonly asExtensionRemoved: ITuple<[
|
|
1317
|
-
PolymeshPrimitivesIdentityId,
|
|
1318
|
-
PolymeshPrimitivesTicker,
|
|
1319
|
-
AccountId32
|
|
1320
|
-
]>;
|
|
1321
1324
|
readonly isControllerTransfer: boolean;
|
|
1322
1325
|
readonly asControllerTransfer: ITuple<[
|
|
1323
1326
|
PolymeshPrimitivesIdentityId,
|
|
1324
|
-
|
|
1327
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1325
1328
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1326
1329
|
u128
|
|
1327
1330
|
]>;
|
|
@@ -1332,20 +1335,20 @@ declare module "./types-lookup.ts" {
|
|
|
1332
1335
|
readonly isSetAssetMetadataValue: boolean;
|
|
1333
1336
|
readonly asSetAssetMetadataValue: ITuple<[
|
|
1334
1337
|
PolymeshPrimitivesIdentityId,
|
|
1335
|
-
|
|
1338
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1336
1339
|
Bytes,
|
|
1337
1340
|
Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>
|
|
1338
1341
|
]>;
|
|
1339
1342
|
readonly isSetAssetMetadataValueDetails: boolean;
|
|
1340
1343
|
readonly asSetAssetMetadataValueDetails: ITuple<[
|
|
1341
1344
|
PolymeshPrimitivesIdentityId,
|
|
1342
|
-
|
|
1345
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1343
1346
|
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail
|
|
1344
1347
|
]>;
|
|
1345
1348
|
readonly isRegisterAssetMetadataLocalType: boolean;
|
|
1346
1349
|
readonly asRegisterAssetMetadataLocalType: ITuple<[
|
|
1347
1350
|
PolymeshPrimitivesIdentityId,
|
|
1348
|
-
|
|
1351
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1349
1352
|
Bytes,
|
|
1350
1353
|
u64,
|
|
1351
1354
|
PolymeshPrimitivesAssetMetadataAssetMetadataSpec
|
|
@@ -1359,56 +1362,65 @@ declare module "./types-lookup.ts" {
|
|
|
1359
1362
|
readonly isAssetTypeChanged: boolean;
|
|
1360
1363
|
readonly asAssetTypeChanged: ITuple<[
|
|
1361
1364
|
PolymeshPrimitivesIdentityId,
|
|
1362
|
-
|
|
1365
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1363
1366
|
PolymeshPrimitivesAssetAssetType
|
|
1364
1367
|
]>;
|
|
1365
1368
|
readonly isLocalMetadataKeyDeleted: boolean;
|
|
1366
1369
|
readonly asLocalMetadataKeyDeleted: ITuple<[
|
|
1367
1370
|
PolymeshPrimitivesIdentityId,
|
|
1368
|
-
|
|
1371
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1369
1372
|
u64
|
|
1370
1373
|
]>;
|
|
1371
1374
|
readonly isMetadataValueDeleted: boolean;
|
|
1372
1375
|
readonly asMetadataValueDeleted: ITuple<[
|
|
1373
1376
|
PolymeshPrimitivesIdentityId,
|
|
1374
|
-
|
|
1377
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1375
1378
|
PolymeshPrimitivesAssetMetadataAssetMetadataKey
|
|
1376
1379
|
]>;
|
|
1377
1380
|
readonly isAssetBalanceUpdated: boolean;
|
|
1378
1381
|
readonly asAssetBalanceUpdated: ITuple<[
|
|
1379
1382
|
PolymeshPrimitivesIdentityId,
|
|
1380
|
-
|
|
1383
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1381
1384
|
u128,
|
|
1382
1385
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
1383
1386
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
1384
1387
|
PolymeshPrimitivesPortfolioPortfolioUpdateReason
|
|
1385
1388
|
]>;
|
|
1386
1389
|
readonly isAssetAffirmationExemption: boolean;
|
|
1387
|
-
readonly asAssetAffirmationExemption:
|
|
1390
|
+
readonly asAssetAffirmationExemption: PolymeshPrimitivesAssetAssetID;
|
|
1388
1391
|
readonly isRemoveAssetAffirmationExemption: boolean;
|
|
1389
|
-
readonly asRemoveAssetAffirmationExemption:
|
|
1392
|
+
readonly asRemoveAssetAffirmationExemption: PolymeshPrimitivesAssetAssetID;
|
|
1390
1393
|
readonly isPreApprovedAsset: boolean;
|
|
1391
|
-
readonly asPreApprovedAsset: ITuple<[
|
|
1394
|
+
readonly asPreApprovedAsset: ITuple<[
|
|
1395
|
+
PolymeshPrimitivesIdentityId,
|
|
1396
|
+
PolymeshPrimitivesAssetAssetID
|
|
1397
|
+
]>;
|
|
1392
1398
|
readonly isRemovePreApprovedAsset: boolean;
|
|
1393
1399
|
readonly asRemovePreApprovedAsset: ITuple<[
|
|
1394
1400
|
PolymeshPrimitivesIdentityId,
|
|
1395
|
-
|
|
1401
|
+
PolymeshPrimitivesAssetAssetID
|
|
1396
1402
|
]>;
|
|
1397
1403
|
readonly isAssetMediatorsAdded: boolean;
|
|
1398
1404
|
readonly asAssetMediatorsAdded: ITuple<[
|
|
1399
1405
|
PolymeshPrimitivesIdentityId,
|
|
1400
|
-
|
|
1406
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1401
1407
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
1402
1408
|
]>;
|
|
1403
1409
|
readonly isAssetMediatorsRemoved: boolean;
|
|
1404
1410
|
readonly asAssetMediatorsRemoved: ITuple<[
|
|
1405
1411
|
PolymeshPrimitivesIdentityId,
|
|
1406
|
-
|
|
1412
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1407
1413
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
1408
1414
|
]>;
|
|
1409
|
-
readonly
|
|
1415
|
+
readonly isTickerLinkedToAsset: boolean;
|
|
1416
|
+
readonly asTickerLinkedToAsset: ITuple<[
|
|
1417
|
+
PolymeshPrimitivesIdentityId,
|
|
1418
|
+
PolymeshPrimitivesTicker,
|
|
1419
|
+
PolymeshPrimitivesAssetAssetID
|
|
1420
|
+
]>;
|
|
1421
|
+
readonly type: 'AssetCreated' | 'IdentifiersUpdated' | 'DivisibilityChanged' | 'TickerRegistered' | 'TickerTransferred' | 'AssetOwnershipTransferred' | 'AssetFrozen' | 'AssetUnfrozen' | 'AssetRenamed' | 'FundingRoundSet' | 'DocumentAdded' | 'DocumentRemoved' | 'ControllerTransfer' | 'CustomAssetTypeExists' | 'CustomAssetTypeRegistered' | 'SetAssetMetadataValue' | 'SetAssetMetadataValueDetails' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'AssetTypeChanged' | 'LocalMetadataKeyDeleted' | 'MetadataValueDeleted' | 'AssetBalanceUpdated' | 'AssetAffirmationExemption' | 'RemoveAssetAffirmationExemption' | 'PreApprovedAsset' | 'RemovePreApprovedAsset' | 'AssetMediatorsAdded' | 'AssetMediatorsRemoved' | 'TickerLinkedToAsset';
|
|
1410
1422
|
}
|
|
1411
|
-
/** @name PolymeshPrimitivesAssetAssetType (
|
|
1423
|
+
/** @name PolymeshPrimitivesAssetAssetType (123) */
|
|
1412
1424
|
interface PolymeshPrimitivesAssetAssetType extends Enum {
|
|
1413
1425
|
readonly isEquityCommon: boolean;
|
|
1414
1426
|
readonly isEquityPreferred: boolean;
|
|
@@ -1426,7 +1438,7 @@ declare module "./types-lookup.ts" {
|
|
|
1426
1438
|
readonly asNonFungible: PolymeshPrimitivesAssetNonFungibleType;
|
|
1427
1439
|
readonly type: 'EquityCommon' | 'EquityPreferred' | 'Commodity' | 'FixedIncome' | 'Reit' | 'Fund' | 'RevenueShareAgreement' | 'StructuredProduct' | 'Derivative' | 'Custom' | 'StableCoin' | 'NonFungible';
|
|
1428
1440
|
}
|
|
1429
|
-
/** @name PolymeshPrimitivesAssetNonFungibleType (
|
|
1441
|
+
/** @name PolymeshPrimitivesAssetNonFungibleType (125) */
|
|
1430
1442
|
interface PolymeshPrimitivesAssetNonFungibleType extends Enum {
|
|
1431
1443
|
readonly isDerivative: boolean;
|
|
1432
1444
|
readonly isFixedIncome: boolean;
|
|
@@ -1435,7 +1447,7 @@ declare module "./types-lookup.ts" {
|
|
|
1435
1447
|
readonly asCustom: u32;
|
|
1436
1448
|
readonly type: 'Derivative' | 'FixedIncome' | 'Invoice' | 'Custom';
|
|
1437
1449
|
}
|
|
1438
|
-
/** @name PolymeshPrimitivesAssetIdentifier (
|
|
1450
|
+
/** @name PolymeshPrimitivesAssetIdentifier (128) */
|
|
1439
1451
|
interface PolymeshPrimitivesAssetIdentifier extends Enum {
|
|
1440
1452
|
readonly isCusip: boolean;
|
|
1441
1453
|
readonly asCusip: U8aFixed;
|
|
@@ -1449,7 +1461,7 @@ declare module "./types-lookup.ts" {
|
|
|
1449
1461
|
readonly asFigi: U8aFixed;
|
|
1450
1462
|
readonly type: 'Cusip' | 'Cins' | 'Isin' | 'Lei' | 'Figi';
|
|
1451
1463
|
}
|
|
1452
|
-
/** @name PolymeshPrimitivesDocument (
|
|
1464
|
+
/** @name PolymeshPrimitivesDocument (134) */
|
|
1453
1465
|
interface PolymeshPrimitivesDocument extends Struct {
|
|
1454
1466
|
readonly uri: Bytes;
|
|
1455
1467
|
readonly contentHash: PolymeshPrimitivesDocumentHash;
|
|
@@ -1457,7 +1469,7 @@ declare module "./types-lookup.ts" {
|
|
|
1457
1469
|
readonly docType: Option<Bytes>;
|
|
1458
1470
|
readonly filingDate: Option<u64>;
|
|
1459
1471
|
}
|
|
1460
|
-
/** @name PolymeshPrimitivesDocumentHash (
|
|
1472
|
+
/** @name PolymeshPrimitivesDocumentHash (136) */
|
|
1461
1473
|
interface PolymeshPrimitivesDocumentHash extends Enum {
|
|
1462
1474
|
readonly isNone: boolean;
|
|
1463
1475
|
readonly isH512: boolean;
|
|
@@ -1478,12 +1490,12 @@ declare module "./types-lookup.ts" {
|
|
|
1478
1490
|
readonly asH128: U8aFixed;
|
|
1479
1491
|
readonly type: 'None' | 'H512' | 'H384' | 'H320' | 'H256' | 'H224' | 'H192' | 'H160' | 'H128';
|
|
1480
1492
|
}
|
|
1481
|
-
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail (
|
|
1493
|
+
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail (147) */
|
|
1482
1494
|
interface PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail extends Struct {
|
|
1483
1495
|
readonly expire: Option<u64>;
|
|
1484
1496
|
readonly lockStatus: PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus;
|
|
1485
1497
|
}
|
|
1486
|
-
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus (
|
|
1498
|
+
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus (148) */
|
|
1487
1499
|
interface PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus extends Enum {
|
|
1488
1500
|
readonly isUnlocked: boolean;
|
|
1489
1501
|
readonly isLocked: boolean;
|
|
@@ -1491,13 +1503,13 @@ declare module "./types-lookup.ts" {
|
|
|
1491
1503
|
readonly asLockedUntil: u64;
|
|
1492
1504
|
readonly type: 'Unlocked' | 'Locked' | 'LockedUntil';
|
|
1493
1505
|
}
|
|
1494
|
-
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataSpec (
|
|
1506
|
+
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataSpec (151) */
|
|
1495
1507
|
interface PolymeshPrimitivesAssetMetadataAssetMetadataSpec extends Struct {
|
|
1496
1508
|
readonly url: Option<Bytes>;
|
|
1497
1509
|
readonly description: Option<Bytes>;
|
|
1498
1510
|
readonly typeDef: Option<Bytes>;
|
|
1499
1511
|
}
|
|
1500
|
-
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataKey (
|
|
1512
|
+
/** @name PolymeshPrimitivesAssetMetadataAssetMetadataKey (158) */
|
|
1501
1513
|
interface PolymeshPrimitivesAssetMetadataAssetMetadataKey extends Enum {
|
|
1502
1514
|
readonly isGlobal: boolean;
|
|
1503
1515
|
readonly asGlobal: u64;
|
|
@@ -1505,7 +1517,7 @@ declare module "./types-lookup.ts" {
|
|
|
1505
1517
|
readonly asLocal: u64;
|
|
1506
1518
|
readonly type: 'Global' | 'Local';
|
|
1507
1519
|
}
|
|
1508
|
-
/** @name PolymeshPrimitivesPortfolioPortfolioUpdateReason (
|
|
1520
|
+
/** @name PolymeshPrimitivesPortfolioPortfolioUpdateReason (160) */
|
|
1509
1521
|
interface PolymeshPrimitivesPortfolioPortfolioUpdateReason extends Enum {
|
|
1510
1522
|
readonly isIssued: boolean;
|
|
1511
1523
|
readonly asIssued: {
|
|
@@ -1520,7 +1532,7 @@ declare module "./types-lookup.ts" {
|
|
|
1520
1532
|
readonly isControllerTransfer: boolean;
|
|
1521
1533
|
readonly type: 'Issued' | 'Redeemed' | 'Transferred' | 'ControllerTransfer';
|
|
1522
1534
|
}
|
|
1523
|
-
/** @name PalletCorporateActionsDistributionEvent (
|
|
1535
|
+
/** @name PalletCorporateActionsDistributionEvent (164) */
|
|
1524
1536
|
interface PalletCorporateActionsDistributionEvent extends Enum {
|
|
1525
1537
|
readonly isCreated: boolean;
|
|
1526
1538
|
readonly asCreated: ITuple<[
|
|
@@ -1543,18 +1555,18 @@ declare module "./types-lookup.ts" {
|
|
|
1543
1555
|
readonly asRemoved: ITuple<[PolymeshPrimitivesEventOnly, PalletCorporateActionsCaId]>;
|
|
1544
1556
|
readonly type: 'Created' | 'BenefitClaimed' | 'Reclaimed' | 'Removed';
|
|
1545
1557
|
}
|
|
1546
|
-
/** @name PolymeshPrimitivesEventOnly (
|
|
1558
|
+
/** @name PolymeshPrimitivesEventOnly (165) */
|
|
1547
1559
|
interface PolymeshPrimitivesEventOnly extends PolymeshPrimitivesIdentityId {
|
|
1548
1560
|
}
|
|
1549
|
-
/** @name PalletCorporateActionsCaId (
|
|
1561
|
+
/** @name PalletCorporateActionsCaId (166) */
|
|
1550
1562
|
interface PalletCorporateActionsCaId extends Struct {
|
|
1551
|
-
readonly
|
|
1563
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
1552
1564
|
readonly localId: u32;
|
|
1553
1565
|
}
|
|
1554
|
-
/** @name PalletCorporateActionsDistribution (
|
|
1566
|
+
/** @name PalletCorporateActionsDistribution (168) */
|
|
1555
1567
|
interface PalletCorporateActionsDistribution extends Struct {
|
|
1556
1568
|
readonly from: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
1557
|
-
readonly currency:
|
|
1569
|
+
readonly currency: PolymeshPrimitivesAssetAssetID;
|
|
1558
1570
|
readonly perShare: u128;
|
|
1559
1571
|
readonly amount: u128;
|
|
1560
1572
|
readonly remaining: u128;
|
|
@@ -1562,12 +1574,12 @@ declare module "./types-lookup.ts" {
|
|
|
1562
1574
|
readonly paymentAt: u64;
|
|
1563
1575
|
readonly expiresAt: Option<u64>;
|
|
1564
1576
|
}
|
|
1565
|
-
/** @name PolymeshCommonUtilitiesCheckpointEvent (
|
|
1577
|
+
/** @name PolymeshCommonUtilitiesCheckpointEvent (170) */
|
|
1566
1578
|
interface PolymeshCommonUtilitiesCheckpointEvent extends Enum {
|
|
1567
1579
|
readonly isCheckpointCreated: boolean;
|
|
1568
1580
|
readonly asCheckpointCreated: ITuple<[
|
|
1569
1581
|
Option<PolymeshPrimitivesIdentityId>,
|
|
1570
|
-
|
|
1582
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1571
1583
|
u64,
|
|
1572
1584
|
u128,
|
|
1573
1585
|
u64
|
|
@@ -1577,90 +1589,90 @@ declare module "./types-lookup.ts" {
|
|
|
1577
1589
|
readonly isScheduleCreated: boolean;
|
|
1578
1590
|
readonly asScheduleCreated: ITuple<[
|
|
1579
1591
|
PolymeshPrimitivesIdentityId,
|
|
1580
|
-
|
|
1592
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1581
1593
|
u64,
|
|
1582
1594
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
1583
1595
|
]>;
|
|
1584
1596
|
readonly isScheduleRemoved: boolean;
|
|
1585
1597
|
readonly asScheduleRemoved: ITuple<[
|
|
1586
1598
|
PolymeshPrimitivesIdentityId,
|
|
1587
|
-
|
|
1599
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1588
1600
|
u64,
|
|
1589
1601
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
1590
1602
|
]>;
|
|
1591
1603
|
readonly type: 'CheckpointCreated' | 'MaximumSchedulesComplexityChanged' | 'ScheduleCreated' | 'ScheduleRemoved';
|
|
1592
1604
|
}
|
|
1593
|
-
/** @name PolymeshCommonUtilitiesCheckpointScheduleCheckpoints (
|
|
1605
|
+
/** @name PolymeshCommonUtilitiesCheckpointScheduleCheckpoints (173) */
|
|
1594
1606
|
interface PolymeshCommonUtilitiesCheckpointScheduleCheckpoints extends Struct {
|
|
1595
1607
|
readonly pending: BTreeSet<u64>;
|
|
1596
1608
|
}
|
|
1597
|
-
/** @name PolymeshCommonUtilitiesComplianceManagerEvent (
|
|
1609
|
+
/** @name PolymeshCommonUtilitiesComplianceManagerEvent (176) */
|
|
1598
1610
|
interface PolymeshCommonUtilitiesComplianceManagerEvent extends Enum {
|
|
1599
1611
|
readonly isComplianceRequirementCreated: boolean;
|
|
1600
1612
|
readonly asComplianceRequirementCreated: ITuple<[
|
|
1601
1613
|
PolymeshPrimitivesIdentityId,
|
|
1602
|
-
|
|
1614
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1603
1615
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
1604
1616
|
]>;
|
|
1605
1617
|
readonly isComplianceRequirementRemoved: boolean;
|
|
1606
1618
|
readonly asComplianceRequirementRemoved: ITuple<[
|
|
1607
1619
|
PolymeshPrimitivesIdentityId,
|
|
1608
|
-
|
|
1620
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1609
1621
|
u32
|
|
1610
1622
|
]>;
|
|
1611
1623
|
readonly isAssetComplianceReplaced: boolean;
|
|
1612
1624
|
readonly asAssetComplianceReplaced: ITuple<[
|
|
1613
1625
|
PolymeshPrimitivesIdentityId,
|
|
1614
|
-
|
|
1626
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1615
1627
|
Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>
|
|
1616
1628
|
]>;
|
|
1617
1629
|
readonly isAssetComplianceReset: boolean;
|
|
1618
1630
|
readonly asAssetComplianceReset: ITuple<[
|
|
1619
1631
|
PolymeshPrimitivesIdentityId,
|
|
1620
|
-
|
|
1632
|
+
PolymeshPrimitivesAssetAssetID
|
|
1621
1633
|
]>;
|
|
1622
1634
|
readonly isAssetComplianceResumed: boolean;
|
|
1623
1635
|
readonly asAssetComplianceResumed: ITuple<[
|
|
1624
1636
|
PolymeshPrimitivesIdentityId,
|
|
1625
|
-
|
|
1637
|
+
PolymeshPrimitivesAssetAssetID
|
|
1626
1638
|
]>;
|
|
1627
1639
|
readonly isAssetCompliancePaused: boolean;
|
|
1628
1640
|
readonly asAssetCompliancePaused: ITuple<[
|
|
1629
1641
|
PolymeshPrimitivesIdentityId,
|
|
1630
|
-
|
|
1642
|
+
PolymeshPrimitivesAssetAssetID
|
|
1631
1643
|
]>;
|
|
1632
1644
|
readonly isComplianceRequirementChanged: boolean;
|
|
1633
1645
|
readonly asComplianceRequirementChanged: ITuple<[
|
|
1634
1646
|
PolymeshPrimitivesIdentityId,
|
|
1635
|
-
|
|
1647
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1636
1648
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
1637
1649
|
]>;
|
|
1638
1650
|
readonly isTrustedDefaultClaimIssuerAdded: boolean;
|
|
1639
1651
|
readonly asTrustedDefaultClaimIssuerAdded: ITuple<[
|
|
1640
1652
|
PolymeshPrimitivesIdentityId,
|
|
1641
|
-
|
|
1653
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1642
1654
|
PolymeshPrimitivesConditionTrustedIssuer
|
|
1643
1655
|
]>;
|
|
1644
1656
|
readonly isTrustedDefaultClaimIssuerRemoved: boolean;
|
|
1645
1657
|
readonly asTrustedDefaultClaimIssuerRemoved: ITuple<[
|
|
1646
1658
|
PolymeshPrimitivesIdentityId,
|
|
1647
|
-
|
|
1659
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1648
1660
|
PolymeshPrimitivesIdentityId
|
|
1649
1661
|
]>;
|
|
1650
1662
|
readonly type: 'ComplianceRequirementCreated' | 'ComplianceRequirementRemoved' | 'AssetComplianceReplaced' | 'AssetComplianceReset' | 'AssetComplianceResumed' | 'AssetCompliancePaused' | 'ComplianceRequirementChanged' | 'TrustedDefaultClaimIssuerAdded' | 'TrustedDefaultClaimIssuerRemoved';
|
|
1651
1663
|
}
|
|
1652
|
-
/** @name PolymeshPrimitivesComplianceManagerComplianceRequirement (
|
|
1664
|
+
/** @name PolymeshPrimitivesComplianceManagerComplianceRequirement (177) */
|
|
1653
1665
|
interface PolymeshPrimitivesComplianceManagerComplianceRequirement extends Struct {
|
|
1654
1666
|
readonly senderConditions: Vec<PolymeshPrimitivesCondition>;
|
|
1655
1667
|
readonly receiverConditions: Vec<PolymeshPrimitivesCondition>;
|
|
1656
1668
|
readonly id: u32;
|
|
1657
1669
|
}
|
|
1658
|
-
/** @name PolymeshPrimitivesCondition (
|
|
1670
|
+
/** @name PolymeshPrimitivesCondition (179) */
|
|
1659
1671
|
interface PolymeshPrimitivesCondition extends Struct {
|
|
1660
1672
|
readonly conditionType: PolymeshPrimitivesConditionConditionType;
|
|
1661
1673
|
readonly issuers: Vec<PolymeshPrimitivesConditionTrustedIssuer>;
|
|
1662
1674
|
}
|
|
1663
|
-
/** @name PolymeshPrimitivesConditionConditionType (
|
|
1675
|
+
/** @name PolymeshPrimitivesConditionConditionType (180) */
|
|
1664
1676
|
interface PolymeshPrimitivesConditionConditionType extends Enum {
|
|
1665
1677
|
readonly isIsPresent: boolean;
|
|
1666
1678
|
readonly asIsPresent: PolymeshPrimitivesIdentityClaimClaim;
|
|
@@ -1674,26 +1686,26 @@ declare module "./types-lookup.ts" {
|
|
|
1674
1686
|
readonly asIsIdentity: PolymeshPrimitivesConditionTargetIdentity;
|
|
1675
1687
|
readonly type: 'IsPresent' | 'IsAbsent' | 'IsAnyOf' | 'IsNoneOf' | 'IsIdentity';
|
|
1676
1688
|
}
|
|
1677
|
-
/** @name PolymeshPrimitivesConditionTargetIdentity (
|
|
1689
|
+
/** @name PolymeshPrimitivesConditionTargetIdentity (182) */
|
|
1678
1690
|
interface PolymeshPrimitivesConditionTargetIdentity extends Enum {
|
|
1679
1691
|
readonly isExternalAgent: boolean;
|
|
1680
1692
|
readonly isSpecific: boolean;
|
|
1681
1693
|
readonly asSpecific: PolymeshPrimitivesIdentityId;
|
|
1682
1694
|
readonly type: 'ExternalAgent' | 'Specific';
|
|
1683
1695
|
}
|
|
1684
|
-
/** @name PolymeshPrimitivesConditionTrustedIssuer (
|
|
1696
|
+
/** @name PolymeshPrimitivesConditionTrustedIssuer (184) */
|
|
1685
1697
|
interface PolymeshPrimitivesConditionTrustedIssuer extends Struct {
|
|
1686
1698
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
1687
1699
|
readonly trustedFor: PolymeshPrimitivesConditionTrustedFor;
|
|
1688
1700
|
}
|
|
1689
|
-
/** @name PolymeshPrimitivesConditionTrustedFor (
|
|
1701
|
+
/** @name PolymeshPrimitivesConditionTrustedFor (185) */
|
|
1690
1702
|
interface PolymeshPrimitivesConditionTrustedFor extends Enum {
|
|
1691
1703
|
readonly isAny: boolean;
|
|
1692
1704
|
readonly isSpecific: boolean;
|
|
1693
1705
|
readonly asSpecific: Vec<PolymeshPrimitivesIdentityClaimClaimType>;
|
|
1694
1706
|
readonly type: 'Any' | 'Specific';
|
|
1695
1707
|
}
|
|
1696
|
-
/** @name PolymeshPrimitivesIdentityClaimClaimType (
|
|
1708
|
+
/** @name PolymeshPrimitivesIdentityClaimClaimType (187) */
|
|
1697
1709
|
interface PolymeshPrimitivesIdentityClaimClaimType extends Enum {
|
|
1698
1710
|
readonly isAccredited: boolean;
|
|
1699
1711
|
readonly isAffiliate: boolean;
|
|
@@ -1708,26 +1720,26 @@ declare module "./types-lookup.ts" {
|
|
|
1708
1720
|
readonly asCustom: u32;
|
|
1709
1721
|
readonly type: 'Accredited' | 'Affiliate' | 'BuyLockup' | 'SellLockup' | 'CustomerDueDiligence' | 'KnowYourCustomer' | 'Jurisdiction' | 'Exempted' | 'Blocked' | 'Custom';
|
|
1710
1722
|
}
|
|
1711
|
-
/** @name PalletCorporateActionsEvent (
|
|
1723
|
+
/** @name PalletCorporateActionsEvent (189) */
|
|
1712
1724
|
interface PalletCorporateActionsEvent extends Enum {
|
|
1713
1725
|
readonly isMaxDetailsLengthChanged: boolean;
|
|
1714
1726
|
readonly asMaxDetailsLengthChanged: ITuple<[PolymeshPrimitivesIdentityId, u32]>;
|
|
1715
1727
|
readonly isDefaultTargetIdentitiesChanged: boolean;
|
|
1716
1728
|
readonly asDefaultTargetIdentitiesChanged: ITuple<[
|
|
1717
1729
|
PolymeshPrimitivesIdentityId,
|
|
1718
|
-
|
|
1730
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1719
1731
|
PalletCorporateActionsTargetIdentities
|
|
1720
1732
|
]>;
|
|
1721
1733
|
readonly isDefaultWithholdingTaxChanged: boolean;
|
|
1722
1734
|
readonly asDefaultWithholdingTaxChanged: ITuple<[
|
|
1723
1735
|
PolymeshPrimitivesIdentityId,
|
|
1724
|
-
|
|
1736
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1725
1737
|
Permill
|
|
1726
1738
|
]>;
|
|
1727
1739
|
readonly isDidWithholdingTaxChanged: boolean;
|
|
1728
1740
|
readonly asDidWithholdingTaxChanged: ITuple<[
|
|
1729
1741
|
PolymeshPrimitivesIdentityId,
|
|
1730
|
-
|
|
1742
|
+
PolymeshPrimitivesAssetAssetID,
|
|
1731
1743
|
PolymeshPrimitivesIdentityId,
|
|
1732
1744
|
Option<Permill>
|
|
1733
1745
|
]>;
|
|
@@ -1754,18 +1766,18 @@ declare module "./types-lookup.ts" {
|
|
|
1754
1766
|
]>;
|
|
1755
1767
|
readonly type: 'MaxDetailsLengthChanged' | 'DefaultTargetIdentitiesChanged' | 'DefaultWithholdingTaxChanged' | 'DidWithholdingTaxChanged' | 'CaInitiated' | 'CaLinkedToDoc' | 'CaRemoved' | 'RecordDateChanged';
|
|
1756
1768
|
}
|
|
1757
|
-
/** @name PalletCorporateActionsTargetIdentities (
|
|
1769
|
+
/** @name PalletCorporateActionsTargetIdentities (190) */
|
|
1758
1770
|
interface PalletCorporateActionsTargetIdentities extends Struct {
|
|
1759
1771
|
readonly identities: Vec<PolymeshPrimitivesIdentityId>;
|
|
1760
1772
|
readonly treatment: PalletCorporateActionsTargetTreatment;
|
|
1761
1773
|
}
|
|
1762
|
-
/** @name PalletCorporateActionsTargetTreatment (
|
|
1774
|
+
/** @name PalletCorporateActionsTargetTreatment (191) */
|
|
1763
1775
|
interface PalletCorporateActionsTargetTreatment extends Enum {
|
|
1764
1776
|
readonly isInclude: boolean;
|
|
1765
1777
|
readonly isExclude: boolean;
|
|
1766
1778
|
readonly type: 'Include' | 'Exclude';
|
|
1767
1779
|
}
|
|
1768
|
-
/** @name PalletCorporateActionsCorporateAction (
|
|
1780
|
+
/** @name PalletCorporateActionsCorporateAction (193) */
|
|
1769
1781
|
interface PalletCorporateActionsCorporateAction extends Struct {
|
|
1770
1782
|
readonly kind: PalletCorporateActionsCaKind;
|
|
1771
1783
|
readonly declDate: u64;
|
|
@@ -1774,7 +1786,7 @@ declare module "./types-lookup.ts" {
|
|
|
1774
1786
|
readonly defaultWithholdingTax: Permill;
|
|
1775
1787
|
readonly withholdingTax: Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>;
|
|
1776
1788
|
}
|
|
1777
|
-
/** @name PalletCorporateActionsCaKind (
|
|
1789
|
+
/** @name PalletCorporateActionsCaKind (194) */
|
|
1778
1790
|
interface PalletCorporateActionsCaKind extends Enum {
|
|
1779
1791
|
readonly isPredictableBenefit: boolean;
|
|
1780
1792
|
readonly isUnpredictableBenefit: boolean;
|
|
@@ -1783,12 +1795,12 @@ declare module "./types-lookup.ts" {
|
|
|
1783
1795
|
readonly isOther: boolean;
|
|
1784
1796
|
readonly type: 'PredictableBenefit' | 'UnpredictableBenefit' | 'IssuerNotice' | 'Reorganization' | 'Other';
|
|
1785
1797
|
}
|
|
1786
|
-
/** @name PalletCorporateActionsRecordDate (
|
|
1798
|
+
/** @name PalletCorporateActionsRecordDate (196) */
|
|
1787
1799
|
interface PalletCorporateActionsRecordDate extends Struct {
|
|
1788
1800
|
readonly date: u64;
|
|
1789
1801
|
readonly checkpoint: PalletCorporateActionsCaCheckpoint;
|
|
1790
1802
|
}
|
|
1791
|
-
/** @name PalletCorporateActionsCaCheckpoint (
|
|
1803
|
+
/** @name PalletCorporateActionsCaCheckpoint (197) */
|
|
1792
1804
|
interface PalletCorporateActionsCaCheckpoint extends Enum {
|
|
1793
1805
|
readonly isScheduled: boolean;
|
|
1794
1806
|
readonly asScheduled: ITuple<[u64, u64]>;
|
|
@@ -1796,7 +1808,7 @@ declare module "./types-lookup.ts" {
|
|
|
1796
1808
|
readonly asExisting: u64;
|
|
1797
1809
|
readonly type: 'Scheduled' | 'Existing';
|
|
1798
1810
|
}
|
|
1799
|
-
/** @name PalletCorporateActionsBallotEvent (
|
|
1811
|
+
/** @name PalletCorporateActionsBallotEvent (202) */
|
|
1800
1812
|
interface PalletCorporateActionsBallotEvent extends Enum {
|
|
1801
1813
|
readonly isCreated: boolean;
|
|
1802
1814
|
readonly asCreated: ITuple<[
|
|
@@ -1830,28 +1842,28 @@ declare module "./types-lookup.ts" {
|
|
|
1830
1842
|
readonly asRemoved: ITuple<[PolymeshPrimitivesEventOnly, PalletCorporateActionsCaId]>;
|
|
1831
1843
|
readonly type: 'Created' | 'VoteCast' | 'RangeChanged' | 'MetaChanged' | 'RcvChanged' | 'Removed';
|
|
1832
1844
|
}
|
|
1833
|
-
/** @name PalletCorporateActionsBallotBallotTimeRange (
|
|
1845
|
+
/** @name PalletCorporateActionsBallotBallotTimeRange (203) */
|
|
1834
1846
|
interface PalletCorporateActionsBallotBallotTimeRange extends Struct {
|
|
1835
1847
|
readonly start: u64;
|
|
1836
1848
|
readonly end: u64;
|
|
1837
1849
|
}
|
|
1838
|
-
/** @name PalletCorporateActionsBallotBallotMeta (
|
|
1850
|
+
/** @name PalletCorporateActionsBallotBallotMeta (204) */
|
|
1839
1851
|
interface PalletCorporateActionsBallotBallotMeta extends Struct {
|
|
1840
1852
|
readonly title: Bytes;
|
|
1841
1853
|
readonly motions: Vec<PalletCorporateActionsBallotMotion>;
|
|
1842
1854
|
}
|
|
1843
|
-
/** @name PalletCorporateActionsBallotMotion (
|
|
1855
|
+
/** @name PalletCorporateActionsBallotMotion (207) */
|
|
1844
1856
|
interface PalletCorporateActionsBallotMotion extends Struct {
|
|
1845
1857
|
readonly title: Bytes;
|
|
1846
1858
|
readonly infoLink: Bytes;
|
|
1847
1859
|
readonly choices: Vec<Bytes>;
|
|
1848
1860
|
}
|
|
1849
|
-
/** @name PalletCorporateActionsBallotBallotVote (
|
|
1861
|
+
/** @name PalletCorporateActionsBallotBallotVote (213) */
|
|
1850
1862
|
interface PalletCorporateActionsBallotBallotVote extends Struct {
|
|
1851
1863
|
readonly power: u128;
|
|
1852
1864
|
readonly fallback: Option<u16>;
|
|
1853
1865
|
}
|
|
1854
|
-
/** @name PalletPipsRawEvent (
|
|
1866
|
+
/** @name PalletPipsRawEvent (216) */
|
|
1855
1867
|
interface PalletPipsRawEvent extends Enum {
|
|
1856
1868
|
readonly isHistoricalPipsPruned: boolean;
|
|
1857
1869
|
readonly asHistoricalPipsPruned: ITuple<[PolymeshPrimitivesIdentityId, bool, bool]>;
|
|
@@ -1922,7 +1934,7 @@ declare module "./types-lookup.ts" {
|
|
|
1922
1934
|
readonly asExecutionCancellingFailed: u32;
|
|
1923
1935
|
readonly type: 'HistoricalPipsPruned' | 'ProposalCreated' | 'ProposalStateUpdated' | 'Voted' | 'PipClosed' | 'ExecutionScheduled' | 'DefaultEnactmentPeriodChanged' | 'MinimumProposalDepositChanged' | 'PendingPipExpiryChanged' | 'MaxPipSkipCountChanged' | 'ActivePipLimitChanged' | 'ProposalRefund' | 'SnapshotCleared' | 'SnapshotTaken' | 'PipSkipped' | 'SnapshotResultsEnacted' | 'ExecutionSchedulingFailed' | 'ExpiryScheduled' | 'ExpirySchedulingFailed' | 'ExecutionCancellingFailed';
|
|
1924
1936
|
}
|
|
1925
|
-
/** @name PalletPipsProposer (
|
|
1937
|
+
/** @name PalletPipsProposer (217) */
|
|
1926
1938
|
interface PalletPipsProposer extends Enum {
|
|
1927
1939
|
readonly isCommunity: boolean;
|
|
1928
1940
|
readonly asCommunity: AccountId32;
|
|
@@ -1930,13 +1942,13 @@ declare module "./types-lookup.ts" {
|
|
|
1930
1942
|
readonly asCommittee: PalletPipsCommittee;
|
|
1931
1943
|
readonly type: 'Community' | 'Committee';
|
|
1932
1944
|
}
|
|
1933
|
-
/** @name PalletPipsCommittee (
|
|
1945
|
+
/** @name PalletPipsCommittee (218) */
|
|
1934
1946
|
interface PalletPipsCommittee extends Enum {
|
|
1935
1947
|
readonly isTechnical: boolean;
|
|
1936
1948
|
readonly isUpgrade: boolean;
|
|
1937
1949
|
readonly type: 'Technical' | 'Upgrade';
|
|
1938
1950
|
}
|
|
1939
|
-
/** @name PalletPipsProposalData (
|
|
1951
|
+
/** @name PalletPipsProposalData (222) */
|
|
1940
1952
|
interface PalletPipsProposalData extends Enum {
|
|
1941
1953
|
readonly isHash: boolean;
|
|
1942
1954
|
readonly asHash: H256;
|
|
@@ -1944,7 +1956,7 @@ declare module "./types-lookup.ts" {
|
|
|
1944
1956
|
readonly asProposal: Bytes;
|
|
1945
1957
|
readonly type: 'Hash' | 'Proposal';
|
|
1946
1958
|
}
|
|
1947
|
-
/** @name PalletPipsProposalState (
|
|
1959
|
+
/** @name PalletPipsProposalState (223) */
|
|
1948
1960
|
interface PalletPipsProposalState extends Enum {
|
|
1949
1961
|
readonly isPending: boolean;
|
|
1950
1962
|
readonly isRejected: boolean;
|
|
@@ -1954,12 +1966,12 @@ declare module "./types-lookup.ts" {
|
|
|
1954
1966
|
readonly isExpired: boolean;
|
|
1955
1967
|
readonly type: 'Pending' | 'Rejected' | 'Scheduled' | 'Failed' | 'Executed' | 'Expired';
|
|
1956
1968
|
}
|
|
1957
|
-
/** @name PalletPipsSnapshottedPip (
|
|
1969
|
+
/** @name PalletPipsSnapshottedPip (226) */
|
|
1958
1970
|
interface PalletPipsSnapshottedPip extends Struct {
|
|
1959
1971
|
readonly id: u32;
|
|
1960
1972
|
readonly weight: ITuple<[bool, u128]>;
|
|
1961
1973
|
}
|
|
1962
|
-
/** @name PolymeshCommonUtilitiesPortfolioEvent (
|
|
1974
|
+
/** @name PolymeshCommonUtilitiesPortfolioEvent (232) */
|
|
1963
1975
|
interface PolymeshCommonUtilitiesPortfolioEvent extends Enum {
|
|
1964
1976
|
readonly isPortfolioCreated: boolean;
|
|
1965
1977
|
readonly asPortfolioCreated: ITuple<[PolymeshPrimitivesIdentityId, u64, Bytes]>;
|
|
@@ -1987,33 +1999,33 @@ declare module "./types-lookup.ts" {
|
|
|
1987
1999
|
readonly asPreApprovedPortfolio: ITuple<[
|
|
1988
2000
|
PolymeshPrimitivesIdentityId,
|
|
1989
2001
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1990
|
-
|
|
2002
|
+
PolymeshPrimitivesAssetAssetID
|
|
1991
2003
|
]>;
|
|
1992
2004
|
readonly isRevokePreApprovedPortfolio: boolean;
|
|
1993
2005
|
readonly asRevokePreApprovedPortfolio: ITuple<[
|
|
1994
2006
|
PolymeshPrimitivesIdentityId,
|
|
1995
2007
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1996
|
-
|
|
2008
|
+
PolymeshPrimitivesAssetAssetID
|
|
1997
2009
|
]>;
|
|
1998
2010
|
readonly type: 'PortfolioCreated' | 'PortfolioDeleted' | 'PortfolioRenamed' | 'UserPortfolios' | 'PortfolioCustodianChanged' | 'FundsMovedBetweenPortfolios' | 'PreApprovedPortfolio' | 'RevokePreApprovedPortfolio';
|
|
1999
2011
|
}
|
|
2000
|
-
/** @name PolymeshPrimitivesPortfolioFundDescription (
|
|
2012
|
+
/** @name PolymeshPrimitivesPortfolioFundDescription (236) */
|
|
2001
2013
|
interface PolymeshPrimitivesPortfolioFundDescription extends Enum {
|
|
2002
2014
|
readonly isFungible: boolean;
|
|
2003
2015
|
readonly asFungible: {
|
|
2004
|
-
readonly
|
|
2016
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
2005
2017
|
readonly amount: u128;
|
|
2006
2018
|
} & Struct;
|
|
2007
2019
|
readonly isNonFungible: boolean;
|
|
2008
2020
|
readonly asNonFungible: PolymeshPrimitivesNftNfTs;
|
|
2009
2021
|
readonly type: 'Fungible' | 'NonFungible';
|
|
2010
2022
|
}
|
|
2011
|
-
/** @name PolymeshPrimitivesNftNfTs (
|
|
2023
|
+
/** @name PolymeshPrimitivesNftNfTs (237) */
|
|
2012
2024
|
interface PolymeshPrimitivesNftNfTs extends Struct {
|
|
2013
|
-
readonly
|
|
2025
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
2014
2026
|
readonly ids: Vec<u64>;
|
|
2015
2027
|
}
|
|
2016
|
-
/** @name PalletProtocolFeeRawEvent (
|
|
2028
|
+
/** @name PalletProtocolFeeRawEvent (240) */
|
|
2017
2029
|
interface PalletProtocolFeeRawEvent extends Enum {
|
|
2018
2030
|
readonly isFeeSet: boolean;
|
|
2019
2031
|
readonly asFeeSet: ITuple<[PolymeshPrimitivesIdentityId, u128]>;
|
|
@@ -2023,10 +2035,10 @@ declare module "./types-lookup.ts" {
|
|
|
2023
2035
|
readonly asFeeCharged: ITuple<[AccountId32, u128]>;
|
|
2024
2036
|
readonly type: 'FeeSet' | 'CoefficientSet' | 'FeeCharged';
|
|
2025
2037
|
}
|
|
2026
|
-
/** @name PolymeshPrimitivesPosRatio (
|
|
2038
|
+
/** @name PolymeshPrimitivesPosRatio (241) */
|
|
2027
2039
|
interface PolymeshPrimitivesPosRatio extends ITuple<[u32, u32]> {
|
|
2028
2040
|
}
|
|
2029
|
-
/** @name PalletSchedulerEvent (
|
|
2041
|
+
/** @name PalletSchedulerEvent (242) */
|
|
2030
2042
|
interface PalletSchedulerEvent extends Enum {
|
|
2031
2043
|
readonly isScheduled: boolean;
|
|
2032
2044
|
readonly asScheduled: {
|
|
@@ -2061,7 +2073,7 @@ declare module "./types-lookup.ts" {
|
|
|
2061
2073
|
} & Struct;
|
|
2062
2074
|
readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallUnavailable' | 'PeriodicFailed' | 'PermanentlyOverweight';
|
|
2063
2075
|
}
|
|
2064
|
-
/** @name PolymeshCommonUtilitiesSettlementRawEvent (
|
|
2076
|
+
/** @name PolymeshCommonUtilitiesSettlementRawEvent (245) */
|
|
2065
2077
|
interface PolymeshCommonUtilitiesSettlementRawEvent extends Enum {
|
|
2066
2078
|
readonly isVenueCreated: boolean;
|
|
2067
2079
|
readonly asVenueCreated: ITuple<[
|
|
@@ -2104,19 +2116,19 @@ declare module "./types-lookup.ts" {
|
|
|
2104
2116
|
readonly isVenueFiltering: boolean;
|
|
2105
2117
|
readonly asVenueFiltering: ITuple<[
|
|
2106
2118
|
PolymeshPrimitivesIdentityId,
|
|
2107
|
-
|
|
2119
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2108
2120
|
bool
|
|
2109
2121
|
]>;
|
|
2110
2122
|
readonly isVenuesAllowed: boolean;
|
|
2111
2123
|
readonly asVenuesAllowed: ITuple<[
|
|
2112
2124
|
PolymeshPrimitivesIdentityId,
|
|
2113
|
-
|
|
2125
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2114
2126
|
Vec<u64>
|
|
2115
2127
|
]>;
|
|
2116
2128
|
readonly isVenuesBlocked: boolean;
|
|
2117
2129
|
readonly asVenuesBlocked: ITuple<[
|
|
2118
2130
|
PolymeshPrimitivesIdentityId,
|
|
2119
|
-
|
|
2131
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2120
2132
|
Vec<u64>
|
|
2121
2133
|
]>;
|
|
2122
2134
|
readonly isLegFailedExecution: boolean;
|
|
@@ -2128,11 +2140,11 @@ declare module "./types-lookup.ts" {
|
|
|
2128
2140
|
readonly isVenueUnauthorized: boolean;
|
|
2129
2141
|
readonly asVenueUnauthorized: ITuple<[
|
|
2130
2142
|
PolymeshPrimitivesIdentityId,
|
|
2131
|
-
|
|
2143
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2132
2144
|
u64
|
|
2133
2145
|
]>;
|
|
2134
2146
|
readonly isSchedulingFailed: boolean;
|
|
2135
|
-
readonly asSchedulingFailed: SpRuntimeDispatchError
|
|
2147
|
+
readonly asSchedulingFailed: ITuple<[u64, SpRuntimeDispatchError]>;
|
|
2136
2148
|
readonly isInstructionRescheduled: boolean;
|
|
2137
2149
|
readonly asInstructionRescheduled: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2138
2150
|
readonly isVenueSignersUpdated: boolean;
|
|
@@ -2147,7 +2159,7 @@ declare module "./types-lookup.ts" {
|
|
|
2147
2159
|
readonly isInstructionCreated: boolean;
|
|
2148
2160
|
readonly asInstructionCreated: ITuple<[
|
|
2149
2161
|
PolymeshPrimitivesIdentityId,
|
|
2150
|
-
u64
|
|
2162
|
+
Option<u64>,
|
|
2151
2163
|
u64,
|
|
2152
2164
|
PolymeshPrimitivesSettlementSettlementType,
|
|
2153
2165
|
Option<u64>,
|
|
@@ -2175,7 +2187,7 @@ declare module "./types-lookup.ts" {
|
|
|
2175
2187
|
readonly asInstructionMediators: ITuple<[u64, BTreeSet<PolymeshPrimitivesIdentityId>]>;
|
|
2176
2188
|
readonly type: 'VenueCreated' | 'VenueDetailsUpdated' | 'VenueTypeUpdated' | 'InstructionAffirmed' | 'AffirmationWithdrawn' | 'InstructionRejected' | 'ReceiptClaimed' | 'VenueFiltering' | 'VenuesAllowed' | 'VenuesBlocked' | 'LegFailedExecution' | 'InstructionFailed' | 'InstructionExecuted' | 'VenueUnauthorized' | 'SchedulingFailed' | 'InstructionRescheduled' | 'VenueSignersUpdated' | 'SettlementManuallyExecuted' | 'InstructionCreated' | 'FailedToExecuteInstruction' | 'InstructionAutomaticallyAffirmed' | 'MediatorAffirmationReceived' | 'MediatorAffirmationWithdrawn' | 'InstructionMediators';
|
|
2177
2189
|
}
|
|
2178
|
-
/** @name PolymeshPrimitivesSettlementVenueType (
|
|
2190
|
+
/** @name PolymeshPrimitivesSettlementVenueType (248) */
|
|
2179
2191
|
interface PolymeshPrimitivesSettlementVenueType extends Enum {
|
|
2180
2192
|
readonly isOther: boolean;
|
|
2181
2193
|
readonly isDistribution: boolean;
|
|
@@ -2183,7 +2195,7 @@ declare module "./types-lookup.ts" {
|
|
|
2183
2195
|
readonly isExchange: boolean;
|
|
2184
2196
|
readonly type: 'Other' | 'Distribution' | 'Sto' | 'Exchange';
|
|
2185
2197
|
}
|
|
2186
|
-
/** @name PolymeshPrimitivesSettlementReceiptMetadata (
|
|
2198
|
+
/** @name PolymeshPrimitivesSettlementReceiptMetadata (251) */
|
|
2187
2199
|
interface PolymeshPrimitivesSettlementReceiptMetadata extends U8aFixed {
|
|
2188
2200
|
}
|
|
2189
2201
|
/** @name PolymeshPrimitivesSettlementSettlementType (254) */
|
|
@@ -2201,7 +2213,7 @@ declare module "./types-lookup.ts" {
|
|
|
2201
2213
|
readonly asFungible: {
|
|
2202
2214
|
readonly sender: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2203
2215
|
readonly receiver: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2204
|
-
readonly
|
|
2216
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
2205
2217
|
readonly amount: u128;
|
|
2206
2218
|
} & Struct;
|
|
2207
2219
|
readonly isNonFungible: boolean;
|
|
@@ -2224,26 +2236,26 @@ declare module "./types-lookup.ts" {
|
|
|
2224
2236
|
readonly isStatTypesAdded: boolean;
|
|
2225
2237
|
readonly asStatTypesAdded: ITuple<[
|
|
2226
2238
|
PolymeshPrimitivesIdentityId,
|
|
2227
|
-
|
|
2239
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2228
2240
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2229
2241
|
]>;
|
|
2230
2242
|
readonly isStatTypesRemoved: boolean;
|
|
2231
2243
|
readonly asStatTypesRemoved: ITuple<[
|
|
2232
2244
|
PolymeshPrimitivesIdentityId,
|
|
2233
|
-
|
|
2245
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2234
2246
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2235
2247
|
]>;
|
|
2236
2248
|
readonly isAssetStatsUpdated: boolean;
|
|
2237
2249
|
readonly asAssetStatsUpdated: ITuple<[
|
|
2238
2250
|
PolymeshPrimitivesIdentityId,
|
|
2239
|
-
|
|
2251
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2240
2252
|
PolymeshPrimitivesStatisticsStatType,
|
|
2241
2253
|
Vec<PolymeshPrimitivesStatisticsStatUpdate>
|
|
2242
2254
|
]>;
|
|
2243
2255
|
readonly isSetAssetTransferCompliance: boolean;
|
|
2244
2256
|
readonly asSetAssetTransferCompliance: ITuple<[
|
|
2245
2257
|
PolymeshPrimitivesIdentityId,
|
|
2246
|
-
|
|
2258
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2247
2259
|
Vec<PolymeshPrimitivesTransferComplianceTransferCondition>
|
|
2248
2260
|
]>;
|
|
2249
2261
|
readonly isTransferConditionExemptionsAdded: boolean;
|
|
@@ -2260,36 +2272,30 @@ declare module "./types-lookup.ts" {
|
|
|
2260
2272
|
]>;
|
|
2261
2273
|
readonly type: 'StatTypesAdded' | 'StatTypesRemoved' | 'AssetStatsUpdated' | 'SetAssetTransferCompliance' | 'TransferConditionExemptionsAdded' | 'TransferConditionExemptionsRemoved';
|
|
2262
2274
|
}
|
|
2263
|
-
/** @name
|
|
2264
|
-
interface PolymeshPrimitivesStatisticsAssetScope extends Enum {
|
|
2265
|
-
readonly isTicker: boolean;
|
|
2266
|
-
readonly asTicker: PolymeshPrimitivesTicker;
|
|
2267
|
-
readonly type: 'Ticker';
|
|
2268
|
-
}
|
|
2269
|
-
/** @name PolymeshPrimitivesStatisticsStatType (260) */
|
|
2275
|
+
/** @name PolymeshPrimitivesStatisticsStatType (259) */
|
|
2270
2276
|
interface PolymeshPrimitivesStatisticsStatType extends Struct {
|
|
2271
|
-
readonly
|
|
2277
|
+
readonly operationType: PolymeshPrimitivesStatisticsStatOpType;
|
|
2272
2278
|
readonly claimIssuer: Option<ITuple<[PolymeshPrimitivesIdentityClaimClaimType, PolymeshPrimitivesIdentityId]>>;
|
|
2273
2279
|
}
|
|
2274
|
-
/** @name PolymeshPrimitivesStatisticsStatOpType (
|
|
2280
|
+
/** @name PolymeshPrimitivesStatisticsStatOpType (260) */
|
|
2275
2281
|
interface PolymeshPrimitivesStatisticsStatOpType extends Enum {
|
|
2276
2282
|
readonly isCount: boolean;
|
|
2277
2283
|
readonly isBalance: boolean;
|
|
2278
2284
|
readonly type: 'Count' | 'Balance';
|
|
2279
2285
|
}
|
|
2280
|
-
/** @name PolymeshPrimitivesStatisticsStatUpdate (
|
|
2286
|
+
/** @name PolymeshPrimitivesStatisticsStatUpdate (264) */
|
|
2281
2287
|
interface PolymeshPrimitivesStatisticsStatUpdate extends Struct {
|
|
2282
2288
|
readonly key2: PolymeshPrimitivesStatisticsStat2ndKey;
|
|
2283
2289
|
readonly value: Option<u128>;
|
|
2284
2290
|
}
|
|
2285
|
-
/** @name PolymeshPrimitivesStatisticsStat2ndKey (
|
|
2291
|
+
/** @name PolymeshPrimitivesStatisticsStat2ndKey (265) */
|
|
2286
2292
|
interface PolymeshPrimitivesStatisticsStat2ndKey extends Enum {
|
|
2287
2293
|
readonly isNoClaimStat: boolean;
|
|
2288
2294
|
readonly isClaim: boolean;
|
|
2289
2295
|
readonly asClaim: PolymeshPrimitivesStatisticsStatClaim;
|
|
2290
2296
|
readonly type: 'NoClaimStat' | 'Claim';
|
|
2291
2297
|
}
|
|
2292
|
-
/** @name PolymeshPrimitivesStatisticsStatClaim (
|
|
2298
|
+
/** @name PolymeshPrimitivesStatisticsStatClaim (266) */
|
|
2293
2299
|
interface PolymeshPrimitivesStatisticsStatClaim extends Enum {
|
|
2294
2300
|
readonly isAccredited: boolean;
|
|
2295
2301
|
readonly asAccredited: bool;
|
|
@@ -2299,7 +2305,7 @@ declare module "./types-lookup.ts" {
|
|
|
2299
2305
|
readonly asJurisdiction: Option<PolymeshPrimitivesJurisdictionCountryCode>;
|
|
2300
2306
|
readonly type: 'Accredited' | 'Affiliate' | 'Jurisdiction';
|
|
2301
2307
|
}
|
|
2302
|
-
/** @name PolymeshPrimitivesTransferComplianceTransferCondition (
|
|
2308
|
+
/** @name PolymeshPrimitivesTransferComplianceTransferCondition (270) */
|
|
2303
2309
|
interface PolymeshPrimitivesTransferComplianceTransferCondition extends Enum {
|
|
2304
2310
|
readonly isMaxInvestorCount: boolean;
|
|
2305
2311
|
readonly asMaxInvestorCount: u64;
|
|
@@ -2321,13 +2327,13 @@ declare module "./types-lookup.ts" {
|
|
|
2321
2327
|
]>;
|
|
2322
2328
|
readonly type: 'MaxInvestorCount' | 'MaxInvestorOwnership' | 'ClaimCount' | 'ClaimOwnership';
|
|
2323
2329
|
}
|
|
2324
|
-
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (
|
|
2330
|
+
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (271) */
|
|
2325
2331
|
interface PolymeshPrimitivesTransferComplianceTransferConditionExemptKey extends Struct {
|
|
2326
|
-
readonly
|
|
2332
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
2327
2333
|
readonly op: PolymeshPrimitivesStatisticsStatOpType;
|
|
2328
2334
|
readonly claimType: Option<PolymeshPrimitivesIdentityClaimClaimType>;
|
|
2329
2335
|
}
|
|
2330
|
-
/** @name PalletStoRawEvent (
|
|
2336
|
+
/** @name PalletStoRawEvent (273) */
|
|
2331
2337
|
interface PalletStoRawEvent extends Enum {
|
|
2332
2338
|
readonly isFundraiserCreated: boolean;
|
|
2333
2339
|
readonly asFundraiserCreated: ITuple<[
|
|
@@ -2340,8 +2346,8 @@ declare module "./types-lookup.ts" {
|
|
|
2340
2346
|
readonly asInvested: ITuple<[
|
|
2341
2347
|
PolymeshPrimitivesIdentityId,
|
|
2342
2348
|
u64,
|
|
2343
|
-
|
|
2344
|
-
|
|
2349
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2350
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2345
2351
|
u128,
|
|
2346
2352
|
u128
|
|
2347
2353
|
]>;
|
|
@@ -2362,13 +2368,13 @@ declare module "./types-lookup.ts" {
|
|
|
2362
2368
|
readonly asFundraiserClosed: ITuple<[PolymeshPrimitivesIdentityId, u64]>;
|
|
2363
2369
|
readonly type: 'FundraiserCreated' | 'Invested' | 'FundraiserFrozen' | 'FundraiserUnfrozen' | 'FundraiserWindowModified' | 'FundraiserClosed';
|
|
2364
2370
|
}
|
|
2365
|
-
/** @name PalletStoFundraiser (
|
|
2371
|
+
/** @name PalletStoFundraiser (276) */
|
|
2366
2372
|
interface PalletStoFundraiser extends Struct {
|
|
2367
2373
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
2368
2374
|
readonly offeringPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2369
|
-
readonly offeringAsset:
|
|
2375
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
2370
2376
|
readonly raisingPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2371
|
-
readonly raisingAsset:
|
|
2377
|
+
readonly raisingAsset: PolymeshPrimitivesAssetAssetID;
|
|
2372
2378
|
readonly tiers: Vec<PalletStoFundraiserTier>;
|
|
2373
2379
|
readonly venueId: u64;
|
|
2374
2380
|
readonly start: u64;
|
|
@@ -2376,13 +2382,13 @@ declare module "./types-lookup.ts" {
|
|
|
2376
2382
|
readonly status: PalletStoFundraiserStatus;
|
|
2377
2383
|
readonly minimumInvestment: u128;
|
|
2378
2384
|
}
|
|
2379
|
-
/** @name PalletStoFundraiserTier (
|
|
2385
|
+
/** @name PalletStoFundraiserTier (278) */
|
|
2380
2386
|
interface PalletStoFundraiserTier extends Struct {
|
|
2381
2387
|
readonly total: u128;
|
|
2382
2388
|
readonly price: u128;
|
|
2383
2389
|
readonly remaining: u128;
|
|
2384
2390
|
}
|
|
2385
|
-
/** @name PalletStoFundraiserStatus (
|
|
2391
|
+
/** @name PalletStoFundraiserStatus (279) */
|
|
2386
2392
|
interface PalletStoFundraiserStatus extends Enum {
|
|
2387
2393
|
readonly isLive: boolean;
|
|
2388
2394
|
readonly isFrozen: boolean;
|
|
@@ -2390,7 +2396,7 @@ declare module "./types-lookup.ts" {
|
|
|
2390
2396
|
readonly isClosedEarly: boolean;
|
|
2391
2397
|
readonly type: 'Live' | 'Frozen' | 'Closed' | 'ClosedEarly';
|
|
2392
2398
|
}
|
|
2393
|
-
/** @name PalletTreasuryRawEvent (
|
|
2399
|
+
/** @name PalletTreasuryRawEvent (280) */
|
|
2394
2400
|
interface PalletTreasuryRawEvent extends Enum {
|
|
2395
2401
|
readonly isTreasuryDisbursement: boolean;
|
|
2396
2402
|
readonly asTreasuryDisbursement: ITuple<[
|
|
@@ -2410,7 +2416,7 @@ declare module "./types-lookup.ts" {
|
|
|
2410
2416
|
readonly asTreasuryReimbursement: ITuple<[PolymeshPrimitivesIdentityId, u128]>;
|
|
2411
2417
|
readonly type: 'TreasuryDisbursement' | 'TreasuryDisbursementFailed' | 'TreasuryReimbursement';
|
|
2412
2418
|
}
|
|
2413
|
-
/** @name PalletUtilityEvent (
|
|
2419
|
+
/** @name PalletUtilityEvent (281) */
|
|
2414
2420
|
interface PalletUtilityEvent extends Enum {
|
|
2415
2421
|
readonly isBatchInterrupted: boolean;
|
|
2416
2422
|
readonly asBatchInterrupted: {
|
|
@@ -2445,50 +2451,50 @@ declare module "./types-lookup.ts" {
|
|
|
2445
2451
|
readonly asBatchCompletedOld: Vec<u32>;
|
|
2446
2452
|
readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs' | 'RelayedTx' | 'BatchInterruptedOld' | 'BatchOptimisticFailed' | 'BatchCompletedOld';
|
|
2447
2453
|
}
|
|
2448
|
-
/** @name PolymeshCommonUtilitiesBaseEvent (
|
|
2454
|
+
/** @name PolymeshCommonUtilitiesBaseEvent (285) */
|
|
2449
2455
|
interface PolymeshCommonUtilitiesBaseEvent extends Enum {
|
|
2450
2456
|
readonly isUnexpectedError: boolean;
|
|
2451
2457
|
readonly asUnexpectedError: Option<SpRuntimeDispatchError>;
|
|
2452
2458
|
readonly type: 'UnexpectedError';
|
|
2453
2459
|
}
|
|
2454
|
-
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (
|
|
2460
|
+
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (287) */
|
|
2455
2461
|
interface PolymeshCommonUtilitiesExternalAgentsEvent extends Enum {
|
|
2456
2462
|
readonly isGroupCreated: boolean;
|
|
2457
2463
|
readonly asGroupCreated: ITuple<[
|
|
2458
2464
|
PolymeshPrimitivesEventOnly,
|
|
2459
|
-
|
|
2465
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2460
2466
|
u32,
|
|
2461
|
-
|
|
2467
|
+
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
2462
2468
|
]>;
|
|
2463
2469
|
readonly isGroupPermissionsUpdated: boolean;
|
|
2464
2470
|
readonly asGroupPermissionsUpdated: ITuple<[
|
|
2465
2471
|
PolymeshPrimitivesEventOnly,
|
|
2466
|
-
|
|
2472
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2467
2473
|
u32,
|
|
2468
|
-
|
|
2474
|
+
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
2469
2475
|
]>;
|
|
2470
2476
|
readonly isAgentAdded: boolean;
|
|
2471
2477
|
readonly asAgentAdded: ITuple<[
|
|
2472
2478
|
PolymeshPrimitivesEventOnly,
|
|
2473
|
-
|
|
2479
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2474
2480
|
PolymeshPrimitivesAgentAgentGroup
|
|
2475
2481
|
]>;
|
|
2476
2482
|
readonly isAgentRemoved: boolean;
|
|
2477
2483
|
readonly asAgentRemoved: ITuple<[
|
|
2478
2484
|
PolymeshPrimitivesEventOnly,
|
|
2479
|
-
|
|
2485
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2480
2486
|
PolymeshPrimitivesIdentityId
|
|
2481
2487
|
]>;
|
|
2482
2488
|
readonly isGroupChanged: boolean;
|
|
2483
2489
|
readonly asGroupChanged: ITuple<[
|
|
2484
2490
|
PolymeshPrimitivesEventOnly,
|
|
2485
|
-
|
|
2491
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2486
2492
|
PolymeshPrimitivesIdentityId,
|
|
2487
2493
|
PolymeshPrimitivesAgentAgentGroup
|
|
2488
2494
|
]>;
|
|
2489
2495
|
readonly type: 'GroupCreated' | 'GroupPermissionsUpdated' | 'AgentAdded' | 'AgentRemoved' | 'GroupChanged';
|
|
2490
2496
|
}
|
|
2491
|
-
/** @name PolymeshCommonUtilitiesRelayerRawEvent (
|
|
2497
|
+
/** @name PolymeshCommonUtilitiesRelayerRawEvent (288) */
|
|
2492
2498
|
interface PolymeshCommonUtilitiesRelayerRawEvent extends Enum {
|
|
2493
2499
|
readonly isAuthorizedPayingKey: boolean;
|
|
2494
2500
|
readonly asAuthorizedPayingKey: ITuple<[
|
|
@@ -2512,7 +2518,7 @@ declare module "./types-lookup.ts" {
|
|
|
2512
2518
|
]>;
|
|
2513
2519
|
readonly type: 'AuthorizedPayingKey' | 'AcceptedPayingKey' | 'RemovedPayingKey' | 'UpdatedPolyxLimit';
|
|
2514
2520
|
}
|
|
2515
|
-
/** @name PalletContractsEvent (
|
|
2521
|
+
/** @name PalletContractsEvent (289) */
|
|
2516
2522
|
interface PalletContractsEvent extends Enum {
|
|
2517
2523
|
readonly isInstantiated: boolean;
|
|
2518
2524
|
readonly asInstantiated: {
|
|
@@ -2555,7 +2561,7 @@ declare module "./types-lookup.ts" {
|
|
|
2555
2561
|
} & Struct;
|
|
2556
2562
|
readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled';
|
|
2557
2563
|
}
|
|
2558
|
-
/** @name PolymeshContractsRawEvent (
|
|
2564
|
+
/** @name PolymeshContractsRawEvent (290) */
|
|
2559
2565
|
interface PolymeshContractsRawEvent extends Enum {
|
|
2560
2566
|
readonly isApiHashUpdated: boolean;
|
|
2561
2567
|
readonly asApiHashUpdated: ITuple<[PolymeshContractsApi, PolymeshContractsChainVersion, H256]>;
|
|
@@ -2563,20 +2569,20 @@ declare module "./types-lookup.ts" {
|
|
|
2563
2569
|
readonly asScRuntimeCall: ITuple<[AccountId32, PolymeshContractsChainExtensionExtrinsicId]>;
|
|
2564
2570
|
readonly type: 'ApiHashUpdated' | 'ScRuntimeCall';
|
|
2565
2571
|
}
|
|
2566
|
-
/** @name PolymeshContractsApi (
|
|
2572
|
+
/** @name PolymeshContractsApi (291) */
|
|
2567
2573
|
interface PolymeshContractsApi extends Struct {
|
|
2568
2574
|
readonly desc: U8aFixed;
|
|
2569
2575
|
readonly major: u32;
|
|
2570
2576
|
}
|
|
2571
|
-
/** @name PolymeshContractsChainVersion (
|
|
2577
|
+
/** @name PolymeshContractsChainVersion (292) */
|
|
2572
2578
|
interface PolymeshContractsChainVersion extends Struct {
|
|
2573
2579
|
readonly specVersion: u32;
|
|
2574
2580
|
readonly txVersion: u32;
|
|
2575
2581
|
}
|
|
2576
|
-
/** @name PolymeshContractsChainExtensionExtrinsicId (
|
|
2582
|
+
/** @name PolymeshContractsChainExtensionExtrinsicId (293) */
|
|
2577
2583
|
interface PolymeshContractsChainExtensionExtrinsicId extends ITuple<[u8, u8]> {
|
|
2578
2584
|
}
|
|
2579
|
-
/** @name PalletPreimageEvent (
|
|
2585
|
+
/** @name PalletPreimageEvent (294) */
|
|
2580
2586
|
interface PalletPreimageEvent extends Enum {
|
|
2581
2587
|
readonly isNoted: boolean;
|
|
2582
2588
|
readonly asNoted: {
|
|
@@ -2592,12 +2598,12 @@ declare module "./types-lookup.ts" {
|
|
|
2592
2598
|
} & Struct;
|
|
2593
2599
|
readonly type: 'Noted' | 'Requested' | 'Cleared';
|
|
2594
2600
|
}
|
|
2595
|
-
/** @name PolymeshCommonUtilitiesNftEvent (
|
|
2601
|
+
/** @name PolymeshCommonUtilitiesNftEvent (295) */
|
|
2596
2602
|
interface PolymeshCommonUtilitiesNftEvent extends Enum {
|
|
2597
2603
|
readonly isNftCollectionCreated: boolean;
|
|
2598
2604
|
readonly asNftCollectionCreated: ITuple<[
|
|
2599
2605
|
PolymeshPrimitivesIdentityId,
|
|
2600
|
-
|
|
2606
|
+
PolymeshPrimitivesAssetAssetID,
|
|
2601
2607
|
u64
|
|
2602
2608
|
]>;
|
|
2603
2609
|
readonly isNftPortfolioUpdated: boolean;
|
|
@@ -2610,51 +2616,71 @@ declare module "./types-lookup.ts" {
|
|
|
2610
2616
|
]>;
|
|
2611
2617
|
readonly type: 'NftCollectionCreated' | 'NftPortfolioUpdated';
|
|
2612
2618
|
}
|
|
2613
|
-
/** @name
|
|
2614
|
-
interface
|
|
2615
|
-
readonly
|
|
2616
|
-
readonly
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2619
|
+
/** @name PalletElectionProviderMultiPhaseEvent (297) */
|
|
2620
|
+
interface PalletElectionProviderMultiPhaseEvent extends Enum {
|
|
2621
|
+
readonly isSolutionStored: boolean;
|
|
2622
|
+
readonly asSolutionStored: {
|
|
2623
|
+
readonly compute: PalletElectionProviderMultiPhaseElectionCompute;
|
|
2624
|
+
readonly origin: Option<AccountId32>;
|
|
2625
|
+
readonly prevEjected: bool;
|
|
2626
|
+
} & Struct;
|
|
2627
|
+
readonly isElectionFinalized: boolean;
|
|
2628
|
+
readonly asElectionFinalized: {
|
|
2629
|
+
readonly compute: PalletElectionProviderMultiPhaseElectionCompute;
|
|
2630
|
+
readonly score: SpNposElectionsElectionScore;
|
|
2631
|
+
} & Struct;
|
|
2632
|
+
readonly isElectionFailed: boolean;
|
|
2633
|
+
readonly isRewarded: boolean;
|
|
2634
|
+
readonly asRewarded: {
|
|
2635
|
+
readonly account: AccountId32;
|
|
2636
|
+
readonly value: u128;
|
|
2628
2637
|
} & Struct;
|
|
2629
2638
|
readonly isSlashed: boolean;
|
|
2630
2639
|
readonly asSlashed: {
|
|
2631
|
-
readonly
|
|
2632
|
-
readonly
|
|
2640
|
+
readonly account: AccountId32;
|
|
2641
|
+
readonly value: u128;
|
|
2633
2642
|
} & Struct;
|
|
2634
|
-
readonly
|
|
2635
|
-
readonly
|
|
2636
|
-
|
|
2637
|
-
readonly
|
|
2643
|
+
readonly isPhaseTransitioned: boolean;
|
|
2644
|
+
readonly asPhaseTransitioned: {
|
|
2645
|
+
readonly from: PalletElectionProviderMultiPhasePhase;
|
|
2646
|
+
readonly to: PalletElectionProviderMultiPhasePhase;
|
|
2647
|
+
readonly round: u32;
|
|
2638
2648
|
} & Struct;
|
|
2639
|
-
readonly type: '
|
|
2649
|
+
readonly type: 'SolutionStored' | 'ElectionFinalized' | 'ElectionFailed' | 'Rewarded' | 'Slashed' | 'PhaseTransitioned';
|
|
2650
|
+
}
|
|
2651
|
+
/** @name PalletElectionProviderMultiPhaseElectionCompute (298) */
|
|
2652
|
+
interface PalletElectionProviderMultiPhaseElectionCompute extends Enum {
|
|
2653
|
+
readonly isOnChain: boolean;
|
|
2654
|
+
readonly isSigned: boolean;
|
|
2655
|
+
readonly isUnsigned: boolean;
|
|
2656
|
+
readonly isFallback: boolean;
|
|
2657
|
+
readonly isEmergency: boolean;
|
|
2658
|
+
readonly type: 'OnChain' | 'Signed' | 'Unsigned' | 'Fallback' | 'Emergency';
|
|
2659
|
+
}
|
|
2660
|
+
/** @name SpNposElectionsElectionScore (299) */
|
|
2661
|
+
interface SpNposElectionsElectionScore extends Struct {
|
|
2662
|
+
readonly minimalStake: u128;
|
|
2663
|
+
readonly sumStake: u128;
|
|
2664
|
+
readonly sumStakeSquared: u128;
|
|
2640
2665
|
}
|
|
2641
|
-
/** @name
|
|
2642
|
-
interface
|
|
2666
|
+
/** @name PalletElectionProviderMultiPhasePhase (300) */
|
|
2667
|
+
interface PalletElectionProviderMultiPhasePhase extends Enum {
|
|
2668
|
+
readonly isOff: boolean;
|
|
2643
2669
|
readonly isSigned: boolean;
|
|
2644
|
-
readonly
|
|
2645
|
-
readonly
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
readonly
|
|
2652
|
-
readonly
|
|
2653
|
-
readonly
|
|
2654
|
-
readonly
|
|
2655
|
-
readonly type: '
|
|
2656
|
-
}
|
|
2657
|
-
/** @name FrameSystemPhase (
|
|
2670
|
+
readonly isUnsigned: boolean;
|
|
2671
|
+
readonly asUnsigned: ITuple<[bool, u32]>;
|
|
2672
|
+
readonly isEmergency: boolean;
|
|
2673
|
+
readonly type: 'Off' | 'Signed' | 'Unsigned' | 'Emergency';
|
|
2674
|
+
}
|
|
2675
|
+
/** @name PalletTestUtilsRawEvent (302) */
|
|
2676
|
+
interface PalletTestUtilsRawEvent extends Enum {
|
|
2677
|
+
readonly isDidStatus: boolean;
|
|
2678
|
+
readonly asDidStatus: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
2679
|
+
readonly isCddStatus: boolean;
|
|
2680
|
+
readonly asCddStatus: ITuple<[Option<PolymeshPrimitivesIdentityId>, AccountId32, bool]>;
|
|
2681
|
+
readonly type: 'DidStatus' | 'CddStatus';
|
|
2682
|
+
}
|
|
2683
|
+
/** @name FrameSystemPhase (303) */
|
|
2658
2684
|
interface FrameSystemPhase extends Enum {
|
|
2659
2685
|
readonly isApplyExtrinsic: boolean;
|
|
2660
2686
|
readonly asApplyExtrinsic: u32;
|
|
@@ -2662,7 +2688,7 @@ declare module "./types-lookup.ts" {
|
|
|
2662
2688
|
readonly isInitialization: boolean;
|
|
2663
2689
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
2664
2690
|
}
|
|
2665
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2691
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (306) */
|
|
2666
2692
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2667
2693
|
readonly specVersion: Compact<u32>;
|
|
2668
2694
|
readonly specName: Text;
|
|
@@ -2994,15 +3020,20 @@ declare module "./types-lookup.ts" {
|
|
|
2994
3020
|
readonly isPrimaryKey: boolean;
|
|
2995
3021
|
readonly asPrimaryKey: PolymeshPrimitivesIdentityId;
|
|
2996
3022
|
readonly isSecondaryKey: boolean;
|
|
2997
|
-
readonly asSecondaryKey:
|
|
2998
|
-
PolymeshPrimitivesIdentityId,
|
|
2999
|
-
PolymeshPrimitivesSecondaryKeyPermissions
|
|
3000
|
-
]>;
|
|
3023
|
+
readonly asSecondaryKey: PolymeshPrimitivesIdentityId;
|
|
3001
3024
|
readonly isMultiSigSignerKey: boolean;
|
|
3002
3025
|
readonly asMultiSigSignerKey: AccountId32;
|
|
3003
3026
|
readonly type: 'PrimaryKey' | 'SecondaryKey' | 'MultiSigSignerKey';
|
|
3004
3027
|
}
|
|
3005
|
-
/** @name
|
|
3028
|
+
/** @name PolymeshPrimitivesSecondaryKeySignatory (371) */
|
|
3029
|
+
interface PolymeshPrimitivesSecondaryKeySignatory extends Enum {
|
|
3030
|
+
readonly isIdentity: boolean;
|
|
3031
|
+
readonly asIdentity: PolymeshPrimitivesIdentityId;
|
|
3032
|
+
readonly isAccount: boolean;
|
|
3033
|
+
readonly asAccount: AccountId32;
|
|
3034
|
+
readonly type: 'Identity' | 'Account';
|
|
3035
|
+
}
|
|
3036
|
+
/** @name PolymeshPrimitivesAuthorization (372) */
|
|
3006
3037
|
interface PolymeshPrimitivesAuthorization extends Struct {
|
|
3007
3038
|
readonly authorizationData: PolymeshPrimitivesAuthorizationAuthorizationData;
|
|
3008
3039
|
readonly authorizedBy: PolymeshPrimitivesIdentityId;
|
|
@@ -3010,7 +3041,7 @@ declare module "./types-lookup.ts" {
|
|
|
3010
3041
|
readonly authId: u64;
|
|
3011
3042
|
readonly count: u32;
|
|
3012
3043
|
}
|
|
3013
|
-
/** @name PalletIdentityCall (
|
|
3044
|
+
/** @name PalletIdentityCall (376) */
|
|
3014
3045
|
interface PalletIdentityCall extends Enum {
|
|
3015
3046
|
readonly isCddRegisterDid: boolean;
|
|
3016
3047
|
readonly asCddRegisterDid: {
|
|
@@ -3120,20 +3151,20 @@ declare module "./types-lookup.ts" {
|
|
|
3120
3151
|
} & Struct;
|
|
3121
3152
|
readonly type: 'CddRegisterDid' | 'InvalidateCddClaims' | 'AcceptPrimaryKey' | 'ChangeCddRequirementForMkRotation' | 'JoinIdentityAsKey' | 'LeaveIdentityAsKey' | 'AddClaim' | 'RevokeClaim' | 'FreezeSecondaryKeys' | 'UnfreezeSecondaryKeys' | 'AddAuthorization' | 'RemoveAuthorization' | 'GcAddCddClaim' | 'GcRevokeCddClaim' | 'RevokeClaimByIndex' | 'RotatePrimaryKeyToSecondary' | 'AddSecondaryKeysWithAuthorization' | 'SetSecondaryKeyPermissions' | 'RemoveSecondaryKeys' | 'RegisterCustomClaimType' | 'CddRegisterDidWithCdd' | 'CreateChildIdentity' | 'CreateChildIdentities' | 'UnlinkChildIdentity';
|
|
3122
3153
|
}
|
|
3123
|
-
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (
|
|
3154
|
+
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (378) */
|
|
3124
3155
|
interface PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth extends Struct {
|
|
3125
3156
|
readonly secondaryKey: PolymeshPrimitivesSecondaryKey;
|
|
3126
3157
|
readonly authSignature: H512;
|
|
3127
3158
|
}
|
|
3128
|
-
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (
|
|
3159
|
+
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (381) */
|
|
3129
3160
|
interface PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth extends Struct {
|
|
3130
3161
|
readonly key: AccountId32;
|
|
3131
3162
|
readonly authSignature: H512;
|
|
3132
3163
|
}
|
|
3133
|
-
/** @name PalletIdentityError (
|
|
3164
|
+
/** @name PalletIdentityError (382) */
|
|
3134
3165
|
interface PalletIdentityError extends Enum {
|
|
3135
3166
|
readonly isAlreadyLinked: boolean;
|
|
3136
|
-
readonly
|
|
3167
|
+
readonly isMissingIdentity: boolean;
|
|
3137
3168
|
readonly isUnauthorized: boolean;
|
|
3138
3169
|
readonly isInvalidAccountKey: boolean;
|
|
3139
3170
|
readonly isUnAuthorizedCddProvider: boolean;
|
|
@@ -3154,7 +3185,6 @@ declare module "./types-lookup.ts" {
|
|
|
3154
3185
|
readonly isFailedToChargeFee: boolean;
|
|
3155
3186
|
readonly isNotASigner: boolean;
|
|
3156
3187
|
readonly isCannotDecodeSignerAccountId: boolean;
|
|
3157
|
-
readonly isMultiSigHasBalance: boolean;
|
|
3158
3188
|
readonly isAccountKeyIsBeingUsed: boolean;
|
|
3159
3189
|
readonly isCustomScopeTooLong: boolean;
|
|
3160
3190
|
readonly isCustomClaimTypeAlreadyExists: boolean;
|
|
@@ -3166,15 +3196,15 @@ declare module "./types-lookup.ts" {
|
|
|
3166
3196
|
readonly isDuplicateKey: boolean;
|
|
3167
3197
|
readonly isExceptNotAllowedForExtrinsics: boolean;
|
|
3168
3198
|
readonly isExceededNumberOfGivenAuths: boolean;
|
|
3169
|
-
readonly type: 'AlreadyLinked' | '
|
|
3199
|
+
readonly type: 'AlreadyLinked' | 'MissingIdentity' | 'Unauthorized' | 'InvalidAccountKey' | 'UnAuthorizedCddProvider' | 'InvalidAuthorizationFromOwner' | 'InvalidAuthorizationFromCddProvider' | 'NotCddProviderAttestation' | 'AuthorizationsNotForSameDids' | 'DidMustAlreadyExist' | 'AuthorizationExpired' | 'TargetHasNoCdd' | 'AuthorizationHasBeenRevoked' | 'InvalidAuthorizationSignature' | 'KeyNotAllowed' | 'NotPrimaryKey' | 'DidDoesNotExist' | 'DidAlreadyExists' | 'SecondaryKeysContainPrimaryKey' | 'FailedToChargeFee' | 'NotASigner' | 'CannotDecodeSignerAccountId' | 'AccountKeyIsBeingUsed' | 'CustomScopeTooLong' | 'CustomClaimTypeAlreadyExists' | 'CustomClaimTypeDoesNotExist' | 'ClaimDoesNotExist' | 'IsChildIdentity' | 'NoParentIdentity' | 'NotParentOrChildIdentity' | 'DuplicateKey' | 'ExceptNotAllowedForExtrinsics' | 'ExceededNumberOfGivenAuths';
|
|
3170
3200
|
}
|
|
3171
|
-
/** @name PolymeshCommonUtilitiesGroupInactiveMember (
|
|
3201
|
+
/** @name PolymeshCommonUtilitiesGroupInactiveMember (384) */
|
|
3172
3202
|
interface PolymeshCommonUtilitiesGroupInactiveMember extends Struct {
|
|
3173
3203
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
3174
3204
|
readonly deactivatedAt: u64;
|
|
3175
3205
|
readonly expiry: Option<u64>;
|
|
3176
3206
|
}
|
|
3177
|
-
/** @name PalletGroupCall (
|
|
3207
|
+
/** @name PalletGroupCall (385) */
|
|
3178
3208
|
interface PalletGroupCall extends Enum {
|
|
3179
3209
|
readonly isSetActiveMembersLimit: boolean;
|
|
3180
3210
|
readonly asSetActiveMembersLimit: {
|
|
@@ -3206,18 +3236,17 @@ declare module "./types-lookup.ts" {
|
|
|
3206
3236
|
readonly isAbdicateMembership: boolean;
|
|
3207
3237
|
readonly type: 'SetActiveMembersLimit' | 'DisableMember' | 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'AbdicateMembership';
|
|
3208
3238
|
}
|
|
3209
|
-
/** @name PalletGroupError (
|
|
3239
|
+
/** @name PalletGroupError (386) */
|
|
3210
3240
|
interface PalletGroupError extends Enum {
|
|
3211
3241
|
readonly isOnlyPrimaryKeyAllowed: boolean;
|
|
3212
3242
|
readonly isDuplicateMember: boolean;
|
|
3213
3243
|
readonly isNoSuchMember: boolean;
|
|
3214
3244
|
readonly isLastMemberCannotQuit: boolean;
|
|
3215
|
-
readonly isMissingCurrentIdentity: boolean;
|
|
3216
3245
|
readonly isActiveMembersLimitExceeded: boolean;
|
|
3217
3246
|
readonly isActiveMembersLimitOverflow: boolean;
|
|
3218
|
-
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | '
|
|
3247
|
+
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | 'ActiveMembersLimitExceeded' | 'ActiveMembersLimitOverflow';
|
|
3219
3248
|
}
|
|
3220
|
-
/** @name PalletCommitteeCall (
|
|
3249
|
+
/** @name PalletCommitteeCall (388) */
|
|
3221
3250
|
interface PalletCommitteeCall extends Enum {
|
|
3222
3251
|
readonly isSetVoteThreshold: boolean;
|
|
3223
3252
|
readonly asSetVoteThreshold: {
|
|
@@ -3245,186 +3274,87 @@ declare module "./types-lookup.ts" {
|
|
|
3245
3274
|
} & Struct;
|
|
3246
3275
|
readonly type: 'SetVoteThreshold' | 'SetReleaseCoordinator' | 'SetExpiresAfter' | 'VoteOrPropose' | 'Vote';
|
|
3247
3276
|
}
|
|
3248
|
-
/** @name PalletMultisigCall (
|
|
3277
|
+
/** @name PalletMultisigCall (394) */
|
|
3249
3278
|
interface PalletMultisigCall extends Enum {
|
|
3250
3279
|
readonly isCreateMultisig: boolean;
|
|
3251
3280
|
readonly asCreateMultisig: {
|
|
3252
|
-
readonly signers: Vec<
|
|
3281
|
+
readonly signers: Vec<AccountId32>;
|
|
3253
3282
|
readonly sigsRequired: u64;
|
|
3283
|
+
readonly permissions: Option<PolymeshPrimitivesSecondaryKeyPermissions>;
|
|
3254
3284
|
} & Struct;
|
|
3255
|
-
readonly
|
|
3256
|
-
readonly
|
|
3257
|
-
readonly multisig: AccountId32;
|
|
3258
|
-
readonly proposal: Call;
|
|
3259
|
-
readonly expiry: Option<u64>;
|
|
3260
|
-
readonly autoClose: bool;
|
|
3261
|
-
} & Struct;
|
|
3262
|
-
readonly isCreateOrApproveProposalAsKey: boolean;
|
|
3263
|
-
readonly asCreateOrApproveProposalAsKey: {
|
|
3285
|
+
readonly isCreateProposal: boolean;
|
|
3286
|
+
readonly asCreateProposal: {
|
|
3264
3287
|
readonly multisig: AccountId32;
|
|
3265
3288
|
readonly proposal: Call;
|
|
3266
3289
|
readonly expiry: Option<u64>;
|
|
3267
|
-
readonly autoClose: bool;
|
|
3268
3290
|
} & Struct;
|
|
3269
|
-
readonly
|
|
3270
|
-
readonly
|
|
3271
|
-
readonly multisig: AccountId32;
|
|
3272
|
-
readonly proposal: Call;
|
|
3273
|
-
readonly expiry: Option<u64>;
|
|
3274
|
-
readonly autoClose: bool;
|
|
3275
|
-
} & Struct;
|
|
3276
|
-
readonly isCreateProposalAsKey: boolean;
|
|
3277
|
-
readonly asCreateProposalAsKey: {
|
|
3278
|
-
readonly multisig: AccountId32;
|
|
3279
|
-
readonly proposal: Call;
|
|
3280
|
-
readonly expiry: Option<u64>;
|
|
3281
|
-
readonly autoClose: bool;
|
|
3282
|
-
} & Struct;
|
|
3283
|
-
readonly isApproveAsIdentity: boolean;
|
|
3284
|
-
readonly asApproveAsIdentity: {
|
|
3285
|
-
readonly multisig: AccountId32;
|
|
3286
|
-
readonly proposalId: u64;
|
|
3287
|
-
} & Struct;
|
|
3288
|
-
readonly isApproveAsKey: boolean;
|
|
3289
|
-
readonly asApproveAsKey: {
|
|
3290
|
-
readonly multisig: AccountId32;
|
|
3291
|
-
readonly proposalId: u64;
|
|
3292
|
-
} & Struct;
|
|
3293
|
-
readonly isRejectAsIdentity: boolean;
|
|
3294
|
-
readonly asRejectAsIdentity: {
|
|
3291
|
+
readonly isApprove: boolean;
|
|
3292
|
+
readonly asApprove: {
|
|
3295
3293
|
readonly multisig: AccountId32;
|
|
3296
3294
|
readonly proposalId: u64;
|
|
3295
|
+
readonly maxWeight: Option<SpWeightsWeightV2Weight>;
|
|
3297
3296
|
} & Struct;
|
|
3298
|
-
readonly
|
|
3299
|
-
readonly
|
|
3297
|
+
readonly isReject: boolean;
|
|
3298
|
+
readonly asReject: {
|
|
3300
3299
|
readonly multisig: AccountId32;
|
|
3301
3300
|
readonly proposalId: u64;
|
|
3302
3301
|
} & Struct;
|
|
3303
|
-
readonly
|
|
3304
|
-
readonly
|
|
3302
|
+
readonly isAcceptMultisigSigner: boolean;
|
|
3303
|
+
readonly asAcceptMultisigSigner: {
|
|
3305
3304
|
readonly authId: u64;
|
|
3306
3305
|
} & Struct;
|
|
3307
|
-
readonly
|
|
3308
|
-
readonly
|
|
3309
|
-
readonly
|
|
3310
|
-
} & Struct;
|
|
3311
|
-
readonly isAddMultisigSigner: boolean;
|
|
3312
|
-
readonly asAddMultisigSigner: {
|
|
3313
|
-
readonly signer: PolymeshPrimitivesSecondaryKeySignatory;
|
|
3306
|
+
readonly isAddMultisigSigners: boolean;
|
|
3307
|
+
readonly asAddMultisigSigners: {
|
|
3308
|
+
readonly signers: Vec<AccountId32>;
|
|
3314
3309
|
} & Struct;
|
|
3315
|
-
readonly
|
|
3316
|
-
readonly
|
|
3317
|
-
readonly
|
|
3310
|
+
readonly isRemoveMultisigSigners: boolean;
|
|
3311
|
+
readonly asRemoveMultisigSigners: {
|
|
3312
|
+
readonly signers: Vec<AccountId32>;
|
|
3318
3313
|
} & Struct;
|
|
3319
|
-
readonly
|
|
3320
|
-
readonly
|
|
3314
|
+
readonly isAddMultisigSignersViaAdmin: boolean;
|
|
3315
|
+
readonly asAddMultisigSignersViaAdmin: {
|
|
3321
3316
|
readonly multisig: AccountId32;
|
|
3322
|
-
readonly signers: Vec<
|
|
3317
|
+
readonly signers: Vec<AccountId32>;
|
|
3323
3318
|
} & Struct;
|
|
3324
|
-
readonly
|
|
3325
|
-
readonly
|
|
3319
|
+
readonly isRemoveMultisigSignersViaAdmin: boolean;
|
|
3320
|
+
readonly asRemoveMultisigSignersViaAdmin: {
|
|
3326
3321
|
readonly multisig: AccountId32;
|
|
3327
|
-
readonly signers: Vec<
|
|
3322
|
+
readonly signers: Vec<AccountId32>;
|
|
3328
3323
|
} & Struct;
|
|
3329
3324
|
readonly isChangeSigsRequired: boolean;
|
|
3330
3325
|
readonly asChangeSigsRequired: {
|
|
3331
3326
|
readonly sigsRequired: u64;
|
|
3332
3327
|
} & Struct;
|
|
3333
|
-
readonly
|
|
3334
|
-
readonly
|
|
3335
|
-
readonly multisig: AccountId32;
|
|
3336
|
-
} & Struct;
|
|
3337
|
-
readonly isMakeMultisigPrimary: boolean;
|
|
3338
|
-
readonly asMakeMultisigPrimary: {
|
|
3328
|
+
readonly isChangeSigsRequiredViaAdmin: boolean;
|
|
3329
|
+
readonly asChangeSigsRequiredViaAdmin: {
|
|
3339
3330
|
readonly multisig: AccountId32;
|
|
3340
|
-
readonly optionalCddAuthId: Option<u64>;
|
|
3341
|
-
} & Struct;
|
|
3342
|
-
readonly isExecuteScheduledProposal: boolean;
|
|
3343
|
-
readonly asExecuteScheduledProposal: {
|
|
3344
|
-
readonly multisig: AccountId32;
|
|
3345
|
-
readonly proposalId: u64;
|
|
3346
|
-
readonly multisigDid: PolymeshPrimitivesIdentityId;
|
|
3347
|
-
readonly proposalWeight: SpWeightsWeightV2Weight;
|
|
3348
|
-
} & Struct;
|
|
3349
|
-
readonly isChangeSigsRequiredViaCreator: boolean;
|
|
3350
|
-
readonly asChangeSigsRequiredViaCreator: {
|
|
3351
|
-
readonly multisigAccount: AccountId32;
|
|
3352
3331
|
readonly signaturesRequired: u64;
|
|
3353
3332
|
} & Struct;
|
|
3354
|
-
readonly
|
|
3355
|
-
readonly
|
|
3356
|
-
readonly
|
|
3357
|
-
} & Struct;
|
|
3358
|
-
readonly type: 'CreateMultisig' | 'CreateOrApproveProposalAsIdentity' | 'CreateOrApproveProposalAsKey' | 'CreateProposalAsIdentity' | 'CreateProposalAsKey' | 'ApproveAsIdentity' | 'ApproveAsKey' | 'RejectAsIdentity' | 'RejectAsKey' | 'AcceptMultisigSignerAsIdentity' | 'AcceptMultisigSignerAsKey' | 'AddMultisigSigner' | 'RemoveMultisigSigner' | 'AddMultisigSignersViaCreator' | 'RemoveMultisigSignersViaCreator' | 'ChangeSigsRequired' | 'MakeMultisigSecondary' | 'MakeMultisigPrimary' | 'ExecuteScheduledProposal' | 'ChangeSigsRequiredViaCreator' | 'RemoveCreatorControls';
|
|
3359
|
-
}
|
|
3360
|
-
/** @name PalletBridgeCall (394) */
|
|
3361
|
-
interface PalletBridgeCall extends Enum {
|
|
3362
|
-
readonly isChangeController: boolean;
|
|
3363
|
-
readonly asChangeController: {
|
|
3364
|
-
readonly controller: AccountId32;
|
|
3365
|
-
} & Struct;
|
|
3366
|
-
readonly isChangeAdmin: boolean;
|
|
3367
|
-
readonly asChangeAdmin: {
|
|
3368
|
-
readonly admin: AccountId32;
|
|
3369
|
-
} & Struct;
|
|
3370
|
-
readonly isChangeTimelock: boolean;
|
|
3371
|
-
readonly asChangeTimelock: {
|
|
3372
|
-
readonly timelock: u32;
|
|
3373
|
-
} & Struct;
|
|
3374
|
-
readonly isFreeze: boolean;
|
|
3375
|
-
readonly isUnfreeze: boolean;
|
|
3376
|
-
readonly isChangeBridgeLimit: boolean;
|
|
3377
|
-
readonly asChangeBridgeLimit: {
|
|
3378
|
-
readonly amount: u128;
|
|
3379
|
-
readonly duration: u32;
|
|
3380
|
-
} & Struct;
|
|
3381
|
-
readonly isChangeBridgeExempted: boolean;
|
|
3382
|
-
readonly asChangeBridgeExempted: {
|
|
3383
|
-
readonly exempted: Vec<ITuple<[PolymeshPrimitivesIdentityId, bool]>>;
|
|
3333
|
+
readonly isAddAdmin: boolean;
|
|
3334
|
+
readonly asAddAdmin: {
|
|
3335
|
+
readonly adminDid: PolymeshPrimitivesIdentityId;
|
|
3384
3336
|
} & Struct;
|
|
3385
|
-
readonly
|
|
3386
|
-
readonly
|
|
3387
|
-
readonly
|
|
3388
|
-
} & Struct;
|
|
3389
|
-
readonly isBatchProposeBridgeTx: boolean;
|
|
3390
|
-
readonly asBatchProposeBridgeTx: {
|
|
3391
|
-
readonly bridgeTxs: Vec<PalletBridgeBridgeTx>;
|
|
3392
|
-
} & Struct;
|
|
3393
|
-
readonly isProposeBridgeTx: boolean;
|
|
3394
|
-
readonly asProposeBridgeTx: {
|
|
3395
|
-
readonly bridgeTx: PalletBridgeBridgeTx;
|
|
3396
|
-
} & Struct;
|
|
3397
|
-
readonly isHandleBridgeTx: boolean;
|
|
3398
|
-
readonly asHandleBridgeTx: {
|
|
3399
|
-
readonly bridgeTx: PalletBridgeBridgeTx;
|
|
3400
|
-
} & Struct;
|
|
3401
|
-
readonly isFreezeTxs: boolean;
|
|
3402
|
-
readonly asFreezeTxs: {
|
|
3403
|
-
readonly bridgeTxs: Vec<PalletBridgeBridgeTx>;
|
|
3404
|
-
} & Struct;
|
|
3405
|
-
readonly isUnfreezeTxs: boolean;
|
|
3406
|
-
readonly asUnfreezeTxs: {
|
|
3407
|
-
readonly bridgeTxs: Vec<PalletBridgeBridgeTx>;
|
|
3408
|
-
} & Struct;
|
|
3409
|
-
readonly isHandleScheduledBridgeTx: boolean;
|
|
3410
|
-
readonly asHandleScheduledBridgeTx: {
|
|
3411
|
-
readonly bridgeTx: PalletBridgeBridgeTx;
|
|
3337
|
+
readonly isRemoveAdminViaAdmin: boolean;
|
|
3338
|
+
readonly asRemoveAdminViaAdmin: {
|
|
3339
|
+
readonly multisig: AccountId32;
|
|
3412
3340
|
} & Struct;
|
|
3413
|
-
readonly
|
|
3414
|
-
readonly
|
|
3415
|
-
|
|
3341
|
+
readonly isRemovePayer: boolean;
|
|
3342
|
+
readonly isRemovePayerViaPayer: boolean;
|
|
3343
|
+
readonly asRemovePayerViaPayer: {
|
|
3344
|
+
readonly multisig: AccountId32;
|
|
3416
3345
|
} & Struct;
|
|
3417
|
-
readonly
|
|
3418
|
-
readonly
|
|
3419
|
-
readonly
|
|
3346
|
+
readonly isApproveJoinIdentity: boolean;
|
|
3347
|
+
readonly asApproveJoinIdentity: {
|
|
3348
|
+
readonly multisig: AccountId32;
|
|
3349
|
+
readonly authId: u64;
|
|
3420
3350
|
} & Struct;
|
|
3421
|
-
readonly
|
|
3422
|
-
readonly
|
|
3423
|
-
readonly
|
|
3351
|
+
readonly isJoinIdentity: boolean;
|
|
3352
|
+
readonly asJoinIdentity: {
|
|
3353
|
+
readonly authId: u64;
|
|
3424
3354
|
} & Struct;
|
|
3425
|
-
readonly type: '
|
|
3355
|
+
readonly type: 'CreateMultisig' | 'CreateProposal' | 'Approve' | 'Reject' | 'AcceptMultisigSigner' | 'AddMultisigSigners' | 'RemoveMultisigSigners' | 'AddMultisigSignersViaAdmin' | 'RemoveMultisigSignersViaAdmin' | 'ChangeSigsRequired' | 'ChangeSigsRequiredViaAdmin' | 'AddAdmin' | 'RemoveAdminViaAdmin' | 'RemovePayer' | 'RemovePayerViaPayer' | 'ApproveJoinIdentity' | 'JoinIdentity';
|
|
3426
3356
|
}
|
|
3427
|
-
/** @name PalletStakingPalletCall (
|
|
3357
|
+
/** @name PalletStakingPalletCall (396) */
|
|
3428
3358
|
interface PalletStakingPalletCall extends Enum {
|
|
3429
3359
|
readonly isBond: boolean;
|
|
3430
3360
|
readonly asBond: {
|
|
@@ -3473,27 +3403,6 @@ declare module "./types-lookup.ts" {
|
|
|
3473
3403
|
readonly asScaleValidatorCount: {
|
|
3474
3404
|
readonly factor: Percent;
|
|
3475
3405
|
} & Struct;
|
|
3476
|
-
readonly isAddPermissionedValidator: boolean;
|
|
3477
|
-
readonly asAddPermissionedValidator: {
|
|
3478
|
-
readonly identity: PolymeshPrimitivesIdentityId;
|
|
3479
|
-
readonly intendedCount: Option<u32>;
|
|
3480
|
-
} & Struct;
|
|
3481
|
-
readonly isRemovePermissionedValidator: boolean;
|
|
3482
|
-
readonly asRemovePermissionedValidator: {
|
|
3483
|
-
readonly identity: PolymeshPrimitivesIdentityId;
|
|
3484
|
-
} & Struct;
|
|
3485
|
-
readonly isValidateCddExpiryNominators: boolean;
|
|
3486
|
-
readonly asValidateCddExpiryNominators: {
|
|
3487
|
-
readonly targets: Vec<AccountId32>;
|
|
3488
|
-
} & Struct;
|
|
3489
|
-
readonly isSetCommissionCap: boolean;
|
|
3490
|
-
readonly asSetCommissionCap: {
|
|
3491
|
-
readonly newCap: Perbill;
|
|
3492
|
-
} & Struct;
|
|
3493
|
-
readonly isSetMinBondThreshold: boolean;
|
|
3494
|
-
readonly asSetMinBondThreshold: {
|
|
3495
|
-
readonly newValue: u128;
|
|
3496
|
-
} & Struct;
|
|
3497
3406
|
readonly isForceNoEras: boolean;
|
|
3498
3407
|
readonly isForceNewEra: boolean;
|
|
3499
3408
|
readonly isSetInvulnerables: boolean;
|
|
@@ -3520,31 +3429,48 @@ declare module "./types-lookup.ts" {
|
|
|
3520
3429
|
readonly asRebond: {
|
|
3521
3430
|
readonly value: Compact<u128>;
|
|
3522
3431
|
} & Struct;
|
|
3523
|
-
readonly isSetHistoryDepth: boolean;
|
|
3524
|
-
readonly asSetHistoryDepth: {
|
|
3525
|
-
readonly newHistoryDepth: Compact<u32>;
|
|
3526
|
-
readonly eraItemsDeleted: Compact<u32>;
|
|
3527
|
-
} & Struct;
|
|
3528
3432
|
readonly isReapStash: boolean;
|
|
3529
3433
|
readonly asReapStash: {
|
|
3530
3434
|
readonly stash: AccountId32;
|
|
3531
3435
|
readonly numSlashingSpans: u32;
|
|
3532
3436
|
} & Struct;
|
|
3533
|
-
readonly
|
|
3534
|
-
readonly
|
|
3535
|
-
readonly
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
readonly
|
|
3437
|
+
readonly isKick: boolean;
|
|
3438
|
+
readonly asKick: {
|
|
3439
|
+
readonly who: Vec<MultiAddress>;
|
|
3440
|
+
} & Struct;
|
|
3441
|
+
readonly isSetStakingConfigs: boolean;
|
|
3442
|
+
readonly asSetStakingConfigs: {
|
|
3443
|
+
readonly minNominatorBond: PalletStakingPalletConfigOpU128;
|
|
3444
|
+
readonly minValidatorBond: PalletStakingPalletConfigOpU128;
|
|
3445
|
+
readonly maxNominatorCount: PalletStakingPalletConfigOpU32;
|
|
3446
|
+
readonly maxValidatorCount: PalletStakingPalletConfigOpU32;
|
|
3447
|
+
readonly chillThreshold: PalletStakingPalletConfigOpPercent;
|
|
3448
|
+
readonly minCommission: PalletStakingPalletConfigOpPerbill;
|
|
3449
|
+
} & Struct;
|
|
3450
|
+
readonly isChillOther: boolean;
|
|
3451
|
+
readonly asChillOther: {
|
|
3452
|
+
readonly controller: AccountId32;
|
|
3540
3453
|
} & Struct;
|
|
3541
|
-
readonly
|
|
3542
|
-
readonly
|
|
3543
|
-
readonly
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
readonly
|
|
3454
|
+
readonly isForceApplyMinCommission: boolean;
|
|
3455
|
+
readonly asForceApplyMinCommission: {
|
|
3456
|
+
readonly validatorStash: AccountId32;
|
|
3457
|
+
} & Struct;
|
|
3458
|
+
readonly isSetMinCommission: boolean;
|
|
3459
|
+
readonly asSetMinCommission: {
|
|
3460
|
+
readonly new_: Perbill;
|
|
3461
|
+
} & Struct;
|
|
3462
|
+
readonly isAddPermissionedValidator: boolean;
|
|
3463
|
+
readonly asAddPermissionedValidator: {
|
|
3464
|
+
readonly identity: PolymeshPrimitivesIdentityId;
|
|
3465
|
+
readonly intendedCount: Option<u32>;
|
|
3466
|
+
} & Struct;
|
|
3467
|
+
readonly isRemovePermissionedValidator: boolean;
|
|
3468
|
+
readonly asRemovePermissionedValidator: {
|
|
3469
|
+
readonly identity: PolymeshPrimitivesIdentityId;
|
|
3470
|
+
} & Struct;
|
|
3471
|
+
readonly isValidateCddExpiryNominators: boolean;
|
|
3472
|
+
readonly asValidateCddExpiryNominators: {
|
|
3473
|
+
readonly targets: Vec<AccountId32>;
|
|
3548
3474
|
} & Struct;
|
|
3549
3475
|
readonly isPayoutStakersBySystem: boolean;
|
|
3550
3476
|
readonly asPayoutStakersBySystem: {
|
|
@@ -3565,53 +3491,55 @@ declare module "./types-lookup.ts" {
|
|
|
3565
3491
|
readonly identity: PolymeshPrimitivesIdentityId;
|
|
3566
3492
|
readonly stashKeys: Vec<AccountId32>;
|
|
3567
3493
|
} & Struct;
|
|
3568
|
-
readonly
|
|
3494
|
+
readonly isSetCommissionCap: boolean;
|
|
3495
|
+
readonly asSetCommissionCap: {
|
|
3496
|
+
readonly newCap: Perbill;
|
|
3497
|
+
} & Struct;
|
|
3498
|
+
readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'ReapStash' | 'Kick' | 'SetStakingConfigs' | 'ChillOther' | 'ForceApplyMinCommission' | 'SetMinCommission' | 'AddPermissionedValidator' | 'RemovePermissionedValidator' | 'ValidateCddExpiryNominators' | 'PayoutStakersBySystem' | 'ChangeSlashingAllowedFor' | 'UpdatePermissionedValidatorIntendedCount' | 'ChillFromGovernance' | 'SetCommissionCap';
|
|
3569
3499
|
}
|
|
3570
|
-
/** @name PalletStakingRewardDestination (
|
|
3500
|
+
/** @name PalletStakingRewardDestination (397) */
|
|
3571
3501
|
interface PalletStakingRewardDestination extends Enum {
|
|
3572
3502
|
readonly isStaked: boolean;
|
|
3573
3503
|
readonly isStash: boolean;
|
|
3574
3504
|
readonly isController: boolean;
|
|
3575
3505
|
readonly isAccount: boolean;
|
|
3576
3506
|
readonly asAccount: AccountId32;
|
|
3577
|
-
readonly
|
|
3507
|
+
readonly isNone: boolean;
|
|
3508
|
+
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
|
|
3578
3509
|
}
|
|
3579
|
-
/** @name
|
|
3580
|
-
interface
|
|
3581
|
-
readonly
|
|
3582
|
-
readonly
|
|
3510
|
+
/** @name PalletStakingPalletConfigOpU128 (400) */
|
|
3511
|
+
interface PalletStakingPalletConfigOpU128 extends Enum {
|
|
3512
|
+
readonly isNoop: boolean;
|
|
3513
|
+
readonly isSet: boolean;
|
|
3514
|
+
readonly asSet: u128;
|
|
3515
|
+
readonly isRemove: boolean;
|
|
3516
|
+
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3583
3517
|
}
|
|
3584
|
-
/** @name
|
|
3585
|
-
interface
|
|
3586
|
-
readonly
|
|
3587
|
-
readonly
|
|
3588
|
-
readonly
|
|
3589
|
-
readonly
|
|
3590
|
-
readonly
|
|
3591
|
-
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3592
|
-
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3593
|
-
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3594
|
-
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3595
|
-
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3596
|
-
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3597
|
-
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3598
|
-
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3599
|
-
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3600
|
-
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3601
|
-
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3518
|
+
/** @name PalletStakingPalletConfigOpU32 (401) */
|
|
3519
|
+
interface PalletStakingPalletConfigOpU32 extends Enum {
|
|
3520
|
+
readonly isNoop: boolean;
|
|
3521
|
+
readonly isSet: boolean;
|
|
3522
|
+
readonly asSet: u32;
|
|
3523
|
+
readonly isRemove: boolean;
|
|
3524
|
+
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3602
3525
|
}
|
|
3603
|
-
/** @name
|
|
3604
|
-
interface
|
|
3605
|
-
readonly
|
|
3606
|
-
readonly
|
|
3607
|
-
readonly
|
|
3526
|
+
/** @name PalletStakingPalletConfigOpPercent (402) */
|
|
3527
|
+
interface PalletStakingPalletConfigOpPercent extends Enum {
|
|
3528
|
+
readonly isNoop: boolean;
|
|
3529
|
+
readonly isSet: boolean;
|
|
3530
|
+
readonly asSet: Percent;
|
|
3531
|
+
readonly isRemove: boolean;
|
|
3532
|
+
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3608
3533
|
}
|
|
3609
|
-
/** @name
|
|
3610
|
-
interface
|
|
3611
|
-
readonly
|
|
3612
|
-
readonly
|
|
3534
|
+
/** @name PalletStakingPalletConfigOpPerbill (403) */
|
|
3535
|
+
interface PalletStakingPalletConfigOpPerbill extends Enum {
|
|
3536
|
+
readonly isNoop: boolean;
|
|
3537
|
+
readonly isSet: boolean;
|
|
3538
|
+
readonly asSet: Perbill;
|
|
3539
|
+
readonly isRemove: boolean;
|
|
3540
|
+
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3613
3541
|
}
|
|
3614
|
-
/** @name PalletSessionCall (
|
|
3542
|
+
/** @name PalletSessionCall (405) */
|
|
3615
3543
|
interface PalletSessionCall extends Enum {
|
|
3616
3544
|
readonly isSetKeys: boolean;
|
|
3617
3545
|
readonly asSetKeys: {
|
|
@@ -3621,17 +3549,17 @@ declare module "./types-lookup.ts" {
|
|
|
3621
3549
|
readonly isPurgeKeys: boolean;
|
|
3622
3550
|
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
3623
3551
|
}
|
|
3624
|
-
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (
|
|
3552
|
+
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (406) */
|
|
3625
3553
|
interface PolymeshRuntimeDevelopRuntimeSessionKeys extends Struct {
|
|
3626
3554
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
3627
3555
|
readonly babe: SpConsensusBabeAppPublic;
|
|
3628
3556
|
readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
|
|
3629
3557
|
readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
|
|
3630
3558
|
}
|
|
3631
|
-
/** @name SpAuthorityDiscoveryAppPublic (
|
|
3559
|
+
/** @name SpAuthorityDiscoveryAppPublic (407) */
|
|
3632
3560
|
interface SpAuthorityDiscoveryAppPublic extends SpCoreSr25519Public {
|
|
3633
3561
|
}
|
|
3634
|
-
/** @name PalletGrandpaCall (
|
|
3562
|
+
/** @name PalletGrandpaCall (408) */
|
|
3635
3563
|
interface PalletGrandpaCall extends Enum {
|
|
3636
3564
|
readonly isReportEquivocation: boolean;
|
|
3637
3565
|
readonly asReportEquivocation: {
|
|
@@ -3650,12 +3578,12 @@ declare module "./types-lookup.ts" {
|
|
|
3650
3578
|
} & Struct;
|
|
3651
3579
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
3652
3580
|
}
|
|
3653
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
3581
|
+
/** @name SpConsensusGrandpaEquivocationProof (409) */
|
|
3654
3582
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
3655
3583
|
readonly setId: u64;
|
|
3656
3584
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
3657
3585
|
}
|
|
3658
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
3586
|
+
/** @name SpConsensusGrandpaEquivocation (410) */
|
|
3659
3587
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
3660
3588
|
readonly isPrevote: boolean;
|
|
3661
3589
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -3663,37 +3591,37 @@ declare module "./types-lookup.ts" {
|
|
|
3663
3591
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
3664
3592
|
readonly type: 'Prevote' | 'Precommit';
|
|
3665
3593
|
}
|
|
3666
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
3594
|
+
/** @name FinalityGrandpaEquivocationPrevote (411) */
|
|
3667
3595
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
3668
3596
|
readonly roundNumber: u64;
|
|
3669
3597
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3670
3598
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3671
3599
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3672
3600
|
}
|
|
3673
|
-
/** @name FinalityGrandpaPrevote (
|
|
3601
|
+
/** @name FinalityGrandpaPrevote (412) */
|
|
3674
3602
|
interface FinalityGrandpaPrevote extends Struct {
|
|
3675
3603
|
readonly targetHash: H256;
|
|
3676
3604
|
readonly targetNumber: u32;
|
|
3677
3605
|
}
|
|
3678
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
3606
|
+
/** @name SpConsensusGrandpaAppSignature (413) */
|
|
3679
3607
|
interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
|
|
3680
3608
|
}
|
|
3681
|
-
/** @name SpCoreEd25519Signature (
|
|
3609
|
+
/** @name SpCoreEd25519Signature (414) */
|
|
3682
3610
|
interface SpCoreEd25519Signature extends U8aFixed {
|
|
3683
3611
|
}
|
|
3684
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
3612
|
+
/** @name FinalityGrandpaEquivocationPrecommit (416) */
|
|
3685
3613
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3686
3614
|
readonly roundNumber: u64;
|
|
3687
3615
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3688
3616
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3689
3617
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3690
3618
|
}
|
|
3691
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3619
|
+
/** @name FinalityGrandpaPrecommit (417) */
|
|
3692
3620
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3693
3621
|
readonly targetHash: H256;
|
|
3694
3622
|
readonly targetNumber: u32;
|
|
3695
3623
|
}
|
|
3696
|
-
/** @name PalletImOnlineCall (
|
|
3624
|
+
/** @name PalletImOnlineCall (419) */
|
|
3697
3625
|
interface PalletImOnlineCall extends Enum {
|
|
3698
3626
|
readonly isHeartbeat: boolean;
|
|
3699
3627
|
readonly asHeartbeat: {
|
|
@@ -3702,7 +3630,7 @@ declare module "./types-lookup.ts" {
|
|
|
3702
3630
|
} & Struct;
|
|
3703
3631
|
readonly type: 'Heartbeat';
|
|
3704
3632
|
}
|
|
3705
|
-
/** @name PalletImOnlineHeartbeat (
|
|
3633
|
+
/** @name PalletImOnlineHeartbeat (420) */
|
|
3706
3634
|
interface PalletImOnlineHeartbeat extends Struct {
|
|
3707
3635
|
readonly blockNumber: u32;
|
|
3708
3636
|
readonly networkState: SpCoreOffchainOpaqueNetworkState;
|
|
@@ -3710,18 +3638,18 @@ declare module "./types-lookup.ts" {
|
|
|
3710
3638
|
readonly authorityIndex: u32;
|
|
3711
3639
|
readonly validatorsLen: u32;
|
|
3712
3640
|
}
|
|
3713
|
-
/** @name SpCoreOffchainOpaqueNetworkState (
|
|
3641
|
+
/** @name SpCoreOffchainOpaqueNetworkState (421) */
|
|
3714
3642
|
interface SpCoreOffchainOpaqueNetworkState extends Struct {
|
|
3715
3643
|
readonly peerId: OpaquePeerId;
|
|
3716
3644
|
readonly externalAddresses: Vec<OpaqueMultiaddr>;
|
|
3717
3645
|
}
|
|
3718
|
-
/** @name PalletImOnlineSr25519AppSr25519Signature (
|
|
3646
|
+
/** @name PalletImOnlineSr25519AppSr25519Signature (425) */
|
|
3719
3647
|
interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
|
|
3720
3648
|
}
|
|
3721
|
-
/** @name SpCoreSr25519Signature (
|
|
3649
|
+
/** @name SpCoreSr25519Signature (426) */
|
|
3722
3650
|
interface SpCoreSr25519Signature extends U8aFixed {
|
|
3723
3651
|
}
|
|
3724
|
-
/** @name PalletSudoCall (
|
|
3652
|
+
/** @name PalletSudoCall (427) */
|
|
3725
3653
|
interface PalletSudoCall extends Enum {
|
|
3726
3654
|
readonly isSudo: boolean;
|
|
3727
3655
|
readonly asSudo: {
|
|
@@ -3743,10 +3671,10 @@ declare module "./types-lookup.ts" {
|
|
|
3743
3671
|
} & Struct;
|
|
3744
3672
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
|
|
3745
3673
|
}
|
|
3746
|
-
/** @name PalletAssetCall (
|
|
3674
|
+
/** @name PalletAssetCall (428) */
|
|
3747
3675
|
interface PalletAssetCall extends Enum {
|
|
3748
|
-
readonly
|
|
3749
|
-
readonly
|
|
3676
|
+
readonly isRegisterUniqueTicker: boolean;
|
|
3677
|
+
readonly asRegisterUniqueTicker: {
|
|
3750
3678
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
3751
3679
|
} & Struct;
|
|
3752
3680
|
readonly isAcceptTickerTransfer: boolean;
|
|
@@ -3759,64 +3687,64 @@ declare module "./types-lookup.ts" {
|
|
|
3759
3687
|
} & Struct;
|
|
3760
3688
|
readonly isCreateAsset: boolean;
|
|
3761
3689
|
readonly asCreateAsset: {
|
|
3762
|
-
readonly
|
|
3763
|
-
readonly ticker: PolymeshPrimitivesTicker;
|
|
3690
|
+
readonly assetName: Bytes;
|
|
3764
3691
|
readonly divisible: bool;
|
|
3765
3692
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
3766
|
-
readonly
|
|
3767
|
-
readonly
|
|
3693
|
+
readonly assetIdentifiers: Vec<PolymeshPrimitivesAssetIdentifier>;
|
|
3694
|
+
readonly fundingRoundName: Option<Bytes>;
|
|
3768
3695
|
} & Struct;
|
|
3769
3696
|
readonly isFreeze: boolean;
|
|
3770
3697
|
readonly asFreeze: {
|
|
3771
|
-
readonly
|
|
3698
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3772
3699
|
} & Struct;
|
|
3773
3700
|
readonly isUnfreeze: boolean;
|
|
3774
3701
|
readonly asUnfreeze: {
|
|
3775
|
-
readonly
|
|
3702
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3776
3703
|
} & Struct;
|
|
3777
3704
|
readonly isRenameAsset: boolean;
|
|
3778
3705
|
readonly asRenameAsset: {
|
|
3779
|
-
readonly
|
|
3780
|
-
readonly
|
|
3706
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3707
|
+
readonly assetName: Bytes;
|
|
3781
3708
|
} & Struct;
|
|
3782
3709
|
readonly isIssue: boolean;
|
|
3783
3710
|
readonly asIssue: {
|
|
3784
|
-
readonly
|
|
3711
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3785
3712
|
readonly amount: u128;
|
|
3786
3713
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
3787
3714
|
} & Struct;
|
|
3788
3715
|
readonly isRedeem: boolean;
|
|
3789
3716
|
readonly asRedeem: {
|
|
3790
|
-
readonly
|
|
3717
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3791
3718
|
readonly value: u128;
|
|
3719
|
+
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
3792
3720
|
} & Struct;
|
|
3793
3721
|
readonly isMakeDivisible: boolean;
|
|
3794
3722
|
readonly asMakeDivisible: {
|
|
3795
|
-
readonly
|
|
3723
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3796
3724
|
} & Struct;
|
|
3797
3725
|
readonly isAddDocuments: boolean;
|
|
3798
3726
|
readonly asAddDocuments: {
|
|
3799
3727
|
readonly docs: Vec<PolymeshPrimitivesDocument>;
|
|
3800
|
-
readonly
|
|
3728
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3801
3729
|
} & Struct;
|
|
3802
3730
|
readonly isRemoveDocuments: boolean;
|
|
3803
3731
|
readonly asRemoveDocuments: {
|
|
3804
|
-
readonly
|
|
3805
|
-
readonly
|
|
3732
|
+
readonly docsId: Vec<u32>;
|
|
3733
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3806
3734
|
} & Struct;
|
|
3807
3735
|
readonly isSetFundingRound: boolean;
|
|
3808
3736
|
readonly asSetFundingRound: {
|
|
3809
|
-
readonly
|
|
3810
|
-
readonly
|
|
3737
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3738
|
+
readonly foundingRoundName: Bytes;
|
|
3811
3739
|
} & Struct;
|
|
3812
3740
|
readonly isUpdateIdentifiers: boolean;
|
|
3813
3741
|
readonly asUpdateIdentifiers: {
|
|
3814
|
-
readonly
|
|
3742
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3815
3743
|
readonly assetIdentifiers: Vec<PolymeshPrimitivesAssetIdentifier>;
|
|
3816
3744
|
} & Struct;
|
|
3817
3745
|
readonly isControllerTransfer: boolean;
|
|
3818
3746
|
readonly asControllerTransfer: {
|
|
3819
|
-
readonly
|
|
3747
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3820
3748
|
readonly value: u128;
|
|
3821
3749
|
readonly fromPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
3822
3750
|
} & Struct;
|
|
@@ -3826,29 +3754,28 @@ declare module "./types-lookup.ts" {
|
|
|
3826
3754
|
} & Struct;
|
|
3827
3755
|
readonly isCreateAssetWithCustomType: boolean;
|
|
3828
3756
|
readonly asCreateAssetWithCustomType: {
|
|
3829
|
-
readonly
|
|
3830
|
-
readonly ticker: PolymeshPrimitivesTicker;
|
|
3757
|
+
readonly assetName: Bytes;
|
|
3831
3758
|
readonly divisible: bool;
|
|
3832
3759
|
readonly customAssetType: Bytes;
|
|
3833
|
-
readonly
|
|
3834
|
-
readonly
|
|
3760
|
+
readonly assetIdentifiers: Vec<PolymeshPrimitivesAssetIdentifier>;
|
|
3761
|
+
readonly fundingRoundName: Option<Bytes>;
|
|
3835
3762
|
} & Struct;
|
|
3836
3763
|
readonly isSetAssetMetadata: boolean;
|
|
3837
3764
|
readonly asSetAssetMetadata: {
|
|
3838
|
-
readonly
|
|
3765
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3839
3766
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
3840
3767
|
readonly value: Bytes;
|
|
3841
3768
|
readonly detail: Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>;
|
|
3842
3769
|
} & Struct;
|
|
3843
3770
|
readonly isSetAssetMetadataDetails: boolean;
|
|
3844
3771
|
readonly asSetAssetMetadataDetails: {
|
|
3845
|
-
readonly
|
|
3772
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3846
3773
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
3847
3774
|
readonly detail: PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail;
|
|
3848
3775
|
} & Struct;
|
|
3849
3776
|
readonly isRegisterAndSetLocalAssetMetadata: boolean;
|
|
3850
3777
|
readonly asRegisterAndSetLocalAssetMetadata: {
|
|
3851
|
-
readonly
|
|
3778
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3852
3779
|
readonly name: Bytes;
|
|
3853
3780
|
readonly spec: PolymeshPrimitivesAssetMetadataAssetMetadataSpec;
|
|
3854
3781
|
readonly value: Bytes;
|
|
@@ -3856,7 +3783,7 @@ declare module "./types-lookup.ts" {
|
|
|
3856
3783
|
} & Struct;
|
|
3857
3784
|
readonly isRegisterAssetMetadataLocalType: boolean;
|
|
3858
3785
|
readonly asRegisterAssetMetadataLocalType: {
|
|
3859
|
-
readonly
|
|
3786
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3860
3787
|
readonly name: Bytes;
|
|
3861
3788
|
readonly spec: PolymeshPrimitivesAssetMetadataAssetMetadataSpec;
|
|
3862
3789
|
} & Struct;
|
|
@@ -3865,62 +3792,61 @@ declare module "./types-lookup.ts" {
|
|
|
3865
3792
|
readonly name: Bytes;
|
|
3866
3793
|
readonly spec: PolymeshPrimitivesAssetMetadataAssetMetadataSpec;
|
|
3867
3794
|
} & Struct;
|
|
3868
|
-
readonly isRedeemFromPortfolio: boolean;
|
|
3869
|
-
readonly asRedeemFromPortfolio: {
|
|
3870
|
-
readonly ticker: PolymeshPrimitivesTicker;
|
|
3871
|
-
readonly value: u128;
|
|
3872
|
-
readonly portfolio: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
3873
|
-
} & Struct;
|
|
3874
3795
|
readonly isUpdateAssetType: boolean;
|
|
3875
3796
|
readonly asUpdateAssetType: {
|
|
3876
|
-
readonly
|
|
3797
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3877
3798
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
3878
3799
|
} & Struct;
|
|
3879
3800
|
readonly isRemoveLocalMetadataKey: boolean;
|
|
3880
3801
|
readonly asRemoveLocalMetadataKey: {
|
|
3881
|
-
readonly
|
|
3802
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3882
3803
|
readonly localKey: u64;
|
|
3883
3804
|
} & Struct;
|
|
3884
3805
|
readonly isRemoveMetadataValue: boolean;
|
|
3885
3806
|
readonly asRemoveMetadataValue: {
|
|
3886
|
-
readonly
|
|
3807
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3887
3808
|
readonly metadataKey: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
3888
3809
|
} & Struct;
|
|
3889
|
-
readonly
|
|
3890
|
-
readonly
|
|
3891
|
-
readonly
|
|
3810
|
+
readonly isExemptAssetAffirmation: boolean;
|
|
3811
|
+
readonly asExemptAssetAffirmation: {
|
|
3812
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3892
3813
|
} & Struct;
|
|
3893
|
-
readonly
|
|
3894
|
-
readonly
|
|
3895
|
-
readonly
|
|
3814
|
+
readonly isRemoveAssetAffirmationExemption: boolean;
|
|
3815
|
+
readonly asRemoveAssetAffirmationExemption: {
|
|
3816
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3896
3817
|
} & Struct;
|
|
3897
|
-
readonly
|
|
3898
|
-
readonly
|
|
3899
|
-
readonly
|
|
3818
|
+
readonly isPreApproveAsset: boolean;
|
|
3819
|
+
readonly asPreApproveAsset: {
|
|
3820
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3900
3821
|
} & Struct;
|
|
3901
|
-
readonly
|
|
3902
|
-
readonly
|
|
3903
|
-
readonly
|
|
3822
|
+
readonly isRemoveAssetPreApproval: boolean;
|
|
3823
|
+
readonly asRemoveAssetPreApproval: {
|
|
3824
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3904
3825
|
} & Struct;
|
|
3905
3826
|
readonly isAddMandatoryMediators: boolean;
|
|
3906
3827
|
readonly asAddMandatoryMediators: {
|
|
3907
|
-
readonly
|
|
3828
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3908
3829
|
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3909
3830
|
} & Struct;
|
|
3910
3831
|
readonly isRemoveMandatoryMediators: boolean;
|
|
3911
3832
|
readonly asRemoveMandatoryMediators: {
|
|
3912
|
-
readonly
|
|
3833
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3913
3834
|
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3914
3835
|
} & Struct;
|
|
3915
|
-
readonly
|
|
3836
|
+
readonly isLinkTickerToAssetId: boolean;
|
|
3837
|
+
readonly asLinkTickerToAssetId: {
|
|
3838
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
3839
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3840
|
+
} & Struct;
|
|
3841
|
+
readonly type: 'RegisterUniqueTicker' | 'AcceptTickerTransfer' | 'AcceptAssetOwnershipTransfer' | 'CreateAsset' | 'Freeze' | 'Unfreeze' | 'RenameAsset' | 'Issue' | 'Redeem' | 'MakeDivisible' | 'AddDocuments' | 'RemoveDocuments' | 'SetFundingRound' | 'UpdateIdentifiers' | 'ControllerTransfer' | 'RegisterCustomAssetType' | 'CreateAssetWithCustomType' | 'SetAssetMetadata' | 'SetAssetMetadataDetails' | 'RegisterAndSetLocalAssetMetadata' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'UpdateAssetType' | 'RemoveLocalMetadataKey' | 'RemoveMetadataValue' | 'ExemptAssetAffirmation' | 'RemoveAssetAffirmationExemption' | 'PreApproveAsset' | 'RemoveAssetPreApproval' | 'AddMandatoryMediators' | 'RemoveMandatoryMediators' | 'LinkTickerToAssetId';
|
|
3916
3842
|
}
|
|
3917
|
-
/** @name PalletCorporateActionsDistributionCall (
|
|
3843
|
+
/** @name PalletCorporateActionsDistributionCall (431) */
|
|
3918
3844
|
interface PalletCorporateActionsDistributionCall extends Enum {
|
|
3919
3845
|
readonly isDistribute: boolean;
|
|
3920
3846
|
readonly asDistribute: {
|
|
3921
3847
|
readonly caId: PalletCorporateActionsCaId;
|
|
3922
3848
|
readonly portfolio: Option<u64>;
|
|
3923
|
-
readonly currency:
|
|
3849
|
+
readonly currency: PolymeshPrimitivesAssetAssetID;
|
|
3924
3850
|
readonly perShare: u128;
|
|
3925
3851
|
readonly amount: u128;
|
|
3926
3852
|
readonly paymentAt: u64;
|
|
@@ -3945,11 +3871,11 @@ declare module "./types-lookup.ts" {
|
|
|
3945
3871
|
} & Struct;
|
|
3946
3872
|
readonly type: 'Distribute' | 'Claim' | 'PushBenefit' | 'Reclaim' | 'RemoveDistribution';
|
|
3947
3873
|
}
|
|
3948
|
-
/** @name PalletAssetCheckpointCall (
|
|
3874
|
+
/** @name PalletAssetCheckpointCall (433) */
|
|
3949
3875
|
interface PalletAssetCheckpointCall extends Enum {
|
|
3950
3876
|
readonly isCreateCheckpoint: boolean;
|
|
3951
3877
|
readonly asCreateCheckpoint: {
|
|
3952
|
-
readonly
|
|
3878
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3953
3879
|
} & Struct;
|
|
3954
3880
|
readonly isSetSchedulesMaxComplexity: boolean;
|
|
3955
3881
|
readonly asSetSchedulesMaxComplexity: {
|
|
@@ -3957,64 +3883,64 @@ declare module "./types-lookup.ts" {
|
|
|
3957
3883
|
} & Struct;
|
|
3958
3884
|
readonly isCreateSchedule: boolean;
|
|
3959
3885
|
readonly asCreateSchedule: {
|
|
3960
|
-
readonly
|
|
3886
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3961
3887
|
readonly schedule: PolymeshCommonUtilitiesCheckpointScheduleCheckpoints;
|
|
3962
3888
|
} & Struct;
|
|
3963
3889
|
readonly isRemoveSchedule: boolean;
|
|
3964
3890
|
readonly asRemoveSchedule: {
|
|
3965
|
-
readonly
|
|
3891
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3966
3892
|
readonly id: u64;
|
|
3967
3893
|
} & Struct;
|
|
3968
3894
|
readonly type: 'CreateCheckpoint' | 'SetSchedulesMaxComplexity' | 'CreateSchedule' | 'RemoveSchedule';
|
|
3969
3895
|
}
|
|
3970
|
-
/** @name PalletComplianceManagerCall (
|
|
3896
|
+
/** @name PalletComplianceManagerCall (434) */
|
|
3971
3897
|
interface PalletComplianceManagerCall extends Enum {
|
|
3972
3898
|
readonly isAddComplianceRequirement: boolean;
|
|
3973
3899
|
readonly asAddComplianceRequirement: {
|
|
3974
|
-
readonly
|
|
3900
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3975
3901
|
readonly senderConditions: Vec<PolymeshPrimitivesCondition>;
|
|
3976
3902
|
readonly receiverConditions: Vec<PolymeshPrimitivesCondition>;
|
|
3977
3903
|
} & Struct;
|
|
3978
3904
|
readonly isRemoveComplianceRequirement: boolean;
|
|
3979
3905
|
readonly asRemoveComplianceRequirement: {
|
|
3980
|
-
readonly
|
|
3906
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3981
3907
|
readonly id: u32;
|
|
3982
3908
|
} & Struct;
|
|
3983
3909
|
readonly isReplaceAssetCompliance: boolean;
|
|
3984
3910
|
readonly asReplaceAssetCompliance: {
|
|
3985
|
-
readonly
|
|
3911
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3986
3912
|
readonly assetCompliance: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
3987
3913
|
} & Struct;
|
|
3988
3914
|
readonly isResetAssetCompliance: boolean;
|
|
3989
3915
|
readonly asResetAssetCompliance: {
|
|
3990
|
-
readonly
|
|
3916
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3991
3917
|
} & Struct;
|
|
3992
3918
|
readonly isPauseAssetCompliance: boolean;
|
|
3993
3919
|
readonly asPauseAssetCompliance: {
|
|
3994
|
-
readonly
|
|
3920
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3995
3921
|
} & Struct;
|
|
3996
3922
|
readonly isResumeAssetCompliance: boolean;
|
|
3997
3923
|
readonly asResumeAssetCompliance: {
|
|
3998
|
-
readonly
|
|
3924
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
3999
3925
|
} & Struct;
|
|
4000
3926
|
readonly isAddDefaultTrustedClaimIssuer: boolean;
|
|
4001
3927
|
readonly asAddDefaultTrustedClaimIssuer: {
|
|
4002
|
-
readonly
|
|
3928
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4003
3929
|
readonly issuer: PolymeshPrimitivesConditionTrustedIssuer;
|
|
4004
3930
|
} & Struct;
|
|
4005
3931
|
readonly isRemoveDefaultTrustedClaimIssuer: boolean;
|
|
4006
3932
|
readonly asRemoveDefaultTrustedClaimIssuer: {
|
|
4007
|
-
readonly
|
|
3933
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4008
3934
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
4009
3935
|
} & Struct;
|
|
4010
3936
|
readonly isChangeComplianceRequirement: boolean;
|
|
4011
3937
|
readonly asChangeComplianceRequirement: {
|
|
4012
|
-
readonly
|
|
3938
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4013
3939
|
readonly newReq: PolymeshPrimitivesComplianceManagerComplianceRequirement;
|
|
4014
3940
|
} & Struct;
|
|
4015
3941
|
readonly type: 'AddComplianceRequirement' | 'RemoveComplianceRequirement' | 'ReplaceAssetCompliance' | 'ResetAssetCompliance' | 'PauseAssetCompliance' | 'ResumeAssetCompliance' | 'AddDefaultTrustedClaimIssuer' | 'RemoveDefaultTrustedClaimIssuer' | 'ChangeComplianceRequirement';
|
|
4016
3942
|
}
|
|
4017
|
-
/** @name PalletCorporateActionsCall (
|
|
3943
|
+
/** @name PalletCorporateActionsCall (435) */
|
|
4018
3944
|
interface PalletCorporateActionsCall extends Enum {
|
|
4019
3945
|
readonly isSetMaxDetailsLength: boolean;
|
|
4020
3946
|
readonly asSetMaxDetailsLength: {
|
|
@@ -4022,23 +3948,23 @@ declare module "./types-lookup.ts" {
|
|
|
4022
3948
|
} & Struct;
|
|
4023
3949
|
readonly isSetDefaultTargets: boolean;
|
|
4024
3950
|
readonly asSetDefaultTargets: {
|
|
4025
|
-
readonly
|
|
3951
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4026
3952
|
readonly targets: PalletCorporateActionsTargetIdentities;
|
|
4027
3953
|
} & Struct;
|
|
4028
3954
|
readonly isSetDefaultWithholdingTax: boolean;
|
|
4029
3955
|
readonly asSetDefaultWithholdingTax: {
|
|
4030
|
-
readonly
|
|
3956
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4031
3957
|
readonly tax: Permill;
|
|
4032
3958
|
} & Struct;
|
|
4033
3959
|
readonly isSetDidWithholdingTax: boolean;
|
|
4034
3960
|
readonly asSetDidWithholdingTax: {
|
|
4035
|
-
readonly
|
|
3961
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4036
3962
|
readonly taxedDid: PolymeshPrimitivesIdentityId;
|
|
4037
3963
|
readonly tax: Option<Permill>;
|
|
4038
3964
|
} & Struct;
|
|
4039
3965
|
readonly isInitiateCorporateAction: boolean;
|
|
4040
3966
|
readonly asInitiateCorporateAction: {
|
|
4041
|
-
readonly
|
|
3967
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4042
3968
|
readonly kind: PalletCorporateActionsCaKind;
|
|
4043
3969
|
readonly declDate: u64;
|
|
4044
3970
|
readonly recordDate: Option<PalletCorporateActionsRecordDateSpec>;
|
|
@@ -4065,7 +3991,7 @@ declare module "./types-lookup.ts" {
|
|
|
4065
3991
|
readonly asInitiateCorporateActionAndDistribute: {
|
|
4066
3992
|
readonly caArgs: PalletCorporateActionsInitiateCorporateActionArgs;
|
|
4067
3993
|
readonly portfolio: Option<u64>;
|
|
4068
|
-
readonly currency:
|
|
3994
|
+
readonly currency: PolymeshPrimitivesAssetAssetID;
|
|
4069
3995
|
readonly perShare: u128;
|
|
4070
3996
|
readonly amount: u128;
|
|
4071
3997
|
readonly paymentAt: u64;
|
|
@@ -4073,7 +3999,7 @@ declare module "./types-lookup.ts" {
|
|
|
4073
3999
|
} & Struct;
|
|
4074
4000
|
readonly type: 'SetMaxDetailsLength' | 'SetDefaultTargets' | 'SetDefaultWithholdingTax' | 'SetDidWithholdingTax' | 'InitiateCorporateAction' | 'LinkCaDoc' | 'RemoveCa' | 'ChangeRecordDate' | 'InitiateCorporateActionAndDistribute';
|
|
4075
4001
|
}
|
|
4076
|
-
/** @name PalletCorporateActionsRecordDateSpec (
|
|
4002
|
+
/** @name PalletCorporateActionsRecordDateSpec (437) */
|
|
4077
4003
|
interface PalletCorporateActionsRecordDateSpec extends Enum {
|
|
4078
4004
|
readonly isScheduled: boolean;
|
|
4079
4005
|
readonly asScheduled: u64;
|
|
@@ -4083,9 +4009,9 @@ declare module "./types-lookup.ts" {
|
|
|
4083
4009
|
readonly asExisting: u64;
|
|
4084
4010
|
readonly type: 'Scheduled' | 'ExistingSchedule' | 'Existing';
|
|
4085
4011
|
}
|
|
4086
|
-
/** @name PalletCorporateActionsInitiateCorporateActionArgs (
|
|
4012
|
+
/** @name PalletCorporateActionsInitiateCorporateActionArgs (440) */
|
|
4087
4013
|
interface PalletCorporateActionsInitiateCorporateActionArgs extends Struct {
|
|
4088
|
-
readonly
|
|
4014
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4089
4015
|
readonly kind: PalletCorporateActionsCaKind;
|
|
4090
4016
|
readonly declDate: u64;
|
|
4091
4017
|
readonly recordDate: Option<PalletCorporateActionsRecordDateSpec>;
|
|
@@ -4094,7 +4020,7 @@ declare module "./types-lookup.ts" {
|
|
|
4094
4020
|
readonly defaultWithholdingTax: Option<Permill>;
|
|
4095
4021
|
readonly withholdingTax: Option<Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>>;
|
|
4096
4022
|
}
|
|
4097
|
-
/** @name PalletCorporateActionsBallotCall (
|
|
4023
|
+
/** @name PalletCorporateActionsBallotCall (441) */
|
|
4098
4024
|
interface PalletCorporateActionsBallotCall extends Enum {
|
|
4099
4025
|
readonly isAttachBallot: boolean;
|
|
4100
4026
|
readonly asAttachBallot: {
|
|
@@ -4129,7 +4055,7 @@ declare module "./types-lookup.ts" {
|
|
|
4129
4055
|
} & Struct;
|
|
4130
4056
|
readonly type: 'AttachBallot' | 'Vote' | 'ChangeEnd' | 'ChangeMeta' | 'ChangeRcv' | 'RemoveBallot';
|
|
4131
4057
|
}
|
|
4132
|
-
/** @name PalletPipsCall (
|
|
4058
|
+
/** @name PalletPipsCall (442) */
|
|
4133
4059
|
interface PalletPipsCall extends Enum {
|
|
4134
4060
|
readonly isSetPruneHistoricalPips: boolean;
|
|
4135
4061
|
readonly asSetPruneHistoricalPips: {
|
|
@@ -4202,14 +4128,14 @@ declare module "./types-lookup.ts" {
|
|
|
4202
4128
|
} & Struct;
|
|
4203
4129
|
readonly type: 'SetPruneHistoricalPips' | 'SetMinProposalDeposit' | 'SetDefaultEnactmentPeriod' | 'SetPendingPipExpiry' | 'SetMaxPipSkipCount' | 'SetActivePipLimit' | 'Propose' | 'Vote' | 'ApproveCommitteeProposal' | 'RejectProposal' | 'PruneProposal' | 'RescheduleExecution' | 'ClearSnapshot' | 'Snapshot' | 'EnactSnapshotResults' | 'ExecuteScheduledPip' | 'ExpireScheduledPip';
|
|
4204
4130
|
}
|
|
4205
|
-
/** @name PalletPipsSnapshotResult (
|
|
4131
|
+
/** @name PalletPipsSnapshotResult (445) */
|
|
4206
4132
|
interface PalletPipsSnapshotResult extends Enum {
|
|
4207
4133
|
readonly isApprove: boolean;
|
|
4208
4134
|
readonly isReject: boolean;
|
|
4209
4135
|
readonly isSkip: boolean;
|
|
4210
4136
|
readonly type: 'Approve' | 'Reject' | 'Skip';
|
|
4211
4137
|
}
|
|
4212
|
-
/** @name PalletPortfolioCall (
|
|
4138
|
+
/** @name PalletPortfolioCall (446) */
|
|
4213
4139
|
interface PalletPortfolioCall extends Enum {
|
|
4214
4140
|
readonly isCreatePortfolio: boolean;
|
|
4215
4141
|
readonly asCreatePortfolio: {
|
|
@@ -4240,12 +4166,12 @@ declare module "./types-lookup.ts" {
|
|
|
4240
4166
|
} & Struct;
|
|
4241
4167
|
readonly isPreApprovePortfolio: boolean;
|
|
4242
4168
|
readonly asPreApprovePortfolio: {
|
|
4243
|
-
readonly
|
|
4169
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4244
4170
|
readonly portfolioId: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4245
4171
|
} & Struct;
|
|
4246
4172
|
readonly isRemovePortfolioPreApproval: boolean;
|
|
4247
4173
|
readonly asRemovePortfolioPreApproval: {
|
|
4248
|
-
readonly
|
|
4174
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4249
4175
|
readonly portfolioId: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4250
4176
|
} & Struct;
|
|
4251
4177
|
readonly isAllowIdentityToCreatePortfolios: boolean;
|
|
@@ -4263,12 +4189,12 @@ declare module "./types-lookup.ts" {
|
|
|
4263
4189
|
} & Struct;
|
|
4264
4190
|
readonly type: 'CreatePortfolio' | 'DeletePortfolio' | 'RenamePortfolio' | 'QuitPortfolioCustody' | 'AcceptPortfolioCustody' | 'MovePortfolioFunds' | 'PreApprovePortfolio' | 'RemovePortfolioPreApproval' | 'AllowIdentityToCreatePortfolios' | 'RevokeCreatePortfoliosPermission' | 'CreateCustodyPortfolio';
|
|
4265
4191
|
}
|
|
4266
|
-
/** @name PolymeshPrimitivesPortfolioFund (
|
|
4192
|
+
/** @name PolymeshPrimitivesPortfolioFund (448) */
|
|
4267
4193
|
interface PolymeshPrimitivesPortfolioFund extends Struct {
|
|
4268
4194
|
readonly description: PolymeshPrimitivesPortfolioFundDescription;
|
|
4269
4195
|
readonly memo: Option<PolymeshPrimitivesMemo>;
|
|
4270
4196
|
}
|
|
4271
|
-
/** @name PalletProtocolFeeCall (
|
|
4197
|
+
/** @name PalletProtocolFeeCall (449) */
|
|
4272
4198
|
interface PalletProtocolFeeCall extends Enum {
|
|
4273
4199
|
readonly isChangeCoefficient: boolean;
|
|
4274
4200
|
readonly asChangeCoefficient: {
|
|
@@ -4281,7 +4207,7 @@ declare module "./types-lookup.ts" {
|
|
|
4281
4207
|
} & Struct;
|
|
4282
4208
|
readonly type: 'ChangeCoefficient' | 'ChangeBaseFee';
|
|
4283
4209
|
}
|
|
4284
|
-
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (
|
|
4210
|
+
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (450) */
|
|
4285
4211
|
interface PolymeshCommonUtilitiesProtocolFeeProtocolOp extends Enum {
|
|
4286
4212
|
readonly isAssetRegisterTicker: boolean;
|
|
4287
4213
|
readonly isAssetIssue: boolean;
|
|
@@ -4301,7 +4227,7 @@ declare module "./types-lookup.ts" {
|
|
|
4301
4227
|
readonly isIdentityCreateChildIdentity: boolean;
|
|
4302
4228
|
readonly type: 'AssetRegisterTicker' | 'AssetIssue' | 'AssetAddDocuments' | 'AssetCreateAsset' | 'CheckpointCreateSchedule' | 'ComplianceManagerAddComplianceRequirement' | 'IdentityCddRegisterDid' | 'IdentityAddClaim' | 'IdentityAddSecondaryKeysWithAuthorization' | 'PipsPropose' | 'ContractsPutCode' | 'CorporateBallotAttachBallot' | 'CapitalDistributionDistribute' | 'NftCreateCollection' | 'NftMint' | 'IdentityCreateChildIdentity';
|
|
4303
4229
|
}
|
|
4304
|
-
/** @name PalletSchedulerCall (
|
|
4230
|
+
/** @name PalletSchedulerCall (451) */
|
|
4305
4231
|
interface PalletSchedulerCall extends Enum {
|
|
4306
4232
|
readonly isSchedule: boolean;
|
|
4307
4233
|
readonly asSchedule: {
|
|
@@ -4344,7 +4270,7 @@ declare module "./types-lookup.ts" {
|
|
|
4344
4270
|
} & Struct;
|
|
4345
4271
|
readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
|
|
4346
4272
|
}
|
|
4347
|
-
/** @name PalletSettlementCall (
|
|
4273
|
+
/** @name PalletSettlementCall (453) */
|
|
4348
4274
|
interface PalletSettlementCall extends Enum {
|
|
4349
4275
|
readonly isCreateVenue: boolean;
|
|
4350
4276
|
readonly asCreateVenue: {
|
|
@@ -4370,17 +4296,17 @@ declare module "./types-lookup.ts" {
|
|
|
4370
4296
|
} & Struct;
|
|
4371
4297
|
readonly isSetVenueFiltering: boolean;
|
|
4372
4298
|
readonly asSetVenueFiltering: {
|
|
4373
|
-
readonly
|
|
4299
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4374
4300
|
readonly enabled: bool;
|
|
4375
4301
|
} & Struct;
|
|
4376
4302
|
readonly isAllowVenues: boolean;
|
|
4377
4303
|
readonly asAllowVenues: {
|
|
4378
|
-
readonly
|
|
4304
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4379
4305
|
readonly venues: Vec<u64>;
|
|
4380
4306
|
} & Struct;
|
|
4381
4307
|
readonly isDisallowVenues: boolean;
|
|
4382
4308
|
readonly asDisallowVenues: {
|
|
4383
|
-
readonly
|
|
4309
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4384
4310
|
readonly venues: Vec<u64>;
|
|
4385
4311
|
} & Struct;
|
|
4386
4312
|
readonly isUpdateVenueSigners: boolean;
|
|
@@ -4400,7 +4326,7 @@ declare module "./types-lookup.ts" {
|
|
|
4400
4326
|
} & Struct;
|
|
4401
4327
|
readonly isAddInstruction: boolean;
|
|
4402
4328
|
readonly asAddInstruction: {
|
|
4403
|
-
readonly venueId: u64
|
|
4329
|
+
readonly venueId: Option<u64>;
|
|
4404
4330
|
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4405
4331
|
readonly tradeDate: Option<u64>;
|
|
4406
4332
|
readonly valueDate: Option<u64>;
|
|
@@ -4409,7 +4335,7 @@ declare module "./types-lookup.ts" {
|
|
|
4409
4335
|
} & Struct;
|
|
4410
4336
|
readonly isAddAndAffirmInstruction: boolean;
|
|
4411
4337
|
readonly asAddAndAffirmInstruction: {
|
|
4412
|
-
readonly venueId: u64
|
|
4338
|
+
readonly venueId: Option<u64>;
|
|
4413
4339
|
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4414
4340
|
readonly tradeDate: Option<u64>;
|
|
4415
4341
|
readonly valueDate: Option<u64>;
|
|
@@ -4464,7 +4390,7 @@ declare module "./types-lookup.ts" {
|
|
|
4464
4390
|
} & Struct;
|
|
4465
4391
|
readonly isAddInstructionWithMediators: boolean;
|
|
4466
4392
|
readonly asAddInstructionWithMediators: {
|
|
4467
|
-
readonly venueId: u64
|
|
4393
|
+
readonly venueId: Option<u64>;
|
|
4468
4394
|
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4469
4395
|
readonly tradeDate: Option<u64>;
|
|
4470
4396
|
readonly valueDate: Option<u64>;
|
|
@@ -4474,7 +4400,7 @@ declare module "./types-lookup.ts" {
|
|
|
4474
4400
|
} & Struct;
|
|
4475
4401
|
readonly isAddAndAffirmWithMediators: boolean;
|
|
4476
4402
|
readonly asAddAndAffirmWithMediators: {
|
|
4477
|
-
readonly venueId: u64
|
|
4403
|
+
readonly venueId: Option<u64>;
|
|
4478
4404
|
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
4479
4405
|
readonly tradeDate: Option<u64>;
|
|
4480
4406
|
readonly valueDate: Option<u64>;
|
|
@@ -4499,7 +4425,7 @@ declare module "./types-lookup.ts" {
|
|
|
4499
4425
|
} & Struct;
|
|
4500
4426
|
readonly type: 'CreateVenue' | 'UpdateVenueDetails' | 'UpdateVenueType' | 'AffirmWithReceipts' | 'SetVenueFiltering' | 'AllowVenues' | 'DisallowVenues' | 'UpdateVenueSigners' | 'ExecuteManualInstruction' | 'AddInstruction' | 'AddAndAffirmInstruction' | 'AffirmInstruction' | 'WithdrawAffirmation' | 'RejectInstruction' | 'ExecuteScheduledInstruction' | 'AffirmWithReceiptsWithCount' | 'AffirmInstructionWithCount' | 'RejectInstructionWithCount' | 'WithdrawAffirmationWithCount' | 'AddInstructionWithMediators' | 'AddAndAffirmWithMediators' | 'AffirmInstructionAsMediator' | 'WithdrawAffirmationAsMediator' | 'RejectInstructionAsMediator';
|
|
4501
4427
|
}
|
|
4502
|
-
/** @name PolymeshPrimitivesSettlementReceiptDetails (
|
|
4428
|
+
/** @name PolymeshPrimitivesSettlementReceiptDetails (455) */
|
|
4503
4429
|
interface PolymeshPrimitivesSettlementReceiptDetails extends Struct {
|
|
4504
4430
|
readonly uid: u64;
|
|
4505
4431
|
readonly instructionId: u64;
|
|
@@ -4508,7 +4434,7 @@ declare module "./types-lookup.ts" {
|
|
|
4508
4434
|
readonly signature: SpRuntimeMultiSignature;
|
|
4509
4435
|
readonly metadata: Option<PolymeshPrimitivesSettlementReceiptMetadata>;
|
|
4510
4436
|
}
|
|
4511
|
-
/** @name SpRuntimeMultiSignature (
|
|
4437
|
+
/** @name SpRuntimeMultiSignature (456) */
|
|
4512
4438
|
interface SpRuntimeMultiSignature extends Enum {
|
|
4513
4439
|
readonly isEd25519: boolean;
|
|
4514
4440
|
readonly asEd25519: SpCoreEd25519Signature;
|
|
@@ -4518,37 +4444,37 @@ declare module "./types-lookup.ts" {
|
|
|
4518
4444
|
readonly asEcdsa: SpCoreEcdsaSignature;
|
|
4519
4445
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
4520
4446
|
}
|
|
4521
|
-
/** @name SpCoreEcdsaSignature (
|
|
4447
|
+
/** @name SpCoreEcdsaSignature (457) */
|
|
4522
4448
|
interface SpCoreEcdsaSignature extends U8aFixed {
|
|
4523
4449
|
}
|
|
4524
|
-
/** @name PolymeshPrimitivesSettlementAffirmationCount (
|
|
4450
|
+
/** @name PolymeshPrimitivesSettlementAffirmationCount (460) */
|
|
4525
4451
|
interface PolymeshPrimitivesSettlementAffirmationCount extends Struct {
|
|
4526
4452
|
readonly senderAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4527
4453
|
readonly receiverAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4528
4454
|
readonly offchainCount: u32;
|
|
4529
4455
|
}
|
|
4530
|
-
/** @name PolymeshPrimitivesSettlementAssetCount (
|
|
4456
|
+
/** @name PolymeshPrimitivesSettlementAssetCount (461) */
|
|
4531
4457
|
interface PolymeshPrimitivesSettlementAssetCount extends Struct {
|
|
4532
4458
|
readonly fungible: u32;
|
|
4533
4459
|
readonly nonFungible: u32;
|
|
4534
4460
|
readonly offChain: u32;
|
|
4535
4461
|
}
|
|
4536
|
-
/** @name PalletStatisticsCall (
|
|
4462
|
+
/** @name PalletStatisticsCall (464) */
|
|
4537
4463
|
interface PalletStatisticsCall extends Enum {
|
|
4538
4464
|
readonly isSetActiveAssetStats: boolean;
|
|
4539
4465
|
readonly asSetActiveAssetStats: {
|
|
4540
|
-
readonly
|
|
4466
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4541
4467
|
readonly statTypes: BTreeSet<PolymeshPrimitivesStatisticsStatType>;
|
|
4542
4468
|
} & Struct;
|
|
4543
4469
|
readonly isBatchUpdateAssetStats: boolean;
|
|
4544
4470
|
readonly asBatchUpdateAssetStats: {
|
|
4545
|
-
readonly
|
|
4471
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4546
4472
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
4547
4473
|
readonly values: BTreeSet<PolymeshPrimitivesStatisticsStatUpdate>;
|
|
4548
4474
|
} & Struct;
|
|
4549
4475
|
readonly isSetAssetTransferCompliance: boolean;
|
|
4550
4476
|
readonly asSetAssetTransferCompliance: {
|
|
4551
|
-
readonly
|
|
4477
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4552
4478
|
readonly transferConditions: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
4553
4479
|
} & Struct;
|
|
4554
4480
|
readonly isSetEntitiesExempt: boolean;
|
|
@@ -4559,14 +4485,14 @@ declare module "./types-lookup.ts" {
|
|
|
4559
4485
|
} & Struct;
|
|
4560
4486
|
readonly type: 'SetActiveAssetStats' | 'BatchUpdateAssetStats' | 'SetAssetTransferCompliance' | 'SetEntitiesExempt';
|
|
4561
4487
|
}
|
|
4562
|
-
/** @name PalletStoCall (
|
|
4488
|
+
/** @name PalletStoCall (468) */
|
|
4563
4489
|
interface PalletStoCall extends Enum {
|
|
4564
4490
|
readonly isCreateFundraiser: boolean;
|
|
4565
4491
|
readonly asCreateFundraiser: {
|
|
4566
4492
|
readonly offeringPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4567
|
-
readonly offeringAsset:
|
|
4493
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
4568
4494
|
readonly raisingPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4569
|
-
readonly raisingAsset:
|
|
4495
|
+
readonly raisingAsset: PolymeshPrimitivesAssetAssetID;
|
|
4570
4496
|
readonly tiers: Vec<PalletStoPriceTier>;
|
|
4571
4497
|
readonly venueId: u64;
|
|
4572
4498
|
readonly start: Option<u64>;
|
|
@@ -4578,7 +4504,7 @@ declare module "./types-lookup.ts" {
|
|
|
4578
4504
|
readonly asInvest: {
|
|
4579
4505
|
readonly investmentPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4580
4506
|
readonly fundingPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4581
|
-
readonly offeringAsset:
|
|
4507
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
4582
4508
|
readonly id: u64;
|
|
4583
4509
|
readonly purchaseAmount: u128;
|
|
4584
4510
|
readonly maxPrice: Option<u128>;
|
|
@@ -4586,34 +4512,34 @@ declare module "./types-lookup.ts" {
|
|
|
4586
4512
|
} & Struct;
|
|
4587
4513
|
readonly isFreezeFundraiser: boolean;
|
|
4588
4514
|
readonly asFreezeFundraiser: {
|
|
4589
|
-
readonly offeringAsset:
|
|
4515
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
4590
4516
|
readonly id: u64;
|
|
4591
4517
|
} & Struct;
|
|
4592
4518
|
readonly isUnfreezeFundraiser: boolean;
|
|
4593
4519
|
readonly asUnfreezeFundraiser: {
|
|
4594
|
-
readonly offeringAsset:
|
|
4520
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
4595
4521
|
readonly id: u64;
|
|
4596
4522
|
} & Struct;
|
|
4597
4523
|
readonly isModifyFundraiserWindow: boolean;
|
|
4598
4524
|
readonly asModifyFundraiserWindow: {
|
|
4599
|
-
readonly offeringAsset:
|
|
4525
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
4600
4526
|
readonly id: u64;
|
|
4601
4527
|
readonly start: u64;
|
|
4602
4528
|
readonly end: Option<u64>;
|
|
4603
4529
|
} & Struct;
|
|
4604
4530
|
readonly isStop: boolean;
|
|
4605
4531
|
readonly asStop: {
|
|
4606
|
-
readonly offeringAsset:
|
|
4532
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetID;
|
|
4607
4533
|
readonly id: u64;
|
|
4608
4534
|
} & Struct;
|
|
4609
4535
|
readonly type: 'CreateFundraiser' | 'Invest' | 'FreezeFundraiser' | 'UnfreezeFundraiser' | 'ModifyFundraiserWindow' | 'Stop';
|
|
4610
4536
|
}
|
|
4611
|
-
/** @name PalletStoPriceTier (
|
|
4537
|
+
/** @name PalletStoPriceTier (470) */
|
|
4612
4538
|
interface PalletStoPriceTier extends Struct {
|
|
4613
4539
|
readonly total: u128;
|
|
4614
4540
|
readonly price: u128;
|
|
4615
4541
|
}
|
|
4616
|
-
/** @name PalletTreasuryCall (
|
|
4542
|
+
/** @name PalletTreasuryCall (472) */
|
|
4617
4543
|
interface PalletTreasuryCall extends Enum {
|
|
4618
4544
|
readonly isDisbursement: boolean;
|
|
4619
4545
|
readonly asDisbursement: {
|
|
@@ -4625,12 +4551,12 @@ declare module "./types-lookup.ts" {
|
|
|
4625
4551
|
} & Struct;
|
|
4626
4552
|
readonly type: 'Disbursement' | 'Reimbursement';
|
|
4627
4553
|
}
|
|
4628
|
-
/** @name PolymeshPrimitivesBeneficiary (
|
|
4554
|
+
/** @name PolymeshPrimitivesBeneficiary (474) */
|
|
4629
4555
|
interface PolymeshPrimitivesBeneficiary extends Struct {
|
|
4630
4556
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
4631
4557
|
readonly amount: u128;
|
|
4632
4558
|
}
|
|
4633
|
-
/** @name PalletUtilityCall (
|
|
4559
|
+
/** @name PalletUtilityCall (475) */
|
|
4634
4560
|
interface PalletUtilityCall extends Enum {
|
|
4635
4561
|
readonly isBatch: boolean;
|
|
4636
4562
|
readonly asBatch: {
|
|
@@ -4679,12 +4605,12 @@ declare module "./types-lookup.ts" {
|
|
|
4679
4605
|
} & Struct;
|
|
4680
4606
|
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'BatchOld' | 'BatchAtomic' | 'BatchOptimistic' | 'AsDerivative';
|
|
4681
4607
|
}
|
|
4682
|
-
/** @name PalletUtilityUniqueCall (
|
|
4608
|
+
/** @name PalletUtilityUniqueCall (477) */
|
|
4683
4609
|
interface PalletUtilityUniqueCall extends Struct {
|
|
4684
4610
|
readonly nonce: u64;
|
|
4685
4611
|
readonly call: Call;
|
|
4686
4612
|
}
|
|
4687
|
-
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (
|
|
4613
|
+
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (478) */
|
|
4688
4614
|
interface PolymeshRuntimeDevelopRuntimeOriginCaller extends Enum {
|
|
4689
4615
|
readonly isSystem: boolean;
|
|
4690
4616
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
@@ -4697,7 +4623,7 @@ declare module "./types-lookup.ts" {
|
|
|
4697
4623
|
readonly asUpgradeCommittee: PalletCommitteeRawOriginInstance4;
|
|
4698
4624
|
readonly type: 'System' | 'Void' | 'PolymeshCommittee' | 'TechnicalCommittee' | 'UpgradeCommittee';
|
|
4699
4625
|
}
|
|
4700
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
4626
|
+
/** @name FrameSupportDispatchRawOrigin (479) */
|
|
4701
4627
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
4702
4628
|
readonly isRoot: boolean;
|
|
4703
4629
|
readonly isSigned: boolean;
|
|
@@ -4705,50 +4631,50 @@ declare module "./types-lookup.ts" {
|
|
|
4705
4631
|
readonly isNone: boolean;
|
|
4706
4632
|
readonly type: 'Root' | 'Signed' | 'None';
|
|
4707
4633
|
}
|
|
4708
|
-
/** @name PalletCommitteeRawOriginInstance1 (
|
|
4634
|
+
/** @name PalletCommitteeRawOriginInstance1 (480) */
|
|
4709
4635
|
interface PalletCommitteeRawOriginInstance1 extends Enum {
|
|
4710
4636
|
readonly isEndorsed: boolean;
|
|
4711
4637
|
readonly type: 'Endorsed';
|
|
4712
4638
|
}
|
|
4713
|
-
/** @name PalletCommitteeRawOriginInstance3 (
|
|
4639
|
+
/** @name PalletCommitteeRawOriginInstance3 (481) */
|
|
4714
4640
|
interface PalletCommitteeRawOriginInstance3 extends Enum {
|
|
4715
4641
|
readonly isEndorsed: boolean;
|
|
4716
4642
|
readonly type: 'Endorsed';
|
|
4717
4643
|
}
|
|
4718
|
-
/** @name PalletCommitteeRawOriginInstance4 (
|
|
4644
|
+
/** @name PalletCommitteeRawOriginInstance4 (482) */
|
|
4719
4645
|
interface PalletCommitteeRawOriginInstance4 extends Enum {
|
|
4720
4646
|
readonly isEndorsed: boolean;
|
|
4721
4647
|
readonly type: 'Endorsed';
|
|
4722
4648
|
}
|
|
4723
|
-
/** @name SpCoreVoid (
|
|
4649
|
+
/** @name SpCoreVoid (483) */
|
|
4724
4650
|
type SpCoreVoid = Null;
|
|
4725
|
-
/** @name PalletBaseCall (
|
|
4651
|
+
/** @name PalletBaseCall (484) */
|
|
4726
4652
|
type PalletBaseCall = Null;
|
|
4727
|
-
/** @name PalletExternalAgentsCall (
|
|
4653
|
+
/** @name PalletExternalAgentsCall (485) */
|
|
4728
4654
|
interface PalletExternalAgentsCall extends Enum {
|
|
4729
4655
|
readonly isCreateGroup: boolean;
|
|
4730
4656
|
readonly asCreateGroup: {
|
|
4731
|
-
readonly
|
|
4732
|
-
readonly perms:
|
|
4657
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4658
|
+
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4733
4659
|
} & Struct;
|
|
4734
4660
|
readonly isSetGroupPermissions: boolean;
|
|
4735
4661
|
readonly asSetGroupPermissions: {
|
|
4736
|
-
readonly
|
|
4662
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4737
4663
|
readonly id: u32;
|
|
4738
|
-
readonly perms:
|
|
4664
|
+
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4739
4665
|
} & Struct;
|
|
4740
4666
|
readonly isRemoveAgent: boolean;
|
|
4741
4667
|
readonly asRemoveAgent: {
|
|
4742
|
-
readonly
|
|
4668
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4743
4669
|
readonly agent: PolymeshPrimitivesIdentityId;
|
|
4744
4670
|
} & Struct;
|
|
4745
4671
|
readonly isAbdicate: boolean;
|
|
4746
4672
|
readonly asAbdicate: {
|
|
4747
|
-
readonly
|
|
4673
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4748
4674
|
} & Struct;
|
|
4749
4675
|
readonly isChangeGroup: boolean;
|
|
4750
4676
|
readonly asChangeGroup: {
|
|
4751
|
-
readonly
|
|
4677
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4752
4678
|
readonly agent: PolymeshPrimitivesIdentityId;
|
|
4753
4679
|
readonly group: PolymeshPrimitivesAgentAgentGroup;
|
|
4754
4680
|
} & Struct;
|
|
@@ -4758,20 +4684,20 @@ declare module "./types-lookup.ts" {
|
|
|
4758
4684
|
} & Struct;
|
|
4759
4685
|
readonly isCreateGroupAndAddAuth: boolean;
|
|
4760
4686
|
readonly asCreateGroupAndAddAuth: {
|
|
4761
|
-
readonly
|
|
4762
|
-
readonly perms:
|
|
4687
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4688
|
+
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4763
4689
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
4764
4690
|
readonly expiry: Option<u64>;
|
|
4765
4691
|
} & Struct;
|
|
4766
4692
|
readonly isCreateAndChangeCustomGroup: boolean;
|
|
4767
4693
|
readonly asCreateAndChangeCustomGroup: {
|
|
4768
|
-
readonly
|
|
4769
|
-
readonly perms:
|
|
4694
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4695
|
+
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4770
4696
|
readonly agent: PolymeshPrimitivesIdentityId;
|
|
4771
4697
|
} & Struct;
|
|
4772
4698
|
readonly type: 'CreateGroup' | 'SetGroupPermissions' | 'RemoveAgent' | 'Abdicate' | 'ChangeGroup' | 'AcceptBecomeAgent' | 'CreateGroupAndAddAuth' | 'CreateAndChangeCustomGroup';
|
|
4773
4699
|
}
|
|
4774
|
-
/** @name PalletRelayerCall (
|
|
4700
|
+
/** @name PalletRelayerCall (486) */
|
|
4775
4701
|
interface PalletRelayerCall extends Enum {
|
|
4776
4702
|
readonly isSetPayingKey: boolean;
|
|
4777
4703
|
readonly asSetPayingKey: {
|
|
@@ -4804,7 +4730,7 @@ declare module "./types-lookup.ts" {
|
|
|
4804
4730
|
} & Struct;
|
|
4805
4731
|
readonly type: 'SetPayingKey' | 'AcceptPayingKey' | 'RemovePayingKey' | 'UpdatePolyxLimit' | 'IncreasePolyxLimit' | 'DecreasePolyxLimit';
|
|
4806
4732
|
}
|
|
4807
|
-
/** @name PalletContractsCall (
|
|
4733
|
+
/** @name PalletContractsCall (487) */
|
|
4808
4734
|
interface PalletContractsCall extends Enum {
|
|
4809
4735
|
readonly isCallOldWeight: boolean;
|
|
4810
4736
|
readonly asCallOldWeight: {
|
|
@@ -4875,13 +4801,13 @@ declare module "./types-lookup.ts" {
|
|
|
4875
4801
|
} & Struct;
|
|
4876
4802
|
readonly type: 'CallOldWeight' | 'InstantiateWithCodeOldWeight' | 'InstantiateOldWeight' | 'UploadCode' | 'RemoveCode' | 'SetCode' | 'Call' | 'InstantiateWithCode' | 'Instantiate';
|
|
4877
4803
|
}
|
|
4878
|
-
/** @name PalletContractsWasmDeterminism (
|
|
4804
|
+
/** @name PalletContractsWasmDeterminism (491) */
|
|
4879
4805
|
interface PalletContractsWasmDeterminism extends Enum {
|
|
4880
4806
|
readonly isDeterministic: boolean;
|
|
4881
4807
|
readonly isAllowIndeterminism: boolean;
|
|
4882
4808
|
readonly type: 'Deterministic' | 'AllowIndeterminism';
|
|
4883
4809
|
}
|
|
4884
|
-
/** @name PolymeshContractsCall (
|
|
4810
|
+
/** @name PolymeshContractsCall (492) */
|
|
4885
4811
|
interface PolymeshContractsCall extends Enum {
|
|
4886
4812
|
readonly isInstantiateWithCodePerms: boolean;
|
|
4887
4813
|
readonly asInstantiateWithCodePerms: {
|
|
@@ -4932,16 +4858,16 @@ declare module "./types-lookup.ts" {
|
|
|
4932
4858
|
} & Struct;
|
|
4933
4859
|
readonly type: 'InstantiateWithCodePerms' | 'InstantiateWithHashPerms' | 'UpdateCallRuntimeWhitelist' | 'InstantiateWithCodeAsPrimaryKey' | 'InstantiateWithHashAsPrimaryKey' | 'UpgradeApi';
|
|
4934
4860
|
}
|
|
4935
|
-
/** @name PolymeshContractsNextUpgrade (
|
|
4861
|
+
/** @name PolymeshContractsNextUpgrade (495) */
|
|
4936
4862
|
interface PolymeshContractsNextUpgrade extends Struct {
|
|
4937
4863
|
readonly chainVersion: PolymeshContractsChainVersion;
|
|
4938
4864
|
readonly apiHash: PolymeshContractsApiCodeHash;
|
|
4939
4865
|
}
|
|
4940
|
-
/** @name PolymeshContractsApiCodeHash (
|
|
4866
|
+
/** @name PolymeshContractsApiCodeHash (496) */
|
|
4941
4867
|
interface PolymeshContractsApiCodeHash extends Struct {
|
|
4942
4868
|
readonly hash_: H256;
|
|
4943
4869
|
}
|
|
4944
|
-
/** @name PalletPreimageCall (
|
|
4870
|
+
/** @name PalletPreimageCall (497) */
|
|
4945
4871
|
interface PalletPreimageCall extends Enum {
|
|
4946
4872
|
readonly isNotePreimage: boolean;
|
|
4947
4873
|
readonly asNotePreimage: {
|
|
@@ -4961,44 +4887,105 @@ declare module "./types-lookup.ts" {
|
|
|
4961
4887
|
} & Struct;
|
|
4962
4888
|
readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
|
|
4963
4889
|
}
|
|
4964
|
-
/** @name PalletNftCall (
|
|
4890
|
+
/** @name PalletNftCall (498) */
|
|
4965
4891
|
interface PalletNftCall extends Enum {
|
|
4966
4892
|
readonly isCreateNftCollection: boolean;
|
|
4967
4893
|
readonly asCreateNftCollection: {
|
|
4968
|
-
readonly
|
|
4894
|
+
readonly assetId: Option<PolymeshPrimitivesAssetAssetID>;
|
|
4969
4895
|
readonly nftType: Option<PolymeshPrimitivesAssetNonFungibleType>;
|
|
4970
4896
|
readonly collectionKeys: PolymeshPrimitivesNftNftCollectionKeys;
|
|
4971
4897
|
} & Struct;
|
|
4972
4898
|
readonly isIssueNft: boolean;
|
|
4973
4899
|
readonly asIssueNft: {
|
|
4974
|
-
readonly
|
|
4900
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4975
4901
|
readonly nftMetadataAttributes: Vec<PolymeshPrimitivesNftNftMetadataAttribute>;
|
|
4976
4902
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4977
4903
|
} & Struct;
|
|
4978
4904
|
readonly isRedeemNft: boolean;
|
|
4979
4905
|
readonly asRedeemNft: {
|
|
4980
|
-
readonly
|
|
4906
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
4981
4907
|
readonly nftId: u64;
|
|
4982
4908
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4909
|
+
readonly numberOfKeys: Option<u8>;
|
|
4983
4910
|
} & Struct;
|
|
4984
4911
|
readonly isControllerTransfer: boolean;
|
|
4985
4912
|
readonly asControllerTransfer: {
|
|
4986
|
-
readonly ticker: PolymeshPrimitivesTicker;
|
|
4987
4913
|
readonly nfts: PolymeshPrimitivesNftNfTs;
|
|
4988
4914
|
readonly sourcePortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4989
4915
|
readonly callersPortfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4990
4916
|
} & Struct;
|
|
4991
4917
|
readonly type: 'CreateNftCollection' | 'IssueNft' | 'RedeemNft' | 'ControllerTransfer';
|
|
4992
4918
|
}
|
|
4993
|
-
/** @name PolymeshPrimitivesNftNftCollectionKeys (
|
|
4919
|
+
/** @name PolymeshPrimitivesNftNftCollectionKeys (501) */
|
|
4994
4920
|
interface PolymeshPrimitivesNftNftCollectionKeys extends Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey> {
|
|
4995
4921
|
}
|
|
4996
|
-
/** @name PolymeshPrimitivesNftNftMetadataAttribute (
|
|
4922
|
+
/** @name PolymeshPrimitivesNftNftMetadataAttribute (504) */
|
|
4997
4923
|
interface PolymeshPrimitivesNftNftMetadataAttribute extends Struct {
|
|
4998
4924
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
4999
4925
|
readonly value: Bytes;
|
|
5000
4926
|
}
|
|
5001
|
-
/** @name
|
|
4927
|
+
/** @name PalletElectionProviderMultiPhaseCall (506) */
|
|
4928
|
+
interface PalletElectionProviderMultiPhaseCall extends Enum {
|
|
4929
|
+
readonly isSubmitUnsigned: boolean;
|
|
4930
|
+
readonly asSubmitUnsigned: {
|
|
4931
|
+
readonly rawSolution: PalletElectionProviderMultiPhaseRawSolution;
|
|
4932
|
+
readonly witness: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize;
|
|
4933
|
+
} & Struct;
|
|
4934
|
+
readonly isSetMinimumUntrustedScore: boolean;
|
|
4935
|
+
readonly asSetMinimumUntrustedScore: {
|
|
4936
|
+
readonly maybeNextScore: Option<SpNposElectionsElectionScore>;
|
|
4937
|
+
} & Struct;
|
|
4938
|
+
readonly isSetEmergencyElectionResult: boolean;
|
|
4939
|
+
readonly asSetEmergencyElectionResult: {
|
|
4940
|
+
readonly supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>;
|
|
4941
|
+
} & Struct;
|
|
4942
|
+
readonly isSubmit: boolean;
|
|
4943
|
+
readonly asSubmit: {
|
|
4944
|
+
readonly rawSolution: PalletElectionProviderMultiPhaseRawSolution;
|
|
4945
|
+
} & Struct;
|
|
4946
|
+
readonly isGovernanceFallback: boolean;
|
|
4947
|
+
readonly asGovernanceFallback: {
|
|
4948
|
+
readonly maybeMaxVoters: Option<u32>;
|
|
4949
|
+
readonly maybeMaxTargets: Option<u32>;
|
|
4950
|
+
} & Struct;
|
|
4951
|
+
readonly type: 'SubmitUnsigned' | 'SetMinimumUntrustedScore' | 'SetEmergencyElectionResult' | 'Submit' | 'GovernanceFallback';
|
|
4952
|
+
}
|
|
4953
|
+
/** @name PalletElectionProviderMultiPhaseRawSolution (507) */
|
|
4954
|
+
interface PalletElectionProviderMultiPhaseRawSolution extends Struct {
|
|
4955
|
+
readonly solution: PolymeshRuntimeCommonNposSolution16;
|
|
4956
|
+
readonly score: SpNposElectionsElectionScore;
|
|
4957
|
+
readonly round: u32;
|
|
4958
|
+
}
|
|
4959
|
+
/** @name PolymeshRuntimeCommonNposSolution16 (508) */
|
|
4960
|
+
interface PolymeshRuntimeCommonNposSolution16 extends Struct {
|
|
4961
|
+
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
4962
|
+
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
4963
|
+
readonly votes3: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4964
|
+
readonly votes4: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4965
|
+
readonly votes5: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4966
|
+
readonly votes6: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4967
|
+
readonly votes7: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4968
|
+
readonly votes8: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4969
|
+
readonly votes9: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4970
|
+
readonly votes10: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4971
|
+
readonly votes11: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4972
|
+
readonly votes12: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4973
|
+
readonly votes13: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4974
|
+
readonly votes14: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4975
|
+
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4976
|
+
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4977
|
+
}
|
|
4978
|
+
/** @name PalletElectionProviderMultiPhaseSolutionOrSnapshotSize (559) */
|
|
4979
|
+
interface PalletElectionProviderMultiPhaseSolutionOrSnapshotSize extends Struct {
|
|
4980
|
+
readonly voters: Compact<u32>;
|
|
4981
|
+
readonly targets: Compact<u32>;
|
|
4982
|
+
}
|
|
4983
|
+
/** @name SpNposElectionsSupport (563) */
|
|
4984
|
+
interface SpNposElectionsSupport extends Struct {
|
|
4985
|
+
readonly total: u128;
|
|
4986
|
+
readonly voters: Vec<ITuple<[AccountId32, u128]>>;
|
|
4987
|
+
}
|
|
4988
|
+
/** @name PalletTestUtilsCall (566) */
|
|
5002
4989
|
interface PalletTestUtilsCall extends Enum {
|
|
5003
4990
|
readonly isRegisterDid: boolean;
|
|
5004
4991
|
readonly asRegisterDid: {
|
|
@@ -5015,69 +5002,14 @@ declare module "./types-lookup.ts" {
|
|
|
5015
5002
|
} & Struct;
|
|
5016
5003
|
readonly type: 'RegisterDid' | 'MockCddRegisterDid' | 'GetMyDid' | 'GetCddOf';
|
|
5017
5004
|
}
|
|
5018
|
-
/** @name
|
|
5019
|
-
interface PalletStateTrieMigrationCall extends Enum {
|
|
5020
|
-
readonly isControlAutoMigration: boolean;
|
|
5021
|
-
readonly asControlAutoMigration: {
|
|
5022
|
-
readonly maybeConfig: Option<PalletStateTrieMigrationMigrationLimits>;
|
|
5023
|
-
} & Struct;
|
|
5024
|
-
readonly isContinueMigrate: boolean;
|
|
5025
|
-
readonly asContinueMigrate: {
|
|
5026
|
-
readonly limits: PalletStateTrieMigrationMigrationLimits;
|
|
5027
|
-
readonly realSizeUpper: u32;
|
|
5028
|
-
readonly witnessTask: PalletStateTrieMigrationMigrationTask;
|
|
5029
|
-
} & Struct;
|
|
5030
|
-
readonly isMigrateCustomTop: boolean;
|
|
5031
|
-
readonly asMigrateCustomTop: {
|
|
5032
|
-
readonly keys_: Vec<Bytes>;
|
|
5033
|
-
readonly witnessSize: u32;
|
|
5034
|
-
} & Struct;
|
|
5035
|
-
readonly isMigrateCustomChild: boolean;
|
|
5036
|
-
readonly asMigrateCustomChild: {
|
|
5037
|
-
readonly root: Bytes;
|
|
5038
|
-
readonly childKeys: Vec<Bytes>;
|
|
5039
|
-
readonly totalSize: u32;
|
|
5040
|
-
} & Struct;
|
|
5041
|
-
readonly isSetSignedMaxLimits: boolean;
|
|
5042
|
-
readonly asSetSignedMaxLimits: {
|
|
5043
|
-
readonly limits: PalletStateTrieMigrationMigrationLimits;
|
|
5044
|
-
} & Struct;
|
|
5045
|
-
readonly isForceSetProgress: boolean;
|
|
5046
|
-
readonly asForceSetProgress: {
|
|
5047
|
-
readonly progressTop: PalletStateTrieMigrationProgress;
|
|
5048
|
-
readonly progressChild: PalletStateTrieMigrationProgress;
|
|
5049
|
-
} & Struct;
|
|
5050
|
-
readonly type: 'ControlAutoMigration' | 'ContinueMigrate' | 'MigrateCustomTop' | 'MigrateCustomChild' | 'SetSignedMaxLimits' | 'ForceSetProgress';
|
|
5051
|
-
}
|
|
5052
|
-
/** @name PalletStateTrieMigrationMigrationLimits (561) */
|
|
5053
|
-
interface PalletStateTrieMigrationMigrationLimits extends Struct {
|
|
5054
|
-
readonly size_: u32;
|
|
5055
|
-
readonly item: u32;
|
|
5056
|
-
}
|
|
5057
|
-
/** @name PalletStateTrieMigrationMigrationTask (562) */
|
|
5058
|
-
interface PalletStateTrieMigrationMigrationTask extends Struct {
|
|
5059
|
-
readonly progressTop: PalletStateTrieMigrationProgress;
|
|
5060
|
-
readonly progressChild: PalletStateTrieMigrationProgress;
|
|
5061
|
-
readonly size_: u32;
|
|
5062
|
-
readonly topItems: u32;
|
|
5063
|
-
readonly childItems: u32;
|
|
5064
|
-
}
|
|
5065
|
-
/** @name PalletStateTrieMigrationProgress (563) */
|
|
5066
|
-
interface PalletStateTrieMigrationProgress extends Enum {
|
|
5067
|
-
readonly isToStart: boolean;
|
|
5068
|
-
readonly isLastKey: boolean;
|
|
5069
|
-
readonly asLastKey: Bytes;
|
|
5070
|
-
readonly isComplete: boolean;
|
|
5071
|
-
readonly type: 'ToStart' | 'LastKey' | 'Complete';
|
|
5072
|
-
}
|
|
5073
|
-
/** @name PalletCommitteePolymeshVotes (565) */
|
|
5005
|
+
/** @name PalletCommitteePolymeshVotes (567) */
|
|
5074
5006
|
interface PalletCommitteePolymeshVotes extends Struct {
|
|
5075
5007
|
readonly index: u32;
|
|
5076
5008
|
readonly ayes: Vec<PolymeshPrimitivesIdentityId>;
|
|
5077
5009
|
readonly nays: Vec<PolymeshPrimitivesIdentityId>;
|
|
5078
5010
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5079
5011
|
}
|
|
5080
|
-
/** @name PalletCommitteeError (
|
|
5012
|
+
/** @name PalletCommitteeError (569) */
|
|
5081
5013
|
interface PalletCommitteeError extends Enum {
|
|
5082
5014
|
readonly isDuplicateVote: boolean;
|
|
5083
5015
|
readonly isNotAMember: boolean;
|
|
@@ -5090,61 +5022,56 @@ declare module "./types-lookup.ts" {
|
|
|
5090
5022
|
readonly isProposalsLimitReached: boolean;
|
|
5091
5023
|
readonly type: 'DuplicateVote' | 'NotAMember' | 'NoSuchProposal' | 'ProposalExpired' | 'DuplicateProposal' | 'MismatchedVotingIndex' | 'InvalidProportion' | 'FirstVoteReject' | 'ProposalsLimitReached';
|
|
5092
5024
|
}
|
|
5093
|
-
/** @name
|
|
5094
|
-
interface
|
|
5025
|
+
/** @name PolymeshPrimitivesMultisigProposalVoteCount (578) */
|
|
5026
|
+
interface PolymeshPrimitivesMultisigProposalVoteCount extends Struct {
|
|
5095
5027
|
readonly approvals: u64;
|
|
5096
5028
|
readonly rejections: u64;
|
|
5097
|
-
readonly status: PolymeshPrimitivesMultisigProposalStatus;
|
|
5098
|
-
readonly expiry: Option<u64>;
|
|
5099
|
-
readonly autoClose: bool;
|
|
5100
5029
|
}
|
|
5101
|
-
/** @name
|
|
5102
|
-
interface
|
|
5103
|
-
readonly
|
|
5104
|
-
readonly
|
|
5030
|
+
/** @name PolymeshPrimitivesMultisigProposalState (579) */
|
|
5031
|
+
interface PolymeshPrimitivesMultisigProposalState extends Enum {
|
|
5032
|
+
readonly isActive: boolean;
|
|
5033
|
+
readonly asActive: {
|
|
5034
|
+
readonly until: Option<u64>;
|
|
5035
|
+
} & Struct;
|
|
5105
5036
|
readonly isExecutionSuccessful: boolean;
|
|
5106
5037
|
readonly isExecutionFailed: boolean;
|
|
5107
5038
|
readonly isRejected: boolean;
|
|
5108
|
-
readonly type: '
|
|
5039
|
+
readonly type: 'Active' | 'ExecutionSuccessful' | 'ExecutionFailed' | 'Rejected';
|
|
5109
5040
|
}
|
|
5110
|
-
/** @name PalletMultisigError (
|
|
5041
|
+
/** @name PalletMultisigError (581) */
|
|
5111
5042
|
interface PalletMultisigError extends Enum {
|
|
5112
|
-
readonly isCddMissing: boolean;
|
|
5113
5043
|
readonly isProposalMissing: boolean;
|
|
5114
5044
|
readonly isDecodingError: boolean;
|
|
5115
|
-
readonly
|
|
5116
|
-
readonly isRequiredSignaturesOutOfBounds: boolean;
|
|
5045
|
+
readonly isRequiredSignersIsZero: boolean;
|
|
5117
5046
|
readonly isNotASigner: boolean;
|
|
5118
5047
|
readonly isNoSuchMultisig: boolean;
|
|
5119
5048
|
readonly isNotEnoughSigners: boolean;
|
|
5120
5049
|
readonly isNonceOverflow: boolean;
|
|
5121
5050
|
readonly isAlreadyVoted: boolean;
|
|
5122
5051
|
readonly isAlreadyASigner: boolean;
|
|
5123
|
-
readonly
|
|
5124
|
-
readonly
|
|
5052
|
+
readonly isIdentityNotAdmin: boolean;
|
|
5053
|
+
readonly isIdentityNotPayer: boolean;
|
|
5125
5054
|
readonly isChangeNotAllowed: boolean;
|
|
5126
5055
|
readonly isSignerAlreadyLinkedToMultisig: boolean;
|
|
5127
5056
|
readonly isSignerAlreadyLinkedToIdentity: boolean;
|
|
5128
|
-
readonly
|
|
5129
|
-
readonly isMissingCurrentIdentity: boolean;
|
|
5130
|
-
readonly isNotPrimaryKey: boolean;
|
|
5057
|
+
readonly isNestingNotAllowed: boolean;
|
|
5131
5058
|
readonly isProposalAlreadyRejected: boolean;
|
|
5132
5059
|
readonly isProposalExpired: boolean;
|
|
5133
5060
|
readonly isProposalAlreadyExecuted: boolean;
|
|
5061
|
+
readonly isMaxWeightTooLow: boolean;
|
|
5134
5062
|
readonly isMultisigMissingIdentity: boolean;
|
|
5135
|
-
readonly isFailedToSchedule: boolean;
|
|
5136
5063
|
readonly isTooManySigners: boolean;
|
|
5137
|
-
readonly
|
|
5138
|
-
readonly type: '
|
|
5064
|
+
readonly isNoPayingDid: boolean;
|
|
5065
|
+
readonly type: 'ProposalMissing' | 'DecodingError' | 'RequiredSignersIsZero' | 'NotASigner' | 'NoSuchMultisig' | 'NotEnoughSigners' | 'NonceOverflow' | 'AlreadyVoted' | 'AlreadyASigner' | 'IdentityNotAdmin' | 'IdentityNotPayer' | 'ChangeNotAllowed' | 'SignerAlreadyLinkedToMultisig' | 'SignerAlreadyLinkedToIdentity' | 'NestingNotAllowed' | 'ProposalAlreadyRejected' | 'ProposalExpired' | 'ProposalAlreadyExecuted' | 'MaxWeightTooLow' | 'MultisigMissingIdentity' | 'TooManySigners' | 'NoPayingDid';
|
|
5139
5066
|
}
|
|
5140
|
-
/** @name PalletBridgeBridgeTxDetail (
|
|
5067
|
+
/** @name PalletBridgeBridgeTxDetail (583) */
|
|
5141
5068
|
interface PalletBridgeBridgeTxDetail extends Struct {
|
|
5142
5069
|
readonly amount: u128;
|
|
5143
5070
|
readonly status: PalletBridgeBridgeTxStatus;
|
|
5144
5071
|
readonly executionBlock: u32;
|
|
5145
5072
|
readonly txHash: H256;
|
|
5146
5073
|
}
|
|
5147
|
-
/** @name PalletBridgeBridgeTxStatus (
|
|
5074
|
+
/** @name PalletBridgeBridgeTxStatus (584) */
|
|
5148
5075
|
interface PalletBridgeBridgeTxStatus extends Enum {
|
|
5149
5076
|
readonly isAbsent: boolean;
|
|
5150
5077
|
readonly isPending: boolean;
|
|
@@ -5154,23 +5081,6 @@ declare module "./types-lookup.ts" {
|
|
|
5154
5081
|
readonly isHandled: boolean;
|
|
5155
5082
|
readonly type: 'Absent' | 'Pending' | 'Frozen' | 'Timelocked' | 'Handled';
|
|
5156
5083
|
}
|
|
5157
|
-
/** @name PalletBridgeError (586) */
|
|
5158
|
-
interface PalletBridgeError extends Enum {
|
|
5159
|
-
readonly isControllerNotSet: boolean;
|
|
5160
|
-
readonly isBadCaller: boolean;
|
|
5161
|
-
readonly isBadAdmin: boolean;
|
|
5162
|
-
readonly isNoValidCdd: boolean;
|
|
5163
|
-
readonly isProposalAlreadyHandled: boolean;
|
|
5164
|
-
readonly isUnauthorized: boolean;
|
|
5165
|
-
readonly isFrozen: boolean;
|
|
5166
|
-
readonly isNotFrozen: boolean;
|
|
5167
|
-
readonly isFrozenTx: boolean;
|
|
5168
|
-
readonly isBridgeLimitReached: boolean;
|
|
5169
|
-
readonly isOverflow: boolean;
|
|
5170
|
-
readonly isDivisionByZero: boolean;
|
|
5171
|
-
readonly isTimelockedTx: boolean;
|
|
5172
|
-
readonly type: 'ControllerNotSet' | 'BadCaller' | 'BadAdmin' | 'NoValidCdd' | 'ProposalAlreadyHandled' | 'Unauthorized' | 'Frozen' | 'NotFrozen' | 'FrozenTx' | 'BridgeLimitReached' | 'Overflow' | 'DivisionByZero' | 'TimelockedTx';
|
|
5173
|
-
}
|
|
5174
5084
|
/** @name PalletStakingStakingLedger (587) */
|
|
5175
5085
|
interface PalletStakingStakingLedger extends Struct {
|
|
5176
5086
|
readonly stash: AccountId32;
|
|
@@ -5184,31 +5094,23 @@ declare module "./types-lookup.ts" {
|
|
|
5184
5094
|
readonly value: Compact<u128>;
|
|
5185
5095
|
readonly era: Compact<u32>;
|
|
5186
5096
|
}
|
|
5187
|
-
/** @name PalletStakingNominations (
|
|
5097
|
+
/** @name PalletStakingNominations (592) */
|
|
5188
5098
|
interface PalletStakingNominations extends Struct {
|
|
5189
5099
|
readonly targets: Vec<AccountId32>;
|
|
5190
5100
|
readonly submittedIn: u32;
|
|
5191
5101
|
readonly suppressed: bool;
|
|
5192
5102
|
}
|
|
5193
|
-
/** @name PalletStakingActiveEraInfo (
|
|
5103
|
+
/** @name PalletStakingActiveEraInfo (594) */
|
|
5194
5104
|
interface PalletStakingActiveEraInfo extends Struct {
|
|
5195
5105
|
readonly index: u32;
|
|
5196
5106
|
readonly start: Option<u64>;
|
|
5197
5107
|
}
|
|
5198
|
-
/** @name PalletStakingEraRewardPoints (
|
|
5108
|
+
/** @name PalletStakingEraRewardPoints (596) */
|
|
5199
5109
|
interface PalletStakingEraRewardPoints extends Struct {
|
|
5200
5110
|
readonly total: u32;
|
|
5201
5111
|
readonly individual: BTreeMap<AccountId32, u32>;
|
|
5202
5112
|
}
|
|
5203
|
-
/** @name
|
|
5204
|
-
interface PalletStakingForcing extends Enum {
|
|
5205
|
-
readonly isNotForcing: boolean;
|
|
5206
|
-
readonly isForceNew: boolean;
|
|
5207
|
-
readonly isForceNone: boolean;
|
|
5208
|
-
readonly isForceAlways: boolean;
|
|
5209
|
-
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
5210
|
-
}
|
|
5211
|
-
/** @name PalletStakingUnappliedSlash (599) */
|
|
5113
|
+
/** @name PalletStakingUnappliedSlash (600) */
|
|
5212
5114
|
interface PalletStakingUnappliedSlash extends Struct {
|
|
5213
5115
|
readonly validator: AccountId32;
|
|
5214
5116
|
readonly own: u128;
|
|
@@ -5216,94 +5118,71 @@ declare module "./types-lookup.ts" {
|
|
|
5216
5118
|
readonly reporters: Vec<AccountId32>;
|
|
5217
5119
|
readonly payout: u128;
|
|
5218
5120
|
}
|
|
5219
|
-
/** @name PalletStakingSlashingSlashingSpans (
|
|
5121
|
+
/** @name PalletStakingSlashingSlashingSpans (602) */
|
|
5220
5122
|
interface PalletStakingSlashingSlashingSpans extends Struct {
|
|
5221
5123
|
readonly spanIndex: u32;
|
|
5222
5124
|
readonly lastStart: u32;
|
|
5223
5125
|
readonly lastNonzeroSlash: u32;
|
|
5224
5126
|
readonly prior: Vec<u32>;
|
|
5225
5127
|
}
|
|
5226
|
-
/** @name PalletStakingSlashingSpanRecord (
|
|
5128
|
+
/** @name PalletStakingSlashingSpanRecord (603) */
|
|
5227
5129
|
interface PalletStakingSlashingSpanRecord extends Struct {
|
|
5228
5130
|
readonly slashed: u128;
|
|
5229
5131
|
readonly paidOut: u128;
|
|
5230
5132
|
}
|
|
5231
|
-
/** @name
|
|
5232
|
-
interface PalletStakingElectionResult extends Struct {
|
|
5233
|
-
readonly electedStashes: Vec<AccountId32>;
|
|
5234
|
-
readonly exposures: Vec<ITuple<[AccountId32, PalletStakingExposure]>>;
|
|
5235
|
-
readonly compute: PalletStakingElectionCompute;
|
|
5236
|
-
}
|
|
5237
|
-
/** @name PalletStakingElectionStatus (608) */
|
|
5238
|
-
interface PalletStakingElectionStatus extends Enum {
|
|
5239
|
-
readonly isClosed: boolean;
|
|
5240
|
-
readonly isOpen: boolean;
|
|
5241
|
-
readonly asOpen: u32;
|
|
5242
|
-
readonly type: 'Closed' | 'Open';
|
|
5243
|
-
}
|
|
5244
|
-
/** @name PalletStakingPermissionedIdentityPrefs (609) */
|
|
5133
|
+
/** @name PalletStakingPermissionedIdentityPrefs (606) */
|
|
5245
5134
|
interface PalletStakingPermissionedIdentityPrefs extends Struct {
|
|
5246
5135
|
readonly intendedCount: u32;
|
|
5247
5136
|
readonly runningCount: u32;
|
|
5248
5137
|
}
|
|
5249
|
-
/** @name PalletStakingPalletError (
|
|
5138
|
+
/** @name PalletStakingPalletError (608) */
|
|
5250
5139
|
interface PalletStakingPalletError extends Enum {
|
|
5251
5140
|
readonly isNotController: boolean;
|
|
5252
5141
|
readonly isNotStash: boolean;
|
|
5253
5142
|
readonly isAlreadyBonded: boolean;
|
|
5254
5143
|
readonly isAlreadyPaired: boolean;
|
|
5255
5144
|
readonly isEmptyTargets: boolean;
|
|
5145
|
+
readonly isDuplicateIndex: boolean;
|
|
5256
5146
|
readonly isInvalidSlashIndex: boolean;
|
|
5257
|
-
readonly
|
|
5147
|
+
readonly isInsufficientBond: boolean;
|
|
5258
5148
|
readonly isNoMoreChunks: boolean;
|
|
5259
5149
|
readonly isNoUnlockChunk: boolean;
|
|
5260
5150
|
readonly isFundedTarget: boolean;
|
|
5261
5151
|
readonly isInvalidEraToReward: boolean;
|
|
5152
|
+
readonly isInvalidNumberOfNominations: boolean;
|
|
5262
5153
|
readonly isNotSortedAndUnique: boolean;
|
|
5263
5154
|
readonly isAlreadyClaimed: boolean;
|
|
5264
|
-
readonly
|
|
5265
|
-
readonly isOffchainElectionWeakSubmission: boolean;
|
|
5266
|
-
readonly isSnapshotUnavailable: boolean;
|
|
5267
|
-
readonly isOffchainElectionBogusWinnerCount: boolean;
|
|
5268
|
-
readonly isOffchainElectionBogusWinner: boolean;
|
|
5269
|
-
readonly isOffchainElectionBogusCompact: boolean;
|
|
5270
|
-
readonly isOffchainElectionBogusNominator: boolean;
|
|
5271
|
-
readonly isOffchainElectionBogusNomination: boolean;
|
|
5272
|
-
readonly isOffchainElectionSlashedNomination: boolean;
|
|
5273
|
-
readonly isOffchainElectionBogusSelfVote: boolean;
|
|
5274
|
-
readonly isOffchainElectionBogusEdge: boolean;
|
|
5275
|
-
readonly isOffchainElectionBogusScore: boolean;
|
|
5276
|
-
readonly isOffchainElectionBogusElectionSize: boolean;
|
|
5277
|
-
readonly isCallNotAllowed: boolean;
|
|
5155
|
+
readonly isIncorrectHistoryDepth: boolean;
|
|
5278
5156
|
readonly isIncorrectSlashingSpans: boolean;
|
|
5279
|
-
readonly isAlreadyExists: boolean;
|
|
5280
|
-
readonly isNotExists: boolean;
|
|
5281
|
-
readonly isNoChange: boolean;
|
|
5282
|
-
readonly isInvalidValidatorIdentity: boolean;
|
|
5283
|
-
readonly isInvalidValidatorCommission: boolean;
|
|
5284
|
-
readonly isStashIdentityDoesNotExist: boolean;
|
|
5285
|
-
readonly isStashIdentityNotPermissioned: boolean;
|
|
5286
|
-
readonly isStashIdentityNotCDDed: boolean;
|
|
5287
|
-
readonly isHitIntendedValidatorCount: boolean;
|
|
5288
|
-
readonly isIntendedCountIsExceedingConsensusLimit: boolean;
|
|
5289
|
-
readonly isBondTooSmall: boolean;
|
|
5290
5157
|
readonly isBadState: boolean;
|
|
5291
5158
|
readonly isTooManyTargets: boolean;
|
|
5292
5159
|
readonly isBadTarget: boolean;
|
|
5293
|
-
readonly
|
|
5294
|
-
readonly isBoundNotMet: boolean;
|
|
5160
|
+
readonly isCannotChillOther: boolean;
|
|
5295
5161
|
readonly isTooManyNominators: boolean;
|
|
5296
|
-
readonly
|
|
5162
|
+
readonly isTooManyValidators: boolean;
|
|
5163
|
+
readonly isCommissionTooLow: boolean;
|
|
5164
|
+
readonly isBoundNotMet: boolean;
|
|
5165
|
+
readonly isStashIdentityDoesNotExist: boolean;
|
|
5166
|
+
readonly isStashIdentityNotPermissioned: boolean;
|
|
5167
|
+
readonly isStashIdentityNotCDDed: boolean;
|
|
5168
|
+
readonly isIdentityIsAlreadyPermissioned: boolean;
|
|
5169
|
+
readonly isIdentityIsMissingCDD: boolean;
|
|
5170
|
+
readonly isIntendedCountIsExceedingConsensusLimit: boolean;
|
|
5171
|
+
readonly isIdentityNotFound: boolean;
|
|
5172
|
+
readonly isValidatorNotFound: boolean;
|
|
5173
|
+
readonly isCommissionTooHigh: boolean;
|
|
5174
|
+
readonly isCommissionUnchanged: boolean;
|
|
5175
|
+
readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'DuplicateIndex' | 'InvalidSlashIndex' | 'InsufficientBond' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'InvalidNumberOfNominations' | 'NotSortedAndUnique' | 'AlreadyClaimed' | 'IncorrectHistoryDepth' | 'IncorrectSlashingSpans' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'CannotChillOther' | 'TooManyNominators' | 'TooManyValidators' | 'CommissionTooLow' | 'BoundNotMet' | 'StashIdentityDoesNotExist' | 'StashIdentityNotPermissioned' | 'StashIdentityNotCDDed' | 'IdentityIsAlreadyPermissioned' | 'IdentityIsMissingCDD' | 'IntendedCountIsExceedingConsensusLimit' | 'IdentityNotFound' | 'ValidatorNotFound' | 'CommissionTooHigh' | 'CommissionUnchanged';
|
|
5297
5176
|
}
|
|
5298
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
5177
|
+
/** @name SpStakingOffenceOffenceDetails (609) */
|
|
5299
5178
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
5300
5179
|
readonly offender: ITuple<[AccountId32, PalletStakingExposure]>;
|
|
5301
5180
|
readonly reporters: Vec<AccountId32>;
|
|
5302
5181
|
}
|
|
5303
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
5182
|
+
/** @name SpCoreCryptoKeyTypeId (614) */
|
|
5304
5183
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
5305
5184
|
}
|
|
5306
|
-
/** @name PalletSessionError (
|
|
5185
|
+
/** @name PalletSessionError (615) */
|
|
5307
5186
|
interface PalletSessionError extends Enum {
|
|
5308
5187
|
readonly isInvalidProof: boolean;
|
|
5309
5188
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -5312,7 +5191,7 @@ declare module "./types-lookup.ts" {
|
|
|
5312
5191
|
readonly isNoAccount: boolean;
|
|
5313
5192
|
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
5314
5193
|
}
|
|
5315
|
-
/** @name PalletGrandpaStoredState (
|
|
5194
|
+
/** @name PalletGrandpaStoredState (616) */
|
|
5316
5195
|
interface PalletGrandpaStoredState extends Enum {
|
|
5317
5196
|
readonly isLive: boolean;
|
|
5318
5197
|
readonly isPendingPause: boolean;
|
|
@@ -5328,14 +5207,14 @@ declare module "./types-lookup.ts" {
|
|
|
5328
5207
|
} & Struct;
|
|
5329
5208
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
5330
5209
|
}
|
|
5331
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
5210
|
+
/** @name PalletGrandpaStoredPendingChange (617) */
|
|
5332
5211
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
5333
5212
|
readonly scheduledAt: u32;
|
|
5334
5213
|
readonly delay: u32;
|
|
5335
5214
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
5336
5215
|
readonly forced: Option<u32>;
|
|
5337
5216
|
}
|
|
5338
|
-
/** @name PalletGrandpaError (
|
|
5217
|
+
/** @name PalletGrandpaError (619) */
|
|
5339
5218
|
interface PalletGrandpaError extends Enum {
|
|
5340
5219
|
readonly isPauseFailed: boolean;
|
|
5341
5220
|
readonly isResumeFailed: boolean;
|
|
@@ -5346,47 +5225,40 @@ declare module "./types-lookup.ts" {
|
|
|
5346
5225
|
readonly isDuplicateOffenceReport: boolean;
|
|
5347
5226
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
5348
5227
|
}
|
|
5349
|
-
/** @name PalletImOnlineBoundedOpaqueNetworkState (
|
|
5228
|
+
/** @name PalletImOnlineBoundedOpaqueNetworkState (623) */
|
|
5350
5229
|
interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
|
|
5351
5230
|
readonly peerId: Bytes;
|
|
5352
5231
|
readonly externalAddresses: Vec<Bytes>;
|
|
5353
5232
|
}
|
|
5354
|
-
/** @name PalletImOnlineError (
|
|
5233
|
+
/** @name PalletImOnlineError (627) */
|
|
5355
5234
|
interface PalletImOnlineError extends Enum {
|
|
5356
5235
|
readonly isInvalidKey: boolean;
|
|
5357
5236
|
readonly isDuplicatedHeartbeat: boolean;
|
|
5358
5237
|
readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
|
|
5359
5238
|
}
|
|
5360
|
-
/** @name PalletSudoError (
|
|
5239
|
+
/** @name PalletSudoError (629) */
|
|
5361
5240
|
interface PalletSudoError extends Enum {
|
|
5362
5241
|
readonly isRequireSudo: boolean;
|
|
5363
5242
|
readonly type: 'RequireSudo';
|
|
5364
5243
|
}
|
|
5365
|
-
/** @name PalletAssetTickerRegistration (
|
|
5244
|
+
/** @name PalletAssetTickerRegistration (630) */
|
|
5366
5245
|
interface PalletAssetTickerRegistration extends Struct {
|
|
5367
5246
|
readonly owner: PolymeshPrimitivesIdentityId;
|
|
5368
5247
|
readonly expiry: Option<u64>;
|
|
5369
5248
|
}
|
|
5370
|
-
/** @name PalletAssetTickerRegistrationConfig (
|
|
5249
|
+
/** @name PalletAssetTickerRegistrationConfig (631) */
|
|
5371
5250
|
interface PalletAssetTickerRegistrationConfig extends Struct {
|
|
5372
5251
|
readonly maxTickerLength: u8;
|
|
5373
5252
|
readonly registrationLength: Option<u64>;
|
|
5374
5253
|
}
|
|
5375
|
-
/** @name
|
|
5376
|
-
interface
|
|
5254
|
+
/** @name PalletAssetAssetDetails (632) */
|
|
5255
|
+
interface PalletAssetAssetDetails extends Struct {
|
|
5377
5256
|
readonly totalSupply: u128;
|
|
5378
5257
|
readonly ownerDid: PolymeshPrimitivesIdentityId;
|
|
5379
5258
|
readonly divisible: bool;
|
|
5380
5259
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
5381
5260
|
}
|
|
5382
|
-
/** @name
|
|
5383
|
-
interface PalletAssetAssetOwnershipRelation extends Enum {
|
|
5384
|
-
readonly isNotOwned: boolean;
|
|
5385
|
-
readonly isTickerOwned: boolean;
|
|
5386
|
-
readonly isAssetOwned: boolean;
|
|
5387
|
-
readonly type: 'NotOwned' | 'TickerOwned' | 'AssetOwned';
|
|
5388
|
-
}
|
|
5389
|
-
/** @name PalletAssetError (645) */
|
|
5261
|
+
/** @name PalletAssetError (642) */
|
|
5390
5262
|
interface PalletAssetError extends Enum {
|
|
5391
5263
|
readonly isUnauthorized: boolean;
|
|
5392
5264
|
readonly isAssetAlreadyCreated: boolean;
|
|
@@ -5431,9 +5303,13 @@ declare module "./types-lookup.ts" {
|
|
|
5431
5303
|
readonly isInvalidTransferComplianceFailure: boolean;
|
|
5432
5304
|
readonly isInvalidTransferInvalidReceiverCDD: boolean;
|
|
5433
5305
|
readonly isInvalidTransferInvalidSenderCDD: boolean;
|
|
5434
|
-
readonly
|
|
5306
|
+
readonly isTickerRegistrationNotFound: boolean;
|
|
5307
|
+
readonly isTickerIsAlreadyLinkedToAnAsset: boolean;
|
|
5308
|
+
readonly isAssetIDGenerationError: boolean;
|
|
5309
|
+
readonly isTickerNotRegisteredToCaller: boolean;
|
|
5310
|
+
readonly type: 'Unauthorized' | 'AssetAlreadyCreated' | 'TickerTooLong' | 'TickerNotAlphanumeric' | 'TickerAlreadyRegistered' | 'TotalSupplyAboveLimit' | 'NoSuchAsset' | 'AlreadyFrozen' | 'NotAnOwner' | 'BalanceOverflow' | 'TotalSupplyOverflow' | 'InvalidGranularity' | 'NotFrozen' | 'InvalidTransfer' | 'InsufficientBalance' | 'AssetAlreadyDivisible' | 'InvalidEthereumSignature' | 'TickerRegistrationExpired' | 'SenderSameAsReceiver' | 'NoSuchDoc' | 'MaxLengthOfAssetNameExceeded' | 'FundingRoundNameMaxLengthExceeded' | 'InvalidAssetIdentifier' | 'InvestorUniquenessClaimNotAllowed' | 'InvalidCustomAssetTypeId' | 'AssetMetadataNameMaxLengthExceeded' | 'AssetMetadataValueMaxLengthExceeded' | 'AssetMetadataTypeDefMaxLengthExceeded' | 'AssetMetadataKeyIsMissing' | 'AssetMetadataValueIsLocked' | 'AssetMetadataLocalKeyAlreadyExists' | 'AssetMetadataGlobalKeyAlreadyExists' | 'TickerFirstByteNotValid' | 'UnexpectedNonFungibleToken' | 'IncompatibleAssetTypeUpdate' | 'AssetMetadataKeyBelongsToNFTCollection' | 'AssetMetadataValueIsEmpty' | 'NumberOfAssetMediatorsExceeded' | 'InvalidTickerCharacter' | 'InvalidTransferFrozenAsset' | 'InvalidTransferComplianceFailure' | 'InvalidTransferInvalidReceiverCDD' | 'InvalidTransferInvalidSenderCDD' | 'TickerRegistrationNotFound' | 'TickerIsAlreadyLinkedToAnAsset' | 'AssetIDGenerationError' | 'TickerNotRegisteredToCaller';
|
|
5435
5311
|
}
|
|
5436
|
-
/** @name PalletCorporateActionsDistributionError (
|
|
5312
|
+
/** @name PalletCorporateActionsDistributionError (645) */
|
|
5437
5313
|
interface PalletCorporateActionsDistributionError extends Enum {
|
|
5438
5314
|
readonly isCaNotBenefit: boolean;
|
|
5439
5315
|
readonly isAlreadyExists: boolean;
|
|
@@ -5452,13 +5328,13 @@ declare module "./types-lookup.ts" {
|
|
|
5452
5328
|
readonly isDistributionPerShareIsZero: boolean;
|
|
5453
5329
|
readonly type: 'CaNotBenefit' | 'AlreadyExists' | 'ExpiryBeforePayment' | 'HolderAlreadyPaid' | 'NoSuchDistribution' | 'CannotClaimBeforeStart' | 'CannotClaimAfterExpiry' | 'BalancePerShareProductOverflowed' | 'NotDistributionCreator' | 'AlreadyReclaimed' | 'NotExpired' | 'DistributionStarted' | 'InsufficientRemainingAmount' | 'DistributionAmountIsZero' | 'DistributionPerShareIsZero';
|
|
5454
5330
|
}
|
|
5455
|
-
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (
|
|
5331
|
+
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (649) */
|
|
5456
5332
|
interface PolymeshCommonUtilitiesCheckpointNextCheckpoints extends Struct {
|
|
5457
5333
|
readonly nextAt: u64;
|
|
5458
5334
|
readonly totalPending: u64;
|
|
5459
5335
|
readonly schedules: BTreeMap<u64, u64>;
|
|
5460
5336
|
}
|
|
5461
|
-
/** @name PalletAssetCheckpointError (
|
|
5337
|
+
/** @name PalletAssetCheckpointError (655) */
|
|
5462
5338
|
interface PalletAssetCheckpointError extends Enum {
|
|
5463
5339
|
readonly isNoSuchSchedule: boolean;
|
|
5464
5340
|
readonly isScheduleNotRemovable: boolean;
|
|
@@ -5468,12 +5344,12 @@ declare module "./types-lookup.ts" {
|
|
|
5468
5344
|
readonly isScheduleHasExpiredCheckpoints: boolean;
|
|
5469
5345
|
readonly type: 'NoSuchSchedule' | 'ScheduleNotRemovable' | 'SchedulesOverMaxComplexity' | 'ScheduleIsEmpty' | 'ScheduleFinished' | 'ScheduleHasExpiredCheckpoints';
|
|
5470
5346
|
}
|
|
5471
|
-
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (
|
|
5347
|
+
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (656) */
|
|
5472
5348
|
interface PolymeshPrimitivesComplianceManagerAssetCompliance extends Struct {
|
|
5473
5349
|
readonly paused: bool;
|
|
5474
5350
|
readonly requirements: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
5475
5351
|
}
|
|
5476
|
-
/** @name PalletComplianceManagerError (
|
|
5352
|
+
/** @name PalletComplianceManagerError (658) */
|
|
5477
5353
|
interface PalletComplianceManagerError extends Enum {
|
|
5478
5354
|
readonly isUnauthorized: boolean;
|
|
5479
5355
|
readonly isDidNotExist: boolean;
|
|
@@ -5484,7 +5360,7 @@ declare module "./types-lookup.ts" {
|
|
|
5484
5360
|
readonly isWeightLimitExceeded: boolean;
|
|
5485
5361
|
readonly type: 'Unauthorized' | 'DidNotExist' | 'InvalidComplianceRequirementId' | 'IncorrectOperationOnTrustedIssuer' | 'DuplicateComplianceRequirements' | 'ComplianceRequirementTooComplex' | 'WeightLimitExceeded';
|
|
5486
5362
|
}
|
|
5487
|
-
/** @name PalletCorporateActionsError (
|
|
5363
|
+
/** @name PalletCorporateActionsError (661) */
|
|
5488
5364
|
interface PalletCorporateActionsError extends Enum {
|
|
5489
5365
|
readonly isDetailsTooLong: boolean;
|
|
5490
5366
|
readonly isDuplicateDidTax: boolean;
|
|
@@ -5499,7 +5375,7 @@ declare module "./types-lookup.ts" {
|
|
|
5499
5375
|
readonly isNotTargetedByCA: boolean;
|
|
5500
5376
|
readonly type: 'DetailsTooLong' | 'DuplicateDidTax' | 'TooManyDidTaxes' | 'TooManyTargetIds' | 'NoSuchCheckpointId' | 'NoSuchCA' | 'NoRecordDate' | 'RecordDateAfterStart' | 'DeclDateAfterRecordDate' | 'DeclDateInFuture' | 'NotTargetedByCA';
|
|
5501
5377
|
}
|
|
5502
|
-
/** @name PalletCorporateActionsBallotError (
|
|
5378
|
+
/** @name PalletCorporateActionsBallotError (665) */
|
|
5503
5379
|
interface PalletCorporateActionsBallotError extends Enum {
|
|
5504
5380
|
readonly isCaNotNotice: boolean;
|
|
5505
5381
|
readonly isAlreadyExists: boolean;
|
|
@@ -5517,12 +5393,12 @@ declare module "./types-lookup.ts" {
|
|
|
5517
5393
|
readonly isRcvNotAllowed: boolean;
|
|
5518
5394
|
readonly type: 'CaNotNotice' | 'AlreadyExists' | 'NoSuchBallot' | 'StartAfterEnd' | 'NowAfterEnd' | 'NumberOfChoicesOverflow' | 'VotingAlreadyStarted' | 'VotingNotStarted' | 'VotingAlreadyEnded' | 'WrongVoteCount' | 'InsufficientVotes' | 'NoSuchRCVFallback' | 'RcvSelfCycle' | 'RcvNotAllowed';
|
|
5519
5395
|
}
|
|
5520
|
-
/** @name PalletPermissionsError (
|
|
5396
|
+
/** @name PalletPermissionsError (666) */
|
|
5521
5397
|
interface PalletPermissionsError extends Enum {
|
|
5522
5398
|
readonly isUnauthorizedCaller: boolean;
|
|
5523
5399
|
readonly type: 'UnauthorizedCaller';
|
|
5524
5400
|
}
|
|
5525
|
-
/** @name PalletPipsPipsMetadata (
|
|
5401
|
+
/** @name PalletPipsPipsMetadata (667) */
|
|
5526
5402
|
interface PalletPipsPipsMetadata extends Struct {
|
|
5527
5403
|
readonly id: u32;
|
|
5528
5404
|
readonly url: Option<Bytes>;
|
|
@@ -5531,34 +5407,34 @@ declare module "./types-lookup.ts" {
|
|
|
5531
5407
|
readonly transactionVersion: u32;
|
|
5532
5408
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5533
5409
|
}
|
|
5534
|
-
/** @name PalletPipsDepositInfo (
|
|
5410
|
+
/** @name PalletPipsDepositInfo (669) */
|
|
5535
5411
|
interface PalletPipsDepositInfo extends Struct {
|
|
5536
5412
|
readonly owner: AccountId32;
|
|
5537
5413
|
readonly amount: u128;
|
|
5538
5414
|
}
|
|
5539
|
-
/** @name PalletPipsPip (
|
|
5415
|
+
/** @name PalletPipsPip (670) */
|
|
5540
5416
|
interface PalletPipsPip extends Struct {
|
|
5541
5417
|
readonly id: u32;
|
|
5542
5418
|
readonly proposal: Call;
|
|
5543
5419
|
readonly proposer: PalletPipsProposer;
|
|
5544
5420
|
}
|
|
5545
|
-
/** @name PalletPipsVotingResult (
|
|
5421
|
+
/** @name PalletPipsVotingResult (671) */
|
|
5546
5422
|
interface PalletPipsVotingResult extends Struct {
|
|
5547
5423
|
readonly ayesCount: u32;
|
|
5548
5424
|
readonly ayesStake: u128;
|
|
5549
5425
|
readonly naysCount: u32;
|
|
5550
5426
|
readonly naysStake: u128;
|
|
5551
5427
|
}
|
|
5552
|
-
/** @name PalletPipsVote (
|
|
5428
|
+
/** @name PalletPipsVote (672) */
|
|
5553
5429
|
interface PalletPipsVote extends ITuple<[bool, u128]> {
|
|
5554
5430
|
}
|
|
5555
|
-
/** @name PalletPipsSnapshotMetadata (
|
|
5431
|
+
/** @name PalletPipsSnapshotMetadata (673) */
|
|
5556
5432
|
interface PalletPipsSnapshotMetadata extends Struct {
|
|
5557
5433
|
readonly createdAt: u32;
|
|
5558
5434
|
readonly madeBy: AccountId32;
|
|
5559
5435
|
readonly id: u32;
|
|
5560
5436
|
}
|
|
5561
|
-
/** @name PalletPipsError (
|
|
5437
|
+
/** @name PalletPipsError (675) */
|
|
5562
5438
|
interface PalletPipsError extends Enum {
|
|
5563
5439
|
readonly isRescheduleNotByReleaseCoordinator: boolean;
|
|
5564
5440
|
readonly isNotFromCommunity: boolean;
|
|
@@ -5580,7 +5456,7 @@ declare module "./types-lookup.ts" {
|
|
|
5580
5456
|
readonly isProposalNotInScheduledState: boolean;
|
|
5581
5457
|
readonly type: 'RescheduleNotByReleaseCoordinator' | 'NotFromCommunity' | 'NotByCommittee' | 'TooManyActivePips' | 'IncorrectDeposit' | 'InsufficientDeposit' | 'NoSuchProposal' | 'NotACommitteeMember' | 'InvalidFutureBlockNumber' | 'NumberOfVotesExceeded' | 'StakeAmountOfVotesExceeded' | 'MissingCurrentIdentity' | 'IncorrectProposalState' | 'CannotSkipPip' | 'SnapshotResultTooLarge' | 'SnapshotIdMismatch' | 'ScheduledProposalDoesntExist' | 'ProposalNotInScheduledState';
|
|
5582
5458
|
}
|
|
5583
|
-
/** @name PalletPortfolioError (
|
|
5459
|
+
/** @name PalletPortfolioError (683) */
|
|
5584
5460
|
interface PalletPortfolioError extends Enum {
|
|
5585
5461
|
readonly isPortfolioDoesNotExist: boolean;
|
|
5586
5462
|
readonly isInsufficientPortfolioBalance: boolean;
|
|
@@ -5602,14 +5478,14 @@ declare module "./types-lookup.ts" {
|
|
|
5602
5478
|
readonly isInvalidTransferSenderIdMatchesReceiverId: boolean;
|
|
5603
5479
|
readonly type: 'PortfolioDoesNotExist' | 'InsufficientPortfolioBalance' | 'DestinationIsSamePortfolio' | 'PortfolioNameAlreadyInUse' | 'SecondaryKeyNotAuthorizedForPortfolio' | 'UnauthorizedCustodian' | 'InsufficientTokensLocked' | 'PortfolioNotEmpty' | 'DifferentIdentityPortfolios' | 'NoDuplicateAssetsAllowed' | 'NftNotFoundInPortfolio' | 'NftAlreadyLocked' | 'NftNotLocked' | 'InvalidTransferNFTNotOwned' | 'InvalidTransferNFTIsLocked' | 'EmptyTransfer' | 'MissingOwnersPermission' | 'InvalidTransferSenderIdMatchesReceiverId';
|
|
5604
5480
|
}
|
|
5605
|
-
/** @name PalletProtocolFeeError (
|
|
5481
|
+
/** @name PalletProtocolFeeError (684) */
|
|
5606
5482
|
interface PalletProtocolFeeError extends Enum {
|
|
5607
5483
|
readonly isInsufficientAccountBalance: boolean;
|
|
5608
5484
|
readonly isUnHandledImbalances: boolean;
|
|
5609
5485
|
readonly isInsufficientSubsidyBalance: boolean;
|
|
5610
5486
|
readonly type: 'InsufficientAccountBalance' | 'UnHandledImbalances' | 'InsufficientSubsidyBalance';
|
|
5611
5487
|
}
|
|
5612
|
-
/** @name PalletSchedulerScheduled (
|
|
5488
|
+
/** @name PalletSchedulerScheduled (687) */
|
|
5613
5489
|
interface PalletSchedulerScheduled extends Struct {
|
|
5614
5490
|
readonly maybeId: Option<U8aFixed>;
|
|
5615
5491
|
readonly priority: u8;
|
|
@@ -5617,7 +5493,7 @@ declare module "./types-lookup.ts" {
|
|
|
5617
5493
|
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
5618
5494
|
readonly origin: PolymeshRuntimeDevelopRuntimeOriginCaller;
|
|
5619
5495
|
}
|
|
5620
|
-
/** @name FrameSupportPreimagesBounded (
|
|
5496
|
+
/** @name FrameSupportPreimagesBounded (688) */
|
|
5621
5497
|
interface FrameSupportPreimagesBounded extends Enum {
|
|
5622
5498
|
readonly isLegacy: boolean;
|
|
5623
5499
|
readonly asLegacy: {
|
|
@@ -5632,7 +5508,7 @@ declare module "./types-lookup.ts" {
|
|
|
5632
5508
|
} & Struct;
|
|
5633
5509
|
readonly type: 'Legacy' | 'Inline' | 'Lookup';
|
|
5634
5510
|
}
|
|
5635
|
-
/** @name PalletSchedulerError (
|
|
5511
|
+
/** @name PalletSchedulerError (691) */
|
|
5636
5512
|
interface PalletSchedulerError extends Enum {
|
|
5637
5513
|
readonly isFailedToSchedule: boolean;
|
|
5638
5514
|
readonly isNotFound: boolean;
|
|
@@ -5641,21 +5517,21 @@ declare module "./types-lookup.ts" {
|
|
|
5641
5517
|
readonly isNamed: boolean;
|
|
5642
5518
|
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
|
|
5643
5519
|
}
|
|
5644
|
-
/** @name PolymeshPrimitivesSettlementVenue (
|
|
5520
|
+
/** @name PolymeshPrimitivesSettlementVenue (692) */
|
|
5645
5521
|
interface PolymeshPrimitivesSettlementVenue extends Struct {
|
|
5646
5522
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
5647
5523
|
readonly venueType: PolymeshPrimitivesSettlementVenueType;
|
|
5648
5524
|
}
|
|
5649
|
-
/** @name PolymeshPrimitivesSettlementInstruction (
|
|
5525
|
+
/** @name PolymeshPrimitivesSettlementInstruction (696) */
|
|
5650
5526
|
interface PolymeshPrimitivesSettlementInstruction extends Struct {
|
|
5651
5527
|
readonly instructionId: u64;
|
|
5652
|
-
readonly venueId: u64
|
|
5528
|
+
readonly venueId: Option<u64>;
|
|
5653
5529
|
readonly settlementType: PolymeshPrimitivesSettlementSettlementType;
|
|
5654
5530
|
readonly createdAt: Option<u64>;
|
|
5655
5531
|
readonly tradeDate: Option<u64>;
|
|
5656
5532
|
readonly valueDate: Option<u64>;
|
|
5657
5533
|
}
|
|
5658
|
-
/** @name PolymeshPrimitivesSettlementLegStatus (
|
|
5534
|
+
/** @name PolymeshPrimitivesSettlementLegStatus (698) */
|
|
5659
5535
|
interface PolymeshPrimitivesSettlementLegStatus extends Enum {
|
|
5660
5536
|
readonly isPendingTokenLock: boolean;
|
|
5661
5537
|
readonly isExecutionPending: boolean;
|
|
@@ -5663,14 +5539,14 @@ declare module "./types-lookup.ts" {
|
|
|
5663
5539
|
readonly asExecutionToBeSkipped: ITuple<[AccountId32, u64]>;
|
|
5664
5540
|
readonly type: 'PendingTokenLock' | 'ExecutionPending' | 'ExecutionToBeSkipped';
|
|
5665
5541
|
}
|
|
5666
|
-
/** @name PolymeshPrimitivesSettlementAffirmationStatus (
|
|
5542
|
+
/** @name PolymeshPrimitivesSettlementAffirmationStatus (700) */
|
|
5667
5543
|
interface PolymeshPrimitivesSettlementAffirmationStatus extends Enum {
|
|
5668
5544
|
readonly isUnknown: boolean;
|
|
5669
5545
|
readonly isPending: boolean;
|
|
5670
5546
|
readonly isAffirmed: boolean;
|
|
5671
5547
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5672
5548
|
}
|
|
5673
|
-
/** @name PolymeshPrimitivesSettlementInstructionStatus (
|
|
5549
|
+
/** @name PolymeshPrimitivesSettlementInstructionStatus (703) */
|
|
5674
5550
|
interface PolymeshPrimitivesSettlementInstructionStatus extends Enum {
|
|
5675
5551
|
readonly isUnknown: boolean;
|
|
5676
5552
|
readonly isPending: boolean;
|
|
@@ -5681,7 +5557,7 @@ declare module "./types-lookup.ts" {
|
|
|
5681
5557
|
readonly asRejected: u32;
|
|
5682
5558
|
readonly type: 'Unknown' | 'Pending' | 'Failed' | 'Success' | 'Rejected';
|
|
5683
5559
|
}
|
|
5684
|
-
/** @name PolymeshPrimitivesSettlementMediatorAffirmationStatus (
|
|
5560
|
+
/** @name PolymeshPrimitivesSettlementMediatorAffirmationStatus (705) */
|
|
5685
5561
|
interface PolymeshPrimitivesSettlementMediatorAffirmationStatus extends Enum {
|
|
5686
5562
|
readonly isUnknown: boolean;
|
|
5687
5563
|
readonly isPending: boolean;
|
|
@@ -5691,7 +5567,7 @@ declare module "./types-lookup.ts" {
|
|
|
5691
5567
|
} & Struct;
|
|
5692
5568
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5693
5569
|
}
|
|
5694
|
-
/** @name PalletSettlementError (
|
|
5570
|
+
/** @name PalletSettlementError (707) */
|
|
5695
5571
|
interface PalletSettlementError extends Enum {
|
|
5696
5572
|
readonly isInvalidVenue: boolean;
|
|
5697
5573
|
readonly isUnauthorized: boolean;
|
|
@@ -5736,28 +5612,29 @@ declare module "./types-lookup.ts" {
|
|
|
5736
5612
|
readonly isCallerIsNotAMediator: boolean;
|
|
5737
5613
|
readonly isInvalidExpiryDate: boolean;
|
|
5738
5614
|
readonly isMediatorAffirmationExpired: boolean;
|
|
5739
|
-
readonly
|
|
5615
|
+
readonly isOffChainAssetsMustHaveAVenue: boolean;
|
|
5616
|
+
readonly type: 'InvalidVenue' | 'Unauthorized' | 'InstructionNotAffirmed' | 'UnauthorizedSigner' | 'ReceiptAlreadyClaimed' | 'UnauthorizedVenue' | 'InstructionDatesInvalid' | 'InstructionSettleBlockPassed' | 'InvalidSignature' | 'SameSenderReceiver' | 'SettleOnPastBlock' | 'UnexpectedAffirmationStatus' | 'FailedToSchedule' | 'UnknownInstruction' | 'SignerAlreadyExists' | 'SignerDoesNotExist' | 'ZeroAmount' | 'InstructionSettleBlockNotReached' | 'CallerIsNotAParty' | 'MaxNumberOfNFTsExceeded' | 'NumberOfTransferredNFTsUnderestimated' | 'ReceiptForInvalidLegType' | 'WeightLimitExceeded' | 'MaxNumberOfFungibleAssetsExceeded' | 'MaxNumberOfOffChainAssetsExceeded' | 'NumberOfFungibleTransfersUnderestimated' | 'UnexpectedOFFChainAsset' | 'OffChainAssetCantBeLocked' | 'NumberOfOffChainTransfersUnderestimated' | 'LegNotFound' | 'InputWeightIsLessThanMinimum' | 'MaxNumberOfReceiptsExceeded' | 'NotAllAffirmationsHaveBeenReceived' | 'InvalidInstructionStatusForExecution' | 'FailedToReleaseLockOrTransferAssets' | 'DuplicateReceiptUid' | 'ReceiptInstructionIdMissmatch' | 'MultipleReceiptsForOneLeg' | 'UnexpectedLegStatus' | 'NumberOfVenueSignersExceeded' | 'CallerIsNotAMediator' | 'InvalidExpiryDate' | 'MediatorAffirmationExpired' | 'OffChainAssetsMustHaveAVenue';
|
|
5740
5617
|
}
|
|
5741
|
-
/** @name PolymeshPrimitivesStatisticsStat1stKey (
|
|
5618
|
+
/** @name PolymeshPrimitivesStatisticsStat1stKey (710) */
|
|
5742
5619
|
interface PolymeshPrimitivesStatisticsStat1stKey extends Struct {
|
|
5743
|
-
readonly
|
|
5620
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
5744
5621
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
5745
5622
|
}
|
|
5746
|
-
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (
|
|
5623
|
+
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (711) */
|
|
5747
5624
|
interface PolymeshPrimitivesTransferComplianceAssetTransferCompliance extends Struct {
|
|
5748
5625
|
readonly paused: bool;
|
|
5749
5626
|
readonly requirements: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
5750
5627
|
}
|
|
5751
|
-
/** @name PalletStatisticsError (
|
|
5628
|
+
/** @name PalletStatisticsError (715) */
|
|
5752
5629
|
interface PalletStatisticsError extends Enum {
|
|
5753
|
-
readonly
|
|
5630
|
+
readonly isInvalidTransferStatisticsFailure: boolean;
|
|
5754
5631
|
readonly isStatTypeMissing: boolean;
|
|
5755
5632
|
readonly isStatTypeNeededByTransferCondition: boolean;
|
|
5756
5633
|
readonly isCannotRemoveStatTypeInUse: boolean;
|
|
5757
5634
|
readonly isStatTypeLimitReached: boolean;
|
|
5758
5635
|
readonly isTransferConditionLimitReached: boolean;
|
|
5759
5636
|
readonly isWeightLimitExceeded: boolean;
|
|
5760
|
-
readonly type: '
|
|
5637
|
+
readonly type: 'InvalidTransferStatisticsFailure' | 'StatTypeMissing' | 'StatTypeNeededByTransferCondition' | 'CannotRemoveStatTypeInUse' | 'StatTypeLimitReached' | 'TransferConditionLimitReached' | 'WeightLimitExceeded';
|
|
5761
5638
|
}
|
|
5762
5639
|
/** @name PalletStoError (718) */
|
|
5763
5640
|
interface PalletStoError extends Enum {
|
|
@@ -5796,7 +5673,7 @@ declare module "./types-lookup.ts" {
|
|
|
5796
5673
|
readonly isCounterOverflow: boolean;
|
|
5797
5674
|
readonly type: 'TooLong' | 'CounterOverflow';
|
|
5798
5675
|
}
|
|
5799
|
-
/** @name PalletExternalAgentsError (
|
|
5676
|
+
/** @name PalletExternalAgentsError (724) */
|
|
5800
5677
|
interface PalletExternalAgentsError extends Enum {
|
|
5801
5678
|
readonly isNoSuchAG: boolean;
|
|
5802
5679
|
readonly isUnauthorizedAgent: boolean;
|
|
@@ -5806,12 +5683,12 @@ declare module "./types-lookup.ts" {
|
|
|
5806
5683
|
readonly isSecondaryKeyNotAuthorizedForAsset: boolean;
|
|
5807
5684
|
readonly type: 'NoSuchAG' | 'UnauthorizedAgent' | 'AlreadyAnAgent' | 'NotAnAgent' | 'RemovingLastFullAgent' | 'SecondaryKeyNotAuthorizedForAsset';
|
|
5808
5685
|
}
|
|
5809
|
-
/** @name PalletRelayerSubsidy (
|
|
5686
|
+
/** @name PalletRelayerSubsidy (725) */
|
|
5810
5687
|
interface PalletRelayerSubsidy extends Struct {
|
|
5811
5688
|
readonly payingKey: AccountId32;
|
|
5812
5689
|
readonly remaining: u128;
|
|
5813
5690
|
}
|
|
5814
|
-
/** @name PalletRelayerError (
|
|
5691
|
+
/** @name PalletRelayerError (726) */
|
|
5815
5692
|
interface PalletRelayerError extends Enum {
|
|
5816
5693
|
readonly isUserKeyCddMissing: boolean;
|
|
5817
5694
|
readonly isPayingKeyCddMissing: boolean;
|
|
@@ -5822,7 +5699,7 @@ declare module "./types-lookup.ts" {
|
|
|
5822
5699
|
readonly isOverflow: boolean;
|
|
5823
5700
|
readonly type: 'UserKeyCddMissing' | 'PayingKeyCddMissing' | 'NoPayingKey' | 'NotPayingKey' | 'NotAuthorizedForPayingKey' | 'NotAuthorizedForUserKey' | 'Overflow';
|
|
5824
5701
|
}
|
|
5825
|
-
/** @name PalletContractsWasmPrefabWasmModule (
|
|
5702
|
+
/** @name PalletContractsWasmPrefabWasmModule (728) */
|
|
5826
5703
|
interface PalletContractsWasmPrefabWasmModule extends Struct {
|
|
5827
5704
|
readonly instructionWeightsVersion: Compact<u32>;
|
|
5828
5705
|
readonly initial: Compact<u32>;
|
|
@@ -5830,13 +5707,13 @@ declare module "./types-lookup.ts" {
|
|
|
5830
5707
|
readonly code: Bytes;
|
|
5831
5708
|
readonly determinism: PalletContractsWasmDeterminism;
|
|
5832
5709
|
}
|
|
5833
|
-
/** @name PalletContractsWasmOwnerInfo (
|
|
5710
|
+
/** @name PalletContractsWasmOwnerInfo (730) */
|
|
5834
5711
|
interface PalletContractsWasmOwnerInfo extends Struct {
|
|
5835
5712
|
readonly owner: AccountId32;
|
|
5836
5713
|
readonly deposit: Compact<u128>;
|
|
5837
5714
|
readonly refcount: Compact<u64>;
|
|
5838
5715
|
}
|
|
5839
|
-
/** @name PalletContractsStorageContractInfo (
|
|
5716
|
+
/** @name PalletContractsStorageContractInfo (731) */
|
|
5840
5717
|
interface PalletContractsStorageContractInfo extends Struct {
|
|
5841
5718
|
readonly trieId: Bytes;
|
|
5842
5719
|
readonly depositAccount: AccountId32;
|
|
@@ -5847,17 +5724,17 @@ declare module "./types-lookup.ts" {
|
|
|
5847
5724
|
readonly storageItemDeposit: u128;
|
|
5848
5725
|
readonly storageBaseDeposit: u128;
|
|
5849
5726
|
}
|
|
5850
|
-
/** @name PalletContractsStorageDeletedContract (
|
|
5727
|
+
/** @name PalletContractsStorageDeletedContract (734) */
|
|
5851
5728
|
interface PalletContractsStorageDeletedContract extends Struct {
|
|
5852
5729
|
readonly trieId: Bytes;
|
|
5853
5730
|
}
|
|
5854
|
-
/** @name PalletContractsSchedule (
|
|
5731
|
+
/** @name PalletContractsSchedule (736) */
|
|
5855
5732
|
interface PalletContractsSchedule extends Struct {
|
|
5856
5733
|
readonly limits: PalletContractsScheduleLimits;
|
|
5857
5734
|
readonly instructionWeights: PalletContractsScheduleInstructionWeights;
|
|
5858
5735
|
readonly hostFnWeights: PalletContractsScheduleHostFnWeights;
|
|
5859
5736
|
}
|
|
5860
|
-
/** @name PalletContractsScheduleLimits (
|
|
5737
|
+
/** @name PalletContractsScheduleLimits (737) */
|
|
5861
5738
|
interface PalletContractsScheduleLimits extends Struct {
|
|
5862
5739
|
readonly eventTopics: u32;
|
|
5863
5740
|
readonly globals: u32;
|
|
@@ -5869,7 +5746,7 @@ declare module "./types-lookup.ts" {
|
|
|
5869
5746
|
readonly subjectLen: u32;
|
|
5870
5747
|
readonly payloadLen: u32;
|
|
5871
5748
|
}
|
|
5872
|
-
/** @name PalletContractsScheduleInstructionWeights (
|
|
5749
|
+
/** @name PalletContractsScheduleInstructionWeights (738) */
|
|
5873
5750
|
interface PalletContractsScheduleInstructionWeights extends Struct {
|
|
5874
5751
|
readonly version: u32;
|
|
5875
5752
|
readonly fallback: u32;
|
|
@@ -5926,7 +5803,7 @@ declare module "./types-lookup.ts" {
|
|
|
5926
5803
|
readonly i64rotl: u32;
|
|
5927
5804
|
readonly i64rotr: u32;
|
|
5928
5805
|
}
|
|
5929
|
-
/** @name PalletContractsScheduleHostFnWeights (
|
|
5806
|
+
/** @name PalletContractsScheduleHostFnWeights (739) */
|
|
5930
5807
|
interface PalletContractsScheduleHostFnWeights extends Struct {
|
|
5931
5808
|
readonly caller: SpWeightsWeightV2Weight;
|
|
5932
5809
|
readonly isContract: SpWeightsWeightV2Weight;
|
|
@@ -5988,7 +5865,7 @@ declare module "./types-lookup.ts" {
|
|
|
5988
5865
|
readonly accountReentranceCount: SpWeightsWeightV2Weight;
|
|
5989
5866
|
readonly instantiationNonce: SpWeightsWeightV2Weight;
|
|
5990
5867
|
}
|
|
5991
|
-
/** @name PalletContractsError (
|
|
5868
|
+
/** @name PalletContractsError (740) */
|
|
5992
5869
|
interface PalletContractsError extends Enum {
|
|
5993
5870
|
readonly isInvalidScheduleVersion: boolean;
|
|
5994
5871
|
readonly isInvalidCallFlags: boolean;
|
|
@@ -6020,7 +5897,7 @@ declare module "./types-lookup.ts" {
|
|
|
6020
5897
|
readonly isIndeterministic: boolean;
|
|
6021
5898
|
readonly type: 'InvalidScheduleVersion' | 'InvalidCallFlags' | 'OutOfGas' | 'OutputBufferTooSmall' | 'TransferFailed' | 'MaxCallDepthReached' | 'ContractNotFound' | 'CodeTooLarge' | 'CodeNotFound' | 'OutOfBounds' | 'DecodingFailed' | 'ContractTrapped' | 'ValueTooLarge' | 'TerminatedWhileReentrant' | 'InputForwarded' | 'RandomSubjectTooLong' | 'TooManyTopics' | 'NoChainExtension' | 'DeletionQueueFull' | 'DuplicateContract' | 'TerminatedInConstructor' | 'ReentranceDenied' | 'StorageDepositNotEnoughFunds' | 'StorageDepositLimitExhausted' | 'CodeInUse' | 'ContractReverted' | 'CodeRejected' | 'Indeterministic';
|
|
6022
5899
|
}
|
|
6023
|
-
/** @name PolymeshContractsError (
|
|
5900
|
+
/** @name PolymeshContractsError (742) */
|
|
6024
5901
|
interface PolymeshContractsError extends Enum {
|
|
6025
5902
|
readonly isInvalidFuncId: boolean;
|
|
6026
5903
|
readonly isInvalidRuntimeCall: boolean;
|
|
@@ -6036,7 +5913,7 @@ declare module "./types-lookup.ts" {
|
|
|
6036
5913
|
readonly isNoUpgradesSupported: boolean;
|
|
6037
5914
|
readonly type: 'InvalidFuncId' | 'InvalidRuntimeCall' | 'ReadStorageFailed' | 'DataLeftAfterDecoding' | 'InLenTooLarge' | 'OutLenTooLarge' | 'InstantiatorWithNoIdentity' | 'RuntimeCallDenied' | 'CallerNotAPrimaryKey' | 'MissingKeyPermissions' | 'InvalidChainVersion' | 'NoUpgradesSupported';
|
|
6038
5915
|
}
|
|
6039
|
-
/** @name PalletPreimageRequestStatus (
|
|
5916
|
+
/** @name PalletPreimageRequestStatus (743) */
|
|
6040
5917
|
interface PalletPreimageRequestStatus extends Enum {
|
|
6041
5918
|
readonly isUnrequested: boolean;
|
|
6042
5919
|
readonly asUnrequested: {
|
|
@@ -6051,7 +5928,7 @@ declare module "./types-lookup.ts" {
|
|
|
6051
5928
|
} & Struct;
|
|
6052
5929
|
readonly type: 'Unrequested' | 'Requested';
|
|
6053
5930
|
}
|
|
6054
|
-
/** @name PalletPreimageError (
|
|
5931
|
+
/** @name PalletPreimageError (747) */
|
|
6055
5932
|
interface PalletPreimageError extends Enum {
|
|
6056
5933
|
readonly isTooBig: boolean;
|
|
6057
5934
|
readonly isAlreadyNoted: boolean;
|
|
@@ -6061,12 +5938,12 @@ declare module "./types-lookup.ts" {
|
|
|
6061
5938
|
readonly isNotRequested: boolean;
|
|
6062
5939
|
readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
|
|
6063
5940
|
}
|
|
6064
|
-
/** @name PolymeshPrimitivesNftNftCollection (
|
|
5941
|
+
/** @name PolymeshPrimitivesNftNftCollection (748) */
|
|
6065
5942
|
interface PolymeshPrimitivesNftNftCollection extends Struct {
|
|
6066
5943
|
readonly id: u64;
|
|
6067
|
-
readonly
|
|
5944
|
+
readonly assetId: PolymeshPrimitivesAssetAssetID;
|
|
6068
5945
|
}
|
|
6069
|
-
/** @name PalletNftError (
|
|
5946
|
+
/** @name PalletNftError (753) */
|
|
6070
5947
|
interface PalletNftError extends Enum {
|
|
6071
5948
|
readonly isBalanceOverflow: boolean;
|
|
6072
5949
|
readonly isBalanceUnderflow: boolean;
|
|
@@ -6094,32 +5971,69 @@ declare module "./types-lookup.ts" {
|
|
|
6094
5971
|
readonly isInvalidNFTTransferSenderIdMatchesReceiverId: boolean;
|
|
6095
5972
|
readonly isInvalidNFTTransferInvalidReceiverCDD: boolean;
|
|
6096
5973
|
readonly isInvalidNFTTransferInvalidSenderCDD: boolean;
|
|
6097
|
-
readonly
|
|
5974
|
+
readonly isInvalidAssetID: boolean;
|
|
6098
5975
|
readonly isNftIsLocked: boolean;
|
|
6099
|
-
readonly
|
|
5976
|
+
readonly isNumberOfKeysIsLessThanExpected: boolean;
|
|
5977
|
+
readonly type: 'BalanceOverflow' | 'BalanceUnderflow' | 'CollectionAlredyRegistered' | 'CollectionNotFound' | 'DuplicateMetadataKey' | 'DuplicatedNFTId' | 'InvalidAssetType' | 'InvalidMetadataAttribute' | 'InvalidNFTTransferCollectionNotFound' | 'InvalidNFTTransferSamePortfolio' | 'InvalidNFTTransferNFTNotOwned' | 'InvalidNFTTransferCountOverflow' | 'InvalidNFTTransferComplianceFailure' | 'InvalidNFTTransferFrozenAsset' | 'InvalidNFTTransferInsufficientCount' | 'MaxNumberOfKeysExceeded' | 'MaxNumberOfNFTsPerLegExceeded' | 'NftNotFound' | 'UnregisteredMetadataKey' | 'ZeroCount' | 'SupplyOverflow' | 'SupplyUnderflow' | 'InvalidNFTTransferNFTIsLocked' | 'InvalidNFTTransferSenderIdMatchesReceiverId' | 'InvalidNFTTransferInvalidReceiverCDD' | 'InvalidNFTTransferInvalidSenderCDD' | 'InvalidAssetID' | 'NftIsLocked' | 'NumberOfKeysIsLessThanExpected';
|
|
5978
|
+
}
|
|
5979
|
+
/** @name PalletElectionProviderMultiPhaseReadySolution (754) */
|
|
5980
|
+
interface PalletElectionProviderMultiPhaseReadySolution extends Struct {
|
|
5981
|
+
readonly supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>;
|
|
5982
|
+
readonly score: SpNposElectionsElectionScore;
|
|
5983
|
+
readonly compute: PalletElectionProviderMultiPhaseElectionCompute;
|
|
5984
|
+
}
|
|
5985
|
+
/** @name PalletElectionProviderMultiPhaseRoundSnapshot (756) */
|
|
5986
|
+
interface PalletElectionProviderMultiPhaseRoundSnapshot extends Struct {
|
|
5987
|
+
readonly voters: Vec<ITuple<[AccountId32, u64, Vec<AccountId32>]>>;
|
|
5988
|
+
readonly targets: Vec<AccountId32>;
|
|
5989
|
+
}
|
|
5990
|
+
/** @name PalletElectionProviderMultiPhaseSignedSignedSubmission (762) */
|
|
5991
|
+
interface PalletElectionProviderMultiPhaseSignedSignedSubmission extends Struct {
|
|
5992
|
+
readonly who: AccountId32;
|
|
5993
|
+
readonly deposit: u128;
|
|
5994
|
+
readonly rawSolution: PalletElectionProviderMultiPhaseRawSolution;
|
|
5995
|
+
readonly callFee: u128;
|
|
5996
|
+
}
|
|
5997
|
+
/** @name PalletElectionProviderMultiPhaseError (763) */
|
|
5998
|
+
interface PalletElectionProviderMultiPhaseError extends Enum {
|
|
5999
|
+
readonly isPreDispatchEarlySubmission: boolean;
|
|
6000
|
+
readonly isPreDispatchWrongWinnerCount: boolean;
|
|
6001
|
+
readonly isPreDispatchWeakSubmission: boolean;
|
|
6002
|
+
readonly isSignedQueueFull: boolean;
|
|
6003
|
+
readonly isSignedCannotPayDeposit: boolean;
|
|
6004
|
+
readonly isSignedInvalidWitness: boolean;
|
|
6005
|
+
readonly isSignedTooMuchWeight: boolean;
|
|
6006
|
+
readonly isOcwCallWrongEra: boolean;
|
|
6007
|
+
readonly isMissingSnapshotMetadata: boolean;
|
|
6008
|
+
readonly isInvalidSubmissionIndex: boolean;
|
|
6009
|
+
readonly isCallNotAllowed: boolean;
|
|
6010
|
+
readonly isFallbackFailed: boolean;
|
|
6011
|
+
readonly isBoundNotMet: boolean;
|
|
6012
|
+
readonly isTooManyWinners: boolean;
|
|
6013
|
+
readonly type: 'PreDispatchEarlySubmission' | 'PreDispatchWrongWinnerCount' | 'PreDispatchWeakSubmission' | 'SignedQueueFull' | 'SignedCannotPayDeposit' | 'SignedInvalidWitness' | 'SignedTooMuchWeight' | 'OcwCallWrongEra' | 'MissingSnapshotMetadata' | 'InvalidSubmissionIndex' | 'CallNotAllowed' | 'FallbackFailed' | 'BoundNotMet' | 'TooManyWinners';
|
|
6100
6014
|
}
|
|
6101
|
-
/** @name PalletTestUtilsError (
|
|
6015
|
+
/** @name PalletTestUtilsError (764) */
|
|
6102
6016
|
type PalletTestUtilsError = Null;
|
|
6103
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
6017
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (767) */
|
|
6104
6018
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
6105
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
6019
|
+
/** @name FrameSystemExtensionsCheckTxVersion (768) */
|
|
6106
6020
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
6107
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
6021
|
+
/** @name FrameSystemExtensionsCheckGenesis (769) */
|
|
6108
6022
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
6109
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
6023
|
+
/** @name FrameSystemExtensionsCheckNonce (772) */
|
|
6110
6024
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
6111
6025
|
}
|
|
6112
|
-
/** @name PolymeshExtensionsCheckWeight (
|
|
6026
|
+
/** @name PolymeshExtensionsCheckWeight (773) */
|
|
6113
6027
|
interface PolymeshExtensionsCheckWeight extends FrameSystemExtensionsCheckWeight {
|
|
6114
6028
|
}
|
|
6115
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
6029
|
+
/** @name FrameSystemExtensionsCheckWeight (774) */
|
|
6116
6030
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
6117
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
6031
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (775) */
|
|
6118
6032
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
6119
6033
|
}
|
|
6120
|
-
/** @name PalletPermissionsStoreCallMetadata (
|
|
6034
|
+
/** @name PalletPermissionsStoreCallMetadata (776) */
|
|
6121
6035
|
type PalletPermissionsStoreCallMetadata = Null;
|
|
6122
|
-
/** @name PolymeshRuntimeDevelopRuntime (
|
|
6036
|
+
/** @name PolymeshRuntimeDevelopRuntime (777) */
|
|
6123
6037
|
type PolymeshRuntimeDevelopRuntime = Null;
|
|
6124
6038
|
}
|
|
6125
6039
|
//# sourceMappingURL=types-lookup.d.ts.map
|