@polymeshassociation/polymesh-sdk 23.0.0-alpha.9 → 23.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -2
- package/README.md +49 -7
- package/api/client/Assets.d.ts +10 -2
- package/api/client/Assets.d.ts.map +1 -1
- package/api/client/Assets.js +27 -9
- package/api/client/Assets.js.map +1 -1
- package/api/client/Claims.d.ts +26 -1
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +61 -2
- package/api/client/Claims.js.map +1 -1
- package/api/client/Network.d.ts +1 -1
- package/api/client/Network.d.ts.map +1 -1
- package/api/client/Network.js.map +1 -1
- package/api/client/Polymesh.d.ts.map +1 -1
- package/api/client/Polymesh.js +2 -1
- package/api/client/Polymesh.js.map +1 -1
- package/api/entities/Account/MultiSig/index.d.ts.map +1 -1
- package/api/entities/Account/MultiSig/index.js +2 -5
- package/api/entities/Account/MultiSig/index.js.map +1 -1
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +1 -1
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Account/types.d.ts +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts +85 -0
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -0
- package/api/entities/Asset/Base/Settlements/index.js +141 -0
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -0
- package/api/entities/Asset/Fungible/index.d.ts +2 -2
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +2 -2
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts +76 -5
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +162 -6
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.d.ts +30 -16
- package/api/entities/Asset/NonFungible/NftCollection.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/NftCollection.js +72 -27
- package/api/entities/Asset/NonFungible/NftCollection.js.map +1 -1
- package/api/entities/Asset/types.d.ts +23 -3
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Identity/AssetPermissions.d.ts +3 -3
- package/api/entities/Identity/AssetPermissions.d.ts.map +1 -1
- package/api/entities/Identity/AssetPermissions.js.map +1 -1
- package/api/entities/Identity/index.d.ts +17 -2
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +37 -0
- 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 +29 -20
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +10 -3
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/Instruction/types.js.map +1 -1
- package/api/entities/MetadataEntry/index.d.ts +2 -2
- package/api/entities/MetadataEntry/index.d.ts.map +1 -1
- package/api/entities/MetadataEntry/index.js +1 -1
- package/api/entities/MetadataEntry/index.js.map +1 -1
- package/api/entities/MultiSigProposal/index.d.ts +36 -2
- package/api/entities/MultiSigProposal/index.d.ts.map +1 -1
- package/api/entities/MultiSigProposal/index.js +91 -10
- package/api/entities/MultiSigProposal/index.js.map +1 -1
- package/api/entities/MultiSigProposal/types.d.ts +15 -2
- package/api/entities/MultiSigProposal/types.d.ts.map +1 -1
- package/api/entities/MultiSigProposal/types.js +6 -1
- package/api/entities/MultiSigProposal/types.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts +12 -4
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +69 -6
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/entities/Portfolio/types.d.ts +20 -5
- package/api/entities/Portfolio/types.d.ts.map +1 -1
- package/api/entities/Venue/types.d.ts +1 -1
- package/api/entities/common/namespaces/Authorizations.d.ts +2 -1
- package/api/entities/common/namespaces/Authorizations.d.ts.map +1 -1
- package/api/entities/common/namespaces/Authorizations.js.map +1 -1
- package/api/entities/types.d.ts +3 -1
- package/api/entities/types.d.ts.map +1 -1
- package/api/entities/types.js.map +1 -1
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +76 -17
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/createNftCollection.d.ts.map +1 -1
- package/api/procedures/createNftCollection.js +1 -1
- package/api/procedures/createNftCollection.js.map +1 -1
- package/api/procedures/evaluateMultiSigProposal.d.ts +19 -0
- package/api/procedures/evaluateMultiSigProposal.d.ts.map +1 -0
- package/api/procedures/evaluateMultiSigProposal.js +92 -0
- package/api/procedures/evaluateMultiSigProposal.js.map +1 -0
- package/api/procedures/issueNft.js +1 -1
- package/api/procedures/issueNft.js.map +1 -1
- package/api/procedures/modifyClaims.d.ts.map +1 -1
- package/api/procedures/modifyClaims.js +7 -21
- package/api/procedures/modifyClaims.js.map +1 -1
- package/api/procedures/moveFunds.d.ts.map +1 -1
- package/api/procedures/moveFunds.js +82 -16
- package/api/procedures/moveFunds.js.map +1 -1
- package/api/procedures/redeemNft.d.ts +31 -0
- package/api/procedures/redeemNft.d.ts.map +1 -0
- package/api/procedures/redeemNft.js +87 -0
- package/api/procedures/redeemNft.js.map +1 -0
- package/api/procedures/setPermissionGroup.js +1 -1
- package/api/procedures/setPermissionGroup.js.map +1 -1
- package/api/procedures/types.d.ts +26 -9
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/waivePermissions.js +1 -1
- package/api/procedures/waivePermissions.js.map +1 -1
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +24 -24
- package/base/Context.js.map +1 -1
- package/generated/types.d.ts +15 -4
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +11 -0
- package/generated/types.js.map +1 -1
- package/internal.d.ts +2 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +7 -3
- package/internal.js.map +1 -1
- package/middleware/queries.d.ts +35 -2
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +153 -6
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +73191 -17741
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +36984 -999
- package/middleware/types.js.map +1 -1
- package/middleware/typesV1.d.ts +1 -1
- package/middleware/typesV1.d.ts.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-beta.2.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/augment-api-errors.d.ts +32 -18
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +81 -8
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +75 -26
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +9 -2
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +250 -53
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +3 -1
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +336 -259
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +345 -264
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +11 -1
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +14 -1
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +17 -2
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +8 -6
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/schema.d.ts +29 -2
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +51 -3
- package/polkadot/schema.js.map +1 -1
- package/polkadot/settlement/definitions.d.ts +9 -0
- package/polkadot/settlement/definitions.d.ts.map +1 -1
- package/polkadot/settlement/definitions.js +21 -0
- package/polkadot/settlement/definitions.js.map +1 -1
- package/polkadot/types-lookup.d.ts +377 -269
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/index.d.ts +53 -7
- package/types/index.d.ts.map +1 -1
- package/types/index.js +18 -2
- package/types/index.js.map +1 -1
- package/types/internal.d.ts +1 -1
- package/utils/constants.d.ts +17 -1
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +18 -2
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +38 -13
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +451 -367
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +20 -3
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +119 -42
- package/utils/internal.js.map +1 -1
- package/utils/typeguards.d.ts +26 -2
- package/utils/typeguards.d.ts.map +1 -1
- package/utils/typeguards.js +39 -2
- package/utils/typeguards.js.map +1 -1
- package/api/entities/Asset/Fungible/Settlements/index.d.ts +0 -29
- package/api/entities/Asset/Fungible/Settlements/index.d.ts.map +0 -1
- package/api/entities/Asset/Fungible/Settlements/index.js +0 -70
- package/api/entities/Asset/Fungible/Settlements/index.js.map +0 -1
- package/middleware/enums.d.ts +0 -3
- package/middleware/enums.d.ts.map +0 -1
- package/middleware/enums.js +0 -38
- package/middleware/enums.js.map +0 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-alpha.9.tgz +0 -0
|
@@ -1376,7 +1376,18 @@ declare module "./types-lookup.ts" {
|
|
|
1376
1376
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
1377
1377
|
PolymeshPrimitivesPortfolioPortfolioUpdateReason
|
|
1378
1378
|
]>;
|
|
1379
|
-
readonly
|
|
1379
|
+
readonly isAssetAffirmationExemption: boolean;
|
|
1380
|
+
readonly asAssetAffirmationExemption: PolymeshPrimitivesTicker;
|
|
1381
|
+
readonly isRemoveAssetAffirmationExemption: boolean;
|
|
1382
|
+
readonly asRemoveAssetAffirmationExemption: PolymeshPrimitivesTicker;
|
|
1383
|
+
readonly isPreApprovedAsset: boolean;
|
|
1384
|
+
readonly asPreApprovedAsset: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesTicker]>;
|
|
1385
|
+
readonly isRemovePreApprovedAsset: boolean;
|
|
1386
|
+
readonly asRemovePreApprovedAsset: ITuple<[
|
|
1387
|
+
PolymeshPrimitivesIdentityId,
|
|
1388
|
+
PolymeshPrimitivesTicker
|
|
1389
|
+
]>;
|
|
1390
|
+
readonly type: 'AssetCreated' | 'IdentifiersUpdated' | 'DivisibilityChanged' | 'TransferWithData' | 'IsIssuable' | 'TickerRegistered' | 'TickerTransferred' | 'AssetOwnershipTransferred' | 'AssetFrozen' | 'AssetUnfrozen' | 'AssetRenamed' | 'FundingRoundSet' | 'DocumentAdded' | 'DocumentRemoved' | 'ExtensionRemoved' | 'ControllerTransfer' | 'CustomAssetTypeExists' | 'CustomAssetTypeRegistered' | 'SetAssetMetadataValue' | 'SetAssetMetadataValueDetails' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'AssetTypeChanged' | 'LocalMetadataKeyDeleted' | 'MetadataValueDeleted' | 'AssetBalanceUpdated' | 'AssetAffirmationExemption' | 'RemoveAssetAffirmationExemption' | 'PreApprovedAsset' | 'RemovePreApprovedAsset';
|
|
1380
1391
|
}
|
|
1381
1392
|
/** @name PolymeshPrimitivesAssetAssetType (124) */
|
|
1382
1393
|
interface PolymeshPrimitivesAssetAssetType extends Enum {
|
|
@@ -1487,7 +1498,8 @@ declare module "./types-lookup.ts" {
|
|
|
1487
1498
|
readonly instructionId: Option<u64>;
|
|
1488
1499
|
readonly instructionMemo: Option<PolymeshPrimitivesMemo>;
|
|
1489
1500
|
} & Struct;
|
|
1490
|
-
readonly
|
|
1501
|
+
readonly isControllerTransfer: boolean;
|
|
1502
|
+
readonly type: 'Issued' | 'Redeemed' | 'Transferred' | 'ControllerTransfer';
|
|
1491
1503
|
}
|
|
1492
1504
|
/** @name PalletCorporateActionsDistributionEvent (164) */
|
|
1493
1505
|
interface PalletCorporateActionsDistributionEvent extends Enum {
|
|
@@ -1952,7 +1964,19 @@ declare module "./types-lookup.ts" {
|
|
|
1952
1964
|
PolymeshPrimitivesPortfolioFundDescription,
|
|
1953
1965
|
Option<PolymeshPrimitivesMemo>
|
|
1954
1966
|
]>;
|
|
1955
|
-
readonly
|
|
1967
|
+
readonly isPreApprovedPortfolio: boolean;
|
|
1968
|
+
readonly asPreApprovedPortfolio: ITuple<[
|
|
1969
|
+
PolymeshPrimitivesIdentityId,
|
|
1970
|
+
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1971
|
+
PolymeshPrimitivesTicker
|
|
1972
|
+
]>;
|
|
1973
|
+
readonly isRevokePreApprovedPortfolio: boolean;
|
|
1974
|
+
readonly asRevokePreApprovedPortfolio: ITuple<[
|
|
1975
|
+
PolymeshPrimitivesIdentityId,
|
|
1976
|
+
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1977
|
+
PolymeshPrimitivesTicker
|
|
1978
|
+
]>;
|
|
1979
|
+
readonly type: 'PortfolioCreated' | 'PortfolioDeleted' | 'PortfolioRenamed' | 'UserPortfolios' | 'PortfolioCustodianChanged' | 'FundsMovedBetweenPortfolios' | 'PreApprovedPortfolio' | 'RevokePreApprovedPortfolio';
|
|
1956
1980
|
}
|
|
1957
1981
|
/** @name PolymeshPrimitivesPortfolioFundDescription (236) */
|
|
1958
1982
|
interface PolymeshPrimitivesPortfolioFundDescription extends Enum {
|
|
@@ -2114,7 +2138,13 @@ declare module "./types-lookup.ts" {
|
|
|
2114
2138
|
]>;
|
|
2115
2139
|
readonly isFailedToExecuteInstruction: boolean;
|
|
2116
2140
|
readonly asFailedToExecuteInstruction: ITuple<[u64, SpRuntimeDispatchError]>;
|
|
2117
|
-
readonly
|
|
2141
|
+
readonly isInstructionAutomaticallyAffirmed: boolean;
|
|
2142
|
+
readonly asInstructionAutomaticallyAffirmed: ITuple<[
|
|
2143
|
+
PolymeshPrimitivesIdentityId,
|
|
2144
|
+
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
2145
|
+
u64
|
|
2146
|
+
]>;
|
|
2147
|
+
readonly type: 'VenueCreated' | 'VenueDetailsUpdated' | 'VenueTypeUpdated' | 'InstructionAffirmed' | 'AffirmationWithdrawn' | 'InstructionRejected' | 'ReceiptClaimed' | 'VenueFiltering' | 'VenuesAllowed' | 'VenuesBlocked' | 'LegFailedExecution' | 'InstructionFailed' | 'InstructionExecuted' | 'VenueUnauthorized' | 'SchedulingFailed' | 'InstructionRescheduled' | 'VenueSignersUpdated' | 'SettlementManuallyExecuted' | 'InstructionCreated' | 'FailedToExecuteInstruction' | 'InstructionAutomaticallyAffirmed';
|
|
2118
2148
|
}
|
|
2119
2149
|
/** @name PolymeshPrimitivesSettlementVenueType (248) */
|
|
2120
2150
|
interface PolymeshPrimitivesSettlementVenueType extends Enum {
|
|
@@ -2453,13 +2483,7 @@ declare module "./types-lookup.ts" {
|
|
|
2453
2483
|
]>;
|
|
2454
2484
|
readonly type: 'AuthorizedPayingKey' | 'AcceptedPayingKey' | 'RemovedPayingKey' | 'UpdatedPolyxLimit';
|
|
2455
2485
|
}
|
|
2456
|
-
/** @name
|
|
2457
|
-
interface PalletRewardsRawEvent extends Enum {
|
|
2458
|
-
readonly isItnRewardClaimed: boolean;
|
|
2459
|
-
readonly asItnRewardClaimed: ITuple<[AccountId32, u128]>;
|
|
2460
|
-
readonly type: 'ItnRewardClaimed';
|
|
2461
|
-
}
|
|
2462
|
-
/** @name PalletContractsEvent (290) */
|
|
2486
|
+
/** @name PalletContractsEvent (289) */
|
|
2463
2487
|
interface PalletContractsEvent extends Enum {
|
|
2464
2488
|
readonly isInstantiated: boolean;
|
|
2465
2489
|
readonly asInstantiated: {
|
|
@@ -2502,9 +2526,28 @@ declare module "./types-lookup.ts" {
|
|
|
2502
2526
|
} & Struct;
|
|
2503
2527
|
readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled';
|
|
2504
2528
|
}
|
|
2505
|
-
/** @name
|
|
2506
|
-
|
|
2507
|
-
|
|
2529
|
+
/** @name PolymeshContractsRawEvent (290) */
|
|
2530
|
+
interface PolymeshContractsRawEvent extends Enum {
|
|
2531
|
+
readonly isApiHashUpdated: boolean;
|
|
2532
|
+
readonly asApiHashUpdated: ITuple<[PolymeshContractsApi, PolymeshContractsChainVersion, H256]>;
|
|
2533
|
+
readonly isScRuntimeCall: boolean;
|
|
2534
|
+
readonly asScRuntimeCall: ITuple<[AccountId32, PolymeshContractsChainExtensionExtrinsicId]>;
|
|
2535
|
+
readonly type: 'ApiHashUpdated' | 'ScRuntimeCall';
|
|
2536
|
+
}
|
|
2537
|
+
/** @name PolymeshContractsApi (291) */
|
|
2538
|
+
interface PolymeshContractsApi extends Struct {
|
|
2539
|
+
readonly desc: U8aFixed;
|
|
2540
|
+
readonly major: u32;
|
|
2541
|
+
}
|
|
2542
|
+
/** @name PolymeshContractsChainVersion (292) */
|
|
2543
|
+
interface PolymeshContractsChainVersion extends Struct {
|
|
2544
|
+
readonly specVersion: u32;
|
|
2545
|
+
readonly txVersion: u32;
|
|
2546
|
+
}
|
|
2547
|
+
/** @name PolymeshContractsChainExtensionExtrinsicId (293) */
|
|
2548
|
+
interface PolymeshContractsChainExtensionExtrinsicId extends ITuple<[u8, u8]> {
|
|
2549
|
+
}
|
|
2550
|
+
/** @name PalletPreimageEvent (294) */
|
|
2508
2551
|
interface PalletPreimageEvent extends Enum {
|
|
2509
2552
|
readonly isNoted: boolean;
|
|
2510
2553
|
readonly asNoted: {
|
|
@@ -2520,7 +2563,7 @@ declare module "./types-lookup.ts" {
|
|
|
2520
2563
|
} & Struct;
|
|
2521
2564
|
readonly type: 'Noted' | 'Requested' | 'Cleared';
|
|
2522
2565
|
}
|
|
2523
|
-
/** @name PolymeshCommonUtilitiesNftEvent (
|
|
2566
|
+
/** @name PolymeshCommonUtilitiesNftEvent (295) */
|
|
2524
2567
|
interface PolymeshCommonUtilitiesNftEvent extends Enum {
|
|
2525
2568
|
readonly isNftCollectionCreated: boolean;
|
|
2526
2569
|
readonly asNftCollectionCreated: ITuple<[
|
|
@@ -2538,7 +2581,7 @@ declare module "./types-lookup.ts" {
|
|
|
2538
2581
|
]>;
|
|
2539
2582
|
readonly type: 'NftCollectionCreated' | 'NftPortfolioUpdated';
|
|
2540
2583
|
}
|
|
2541
|
-
/** @name PalletTestUtilsRawEvent (
|
|
2584
|
+
/** @name PalletTestUtilsRawEvent (297) */
|
|
2542
2585
|
interface PalletTestUtilsRawEvent extends Enum {
|
|
2543
2586
|
readonly isDidStatus: boolean;
|
|
2544
2587
|
readonly asDidStatus: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
@@ -2546,7 +2589,7 @@ declare module "./types-lookup.ts" {
|
|
|
2546
2589
|
readonly asCddStatus: ITuple<[Option<PolymeshPrimitivesIdentityId>, AccountId32, bool]>;
|
|
2547
2590
|
readonly type: 'DidStatus' | 'CddStatus';
|
|
2548
2591
|
}
|
|
2549
|
-
/** @name FrameSystemPhase (
|
|
2592
|
+
/** @name FrameSystemPhase (298) */
|
|
2550
2593
|
interface FrameSystemPhase extends Enum {
|
|
2551
2594
|
readonly isApplyExtrinsic: boolean;
|
|
2552
2595
|
readonly asApplyExtrinsic: u32;
|
|
@@ -2554,12 +2597,12 @@ declare module "./types-lookup.ts" {
|
|
|
2554
2597
|
readonly isInitialization: boolean;
|
|
2555
2598
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
2556
2599
|
}
|
|
2557
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2600
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (301) */
|
|
2558
2601
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2559
2602
|
readonly specVersion: Compact<u32>;
|
|
2560
2603
|
readonly specName: Text;
|
|
2561
2604
|
}
|
|
2562
|
-
/** @name FrameSystemCall (
|
|
2605
|
+
/** @name FrameSystemCall (304) */
|
|
2563
2606
|
interface FrameSystemCall extends Enum {
|
|
2564
2607
|
readonly isRemark: boolean;
|
|
2565
2608
|
readonly asRemark: {
|
|
@@ -2596,41 +2639,41 @@ declare module "./types-lookup.ts" {
|
|
|
2596
2639
|
} & Struct;
|
|
2597
2640
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
|
|
2598
2641
|
}
|
|
2599
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
2642
|
+
/** @name FrameSystemLimitsBlockWeights (308) */
|
|
2600
2643
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
2601
2644
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
2602
2645
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
2603
2646
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
2604
2647
|
}
|
|
2605
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
2648
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (309) */
|
|
2606
2649
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
2607
2650
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
2608
2651
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
2609
2652
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
2610
2653
|
}
|
|
2611
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
2654
|
+
/** @name FrameSystemLimitsWeightsPerClass (310) */
|
|
2612
2655
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
2613
2656
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
2614
2657
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
2615
2658
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
2616
2659
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
2617
2660
|
}
|
|
2618
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
2661
|
+
/** @name FrameSystemLimitsBlockLength (312) */
|
|
2619
2662
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
2620
2663
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
2621
2664
|
}
|
|
2622
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
2665
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (313) */
|
|
2623
2666
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
2624
2667
|
readonly normal: u32;
|
|
2625
2668
|
readonly operational: u32;
|
|
2626
2669
|
readonly mandatory: u32;
|
|
2627
2670
|
}
|
|
2628
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
2671
|
+
/** @name SpWeightsRuntimeDbWeight (314) */
|
|
2629
2672
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
2630
2673
|
readonly read: u64;
|
|
2631
2674
|
readonly write: u64;
|
|
2632
2675
|
}
|
|
2633
|
-
/** @name SpVersionRuntimeVersion (
|
|
2676
|
+
/** @name SpVersionRuntimeVersion (315) */
|
|
2634
2677
|
interface SpVersionRuntimeVersion extends Struct {
|
|
2635
2678
|
readonly specName: Text;
|
|
2636
2679
|
readonly implName: Text;
|
|
@@ -2641,7 +2684,7 @@ declare module "./types-lookup.ts" {
|
|
|
2641
2684
|
readonly transactionVersion: u32;
|
|
2642
2685
|
readonly stateVersion: u8;
|
|
2643
2686
|
}
|
|
2644
|
-
/** @name FrameSystemError (
|
|
2687
|
+
/** @name FrameSystemError (320) */
|
|
2645
2688
|
interface FrameSystemError extends Enum {
|
|
2646
2689
|
readonly isInvalidSpecName: boolean;
|
|
2647
2690
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -2651,10 +2694,10 @@ declare module "./types-lookup.ts" {
|
|
|
2651
2694
|
readonly isCallFiltered: boolean;
|
|
2652
2695
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
|
|
2653
2696
|
}
|
|
2654
|
-
/** @name SpConsensusBabeAppPublic (
|
|
2697
|
+
/** @name SpConsensusBabeAppPublic (323) */
|
|
2655
2698
|
interface SpConsensusBabeAppPublic extends SpCoreSr25519Public {
|
|
2656
2699
|
}
|
|
2657
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
2700
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (326) */
|
|
2658
2701
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
2659
2702
|
readonly isV1: boolean;
|
|
2660
2703
|
readonly asV1: {
|
|
@@ -2663,14 +2706,14 @@ declare module "./types-lookup.ts" {
|
|
|
2663
2706
|
} & Struct;
|
|
2664
2707
|
readonly type: 'V1';
|
|
2665
2708
|
}
|
|
2666
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
2709
|
+
/** @name SpConsensusBabeAllowedSlots (328) */
|
|
2667
2710
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
2668
2711
|
readonly isPrimarySlots: boolean;
|
|
2669
2712
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
2670
2713
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
2671
2714
|
readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
|
|
2672
2715
|
}
|
|
2673
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
2716
|
+
/** @name SpConsensusBabeDigestsPreDigest (332) */
|
|
2674
2717
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
2675
2718
|
readonly isPrimary: boolean;
|
|
2676
2719
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -2680,31 +2723,31 @@ declare module "./types-lookup.ts" {
|
|
|
2680
2723
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
2681
2724
|
readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
|
|
2682
2725
|
}
|
|
2683
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
2726
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (333) */
|
|
2684
2727
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
2685
2728
|
readonly authorityIndex: u32;
|
|
2686
2729
|
readonly slot: u64;
|
|
2687
2730
|
readonly vrfOutput: U8aFixed;
|
|
2688
2731
|
readonly vrfProof: U8aFixed;
|
|
2689
2732
|
}
|
|
2690
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
2733
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (334) */
|
|
2691
2734
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
2692
2735
|
readonly authorityIndex: u32;
|
|
2693
2736
|
readonly slot: u64;
|
|
2694
2737
|
}
|
|
2695
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
2738
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (335) */
|
|
2696
2739
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
2697
2740
|
readonly authorityIndex: u32;
|
|
2698
2741
|
readonly slot: u64;
|
|
2699
2742
|
readonly vrfOutput: U8aFixed;
|
|
2700
2743
|
readonly vrfProof: U8aFixed;
|
|
2701
2744
|
}
|
|
2702
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
2745
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (336) */
|
|
2703
2746
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
2704
2747
|
readonly c: ITuple<[u64, u64]>;
|
|
2705
2748
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
2706
2749
|
}
|
|
2707
|
-
/** @name PalletBabeCall (
|
|
2750
|
+
/** @name PalletBabeCall (340) */
|
|
2708
2751
|
interface PalletBabeCall extends Enum {
|
|
2709
2752
|
readonly isReportEquivocation: boolean;
|
|
2710
2753
|
readonly asReportEquivocation: {
|
|
@@ -2722,14 +2765,14 @@ declare module "./types-lookup.ts" {
|
|
|
2722
2765
|
} & Struct;
|
|
2723
2766
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
|
|
2724
2767
|
}
|
|
2725
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
2768
|
+
/** @name SpConsensusSlotsEquivocationProof (341) */
|
|
2726
2769
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
2727
2770
|
readonly offender: SpConsensusBabeAppPublic;
|
|
2728
2771
|
readonly slot: u64;
|
|
2729
2772
|
readonly firstHeader: SpRuntimeHeader;
|
|
2730
2773
|
readonly secondHeader: SpRuntimeHeader;
|
|
2731
2774
|
}
|
|
2732
|
-
/** @name SpRuntimeHeader (
|
|
2775
|
+
/** @name SpRuntimeHeader (342) */
|
|
2733
2776
|
interface SpRuntimeHeader extends Struct {
|
|
2734
2777
|
readonly parentHash: H256;
|
|
2735
2778
|
readonly number: Compact<u32>;
|
|
@@ -2737,15 +2780,15 @@ declare module "./types-lookup.ts" {
|
|
|
2737
2780
|
readonly extrinsicsRoot: H256;
|
|
2738
2781
|
readonly digest: SpRuntimeDigest;
|
|
2739
2782
|
}
|
|
2740
|
-
/** @name SpRuntimeBlakeTwo256 (
|
|
2783
|
+
/** @name SpRuntimeBlakeTwo256 (343) */
|
|
2741
2784
|
type SpRuntimeBlakeTwo256 = Null;
|
|
2742
|
-
/** @name SpSessionMembershipProof (
|
|
2785
|
+
/** @name SpSessionMembershipProof (344) */
|
|
2743
2786
|
interface SpSessionMembershipProof extends Struct {
|
|
2744
2787
|
readonly session: u32;
|
|
2745
2788
|
readonly trieNodes: Vec<Bytes>;
|
|
2746
2789
|
readonly validatorCount: u32;
|
|
2747
2790
|
}
|
|
2748
|
-
/** @name PalletBabeError (
|
|
2791
|
+
/** @name PalletBabeError (345) */
|
|
2749
2792
|
interface PalletBabeError extends Enum {
|
|
2750
2793
|
readonly isInvalidEquivocationProof: boolean;
|
|
2751
2794
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
@@ -2753,7 +2796,7 @@ declare module "./types-lookup.ts" {
|
|
|
2753
2796
|
readonly isInvalidConfiguration: boolean;
|
|
2754
2797
|
readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
|
|
2755
2798
|
}
|
|
2756
|
-
/** @name PalletTimestampCall (
|
|
2799
|
+
/** @name PalletTimestampCall (346) */
|
|
2757
2800
|
interface PalletTimestampCall extends Enum {
|
|
2758
2801
|
readonly isSet: boolean;
|
|
2759
2802
|
readonly asSet: {
|
|
@@ -2761,7 +2804,7 @@ declare module "./types-lookup.ts" {
|
|
|
2761
2804
|
} & Struct;
|
|
2762
2805
|
readonly type: 'Set';
|
|
2763
2806
|
}
|
|
2764
|
-
/** @name PalletIndicesCall (
|
|
2807
|
+
/** @name PalletIndicesCall (348) */
|
|
2765
2808
|
interface PalletIndicesCall extends Enum {
|
|
2766
2809
|
readonly isClaim: boolean;
|
|
2767
2810
|
readonly asClaim: {
|
|
@@ -2788,7 +2831,7 @@ declare module "./types-lookup.ts" {
|
|
|
2788
2831
|
} & Struct;
|
|
2789
2832
|
readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze';
|
|
2790
2833
|
}
|
|
2791
|
-
/** @name PalletIndicesError (
|
|
2834
|
+
/** @name PalletIndicesError (350) */
|
|
2792
2835
|
interface PalletIndicesError extends Enum {
|
|
2793
2836
|
readonly isNotAssigned: boolean;
|
|
2794
2837
|
readonly isNotOwner: boolean;
|
|
@@ -2797,20 +2840,20 @@ declare module "./types-lookup.ts" {
|
|
|
2797
2840
|
readonly isPermanent: boolean;
|
|
2798
2841
|
readonly type: 'NotAssigned' | 'NotOwner' | 'InUse' | 'NotTransfer' | 'Permanent';
|
|
2799
2842
|
}
|
|
2800
|
-
/** @name PalletBalancesBalanceLock (
|
|
2843
|
+
/** @name PalletBalancesBalanceLock (352) */
|
|
2801
2844
|
interface PalletBalancesBalanceLock extends Struct {
|
|
2802
2845
|
readonly id: U8aFixed;
|
|
2803
2846
|
readonly amount: u128;
|
|
2804
2847
|
readonly reasons: PolymeshCommonUtilitiesBalancesReasons;
|
|
2805
2848
|
}
|
|
2806
|
-
/** @name PolymeshCommonUtilitiesBalancesReasons (
|
|
2849
|
+
/** @name PolymeshCommonUtilitiesBalancesReasons (353) */
|
|
2807
2850
|
interface PolymeshCommonUtilitiesBalancesReasons extends Enum {
|
|
2808
2851
|
readonly isFee: boolean;
|
|
2809
2852
|
readonly isMisc: boolean;
|
|
2810
2853
|
readonly isAll: boolean;
|
|
2811
2854
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
2812
2855
|
}
|
|
2813
|
-
/** @name PalletBalancesCall (
|
|
2856
|
+
/** @name PalletBalancesCall (354) */
|
|
2814
2857
|
interface PalletBalancesCall extends Enum {
|
|
2815
2858
|
readonly isTransfer: boolean;
|
|
2816
2859
|
readonly asTransfer: {
|
|
@@ -2845,7 +2888,7 @@ declare module "./types-lookup.ts" {
|
|
|
2845
2888
|
} & Struct;
|
|
2846
2889
|
readonly type: 'Transfer' | 'TransferWithMemo' | 'DepositBlockRewardReserveBalance' | 'SetBalance' | 'ForceTransfer' | 'BurnAccountBalance';
|
|
2847
2890
|
}
|
|
2848
|
-
/** @name PalletBalancesError (
|
|
2891
|
+
/** @name PalletBalancesError (355) */
|
|
2849
2892
|
interface PalletBalancesError extends Enum {
|
|
2850
2893
|
readonly isLiquidityRestrictions: boolean;
|
|
2851
2894
|
readonly isOverflow: boolean;
|
|
@@ -2854,34 +2897,34 @@ declare module "./types-lookup.ts" {
|
|
|
2854
2897
|
readonly isReceiverCddMissing: boolean;
|
|
2855
2898
|
readonly type: 'LiquidityRestrictions' | 'Overflow' | 'InsufficientBalance' | 'ExistentialDeposit' | 'ReceiverCddMissing';
|
|
2856
2899
|
}
|
|
2857
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2900
|
+
/** @name PalletTransactionPaymentReleases (357) */
|
|
2858
2901
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2859
2902
|
readonly isV1Ancient: boolean;
|
|
2860
2903
|
readonly isV2: boolean;
|
|
2861
2904
|
readonly type: 'V1Ancient' | 'V2';
|
|
2862
2905
|
}
|
|
2863
|
-
/** @name SpWeightsWeightToFeeCoefficient (
|
|
2906
|
+
/** @name SpWeightsWeightToFeeCoefficient (359) */
|
|
2864
2907
|
interface SpWeightsWeightToFeeCoefficient extends Struct {
|
|
2865
2908
|
readonly coeffInteger: u128;
|
|
2866
2909
|
readonly coeffFrac: Perbill;
|
|
2867
2910
|
readonly negative: bool;
|
|
2868
2911
|
readonly degree: u8;
|
|
2869
2912
|
}
|
|
2870
|
-
/** @name PolymeshPrimitivesIdentityDidRecord (
|
|
2913
|
+
/** @name PolymeshPrimitivesIdentityDidRecord (360) */
|
|
2871
2914
|
interface PolymeshPrimitivesIdentityDidRecord extends Struct {
|
|
2872
2915
|
readonly primaryKey: Option<AccountId32>;
|
|
2873
2916
|
}
|
|
2874
|
-
/** @name PalletIdentityClaim1stKey (
|
|
2917
|
+
/** @name PalletIdentityClaim1stKey (362) */
|
|
2875
2918
|
interface PalletIdentityClaim1stKey extends Struct {
|
|
2876
2919
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
2877
2920
|
readonly claimType: PolymeshPrimitivesIdentityClaimClaimType;
|
|
2878
2921
|
}
|
|
2879
|
-
/** @name PalletIdentityClaim2ndKey (
|
|
2922
|
+
/** @name PalletIdentityClaim2ndKey (363) */
|
|
2880
2923
|
interface PalletIdentityClaim2ndKey extends Struct {
|
|
2881
2924
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
2882
2925
|
readonly scope: Option<PolymeshPrimitivesIdentityClaimScope>;
|
|
2883
2926
|
}
|
|
2884
|
-
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (
|
|
2927
|
+
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (364) */
|
|
2885
2928
|
interface PolymeshPrimitivesSecondaryKeyKeyRecord extends Enum {
|
|
2886
2929
|
readonly isPrimaryKey: boolean;
|
|
2887
2930
|
readonly asPrimaryKey: PolymeshPrimitivesIdentityId;
|
|
@@ -2894,7 +2937,7 @@ declare module "./types-lookup.ts" {
|
|
|
2894
2937
|
readonly asMultiSigSignerKey: AccountId32;
|
|
2895
2938
|
readonly type: 'PrimaryKey' | 'SecondaryKey' | 'MultiSigSignerKey';
|
|
2896
2939
|
}
|
|
2897
|
-
/** @name PolymeshPrimitivesAuthorization (
|
|
2940
|
+
/** @name PolymeshPrimitivesAuthorization (367) */
|
|
2898
2941
|
interface PolymeshPrimitivesAuthorization extends Struct {
|
|
2899
2942
|
readonly authorizationData: PolymeshPrimitivesAuthorizationAuthorizationData;
|
|
2900
2943
|
readonly authorizedBy: PolymeshPrimitivesIdentityId;
|
|
@@ -2902,7 +2945,7 @@ declare module "./types-lookup.ts" {
|
|
|
2902
2945
|
readonly authId: u64;
|
|
2903
2946
|
readonly count: u32;
|
|
2904
2947
|
}
|
|
2905
|
-
/** @name PalletIdentityCall (
|
|
2948
|
+
/** @name PalletIdentityCall (370) */
|
|
2906
2949
|
interface PalletIdentityCall extends Enum {
|
|
2907
2950
|
readonly isCddRegisterDid: boolean;
|
|
2908
2951
|
readonly asCddRegisterDid: {
|
|
@@ -3012,17 +3055,17 @@ declare module "./types-lookup.ts" {
|
|
|
3012
3055
|
} & Struct;
|
|
3013
3056
|
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';
|
|
3014
3057
|
}
|
|
3015
|
-
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (
|
|
3058
|
+
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (372) */
|
|
3016
3059
|
interface PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth extends Struct {
|
|
3017
3060
|
readonly secondaryKey: PolymeshPrimitivesSecondaryKey;
|
|
3018
3061
|
readonly authSignature: H512;
|
|
3019
3062
|
}
|
|
3020
|
-
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (
|
|
3063
|
+
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (375) */
|
|
3021
3064
|
interface PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth extends Struct {
|
|
3022
3065
|
readonly key: AccountId32;
|
|
3023
3066
|
readonly authSignature: H512;
|
|
3024
3067
|
}
|
|
3025
|
-
/** @name PalletIdentityError (
|
|
3068
|
+
/** @name PalletIdentityError (376) */
|
|
3026
3069
|
interface PalletIdentityError extends Enum {
|
|
3027
3070
|
readonly isAlreadyLinked: boolean;
|
|
3028
3071
|
readonly isMissingCurrentIdentity: boolean;
|
|
@@ -3059,13 +3102,13 @@ declare module "./types-lookup.ts" {
|
|
|
3059
3102
|
readonly isExceptNotAllowedForExtrinsics: boolean;
|
|
3060
3103
|
readonly type: 'AlreadyLinked' | 'MissingCurrentIdentity' | 'Unauthorized' | 'InvalidAccountKey' | 'UnAuthorizedCddProvider' | 'InvalidAuthorizationFromOwner' | 'InvalidAuthorizationFromCddProvider' | 'NotCddProviderAttestation' | 'AuthorizationsNotForSameDids' | 'DidMustAlreadyExist' | 'AuthorizationExpired' | 'TargetHasNoCdd' | 'AuthorizationHasBeenRevoked' | 'InvalidAuthorizationSignature' | 'KeyNotAllowed' | 'NotPrimaryKey' | 'DidDoesNotExist' | 'DidAlreadyExists' | 'SecondaryKeysContainPrimaryKey' | 'FailedToChargeFee' | 'NotASigner' | 'CannotDecodeSignerAccountId' | 'MultiSigHasBalance' | 'AccountKeyIsBeingUsed' | 'CustomScopeTooLong' | 'CustomClaimTypeAlreadyExists' | 'CustomClaimTypeDoesNotExist' | 'ClaimDoesNotExist' | 'IsChildIdentity' | 'NoParentIdentity' | 'NotParentOrChildIdentity' | 'DuplicateKey' | 'ExceptNotAllowedForExtrinsics';
|
|
3061
3104
|
}
|
|
3062
|
-
/** @name PolymeshCommonUtilitiesGroupInactiveMember (
|
|
3105
|
+
/** @name PolymeshCommonUtilitiesGroupInactiveMember (378) */
|
|
3063
3106
|
interface PolymeshCommonUtilitiesGroupInactiveMember extends Struct {
|
|
3064
3107
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
3065
3108
|
readonly deactivatedAt: u64;
|
|
3066
3109
|
readonly expiry: Option<u64>;
|
|
3067
3110
|
}
|
|
3068
|
-
/** @name PalletGroupCall (
|
|
3111
|
+
/** @name PalletGroupCall (379) */
|
|
3069
3112
|
interface PalletGroupCall extends Enum {
|
|
3070
3113
|
readonly isSetActiveMembersLimit: boolean;
|
|
3071
3114
|
readonly asSetActiveMembersLimit: {
|
|
@@ -3097,7 +3140,7 @@ declare module "./types-lookup.ts" {
|
|
|
3097
3140
|
readonly isAbdicateMembership: boolean;
|
|
3098
3141
|
readonly type: 'SetActiveMembersLimit' | 'DisableMember' | 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'AbdicateMembership';
|
|
3099
3142
|
}
|
|
3100
|
-
/** @name PalletGroupError (
|
|
3143
|
+
/** @name PalletGroupError (380) */
|
|
3101
3144
|
interface PalletGroupError extends Enum {
|
|
3102
3145
|
readonly isOnlyPrimaryKeyAllowed: boolean;
|
|
3103
3146
|
readonly isDuplicateMember: boolean;
|
|
@@ -3108,7 +3151,7 @@ declare module "./types-lookup.ts" {
|
|
|
3108
3151
|
readonly isActiveMembersLimitOverflow: boolean;
|
|
3109
3152
|
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | 'MissingCurrentIdentity' | 'ActiveMembersLimitExceeded' | 'ActiveMembersLimitOverflow';
|
|
3110
3153
|
}
|
|
3111
|
-
/** @name PalletCommitteeCall (
|
|
3154
|
+
/** @name PalletCommitteeCall (382) */
|
|
3112
3155
|
interface PalletCommitteeCall extends Enum {
|
|
3113
3156
|
readonly isSetVoteThreshold: boolean;
|
|
3114
3157
|
readonly asSetVoteThreshold: {
|
|
@@ -3136,7 +3179,7 @@ declare module "./types-lookup.ts" {
|
|
|
3136
3179
|
} & Struct;
|
|
3137
3180
|
readonly type: 'SetVoteThreshold' | 'SetReleaseCoordinator' | 'SetExpiresAfter' | 'VoteOrPropose' | 'Vote';
|
|
3138
3181
|
}
|
|
3139
|
-
/** @name PalletMultisigCall (
|
|
3182
|
+
/** @name PalletMultisigCall (388) */
|
|
3140
3183
|
interface PalletMultisigCall extends Enum {
|
|
3141
3184
|
readonly isCreateMultisig: boolean;
|
|
3142
3185
|
readonly asCreateMultisig: {
|
|
@@ -3248,7 +3291,7 @@ declare module "./types-lookup.ts" {
|
|
|
3248
3291
|
} & Struct;
|
|
3249
3292
|
readonly type: 'CreateMultisig' | 'CreateOrApproveProposalAsIdentity' | 'CreateOrApproveProposalAsKey' | 'CreateProposalAsIdentity' | 'CreateProposalAsKey' | 'ApproveAsIdentity' | 'ApproveAsKey' | 'RejectAsIdentity' | 'RejectAsKey' | 'AcceptMultisigSignerAsIdentity' | 'AcceptMultisigSignerAsKey' | 'AddMultisigSigner' | 'RemoveMultisigSigner' | 'AddMultisigSignersViaCreator' | 'RemoveMultisigSignersViaCreator' | 'ChangeSigsRequired' | 'MakeMultisigSecondary' | 'MakeMultisigPrimary' | 'ExecuteScheduledProposal' | 'ChangeSigsRequiredViaCreator' | 'RemoveCreatorControls';
|
|
3250
3293
|
}
|
|
3251
|
-
/** @name PalletBridgeCall (
|
|
3294
|
+
/** @name PalletBridgeCall (389) */
|
|
3252
3295
|
interface PalletBridgeCall extends Enum {
|
|
3253
3296
|
readonly isChangeController: boolean;
|
|
3254
3297
|
readonly asChangeController: {
|
|
@@ -3315,7 +3358,7 @@ declare module "./types-lookup.ts" {
|
|
|
3315
3358
|
} & Struct;
|
|
3316
3359
|
readonly type: 'ChangeController' | 'ChangeAdmin' | 'ChangeTimelock' | 'Freeze' | 'Unfreeze' | 'ChangeBridgeLimit' | 'ChangeBridgeExempted' | 'ForceHandleBridgeTx' | 'BatchProposeBridgeTx' | 'ProposeBridgeTx' | 'HandleBridgeTx' | 'FreezeTxs' | 'UnfreezeTxs' | 'HandleScheduledBridgeTx' | 'AddFreezeAdmin' | 'RemoveFreezeAdmin' | 'RemoveTxs';
|
|
3317
3360
|
}
|
|
3318
|
-
/** @name PalletStakingCall (
|
|
3361
|
+
/** @name PalletStakingCall (393) */
|
|
3319
3362
|
interface PalletStakingCall extends Enum {
|
|
3320
3363
|
readonly isBond: boolean;
|
|
3321
3364
|
readonly asBond: {
|
|
@@ -3458,7 +3501,7 @@ declare module "./types-lookup.ts" {
|
|
|
3458
3501
|
} & Struct;
|
|
3459
3502
|
readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'AddPermissionedValidator' | 'RemovePermissionedValidator' | 'ValidateCddExpiryNominators' | 'SetCommissionCap' | 'SetMinBondThreshold' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'SetHistoryDepth' | 'ReapStash' | 'SubmitElectionSolution' | 'SubmitElectionSolutionUnsigned' | 'PayoutStakersBySystem' | 'ChangeSlashingAllowedFor' | 'UpdatePermissionedValidatorIntendedCount' | 'ChillFromGovernance';
|
|
3460
3503
|
}
|
|
3461
|
-
/** @name PalletStakingRewardDestination (
|
|
3504
|
+
/** @name PalletStakingRewardDestination (394) */
|
|
3462
3505
|
interface PalletStakingRewardDestination extends Enum {
|
|
3463
3506
|
readonly isStaked: boolean;
|
|
3464
3507
|
readonly isStash: boolean;
|
|
@@ -3467,12 +3510,12 @@ declare module "./types-lookup.ts" {
|
|
|
3467
3510
|
readonly asAccount: AccountId32;
|
|
3468
3511
|
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account';
|
|
3469
3512
|
}
|
|
3470
|
-
/** @name PalletStakingValidatorPrefs (
|
|
3513
|
+
/** @name PalletStakingValidatorPrefs (395) */
|
|
3471
3514
|
interface PalletStakingValidatorPrefs extends Struct {
|
|
3472
3515
|
readonly commission: Compact<Perbill>;
|
|
3473
3516
|
readonly blocked: bool;
|
|
3474
3517
|
}
|
|
3475
|
-
/** @name PalletStakingCompactAssignments (
|
|
3518
|
+
/** @name PalletStakingCompactAssignments (401) */
|
|
3476
3519
|
interface PalletStakingCompactAssignments extends Struct {
|
|
3477
3520
|
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
3478
3521
|
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
@@ -3491,18 +3534,18 @@ declare module "./types-lookup.ts" {
|
|
|
3491
3534
|
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3492
3535
|
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3493
3536
|
}
|
|
3494
|
-
/** @name SpNposElectionsElectionScore (
|
|
3537
|
+
/** @name SpNposElectionsElectionScore (452) */
|
|
3495
3538
|
interface SpNposElectionsElectionScore extends Struct {
|
|
3496
3539
|
readonly minimalStake: u128;
|
|
3497
3540
|
readonly sumStake: u128;
|
|
3498
3541
|
readonly sumStakeSquared: u128;
|
|
3499
3542
|
}
|
|
3500
|
-
/** @name PalletStakingElectionSize (
|
|
3543
|
+
/** @name PalletStakingElectionSize (453) */
|
|
3501
3544
|
interface PalletStakingElectionSize extends Struct {
|
|
3502
3545
|
readonly validators: Compact<u16>;
|
|
3503
3546
|
readonly nominators: Compact<u32>;
|
|
3504
3547
|
}
|
|
3505
|
-
/** @name PalletSessionCall (
|
|
3548
|
+
/** @name PalletSessionCall (454) */
|
|
3506
3549
|
interface PalletSessionCall extends Enum {
|
|
3507
3550
|
readonly isSetKeys: boolean;
|
|
3508
3551
|
readonly asSetKeys: {
|
|
@@ -3512,17 +3555,17 @@ declare module "./types-lookup.ts" {
|
|
|
3512
3555
|
readonly isPurgeKeys: boolean;
|
|
3513
3556
|
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
3514
3557
|
}
|
|
3515
|
-
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (
|
|
3558
|
+
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (455) */
|
|
3516
3559
|
interface PolymeshRuntimeDevelopRuntimeSessionKeys extends Struct {
|
|
3517
3560
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
3518
3561
|
readonly babe: SpConsensusBabeAppPublic;
|
|
3519
3562
|
readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
|
|
3520
3563
|
readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
|
|
3521
3564
|
}
|
|
3522
|
-
/** @name SpAuthorityDiscoveryAppPublic (
|
|
3565
|
+
/** @name SpAuthorityDiscoveryAppPublic (456) */
|
|
3523
3566
|
interface SpAuthorityDiscoveryAppPublic extends SpCoreSr25519Public {
|
|
3524
3567
|
}
|
|
3525
|
-
/** @name PalletGrandpaCall (
|
|
3568
|
+
/** @name PalletGrandpaCall (457) */
|
|
3526
3569
|
interface PalletGrandpaCall extends Enum {
|
|
3527
3570
|
readonly isReportEquivocation: boolean;
|
|
3528
3571
|
readonly asReportEquivocation: {
|
|
@@ -3541,12 +3584,12 @@ declare module "./types-lookup.ts" {
|
|
|
3541
3584
|
} & Struct;
|
|
3542
3585
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
3543
3586
|
}
|
|
3544
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
3587
|
+
/** @name SpConsensusGrandpaEquivocationProof (458) */
|
|
3545
3588
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
3546
3589
|
readonly setId: u64;
|
|
3547
3590
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
3548
3591
|
}
|
|
3549
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
3592
|
+
/** @name SpConsensusGrandpaEquivocation (459) */
|
|
3550
3593
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
3551
3594
|
readonly isPrevote: boolean;
|
|
3552
3595
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -3554,37 +3597,37 @@ declare module "./types-lookup.ts" {
|
|
|
3554
3597
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
3555
3598
|
readonly type: 'Prevote' | 'Precommit';
|
|
3556
3599
|
}
|
|
3557
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
3600
|
+
/** @name FinalityGrandpaEquivocationPrevote (460) */
|
|
3558
3601
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
3559
3602
|
readonly roundNumber: u64;
|
|
3560
3603
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3561
3604
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3562
3605
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3563
3606
|
}
|
|
3564
|
-
/** @name FinalityGrandpaPrevote (
|
|
3607
|
+
/** @name FinalityGrandpaPrevote (461) */
|
|
3565
3608
|
interface FinalityGrandpaPrevote extends Struct {
|
|
3566
3609
|
readonly targetHash: H256;
|
|
3567
3610
|
readonly targetNumber: u32;
|
|
3568
3611
|
}
|
|
3569
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
3612
|
+
/** @name SpConsensusGrandpaAppSignature (462) */
|
|
3570
3613
|
interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
|
|
3571
3614
|
}
|
|
3572
|
-
/** @name SpCoreEd25519Signature (
|
|
3615
|
+
/** @name SpCoreEd25519Signature (463) */
|
|
3573
3616
|
interface SpCoreEd25519Signature extends U8aFixed {
|
|
3574
3617
|
}
|
|
3575
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
3618
|
+
/** @name FinalityGrandpaEquivocationPrecommit (465) */
|
|
3576
3619
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3577
3620
|
readonly roundNumber: u64;
|
|
3578
3621
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3579
3622
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3580
3623
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3581
3624
|
}
|
|
3582
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3625
|
+
/** @name FinalityGrandpaPrecommit (466) */
|
|
3583
3626
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3584
3627
|
readonly targetHash: H256;
|
|
3585
3628
|
readonly targetNumber: u32;
|
|
3586
3629
|
}
|
|
3587
|
-
/** @name PalletImOnlineCall (
|
|
3630
|
+
/** @name PalletImOnlineCall (468) */
|
|
3588
3631
|
interface PalletImOnlineCall extends Enum {
|
|
3589
3632
|
readonly isHeartbeat: boolean;
|
|
3590
3633
|
readonly asHeartbeat: {
|
|
@@ -3593,7 +3636,7 @@ declare module "./types-lookup.ts" {
|
|
|
3593
3636
|
} & Struct;
|
|
3594
3637
|
readonly type: 'Heartbeat';
|
|
3595
3638
|
}
|
|
3596
|
-
/** @name PalletImOnlineHeartbeat (
|
|
3639
|
+
/** @name PalletImOnlineHeartbeat (469) */
|
|
3597
3640
|
interface PalletImOnlineHeartbeat extends Struct {
|
|
3598
3641
|
readonly blockNumber: u32;
|
|
3599
3642
|
readonly networkState: SpCoreOffchainOpaqueNetworkState;
|
|
@@ -3601,18 +3644,18 @@ declare module "./types-lookup.ts" {
|
|
|
3601
3644
|
readonly authorityIndex: u32;
|
|
3602
3645
|
readonly validatorsLen: u32;
|
|
3603
3646
|
}
|
|
3604
|
-
/** @name SpCoreOffchainOpaqueNetworkState (
|
|
3647
|
+
/** @name SpCoreOffchainOpaqueNetworkState (470) */
|
|
3605
3648
|
interface SpCoreOffchainOpaqueNetworkState extends Struct {
|
|
3606
3649
|
readonly peerId: OpaquePeerId;
|
|
3607
3650
|
readonly externalAddresses: Vec<OpaqueMultiaddr>;
|
|
3608
3651
|
}
|
|
3609
|
-
/** @name PalletImOnlineSr25519AppSr25519Signature (
|
|
3652
|
+
/** @name PalletImOnlineSr25519AppSr25519Signature (474) */
|
|
3610
3653
|
interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
|
|
3611
3654
|
}
|
|
3612
|
-
/** @name SpCoreSr25519Signature (
|
|
3655
|
+
/** @name SpCoreSr25519Signature (475) */
|
|
3613
3656
|
interface SpCoreSr25519Signature extends U8aFixed {
|
|
3614
3657
|
}
|
|
3615
|
-
/** @name PalletSudoCall (
|
|
3658
|
+
/** @name PalletSudoCall (476) */
|
|
3616
3659
|
interface PalletSudoCall extends Enum {
|
|
3617
3660
|
readonly isSudo: boolean;
|
|
3618
3661
|
readonly asSudo: {
|
|
@@ -3634,7 +3677,7 @@ declare module "./types-lookup.ts" {
|
|
|
3634
3677
|
} & Struct;
|
|
3635
3678
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
|
|
3636
3679
|
}
|
|
3637
|
-
/** @name PalletAssetCall (
|
|
3680
|
+
/** @name PalletAssetCall (477) */
|
|
3638
3681
|
interface PalletAssetCall extends Enum {
|
|
3639
3682
|
readonly isRegisterTicker: boolean;
|
|
3640
3683
|
readonly asRegisterTicker: {
|
|
@@ -3795,7 +3838,7 @@ declare module "./types-lookup.ts" {
|
|
|
3795
3838
|
} & Struct;
|
|
3796
3839
|
readonly type: 'RegisterTicker' | 'AcceptTickerTransfer' | 'AcceptAssetOwnershipTransfer' | 'CreateAsset' | 'Freeze' | 'Unfreeze' | 'RenameAsset' | 'Issue' | 'Redeem' | 'MakeDivisible' | 'AddDocuments' | 'RemoveDocuments' | 'SetFundingRound' | 'UpdateIdentifiers' | 'ControllerTransfer' | 'RegisterCustomAssetType' | 'CreateAssetWithCustomType' | 'SetAssetMetadata' | 'SetAssetMetadataDetails' | 'RegisterAndSetLocalAssetMetadata' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'RedeemFromPortfolio' | 'UpdateAssetType' | 'RemoveLocalMetadataKey' | 'RemoveMetadataValue' | 'ExemptTickerAffirmation' | 'RemoveTickerAffirmationExemption' | 'PreApproveTicker' | 'RemoveTickerPreApproval';
|
|
3797
3840
|
}
|
|
3798
|
-
/** @name PalletCorporateActionsDistributionCall (
|
|
3841
|
+
/** @name PalletCorporateActionsDistributionCall (479) */
|
|
3799
3842
|
interface PalletCorporateActionsDistributionCall extends Enum {
|
|
3800
3843
|
readonly isDistribute: boolean;
|
|
3801
3844
|
readonly asDistribute: {
|
|
@@ -3826,7 +3869,7 @@ declare module "./types-lookup.ts" {
|
|
|
3826
3869
|
} & Struct;
|
|
3827
3870
|
readonly type: 'Distribute' | 'Claim' | 'PushBenefit' | 'Reclaim' | 'RemoveDistribution';
|
|
3828
3871
|
}
|
|
3829
|
-
/** @name PalletAssetCheckpointCall (
|
|
3872
|
+
/** @name PalletAssetCheckpointCall (481) */
|
|
3830
3873
|
interface PalletAssetCheckpointCall extends Enum {
|
|
3831
3874
|
readonly isCreateCheckpoint: boolean;
|
|
3832
3875
|
readonly asCreateCheckpoint: {
|
|
@@ -3848,7 +3891,7 @@ declare module "./types-lookup.ts" {
|
|
|
3848
3891
|
} & Struct;
|
|
3849
3892
|
readonly type: 'CreateCheckpoint' | 'SetSchedulesMaxComplexity' | 'CreateSchedule' | 'RemoveSchedule';
|
|
3850
3893
|
}
|
|
3851
|
-
/** @name PalletComplianceManagerCall (
|
|
3894
|
+
/** @name PalletComplianceManagerCall (482) */
|
|
3852
3895
|
interface PalletComplianceManagerCall extends Enum {
|
|
3853
3896
|
readonly isAddComplianceRequirement: boolean;
|
|
3854
3897
|
readonly asAddComplianceRequirement: {
|
|
@@ -3895,7 +3938,7 @@ declare module "./types-lookup.ts" {
|
|
|
3895
3938
|
} & Struct;
|
|
3896
3939
|
readonly type: 'AddComplianceRequirement' | 'RemoveComplianceRequirement' | 'ReplaceAssetCompliance' | 'ResetAssetCompliance' | 'PauseAssetCompliance' | 'ResumeAssetCompliance' | 'AddDefaultTrustedClaimIssuer' | 'RemoveDefaultTrustedClaimIssuer' | 'ChangeComplianceRequirement';
|
|
3897
3940
|
}
|
|
3898
|
-
/** @name PalletCorporateActionsCall (
|
|
3941
|
+
/** @name PalletCorporateActionsCall (483) */
|
|
3899
3942
|
interface PalletCorporateActionsCall extends Enum {
|
|
3900
3943
|
readonly isSetMaxDetailsLength: boolean;
|
|
3901
3944
|
readonly asSetMaxDetailsLength: {
|
|
@@ -3954,7 +3997,7 @@ declare module "./types-lookup.ts" {
|
|
|
3954
3997
|
} & Struct;
|
|
3955
3998
|
readonly type: 'SetMaxDetailsLength' | 'SetDefaultTargets' | 'SetDefaultWithholdingTax' | 'SetDidWithholdingTax' | 'InitiateCorporateAction' | 'LinkCaDoc' | 'RemoveCa' | 'ChangeRecordDate' | 'InitiateCorporateActionAndDistribute';
|
|
3956
3999
|
}
|
|
3957
|
-
/** @name PalletCorporateActionsRecordDateSpec (
|
|
4000
|
+
/** @name PalletCorporateActionsRecordDateSpec (485) */
|
|
3958
4001
|
interface PalletCorporateActionsRecordDateSpec extends Enum {
|
|
3959
4002
|
readonly isScheduled: boolean;
|
|
3960
4003
|
readonly asScheduled: u64;
|
|
@@ -3964,7 +4007,7 @@ declare module "./types-lookup.ts" {
|
|
|
3964
4007
|
readonly asExisting: u64;
|
|
3965
4008
|
readonly type: 'Scheduled' | 'ExistingSchedule' | 'Existing';
|
|
3966
4009
|
}
|
|
3967
|
-
/** @name PalletCorporateActionsInitiateCorporateActionArgs (
|
|
4010
|
+
/** @name PalletCorporateActionsInitiateCorporateActionArgs (488) */
|
|
3968
4011
|
interface PalletCorporateActionsInitiateCorporateActionArgs extends Struct {
|
|
3969
4012
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
3970
4013
|
readonly kind: PalletCorporateActionsCaKind;
|
|
@@ -3975,7 +4018,7 @@ declare module "./types-lookup.ts" {
|
|
|
3975
4018
|
readonly defaultWithholdingTax: Option<Permill>;
|
|
3976
4019
|
readonly withholdingTax: Option<Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>>;
|
|
3977
4020
|
}
|
|
3978
|
-
/** @name PalletCorporateActionsBallotCall (
|
|
4021
|
+
/** @name PalletCorporateActionsBallotCall (489) */
|
|
3979
4022
|
interface PalletCorporateActionsBallotCall extends Enum {
|
|
3980
4023
|
readonly isAttachBallot: boolean;
|
|
3981
4024
|
readonly asAttachBallot: {
|
|
@@ -4010,7 +4053,7 @@ declare module "./types-lookup.ts" {
|
|
|
4010
4053
|
} & Struct;
|
|
4011
4054
|
readonly type: 'AttachBallot' | 'Vote' | 'ChangeEnd' | 'ChangeMeta' | 'ChangeRcv' | 'RemoveBallot';
|
|
4012
4055
|
}
|
|
4013
|
-
/** @name PalletPipsCall (
|
|
4056
|
+
/** @name PalletPipsCall (490) */
|
|
4014
4057
|
interface PalletPipsCall extends Enum {
|
|
4015
4058
|
readonly isSetPruneHistoricalPips: boolean;
|
|
4016
4059
|
readonly asSetPruneHistoricalPips: {
|
|
@@ -4083,14 +4126,14 @@ declare module "./types-lookup.ts" {
|
|
|
4083
4126
|
} & Struct;
|
|
4084
4127
|
readonly type: 'SetPruneHistoricalPips' | 'SetMinProposalDeposit' | 'SetDefaultEnactmentPeriod' | 'SetPendingPipExpiry' | 'SetMaxPipSkipCount' | 'SetActivePipLimit' | 'Propose' | 'Vote' | 'ApproveCommitteeProposal' | 'RejectProposal' | 'PruneProposal' | 'RescheduleExecution' | 'ClearSnapshot' | 'Snapshot' | 'EnactSnapshotResults' | 'ExecuteScheduledPip' | 'ExpireScheduledPip';
|
|
4085
4128
|
}
|
|
4086
|
-
/** @name PalletPipsSnapshotResult (
|
|
4129
|
+
/** @name PalletPipsSnapshotResult (493) */
|
|
4087
4130
|
interface PalletPipsSnapshotResult extends Enum {
|
|
4088
4131
|
readonly isApprove: boolean;
|
|
4089
4132
|
readonly isReject: boolean;
|
|
4090
4133
|
readonly isSkip: boolean;
|
|
4091
4134
|
readonly type: 'Approve' | 'Reject' | 'Skip';
|
|
4092
4135
|
}
|
|
4093
|
-
/** @name PalletPortfolioCall (
|
|
4136
|
+
/** @name PalletPortfolioCall (494) */
|
|
4094
4137
|
interface PalletPortfolioCall extends Enum {
|
|
4095
4138
|
readonly isCreatePortfolio: boolean;
|
|
4096
4139
|
readonly asCreatePortfolio: {
|
|
@@ -4129,14 +4172,27 @@ declare module "./types-lookup.ts" {
|
|
|
4129
4172
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
4130
4173
|
readonly portfolioId: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4131
4174
|
} & Struct;
|
|
4132
|
-
readonly
|
|
4175
|
+
readonly isAllowIdentityToCreatePortfolios: boolean;
|
|
4176
|
+
readonly asAllowIdentityToCreatePortfolios: {
|
|
4177
|
+
readonly trustedIdentity: PolymeshPrimitivesIdentityId;
|
|
4178
|
+
} & Struct;
|
|
4179
|
+
readonly isRevokeCreatePortfoliosPermission: boolean;
|
|
4180
|
+
readonly asRevokeCreatePortfoliosPermission: {
|
|
4181
|
+
readonly identity: PolymeshPrimitivesIdentityId;
|
|
4182
|
+
} & Struct;
|
|
4183
|
+
readonly isCreateCustodyPortfolio: boolean;
|
|
4184
|
+
readonly asCreateCustodyPortfolio: {
|
|
4185
|
+
readonly portfolioOwnerId: PolymeshPrimitivesIdentityId;
|
|
4186
|
+
readonly portfolioName: Bytes;
|
|
4187
|
+
} & Struct;
|
|
4188
|
+
readonly type: 'CreatePortfolio' | 'DeletePortfolio' | 'RenamePortfolio' | 'QuitPortfolioCustody' | 'AcceptPortfolioCustody' | 'MovePortfolioFunds' | 'PreApprovePortfolio' | 'RemovePortfolioPreApproval' | 'AllowIdentityToCreatePortfolios' | 'RevokeCreatePortfoliosPermission' | 'CreateCustodyPortfolio';
|
|
4133
4189
|
}
|
|
4134
|
-
/** @name PolymeshPrimitivesPortfolioFund (
|
|
4190
|
+
/** @name PolymeshPrimitivesPortfolioFund (496) */
|
|
4135
4191
|
interface PolymeshPrimitivesPortfolioFund extends Struct {
|
|
4136
4192
|
readonly description: PolymeshPrimitivesPortfolioFundDescription;
|
|
4137
4193
|
readonly memo: Option<PolymeshPrimitivesMemo>;
|
|
4138
4194
|
}
|
|
4139
|
-
/** @name PalletProtocolFeeCall (
|
|
4195
|
+
/** @name PalletProtocolFeeCall (497) */
|
|
4140
4196
|
interface PalletProtocolFeeCall extends Enum {
|
|
4141
4197
|
readonly isChangeCoefficient: boolean;
|
|
4142
4198
|
readonly asChangeCoefficient: {
|
|
@@ -4149,7 +4205,7 @@ declare module "./types-lookup.ts" {
|
|
|
4149
4205
|
} & Struct;
|
|
4150
4206
|
readonly type: 'ChangeCoefficient' | 'ChangeBaseFee';
|
|
4151
4207
|
}
|
|
4152
|
-
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (
|
|
4208
|
+
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (498) */
|
|
4153
4209
|
interface PolymeshCommonUtilitiesProtocolFeeProtocolOp extends Enum {
|
|
4154
4210
|
readonly isAssetRegisterTicker: boolean;
|
|
4155
4211
|
readonly isAssetIssue: boolean;
|
|
@@ -4166,9 +4222,10 @@ declare module "./types-lookup.ts" {
|
|
|
4166
4222
|
readonly isCapitalDistributionDistribute: boolean;
|
|
4167
4223
|
readonly isNftCreateCollection: boolean;
|
|
4168
4224
|
readonly isNftMint: boolean;
|
|
4169
|
-
readonly
|
|
4225
|
+
readonly isIdentityCreateChildIdentity: boolean;
|
|
4226
|
+
readonly type: 'AssetRegisterTicker' | 'AssetIssue' | 'AssetAddDocuments' | 'AssetCreateAsset' | 'CheckpointCreateSchedule' | 'ComplianceManagerAddComplianceRequirement' | 'IdentityCddRegisterDid' | 'IdentityAddClaim' | 'IdentityAddSecondaryKeysWithAuthorization' | 'PipsPropose' | 'ContractsPutCode' | 'CorporateBallotAttachBallot' | 'CapitalDistributionDistribute' | 'NftCreateCollection' | 'NftMint' | 'IdentityCreateChildIdentity';
|
|
4170
4227
|
}
|
|
4171
|
-
/** @name PalletSchedulerCall (
|
|
4228
|
+
/** @name PalletSchedulerCall (499) */
|
|
4172
4229
|
interface PalletSchedulerCall extends Enum {
|
|
4173
4230
|
readonly isSchedule: boolean;
|
|
4174
4231
|
readonly asSchedule: {
|
|
@@ -4211,7 +4268,7 @@ declare module "./types-lookup.ts" {
|
|
|
4211
4268
|
} & Struct;
|
|
4212
4269
|
readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
|
|
4213
4270
|
}
|
|
4214
|
-
/** @name PalletSettlementCall (
|
|
4271
|
+
/** @name PalletSettlementCall (501) */
|
|
4215
4272
|
interface PalletSettlementCall extends Enum {
|
|
4216
4273
|
readonly isCreateVenue: boolean;
|
|
4217
4274
|
readonly asCreateVenue: {
|
|
@@ -4304,9 +4361,34 @@ declare module "./types-lookup.ts" {
|
|
|
4304
4361
|
readonly id: u64;
|
|
4305
4362
|
readonly weightLimit: SpWeightsWeightV2Weight;
|
|
4306
4363
|
} & Struct;
|
|
4307
|
-
readonly
|
|
4364
|
+
readonly isAffirmWithReceiptsWithCount: boolean;
|
|
4365
|
+
readonly asAffirmWithReceiptsWithCount: {
|
|
4366
|
+
readonly id: u64;
|
|
4367
|
+
readonly receiptDetails: Vec<PolymeshPrimitivesSettlementReceiptDetails>;
|
|
4368
|
+
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4369
|
+
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAffirmationCount>;
|
|
4370
|
+
} & Struct;
|
|
4371
|
+
readonly isAffirmInstructionWithCount: boolean;
|
|
4372
|
+
readonly asAffirmInstructionWithCount: {
|
|
4373
|
+
readonly id: u64;
|
|
4374
|
+
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4375
|
+
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAffirmationCount>;
|
|
4376
|
+
} & Struct;
|
|
4377
|
+
readonly isRejectInstructionWithCount: boolean;
|
|
4378
|
+
readonly asRejectInstructionWithCount: {
|
|
4379
|
+
readonly id: u64;
|
|
4380
|
+
readonly portfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4381
|
+
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAssetCount>;
|
|
4382
|
+
} & Struct;
|
|
4383
|
+
readonly isWithdrawAffirmationWithCount: boolean;
|
|
4384
|
+
readonly asWithdrawAffirmationWithCount: {
|
|
4385
|
+
readonly id: u64;
|
|
4386
|
+
readonly portfolios: Vec<PolymeshPrimitivesIdentityIdPortfolioId>;
|
|
4387
|
+
readonly numberOfAssets: Option<PolymeshPrimitivesSettlementAffirmationCount>;
|
|
4388
|
+
} & Struct;
|
|
4389
|
+
readonly type: 'CreateVenue' | 'UpdateVenueDetails' | 'UpdateVenueType' | 'AffirmWithReceipts' | 'SetVenueFiltering' | 'AllowVenues' | 'DisallowVenues' | 'UpdateVenueSigners' | 'ExecuteManualInstruction' | 'AddInstruction' | 'AddAndAffirmInstruction' | 'AffirmInstruction' | 'WithdrawAffirmation' | 'RejectInstruction' | 'ExecuteScheduledInstruction' | 'AffirmWithReceiptsWithCount' | 'AffirmInstructionWithCount' | 'RejectInstructionWithCount' | 'WithdrawAffirmationWithCount';
|
|
4308
4390
|
}
|
|
4309
|
-
/** @name PolymeshPrimitivesSettlementReceiptDetails (
|
|
4391
|
+
/** @name PolymeshPrimitivesSettlementReceiptDetails (503) */
|
|
4310
4392
|
interface PolymeshPrimitivesSettlementReceiptDetails extends Struct {
|
|
4311
4393
|
readonly uid: u64;
|
|
4312
4394
|
readonly instructionId: u64;
|
|
@@ -4315,7 +4397,7 @@ declare module "./types-lookup.ts" {
|
|
|
4315
4397
|
readonly signature: SpRuntimeMultiSignature;
|
|
4316
4398
|
readonly metadata: Option<PolymeshPrimitivesSettlementReceiptMetadata>;
|
|
4317
4399
|
}
|
|
4318
|
-
/** @name SpRuntimeMultiSignature (
|
|
4400
|
+
/** @name SpRuntimeMultiSignature (504) */
|
|
4319
4401
|
interface SpRuntimeMultiSignature extends Enum {
|
|
4320
4402
|
readonly isEd25519: boolean;
|
|
4321
4403
|
readonly asEd25519: SpCoreEd25519Signature;
|
|
@@ -4325,10 +4407,22 @@ declare module "./types-lookup.ts" {
|
|
|
4325
4407
|
readonly asEcdsa: SpCoreEcdsaSignature;
|
|
4326
4408
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
4327
4409
|
}
|
|
4328
|
-
/** @name SpCoreEcdsaSignature (
|
|
4410
|
+
/** @name SpCoreEcdsaSignature (505) */
|
|
4329
4411
|
interface SpCoreEcdsaSignature extends U8aFixed {
|
|
4330
4412
|
}
|
|
4331
|
-
/** @name
|
|
4413
|
+
/** @name PolymeshPrimitivesSettlementAffirmationCount (508) */
|
|
4414
|
+
interface PolymeshPrimitivesSettlementAffirmationCount extends Struct {
|
|
4415
|
+
readonly senderAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4416
|
+
readonly receiverAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4417
|
+
readonly offchainCount: u32;
|
|
4418
|
+
}
|
|
4419
|
+
/** @name PolymeshPrimitivesSettlementAssetCount (509) */
|
|
4420
|
+
interface PolymeshPrimitivesSettlementAssetCount extends Struct {
|
|
4421
|
+
readonly fungible: u32;
|
|
4422
|
+
readonly nonFungible: u32;
|
|
4423
|
+
readonly offChain: u32;
|
|
4424
|
+
}
|
|
4425
|
+
/** @name PalletStatisticsCall (511) */
|
|
4332
4426
|
interface PalletStatisticsCall extends Enum {
|
|
4333
4427
|
readonly isSetActiveAssetStats: boolean;
|
|
4334
4428
|
readonly asSetActiveAssetStats: {
|
|
@@ -4354,7 +4448,7 @@ declare module "./types-lookup.ts" {
|
|
|
4354
4448
|
} & Struct;
|
|
4355
4449
|
readonly type: 'SetActiveAssetStats' | 'BatchUpdateAssetStats' | 'SetAssetTransferCompliance' | 'SetEntitiesExempt';
|
|
4356
4450
|
}
|
|
4357
|
-
/** @name PalletStoCall (
|
|
4451
|
+
/** @name PalletStoCall (516) */
|
|
4358
4452
|
interface PalletStoCall extends Enum {
|
|
4359
4453
|
readonly isCreateFundraiser: boolean;
|
|
4360
4454
|
readonly asCreateFundraiser: {
|
|
@@ -4403,12 +4497,12 @@ declare module "./types-lookup.ts" {
|
|
|
4403
4497
|
} & Struct;
|
|
4404
4498
|
readonly type: 'CreateFundraiser' | 'Invest' | 'FreezeFundraiser' | 'UnfreezeFundraiser' | 'ModifyFundraiserWindow' | 'Stop';
|
|
4405
4499
|
}
|
|
4406
|
-
/** @name PalletStoPriceTier (
|
|
4500
|
+
/** @name PalletStoPriceTier (518) */
|
|
4407
4501
|
interface PalletStoPriceTier extends Struct {
|
|
4408
4502
|
readonly total: u128;
|
|
4409
4503
|
readonly price: u128;
|
|
4410
4504
|
}
|
|
4411
|
-
/** @name PalletTreasuryCall (
|
|
4505
|
+
/** @name PalletTreasuryCall (520) */
|
|
4412
4506
|
interface PalletTreasuryCall extends Enum {
|
|
4413
4507
|
readonly isDisbursement: boolean;
|
|
4414
4508
|
readonly asDisbursement: {
|
|
@@ -4420,12 +4514,12 @@ declare module "./types-lookup.ts" {
|
|
|
4420
4514
|
} & Struct;
|
|
4421
4515
|
readonly type: 'Disbursement' | 'Reimbursement';
|
|
4422
4516
|
}
|
|
4423
|
-
/** @name PolymeshPrimitivesBeneficiary (
|
|
4517
|
+
/** @name PolymeshPrimitivesBeneficiary (522) */
|
|
4424
4518
|
interface PolymeshPrimitivesBeneficiary extends Struct {
|
|
4425
4519
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
4426
4520
|
readonly amount: u128;
|
|
4427
4521
|
}
|
|
4428
|
-
/** @name PalletUtilityCall (
|
|
4522
|
+
/** @name PalletUtilityCall (523) */
|
|
4429
4523
|
interface PalletUtilityCall extends Enum {
|
|
4430
4524
|
readonly isBatch: boolean;
|
|
4431
4525
|
readonly asBatch: {
|
|
@@ -4469,12 +4563,12 @@ declare module "./types-lookup.ts" {
|
|
|
4469
4563
|
} & Struct;
|
|
4470
4564
|
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'BatchOld' | 'BatchAtomic' | 'BatchOptimistic';
|
|
4471
4565
|
}
|
|
4472
|
-
/** @name PalletUtilityUniqueCall (
|
|
4566
|
+
/** @name PalletUtilityUniqueCall (525) */
|
|
4473
4567
|
interface PalletUtilityUniqueCall extends Struct {
|
|
4474
4568
|
readonly nonce: u64;
|
|
4475
4569
|
readonly call: Call;
|
|
4476
4570
|
}
|
|
4477
|
-
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (
|
|
4571
|
+
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (526) */
|
|
4478
4572
|
interface PolymeshRuntimeDevelopRuntimeOriginCaller extends Enum {
|
|
4479
4573
|
readonly isSystem: boolean;
|
|
4480
4574
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
@@ -4487,7 +4581,7 @@ declare module "./types-lookup.ts" {
|
|
|
4487
4581
|
readonly asUpgradeCommittee: PalletCommitteeRawOriginInstance4;
|
|
4488
4582
|
readonly type: 'System' | 'Void' | 'PolymeshCommittee' | 'TechnicalCommittee' | 'UpgradeCommittee';
|
|
4489
4583
|
}
|
|
4490
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
4584
|
+
/** @name FrameSupportDispatchRawOrigin (527) */
|
|
4491
4585
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
4492
4586
|
readonly isRoot: boolean;
|
|
4493
4587
|
readonly isSigned: boolean;
|
|
@@ -4495,26 +4589,26 @@ declare module "./types-lookup.ts" {
|
|
|
4495
4589
|
readonly isNone: boolean;
|
|
4496
4590
|
readonly type: 'Root' | 'Signed' | 'None';
|
|
4497
4591
|
}
|
|
4498
|
-
/** @name PalletCommitteeRawOriginInstance1 (
|
|
4592
|
+
/** @name PalletCommitteeRawOriginInstance1 (528) */
|
|
4499
4593
|
interface PalletCommitteeRawOriginInstance1 extends Enum {
|
|
4500
4594
|
readonly isEndorsed: boolean;
|
|
4501
4595
|
readonly type: 'Endorsed';
|
|
4502
4596
|
}
|
|
4503
|
-
/** @name PalletCommitteeRawOriginInstance3 (
|
|
4597
|
+
/** @name PalletCommitteeRawOriginInstance3 (529) */
|
|
4504
4598
|
interface PalletCommitteeRawOriginInstance3 extends Enum {
|
|
4505
4599
|
readonly isEndorsed: boolean;
|
|
4506
4600
|
readonly type: 'Endorsed';
|
|
4507
4601
|
}
|
|
4508
|
-
/** @name PalletCommitteeRawOriginInstance4 (
|
|
4602
|
+
/** @name PalletCommitteeRawOriginInstance4 (530) */
|
|
4509
4603
|
interface PalletCommitteeRawOriginInstance4 extends Enum {
|
|
4510
4604
|
readonly isEndorsed: boolean;
|
|
4511
4605
|
readonly type: 'Endorsed';
|
|
4512
4606
|
}
|
|
4513
|
-
/** @name SpCoreVoid (
|
|
4607
|
+
/** @name SpCoreVoid (531) */
|
|
4514
4608
|
type SpCoreVoid = Null;
|
|
4515
|
-
/** @name PalletBaseCall (
|
|
4609
|
+
/** @name PalletBaseCall (532) */
|
|
4516
4610
|
type PalletBaseCall = Null;
|
|
4517
|
-
/** @name PalletExternalAgentsCall (
|
|
4611
|
+
/** @name PalletExternalAgentsCall (533) */
|
|
4518
4612
|
interface PalletExternalAgentsCall extends Enum {
|
|
4519
4613
|
readonly isCreateGroup: boolean;
|
|
4520
4614
|
readonly asCreateGroup: {
|
|
@@ -4561,7 +4655,7 @@ declare module "./types-lookup.ts" {
|
|
|
4561
4655
|
} & Struct;
|
|
4562
4656
|
readonly type: 'CreateGroup' | 'SetGroupPermissions' | 'RemoveAgent' | 'Abdicate' | 'ChangeGroup' | 'AcceptBecomeAgent' | 'CreateGroupAndAddAuth' | 'CreateAndChangeCustomGroup';
|
|
4563
4657
|
}
|
|
4564
|
-
/** @name PalletRelayerCall (
|
|
4658
|
+
/** @name PalletRelayerCall (534) */
|
|
4565
4659
|
interface PalletRelayerCall extends Enum {
|
|
4566
4660
|
readonly isSetPayingKey: boolean;
|
|
4567
4661
|
readonly asSetPayingKey: {
|
|
@@ -4594,29 +4688,7 @@ declare module "./types-lookup.ts" {
|
|
|
4594
4688
|
} & Struct;
|
|
4595
4689
|
readonly type: 'SetPayingKey' | 'AcceptPayingKey' | 'RemovePayingKey' | 'UpdatePolyxLimit' | 'IncreasePolyxLimit' | 'DecreasePolyxLimit';
|
|
4596
4690
|
}
|
|
4597
|
-
/** @name
|
|
4598
|
-
interface PalletRewardsCall extends Enum {
|
|
4599
|
-
readonly isClaimItnReward: boolean;
|
|
4600
|
-
readonly asClaimItnReward: {
|
|
4601
|
-
readonly rewardAddress: AccountId32;
|
|
4602
|
-
readonly itnAddress: AccountId32;
|
|
4603
|
-
readonly signature: SpRuntimeMultiSignature;
|
|
4604
|
-
} & Struct;
|
|
4605
|
-
readonly isSetItnRewardStatus: boolean;
|
|
4606
|
-
readonly asSetItnRewardStatus: {
|
|
4607
|
-
readonly itnAddress: AccountId32;
|
|
4608
|
-
readonly status: PalletRewardsItnRewardStatus;
|
|
4609
|
-
} & Struct;
|
|
4610
|
-
readonly type: 'ClaimItnReward' | 'SetItnRewardStatus';
|
|
4611
|
-
}
|
|
4612
|
-
/** @name PalletRewardsItnRewardStatus (530) */
|
|
4613
|
-
interface PalletRewardsItnRewardStatus extends Enum {
|
|
4614
|
-
readonly isUnclaimed: boolean;
|
|
4615
|
-
readonly asUnclaimed: u128;
|
|
4616
|
-
readonly isClaimed: boolean;
|
|
4617
|
-
readonly type: 'Unclaimed' | 'Claimed';
|
|
4618
|
-
}
|
|
4619
|
-
/** @name PalletContractsCall (531) */
|
|
4691
|
+
/** @name PalletContractsCall (535) */
|
|
4620
4692
|
interface PalletContractsCall extends Enum {
|
|
4621
4693
|
readonly isCallOldWeight: boolean;
|
|
4622
4694
|
readonly asCallOldWeight: {
|
|
@@ -4687,13 +4759,13 @@ declare module "./types-lookup.ts" {
|
|
|
4687
4759
|
} & Struct;
|
|
4688
4760
|
readonly type: 'CallOldWeight' | 'InstantiateWithCodeOldWeight' | 'InstantiateOldWeight' | 'UploadCode' | 'RemoveCode' | 'SetCode' | 'Call' | 'InstantiateWithCode' | 'Instantiate';
|
|
4689
4761
|
}
|
|
4690
|
-
/** @name PalletContractsWasmDeterminism (
|
|
4762
|
+
/** @name PalletContractsWasmDeterminism (539) */
|
|
4691
4763
|
interface PalletContractsWasmDeterminism extends Enum {
|
|
4692
4764
|
readonly isDeterministic: boolean;
|
|
4693
4765
|
readonly isAllowIndeterminism: boolean;
|
|
4694
4766
|
readonly type: 'Deterministic' | 'AllowIndeterminism';
|
|
4695
4767
|
}
|
|
4696
|
-
/** @name PolymeshContractsCall (
|
|
4768
|
+
/** @name PolymeshContractsCall (540) */
|
|
4697
4769
|
interface PolymeshContractsCall extends Enum {
|
|
4698
4770
|
readonly isInstantiateWithCodePerms: boolean;
|
|
4699
4771
|
readonly asInstantiateWithCodePerms: {
|
|
@@ -4719,12 +4791,41 @@ declare module "./types-lookup.ts" {
|
|
|
4719
4791
|
readonly asUpdateCallRuntimeWhitelist: {
|
|
4720
4792
|
readonly updates: Vec<ITuple<[PolymeshContractsChainExtensionExtrinsicId, bool]>>;
|
|
4721
4793
|
} & Struct;
|
|
4722
|
-
readonly
|
|
4794
|
+
readonly isInstantiateWithCodeAsPrimaryKey: boolean;
|
|
4795
|
+
readonly asInstantiateWithCodeAsPrimaryKey: {
|
|
4796
|
+
readonly endowment: u128;
|
|
4797
|
+
readonly gasLimit: SpWeightsWeightV2Weight;
|
|
4798
|
+
readonly storageDepositLimit: Option<u128>;
|
|
4799
|
+
readonly code: Bytes;
|
|
4800
|
+
readonly data: Bytes;
|
|
4801
|
+
readonly salt: Bytes;
|
|
4802
|
+
} & Struct;
|
|
4803
|
+
readonly isInstantiateWithHashAsPrimaryKey: boolean;
|
|
4804
|
+
readonly asInstantiateWithHashAsPrimaryKey: {
|
|
4805
|
+
readonly endowment: u128;
|
|
4806
|
+
readonly gasLimit: SpWeightsWeightV2Weight;
|
|
4807
|
+
readonly storageDepositLimit: Option<u128>;
|
|
4808
|
+
readonly codeHash: H256;
|
|
4809
|
+
readonly data: Bytes;
|
|
4810
|
+
readonly salt: Bytes;
|
|
4811
|
+
} & Struct;
|
|
4812
|
+
readonly isUpgradeApi: boolean;
|
|
4813
|
+
readonly asUpgradeApi: {
|
|
4814
|
+
readonly api: PolymeshContractsApi;
|
|
4815
|
+
readonly nextUpgrade: PolymeshContractsNextUpgrade;
|
|
4816
|
+
} & Struct;
|
|
4817
|
+
readonly type: 'InstantiateWithCodePerms' | 'InstantiateWithHashPerms' | 'UpdateCallRuntimeWhitelist' | 'InstantiateWithCodeAsPrimaryKey' | 'InstantiateWithHashAsPrimaryKey' | 'UpgradeApi';
|
|
4723
4818
|
}
|
|
4724
|
-
/** @name
|
|
4725
|
-
interface
|
|
4819
|
+
/** @name PolymeshContractsNextUpgrade (543) */
|
|
4820
|
+
interface PolymeshContractsNextUpgrade extends Struct {
|
|
4821
|
+
readonly chainVersion: PolymeshContractsChainVersion;
|
|
4822
|
+
readonly apiHash: PolymeshContractsApiCodeHash;
|
|
4726
4823
|
}
|
|
4727
|
-
/** @name
|
|
4824
|
+
/** @name PolymeshContractsApiCodeHash (544) */
|
|
4825
|
+
interface PolymeshContractsApiCodeHash extends Struct {
|
|
4826
|
+
readonly hash_: H256;
|
|
4827
|
+
}
|
|
4828
|
+
/** @name PalletPreimageCall (545) */
|
|
4728
4829
|
interface PalletPreimageCall extends Enum {
|
|
4729
4830
|
readonly isNotePreimage: boolean;
|
|
4730
4831
|
readonly asNotePreimage: {
|
|
@@ -4744,7 +4845,7 @@ declare module "./types-lookup.ts" {
|
|
|
4744
4845
|
} & Struct;
|
|
4745
4846
|
readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
|
|
4746
4847
|
}
|
|
4747
|
-
/** @name PalletNftCall (
|
|
4848
|
+
/** @name PalletNftCall (546) */
|
|
4748
4849
|
interface PalletNftCall extends Enum {
|
|
4749
4850
|
readonly isCreateNftCollection: boolean;
|
|
4750
4851
|
readonly asCreateNftCollection: {
|
|
@@ -4764,17 +4865,24 @@ declare module "./types-lookup.ts" {
|
|
|
4764
4865
|
readonly nftId: u64;
|
|
4765
4866
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4766
4867
|
} & Struct;
|
|
4767
|
-
readonly
|
|
4868
|
+
readonly isControllerTransfer: boolean;
|
|
4869
|
+
readonly asControllerTransfer: {
|
|
4870
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
4871
|
+
readonly nfts: PolymeshPrimitivesNftNfTs;
|
|
4872
|
+
readonly sourcePortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4873
|
+
readonly callersPortfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4874
|
+
} & Struct;
|
|
4875
|
+
readonly type: 'CreateNftCollection' | 'IssueNft' | 'RedeemNft' | 'ControllerTransfer';
|
|
4768
4876
|
}
|
|
4769
|
-
/** @name PolymeshPrimitivesNftNftCollectionKeys (
|
|
4877
|
+
/** @name PolymeshPrimitivesNftNftCollectionKeys (548) */
|
|
4770
4878
|
interface PolymeshPrimitivesNftNftCollectionKeys extends Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey> {
|
|
4771
4879
|
}
|
|
4772
|
-
/** @name PolymeshPrimitivesNftNftMetadataAttribute (
|
|
4880
|
+
/** @name PolymeshPrimitivesNftNftMetadataAttribute (551) */
|
|
4773
4881
|
interface PolymeshPrimitivesNftNftMetadataAttribute extends Struct {
|
|
4774
4882
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
4775
4883
|
readonly value: Bytes;
|
|
4776
4884
|
}
|
|
4777
|
-
/** @name PalletTestUtilsCall (
|
|
4885
|
+
/** @name PalletTestUtilsCall (552) */
|
|
4778
4886
|
interface PalletTestUtilsCall extends Enum {
|
|
4779
4887
|
readonly isRegisterDid: boolean;
|
|
4780
4888
|
readonly asRegisterDid: {
|
|
@@ -4791,14 +4899,14 @@ declare module "./types-lookup.ts" {
|
|
|
4791
4899
|
} & Struct;
|
|
4792
4900
|
readonly type: 'RegisterDid' | 'MockCddRegisterDid' | 'GetMyDid' | 'GetCddOf';
|
|
4793
4901
|
}
|
|
4794
|
-
/** @name PalletCommitteePolymeshVotes (
|
|
4902
|
+
/** @name PalletCommitteePolymeshVotes (553) */
|
|
4795
4903
|
interface PalletCommitteePolymeshVotes extends Struct {
|
|
4796
4904
|
readonly index: u32;
|
|
4797
4905
|
readonly ayes: Vec<PolymeshPrimitivesIdentityId>;
|
|
4798
4906
|
readonly nays: Vec<PolymeshPrimitivesIdentityId>;
|
|
4799
4907
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
4800
4908
|
}
|
|
4801
|
-
/** @name PalletCommitteeError (
|
|
4909
|
+
/** @name PalletCommitteeError (555) */
|
|
4802
4910
|
interface PalletCommitteeError extends Enum {
|
|
4803
4911
|
readonly isDuplicateVote: boolean;
|
|
4804
4912
|
readonly isNotAMember: boolean;
|
|
@@ -4811,7 +4919,7 @@ declare module "./types-lookup.ts" {
|
|
|
4811
4919
|
readonly isProposalsLimitReached: boolean;
|
|
4812
4920
|
readonly type: 'DuplicateVote' | 'NotAMember' | 'NoSuchProposal' | 'ProposalExpired' | 'DuplicateProposal' | 'MismatchedVotingIndex' | 'InvalidProportion' | 'FirstVoteReject' | 'ProposalsLimitReached';
|
|
4813
4921
|
}
|
|
4814
|
-
/** @name PolymeshPrimitivesMultisigProposalDetails (
|
|
4922
|
+
/** @name PolymeshPrimitivesMultisigProposalDetails (565) */
|
|
4815
4923
|
interface PolymeshPrimitivesMultisigProposalDetails extends Struct {
|
|
4816
4924
|
readonly approvals: u64;
|
|
4817
4925
|
readonly rejections: u64;
|
|
@@ -4819,7 +4927,7 @@ declare module "./types-lookup.ts" {
|
|
|
4819
4927
|
readonly expiry: Option<u64>;
|
|
4820
4928
|
readonly autoClose: bool;
|
|
4821
4929
|
}
|
|
4822
|
-
/** @name PolymeshPrimitivesMultisigProposalStatus (
|
|
4930
|
+
/** @name PolymeshPrimitivesMultisigProposalStatus (566) */
|
|
4823
4931
|
interface PolymeshPrimitivesMultisigProposalStatus extends Enum {
|
|
4824
4932
|
readonly isInvalid: boolean;
|
|
4825
4933
|
readonly isActiveOrExpired: boolean;
|
|
@@ -4828,7 +4936,7 @@ declare module "./types-lookup.ts" {
|
|
|
4828
4936
|
readonly isRejected: boolean;
|
|
4829
4937
|
readonly type: 'Invalid' | 'ActiveOrExpired' | 'ExecutionSuccessful' | 'ExecutionFailed' | 'Rejected';
|
|
4830
4938
|
}
|
|
4831
|
-
/** @name PalletMultisigError (
|
|
4939
|
+
/** @name PalletMultisigError (568) */
|
|
4832
4940
|
interface PalletMultisigError extends Enum {
|
|
4833
4941
|
readonly isCddMissing: boolean;
|
|
4834
4942
|
readonly isProposalMissing: boolean;
|
|
@@ -4858,14 +4966,14 @@ declare module "./types-lookup.ts" {
|
|
|
4858
4966
|
readonly isCreatorControlsHaveBeenRemoved: boolean;
|
|
4859
4967
|
readonly type: 'CddMissing' | 'ProposalMissing' | 'DecodingError' | 'NoSigners' | 'RequiredSignaturesOutOfBounds' | 'NotASigner' | 'NoSuchMultisig' | 'NotEnoughSigners' | 'NonceOverflow' | 'AlreadyVoted' | 'AlreadyASigner' | 'FailedToChargeFee' | 'IdentityNotCreator' | 'ChangeNotAllowed' | 'SignerAlreadyLinkedToMultisig' | 'SignerAlreadyLinkedToIdentity' | 'MultisigNotAllowedToLinkToItself' | 'MissingCurrentIdentity' | 'NotPrimaryKey' | 'ProposalAlreadyRejected' | 'ProposalExpired' | 'ProposalAlreadyExecuted' | 'MultisigMissingIdentity' | 'FailedToSchedule' | 'TooManySigners' | 'CreatorControlsHaveBeenRemoved';
|
|
4860
4968
|
}
|
|
4861
|
-
/** @name PalletBridgeBridgeTxDetail (
|
|
4969
|
+
/** @name PalletBridgeBridgeTxDetail (570) */
|
|
4862
4970
|
interface PalletBridgeBridgeTxDetail extends Struct {
|
|
4863
4971
|
readonly amount: u128;
|
|
4864
4972
|
readonly status: PalletBridgeBridgeTxStatus;
|
|
4865
4973
|
readonly executionBlock: u32;
|
|
4866
4974
|
readonly txHash: H256;
|
|
4867
4975
|
}
|
|
4868
|
-
/** @name PalletBridgeBridgeTxStatus (
|
|
4976
|
+
/** @name PalletBridgeBridgeTxStatus (571) */
|
|
4869
4977
|
interface PalletBridgeBridgeTxStatus extends Enum {
|
|
4870
4978
|
readonly isAbsent: boolean;
|
|
4871
4979
|
readonly isPending: boolean;
|
|
@@ -4875,7 +4983,7 @@ declare module "./types-lookup.ts" {
|
|
|
4875
4983
|
readonly isHandled: boolean;
|
|
4876
4984
|
readonly type: 'Absent' | 'Pending' | 'Frozen' | 'Timelocked' | 'Handled';
|
|
4877
4985
|
}
|
|
4878
|
-
/** @name PalletBridgeError (
|
|
4986
|
+
/** @name PalletBridgeError (574) */
|
|
4879
4987
|
interface PalletBridgeError extends Enum {
|
|
4880
4988
|
readonly isControllerNotSet: boolean;
|
|
4881
4989
|
readonly isBadCaller: boolean;
|
|
@@ -4892,7 +5000,7 @@ declare module "./types-lookup.ts" {
|
|
|
4892
5000
|
readonly isTimelockedTx: boolean;
|
|
4893
5001
|
readonly type: 'ControllerNotSet' | 'BadCaller' | 'BadAdmin' | 'NoValidCdd' | 'ProposalAlreadyHandled' | 'Unauthorized' | 'Frozen' | 'NotFrozen' | 'FrozenTx' | 'BridgeLimitReached' | 'Overflow' | 'DivisionByZero' | 'TimelockedTx';
|
|
4894
5002
|
}
|
|
4895
|
-
/** @name PalletStakingStakingLedger (
|
|
5003
|
+
/** @name PalletStakingStakingLedger (575) */
|
|
4896
5004
|
interface PalletStakingStakingLedger extends Struct {
|
|
4897
5005
|
readonly stash: AccountId32;
|
|
4898
5006
|
readonly total: Compact<u128>;
|
|
@@ -4900,28 +5008,28 @@ declare module "./types-lookup.ts" {
|
|
|
4900
5008
|
readonly unlocking: Vec<PalletStakingUnlockChunk>;
|
|
4901
5009
|
readonly claimedRewards: Vec<u32>;
|
|
4902
5010
|
}
|
|
4903
|
-
/** @name PalletStakingUnlockChunk (
|
|
5011
|
+
/** @name PalletStakingUnlockChunk (577) */
|
|
4904
5012
|
interface PalletStakingUnlockChunk extends Struct {
|
|
4905
5013
|
readonly value: Compact<u128>;
|
|
4906
5014
|
readonly era: Compact<u32>;
|
|
4907
5015
|
}
|
|
4908
|
-
/** @name PalletStakingNominations (
|
|
5016
|
+
/** @name PalletStakingNominations (578) */
|
|
4909
5017
|
interface PalletStakingNominations extends Struct {
|
|
4910
5018
|
readonly targets: Vec<AccountId32>;
|
|
4911
5019
|
readonly submittedIn: u32;
|
|
4912
5020
|
readonly suppressed: bool;
|
|
4913
5021
|
}
|
|
4914
|
-
/** @name PalletStakingActiveEraInfo (
|
|
5022
|
+
/** @name PalletStakingActiveEraInfo (579) */
|
|
4915
5023
|
interface PalletStakingActiveEraInfo extends Struct {
|
|
4916
5024
|
readonly index: u32;
|
|
4917
5025
|
readonly start: Option<u64>;
|
|
4918
5026
|
}
|
|
4919
|
-
/** @name PalletStakingEraRewardPoints (
|
|
5027
|
+
/** @name PalletStakingEraRewardPoints (581) */
|
|
4920
5028
|
interface PalletStakingEraRewardPoints extends Struct {
|
|
4921
5029
|
readonly total: u32;
|
|
4922
5030
|
readonly individual: BTreeMap<AccountId32, u32>;
|
|
4923
5031
|
}
|
|
4924
|
-
/** @name PalletStakingForcing (
|
|
5032
|
+
/** @name PalletStakingForcing (584) */
|
|
4925
5033
|
interface PalletStakingForcing extends Enum {
|
|
4926
5034
|
readonly isNotForcing: boolean;
|
|
4927
5035
|
readonly isForceNew: boolean;
|
|
@@ -4929,7 +5037,7 @@ declare module "./types-lookup.ts" {
|
|
|
4929
5037
|
readonly isForceAlways: boolean;
|
|
4930
5038
|
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
4931
5039
|
}
|
|
4932
|
-
/** @name PalletStakingUnappliedSlash (
|
|
5040
|
+
/** @name PalletStakingUnappliedSlash (586) */
|
|
4933
5041
|
interface PalletStakingUnappliedSlash extends Struct {
|
|
4934
5042
|
readonly validator: AccountId32;
|
|
4935
5043
|
readonly own: u128;
|
|
@@ -4937,37 +5045,37 @@ declare module "./types-lookup.ts" {
|
|
|
4937
5045
|
readonly reporters: Vec<AccountId32>;
|
|
4938
5046
|
readonly payout: u128;
|
|
4939
5047
|
}
|
|
4940
|
-
/** @name PalletStakingSlashingSlashingSpans (
|
|
5048
|
+
/** @name PalletStakingSlashingSlashingSpans (590) */
|
|
4941
5049
|
interface PalletStakingSlashingSlashingSpans extends Struct {
|
|
4942
5050
|
readonly spanIndex: u32;
|
|
4943
5051
|
readonly lastStart: u32;
|
|
4944
5052
|
readonly lastNonzeroSlash: u32;
|
|
4945
5053
|
readonly prior: Vec<u32>;
|
|
4946
5054
|
}
|
|
4947
|
-
/** @name PalletStakingSlashingSpanRecord (
|
|
5055
|
+
/** @name PalletStakingSlashingSpanRecord (591) */
|
|
4948
5056
|
interface PalletStakingSlashingSpanRecord extends Struct {
|
|
4949
5057
|
readonly slashed: u128;
|
|
4950
5058
|
readonly paidOut: u128;
|
|
4951
5059
|
}
|
|
4952
|
-
/** @name PalletStakingElectionResult (
|
|
5060
|
+
/** @name PalletStakingElectionResult (594) */
|
|
4953
5061
|
interface PalletStakingElectionResult extends Struct {
|
|
4954
5062
|
readonly electedStashes: Vec<AccountId32>;
|
|
4955
5063
|
readonly exposures: Vec<ITuple<[AccountId32, PalletStakingExposure]>>;
|
|
4956
5064
|
readonly compute: PalletStakingElectionCompute;
|
|
4957
5065
|
}
|
|
4958
|
-
/** @name PalletStakingElectionStatus (
|
|
5066
|
+
/** @name PalletStakingElectionStatus (595) */
|
|
4959
5067
|
interface PalletStakingElectionStatus extends Enum {
|
|
4960
5068
|
readonly isClosed: boolean;
|
|
4961
5069
|
readonly isOpen: boolean;
|
|
4962
5070
|
readonly asOpen: u32;
|
|
4963
5071
|
readonly type: 'Closed' | 'Open';
|
|
4964
5072
|
}
|
|
4965
|
-
/** @name PalletStakingPermissionedIdentityPrefs (
|
|
5073
|
+
/** @name PalletStakingPermissionedIdentityPrefs (596) */
|
|
4966
5074
|
interface PalletStakingPermissionedIdentityPrefs extends Struct {
|
|
4967
5075
|
readonly intendedCount: u32;
|
|
4968
5076
|
readonly runningCount: u32;
|
|
4969
5077
|
}
|
|
4970
|
-
/** @name PalletStakingReleases (
|
|
5078
|
+
/** @name PalletStakingReleases (597) */
|
|
4971
5079
|
interface PalletStakingReleases extends Enum {
|
|
4972
5080
|
readonly isV100Ancient: boolean;
|
|
4973
5081
|
readonly isV200: boolean;
|
|
@@ -4979,7 +5087,7 @@ declare module "./types-lookup.ts" {
|
|
|
4979
5087
|
readonly isV700: boolean;
|
|
4980
5088
|
readonly type: 'V100Ancient' | 'V200' | 'V300' | 'V400' | 'V500' | 'V600' | 'V601' | 'V700';
|
|
4981
5089
|
}
|
|
4982
|
-
/** @name PalletStakingError (
|
|
5090
|
+
/** @name PalletStakingError (599) */
|
|
4983
5091
|
interface PalletStakingError extends Enum {
|
|
4984
5092
|
readonly isNotController: boolean;
|
|
4985
5093
|
readonly isNotStash: boolean;
|
|
@@ -5026,15 +5134,15 @@ declare module "./types-lookup.ts" {
|
|
|
5026
5134
|
readonly isInvalidValidatorUnbondAmount: boolean;
|
|
5027
5135
|
readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'InvalidSlashIndex' | 'InsufficientValue' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'NotSortedAndUnique' | 'AlreadyClaimed' | 'OffchainElectionEarlySubmission' | 'OffchainElectionWeakSubmission' | 'SnapshotUnavailable' | 'OffchainElectionBogusWinnerCount' | 'OffchainElectionBogusWinner' | 'OffchainElectionBogusCompact' | 'OffchainElectionBogusNominator' | 'OffchainElectionBogusNomination' | 'OffchainElectionSlashedNomination' | 'OffchainElectionBogusSelfVote' | 'OffchainElectionBogusEdge' | 'OffchainElectionBogusScore' | 'OffchainElectionBogusElectionSize' | 'CallNotAllowed' | 'IncorrectSlashingSpans' | 'AlreadyExists' | 'NotExists' | 'NoChange' | 'InvalidValidatorIdentity' | 'InvalidValidatorCommission' | 'StashIdentityDoesNotExist' | 'StashIdentityNotPermissioned' | 'StashIdentityNotCDDed' | 'HitIntendedValidatorCount' | 'IntendedCountIsExceedingConsensusLimit' | 'BondTooSmall' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'InvalidValidatorUnbondAmount';
|
|
5028
5136
|
}
|
|
5029
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
5137
|
+
/** @name SpStakingOffenceOffenceDetails (600) */
|
|
5030
5138
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
5031
5139
|
readonly offender: ITuple<[AccountId32, PalletStakingExposure]>;
|
|
5032
5140
|
readonly reporters: Vec<AccountId32>;
|
|
5033
5141
|
}
|
|
5034
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
5142
|
+
/** @name SpCoreCryptoKeyTypeId (605) */
|
|
5035
5143
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
5036
5144
|
}
|
|
5037
|
-
/** @name PalletSessionError (
|
|
5145
|
+
/** @name PalletSessionError (606) */
|
|
5038
5146
|
interface PalletSessionError extends Enum {
|
|
5039
5147
|
readonly isInvalidProof: boolean;
|
|
5040
5148
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -5043,7 +5151,7 @@ declare module "./types-lookup.ts" {
|
|
|
5043
5151
|
readonly isNoAccount: boolean;
|
|
5044
5152
|
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
5045
5153
|
}
|
|
5046
|
-
/** @name PalletGrandpaStoredState (
|
|
5154
|
+
/** @name PalletGrandpaStoredState (607) */
|
|
5047
5155
|
interface PalletGrandpaStoredState extends Enum {
|
|
5048
5156
|
readonly isLive: boolean;
|
|
5049
5157
|
readonly isPendingPause: boolean;
|
|
@@ -5059,14 +5167,14 @@ declare module "./types-lookup.ts" {
|
|
|
5059
5167
|
} & Struct;
|
|
5060
5168
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
5061
5169
|
}
|
|
5062
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
5170
|
+
/** @name PalletGrandpaStoredPendingChange (608) */
|
|
5063
5171
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
5064
5172
|
readonly scheduledAt: u32;
|
|
5065
5173
|
readonly delay: u32;
|
|
5066
5174
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
5067
5175
|
readonly forced: Option<u32>;
|
|
5068
5176
|
}
|
|
5069
|
-
/** @name PalletGrandpaError (
|
|
5177
|
+
/** @name PalletGrandpaError (610) */
|
|
5070
5178
|
interface PalletGrandpaError extends Enum {
|
|
5071
5179
|
readonly isPauseFailed: boolean;
|
|
5072
5180
|
readonly isResumeFailed: boolean;
|
|
@@ -5077,47 +5185,47 @@ declare module "./types-lookup.ts" {
|
|
|
5077
5185
|
readonly isDuplicateOffenceReport: boolean;
|
|
5078
5186
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
5079
5187
|
}
|
|
5080
|
-
/** @name PalletImOnlineBoundedOpaqueNetworkState (
|
|
5188
|
+
/** @name PalletImOnlineBoundedOpaqueNetworkState (614) */
|
|
5081
5189
|
interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
|
|
5082
5190
|
readonly peerId: Bytes;
|
|
5083
5191
|
readonly externalAddresses: Vec<Bytes>;
|
|
5084
5192
|
}
|
|
5085
|
-
/** @name PalletImOnlineError (
|
|
5193
|
+
/** @name PalletImOnlineError (618) */
|
|
5086
5194
|
interface PalletImOnlineError extends Enum {
|
|
5087
5195
|
readonly isInvalidKey: boolean;
|
|
5088
5196
|
readonly isDuplicatedHeartbeat: boolean;
|
|
5089
5197
|
readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
|
|
5090
5198
|
}
|
|
5091
|
-
/** @name PalletSudoError (
|
|
5199
|
+
/** @name PalletSudoError (620) */
|
|
5092
5200
|
interface PalletSudoError extends Enum {
|
|
5093
5201
|
readonly isRequireSudo: boolean;
|
|
5094
5202
|
readonly type: 'RequireSudo';
|
|
5095
5203
|
}
|
|
5096
|
-
/** @name PalletAssetTickerRegistration (
|
|
5204
|
+
/** @name PalletAssetTickerRegistration (621) */
|
|
5097
5205
|
interface PalletAssetTickerRegistration extends Struct {
|
|
5098
5206
|
readonly owner: PolymeshPrimitivesIdentityId;
|
|
5099
5207
|
readonly expiry: Option<u64>;
|
|
5100
5208
|
}
|
|
5101
|
-
/** @name PalletAssetTickerRegistrationConfig (
|
|
5209
|
+
/** @name PalletAssetTickerRegistrationConfig (622) */
|
|
5102
5210
|
interface PalletAssetTickerRegistrationConfig extends Struct {
|
|
5103
5211
|
readonly maxTickerLength: u8;
|
|
5104
5212
|
readonly registrationLength: Option<u64>;
|
|
5105
5213
|
}
|
|
5106
|
-
/** @name PalletAssetSecurityToken (
|
|
5214
|
+
/** @name PalletAssetSecurityToken (623) */
|
|
5107
5215
|
interface PalletAssetSecurityToken extends Struct {
|
|
5108
5216
|
readonly totalSupply: u128;
|
|
5109
5217
|
readonly ownerDid: PolymeshPrimitivesIdentityId;
|
|
5110
5218
|
readonly divisible: bool;
|
|
5111
5219
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
5112
5220
|
}
|
|
5113
|
-
/** @name PalletAssetAssetOwnershipRelation (
|
|
5221
|
+
/** @name PalletAssetAssetOwnershipRelation (627) */
|
|
5114
5222
|
interface PalletAssetAssetOwnershipRelation extends Enum {
|
|
5115
5223
|
readonly isNotOwned: boolean;
|
|
5116
5224
|
readonly isTickerOwned: boolean;
|
|
5117
5225
|
readonly isAssetOwned: boolean;
|
|
5118
5226
|
readonly type: 'NotOwned' | 'TickerOwned' | 'AssetOwned';
|
|
5119
5227
|
}
|
|
5120
|
-
/** @name PalletAssetError (
|
|
5228
|
+
/** @name PalletAssetError (633) */
|
|
5121
5229
|
interface PalletAssetError extends Enum {
|
|
5122
5230
|
readonly isUnauthorized: boolean;
|
|
5123
5231
|
readonly isAssetAlreadyCreated: boolean;
|
|
@@ -5158,7 +5266,7 @@ declare module "./types-lookup.ts" {
|
|
|
5158
5266
|
readonly isAssetMetadataValueIsEmpty: boolean;
|
|
5159
5267
|
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';
|
|
5160
5268
|
}
|
|
5161
|
-
/** @name PalletCorporateActionsDistributionError (
|
|
5269
|
+
/** @name PalletCorporateActionsDistributionError (636) */
|
|
5162
5270
|
interface PalletCorporateActionsDistributionError extends Enum {
|
|
5163
5271
|
readonly isCaNotBenefit: boolean;
|
|
5164
5272
|
readonly isAlreadyExists: boolean;
|
|
@@ -5177,13 +5285,13 @@ declare module "./types-lookup.ts" {
|
|
|
5177
5285
|
readonly isDistributionPerShareIsZero: boolean;
|
|
5178
5286
|
readonly type: 'CaNotBenefit' | 'AlreadyExists' | 'ExpiryBeforePayment' | 'HolderAlreadyPaid' | 'NoSuchDistribution' | 'CannotClaimBeforeStart' | 'CannotClaimAfterExpiry' | 'BalancePerShareProductOverflowed' | 'NotDistributionCreator' | 'AlreadyReclaimed' | 'NotExpired' | 'DistributionStarted' | 'InsufficientRemainingAmount' | 'DistributionAmountIsZero' | 'DistributionPerShareIsZero';
|
|
5179
5287
|
}
|
|
5180
|
-
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (
|
|
5288
|
+
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (640) */
|
|
5181
5289
|
interface PolymeshCommonUtilitiesCheckpointNextCheckpoints extends Struct {
|
|
5182
5290
|
readonly nextAt: u64;
|
|
5183
5291
|
readonly totalPending: u64;
|
|
5184
5292
|
readonly schedules: BTreeMap<u64, u64>;
|
|
5185
5293
|
}
|
|
5186
|
-
/** @name PalletAssetCheckpointError (
|
|
5294
|
+
/** @name PalletAssetCheckpointError (646) */
|
|
5187
5295
|
interface PalletAssetCheckpointError extends Enum {
|
|
5188
5296
|
readonly isNoSuchSchedule: boolean;
|
|
5189
5297
|
readonly isScheduleNotRemovable: boolean;
|
|
@@ -5193,12 +5301,12 @@ declare module "./types-lookup.ts" {
|
|
|
5193
5301
|
readonly isScheduleHasExpiredCheckpoints: boolean;
|
|
5194
5302
|
readonly type: 'NoSuchSchedule' | 'ScheduleNotRemovable' | 'SchedulesOverMaxComplexity' | 'ScheduleIsEmpty' | 'ScheduleFinished' | 'ScheduleHasExpiredCheckpoints';
|
|
5195
5303
|
}
|
|
5196
|
-
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (
|
|
5304
|
+
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (647) */
|
|
5197
5305
|
interface PolymeshPrimitivesComplianceManagerAssetCompliance extends Struct {
|
|
5198
5306
|
readonly paused: bool;
|
|
5199
5307
|
readonly requirements: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
5200
5308
|
}
|
|
5201
|
-
/** @name PalletComplianceManagerError (
|
|
5309
|
+
/** @name PalletComplianceManagerError (649) */
|
|
5202
5310
|
interface PalletComplianceManagerError extends Enum {
|
|
5203
5311
|
readonly isUnauthorized: boolean;
|
|
5204
5312
|
readonly isDidNotExist: boolean;
|
|
@@ -5209,7 +5317,7 @@ declare module "./types-lookup.ts" {
|
|
|
5209
5317
|
readonly isWeightLimitExceeded: boolean;
|
|
5210
5318
|
readonly type: 'Unauthorized' | 'DidNotExist' | 'InvalidComplianceRequirementId' | 'IncorrectOperationOnTrustedIssuer' | 'DuplicateComplianceRequirements' | 'ComplianceRequirementTooComplex' | 'WeightLimitExceeded';
|
|
5211
5319
|
}
|
|
5212
|
-
/** @name PalletCorporateActionsError (
|
|
5320
|
+
/** @name PalletCorporateActionsError (652) */
|
|
5213
5321
|
interface PalletCorporateActionsError extends Enum {
|
|
5214
5322
|
readonly isDetailsTooLong: boolean;
|
|
5215
5323
|
readonly isDuplicateDidTax: boolean;
|
|
@@ -5224,7 +5332,7 @@ declare module "./types-lookup.ts" {
|
|
|
5224
5332
|
readonly isNotTargetedByCA: boolean;
|
|
5225
5333
|
readonly type: 'DetailsTooLong' | 'DuplicateDidTax' | 'TooManyDidTaxes' | 'TooManyTargetIds' | 'NoSuchCheckpointId' | 'NoSuchCA' | 'NoRecordDate' | 'RecordDateAfterStart' | 'DeclDateAfterRecordDate' | 'DeclDateInFuture' | 'NotTargetedByCA';
|
|
5226
5334
|
}
|
|
5227
|
-
/** @name PalletCorporateActionsBallotError (
|
|
5335
|
+
/** @name PalletCorporateActionsBallotError (654) */
|
|
5228
5336
|
interface PalletCorporateActionsBallotError extends Enum {
|
|
5229
5337
|
readonly isCaNotNotice: boolean;
|
|
5230
5338
|
readonly isAlreadyExists: boolean;
|
|
@@ -5242,12 +5350,12 @@ declare module "./types-lookup.ts" {
|
|
|
5242
5350
|
readonly isRcvNotAllowed: boolean;
|
|
5243
5351
|
readonly type: 'CaNotNotice' | 'AlreadyExists' | 'NoSuchBallot' | 'StartAfterEnd' | 'NowAfterEnd' | 'NumberOfChoicesOverflow' | 'VotingAlreadyStarted' | 'VotingNotStarted' | 'VotingAlreadyEnded' | 'WrongVoteCount' | 'InsufficientVotes' | 'NoSuchRCVFallback' | 'RcvSelfCycle' | 'RcvNotAllowed';
|
|
5244
5352
|
}
|
|
5245
|
-
/** @name PalletPermissionsError (
|
|
5353
|
+
/** @name PalletPermissionsError (655) */
|
|
5246
5354
|
interface PalletPermissionsError extends Enum {
|
|
5247
5355
|
readonly isUnauthorizedCaller: boolean;
|
|
5248
5356
|
readonly type: 'UnauthorizedCaller';
|
|
5249
5357
|
}
|
|
5250
|
-
/** @name PalletPipsPipsMetadata (
|
|
5358
|
+
/** @name PalletPipsPipsMetadata (656) */
|
|
5251
5359
|
interface PalletPipsPipsMetadata extends Struct {
|
|
5252
5360
|
readonly id: u32;
|
|
5253
5361
|
readonly url: Option<Bytes>;
|
|
@@ -5256,34 +5364,34 @@ declare module "./types-lookup.ts" {
|
|
|
5256
5364
|
readonly transactionVersion: u32;
|
|
5257
5365
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5258
5366
|
}
|
|
5259
|
-
/** @name PalletPipsDepositInfo (
|
|
5367
|
+
/** @name PalletPipsDepositInfo (658) */
|
|
5260
5368
|
interface PalletPipsDepositInfo extends Struct {
|
|
5261
5369
|
readonly owner: AccountId32;
|
|
5262
5370
|
readonly amount: u128;
|
|
5263
5371
|
}
|
|
5264
|
-
/** @name PalletPipsPip (
|
|
5372
|
+
/** @name PalletPipsPip (659) */
|
|
5265
5373
|
interface PalletPipsPip extends Struct {
|
|
5266
5374
|
readonly id: u32;
|
|
5267
5375
|
readonly proposal: Call;
|
|
5268
5376
|
readonly proposer: PalletPipsProposer;
|
|
5269
5377
|
}
|
|
5270
|
-
/** @name PalletPipsVotingResult (
|
|
5378
|
+
/** @name PalletPipsVotingResult (660) */
|
|
5271
5379
|
interface PalletPipsVotingResult extends Struct {
|
|
5272
5380
|
readonly ayesCount: u32;
|
|
5273
5381
|
readonly ayesStake: u128;
|
|
5274
5382
|
readonly naysCount: u32;
|
|
5275
5383
|
readonly naysStake: u128;
|
|
5276
5384
|
}
|
|
5277
|
-
/** @name PalletPipsVote (
|
|
5385
|
+
/** @name PalletPipsVote (661) */
|
|
5278
5386
|
interface PalletPipsVote extends ITuple<[bool, u128]> {
|
|
5279
5387
|
}
|
|
5280
|
-
/** @name PalletPipsSnapshotMetadata (
|
|
5388
|
+
/** @name PalletPipsSnapshotMetadata (662) */
|
|
5281
5389
|
interface PalletPipsSnapshotMetadata extends Struct {
|
|
5282
5390
|
readonly createdAt: u32;
|
|
5283
5391
|
readonly madeBy: AccountId32;
|
|
5284
5392
|
readonly id: u32;
|
|
5285
5393
|
}
|
|
5286
|
-
/** @name PalletPipsError (
|
|
5394
|
+
/** @name PalletPipsError (664) */
|
|
5287
5395
|
interface PalletPipsError extends Enum {
|
|
5288
5396
|
readonly isRescheduleNotByReleaseCoordinator: boolean;
|
|
5289
5397
|
readonly isNotFromCommunity: boolean;
|
|
@@ -5305,7 +5413,7 @@ declare module "./types-lookup.ts" {
|
|
|
5305
5413
|
readonly isProposalNotInScheduledState: boolean;
|
|
5306
5414
|
readonly type: 'RescheduleNotByReleaseCoordinator' | 'NotFromCommunity' | 'NotByCommittee' | 'TooManyActivePips' | 'IncorrectDeposit' | 'InsufficientDeposit' | 'NoSuchProposal' | 'NotACommitteeMember' | 'InvalidFutureBlockNumber' | 'NumberOfVotesExceeded' | 'StakeAmountOfVotesExceeded' | 'MissingCurrentIdentity' | 'IncorrectProposalState' | 'CannotSkipPip' | 'SnapshotResultTooLarge' | 'SnapshotIdMismatch' | 'ScheduledProposalDoesntExist' | 'ProposalNotInScheduledState';
|
|
5307
5415
|
}
|
|
5308
|
-
/** @name PalletPortfolioError (
|
|
5416
|
+
/** @name PalletPortfolioError (673) */
|
|
5309
5417
|
interface PalletPortfolioError extends Enum {
|
|
5310
5418
|
readonly isPortfolioDoesNotExist: boolean;
|
|
5311
5419
|
readonly isInsufficientPortfolioBalance: boolean;
|
|
@@ -5323,16 +5431,17 @@ declare module "./types-lookup.ts" {
|
|
|
5323
5431
|
readonly isInvalidTransferNFTNotOwned: boolean;
|
|
5324
5432
|
readonly isInvalidTransferNFTIsLocked: boolean;
|
|
5325
5433
|
readonly isEmptyTransfer: boolean;
|
|
5326
|
-
readonly
|
|
5434
|
+
readonly isMissingOwnersPermission: boolean;
|
|
5435
|
+
readonly type: 'PortfolioDoesNotExist' | 'InsufficientPortfolioBalance' | 'DestinationIsSamePortfolio' | 'PortfolioNameAlreadyInUse' | 'SecondaryKeyNotAuthorizedForPortfolio' | 'UnauthorizedCustodian' | 'InsufficientTokensLocked' | 'PortfolioNotEmpty' | 'DifferentIdentityPortfolios' | 'NoDuplicateAssetsAllowed' | 'NftNotFoundInPortfolio' | 'NftAlreadyLocked' | 'NftNotLocked' | 'InvalidTransferNFTNotOwned' | 'InvalidTransferNFTIsLocked' | 'EmptyTransfer' | 'MissingOwnersPermission';
|
|
5327
5436
|
}
|
|
5328
|
-
/** @name PalletProtocolFeeError (
|
|
5437
|
+
/** @name PalletProtocolFeeError (674) */
|
|
5329
5438
|
interface PalletProtocolFeeError extends Enum {
|
|
5330
5439
|
readonly isInsufficientAccountBalance: boolean;
|
|
5331
5440
|
readonly isUnHandledImbalances: boolean;
|
|
5332
5441
|
readonly isInsufficientSubsidyBalance: boolean;
|
|
5333
5442
|
readonly type: 'InsufficientAccountBalance' | 'UnHandledImbalances' | 'InsufficientSubsidyBalance';
|
|
5334
5443
|
}
|
|
5335
|
-
/** @name PalletSchedulerScheduled (
|
|
5444
|
+
/** @name PalletSchedulerScheduled (677) */
|
|
5336
5445
|
interface PalletSchedulerScheduled extends Struct {
|
|
5337
5446
|
readonly maybeId: Option<U8aFixed>;
|
|
5338
5447
|
readonly priority: u8;
|
|
@@ -5340,7 +5449,7 @@ declare module "./types-lookup.ts" {
|
|
|
5340
5449
|
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
5341
5450
|
readonly origin: PolymeshRuntimeDevelopRuntimeOriginCaller;
|
|
5342
5451
|
}
|
|
5343
|
-
/** @name FrameSupportPreimagesBounded (
|
|
5452
|
+
/** @name FrameSupportPreimagesBounded (678) */
|
|
5344
5453
|
interface FrameSupportPreimagesBounded extends Enum {
|
|
5345
5454
|
readonly isLegacy: boolean;
|
|
5346
5455
|
readonly asLegacy: {
|
|
@@ -5355,7 +5464,7 @@ declare module "./types-lookup.ts" {
|
|
|
5355
5464
|
} & Struct;
|
|
5356
5465
|
readonly type: 'Legacy' | 'Inline' | 'Lookup';
|
|
5357
5466
|
}
|
|
5358
|
-
/** @name PalletSchedulerError (
|
|
5467
|
+
/** @name PalletSchedulerError (681) */
|
|
5359
5468
|
interface PalletSchedulerError extends Enum {
|
|
5360
5469
|
readonly isFailedToSchedule: boolean;
|
|
5361
5470
|
readonly isNotFound: boolean;
|
|
@@ -5364,12 +5473,12 @@ declare module "./types-lookup.ts" {
|
|
|
5364
5473
|
readonly isNamed: boolean;
|
|
5365
5474
|
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
|
|
5366
5475
|
}
|
|
5367
|
-
/** @name PolymeshPrimitivesSettlementVenue (
|
|
5476
|
+
/** @name PolymeshPrimitivesSettlementVenue (682) */
|
|
5368
5477
|
interface PolymeshPrimitivesSettlementVenue extends Struct {
|
|
5369
5478
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
5370
5479
|
readonly venueType: PolymeshPrimitivesSettlementVenueType;
|
|
5371
5480
|
}
|
|
5372
|
-
/** @name PolymeshPrimitivesSettlementInstruction (
|
|
5481
|
+
/** @name PolymeshPrimitivesSettlementInstruction (686) */
|
|
5373
5482
|
interface PolymeshPrimitivesSettlementInstruction extends Struct {
|
|
5374
5483
|
readonly instructionId: u64;
|
|
5375
5484
|
readonly venueId: u64;
|
|
@@ -5378,7 +5487,7 @@ declare module "./types-lookup.ts" {
|
|
|
5378
5487
|
readonly tradeDate: Option<u64>;
|
|
5379
5488
|
readonly valueDate: Option<u64>;
|
|
5380
5489
|
}
|
|
5381
|
-
/** @name PolymeshPrimitivesSettlementLegStatus (
|
|
5490
|
+
/** @name PolymeshPrimitivesSettlementLegStatus (688) */
|
|
5382
5491
|
interface PolymeshPrimitivesSettlementLegStatus extends Enum {
|
|
5383
5492
|
readonly isPendingTokenLock: boolean;
|
|
5384
5493
|
readonly isExecutionPending: boolean;
|
|
@@ -5386,14 +5495,14 @@ declare module "./types-lookup.ts" {
|
|
|
5386
5495
|
readonly asExecutionToBeSkipped: ITuple<[AccountId32, u64]>;
|
|
5387
5496
|
readonly type: 'PendingTokenLock' | 'ExecutionPending' | 'ExecutionToBeSkipped';
|
|
5388
5497
|
}
|
|
5389
|
-
/** @name PolymeshPrimitivesSettlementAffirmationStatus (
|
|
5498
|
+
/** @name PolymeshPrimitivesSettlementAffirmationStatus (690) */
|
|
5390
5499
|
interface PolymeshPrimitivesSettlementAffirmationStatus extends Enum {
|
|
5391
5500
|
readonly isUnknown: boolean;
|
|
5392
5501
|
readonly isPending: boolean;
|
|
5393
5502
|
readonly isAffirmed: boolean;
|
|
5394
5503
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5395
5504
|
}
|
|
5396
|
-
/** @name PolymeshPrimitivesSettlementInstructionStatus (
|
|
5505
|
+
/** @name PolymeshPrimitivesSettlementInstructionStatus (694) */
|
|
5397
5506
|
interface PolymeshPrimitivesSettlementInstructionStatus extends Enum {
|
|
5398
5507
|
readonly isUnknown: boolean;
|
|
5399
5508
|
readonly isPending: boolean;
|
|
@@ -5404,7 +5513,7 @@ declare module "./types-lookup.ts" {
|
|
|
5404
5513
|
readonly asRejected: u32;
|
|
5405
5514
|
readonly type: 'Unknown' | 'Pending' | 'Failed' | 'Success' | 'Rejected';
|
|
5406
5515
|
}
|
|
5407
|
-
/** @name PalletSettlementError (
|
|
5516
|
+
/** @name PalletSettlementError (695) */
|
|
5408
5517
|
interface PalletSettlementError extends Enum {
|
|
5409
5518
|
readonly isInvalidVenue: boolean;
|
|
5410
5519
|
readonly isUnauthorized: boolean;
|
|
@@ -5445,19 +5554,20 @@ declare module "./types-lookup.ts" {
|
|
|
5445
5554
|
readonly isReceiptInstructionIdMissmatch: boolean;
|
|
5446
5555
|
readonly isMultipleReceiptsForOneLeg: boolean;
|
|
5447
5556
|
readonly isUnexpectedLegStatus: boolean;
|
|
5448
|
-
readonly
|
|
5557
|
+
readonly isNumberOfVenueSignersExceeded: boolean;
|
|
5558
|
+
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';
|
|
5449
5559
|
}
|
|
5450
|
-
/** @name PolymeshPrimitivesStatisticsStat1stKey (
|
|
5560
|
+
/** @name PolymeshPrimitivesStatisticsStat1stKey (698) */
|
|
5451
5561
|
interface PolymeshPrimitivesStatisticsStat1stKey extends Struct {
|
|
5452
5562
|
readonly asset: PolymeshPrimitivesStatisticsAssetScope;
|
|
5453
5563
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
5454
5564
|
}
|
|
5455
|
-
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (
|
|
5565
|
+
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (699) */
|
|
5456
5566
|
interface PolymeshPrimitivesTransferComplianceAssetTransferCompliance extends Struct {
|
|
5457
5567
|
readonly paused: bool;
|
|
5458
5568
|
readonly requirements: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
5459
5569
|
}
|
|
5460
|
-
/** @name PalletStatisticsError (
|
|
5570
|
+
/** @name PalletStatisticsError (703) */
|
|
5461
5571
|
interface PalletStatisticsError extends Enum {
|
|
5462
5572
|
readonly isInvalidTransfer: boolean;
|
|
5463
5573
|
readonly isStatTypeMissing: boolean;
|
|
@@ -5468,7 +5578,7 @@ declare module "./types-lookup.ts" {
|
|
|
5468
5578
|
readonly isWeightLimitExceeded: boolean;
|
|
5469
5579
|
readonly type: 'InvalidTransfer' | 'StatTypeMissing' | 'StatTypeNeededByTransferCondition' | 'CannotRemoveStatTypeInUse' | 'StatTypeLimitReached' | 'TransferConditionLimitReached' | 'WeightLimitExceeded';
|
|
5470
5580
|
}
|
|
5471
|
-
/** @name PalletStoError (
|
|
5581
|
+
/** @name PalletStoError (705) */
|
|
5472
5582
|
interface PalletStoError extends Enum {
|
|
5473
5583
|
readonly isUnauthorized: boolean;
|
|
5474
5584
|
readonly isOverflow: boolean;
|
|
@@ -5484,13 +5594,13 @@ declare module "./types-lookup.ts" {
|
|
|
5484
5594
|
readonly isInvestmentAmountTooLow: boolean;
|
|
5485
5595
|
readonly type: 'Unauthorized' | 'Overflow' | 'InsufficientTokensRemaining' | 'FundraiserNotFound' | 'FundraiserNotLive' | 'FundraiserClosed' | 'FundraiserExpired' | 'InvalidVenue' | 'InvalidPriceTiers' | 'InvalidOfferingWindow' | 'MaxPriceExceeded' | 'InvestmentAmountTooLow';
|
|
5486
5596
|
}
|
|
5487
|
-
/** @name PalletTreasuryError (
|
|
5597
|
+
/** @name PalletTreasuryError (706) */
|
|
5488
5598
|
interface PalletTreasuryError extends Enum {
|
|
5489
5599
|
readonly isInsufficientBalance: boolean;
|
|
5490
5600
|
readonly isInvalidIdentity: boolean;
|
|
5491
5601
|
readonly type: 'InsufficientBalance' | 'InvalidIdentity';
|
|
5492
5602
|
}
|
|
5493
|
-
/** @name PalletUtilityError (
|
|
5603
|
+
/** @name PalletUtilityError (707) */
|
|
5494
5604
|
interface PalletUtilityError extends Enum {
|
|
5495
5605
|
readonly isTooManyCalls: boolean;
|
|
5496
5606
|
readonly isInvalidSignature: boolean;
|
|
@@ -5498,13 +5608,13 @@ declare module "./types-lookup.ts" {
|
|
|
5498
5608
|
readonly isInvalidNonce: boolean;
|
|
5499
5609
|
readonly type: 'TooManyCalls' | 'InvalidSignature' | 'TargetCddMissing' | 'InvalidNonce';
|
|
5500
5610
|
}
|
|
5501
|
-
/** @name PalletBaseError (
|
|
5611
|
+
/** @name PalletBaseError (708) */
|
|
5502
5612
|
interface PalletBaseError extends Enum {
|
|
5503
5613
|
readonly isTooLong: boolean;
|
|
5504
5614
|
readonly isCounterOverflow: boolean;
|
|
5505
5615
|
readonly type: 'TooLong' | 'CounterOverflow';
|
|
5506
5616
|
}
|
|
5507
|
-
/** @name PalletExternalAgentsError (
|
|
5617
|
+
/** @name PalletExternalAgentsError (710) */
|
|
5508
5618
|
interface PalletExternalAgentsError extends Enum {
|
|
5509
5619
|
readonly isNoSuchAG: boolean;
|
|
5510
5620
|
readonly isUnauthorizedAgent: boolean;
|
|
@@ -5514,12 +5624,12 @@ declare module "./types-lookup.ts" {
|
|
|
5514
5624
|
readonly isSecondaryKeyNotAuthorizedForAsset: boolean;
|
|
5515
5625
|
readonly type: 'NoSuchAG' | 'UnauthorizedAgent' | 'AlreadyAnAgent' | 'NotAnAgent' | 'RemovingLastFullAgent' | 'SecondaryKeyNotAuthorizedForAsset';
|
|
5516
5626
|
}
|
|
5517
|
-
/** @name PalletRelayerSubsidy (
|
|
5627
|
+
/** @name PalletRelayerSubsidy (711) */
|
|
5518
5628
|
interface PalletRelayerSubsidy extends Struct {
|
|
5519
5629
|
readonly payingKey: AccountId32;
|
|
5520
5630
|
readonly remaining: u128;
|
|
5521
5631
|
}
|
|
5522
|
-
/** @name PalletRelayerError (
|
|
5632
|
+
/** @name PalletRelayerError (712) */
|
|
5523
5633
|
interface PalletRelayerError extends Enum {
|
|
5524
5634
|
readonly isUserKeyCddMissing: boolean;
|
|
5525
5635
|
readonly isPayingKeyCddMissing: boolean;
|
|
@@ -5530,15 +5640,7 @@ declare module "./types-lookup.ts" {
|
|
|
5530
5640
|
readonly isOverflow: boolean;
|
|
5531
5641
|
readonly type: 'UserKeyCddMissing' | 'PayingKeyCddMissing' | 'NoPayingKey' | 'NotPayingKey' | 'NotAuthorizedForPayingKey' | 'NotAuthorizedForUserKey' | 'Overflow';
|
|
5532
5642
|
}
|
|
5533
|
-
/** @name
|
|
5534
|
-
interface PalletRewardsError extends Enum {
|
|
5535
|
-
readonly isUnknownItnAddress: boolean;
|
|
5536
|
-
readonly isItnRewardAlreadyClaimed: boolean;
|
|
5537
|
-
readonly isInvalidSignature: boolean;
|
|
5538
|
-
readonly isUnableToCovertBalance: boolean;
|
|
5539
|
-
readonly type: 'UnknownItnAddress' | 'ItnRewardAlreadyClaimed' | 'InvalidSignature' | 'UnableToCovertBalance';
|
|
5540
|
-
}
|
|
5541
|
-
/** @name PalletContractsWasmPrefabWasmModule (709) */
|
|
5643
|
+
/** @name PalletContractsWasmPrefabWasmModule (714) */
|
|
5542
5644
|
interface PalletContractsWasmPrefabWasmModule extends Struct {
|
|
5543
5645
|
readonly instructionWeightsVersion: Compact<u32>;
|
|
5544
5646
|
readonly initial: Compact<u32>;
|
|
@@ -5546,13 +5648,13 @@ declare module "./types-lookup.ts" {
|
|
|
5546
5648
|
readonly code: Bytes;
|
|
5547
5649
|
readonly determinism: PalletContractsWasmDeterminism;
|
|
5548
5650
|
}
|
|
5549
|
-
/** @name PalletContractsWasmOwnerInfo (
|
|
5651
|
+
/** @name PalletContractsWasmOwnerInfo (716) */
|
|
5550
5652
|
interface PalletContractsWasmOwnerInfo extends Struct {
|
|
5551
5653
|
readonly owner: AccountId32;
|
|
5552
5654
|
readonly deposit: Compact<u128>;
|
|
5553
5655
|
readonly refcount: Compact<u64>;
|
|
5554
5656
|
}
|
|
5555
|
-
/** @name PalletContractsStorageContractInfo (
|
|
5657
|
+
/** @name PalletContractsStorageContractInfo (717) */
|
|
5556
5658
|
interface PalletContractsStorageContractInfo extends Struct {
|
|
5557
5659
|
readonly trieId: Bytes;
|
|
5558
5660
|
readonly depositAccount: AccountId32;
|
|
@@ -5563,17 +5665,17 @@ declare module "./types-lookup.ts" {
|
|
|
5563
5665
|
readonly storageItemDeposit: u128;
|
|
5564
5666
|
readonly storageBaseDeposit: u128;
|
|
5565
5667
|
}
|
|
5566
|
-
/** @name PalletContractsStorageDeletedContract (
|
|
5668
|
+
/** @name PalletContractsStorageDeletedContract (720) */
|
|
5567
5669
|
interface PalletContractsStorageDeletedContract extends Struct {
|
|
5568
5670
|
readonly trieId: Bytes;
|
|
5569
5671
|
}
|
|
5570
|
-
/** @name PalletContractsSchedule (
|
|
5672
|
+
/** @name PalletContractsSchedule (722) */
|
|
5571
5673
|
interface PalletContractsSchedule extends Struct {
|
|
5572
5674
|
readonly limits: PalletContractsScheduleLimits;
|
|
5573
5675
|
readonly instructionWeights: PalletContractsScheduleInstructionWeights;
|
|
5574
5676
|
readonly hostFnWeights: PalletContractsScheduleHostFnWeights;
|
|
5575
5677
|
}
|
|
5576
|
-
/** @name PalletContractsScheduleLimits (
|
|
5678
|
+
/** @name PalletContractsScheduleLimits (723) */
|
|
5577
5679
|
interface PalletContractsScheduleLimits extends Struct {
|
|
5578
5680
|
readonly eventTopics: u32;
|
|
5579
5681
|
readonly globals: u32;
|
|
@@ -5585,7 +5687,7 @@ declare module "./types-lookup.ts" {
|
|
|
5585
5687
|
readonly subjectLen: u32;
|
|
5586
5688
|
readonly payloadLen: u32;
|
|
5587
5689
|
}
|
|
5588
|
-
/** @name PalletContractsScheduleInstructionWeights (
|
|
5690
|
+
/** @name PalletContractsScheduleInstructionWeights (724) */
|
|
5589
5691
|
interface PalletContractsScheduleInstructionWeights extends Struct {
|
|
5590
5692
|
readonly version: u32;
|
|
5591
5693
|
readonly fallback: u32;
|
|
@@ -5642,7 +5744,7 @@ declare module "./types-lookup.ts" {
|
|
|
5642
5744
|
readonly i64rotl: u32;
|
|
5643
5745
|
readonly i64rotr: u32;
|
|
5644
5746
|
}
|
|
5645
|
-
/** @name PalletContractsScheduleHostFnWeights (
|
|
5747
|
+
/** @name PalletContractsScheduleHostFnWeights (725) */
|
|
5646
5748
|
interface PalletContractsScheduleHostFnWeights extends Struct {
|
|
5647
5749
|
readonly caller: SpWeightsWeightV2Weight;
|
|
5648
5750
|
readonly isContract: SpWeightsWeightV2Weight;
|
|
@@ -5704,7 +5806,7 @@ declare module "./types-lookup.ts" {
|
|
|
5704
5806
|
readonly accountReentranceCount: SpWeightsWeightV2Weight;
|
|
5705
5807
|
readonly instantiationNonce: SpWeightsWeightV2Weight;
|
|
5706
5808
|
}
|
|
5707
|
-
/** @name PalletContractsError (
|
|
5809
|
+
/** @name PalletContractsError (726) */
|
|
5708
5810
|
interface PalletContractsError extends Enum {
|
|
5709
5811
|
readonly isInvalidScheduleVersion: boolean;
|
|
5710
5812
|
readonly isInvalidCallFlags: boolean;
|
|
@@ -5736,7 +5838,7 @@ declare module "./types-lookup.ts" {
|
|
|
5736
5838
|
readonly isIndeterministic: boolean;
|
|
5737
5839
|
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';
|
|
5738
5840
|
}
|
|
5739
|
-
/** @name PolymeshContractsError (
|
|
5841
|
+
/** @name PolymeshContractsError (728) */
|
|
5740
5842
|
interface PolymeshContractsError extends Enum {
|
|
5741
5843
|
readonly isInvalidFuncId: boolean;
|
|
5742
5844
|
readonly isInvalidRuntimeCall: boolean;
|
|
@@ -5746,9 +5848,13 @@ declare module "./types-lookup.ts" {
|
|
|
5746
5848
|
readonly isOutLenTooLarge: boolean;
|
|
5747
5849
|
readonly isInstantiatorWithNoIdentity: boolean;
|
|
5748
5850
|
readonly isRuntimeCallDenied: boolean;
|
|
5749
|
-
readonly
|
|
5851
|
+
readonly isCallerNotAPrimaryKey: boolean;
|
|
5852
|
+
readonly isMissingKeyPermissions: boolean;
|
|
5853
|
+
readonly isInvalidChainVersion: boolean;
|
|
5854
|
+
readonly isNoUpgradesSupported: boolean;
|
|
5855
|
+
readonly type: 'InvalidFuncId' | 'InvalidRuntimeCall' | 'ReadStorageFailed' | 'DataLeftAfterDecoding' | 'InLenTooLarge' | 'OutLenTooLarge' | 'InstantiatorWithNoIdentity' | 'RuntimeCallDenied' | 'CallerNotAPrimaryKey' | 'MissingKeyPermissions' | 'InvalidChainVersion' | 'NoUpgradesSupported';
|
|
5750
5856
|
}
|
|
5751
|
-
/** @name PalletPreimageRequestStatus (
|
|
5857
|
+
/** @name PalletPreimageRequestStatus (729) */
|
|
5752
5858
|
interface PalletPreimageRequestStatus extends Enum {
|
|
5753
5859
|
readonly isUnrequested: boolean;
|
|
5754
5860
|
readonly asUnrequested: {
|
|
@@ -5763,7 +5869,7 @@ declare module "./types-lookup.ts" {
|
|
|
5763
5869
|
} & Struct;
|
|
5764
5870
|
readonly type: 'Unrequested' | 'Requested';
|
|
5765
5871
|
}
|
|
5766
|
-
/** @name PalletPreimageError (
|
|
5872
|
+
/** @name PalletPreimageError (733) */
|
|
5767
5873
|
interface PalletPreimageError extends Enum {
|
|
5768
5874
|
readonly isTooBig: boolean;
|
|
5769
5875
|
readonly isAlreadyNoted: boolean;
|
|
@@ -5773,12 +5879,12 @@ declare module "./types-lookup.ts" {
|
|
|
5773
5879
|
readonly isNotRequested: boolean;
|
|
5774
5880
|
readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
|
|
5775
5881
|
}
|
|
5776
|
-
/** @name PolymeshPrimitivesNftNftCollection (
|
|
5882
|
+
/** @name PolymeshPrimitivesNftNftCollection (734) */
|
|
5777
5883
|
interface PolymeshPrimitivesNftNftCollection extends Struct {
|
|
5778
5884
|
readonly id: u64;
|
|
5779
5885
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
5780
5886
|
}
|
|
5781
|
-
/** @name PalletNftError (
|
|
5887
|
+
/** @name PalletNftError (739) */
|
|
5782
5888
|
interface PalletNftError extends Enum {
|
|
5783
5889
|
readonly isBalanceOverflow: boolean;
|
|
5784
5890
|
readonly isBalanceUnderflow: boolean;
|
|
@@ -5800,30 +5906,32 @@ declare module "./types-lookup.ts" {
|
|
|
5800
5906
|
readonly isNftNotFound: boolean;
|
|
5801
5907
|
readonly isUnregisteredMetadataKey: boolean;
|
|
5802
5908
|
readonly isZeroCount: boolean;
|
|
5803
|
-
readonly
|
|
5909
|
+
readonly isSupplyOverflow: boolean;
|
|
5910
|
+
readonly isSupplyUnderflow: boolean;
|
|
5911
|
+
readonly type: 'BalanceOverflow' | 'BalanceUnderflow' | 'CollectionAlredyRegistered' | 'CollectionNotFound' | 'DuplicateMetadataKey' | 'DuplicatedNFTId' | 'InvalidAssetType' | 'InvalidMetadataAttribute' | 'InvalidNFTTransferCollectionNotFound' | 'InvalidNFTTransferSamePortfolio' | 'InvalidNFTTransferNFTNotOwned' | 'InvalidNFTTransferCountOverflow' | 'InvalidNFTTransferComplianceFailure' | 'InvalidNFTTransferFrozenAsset' | 'InvalidNFTTransferInsufficientCount' | 'MaxNumberOfKeysExceeded' | 'MaxNumberOfNFTsPerLegExceeded' | 'NftNotFound' | 'UnregisteredMetadataKey' | 'ZeroCount' | 'SupplyOverflow' | 'SupplyUnderflow';
|
|
5804
5912
|
}
|
|
5805
|
-
/** @name PalletTestUtilsError (
|
|
5913
|
+
/** @name PalletTestUtilsError (740) */
|
|
5806
5914
|
type PalletTestUtilsError = Null;
|
|
5807
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
5915
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (743) */
|
|
5808
5916
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
5809
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
5917
|
+
/** @name FrameSystemExtensionsCheckTxVersion (744) */
|
|
5810
5918
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
5811
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
5919
|
+
/** @name FrameSystemExtensionsCheckGenesis (745) */
|
|
5812
5920
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
5813
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
5921
|
+
/** @name FrameSystemExtensionsCheckNonce (748) */
|
|
5814
5922
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
5815
5923
|
}
|
|
5816
|
-
/** @name PolymeshExtensionsCheckWeight (
|
|
5924
|
+
/** @name PolymeshExtensionsCheckWeight (749) */
|
|
5817
5925
|
interface PolymeshExtensionsCheckWeight extends FrameSystemExtensionsCheckWeight {
|
|
5818
5926
|
}
|
|
5819
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
5927
|
+
/** @name FrameSystemExtensionsCheckWeight (750) */
|
|
5820
5928
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
5821
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
5929
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (751) */
|
|
5822
5930
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
5823
5931
|
}
|
|
5824
|
-
/** @name PalletPermissionsStoreCallMetadata (
|
|
5932
|
+
/** @name PalletPermissionsStoreCallMetadata (752) */
|
|
5825
5933
|
type PalletPermissionsStoreCallMetadata = Null;
|
|
5826
|
-
/** @name PolymeshRuntimeDevelopRuntime (
|
|
5934
|
+
/** @name PolymeshRuntimeDevelopRuntime (753) */
|
|
5827
5935
|
type PolymeshRuntimeDevelopRuntime = Null;
|
|
5828
5936
|
}
|
|
5829
5937
|
//# sourceMappingURL=types-lookup.d.ts.map
|