@polymeshassociation/polymesh-sdk 23.0.0-beta.1 → 23.0.0
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 +7 -1
- package/api/client/Claims.d.ts +14 -1
- package/api/client/Claims.d.ts.map +1 -1
- package/api/client/Claims.js +29 -0
- package/api/client/Claims.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/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +7 -4
- package/api/entities/Portfolio/index.js.map +1 -1
- package/generated/types.d.ts +10 -3
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +7 -0
- package/generated/types.js.map +1 -1
- package/middleware/queries.d.ts +16 -0
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +51 -1
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +1861 -69
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +774 -12
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0.tgz +0 -0
- package/package.json +1 -1
- package/polkadot/augment-api-errors.d.ts +28 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +81 -2
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +43 -1
- 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 +128 -3
- 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 +300 -221
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +307 -221
- 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 +6 -2
- 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 +336 -231
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/index.d.ts +9 -0
- package/types/index.d.ts.map +1 -1
- package/utils/constants.d.ts +1 -1
- package/utils/constants.js +1 -1
- package/utils/conversion.d.ts +6 -2
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +16 -5
- package/utils/conversion.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.0-beta.1.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 {
|
|
@@ -2496,9 +2526,28 @@ declare module "./types-lookup.ts" {
|
|
|
2496
2526
|
} & Struct;
|
|
2497
2527
|
readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled';
|
|
2498
2528
|
}
|
|
2499
|
-
/** @name
|
|
2500
|
-
|
|
2501
|
-
|
|
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) */
|
|
2502
2551
|
interface PalletPreimageEvent extends Enum {
|
|
2503
2552
|
readonly isNoted: boolean;
|
|
2504
2553
|
readonly asNoted: {
|
|
@@ -2514,7 +2563,7 @@ declare module "./types-lookup.ts" {
|
|
|
2514
2563
|
} & Struct;
|
|
2515
2564
|
readonly type: 'Noted' | 'Requested' | 'Cleared';
|
|
2516
2565
|
}
|
|
2517
|
-
/** @name PolymeshCommonUtilitiesNftEvent (
|
|
2566
|
+
/** @name PolymeshCommonUtilitiesNftEvent (295) */
|
|
2518
2567
|
interface PolymeshCommonUtilitiesNftEvent extends Enum {
|
|
2519
2568
|
readonly isNftCollectionCreated: boolean;
|
|
2520
2569
|
readonly asNftCollectionCreated: ITuple<[
|
|
@@ -2532,7 +2581,7 @@ declare module "./types-lookup.ts" {
|
|
|
2532
2581
|
]>;
|
|
2533
2582
|
readonly type: 'NftCollectionCreated' | 'NftPortfolioUpdated';
|
|
2534
2583
|
}
|
|
2535
|
-
/** @name PalletTestUtilsRawEvent (
|
|
2584
|
+
/** @name PalletTestUtilsRawEvent (297) */
|
|
2536
2585
|
interface PalletTestUtilsRawEvent extends Enum {
|
|
2537
2586
|
readonly isDidStatus: boolean;
|
|
2538
2587
|
readonly asDidStatus: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
@@ -2540,7 +2589,7 @@ declare module "./types-lookup.ts" {
|
|
|
2540
2589
|
readonly asCddStatus: ITuple<[Option<PolymeshPrimitivesIdentityId>, AccountId32, bool]>;
|
|
2541
2590
|
readonly type: 'DidStatus' | 'CddStatus';
|
|
2542
2591
|
}
|
|
2543
|
-
/** @name FrameSystemPhase (
|
|
2592
|
+
/** @name FrameSystemPhase (298) */
|
|
2544
2593
|
interface FrameSystemPhase extends Enum {
|
|
2545
2594
|
readonly isApplyExtrinsic: boolean;
|
|
2546
2595
|
readonly asApplyExtrinsic: u32;
|
|
@@ -2548,12 +2597,12 @@ declare module "./types-lookup.ts" {
|
|
|
2548
2597
|
readonly isInitialization: boolean;
|
|
2549
2598
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
2550
2599
|
}
|
|
2551
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2600
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (301) */
|
|
2552
2601
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2553
2602
|
readonly specVersion: Compact<u32>;
|
|
2554
2603
|
readonly specName: Text;
|
|
2555
2604
|
}
|
|
2556
|
-
/** @name FrameSystemCall (
|
|
2605
|
+
/** @name FrameSystemCall (304) */
|
|
2557
2606
|
interface FrameSystemCall extends Enum {
|
|
2558
2607
|
readonly isRemark: boolean;
|
|
2559
2608
|
readonly asRemark: {
|
|
@@ -2590,41 +2639,41 @@ declare module "./types-lookup.ts" {
|
|
|
2590
2639
|
} & Struct;
|
|
2591
2640
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
|
|
2592
2641
|
}
|
|
2593
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
2642
|
+
/** @name FrameSystemLimitsBlockWeights (308) */
|
|
2594
2643
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
2595
2644
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
2596
2645
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
2597
2646
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
2598
2647
|
}
|
|
2599
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
2648
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (309) */
|
|
2600
2649
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
2601
2650
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
2602
2651
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
2603
2652
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
2604
2653
|
}
|
|
2605
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
2654
|
+
/** @name FrameSystemLimitsWeightsPerClass (310) */
|
|
2606
2655
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
2607
2656
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
2608
2657
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
2609
2658
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
2610
2659
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
2611
2660
|
}
|
|
2612
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
2661
|
+
/** @name FrameSystemLimitsBlockLength (312) */
|
|
2613
2662
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
2614
2663
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
2615
2664
|
}
|
|
2616
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
2665
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (313) */
|
|
2617
2666
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
2618
2667
|
readonly normal: u32;
|
|
2619
2668
|
readonly operational: u32;
|
|
2620
2669
|
readonly mandatory: u32;
|
|
2621
2670
|
}
|
|
2622
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
2671
|
+
/** @name SpWeightsRuntimeDbWeight (314) */
|
|
2623
2672
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
2624
2673
|
readonly read: u64;
|
|
2625
2674
|
readonly write: u64;
|
|
2626
2675
|
}
|
|
2627
|
-
/** @name SpVersionRuntimeVersion (
|
|
2676
|
+
/** @name SpVersionRuntimeVersion (315) */
|
|
2628
2677
|
interface SpVersionRuntimeVersion extends Struct {
|
|
2629
2678
|
readonly specName: Text;
|
|
2630
2679
|
readonly implName: Text;
|
|
@@ -2635,7 +2684,7 @@ declare module "./types-lookup.ts" {
|
|
|
2635
2684
|
readonly transactionVersion: u32;
|
|
2636
2685
|
readonly stateVersion: u8;
|
|
2637
2686
|
}
|
|
2638
|
-
/** @name FrameSystemError (
|
|
2687
|
+
/** @name FrameSystemError (320) */
|
|
2639
2688
|
interface FrameSystemError extends Enum {
|
|
2640
2689
|
readonly isInvalidSpecName: boolean;
|
|
2641
2690
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -2645,10 +2694,10 @@ declare module "./types-lookup.ts" {
|
|
|
2645
2694
|
readonly isCallFiltered: boolean;
|
|
2646
2695
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
|
|
2647
2696
|
}
|
|
2648
|
-
/** @name SpConsensusBabeAppPublic (
|
|
2697
|
+
/** @name SpConsensusBabeAppPublic (323) */
|
|
2649
2698
|
interface SpConsensusBabeAppPublic extends SpCoreSr25519Public {
|
|
2650
2699
|
}
|
|
2651
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
2700
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (326) */
|
|
2652
2701
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
2653
2702
|
readonly isV1: boolean;
|
|
2654
2703
|
readonly asV1: {
|
|
@@ -2657,14 +2706,14 @@ declare module "./types-lookup.ts" {
|
|
|
2657
2706
|
} & Struct;
|
|
2658
2707
|
readonly type: 'V1';
|
|
2659
2708
|
}
|
|
2660
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
2709
|
+
/** @name SpConsensusBabeAllowedSlots (328) */
|
|
2661
2710
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
2662
2711
|
readonly isPrimarySlots: boolean;
|
|
2663
2712
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
2664
2713
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
2665
2714
|
readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
|
|
2666
2715
|
}
|
|
2667
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
2716
|
+
/** @name SpConsensusBabeDigestsPreDigest (332) */
|
|
2668
2717
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
2669
2718
|
readonly isPrimary: boolean;
|
|
2670
2719
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -2674,31 +2723,31 @@ declare module "./types-lookup.ts" {
|
|
|
2674
2723
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
2675
2724
|
readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
|
|
2676
2725
|
}
|
|
2677
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
2726
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (333) */
|
|
2678
2727
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
2679
2728
|
readonly authorityIndex: u32;
|
|
2680
2729
|
readonly slot: u64;
|
|
2681
2730
|
readonly vrfOutput: U8aFixed;
|
|
2682
2731
|
readonly vrfProof: U8aFixed;
|
|
2683
2732
|
}
|
|
2684
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
2733
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (334) */
|
|
2685
2734
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
2686
2735
|
readonly authorityIndex: u32;
|
|
2687
2736
|
readonly slot: u64;
|
|
2688
2737
|
}
|
|
2689
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
2738
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (335) */
|
|
2690
2739
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
2691
2740
|
readonly authorityIndex: u32;
|
|
2692
2741
|
readonly slot: u64;
|
|
2693
2742
|
readonly vrfOutput: U8aFixed;
|
|
2694
2743
|
readonly vrfProof: U8aFixed;
|
|
2695
2744
|
}
|
|
2696
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
2745
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (336) */
|
|
2697
2746
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
2698
2747
|
readonly c: ITuple<[u64, u64]>;
|
|
2699
2748
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
2700
2749
|
}
|
|
2701
|
-
/** @name PalletBabeCall (
|
|
2750
|
+
/** @name PalletBabeCall (340) */
|
|
2702
2751
|
interface PalletBabeCall extends Enum {
|
|
2703
2752
|
readonly isReportEquivocation: boolean;
|
|
2704
2753
|
readonly asReportEquivocation: {
|
|
@@ -2716,14 +2765,14 @@ declare module "./types-lookup.ts" {
|
|
|
2716
2765
|
} & Struct;
|
|
2717
2766
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
|
|
2718
2767
|
}
|
|
2719
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
2768
|
+
/** @name SpConsensusSlotsEquivocationProof (341) */
|
|
2720
2769
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
2721
2770
|
readonly offender: SpConsensusBabeAppPublic;
|
|
2722
2771
|
readonly slot: u64;
|
|
2723
2772
|
readonly firstHeader: SpRuntimeHeader;
|
|
2724
2773
|
readonly secondHeader: SpRuntimeHeader;
|
|
2725
2774
|
}
|
|
2726
|
-
/** @name SpRuntimeHeader (
|
|
2775
|
+
/** @name SpRuntimeHeader (342) */
|
|
2727
2776
|
interface SpRuntimeHeader extends Struct {
|
|
2728
2777
|
readonly parentHash: H256;
|
|
2729
2778
|
readonly number: Compact<u32>;
|
|
@@ -2731,15 +2780,15 @@ declare module "./types-lookup.ts" {
|
|
|
2731
2780
|
readonly extrinsicsRoot: H256;
|
|
2732
2781
|
readonly digest: SpRuntimeDigest;
|
|
2733
2782
|
}
|
|
2734
|
-
/** @name SpRuntimeBlakeTwo256 (
|
|
2783
|
+
/** @name SpRuntimeBlakeTwo256 (343) */
|
|
2735
2784
|
type SpRuntimeBlakeTwo256 = Null;
|
|
2736
|
-
/** @name SpSessionMembershipProof (
|
|
2785
|
+
/** @name SpSessionMembershipProof (344) */
|
|
2737
2786
|
interface SpSessionMembershipProof extends Struct {
|
|
2738
2787
|
readonly session: u32;
|
|
2739
2788
|
readonly trieNodes: Vec<Bytes>;
|
|
2740
2789
|
readonly validatorCount: u32;
|
|
2741
2790
|
}
|
|
2742
|
-
/** @name PalletBabeError (
|
|
2791
|
+
/** @name PalletBabeError (345) */
|
|
2743
2792
|
interface PalletBabeError extends Enum {
|
|
2744
2793
|
readonly isInvalidEquivocationProof: boolean;
|
|
2745
2794
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
@@ -2747,7 +2796,7 @@ declare module "./types-lookup.ts" {
|
|
|
2747
2796
|
readonly isInvalidConfiguration: boolean;
|
|
2748
2797
|
readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
|
|
2749
2798
|
}
|
|
2750
|
-
/** @name PalletTimestampCall (
|
|
2799
|
+
/** @name PalletTimestampCall (346) */
|
|
2751
2800
|
interface PalletTimestampCall extends Enum {
|
|
2752
2801
|
readonly isSet: boolean;
|
|
2753
2802
|
readonly asSet: {
|
|
@@ -2755,7 +2804,7 @@ declare module "./types-lookup.ts" {
|
|
|
2755
2804
|
} & Struct;
|
|
2756
2805
|
readonly type: 'Set';
|
|
2757
2806
|
}
|
|
2758
|
-
/** @name PalletIndicesCall (
|
|
2807
|
+
/** @name PalletIndicesCall (348) */
|
|
2759
2808
|
interface PalletIndicesCall extends Enum {
|
|
2760
2809
|
readonly isClaim: boolean;
|
|
2761
2810
|
readonly asClaim: {
|
|
@@ -2782,7 +2831,7 @@ declare module "./types-lookup.ts" {
|
|
|
2782
2831
|
} & Struct;
|
|
2783
2832
|
readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze';
|
|
2784
2833
|
}
|
|
2785
|
-
/** @name PalletIndicesError (
|
|
2834
|
+
/** @name PalletIndicesError (350) */
|
|
2786
2835
|
interface PalletIndicesError extends Enum {
|
|
2787
2836
|
readonly isNotAssigned: boolean;
|
|
2788
2837
|
readonly isNotOwner: boolean;
|
|
@@ -2791,20 +2840,20 @@ declare module "./types-lookup.ts" {
|
|
|
2791
2840
|
readonly isPermanent: boolean;
|
|
2792
2841
|
readonly type: 'NotAssigned' | 'NotOwner' | 'InUse' | 'NotTransfer' | 'Permanent';
|
|
2793
2842
|
}
|
|
2794
|
-
/** @name PalletBalancesBalanceLock (
|
|
2843
|
+
/** @name PalletBalancesBalanceLock (352) */
|
|
2795
2844
|
interface PalletBalancesBalanceLock extends Struct {
|
|
2796
2845
|
readonly id: U8aFixed;
|
|
2797
2846
|
readonly amount: u128;
|
|
2798
2847
|
readonly reasons: PolymeshCommonUtilitiesBalancesReasons;
|
|
2799
2848
|
}
|
|
2800
|
-
/** @name PolymeshCommonUtilitiesBalancesReasons (
|
|
2849
|
+
/** @name PolymeshCommonUtilitiesBalancesReasons (353) */
|
|
2801
2850
|
interface PolymeshCommonUtilitiesBalancesReasons extends Enum {
|
|
2802
2851
|
readonly isFee: boolean;
|
|
2803
2852
|
readonly isMisc: boolean;
|
|
2804
2853
|
readonly isAll: boolean;
|
|
2805
2854
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
2806
2855
|
}
|
|
2807
|
-
/** @name PalletBalancesCall (
|
|
2856
|
+
/** @name PalletBalancesCall (354) */
|
|
2808
2857
|
interface PalletBalancesCall extends Enum {
|
|
2809
2858
|
readonly isTransfer: boolean;
|
|
2810
2859
|
readonly asTransfer: {
|
|
@@ -2839,7 +2888,7 @@ declare module "./types-lookup.ts" {
|
|
|
2839
2888
|
} & Struct;
|
|
2840
2889
|
readonly type: 'Transfer' | 'TransferWithMemo' | 'DepositBlockRewardReserveBalance' | 'SetBalance' | 'ForceTransfer' | 'BurnAccountBalance';
|
|
2841
2890
|
}
|
|
2842
|
-
/** @name PalletBalancesError (
|
|
2891
|
+
/** @name PalletBalancesError (355) */
|
|
2843
2892
|
interface PalletBalancesError extends Enum {
|
|
2844
2893
|
readonly isLiquidityRestrictions: boolean;
|
|
2845
2894
|
readonly isOverflow: boolean;
|
|
@@ -2848,34 +2897,34 @@ declare module "./types-lookup.ts" {
|
|
|
2848
2897
|
readonly isReceiverCddMissing: boolean;
|
|
2849
2898
|
readonly type: 'LiquidityRestrictions' | 'Overflow' | 'InsufficientBalance' | 'ExistentialDeposit' | 'ReceiverCddMissing';
|
|
2850
2899
|
}
|
|
2851
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2900
|
+
/** @name PalletTransactionPaymentReleases (357) */
|
|
2852
2901
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2853
2902
|
readonly isV1Ancient: boolean;
|
|
2854
2903
|
readonly isV2: boolean;
|
|
2855
2904
|
readonly type: 'V1Ancient' | 'V2';
|
|
2856
2905
|
}
|
|
2857
|
-
/** @name SpWeightsWeightToFeeCoefficient (
|
|
2906
|
+
/** @name SpWeightsWeightToFeeCoefficient (359) */
|
|
2858
2907
|
interface SpWeightsWeightToFeeCoefficient extends Struct {
|
|
2859
2908
|
readonly coeffInteger: u128;
|
|
2860
2909
|
readonly coeffFrac: Perbill;
|
|
2861
2910
|
readonly negative: bool;
|
|
2862
2911
|
readonly degree: u8;
|
|
2863
2912
|
}
|
|
2864
|
-
/** @name PolymeshPrimitivesIdentityDidRecord (
|
|
2913
|
+
/** @name PolymeshPrimitivesIdentityDidRecord (360) */
|
|
2865
2914
|
interface PolymeshPrimitivesIdentityDidRecord extends Struct {
|
|
2866
2915
|
readonly primaryKey: Option<AccountId32>;
|
|
2867
2916
|
}
|
|
2868
|
-
/** @name PalletIdentityClaim1stKey (
|
|
2917
|
+
/** @name PalletIdentityClaim1stKey (362) */
|
|
2869
2918
|
interface PalletIdentityClaim1stKey extends Struct {
|
|
2870
2919
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
2871
2920
|
readonly claimType: PolymeshPrimitivesIdentityClaimClaimType;
|
|
2872
2921
|
}
|
|
2873
|
-
/** @name PalletIdentityClaim2ndKey (
|
|
2922
|
+
/** @name PalletIdentityClaim2ndKey (363) */
|
|
2874
2923
|
interface PalletIdentityClaim2ndKey extends Struct {
|
|
2875
2924
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
2876
2925
|
readonly scope: Option<PolymeshPrimitivesIdentityClaimScope>;
|
|
2877
2926
|
}
|
|
2878
|
-
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (
|
|
2927
|
+
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (364) */
|
|
2879
2928
|
interface PolymeshPrimitivesSecondaryKeyKeyRecord extends Enum {
|
|
2880
2929
|
readonly isPrimaryKey: boolean;
|
|
2881
2930
|
readonly asPrimaryKey: PolymeshPrimitivesIdentityId;
|
|
@@ -2888,7 +2937,7 @@ declare module "./types-lookup.ts" {
|
|
|
2888
2937
|
readonly asMultiSigSignerKey: AccountId32;
|
|
2889
2938
|
readonly type: 'PrimaryKey' | 'SecondaryKey' | 'MultiSigSignerKey';
|
|
2890
2939
|
}
|
|
2891
|
-
/** @name PolymeshPrimitivesAuthorization (
|
|
2940
|
+
/** @name PolymeshPrimitivesAuthorization (367) */
|
|
2892
2941
|
interface PolymeshPrimitivesAuthorization extends Struct {
|
|
2893
2942
|
readonly authorizationData: PolymeshPrimitivesAuthorizationAuthorizationData;
|
|
2894
2943
|
readonly authorizedBy: PolymeshPrimitivesIdentityId;
|
|
@@ -2896,7 +2945,7 @@ declare module "./types-lookup.ts" {
|
|
|
2896
2945
|
readonly authId: u64;
|
|
2897
2946
|
readonly count: u32;
|
|
2898
2947
|
}
|
|
2899
|
-
/** @name PalletIdentityCall (
|
|
2948
|
+
/** @name PalletIdentityCall (370) */
|
|
2900
2949
|
interface PalletIdentityCall extends Enum {
|
|
2901
2950
|
readonly isCddRegisterDid: boolean;
|
|
2902
2951
|
readonly asCddRegisterDid: {
|
|
@@ -3006,17 +3055,17 @@ declare module "./types-lookup.ts" {
|
|
|
3006
3055
|
} & Struct;
|
|
3007
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';
|
|
3008
3057
|
}
|
|
3009
|
-
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (
|
|
3058
|
+
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (372) */
|
|
3010
3059
|
interface PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth extends Struct {
|
|
3011
3060
|
readonly secondaryKey: PolymeshPrimitivesSecondaryKey;
|
|
3012
3061
|
readonly authSignature: H512;
|
|
3013
3062
|
}
|
|
3014
|
-
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (
|
|
3063
|
+
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (375) */
|
|
3015
3064
|
interface PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth extends Struct {
|
|
3016
3065
|
readonly key: AccountId32;
|
|
3017
3066
|
readonly authSignature: H512;
|
|
3018
3067
|
}
|
|
3019
|
-
/** @name PalletIdentityError (
|
|
3068
|
+
/** @name PalletIdentityError (376) */
|
|
3020
3069
|
interface PalletIdentityError extends Enum {
|
|
3021
3070
|
readonly isAlreadyLinked: boolean;
|
|
3022
3071
|
readonly isMissingCurrentIdentity: boolean;
|
|
@@ -3053,13 +3102,13 @@ declare module "./types-lookup.ts" {
|
|
|
3053
3102
|
readonly isExceptNotAllowedForExtrinsics: boolean;
|
|
3054
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';
|
|
3055
3104
|
}
|
|
3056
|
-
/** @name PolymeshCommonUtilitiesGroupInactiveMember (
|
|
3105
|
+
/** @name PolymeshCommonUtilitiesGroupInactiveMember (378) */
|
|
3057
3106
|
interface PolymeshCommonUtilitiesGroupInactiveMember extends Struct {
|
|
3058
3107
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
3059
3108
|
readonly deactivatedAt: u64;
|
|
3060
3109
|
readonly expiry: Option<u64>;
|
|
3061
3110
|
}
|
|
3062
|
-
/** @name PalletGroupCall (
|
|
3111
|
+
/** @name PalletGroupCall (379) */
|
|
3063
3112
|
interface PalletGroupCall extends Enum {
|
|
3064
3113
|
readonly isSetActiveMembersLimit: boolean;
|
|
3065
3114
|
readonly asSetActiveMembersLimit: {
|
|
@@ -3091,7 +3140,7 @@ declare module "./types-lookup.ts" {
|
|
|
3091
3140
|
readonly isAbdicateMembership: boolean;
|
|
3092
3141
|
readonly type: 'SetActiveMembersLimit' | 'DisableMember' | 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'AbdicateMembership';
|
|
3093
3142
|
}
|
|
3094
|
-
/** @name PalletGroupError (
|
|
3143
|
+
/** @name PalletGroupError (380) */
|
|
3095
3144
|
interface PalletGroupError extends Enum {
|
|
3096
3145
|
readonly isOnlyPrimaryKeyAllowed: boolean;
|
|
3097
3146
|
readonly isDuplicateMember: boolean;
|
|
@@ -3102,7 +3151,7 @@ declare module "./types-lookup.ts" {
|
|
|
3102
3151
|
readonly isActiveMembersLimitOverflow: boolean;
|
|
3103
3152
|
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | 'MissingCurrentIdentity' | 'ActiveMembersLimitExceeded' | 'ActiveMembersLimitOverflow';
|
|
3104
3153
|
}
|
|
3105
|
-
/** @name PalletCommitteeCall (
|
|
3154
|
+
/** @name PalletCommitteeCall (382) */
|
|
3106
3155
|
interface PalletCommitteeCall extends Enum {
|
|
3107
3156
|
readonly isSetVoteThreshold: boolean;
|
|
3108
3157
|
readonly asSetVoteThreshold: {
|
|
@@ -3130,7 +3179,7 @@ declare module "./types-lookup.ts" {
|
|
|
3130
3179
|
} & Struct;
|
|
3131
3180
|
readonly type: 'SetVoteThreshold' | 'SetReleaseCoordinator' | 'SetExpiresAfter' | 'VoteOrPropose' | 'Vote';
|
|
3132
3181
|
}
|
|
3133
|
-
/** @name PalletMultisigCall (
|
|
3182
|
+
/** @name PalletMultisigCall (388) */
|
|
3134
3183
|
interface PalletMultisigCall extends Enum {
|
|
3135
3184
|
readonly isCreateMultisig: boolean;
|
|
3136
3185
|
readonly asCreateMultisig: {
|
|
@@ -3242,7 +3291,7 @@ declare module "./types-lookup.ts" {
|
|
|
3242
3291
|
} & Struct;
|
|
3243
3292
|
readonly type: 'CreateMultisig' | 'CreateOrApproveProposalAsIdentity' | 'CreateOrApproveProposalAsKey' | 'CreateProposalAsIdentity' | 'CreateProposalAsKey' | 'ApproveAsIdentity' | 'ApproveAsKey' | 'RejectAsIdentity' | 'RejectAsKey' | 'AcceptMultisigSignerAsIdentity' | 'AcceptMultisigSignerAsKey' | 'AddMultisigSigner' | 'RemoveMultisigSigner' | 'AddMultisigSignersViaCreator' | 'RemoveMultisigSignersViaCreator' | 'ChangeSigsRequired' | 'MakeMultisigSecondary' | 'MakeMultisigPrimary' | 'ExecuteScheduledProposal' | 'ChangeSigsRequiredViaCreator' | 'RemoveCreatorControls';
|
|
3244
3293
|
}
|
|
3245
|
-
/** @name PalletBridgeCall (
|
|
3294
|
+
/** @name PalletBridgeCall (389) */
|
|
3246
3295
|
interface PalletBridgeCall extends Enum {
|
|
3247
3296
|
readonly isChangeController: boolean;
|
|
3248
3297
|
readonly asChangeController: {
|
|
@@ -3309,7 +3358,7 @@ declare module "./types-lookup.ts" {
|
|
|
3309
3358
|
} & Struct;
|
|
3310
3359
|
readonly type: 'ChangeController' | 'ChangeAdmin' | 'ChangeTimelock' | 'Freeze' | 'Unfreeze' | 'ChangeBridgeLimit' | 'ChangeBridgeExempted' | 'ForceHandleBridgeTx' | 'BatchProposeBridgeTx' | 'ProposeBridgeTx' | 'HandleBridgeTx' | 'FreezeTxs' | 'UnfreezeTxs' | 'HandleScheduledBridgeTx' | 'AddFreezeAdmin' | 'RemoveFreezeAdmin' | 'RemoveTxs';
|
|
3311
3360
|
}
|
|
3312
|
-
/** @name PalletStakingCall (
|
|
3361
|
+
/** @name PalletStakingCall (393) */
|
|
3313
3362
|
interface PalletStakingCall extends Enum {
|
|
3314
3363
|
readonly isBond: boolean;
|
|
3315
3364
|
readonly asBond: {
|
|
@@ -3452,7 +3501,7 @@ declare module "./types-lookup.ts" {
|
|
|
3452
3501
|
} & Struct;
|
|
3453
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';
|
|
3454
3503
|
}
|
|
3455
|
-
/** @name PalletStakingRewardDestination (
|
|
3504
|
+
/** @name PalletStakingRewardDestination (394) */
|
|
3456
3505
|
interface PalletStakingRewardDestination extends Enum {
|
|
3457
3506
|
readonly isStaked: boolean;
|
|
3458
3507
|
readonly isStash: boolean;
|
|
@@ -3461,12 +3510,12 @@ declare module "./types-lookup.ts" {
|
|
|
3461
3510
|
readonly asAccount: AccountId32;
|
|
3462
3511
|
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account';
|
|
3463
3512
|
}
|
|
3464
|
-
/** @name PalletStakingValidatorPrefs (
|
|
3513
|
+
/** @name PalletStakingValidatorPrefs (395) */
|
|
3465
3514
|
interface PalletStakingValidatorPrefs extends Struct {
|
|
3466
3515
|
readonly commission: Compact<Perbill>;
|
|
3467
3516
|
readonly blocked: bool;
|
|
3468
3517
|
}
|
|
3469
|
-
/** @name PalletStakingCompactAssignments (
|
|
3518
|
+
/** @name PalletStakingCompactAssignments (401) */
|
|
3470
3519
|
interface PalletStakingCompactAssignments extends Struct {
|
|
3471
3520
|
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
3472
3521
|
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
@@ -3485,18 +3534,18 @@ declare module "./types-lookup.ts" {
|
|
|
3485
3534
|
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3486
3535
|
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
3487
3536
|
}
|
|
3488
|
-
/** @name SpNposElectionsElectionScore (
|
|
3537
|
+
/** @name SpNposElectionsElectionScore (452) */
|
|
3489
3538
|
interface SpNposElectionsElectionScore extends Struct {
|
|
3490
3539
|
readonly minimalStake: u128;
|
|
3491
3540
|
readonly sumStake: u128;
|
|
3492
3541
|
readonly sumStakeSquared: u128;
|
|
3493
3542
|
}
|
|
3494
|
-
/** @name PalletStakingElectionSize (
|
|
3543
|
+
/** @name PalletStakingElectionSize (453) */
|
|
3495
3544
|
interface PalletStakingElectionSize extends Struct {
|
|
3496
3545
|
readonly validators: Compact<u16>;
|
|
3497
3546
|
readonly nominators: Compact<u32>;
|
|
3498
3547
|
}
|
|
3499
|
-
/** @name PalletSessionCall (
|
|
3548
|
+
/** @name PalletSessionCall (454) */
|
|
3500
3549
|
interface PalletSessionCall extends Enum {
|
|
3501
3550
|
readonly isSetKeys: boolean;
|
|
3502
3551
|
readonly asSetKeys: {
|
|
@@ -3506,17 +3555,17 @@ declare module "./types-lookup.ts" {
|
|
|
3506
3555
|
readonly isPurgeKeys: boolean;
|
|
3507
3556
|
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
3508
3557
|
}
|
|
3509
|
-
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (
|
|
3558
|
+
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (455) */
|
|
3510
3559
|
interface PolymeshRuntimeDevelopRuntimeSessionKeys extends Struct {
|
|
3511
3560
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
3512
3561
|
readonly babe: SpConsensusBabeAppPublic;
|
|
3513
3562
|
readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
|
|
3514
3563
|
readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
|
|
3515
3564
|
}
|
|
3516
|
-
/** @name SpAuthorityDiscoveryAppPublic (
|
|
3565
|
+
/** @name SpAuthorityDiscoveryAppPublic (456) */
|
|
3517
3566
|
interface SpAuthorityDiscoveryAppPublic extends SpCoreSr25519Public {
|
|
3518
3567
|
}
|
|
3519
|
-
/** @name PalletGrandpaCall (
|
|
3568
|
+
/** @name PalletGrandpaCall (457) */
|
|
3520
3569
|
interface PalletGrandpaCall extends Enum {
|
|
3521
3570
|
readonly isReportEquivocation: boolean;
|
|
3522
3571
|
readonly asReportEquivocation: {
|
|
@@ -3535,12 +3584,12 @@ declare module "./types-lookup.ts" {
|
|
|
3535
3584
|
} & Struct;
|
|
3536
3585
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
3537
3586
|
}
|
|
3538
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
3587
|
+
/** @name SpConsensusGrandpaEquivocationProof (458) */
|
|
3539
3588
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
3540
3589
|
readonly setId: u64;
|
|
3541
3590
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
3542
3591
|
}
|
|
3543
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
3592
|
+
/** @name SpConsensusGrandpaEquivocation (459) */
|
|
3544
3593
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
3545
3594
|
readonly isPrevote: boolean;
|
|
3546
3595
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -3548,37 +3597,37 @@ declare module "./types-lookup.ts" {
|
|
|
3548
3597
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
3549
3598
|
readonly type: 'Prevote' | 'Precommit';
|
|
3550
3599
|
}
|
|
3551
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
3600
|
+
/** @name FinalityGrandpaEquivocationPrevote (460) */
|
|
3552
3601
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
3553
3602
|
readonly roundNumber: u64;
|
|
3554
3603
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3555
3604
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3556
3605
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3557
3606
|
}
|
|
3558
|
-
/** @name FinalityGrandpaPrevote (
|
|
3607
|
+
/** @name FinalityGrandpaPrevote (461) */
|
|
3559
3608
|
interface FinalityGrandpaPrevote extends Struct {
|
|
3560
3609
|
readonly targetHash: H256;
|
|
3561
3610
|
readonly targetNumber: u32;
|
|
3562
3611
|
}
|
|
3563
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
3612
|
+
/** @name SpConsensusGrandpaAppSignature (462) */
|
|
3564
3613
|
interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
|
|
3565
3614
|
}
|
|
3566
|
-
/** @name SpCoreEd25519Signature (
|
|
3615
|
+
/** @name SpCoreEd25519Signature (463) */
|
|
3567
3616
|
interface SpCoreEd25519Signature extends U8aFixed {
|
|
3568
3617
|
}
|
|
3569
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
3618
|
+
/** @name FinalityGrandpaEquivocationPrecommit (465) */
|
|
3570
3619
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3571
3620
|
readonly roundNumber: u64;
|
|
3572
3621
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3573
3622
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3574
3623
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3575
3624
|
}
|
|
3576
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3625
|
+
/** @name FinalityGrandpaPrecommit (466) */
|
|
3577
3626
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3578
3627
|
readonly targetHash: H256;
|
|
3579
3628
|
readonly targetNumber: u32;
|
|
3580
3629
|
}
|
|
3581
|
-
/** @name PalletImOnlineCall (
|
|
3630
|
+
/** @name PalletImOnlineCall (468) */
|
|
3582
3631
|
interface PalletImOnlineCall extends Enum {
|
|
3583
3632
|
readonly isHeartbeat: boolean;
|
|
3584
3633
|
readonly asHeartbeat: {
|
|
@@ -3587,7 +3636,7 @@ declare module "./types-lookup.ts" {
|
|
|
3587
3636
|
} & Struct;
|
|
3588
3637
|
readonly type: 'Heartbeat';
|
|
3589
3638
|
}
|
|
3590
|
-
/** @name PalletImOnlineHeartbeat (
|
|
3639
|
+
/** @name PalletImOnlineHeartbeat (469) */
|
|
3591
3640
|
interface PalletImOnlineHeartbeat extends Struct {
|
|
3592
3641
|
readonly blockNumber: u32;
|
|
3593
3642
|
readonly networkState: SpCoreOffchainOpaqueNetworkState;
|
|
@@ -3595,18 +3644,18 @@ declare module "./types-lookup.ts" {
|
|
|
3595
3644
|
readonly authorityIndex: u32;
|
|
3596
3645
|
readonly validatorsLen: u32;
|
|
3597
3646
|
}
|
|
3598
|
-
/** @name SpCoreOffchainOpaqueNetworkState (
|
|
3647
|
+
/** @name SpCoreOffchainOpaqueNetworkState (470) */
|
|
3599
3648
|
interface SpCoreOffchainOpaqueNetworkState extends Struct {
|
|
3600
3649
|
readonly peerId: OpaquePeerId;
|
|
3601
3650
|
readonly externalAddresses: Vec<OpaqueMultiaddr>;
|
|
3602
3651
|
}
|
|
3603
|
-
/** @name PalletImOnlineSr25519AppSr25519Signature (
|
|
3652
|
+
/** @name PalletImOnlineSr25519AppSr25519Signature (474) */
|
|
3604
3653
|
interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
|
|
3605
3654
|
}
|
|
3606
|
-
/** @name SpCoreSr25519Signature (
|
|
3655
|
+
/** @name SpCoreSr25519Signature (475) */
|
|
3607
3656
|
interface SpCoreSr25519Signature extends U8aFixed {
|
|
3608
3657
|
}
|
|
3609
|
-
/** @name PalletSudoCall (
|
|
3658
|
+
/** @name PalletSudoCall (476) */
|
|
3610
3659
|
interface PalletSudoCall extends Enum {
|
|
3611
3660
|
readonly isSudo: boolean;
|
|
3612
3661
|
readonly asSudo: {
|
|
@@ -3628,7 +3677,7 @@ declare module "./types-lookup.ts" {
|
|
|
3628
3677
|
} & Struct;
|
|
3629
3678
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
|
|
3630
3679
|
}
|
|
3631
|
-
/** @name PalletAssetCall (
|
|
3680
|
+
/** @name PalletAssetCall (477) */
|
|
3632
3681
|
interface PalletAssetCall extends Enum {
|
|
3633
3682
|
readonly isRegisterTicker: boolean;
|
|
3634
3683
|
readonly asRegisterTicker: {
|
|
@@ -3789,7 +3838,7 @@ declare module "./types-lookup.ts" {
|
|
|
3789
3838
|
} & Struct;
|
|
3790
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';
|
|
3791
3840
|
}
|
|
3792
|
-
/** @name PalletCorporateActionsDistributionCall (
|
|
3841
|
+
/** @name PalletCorporateActionsDistributionCall (479) */
|
|
3793
3842
|
interface PalletCorporateActionsDistributionCall extends Enum {
|
|
3794
3843
|
readonly isDistribute: boolean;
|
|
3795
3844
|
readonly asDistribute: {
|
|
@@ -3820,7 +3869,7 @@ declare module "./types-lookup.ts" {
|
|
|
3820
3869
|
} & Struct;
|
|
3821
3870
|
readonly type: 'Distribute' | 'Claim' | 'PushBenefit' | 'Reclaim' | 'RemoveDistribution';
|
|
3822
3871
|
}
|
|
3823
|
-
/** @name PalletAssetCheckpointCall (
|
|
3872
|
+
/** @name PalletAssetCheckpointCall (481) */
|
|
3824
3873
|
interface PalletAssetCheckpointCall extends Enum {
|
|
3825
3874
|
readonly isCreateCheckpoint: boolean;
|
|
3826
3875
|
readonly asCreateCheckpoint: {
|
|
@@ -3842,7 +3891,7 @@ declare module "./types-lookup.ts" {
|
|
|
3842
3891
|
} & Struct;
|
|
3843
3892
|
readonly type: 'CreateCheckpoint' | 'SetSchedulesMaxComplexity' | 'CreateSchedule' | 'RemoveSchedule';
|
|
3844
3893
|
}
|
|
3845
|
-
/** @name PalletComplianceManagerCall (
|
|
3894
|
+
/** @name PalletComplianceManagerCall (482) */
|
|
3846
3895
|
interface PalletComplianceManagerCall extends Enum {
|
|
3847
3896
|
readonly isAddComplianceRequirement: boolean;
|
|
3848
3897
|
readonly asAddComplianceRequirement: {
|
|
@@ -3889,7 +3938,7 @@ declare module "./types-lookup.ts" {
|
|
|
3889
3938
|
} & Struct;
|
|
3890
3939
|
readonly type: 'AddComplianceRequirement' | 'RemoveComplianceRequirement' | 'ReplaceAssetCompliance' | 'ResetAssetCompliance' | 'PauseAssetCompliance' | 'ResumeAssetCompliance' | 'AddDefaultTrustedClaimIssuer' | 'RemoveDefaultTrustedClaimIssuer' | 'ChangeComplianceRequirement';
|
|
3891
3940
|
}
|
|
3892
|
-
/** @name PalletCorporateActionsCall (
|
|
3941
|
+
/** @name PalletCorporateActionsCall (483) */
|
|
3893
3942
|
interface PalletCorporateActionsCall extends Enum {
|
|
3894
3943
|
readonly isSetMaxDetailsLength: boolean;
|
|
3895
3944
|
readonly asSetMaxDetailsLength: {
|
|
@@ -3948,7 +3997,7 @@ declare module "./types-lookup.ts" {
|
|
|
3948
3997
|
} & Struct;
|
|
3949
3998
|
readonly type: 'SetMaxDetailsLength' | 'SetDefaultTargets' | 'SetDefaultWithholdingTax' | 'SetDidWithholdingTax' | 'InitiateCorporateAction' | 'LinkCaDoc' | 'RemoveCa' | 'ChangeRecordDate' | 'InitiateCorporateActionAndDistribute';
|
|
3950
3999
|
}
|
|
3951
|
-
/** @name PalletCorporateActionsRecordDateSpec (
|
|
4000
|
+
/** @name PalletCorporateActionsRecordDateSpec (485) */
|
|
3952
4001
|
interface PalletCorporateActionsRecordDateSpec extends Enum {
|
|
3953
4002
|
readonly isScheduled: boolean;
|
|
3954
4003
|
readonly asScheduled: u64;
|
|
@@ -3958,7 +4007,7 @@ declare module "./types-lookup.ts" {
|
|
|
3958
4007
|
readonly asExisting: u64;
|
|
3959
4008
|
readonly type: 'Scheduled' | 'ExistingSchedule' | 'Existing';
|
|
3960
4009
|
}
|
|
3961
|
-
/** @name PalletCorporateActionsInitiateCorporateActionArgs (
|
|
4010
|
+
/** @name PalletCorporateActionsInitiateCorporateActionArgs (488) */
|
|
3962
4011
|
interface PalletCorporateActionsInitiateCorporateActionArgs extends Struct {
|
|
3963
4012
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
3964
4013
|
readonly kind: PalletCorporateActionsCaKind;
|
|
@@ -3969,7 +4018,7 @@ declare module "./types-lookup.ts" {
|
|
|
3969
4018
|
readonly defaultWithholdingTax: Option<Permill>;
|
|
3970
4019
|
readonly withholdingTax: Option<Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>>;
|
|
3971
4020
|
}
|
|
3972
|
-
/** @name PalletCorporateActionsBallotCall (
|
|
4021
|
+
/** @name PalletCorporateActionsBallotCall (489) */
|
|
3973
4022
|
interface PalletCorporateActionsBallotCall extends Enum {
|
|
3974
4023
|
readonly isAttachBallot: boolean;
|
|
3975
4024
|
readonly asAttachBallot: {
|
|
@@ -4004,7 +4053,7 @@ declare module "./types-lookup.ts" {
|
|
|
4004
4053
|
} & Struct;
|
|
4005
4054
|
readonly type: 'AttachBallot' | 'Vote' | 'ChangeEnd' | 'ChangeMeta' | 'ChangeRcv' | 'RemoveBallot';
|
|
4006
4055
|
}
|
|
4007
|
-
/** @name PalletPipsCall (
|
|
4056
|
+
/** @name PalletPipsCall (490) */
|
|
4008
4057
|
interface PalletPipsCall extends Enum {
|
|
4009
4058
|
readonly isSetPruneHistoricalPips: boolean;
|
|
4010
4059
|
readonly asSetPruneHistoricalPips: {
|
|
@@ -4077,14 +4126,14 @@ declare module "./types-lookup.ts" {
|
|
|
4077
4126
|
} & Struct;
|
|
4078
4127
|
readonly type: 'SetPruneHistoricalPips' | 'SetMinProposalDeposit' | 'SetDefaultEnactmentPeriod' | 'SetPendingPipExpiry' | 'SetMaxPipSkipCount' | 'SetActivePipLimit' | 'Propose' | 'Vote' | 'ApproveCommitteeProposal' | 'RejectProposal' | 'PruneProposal' | 'RescheduleExecution' | 'ClearSnapshot' | 'Snapshot' | 'EnactSnapshotResults' | 'ExecuteScheduledPip' | 'ExpireScheduledPip';
|
|
4079
4128
|
}
|
|
4080
|
-
/** @name PalletPipsSnapshotResult (
|
|
4129
|
+
/** @name PalletPipsSnapshotResult (493) */
|
|
4081
4130
|
interface PalletPipsSnapshotResult extends Enum {
|
|
4082
4131
|
readonly isApprove: boolean;
|
|
4083
4132
|
readonly isReject: boolean;
|
|
4084
4133
|
readonly isSkip: boolean;
|
|
4085
4134
|
readonly type: 'Approve' | 'Reject' | 'Skip';
|
|
4086
4135
|
}
|
|
4087
|
-
/** @name PalletPortfolioCall (
|
|
4136
|
+
/** @name PalletPortfolioCall (494) */
|
|
4088
4137
|
interface PalletPortfolioCall extends Enum {
|
|
4089
4138
|
readonly isCreatePortfolio: boolean;
|
|
4090
4139
|
readonly asCreatePortfolio: {
|
|
@@ -4123,14 +4172,27 @@ declare module "./types-lookup.ts" {
|
|
|
4123
4172
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
4124
4173
|
readonly portfolioId: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4125
4174
|
} & Struct;
|
|
4126
|
-
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';
|
|
4127
4189
|
}
|
|
4128
|
-
/** @name PolymeshPrimitivesPortfolioFund (
|
|
4190
|
+
/** @name PolymeshPrimitivesPortfolioFund (496) */
|
|
4129
4191
|
interface PolymeshPrimitivesPortfolioFund extends Struct {
|
|
4130
4192
|
readonly description: PolymeshPrimitivesPortfolioFundDescription;
|
|
4131
4193
|
readonly memo: Option<PolymeshPrimitivesMemo>;
|
|
4132
4194
|
}
|
|
4133
|
-
/** @name PalletProtocolFeeCall (
|
|
4195
|
+
/** @name PalletProtocolFeeCall (497) */
|
|
4134
4196
|
interface PalletProtocolFeeCall extends Enum {
|
|
4135
4197
|
readonly isChangeCoefficient: boolean;
|
|
4136
4198
|
readonly asChangeCoefficient: {
|
|
@@ -4143,7 +4205,7 @@ declare module "./types-lookup.ts" {
|
|
|
4143
4205
|
} & Struct;
|
|
4144
4206
|
readonly type: 'ChangeCoefficient' | 'ChangeBaseFee';
|
|
4145
4207
|
}
|
|
4146
|
-
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (
|
|
4208
|
+
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (498) */
|
|
4147
4209
|
interface PolymeshCommonUtilitiesProtocolFeeProtocolOp extends Enum {
|
|
4148
4210
|
readonly isAssetRegisterTicker: boolean;
|
|
4149
4211
|
readonly isAssetIssue: boolean;
|
|
@@ -4163,7 +4225,7 @@ declare module "./types-lookup.ts" {
|
|
|
4163
4225
|
readonly isIdentityCreateChildIdentity: boolean;
|
|
4164
4226
|
readonly type: 'AssetRegisterTicker' | 'AssetIssue' | 'AssetAddDocuments' | 'AssetCreateAsset' | 'CheckpointCreateSchedule' | 'ComplianceManagerAddComplianceRequirement' | 'IdentityCddRegisterDid' | 'IdentityAddClaim' | 'IdentityAddSecondaryKeysWithAuthorization' | 'PipsPropose' | 'ContractsPutCode' | 'CorporateBallotAttachBallot' | 'CapitalDistributionDistribute' | 'NftCreateCollection' | 'NftMint' | 'IdentityCreateChildIdentity';
|
|
4165
4227
|
}
|
|
4166
|
-
/** @name PalletSchedulerCall (
|
|
4228
|
+
/** @name PalletSchedulerCall (499) */
|
|
4167
4229
|
interface PalletSchedulerCall extends Enum {
|
|
4168
4230
|
readonly isSchedule: boolean;
|
|
4169
4231
|
readonly asSchedule: {
|
|
@@ -4206,7 +4268,7 @@ declare module "./types-lookup.ts" {
|
|
|
4206
4268
|
} & Struct;
|
|
4207
4269
|
readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
|
|
4208
4270
|
}
|
|
4209
|
-
/** @name PalletSettlementCall (
|
|
4271
|
+
/** @name PalletSettlementCall (501) */
|
|
4210
4272
|
interface PalletSettlementCall extends Enum {
|
|
4211
4273
|
readonly isCreateVenue: boolean;
|
|
4212
4274
|
readonly asCreateVenue: {
|
|
@@ -4326,7 +4388,7 @@ declare module "./types-lookup.ts" {
|
|
|
4326
4388
|
} & Struct;
|
|
4327
4389
|
readonly type: 'CreateVenue' | 'UpdateVenueDetails' | 'UpdateVenueType' | 'AffirmWithReceipts' | 'SetVenueFiltering' | 'AllowVenues' | 'DisallowVenues' | 'UpdateVenueSigners' | 'ExecuteManualInstruction' | 'AddInstruction' | 'AddAndAffirmInstruction' | 'AffirmInstruction' | 'WithdrawAffirmation' | 'RejectInstruction' | 'ExecuteScheduledInstruction' | 'AffirmWithReceiptsWithCount' | 'AffirmInstructionWithCount' | 'RejectInstructionWithCount' | 'WithdrawAffirmationWithCount';
|
|
4328
4390
|
}
|
|
4329
|
-
/** @name PolymeshPrimitivesSettlementReceiptDetails (
|
|
4391
|
+
/** @name PolymeshPrimitivesSettlementReceiptDetails (503) */
|
|
4330
4392
|
interface PolymeshPrimitivesSettlementReceiptDetails extends Struct {
|
|
4331
4393
|
readonly uid: u64;
|
|
4332
4394
|
readonly instructionId: u64;
|
|
@@ -4335,7 +4397,7 @@ declare module "./types-lookup.ts" {
|
|
|
4335
4397
|
readonly signature: SpRuntimeMultiSignature;
|
|
4336
4398
|
readonly metadata: Option<PolymeshPrimitivesSettlementReceiptMetadata>;
|
|
4337
4399
|
}
|
|
4338
|
-
/** @name SpRuntimeMultiSignature (
|
|
4400
|
+
/** @name SpRuntimeMultiSignature (504) */
|
|
4339
4401
|
interface SpRuntimeMultiSignature extends Enum {
|
|
4340
4402
|
readonly isEd25519: boolean;
|
|
4341
4403
|
readonly asEd25519: SpCoreEd25519Signature;
|
|
@@ -4345,22 +4407,22 @@ declare module "./types-lookup.ts" {
|
|
|
4345
4407
|
readonly asEcdsa: SpCoreEcdsaSignature;
|
|
4346
4408
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
4347
4409
|
}
|
|
4348
|
-
/** @name SpCoreEcdsaSignature (
|
|
4410
|
+
/** @name SpCoreEcdsaSignature (505) */
|
|
4349
4411
|
interface SpCoreEcdsaSignature extends U8aFixed {
|
|
4350
4412
|
}
|
|
4351
|
-
/** @name PolymeshPrimitivesSettlementAffirmationCount (
|
|
4413
|
+
/** @name PolymeshPrimitivesSettlementAffirmationCount (508) */
|
|
4352
4414
|
interface PolymeshPrimitivesSettlementAffirmationCount extends Struct {
|
|
4353
4415
|
readonly senderAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4354
4416
|
readonly receiverAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4355
4417
|
readonly offchainCount: u32;
|
|
4356
4418
|
}
|
|
4357
|
-
/** @name PolymeshPrimitivesSettlementAssetCount (
|
|
4419
|
+
/** @name PolymeshPrimitivesSettlementAssetCount (509) */
|
|
4358
4420
|
interface PolymeshPrimitivesSettlementAssetCount extends Struct {
|
|
4359
4421
|
readonly fungible: u32;
|
|
4360
4422
|
readonly nonFungible: u32;
|
|
4361
4423
|
readonly offChain: u32;
|
|
4362
4424
|
}
|
|
4363
|
-
/** @name PalletStatisticsCall (
|
|
4425
|
+
/** @name PalletStatisticsCall (511) */
|
|
4364
4426
|
interface PalletStatisticsCall extends Enum {
|
|
4365
4427
|
readonly isSetActiveAssetStats: boolean;
|
|
4366
4428
|
readonly asSetActiveAssetStats: {
|
|
@@ -4386,7 +4448,7 @@ declare module "./types-lookup.ts" {
|
|
|
4386
4448
|
} & Struct;
|
|
4387
4449
|
readonly type: 'SetActiveAssetStats' | 'BatchUpdateAssetStats' | 'SetAssetTransferCompliance' | 'SetEntitiesExempt';
|
|
4388
4450
|
}
|
|
4389
|
-
/** @name PalletStoCall (
|
|
4451
|
+
/** @name PalletStoCall (516) */
|
|
4390
4452
|
interface PalletStoCall extends Enum {
|
|
4391
4453
|
readonly isCreateFundraiser: boolean;
|
|
4392
4454
|
readonly asCreateFundraiser: {
|
|
@@ -4435,12 +4497,12 @@ declare module "./types-lookup.ts" {
|
|
|
4435
4497
|
} & Struct;
|
|
4436
4498
|
readonly type: 'CreateFundraiser' | 'Invest' | 'FreezeFundraiser' | 'UnfreezeFundraiser' | 'ModifyFundraiserWindow' | 'Stop';
|
|
4437
4499
|
}
|
|
4438
|
-
/** @name PalletStoPriceTier (
|
|
4500
|
+
/** @name PalletStoPriceTier (518) */
|
|
4439
4501
|
interface PalletStoPriceTier extends Struct {
|
|
4440
4502
|
readonly total: u128;
|
|
4441
4503
|
readonly price: u128;
|
|
4442
4504
|
}
|
|
4443
|
-
/** @name PalletTreasuryCall (
|
|
4505
|
+
/** @name PalletTreasuryCall (520) */
|
|
4444
4506
|
interface PalletTreasuryCall extends Enum {
|
|
4445
4507
|
readonly isDisbursement: boolean;
|
|
4446
4508
|
readonly asDisbursement: {
|
|
@@ -4452,12 +4514,12 @@ declare module "./types-lookup.ts" {
|
|
|
4452
4514
|
} & Struct;
|
|
4453
4515
|
readonly type: 'Disbursement' | 'Reimbursement';
|
|
4454
4516
|
}
|
|
4455
|
-
/** @name PolymeshPrimitivesBeneficiary (
|
|
4517
|
+
/** @name PolymeshPrimitivesBeneficiary (522) */
|
|
4456
4518
|
interface PolymeshPrimitivesBeneficiary extends Struct {
|
|
4457
4519
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
4458
4520
|
readonly amount: u128;
|
|
4459
4521
|
}
|
|
4460
|
-
/** @name PalletUtilityCall (
|
|
4522
|
+
/** @name PalletUtilityCall (523) */
|
|
4461
4523
|
interface PalletUtilityCall extends Enum {
|
|
4462
4524
|
readonly isBatch: boolean;
|
|
4463
4525
|
readonly asBatch: {
|
|
@@ -4501,12 +4563,12 @@ declare module "./types-lookup.ts" {
|
|
|
4501
4563
|
} & Struct;
|
|
4502
4564
|
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'BatchOld' | 'BatchAtomic' | 'BatchOptimistic';
|
|
4503
4565
|
}
|
|
4504
|
-
/** @name PalletUtilityUniqueCall (
|
|
4566
|
+
/** @name PalletUtilityUniqueCall (525) */
|
|
4505
4567
|
interface PalletUtilityUniqueCall extends Struct {
|
|
4506
4568
|
readonly nonce: u64;
|
|
4507
4569
|
readonly call: Call;
|
|
4508
4570
|
}
|
|
4509
|
-
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (
|
|
4571
|
+
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (526) */
|
|
4510
4572
|
interface PolymeshRuntimeDevelopRuntimeOriginCaller extends Enum {
|
|
4511
4573
|
readonly isSystem: boolean;
|
|
4512
4574
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
@@ -4519,7 +4581,7 @@ declare module "./types-lookup.ts" {
|
|
|
4519
4581
|
readonly asUpgradeCommittee: PalletCommitteeRawOriginInstance4;
|
|
4520
4582
|
readonly type: 'System' | 'Void' | 'PolymeshCommittee' | 'TechnicalCommittee' | 'UpgradeCommittee';
|
|
4521
4583
|
}
|
|
4522
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
4584
|
+
/** @name FrameSupportDispatchRawOrigin (527) */
|
|
4523
4585
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
4524
4586
|
readonly isRoot: boolean;
|
|
4525
4587
|
readonly isSigned: boolean;
|
|
@@ -4527,26 +4589,26 @@ declare module "./types-lookup.ts" {
|
|
|
4527
4589
|
readonly isNone: boolean;
|
|
4528
4590
|
readonly type: 'Root' | 'Signed' | 'None';
|
|
4529
4591
|
}
|
|
4530
|
-
/** @name PalletCommitteeRawOriginInstance1 (
|
|
4592
|
+
/** @name PalletCommitteeRawOriginInstance1 (528) */
|
|
4531
4593
|
interface PalletCommitteeRawOriginInstance1 extends Enum {
|
|
4532
4594
|
readonly isEndorsed: boolean;
|
|
4533
4595
|
readonly type: 'Endorsed';
|
|
4534
4596
|
}
|
|
4535
|
-
/** @name PalletCommitteeRawOriginInstance3 (
|
|
4597
|
+
/** @name PalletCommitteeRawOriginInstance3 (529) */
|
|
4536
4598
|
interface PalletCommitteeRawOriginInstance3 extends Enum {
|
|
4537
4599
|
readonly isEndorsed: boolean;
|
|
4538
4600
|
readonly type: 'Endorsed';
|
|
4539
4601
|
}
|
|
4540
|
-
/** @name PalletCommitteeRawOriginInstance4 (
|
|
4602
|
+
/** @name PalletCommitteeRawOriginInstance4 (530) */
|
|
4541
4603
|
interface PalletCommitteeRawOriginInstance4 extends Enum {
|
|
4542
4604
|
readonly isEndorsed: boolean;
|
|
4543
4605
|
readonly type: 'Endorsed';
|
|
4544
4606
|
}
|
|
4545
|
-
/** @name SpCoreVoid (
|
|
4607
|
+
/** @name SpCoreVoid (531) */
|
|
4546
4608
|
type SpCoreVoid = Null;
|
|
4547
|
-
/** @name PalletBaseCall (
|
|
4609
|
+
/** @name PalletBaseCall (532) */
|
|
4548
4610
|
type PalletBaseCall = Null;
|
|
4549
|
-
/** @name PalletExternalAgentsCall (
|
|
4611
|
+
/** @name PalletExternalAgentsCall (533) */
|
|
4550
4612
|
interface PalletExternalAgentsCall extends Enum {
|
|
4551
4613
|
readonly isCreateGroup: boolean;
|
|
4552
4614
|
readonly asCreateGroup: {
|
|
@@ -4593,7 +4655,7 @@ declare module "./types-lookup.ts" {
|
|
|
4593
4655
|
} & Struct;
|
|
4594
4656
|
readonly type: 'CreateGroup' | 'SetGroupPermissions' | 'RemoveAgent' | 'Abdicate' | 'ChangeGroup' | 'AcceptBecomeAgent' | 'CreateGroupAndAddAuth' | 'CreateAndChangeCustomGroup';
|
|
4595
4657
|
}
|
|
4596
|
-
/** @name PalletRelayerCall (
|
|
4658
|
+
/** @name PalletRelayerCall (534) */
|
|
4597
4659
|
interface PalletRelayerCall extends Enum {
|
|
4598
4660
|
readonly isSetPayingKey: boolean;
|
|
4599
4661
|
readonly asSetPayingKey: {
|
|
@@ -4626,7 +4688,7 @@ declare module "./types-lookup.ts" {
|
|
|
4626
4688
|
} & Struct;
|
|
4627
4689
|
readonly type: 'SetPayingKey' | 'AcceptPayingKey' | 'RemovePayingKey' | 'UpdatePolyxLimit' | 'IncreasePolyxLimit' | 'DecreasePolyxLimit';
|
|
4628
4690
|
}
|
|
4629
|
-
/** @name PalletContractsCall (
|
|
4691
|
+
/** @name PalletContractsCall (535) */
|
|
4630
4692
|
interface PalletContractsCall extends Enum {
|
|
4631
4693
|
readonly isCallOldWeight: boolean;
|
|
4632
4694
|
readonly asCallOldWeight: {
|
|
@@ -4697,13 +4759,13 @@ declare module "./types-lookup.ts" {
|
|
|
4697
4759
|
} & Struct;
|
|
4698
4760
|
readonly type: 'CallOldWeight' | 'InstantiateWithCodeOldWeight' | 'InstantiateOldWeight' | 'UploadCode' | 'RemoveCode' | 'SetCode' | 'Call' | 'InstantiateWithCode' | 'Instantiate';
|
|
4699
4761
|
}
|
|
4700
|
-
/** @name PalletContractsWasmDeterminism (
|
|
4762
|
+
/** @name PalletContractsWasmDeterminism (539) */
|
|
4701
4763
|
interface PalletContractsWasmDeterminism extends Enum {
|
|
4702
4764
|
readonly isDeterministic: boolean;
|
|
4703
4765
|
readonly isAllowIndeterminism: boolean;
|
|
4704
4766
|
readonly type: 'Deterministic' | 'AllowIndeterminism';
|
|
4705
4767
|
}
|
|
4706
|
-
/** @name PolymeshContractsCall (
|
|
4768
|
+
/** @name PolymeshContractsCall (540) */
|
|
4707
4769
|
interface PolymeshContractsCall extends Enum {
|
|
4708
4770
|
readonly isInstantiateWithCodePerms: boolean;
|
|
4709
4771
|
readonly asInstantiateWithCodePerms: {
|
|
@@ -4729,12 +4791,41 @@ declare module "./types-lookup.ts" {
|
|
|
4729
4791
|
readonly asUpdateCallRuntimeWhitelist: {
|
|
4730
4792
|
readonly updates: Vec<ITuple<[PolymeshContractsChainExtensionExtrinsicId, bool]>>;
|
|
4731
4793
|
} & Struct;
|
|
4732
|
-
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';
|
|
4733
4818
|
}
|
|
4734
|
-
/** @name
|
|
4735
|
-
interface
|
|
4819
|
+
/** @name PolymeshContractsNextUpgrade (543) */
|
|
4820
|
+
interface PolymeshContractsNextUpgrade extends Struct {
|
|
4821
|
+
readonly chainVersion: PolymeshContractsChainVersion;
|
|
4822
|
+
readonly apiHash: PolymeshContractsApiCodeHash;
|
|
4823
|
+
}
|
|
4824
|
+
/** @name PolymeshContractsApiCodeHash (544) */
|
|
4825
|
+
interface PolymeshContractsApiCodeHash extends Struct {
|
|
4826
|
+
readonly hash_: H256;
|
|
4736
4827
|
}
|
|
4737
|
-
/** @name PalletPreimageCall (
|
|
4828
|
+
/** @name PalletPreimageCall (545) */
|
|
4738
4829
|
interface PalletPreimageCall extends Enum {
|
|
4739
4830
|
readonly isNotePreimage: boolean;
|
|
4740
4831
|
readonly asNotePreimage: {
|
|
@@ -4754,7 +4845,7 @@ declare module "./types-lookup.ts" {
|
|
|
4754
4845
|
} & Struct;
|
|
4755
4846
|
readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
|
|
4756
4847
|
}
|
|
4757
|
-
/** @name PalletNftCall (
|
|
4848
|
+
/** @name PalletNftCall (546) */
|
|
4758
4849
|
interface PalletNftCall extends Enum {
|
|
4759
4850
|
readonly isCreateNftCollection: boolean;
|
|
4760
4851
|
readonly asCreateNftCollection: {
|
|
@@ -4774,17 +4865,24 @@ declare module "./types-lookup.ts" {
|
|
|
4774
4865
|
readonly nftId: u64;
|
|
4775
4866
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4776
4867
|
} & Struct;
|
|
4777
|
-
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';
|
|
4778
4876
|
}
|
|
4779
|
-
/** @name PolymeshPrimitivesNftNftCollectionKeys (
|
|
4877
|
+
/** @name PolymeshPrimitivesNftNftCollectionKeys (548) */
|
|
4780
4878
|
interface PolymeshPrimitivesNftNftCollectionKeys extends Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey> {
|
|
4781
4879
|
}
|
|
4782
|
-
/** @name PolymeshPrimitivesNftNftMetadataAttribute (
|
|
4880
|
+
/** @name PolymeshPrimitivesNftNftMetadataAttribute (551) */
|
|
4783
4881
|
interface PolymeshPrimitivesNftNftMetadataAttribute extends Struct {
|
|
4784
4882
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
4785
4883
|
readonly value: Bytes;
|
|
4786
4884
|
}
|
|
4787
|
-
/** @name PalletTestUtilsCall (
|
|
4885
|
+
/** @name PalletTestUtilsCall (552) */
|
|
4788
4886
|
interface PalletTestUtilsCall extends Enum {
|
|
4789
4887
|
readonly isRegisterDid: boolean;
|
|
4790
4888
|
readonly asRegisterDid: {
|
|
@@ -4801,14 +4899,14 @@ declare module "./types-lookup.ts" {
|
|
|
4801
4899
|
} & Struct;
|
|
4802
4900
|
readonly type: 'RegisterDid' | 'MockCddRegisterDid' | 'GetMyDid' | 'GetCddOf';
|
|
4803
4901
|
}
|
|
4804
|
-
/** @name PalletCommitteePolymeshVotes (
|
|
4902
|
+
/** @name PalletCommitteePolymeshVotes (553) */
|
|
4805
4903
|
interface PalletCommitteePolymeshVotes extends Struct {
|
|
4806
4904
|
readonly index: u32;
|
|
4807
4905
|
readonly ayes: Vec<PolymeshPrimitivesIdentityId>;
|
|
4808
4906
|
readonly nays: Vec<PolymeshPrimitivesIdentityId>;
|
|
4809
4907
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
4810
4908
|
}
|
|
4811
|
-
/** @name PalletCommitteeError (
|
|
4909
|
+
/** @name PalletCommitteeError (555) */
|
|
4812
4910
|
interface PalletCommitteeError extends Enum {
|
|
4813
4911
|
readonly isDuplicateVote: boolean;
|
|
4814
4912
|
readonly isNotAMember: boolean;
|
|
@@ -4821,7 +4919,7 @@ declare module "./types-lookup.ts" {
|
|
|
4821
4919
|
readonly isProposalsLimitReached: boolean;
|
|
4822
4920
|
readonly type: 'DuplicateVote' | 'NotAMember' | 'NoSuchProposal' | 'ProposalExpired' | 'DuplicateProposal' | 'MismatchedVotingIndex' | 'InvalidProportion' | 'FirstVoteReject' | 'ProposalsLimitReached';
|
|
4823
4921
|
}
|
|
4824
|
-
/** @name PolymeshPrimitivesMultisigProposalDetails (
|
|
4922
|
+
/** @name PolymeshPrimitivesMultisigProposalDetails (565) */
|
|
4825
4923
|
interface PolymeshPrimitivesMultisigProposalDetails extends Struct {
|
|
4826
4924
|
readonly approvals: u64;
|
|
4827
4925
|
readonly rejections: u64;
|
|
@@ -4829,7 +4927,7 @@ declare module "./types-lookup.ts" {
|
|
|
4829
4927
|
readonly expiry: Option<u64>;
|
|
4830
4928
|
readonly autoClose: bool;
|
|
4831
4929
|
}
|
|
4832
|
-
/** @name PolymeshPrimitivesMultisigProposalStatus (
|
|
4930
|
+
/** @name PolymeshPrimitivesMultisigProposalStatus (566) */
|
|
4833
4931
|
interface PolymeshPrimitivesMultisigProposalStatus extends Enum {
|
|
4834
4932
|
readonly isInvalid: boolean;
|
|
4835
4933
|
readonly isActiveOrExpired: boolean;
|
|
@@ -4838,7 +4936,7 @@ declare module "./types-lookup.ts" {
|
|
|
4838
4936
|
readonly isRejected: boolean;
|
|
4839
4937
|
readonly type: 'Invalid' | 'ActiveOrExpired' | 'ExecutionSuccessful' | 'ExecutionFailed' | 'Rejected';
|
|
4840
4938
|
}
|
|
4841
|
-
/** @name PalletMultisigError (
|
|
4939
|
+
/** @name PalletMultisigError (568) */
|
|
4842
4940
|
interface PalletMultisigError extends Enum {
|
|
4843
4941
|
readonly isCddMissing: boolean;
|
|
4844
4942
|
readonly isProposalMissing: boolean;
|
|
@@ -4868,14 +4966,14 @@ declare module "./types-lookup.ts" {
|
|
|
4868
4966
|
readonly isCreatorControlsHaveBeenRemoved: boolean;
|
|
4869
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';
|
|
4870
4968
|
}
|
|
4871
|
-
/** @name PalletBridgeBridgeTxDetail (
|
|
4969
|
+
/** @name PalletBridgeBridgeTxDetail (570) */
|
|
4872
4970
|
interface PalletBridgeBridgeTxDetail extends Struct {
|
|
4873
4971
|
readonly amount: u128;
|
|
4874
4972
|
readonly status: PalletBridgeBridgeTxStatus;
|
|
4875
4973
|
readonly executionBlock: u32;
|
|
4876
4974
|
readonly txHash: H256;
|
|
4877
4975
|
}
|
|
4878
|
-
/** @name PalletBridgeBridgeTxStatus (
|
|
4976
|
+
/** @name PalletBridgeBridgeTxStatus (571) */
|
|
4879
4977
|
interface PalletBridgeBridgeTxStatus extends Enum {
|
|
4880
4978
|
readonly isAbsent: boolean;
|
|
4881
4979
|
readonly isPending: boolean;
|
|
@@ -4885,7 +4983,7 @@ declare module "./types-lookup.ts" {
|
|
|
4885
4983
|
readonly isHandled: boolean;
|
|
4886
4984
|
readonly type: 'Absent' | 'Pending' | 'Frozen' | 'Timelocked' | 'Handled';
|
|
4887
4985
|
}
|
|
4888
|
-
/** @name PalletBridgeError (
|
|
4986
|
+
/** @name PalletBridgeError (574) */
|
|
4889
4987
|
interface PalletBridgeError extends Enum {
|
|
4890
4988
|
readonly isControllerNotSet: boolean;
|
|
4891
4989
|
readonly isBadCaller: boolean;
|
|
@@ -4902,7 +5000,7 @@ declare module "./types-lookup.ts" {
|
|
|
4902
5000
|
readonly isTimelockedTx: boolean;
|
|
4903
5001
|
readonly type: 'ControllerNotSet' | 'BadCaller' | 'BadAdmin' | 'NoValidCdd' | 'ProposalAlreadyHandled' | 'Unauthorized' | 'Frozen' | 'NotFrozen' | 'FrozenTx' | 'BridgeLimitReached' | 'Overflow' | 'DivisionByZero' | 'TimelockedTx';
|
|
4904
5002
|
}
|
|
4905
|
-
/** @name PalletStakingStakingLedger (
|
|
5003
|
+
/** @name PalletStakingStakingLedger (575) */
|
|
4906
5004
|
interface PalletStakingStakingLedger extends Struct {
|
|
4907
5005
|
readonly stash: AccountId32;
|
|
4908
5006
|
readonly total: Compact<u128>;
|
|
@@ -4910,28 +5008,28 @@ declare module "./types-lookup.ts" {
|
|
|
4910
5008
|
readonly unlocking: Vec<PalletStakingUnlockChunk>;
|
|
4911
5009
|
readonly claimedRewards: Vec<u32>;
|
|
4912
5010
|
}
|
|
4913
|
-
/** @name PalletStakingUnlockChunk (
|
|
5011
|
+
/** @name PalletStakingUnlockChunk (577) */
|
|
4914
5012
|
interface PalletStakingUnlockChunk extends Struct {
|
|
4915
5013
|
readonly value: Compact<u128>;
|
|
4916
5014
|
readonly era: Compact<u32>;
|
|
4917
5015
|
}
|
|
4918
|
-
/** @name PalletStakingNominations (
|
|
5016
|
+
/** @name PalletStakingNominations (578) */
|
|
4919
5017
|
interface PalletStakingNominations extends Struct {
|
|
4920
5018
|
readonly targets: Vec<AccountId32>;
|
|
4921
5019
|
readonly submittedIn: u32;
|
|
4922
5020
|
readonly suppressed: bool;
|
|
4923
5021
|
}
|
|
4924
|
-
/** @name PalletStakingActiveEraInfo (
|
|
5022
|
+
/** @name PalletStakingActiveEraInfo (579) */
|
|
4925
5023
|
interface PalletStakingActiveEraInfo extends Struct {
|
|
4926
5024
|
readonly index: u32;
|
|
4927
5025
|
readonly start: Option<u64>;
|
|
4928
5026
|
}
|
|
4929
|
-
/** @name PalletStakingEraRewardPoints (
|
|
5027
|
+
/** @name PalletStakingEraRewardPoints (581) */
|
|
4930
5028
|
interface PalletStakingEraRewardPoints extends Struct {
|
|
4931
5029
|
readonly total: u32;
|
|
4932
5030
|
readonly individual: BTreeMap<AccountId32, u32>;
|
|
4933
5031
|
}
|
|
4934
|
-
/** @name PalletStakingForcing (
|
|
5032
|
+
/** @name PalletStakingForcing (584) */
|
|
4935
5033
|
interface PalletStakingForcing extends Enum {
|
|
4936
5034
|
readonly isNotForcing: boolean;
|
|
4937
5035
|
readonly isForceNew: boolean;
|
|
@@ -4939,7 +5037,7 @@ declare module "./types-lookup.ts" {
|
|
|
4939
5037
|
readonly isForceAlways: boolean;
|
|
4940
5038
|
readonly type: 'NotForcing' | 'ForceNew' | 'ForceNone' | 'ForceAlways';
|
|
4941
5039
|
}
|
|
4942
|
-
/** @name PalletStakingUnappliedSlash (
|
|
5040
|
+
/** @name PalletStakingUnappliedSlash (586) */
|
|
4943
5041
|
interface PalletStakingUnappliedSlash extends Struct {
|
|
4944
5042
|
readonly validator: AccountId32;
|
|
4945
5043
|
readonly own: u128;
|
|
@@ -4947,37 +5045,37 @@ declare module "./types-lookup.ts" {
|
|
|
4947
5045
|
readonly reporters: Vec<AccountId32>;
|
|
4948
5046
|
readonly payout: u128;
|
|
4949
5047
|
}
|
|
4950
|
-
/** @name PalletStakingSlashingSlashingSpans (
|
|
5048
|
+
/** @name PalletStakingSlashingSlashingSpans (590) */
|
|
4951
5049
|
interface PalletStakingSlashingSlashingSpans extends Struct {
|
|
4952
5050
|
readonly spanIndex: u32;
|
|
4953
5051
|
readonly lastStart: u32;
|
|
4954
5052
|
readonly lastNonzeroSlash: u32;
|
|
4955
5053
|
readonly prior: Vec<u32>;
|
|
4956
5054
|
}
|
|
4957
|
-
/** @name PalletStakingSlashingSpanRecord (
|
|
5055
|
+
/** @name PalletStakingSlashingSpanRecord (591) */
|
|
4958
5056
|
interface PalletStakingSlashingSpanRecord extends Struct {
|
|
4959
5057
|
readonly slashed: u128;
|
|
4960
5058
|
readonly paidOut: u128;
|
|
4961
5059
|
}
|
|
4962
|
-
/** @name PalletStakingElectionResult (
|
|
5060
|
+
/** @name PalletStakingElectionResult (594) */
|
|
4963
5061
|
interface PalletStakingElectionResult extends Struct {
|
|
4964
5062
|
readonly electedStashes: Vec<AccountId32>;
|
|
4965
5063
|
readonly exposures: Vec<ITuple<[AccountId32, PalletStakingExposure]>>;
|
|
4966
5064
|
readonly compute: PalletStakingElectionCompute;
|
|
4967
5065
|
}
|
|
4968
|
-
/** @name PalletStakingElectionStatus (
|
|
5066
|
+
/** @name PalletStakingElectionStatus (595) */
|
|
4969
5067
|
interface PalletStakingElectionStatus extends Enum {
|
|
4970
5068
|
readonly isClosed: boolean;
|
|
4971
5069
|
readonly isOpen: boolean;
|
|
4972
5070
|
readonly asOpen: u32;
|
|
4973
5071
|
readonly type: 'Closed' | 'Open';
|
|
4974
5072
|
}
|
|
4975
|
-
/** @name PalletStakingPermissionedIdentityPrefs (
|
|
5073
|
+
/** @name PalletStakingPermissionedIdentityPrefs (596) */
|
|
4976
5074
|
interface PalletStakingPermissionedIdentityPrefs extends Struct {
|
|
4977
5075
|
readonly intendedCount: u32;
|
|
4978
5076
|
readonly runningCount: u32;
|
|
4979
5077
|
}
|
|
4980
|
-
/** @name PalletStakingReleases (
|
|
5078
|
+
/** @name PalletStakingReleases (597) */
|
|
4981
5079
|
interface PalletStakingReleases extends Enum {
|
|
4982
5080
|
readonly isV100Ancient: boolean;
|
|
4983
5081
|
readonly isV200: boolean;
|
|
@@ -4989,7 +5087,7 @@ declare module "./types-lookup.ts" {
|
|
|
4989
5087
|
readonly isV700: boolean;
|
|
4990
5088
|
readonly type: 'V100Ancient' | 'V200' | 'V300' | 'V400' | 'V500' | 'V600' | 'V601' | 'V700';
|
|
4991
5089
|
}
|
|
4992
|
-
/** @name PalletStakingError (
|
|
5090
|
+
/** @name PalletStakingError (599) */
|
|
4993
5091
|
interface PalletStakingError extends Enum {
|
|
4994
5092
|
readonly isNotController: boolean;
|
|
4995
5093
|
readonly isNotStash: boolean;
|
|
@@ -5036,15 +5134,15 @@ declare module "./types-lookup.ts" {
|
|
|
5036
5134
|
readonly isInvalidValidatorUnbondAmount: boolean;
|
|
5037
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';
|
|
5038
5136
|
}
|
|
5039
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
5137
|
+
/** @name SpStakingOffenceOffenceDetails (600) */
|
|
5040
5138
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
5041
5139
|
readonly offender: ITuple<[AccountId32, PalletStakingExposure]>;
|
|
5042
5140
|
readonly reporters: Vec<AccountId32>;
|
|
5043
5141
|
}
|
|
5044
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
5142
|
+
/** @name SpCoreCryptoKeyTypeId (605) */
|
|
5045
5143
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
5046
5144
|
}
|
|
5047
|
-
/** @name PalletSessionError (
|
|
5145
|
+
/** @name PalletSessionError (606) */
|
|
5048
5146
|
interface PalletSessionError extends Enum {
|
|
5049
5147
|
readonly isInvalidProof: boolean;
|
|
5050
5148
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -5053,7 +5151,7 @@ declare module "./types-lookup.ts" {
|
|
|
5053
5151
|
readonly isNoAccount: boolean;
|
|
5054
5152
|
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
5055
5153
|
}
|
|
5056
|
-
/** @name PalletGrandpaStoredState (
|
|
5154
|
+
/** @name PalletGrandpaStoredState (607) */
|
|
5057
5155
|
interface PalletGrandpaStoredState extends Enum {
|
|
5058
5156
|
readonly isLive: boolean;
|
|
5059
5157
|
readonly isPendingPause: boolean;
|
|
@@ -5069,14 +5167,14 @@ declare module "./types-lookup.ts" {
|
|
|
5069
5167
|
} & Struct;
|
|
5070
5168
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
5071
5169
|
}
|
|
5072
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
5170
|
+
/** @name PalletGrandpaStoredPendingChange (608) */
|
|
5073
5171
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
5074
5172
|
readonly scheduledAt: u32;
|
|
5075
5173
|
readonly delay: u32;
|
|
5076
5174
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
5077
5175
|
readonly forced: Option<u32>;
|
|
5078
5176
|
}
|
|
5079
|
-
/** @name PalletGrandpaError (
|
|
5177
|
+
/** @name PalletGrandpaError (610) */
|
|
5080
5178
|
interface PalletGrandpaError extends Enum {
|
|
5081
5179
|
readonly isPauseFailed: boolean;
|
|
5082
5180
|
readonly isResumeFailed: boolean;
|
|
@@ -5087,47 +5185,47 @@ declare module "./types-lookup.ts" {
|
|
|
5087
5185
|
readonly isDuplicateOffenceReport: boolean;
|
|
5088
5186
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
5089
5187
|
}
|
|
5090
|
-
/** @name PalletImOnlineBoundedOpaqueNetworkState (
|
|
5188
|
+
/** @name PalletImOnlineBoundedOpaqueNetworkState (614) */
|
|
5091
5189
|
interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
|
|
5092
5190
|
readonly peerId: Bytes;
|
|
5093
5191
|
readonly externalAddresses: Vec<Bytes>;
|
|
5094
5192
|
}
|
|
5095
|
-
/** @name PalletImOnlineError (
|
|
5193
|
+
/** @name PalletImOnlineError (618) */
|
|
5096
5194
|
interface PalletImOnlineError extends Enum {
|
|
5097
5195
|
readonly isInvalidKey: boolean;
|
|
5098
5196
|
readonly isDuplicatedHeartbeat: boolean;
|
|
5099
5197
|
readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
|
|
5100
5198
|
}
|
|
5101
|
-
/** @name PalletSudoError (
|
|
5199
|
+
/** @name PalletSudoError (620) */
|
|
5102
5200
|
interface PalletSudoError extends Enum {
|
|
5103
5201
|
readonly isRequireSudo: boolean;
|
|
5104
5202
|
readonly type: 'RequireSudo';
|
|
5105
5203
|
}
|
|
5106
|
-
/** @name PalletAssetTickerRegistration (
|
|
5204
|
+
/** @name PalletAssetTickerRegistration (621) */
|
|
5107
5205
|
interface PalletAssetTickerRegistration extends Struct {
|
|
5108
5206
|
readonly owner: PolymeshPrimitivesIdentityId;
|
|
5109
5207
|
readonly expiry: Option<u64>;
|
|
5110
5208
|
}
|
|
5111
|
-
/** @name PalletAssetTickerRegistrationConfig (
|
|
5209
|
+
/** @name PalletAssetTickerRegistrationConfig (622) */
|
|
5112
5210
|
interface PalletAssetTickerRegistrationConfig extends Struct {
|
|
5113
5211
|
readonly maxTickerLength: u8;
|
|
5114
5212
|
readonly registrationLength: Option<u64>;
|
|
5115
5213
|
}
|
|
5116
|
-
/** @name PalletAssetSecurityToken (
|
|
5214
|
+
/** @name PalletAssetSecurityToken (623) */
|
|
5117
5215
|
interface PalletAssetSecurityToken extends Struct {
|
|
5118
5216
|
readonly totalSupply: u128;
|
|
5119
5217
|
readonly ownerDid: PolymeshPrimitivesIdentityId;
|
|
5120
5218
|
readonly divisible: bool;
|
|
5121
5219
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
5122
5220
|
}
|
|
5123
|
-
/** @name PalletAssetAssetOwnershipRelation (
|
|
5221
|
+
/** @name PalletAssetAssetOwnershipRelation (627) */
|
|
5124
5222
|
interface PalletAssetAssetOwnershipRelation extends Enum {
|
|
5125
5223
|
readonly isNotOwned: boolean;
|
|
5126
5224
|
readonly isTickerOwned: boolean;
|
|
5127
5225
|
readonly isAssetOwned: boolean;
|
|
5128
5226
|
readonly type: 'NotOwned' | 'TickerOwned' | 'AssetOwned';
|
|
5129
5227
|
}
|
|
5130
|
-
/** @name PalletAssetError (
|
|
5228
|
+
/** @name PalletAssetError (633) */
|
|
5131
5229
|
interface PalletAssetError extends Enum {
|
|
5132
5230
|
readonly isUnauthorized: boolean;
|
|
5133
5231
|
readonly isAssetAlreadyCreated: boolean;
|
|
@@ -5168,7 +5266,7 @@ declare module "./types-lookup.ts" {
|
|
|
5168
5266
|
readonly isAssetMetadataValueIsEmpty: boolean;
|
|
5169
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';
|
|
5170
5268
|
}
|
|
5171
|
-
/** @name PalletCorporateActionsDistributionError (
|
|
5269
|
+
/** @name PalletCorporateActionsDistributionError (636) */
|
|
5172
5270
|
interface PalletCorporateActionsDistributionError extends Enum {
|
|
5173
5271
|
readonly isCaNotBenefit: boolean;
|
|
5174
5272
|
readonly isAlreadyExists: boolean;
|
|
@@ -5187,13 +5285,13 @@ declare module "./types-lookup.ts" {
|
|
|
5187
5285
|
readonly isDistributionPerShareIsZero: boolean;
|
|
5188
5286
|
readonly type: 'CaNotBenefit' | 'AlreadyExists' | 'ExpiryBeforePayment' | 'HolderAlreadyPaid' | 'NoSuchDistribution' | 'CannotClaimBeforeStart' | 'CannotClaimAfterExpiry' | 'BalancePerShareProductOverflowed' | 'NotDistributionCreator' | 'AlreadyReclaimed' | 'NotExpired' | 'DistributionStarted' | 'InsufficientRemainingAmount' | 'DistributionAmountIsZero' | 'DistributionPerShareIsZero';
|
|
5189
5287
|
}
|
|
5190
|
-
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (
|
|
5288
|
+
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (640) */
|
|
5191
5289
|
interface PolymeshCommonUtilitiesCheckpointNextCheckpoints extends Struct {
|
|
5192
5290
|
readonly nextAt: u64;
|
|
5193
5291
|
readonly totalPending: u64;
|
|
5194
5292
|
readonly schedules: BTreeMap<u64, u64>;
|
|
5195
5293
|
}
|
|
5196
|
-
/** @name PalletAssetCheckpointError (
|
|
5294
|
+
/** @name PalletAssetCheckpointError (646) */
|
|
5197
5295
|
interface PalletAssetCheckpointError extends Enum {
|
|
5198
5296
|
readonly isNoSuchSchedule: boolean;
|
|
5199
5297
|
readonly isScheduleNotRemovable: boolean;
|
|
@@ -5203,12 +5301,12 @@ declare module "./types-lookup.ts" {
|
|
|
5203
5301
|
readonly isScheduleHasExpiredCheckpoints: boolean;
|
|
5204
5302
|
readonly type: 'NoSuchSchedule' | 'ScheduleNotRemovable' | 'SchedulesOverMaxComplexity' | 'ScheduleIsEmpty' | 'ScheduleFinished' | 'ScheduleHasExpiredCheckpoints';
|
|
5205
5303
|
}
|
|
5206
|
-
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (
|
|
5304
|
+
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (647) */
|
|
5207
5305
|
interface PolymeshPrimitivesComplianceManagerAssetCompliance extends Struct {
|
|
5208
5306
|
readonly paused: bool;
|
|
5209
5307
|
readonly requirements: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
5210
5308
|
}
|
|
5211
|
-
/** @name PalletComplianceManagerError (
|
|
5309
|
+
/** @name PalletComplianceManagerError (649) */
|
|
5212
5310
|
interface PalletComplianceManagerError extends Enum {
|
|
5213
5311
|
readonly isUnauthorized: boolean;
|
|
5214
5312
|
readonly isDidNotExist: boolean;
|
|
@@ -5219,7 +5317,7 @@ declare module "./types-lookup.ts" {
|
|
|
5219
5317
|
readonly isWeightLimitExceeded: boolean;
|
|
5220
5318
|
readonly type: 'Unauthorized' | 'DidNotExist' | 'InvalidComplianceRequirementId' | 'IncorrectOperationOnTrustedIssuer' | 'DuplicateComplianceRequirements' | 'ComplianceRequirementTooComplex' | 'WeightLimitExceeded';
|
|
5221
5319
|
}
|
|
5222
|
-
/** @name PalletCorporateActionsError (
|
|
5320
|
+
/** @name PalletCorporateActionsError (652) */
|
|
5223
5321
|
interface PalletCorporateActionsError extends Enum {
|
|
5224
5322
|
readonly isDetailsTooLong: boolean;
|
|
5225
5323
|
readonly isDuplicateDidTax: boolean;
|
|
@@ -5234,7 +5332,7 @@ declare module "./types-lookup.ts" {
|
|
|
5234
5332
|
readonly isNotTargetedByCA: boolean;
|
|
5235
5333
|
readonly type: 'DetailsTooLong' | 'DuplicateDidTax' | 'TooManyDidTaxes' | 'TooManyTargetIds' | 'NoSuchCheckpointId' | 'NoSuchCA' | 'NoRecordDate' | 'RecordDateAfterStart' | 'DeclDateAfterRecordDate' | 'DeclDateInFuture' | 'NotTargetedByCA';
|
|
5236
5334
|
}
|
|
5237
|
-
/** @name PalletCorporateActionsBallotError (
|
|
5335
|
+
/** @name PalletCorporateActionsBallotError (654) */
|
|
5238
5336
|
interface PalletCorporateActionsBallotError extends Enum {
|
|
5239
5337
|
readonly isCaNotNotice: boolean;
|
|
5240
5338
|
readonly isAlreadyExists: boolean;
|
|
@@ -5252,12 +5350,12 @@ declare module "./types-lookup.ts" {
|
|
|
5252
5350
|
readonly isRcvNotAllowed: boolean;
|
|
5253
5351
|
readonly type: 'CaNotNotice' | 'AlreadyExists' | 'NoSuchBallot' | 'StartAfterEnd' | 'NowAfterEnd' | 'NumberOfChoicesOverflow' | 'VotingAlreadyStarted' | 'VotingNotStarted' | 'VotingAlreadyEnded' | 'WrongVoteCount' | 'InsufficientVotes' | 'NoSuchRCVFallback' | 'RcvSelfCycle' | 'RcvNotAllowed';
|
|
5254
5352
|
}
|
|
5255
|
-
/** @name PalletPermissionsError (
|
|
5353
|
+
/** @name PalletPermissionsError (655) */
|
|
5256
5354
|
interface PalletPermissionsError extends Enum {
|
|
5257
5355
|
readonly isUnauthorizedCaller: boolean;
|
|
5258
5356
|
readonly type: 'UnauthorizedCaller';
|
|
5259
5357
|
}
|
|
5260
|
-
/** @name PalletPipsPipsMetadata (
|
|
5358
|
+
/** @name PalletPipsPipsMetadata (656) */
|
|
5261
5359
|
interface PalletPipsPipsMetadata extends Struct {
|
|
5262
5360
|
readonly id: u32;
|
|
5263
5361
|
readonly url: Option<Bytes>;
|
|
@@ -5266,34 +5364,34 @@ declare module "./types-lookup.ts" {
|
|
|
5266
5364
|
readonly transactionVersion: u32;
|
|
5267
5365
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5268
5366
|
}
|
|
5269
|
-
/** @name PalletPipsDepositInfo (
|
|
5367
|
+
/** @name PalletPipsDepositInfo (658) */
|
|
5270
5368
|
interface PalletPipsDepositInfo extends Struct {
|
|
5271
5369
|
readonly owner: AccountId32;
|
|
5272
5370
|
readonly amount: u128;
|
|
5273
5371
|
}
|
|
5274
|
-
/** @name PalletPipsPip (
|
|
5372
|
+
/** @name PalletPipsPip (659) */
|
|
5275
5373
|
interface PalletPipsPip extends Struct {
|
|
5276
5374
|
readonly id: u32;
|
|
5277
5375
|
readonly proposal: Call;
|
|
5278
5376
|
readonly proposer: PalletPipsProposer;
|
|
5279
5377
|
}
|
|
5280
|
-
/** @name PalletPipsVotingResult (
|
|
5378
|
+
/** @name PalletPipsVotingResult (660) */
|
|
5281
5379
|
interface PalletPipsVotingResult extends Struct {
|
|
5282
5380
|
readonly ayesCount: u32;
|
|
5283
5381
|
readonly ayesStake: u128;
|
|
5284
5382
|
readonly naysCount: u32;
|
|
5285
5383
|
readonly naysStake: u128;
|
|
5286
5384
|
}
|
|
5287
|
-
/** @name PalletPipsVote (
|
|
5385
|
+
/** @name PalletPipsVote (661) */
|
|
5288
5386
|
interface PalletPipsVote extends ITuple<[bool, u128]> {
|
|
5289
5387
|
}
|
|
5290
|
-
/** @name PalletPipsSnapshotMetadata (
|
|
5388
|
+
/** @name PalletPipsSnapshotMetadata (662) */
|
|
5291
5389
|
interface PalletPipsSnapshotMetadata extends Struct {
|
|
5292
5390
|
readonly createdAt: u32;
|
|
5293
5391
|
readonly madeBy: AccountId32;
|
|
5294
5392
|
readonly id: u32;
|
|
5295
5393
|
}
|
|
5296
|
-
/** @name PalletPipsError (
|
|
5394
|
+
/** @name PalletPipsError (664) */
|
|
5297
5395
|
interface PalletPipsError extends Enum {
|
|
5298
5396
|
readonly isRescheduleNotByReleaseCoordinator: boolean;
|
|
5299
5397
|
readonly isNotFromCommunity: boolean;
|
|
@@ -5315,7 +5413,7 @@ declare module "./types-lookup.ts" {
|
|
|
5315
5413
|
readonly isProposalNotInScheduledState: boolean;
|
|
5316
5414
|
readonly type: 'RescheduleNotByReleaseCoordinator' | 'NotFromCommunity' | 'NotByCommittee' | 'TooManyActivePips' | 'IncorrectDeposit' | 'InsufficientDeposit' | 'NoSuchProposal' | 'NotACommitteeMember' | 'InvalidFutureBlockNumber' | 'NumberOfVotesExceeded' | 'StakeAmountOfVotesExceeded' | 'MissingCurrentIdentity' | 'IncorrectProposalState' | 'CannotSkipPip' | 'SnapshotResultTooLarge' | 'SnapshotIdMismatch' | 'ScheduledProposalDoesntExist' | 'ProposalNotInScheduledState';
|
|
5317
5415
|
}
|
|
5318
|
-
/** @name PalletPortfolioError (
|
|
5416
|
+
/** @name PalletPortfolioError (673) */
|
|
5319
5417
|
interface PalletPortfolioError extends Enum {
|
|
5320
5418
|
readonly isPortfolioDoesNotExist: boolean;
|
|
5321
5419
|
readonly isInsufficientPortfolioBalance: boolean;
|
|
@@ -5333,16 +5431,17 @@ declare module "./types-lookup.ts" {
|
|
|
5333
5431
|
readonly isInvalidTransferNFTNotOwned: boolean;
|
|
5334
5432
|
readonly isInvalidTransferNFTIsLocked: boolean;
|
|
5335
5433
|
readonly isEmptyTransfer: boolean;
|
|
5336
|
-
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';
|
|
5337
5436
|
}
|
|
5338
|
-
/** @name PalletProtocolFeeError (
|
|
5437
|
+
/** @name PalletProtocolFeeError (674) */
|
|
5339
5438
|
interface PalletProtocolFeeError extends Enum {
|
|
5340
5439
|
readonly isInsufficientAccountBalance: boolean;
|
|
5341
5440
|
readonly isUnHandledImbalances: boolean;
|
|
5342
5441
|
readonly isInsufficientSubsidyBalance: boolean;
|
|
5343
5442
|
readonly type: 'InsufficientAccountBalance' | 'UnHandledImbalances' | 'InsufficientSubsidyBalance';
|
|
5344
5443
|
}
|
|
5345
|
-
/** @name PalletSchedulerScheduled (
|
|
5444
|
+
/** @name PalletSchedulerScheduled (677) */
|
|
5346
5445
|
interface PalletSchedulerScheduled extends Struct {
|
|
5347
5446
|
readonly maybeId: Option<U8aFixed>;
|
|
5348
5447
|
readonly priority: u8;
|
|
@@ -5350,7 +5449,7 @@ declare module "./types-lookup.ts" {
|
|
|
5350
5449
|
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
5351
5450
|
readonly origin: PolymeshRuntimeDevelopRuntimeOriginCaller;
|
|
5352
5451
|
}
|
|
5353
|
-
/** @name FrameSupportPreimagesBounded (
|
|
5452
|
+
/** @name FrameSupportPreimagesBounded (678) */
|
|
5354
5453
|
interface FrameSupportPreimagesBounded extends Enum {
|
|
5355
5454
|
readonly isLegacy: boolean;
|
|
5356
5455
|
readonly asLegacy: {
|
|
@@ -5365,7 +5464,7 @@ declare module "./types-lookup.ts" {
|
|
|
5365
5464
|
} & Struct;
|
|
5366
5465
|
readonly type: 'Legacy' | 'Inline' | 'Lookup';
|
|
5367
5466
|
}
|
|
5368
|
-
/** @name PalletSchedulerError (
|
|
5467
|
+
/** @name PalletSchedulerError (681) */
|
|
5369
5468
|
interface PalletSchedulerError extends Enum {
|
|
5370
5469
|
readonly isFailedToSchedule: boolean;
|
|
5371
5470
|
readonly isNotFound: boolean;
|
|
@@ -5374,12 +5473,12 @@ declare module "./types-lookup.ts" {
|
|
|
5374
5473
|
readonly isNamed: boolean;
|
|
5375
5474
|
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
|
|
5376
5475
|
}
|
|
5377
|
-
/** @name PolymeshPrimitivesSettlementVenue (
|
|
5476
|
+
/** @name PolymeshPrimitivesSettlementVenue (682) */
|
|
5378
5477
|
interface PolymeshPrimitivesSettlementVenue extends Struct {
|
|
5379
5478
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
5380
5479
|
readonly venueType: PolymeshPrimitivesSettlementVenueType;
|
|
5381
5480
|
}
|
|
5382
|
-
/** @name PolymeshPrimitivesSettlementInstruction (
|
|
5481
|
+
/** @name PolymeshPrimitivesSettlementInstruction (686) */
|
|
5383
5482
|
interface PolymeshPrimitivesSettlementInstruction extends Struct {
|
|
5384
5483
|
readonly instructionId: u64;
|
|
5385
5484
|
readonly venueId: u64;
|
|
@@ -5388,7 +5487,7 @@ declare module "./types-lookup.ts" {
|
|
|
5388
5487
|
readonly tradeDate: Option<u64>;
|
|
5389
5488
|
readonly valueDate: Option<u64>;
|
|
5390
5489
|
}
|
|
5391
|
-
/** @name PolymeshPrimitivesSettlementLegStatus (
|
|
5490
|
+
/** @name PolymeshPrimitivesSettlementLegStatus (688) */
|
|
5392
5491
|
interface PolymeshPrimitivesSettlementLegStatus extends Enum {
|
|
5393
5492
|
readonly isPendingTokenLock: boolean;
|
|
5394
5493
|
readonly isExecutionPending: boolean;
|
|
@@ -5396,14 +5495,14 @@ declare module "./types-lookup.ts" {
|
|
|
5396
5495
|
readonly asExecutionToBeSkipped: ITuple<[AccountId32, u64]>;
|
|
5397
5496
|
readonly type: 'PendingTokenLock' | 'ExecutionPending' | 'ExecutionToBeSkipped';
|
|
5398
5497
|
}
|
|
5399
|
-
/** @name PolymeshPrimitivesSettlementAffirmationStatus (
|
|
5498
|
+
/** @name PolymeshPrimitivesSettlementAffirmationStatus (690) */
|
|
5400
5499
|
interface PolymeshPrimitivesSettlementAffirmationStatus extends Enum {
|
|
5401
5500
|
readonly isUnknown: boolean;
|
|
5402
5501
|
readonly isPending: boolean;
|
|
5403
5502
|
readonly isAffirmed: boolean;
|
|
5404
5503
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5405
5504
|
}
|
|
5406
|
-
/** @name PolymeshPrimitivesSettlementInstructionStatus (
|
|
5505
|
+
/** @name PolymeshPrimitivesSettlementInstructionStatus (694) */
|
|
5407
5506
|
interface PolymeshPrimitivesSettlementInstructionStatus extends Enum {
|
|
5408
5507
|
readonly isUnknown: boolean;
|
|
5409
5508
|
readonly isPending: boolean;
|
|
@@ -5414,7 +5513,7 @@ declare module "./types-lookup.ts" {
|
|
|
5414
5513
|
readonly asRejected: u32;
|
|
5415
5514
|
readonly type: 'Unknown' | 'Pending' | 'Failed' | 'Success' | 'Rejected';
|
|
5416
5515
|
}
|
|
5417
|
-
/** @name PalletSettlementError (
|
|
5516
|
+
/** @name PalletSettlementError (695) */
|
|
5418
5517
|
interface PalletSettlementError extends Enum {
|
|
5419
5518
|
readonly isInvalidVenue: boolean;
|
|
5420
5519
|
readonly isUnauthorized: boolean;
|
|
@@ -5458,17 +5557,17 @@ declare module "./types-lookup.ts" {
|
|
|
5458
5557
|
readonly isNumberOfVenueSignersExceeded: boolean;
|
|
5459
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';
|
|
5460
5559
|
}
|
|
5461
|
-
/** @name PolymeshPrimitivesStatisticsStat1stKey (
|
|
5560
|
+
/** @name PolymeshPrimitivesStatisticsStat1stKey (698) */
|
|
5462
5561
|
interface PolymeshPrimitivesStatisticsStat1stKey extends Struct {
|
|
5463
5562
|
readonly asset: PolymeshPrimitivesStatisticsAssetScope;
|
|
5464
5563
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
5465
5564
|
}
|
|
5466
|
-
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (
|
|
5565
|
+
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (699) */
|
|
5467
5566
|
interface PolymeshPrimitivesTransferComplianceAssetTransferCompliance extends Struct {
|
|
5468
5567
|
readonly paused: bool;
|
|
5469
5568
|
readonly requirements: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
5470
5569
|
}
|
|
5471
|
-
/** @name PalletStatisticsError (
|
|
5570
|
+
/** @name PalletStatisticsError (703) */
|
|
5472
5571
|
interface PalletStatisticsError extends Enum {
|
|
5473
5572
|
readonly isInvalidTransfer: boolean;
|
|
5474
5573
|
readonly isStatTypeMissing: boolean;
|
|
@@ -5479,7 +5578,7 @@ declare module "./types-lookup.ts" {
|
|
|
5479
5578
|
readonly isWeightLimitExceeded: boolean;
|
|
5480
5579
|
readonly type: 'InvalidTransfer' | 'StatTypeMissing' | 'StatTypeNeededByTransferCondition' | 'CannotRemoveStatTypeInUse' | 'StatTypeLimitReached' | 'TransferConditionLimitReached' | 'WeightLimitExceeded';
|
|
5481
5580
|
}
|
|
5482
|
-
/** @name PalletStoError (
|
|
5581
|
+
/** @name PalletStoError (705) */
|
|
5483
5582
|
interface PalletStoError extends Enum {
|
|
5484
5583
|
readonly isUnauthorized: boolean;
|
|
5485
5584
|
readonly isOverflow: boolean;
|
|
@@ -5495,13 +5594,13 @@ declare module "./types-lookup.ts" {
|
|
|
5495
5594
|
readonly isInvestmentAmountTooLow: boolean;
|
|
5496
5595
|
readonly type: 'Unauthorized' | 'Overflow' | 'InsufficientTokensRemaining' | 'FundraiserNotFound' | 'FundraiserNotLive' | 'FundraiserClosed' | 'FundraiserExpired' | 'InvalidVenue' | 'InvalidPriceTiers' | 'InvalidOfferingWindow' | 'MaxPriceExceeded' | 'InvestmentAmountTooLow';
|
|
5497
5596
|
}
|
|
5498
|
-
/** @name PalletTreasuryError (
|
|
5597
|
+
/** @name PalletTreasuryError (706) */
|
|
5499
5598
|
interface PalletTreasuryError extends Enum {
|
|
5500
5599
|
readonly isInsufficientBalance: boolean;
|
|
5501
5600
|
readonly isInvalidIdentity: boolean;
|
|
5502
5601
|
readonly type: 'InsufficientBalance' | 'InvalidIdentity';
|
|
5503
5602
|
}
|
|
5504
|
-
/** @name PalletUtilityError (
|
|
5603
|
+
/** @name PalletUtilityError (707) */
|
|
5505
5604
|
interface PalletUtilityError extends Enum {
|
|
5506
5605
|
readonly isTooManyCalls: boolean;
|
|
5507
5606
|
readonly isInvalidSignature: boolean;
|
|
@@ -5509,13 +5608,13 @@ declare module "./types-lookup.ts" {
|
|
|
5509
5608
|
readonly isInvalidNonce: boolean;
|
|
5510
5609
|
readonly type: 'TooManyCalls' | 'InvalidSignature' | 'TargetCddMissing' | 'InvalidNonce';
|
|
5511
5610
|
}
|
|
5512
|
-
/** @name PalletBaseError (
|
|
5611
|
+
/** @name PalletBaseError (708) */
|
|
5513
5612
|
interface PalletBaseError extends Enum {
|
|
5514
5613
|
readonly isTooLong: boolean;
|
|
5515
5614
|
readonly isCounterOverflow: boolean;
|
|
5516
5615
|
readonly type: 'TooLong' | 'CounterOverflow';
|
|
5517
5616
|
}
|
|
5518
|
-
/** @name PalletExternalAgentsError (
|
|
5617
|
+
/** @name PalletExternalAgentsError (710) */
|
|
5519
5618
|
interface PalletExternalAgentsError extends Enum {
|
|
5520
5619
|
readonly isNoSuchAG: boolean;
|
|
5521
5620
|
readonly isUnauthorizedAgent: boolean;
|
|
@@ -5525,12 +5624,12 @@ declare module "./types-lookup.ts" {
|
|
|
5525
5624
|
readonly isSecondaryKeyNotAuthorizedForAsset: boolean;
|
|
5526
5625
|
readonly type: 'NoSuchAG' | 'UnauthorizedAgent' | 'AlreadyAnAgent' | 'NotAnAgent' | 'RemovingLastFullAgent' | 'SecondaryKeyNotAuthorizedForAsset';
|
|
5527
5626
|
}
|
|
5528
|
-
/** @name PalletRelayerSubsidy (
|
|
5627
|
+
/** @name PalletRelayerSubsidy (711) */
|
|
5529
5628
|
interface PalletRelayerSubsidy extends Struct {
|
|
5530
5629
|
readonly payingKey: AccountId32;
|
|
5531
5630
|
readonly remaining: u128;
|
|
5532
5631
|
}
|
|
5533
|
-
/** @name PalletRelayerError (
|
|
5632
|
+
/** @name PalletRelayerError (712) */
|
|
5534
5633
|
interface PalletRelayerError extends Enum {
|
|
5535
5634
|
readonly isUserKeyCddMissing: boolean;
|
|
5536
5635
|
readonly isPayingKeyCddMissing: boolean;
|
|
@@ -5541,7 +5640,7 @@ declare module "./types-lookup.ts" {
|
|
|
5541
5640
|
readonly isOverflow: boolean;
|
|
5542
5641
|
readonly type: 'UserKeyCddMissing' | 'PayingKeyCddMissing' | 'NoPayingKey' | 'NotPayingKey' | 'NotAuthorizedForPayingKey' | 'NotAuthorizedForUserKey' | 'Overflow';
|
|
5543
5642
|
}
|
|
5544
|
-
/** @name PalletContractsWasmPrefabWasmModule (
|
|
5643
|
+
/** @name PalletContractsWasmPrefabWasmModule (714) */
|
|
5545
5644
|
interface PalletContractsWasmPrefabWasmModule extends Struct {
|
|
5546
5645
|
readonly instructionWeightsVersion: Compact<u32>;
|
|
5547
5646
|
readonly initial: Compact<u32>;
|
|
@@ -5549,13 +5648,13 @@ declare module "./types-lookup.ts" {
|
|
|
5549
5648
|
readonly code: Bytes;
|
|
5550
5649
|
readonly determinism: PalletContractsWasmDeterminism;
|
|
5551
5650
|
}
|
|
5552
|
-
/** @name PalletContractsWasmOwnerInfo (
|
|
5651
|
+
/** @name PalletContractsWasmOwnerInfo (716) */
|
|
5553
5652
|
interface PalletContractsWasmOwnerInfo extends Struct {
|
|
5554
5653
|
readonly owner: AccountId32;
|
|
5555
5654
|
readonly deposit: Compact<u128>;
|
|
5556
5655
|
readonly refcount: Compact<u64>;
|
|
5557
5656
|
}
|
|
5558
|
-
/** @name PalletContractsStorageContractInfo (
|
|
5657
|
+
/** @name PalletContractsStorageContractInfo (717) */
|
|
5559
5658
|
interface PalletContractsStorageContractInfo extends Struct {
|
|
5560
5659
|
readonly trieId: Bytes;
|
|
5561
5660
|
readonly depositAccount: AccountId32;
|
|
@@ -5566,17 +5665,17 @@ declare module "./types-lookup.ts" {
|
|
|
5566
5665
|
readonly storageItemDeposit: u128;
|
|
5567
5666
|
readonly storageBaseDeposit: u128;
|
|
5568
5667
|
}
|
|
5569
|
-
/** @name PalletContractsStorageDeletedContract (
|
|
5668
|
+
/** @name PalletContractsStorageDeletedContract (720) */
|
|
5570
5669
|
interface PalletContractsStorageDeletedContract extends Struct {
|
|
5571
5670
|
readonly trieId: Bytes;
|
|
5572
5671
|
}
|
|
5573
|
-
/** @name PalletContractsSchedule (
|
|
5672
|
+
/** @name PalletContractsSchedule (722) */
|
|
5574
5673
|
interface PalletContractsSchedule extends Struct {
|
|
5575
5674
|
readonly limits: PalletContractsScheduleLimits;
|
|
5576
5675
|
readonly instructionWeights: PalletContractsScheduleInstructionWeights;
|
|
5577
5676
|
readonly hostFnWeights: PalletContractsScheduleHostFnWeights;
|
|
5578
5677
|
}
|
|
5579
|
-
/** @name PalletContractsScheduleLimits (
|
|
5678
|
+
/** @name PalletContractsScheduleLimits (723) */
|
|
5580
5679
|
interface PalletContractsScheduleLimits extends Struct {
|
|
5581
5680
|
readonly eventTopics: u32;
|
|
5582
5681
|
readonly globals: u32;
|
|
@@ -5588,7 +5687,7 @@ declare module "./types-lookup.ts" {
|
|
|
5588
5687
|
readonly subjectLen: u32;
|
|
5589
5688
|
readonly payloadLen: u32;
|
|
5590
5689
|
}
|
|
5591
|
-
/** @name PalletContractsScheduleInstructionWeights (
|
|
5690
|
+
/** @name PalletContractsScheduleInstructionWeights (724) */
|
|
5592
5691
|
interface PalletContractsScheduleInstructionWeights extends Struct {
|
|
5593
5692
|
readonly version: u32;
|
|
5594
5693
|
readonly fallback: u32;
|
|
@@ -5645,7 +5744,7 @@ declare module "./types-lookup.ts" {
|
|
|
5645
5744
|
readonly i64rotl: u32;
|
|
5646
5745
|
readonly i64rotr: u32;
|
|
5647
5746
|
}
|
|
5648
|
-
/** @name PalletContractsScheduleHostFnWeights (
|
|
5747
|
+
/** @name PalletContractsScheduleHostFnWeights (725) */
|
|
5649
5748
|
interface PalletContractsScheduleHostFnWeights extends Struct {
|
|
5650
5749
|
readonly caller: SpWeightsWeightV2Weight;
|
|
5651
5750
|
readonly isContract: SpWeightsWeightV2Weight;
|
|
@@ -5707,7 +5806,7 @@ declare module "./types-lookup.ts" {
|
|
|
5707
5806
|
readonly accountReentranceCount: SpWeightsWeightV2Weight;
|
|
5708
5807
|
readonly instantiationNonce: SpWeightsWeightV2Weight;
|
|
5709
5808
|
}
|
|
5710
|
-
/** @name PalletContractsError (
|
|
5809
|
+
/** @name PalletContractsError (726) */
|
|
5711
5810
|
interface PalletContractsError extends Enum {
|
|
5712
5811
|
readonly isInvalidScheduleVersion: boolean;
|
|
5713
5812
|
readonly isInvalidCallFlags: boolean;
|
|
@@ -5739,7 +5838,7 @@ declare module "./types-lookup.ts" {
|
|
|
5739
5838
|
readonly isIndeterministic: boolean;
|
|
5740
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';
|
|
5741
5840
|
}
|
|
5742
|
-
/** @name PolymeshContractsError (
|
|
5841
|
+
/** @name PolymeshContractsError (728) */
|
|
5743
5842
|
interface PolymeshContractsError extends Enum {
|
|
5744
5843
|
readonly isInvalidFuncId: boolean;
|
|
5745
5844
|
readonly isInvalidRuntimeCall: boolean;
|
|
@@ -5749,9 +5848,13 @@ declare module "./types-lookup.ts" {
|
|
|
5749
5848
|
readonly isOutLenTooLarge: boolean;
|
|
5750
5849
|
readonly isInstantiatorWithNoIdentity: boolean;
|
|
5751
5850
|
readonly isRuntimeCallDenied: boolean;
|
|
5752
|
-
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';
|
|
5753
5856
|
}
|
|
5754
|
-
/** @name PalletPreimageRequestStatus (
|
|
5857
|
+
/** @name PalletPreimageRequestStatus (729) */
|
|
5755
5858
|
interface PalletPreimageRequestStatus extends Enum {
|
|
5756
5859
|
readonly isUnrequested: boolean;
|
|
5757
5860
|
readonly asUnrequested: {
|
|
@@ -5766,7 +5869,7 @@ declare module "./types-lookup.ts" {
|
|
|
5766
5869
|
} & Struct;
|
|
5767
5870
|
readonly type: 'Unrequested' | 'Requested';
|
|
5768
5871
|
}
|
|
5769
|
-
/** @name PalletPreimageError (
|
|
5872
|
+
/** @name PalletPreimageError (733) */
|
|
5770
5873
|
interface PalletPreimageError extends Enum {
|
|
5771
5874
|
readonly isTooBig: boolean;
|
|
5772
5875
|
readonly isAlreadyNoted: boolean;
|
|
@@ -5776,12 +5879,12 @@ declare module "./types-lookup.ts" {
|
|
|
5776
5879
|
readonly isNotRequested: boolean;
|
|
5777
5880
|
readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
|
|
5778
5881
|
}
|
|
5779
|
-
/** @name PolymeshPrimitivesNftNftCollection (
|
|
5882
|
+
/** @name PolymeshPrimitivesNftNftCollection (734) */
|
|
5780
5883
|
interface PolymeshPrimitivesNftNftCollection extends Struct {
|
|
5781
5884
|
readonly id: u64;
|
|
5782
5885
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
5783
5886
|
}
|
|
5784
|
-
/** @name PalletNftError (
|
|
5887
|
+
/** @name PalletNftError (739) */
|
|
5785
5888
|
interface PalletNftError extends Enum {
|
|
5786
5889
|
readonly isBalanceOverflow: boolean;
|
|
5787
5890
|
readonly isBalanceUnderflow: boolean;
|
|
@@ -5803,30 +5906,32 @@ declare module "./types-lookup.ts" {
|
|
|
5803
5906
|
readonly isNftNotFound: boolean;
|
|
5804
5907
|
readonly isUnregisteredMetadataKey: boolean;
|
|
5805
5908
|
readonly isZeroCount: boolean;
|
|
5806
|
-
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';
|
|
5807
5912
|
}
|
|
5808
|
-
/** @name PalletTestUtilsError (
|
|
5913
|
+
/** @name PalletTestUtilsError (740) */
|
|
5809
5914
|
type PalletTestUtilsError = Null;
|
|
5810
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
5915
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (743) */
|
|
5811
5916
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
5812
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
5917
|
+
/** @name FrameSystemExtensionsCheckTxVersion (744) */
|
|
5813
5918
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
5814
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
5919
|
+
/** @name FrameSystemExtensionsCheckGenesis (745) */
|
|
5815
5920
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
5816
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
5921
|
+
/** @name FrameSystemExtensionsCheckNonce (748) */
|
|
5817
5922
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
5818
5923
|
}
|
|
5819
|
-
/** @name PolymeshExtensionsCheckWeight (
|
|
5924
|
+
/** @name PolymeshExtensionsCheckWeight (749) */
|
|
5820
5925
|
interface PolymeshExtensionsCheckWeight extends FrameSystemExtensionsCheckWeight {
|
|
5821
5926
|
}
|
|
5822
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
5927
|
+
/** @name FrameSystemExtensionsCheckWeight (750) */
|
|
5823
5928
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
5824
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
5929
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (751) */
|
|
5825
5930
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
5826
5931
|
}
|
|
5827
|
-
/** @name PalletPermissionsStoreCallMetadata (
|
|
5932
|
+
/** @name PalletPermissionsStoreCallMetadata (752) */
|
|
5828
5933
|
type PalletPermissionsStoreCallMetadata = Null;
|
|
5829
|
-
/** @name PolymeshRuntimeDevelopRuntime (
|
|
5934
|
+
/** @name PolymeshRuntimeDevelopRuntime (753) */
|
|
5830
5935
|
type PolymeshRuntimeDevelopRuntime = Null;
|
|
5831
5936
|
}
|
|
5832
5937
|
//# sourceMappingURL=types-lookup.d.ts.map
|