@pezkuwi/types-augment 16.5.5 → 16.5.6
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/LICENSE +201 -0
- package/augment.js +2 -0
- package/bundle.js +2 -0
- package/cjs/augment.d.ts +2 -0
- package/cjs/augment.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/index.js +5 -0
- package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
- package/cjs/lookup/assetHubDicle.js +1164 -0
- package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
- package/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
- package/cjs/lookup/bizinikiwi.js +9673 -0
- package/cjs/lookup/definitions.js +15 -0
- package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
- package/cjs/lookup/dicle.js +738 -0
- package/cjs/lookup/index.js +5 -0
- package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
- package/cjs/lookup/pezkuwi.js +4768 -0
- package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
- package/cjs/lookup/types-assetHubDicle.js +4 -0
- package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
- package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
- package/cjs/lookup/types-bizinikiwi.js +4 -0
- package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
- package/cjs/lookup/types-dicle.js +4 -0
- package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
- package/cjs/lookup/types-pezkuwi.js +4 -0
- package/cjs/lookup/types.d.ts +5 -0
- package/cjs/lookup/types.js +7 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +7 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/registry/assetHubDicle.d.ts +81 -0
- package/cjs/registry/assetHubDicle.js +4 -0
- package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
- package/cjs/registry/assetHubPezkuwi.js +4 -0
- package/cjs/registry/bizinikiwi.d.ts +625 -0
- package/cjs/registry/bizinikiwi.js +4 -0
- package/cjs/registry/dicle.d.ts +35 -0
- package/cjs/registry/dicle.js +4 -0
- package/cjs/registry/index.js +3 -0
- package/{build → cjs}/registry/interfaces.d.ts +44 -44
- package/cjs/registry/interfaces.js +4 -0
- package/cjs/registry/pezkuwi.d.ts +279 -0
- package/cjs/registry/pezkuwi.js +4 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/lookup/assetHubDicle.d.ts +1161 -0
- package/lookup/assetHubDicle.js +1162 -0
- package/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/lookup/assetHubPezkuwi.js +2977 -0
- package/lookup/bizinikiwi.d.ts +9670 -0
- package/lookup/bizinikiwi.js +9671 -0
- package/lookup/definitions.d.ts +3 -0
- package/lookup/definitions.js +12 -0
- package/lookup/dicle.d.ts +735 -0
- package/lookup/dicle.js +736 -0
- package/lookup/index.d.ts +1 -0
- package/lookup/index.js +2 -0
- package/lookup/pezkuwi.d.ts +4765 -0
- package/lookup/pezkuwi.js +4766 -0
- package/lookup/types-assetHubDicle.d.ts +684 -0
- package/lookup/types-assetHubDicle.js +2 -0
- package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/lookup/types-assetHubPezkuwi.js +2 -0
- package/lookup/types-bizinikiwi.d.ts +9980 -0
- package/lookup/types-bizinikiwi.js +2 -0
- package/lookup/types-dicle.d.ts +364 -0
- package/lookup/types-dicle.js +2 -0
- package/lookup/types-pezkuwi.d.ts +4463 -0
- package/lookup/types-pezkuwi.js +2 -0
- package/lookup/types.d.ts +5 -0
- package/lookup/types.js +5 -0
- package/package.json +380 -6
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/registry/assetHubDicle.d.ts +81 -0
- package/registry/assetHubDicle.js +2 -0
- package/registry/assetHubPezkuwi.d.ts +200 -0
- package/registry/assetHubPezkuwi.js +2 -0
- package/registry/bizinikiwi.d.ts +625 -0
- package/registry/bizinikiwi.js +2 -0
- package/registry/dicle.d.ts +35 -0
- package/registry/dicle.js +2 -0
- package/registry/index.d.ts +1 -0
- package/registry/index.js +1 -0
- package/registry/interfaces.d.ts +1368 -0
- package/registry/interfaces.js +2 -0
- package/registry/pezkuwi.d.ts +279 -0
- package/registry/pezkuwi.js +2 -0
- package/build/lookup/types-assetHubKusama.d.ts +0 -684
- package/build/lookup/types.d.ts +0 -5
- package/build/registry/assetHubKusama.d.ts +0 -81
- package/build/registry/assetHubPolkadot.d.ts +0 -200
- package/build/registry/kusama.d.ts +0 -35
- package/build/registry/polkadot.d.ts +0 -278
- package/build/registry/substrate.d.ts +0 -625
- package/src/augment.ts +0 -5
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/lookup/assetHubKusama.ts +0 -1165
- package/src/lookup/assetHubPolkadot.ts +0 -2980
- package/src/lookup/definitions.ts +0 -19
- package/src/lookup/index.ts +0 -4
- package/src/lookup/kusama.ts +0 -739
- package/src/lookup/polkadot.ts +0 -4765
- package/src/lookup/substrate.ts +0 -9674
- package/src/lookup/types-assetHubKusama.ts +0 -764
- package/src/lookup/types-assetHubPolkadot.ts +0 -2711
- package/src/lookup/types-kusama.ts +0 -399
- package/src/lookup/types-polkadot.ts +0 -4721
- package/src/lookup/types-substrate.ts +0 -10590
- package/src/lookup/types.ts +0 -8
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/registry/assetHubKusama.ts +0 -88
- package/src/registry/assetHubPolkadot.ts +0 -207
- package/src/registry/index.ts +0 -4
- package/src/registry/interfaces.ts +0 -1375
- package/src/registry/kusama.ts +0 -42
- package/src/registry/polkadot.ts +0 -285
- package/src/registry/substrate.ts +0 -632
- package/tsconfig.build.json +0 -15
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build/augment.d.ts → augment.d.ts} +0 -0
- /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/lookup/definitions.d.ts +0 -0
- /package/{build → cjs}/lookup/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
- /package/{build → cjs}/registry/index.d.ts +0 -0
package/cjs/package.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const packageInfo_1 = require("@pezkuwi/types/cjs/packageInfo");
|
|
4
|
+
const packageInfo_2 = require("@pezkuwi/types-codec/cjs/packageInfo");
|
|
5
|
+
const util_1 = require("@pezkuwi/util");
|
|
6
|
+
const packageInfo_js_1 = require("./packageInfo.js");
|
|
7
|
+
(0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, [packageInfo_2.packageInfo, packageInfo_1.packageInfo]);
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import '@pezkuwi/types/types/registry';
|
|
2
|
+
import type { AssetHubDicleRuntimeAhMigrationRcPalletsOrigin, AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, AssetHubDicleRuntimeDynamicParamsIssuanceParameters, AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey, AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue, AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight, AssetHubDicleRuntimeDynamicParamsMessageQueueParameters, AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey, AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue, AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight, AssetHubDicleRuntimeDynamicParamsSchedulerParameters, AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey, AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages, AssetHubDicleRuntimeDynamicParamsStakingElectionParameters, AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey, AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue, AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase, AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase, AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination, AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, AssetHubDicleRuntimeDynamicParamsTreasuryParameters, AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey, AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue, AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, AssetHubDicleRuntimeOriginCaller, AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntime, AssetHubDicleRuntimeRuntimeError, AssetHubDicleRuntimeRuntimeFreezeReason, AssetHubDicleRuntimeRuntimeHoldReason, AssetHubDicleRuntimeRuntimeParameters, AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeRuntimeTask, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, AssetHubDicleRuntimeTreasuryBurnDestinationAccount, PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType, PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType, PezpalletRcMigratorRecoveryPortableActiveRecovery, PezpalletRcMigratorRecoveryPortableRecoveryConfig, PezpalletRcMigratorRecoveryPortableRecoveryFriends, PezpalletRcMigratorRecoveryPortableRecoveryMessage, PezpalletRcMigratorSocietyPortableBid, PezpalletRcMigratorSocietyPortableBidKind, PezpalletRcMigratorSocietyPortableCandidacy, PezpalletRcMigratorSocietyPortableGroupParams, PezpalletRcMigratorSocietyPortableIntakeRecord, PezpalletRcMigratorSocietyPortableMemberRecord, PezpalletRcMigratorSocietyPortablePayoutRecord, PezpalletRcMigratorSocietyPortableSocietyMessage, PezpalletRcMigratorSocietyPortableTally, PezpalletRcMigratorSocietyPortableVote, PezpalletRcMigratorSocietyPortableVouchingStatus, PezpalletRcMigratorSocietySocietyValues, PezpalletRemoteProxyCall, PezpalletRemoteProxyError, PezpalletRemoteProxyRemoteProxyProof, PezpalletReviveEvmApiDebugRpcTypesPrestateTrace, PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo, PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig, PezpalletReviveStorageAccountInfo, PezpalletReviveStorageAccountType, PezpalletReviveVmCodeInfo, PezspConsensusAuraSr25519AppSr25519Public } from '@pezkuwi/types/lookup';
|
|
3
|
+
declare module '@pezkuwi/types/types/registry' {
|
|
4
|
+
interface InterfaceTypes {
|
|
5
|
+
AssetHubDicleRuntimeAhMigrationRcPalletsOrigin: AssetHubDicleRuntimeAhMigrationRcPalletsOrigin;
|
|
6
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceFalloff: AssetHubDicleRuntimeDynamicParamsIssuanceFalloff;
|
|
7
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake: AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake;
|
|
8
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation: AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation;
|
|
9
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation: AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation;
|
|
10
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParameters: AssetHubDicleRuntimeDynamicParamsIssuanceParameters;
|
|
11
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey: AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey;
|
|
12
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue;
|
|
13
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight;
|
|
14
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight: AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight;
|
|
15
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParameters: AssetHubDicleRuntimeDynamicParamsMessageQueueParameters;
|
|
16
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey;
|
|
17
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue;
|
|
18
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock;
|
|
19
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight: AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight;
|
|
20
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParameters: AssetHubDicleRuntimeDynamicParamsSchedulerParameters;
|
|
21
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey: AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey;
|
|
22
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue: AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue;
|
|
23
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters;
|
|
24
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration;
|
|
25
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions;
|
|
26
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages: AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages;
|
|
27
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParameters: AssetHubDicleRuntimeDynamicParamsStakingElectionParameters;
|
|
28
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey;
|
|
29
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue;
|
|
30
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase: AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase;
|
|
31
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock;
|
|
32
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase: AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase;
|
|
33
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination: AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination;
|
|
34
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion: AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion;
|
|
35
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParameters: AssetHubDicleRuntimeDynamicParamsTreasuryParameters;
|
|
36
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey: AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey;
|
|
37
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue;
|
|
38
|
+
AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
39
|
+
AssetHubDicleRuntimeOriginCaller: AssetHubDicleRuntimeOriginCaller;
|
|
40
|
+
AssetHubDicleRuntimeProxyType: AssetHubDicleRuntimeProxyType;
|
|
41
|
+
AssetHubDicleRuntimeRuntime: AssetHubDicleRuntimeRuntime;
|
|
42
|
+
AssetHubDicleRuntimeRuntimeError: AssetHubDicleRuntimeRuntimeError;
|
|
43
|
+
AssetHubDicleRuntimeRuntimeFreezeReason: AssetHubDicleRuntimeRuntimeFreezeReason;
|
|
44
|
+
AssetHubDicleRuntimeRuntimeHoldReason: AssetHubDicleRuntimeRuntimeHoldReason;
|
|
45
|
+
AssetHubDicleRuntimeRuntimeParameters: AssetHubDicleRuntimeRuntimeParameters;
|
|
46
|
+
AssetHubDicleRuntimeRuntimeParametersKey: AssetHubDicleRuntimeRuntimeParametersKey;
|
|
47
|
+
AssetHubDicleRuntimeRuntimeParametersValue: AssetHubDicleRuntimeRuntimeParametersValue;
|
|
48
|
+
AssetHubDicleRuntimeRuntimeTask: AssetHubDicleRuntimeRuntimeTask;
|
|
49
|
+
AssetHubDicleRuntimeSessionKeys: AssetHubDicleRuntimeSessionKeys;
|
|
50
|
+
AssetHubDicleRuntimeStakingNposCompactSolution24: AssetHubDicleRuntimeStakingNposCompactSolution24;
|
|
51
|
+
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: AssetHubDicleRuntimeTreasuryBurnDestinationAccount;
|
|
52
|
+
PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType;
|
|
53
|
+
PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType;
|
|
54
|
+
PezpalletRcMigratorRecoveryPortableActiveRecovery: PezpalletRcMigratorRecoveryPortableActiveRecovery;
|
|
55
|
+
PezpalletRcMigratorRecoveryPortableRecoveryConfig: PezpalletRcMigratorRecoveryPortableRecoveryConfig;
|
|
56
|
+
PezpalletRcMigratorRecoveryPortableRecoveryFriends: PezpalletRcMigratorRecoveryPortableRecoveryFriends;
|
|
57
|
+
PezpalletRcMigratorRecoveryPortableRecoveryMessage: PezpalletRcMigratorRecoveryPortableRecoveryMessage;
|
|
58
|
+
PezpalletRcMigratorSocietyPortableBid: PezpalletRcMigratorSocietyPortableBid;
|
|
59
|
+
PezpalletRcMigratorSocietyPortableBidKind: PezpalletRcMigratorSocietyPortableBidKind;
|
|
60
|
+
PezpalletRcMigratorSocietyPortableCandidacy: PezpalletRcMigratorSocietyPortableCandidacy;
|
|
61
|
+
PezpalletRcMigratorSocietyPortableGroupParams: PezpalletRcMigratorSocietyPortableGroupParams;
|
|
62
|
+
PezpalletRcMigratorSocietyPortableIntakeRecord: PezpalletRcMigratorSocietyPortableIntakeRecord;
|
|
63
|
+
PezpalletRcMigratorSocietyPortableMemberRecord: PezpalletRcMigratorSocietyPortableMemberRecord;
|
|
64
|
+
PezpalletRcMigratorSocietyPortablePayoutRecord: PezpalletRcMigratorSocietyPortablePayoutRecord;
|
|
65
|
+
PezpalletRcMigratorSocietyPortableSocietyMessage: PezpalletRcMigratorSocietyPortableSocietyMessage;
|
|
66
|
+
PezpalletRcMigratorSocietyPortableTally: PezpalletRcMigratorSocietyPortableTally;
|
|
67
|
+
PezpalletRcMigratorSocietyPortableVote: PezpalletRcMigratorSocietyPortableVote;
|
|
68
|
+
PezpalletRcMigratorSocietyPortableVouchingStatus: PezpalletRcMigratorSocietyPortableVouchingStatus;
|
|
69
|
+
PezpalletRcMigratorSocietySocietyValues: PezpalletRcMigratorSocietySocietyValues;
|
|
70
|
+
PezpalletRemoteProxyCall: PezpalletRemoteProxyCall;
|
|
71
|
+
PezpalletRemoteProxyError: PezpalletRemoteProxyError;
|
|
72
|
+
PezpalletRemoteProxyRemoteProxyProof: PezpalletRemoteProxyRemoteProxyProof;
|
|
73
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTrace: PezpalletReviveEvmApiDebugRpcTypesPrestateTrace;
|
|
74
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo: PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo;
|
|
75
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig: PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig;
|
|
76
|
+
PezpalletReviveStorageAccountInfo: PezpalletReviveStorageAccountInfo;
|
|
77
|
+
PezpalletReviveStorageAccountType: PezpalletReviveStorageAccountType;
|
|
78
|
+
PezpalletReviveVmCodeInfo: PezpalletReviveVmCodeInfo;
|
|
79
|
+
PezspConsensusAuraSr25519AppSr25519Public: PezspConsensusAuraSr25519AppSr25519Public;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
import '@pezkuwi/types/types/registry';
|
|
2
|
+
import type { AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin, AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight, AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters, AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey, AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue, AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight, AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters, AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey, AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase, AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, AssetHubPezkuwiRuntimeOriginCaller, AssetHubPezkuwiRuntimeProxyType, AssetHubPezkuwiRuntimeRuntime, AssetHubPezkuwiRuntimeRuntimeError, AssetHubPezkuwiRuntimeRuntimeFreezeReason, AssetHubPezkuwiRuntimeRuntimeHoldReason, AssetHubPezkuwiRuntimeRuntimeParameters, AssetHubPezkuwiRuntimeRuntimeParametersKey, AssetHubPezkuwiRuntimeRuntimeParametersValue, AssetHubPezkuwiRuntimeRuntimeTask, AssetHubPezkuwiRuntimeSessionKeys, AssetHubPezkuwiRuntimeStakingNposCompactSolution16, AssetsCommonRuntimeApiFungiblesAccessError, BpXcmBridgeHubRouterBridgeState, PezcumulusPezpalletTeyrchainSystemCall, PezcumulusPezpalletTeyrchainSystemError, PezcumulusPezpalletTeyrchainSystemEvent, PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot, PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId, PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker, PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth, PezcumulusPezpalletXcmCall, PezcumulusPezpalletXcmEvent, PezcumulusPezpalletXcmOrigin, PezcumulusPezpalletXcmpQueueCall, PezcumulusPezpalletXcmpQueueError, PezcumulusPezpalletXcmpQueueEvent, PezcumulusPezpalletXcmpQueueOutboundChannelDetails, PezcumulusPezpalletXcmpQueueOutboundState, PezcumulusPezpalletXcmpQueueQueueConfigData, PezcumulusPrimitivesCoreAggregateMessageOrigin, PezcumulusPrimitivesCoreCollationInfo, PezcumulusPrimitivesTeyrchainInherentHashedMessage, PezframeSupportTokensMiscIdAmountPortableFreezeReason, PezframeSupportTokensMiscIdAmountPortableHoldReason, PezkuwiPrimitivesV8AbridgedHostConfiguration, PezkuwiPrimitivesV8AbridgedHrmpChannel, PezpalletAhMigratorBalancesBefore, PezpalletAhMigratorCall, PezpalletAhMigratorError, PezpalletAhMigratorEvent, PezpalletAhMigratorMigrationStage, PezpalletAhMigratorPezpalletEventName, PezpalletAhOpsCall, PezpalletAhOpsError, PezpalletAhOpsEvent, PezpalletCollatorSelectionCall, PezpalletCollatorSelectionCandidateInfo, PezpalletCollatorSelectionError, PezpalletCollatorSelectionEvent, PezpalletElectionProviderMultiBlockAdminOperation, PezpalletElectionProviderMultiBlockCall, PezpalletElectionProviderMultiBlockError, PezpalletElectionProviderMultiBlockEvent, PezpalletElectionProviderMultiBlockPagedRawSolution, PezpalletElectionProviderMultiBlockPhase, PezpalletElectionProviderMultiBlockSignedPezpalletCall, PezpalletElectionProviderMultiBlockSignedPezpalletError, PezpalletElectionProviderMultiBlockSignedPezpalletEvent, PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason, PezpalletElectionProviderMultiBlockSignedSubmissionMetadata, PezpalletElectionProviderMultiBlockUnsignedPezpalletCall, PezpalletElectionProviderMultiBlockVerifierFeasibilityError, PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings, PezpalletElectionProviderMultiBlockVerifierImplsPezpalletCall, PezpalletElectionProviderMultiBlockVerifierImplsPezpalletEvent, PezpalletElectionProviderMultiBlockVerifierImplsStatus, PezpalletElectionProviderMultiBlockVerifierImplsValidSolution, PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType, PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType, PezpalletRcMigratorAccountsAccount, PezpalletRcMigratorBountiesAliasBounty, PezpalletRcMigratorBountiesRcBountiesMessage, PezpalletRcMigratorChildBountiesPortableChildBountiesMessage, PezpalletRcMigratorChildBountiesPortableChildBounty, PezpalletRcMigratorChildBountiesPortableChildBountyStatus, PezpalletRcMigratorClaimsRcClaimsMessage, PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage, PezpalletRcMigratorCrowdloanRcCrowdloanMessage, PezpalletRcMigratorIndicesRcIndicesIndex, PezpalletRcMigratorMigrationFinishedData, PezpalletRcMigratorMultisigRcMultisig, PezpalletRcMigratorPortableFreezeReason, PezpalletRcMigratorPortableHoldReason, PezpalletRcMigratorPreimageChunksRcPreimageChunk, PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus, PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus, PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner, PezpalletRcMigratorProxyRcProxy, PezpalletRcMigratorProxyRcProxyAnnouncement, PezpalletRcMigratorReferendaReferendaMessage, PezpalletRcMigratorSchedulerAliasScheduled, PezpalletRcMigratorSchedulerRcSchedulerMessage, PezpalletRcMigratorSchedulerSchedulerAgendaMessage, PezpalletRcMigratorStakingBagsListPortableBag, PezpalletRcMigratorStakingBagsListPortableBagsListMessage, PezpalletRcMigratorStakingBagsListPortableNode, PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage, PezpalletRcMigratorStakingMessagePortableActiveEraInfo, PezpalletRcMigratorStakingMessagePortableEraRewardPoints, PezpalletRcMigratorStakingMessagePortableExposurePage, PezpalletRcMigratorStakingMessagePortableForcing, PezpalletRcMigratorStakingMessagePortableIndividualExposure, PezpalletRcMigratorStakingMessagePortableNominations, PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata, PezpalletRcMigratorStakingMessagePortableRewardDestination, PezpalletRcMigratorStakingMessagePortableStakingLedger, PezpalletRcMigratorStakingMessagePortableStakingMessage, PezpalletRcMigratorStakingMessagePortableUnappliedSlash, PezpalletRcMigratorStakingMessagePortableUnlockChunk, PezpalletRcMigratorStakingMessagePortableValidatorPrefs, PezpalletRcMigratorStakingMessageStakingValues, PezpalletRcMigratorStakingNomPoolsAliasRewardPool, PezpalletRcMigratorStakingNomPoolsAliasSubPools, PezpalletRcMigratorStakingNomPoolsAliasUnbondPool, PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues, PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage, PezpalletRcMigratorTreasuryPortablePaymentState, PezpalletRcMigratorTreasuryPortableSpendStatus, PezpalletRcMigratorTreasuryPortableTreasuryMessage, PezpalletRcMigratorVestingRcVestingSchedule, PezpalletReferendaReferendumInfoOriginCaller, PezpalletReferendaReferendumInfoRcPalletsOrigin, PezpalletReferendaReferendumStatusOriginCaller, PezpalletReferendaReferendumStatusRcPalletsOrigin, PezpalletStakingAsyncActiveEraInfo, PezpalletStakingAsyncEraRewardPoints, PezpalletStakingAsyncForcing, PezpalletStakingAsyncLedgerStakingLedger, PezpalletStakingAsyncLedgerUnlockChunk, PezpalletStakingAsyncNominations, PezpalletStakingAsyncPezpalletBoundedExposurePage, PezpalletStakingAsyncPezpalletCall, PezpalletStakingAsyncPezpalletConfigOpPerbill, PezpalletStakingAsyncPezpalletConfigOpPercent, PezpalletStakingAsyncPezpalletConfigOpU128, PezpalletStakingAsyncPezpalletConfigOpU32, PezpalletStakingAsyncPezpalletError, PezpalletStakingAsyncPezpalletEvent, PezpalletStakingAsyncPezpalletHoldReason, PezpalletStakingAsyncPezpalletPruningStep, PezpalletStakingAsyncPezpalletUnexpectedKind, PezpalletStakingAsyncRcClientCall, PezpalletStakingAsyncRcClientEvent, PezpalletStakingAsyncRcClientUnexpectedKind, PezpalletStakingAsyncRewardDestination, PezpalletStakingAsyncSlashingOffenceRecord, PezpalletStakingAsyncSnapshotStatus, PezpalletStakingAsyncUnappliedSlash, PezpalletStakingAsyncValidatorPrefs, PezpalletXcmBridgeHubRouterCall, PezpalletXcmBridgeHubRouterEvent, PezspConsensusAuraEd25519AppEd25519Public, PezspNposElectionsError, PezspTrieStorageProof, SnowbridgeCoreAssetMetadata, SnowbridgeCoreOperatingModeBasicOperatingMode, SnowbridgeCoreRewardMessageId, SnowbridgePezpalletSystemFrontendCall, SnowbridgePezpalletSystemFrontendError, SnowbridgePezpalletSystemFrontendEvent, StagingTeyrchainInfoCall, TeyrchainsCommonPayVersionedLocatableAccount, XcmRuntimeApisAuthorizedAliasesError, XcmRuntimeApisTrustedQueryError, XcmVersionedAsset } from '@pezkuwi/types/lookup';
|
|
3
|
+
declare module '@pezkuwi/types/types/registry' {
|
|
4
|
+
interface InterfaceTypes {
|
|
5
|
+
AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin: AssetHubPezkuwiRuntimeAhMigrationRcPalletsOrigin;
|
|
6
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnIdleWeight;
|
|
7
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueMaxOnInitWeight;
|
|
8
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParameters;
|
|
9
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersKey;
|
|
10
|
+
AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue: AssetHubPezkuwiRuntimeDynamicParamsMessageQueueParametersValue;
|
|
11
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaxScheduledPerBlock;
|
|
12
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight: AssetHubPezkuwiRuntimeDynamicParamsSchedulerMaximumWeight;
|
|
13
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters: AssetHubPezkuwiRuntimeDynamicParamsSchedulerParameters;
|
|
14
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey: AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersKey;
|
|
15
|
+
AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue: AssetHubPezkuwiRuntimeDynamicParamsSchedulerParametersValue;
|
|
16
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxElectingVoters;
|
|
17
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxEraDuration;
|
|
18
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMaxSignedSubmissions;
|
|
19
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionMinerPages;
|
|
20
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParameters;
|
|
21
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersKey;
|
|
22
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionParametersValue;
|
|
23
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionSignedPhase;
|
|
24
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock;
|
|
25
|
+
AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase: AssetHubPezkuwiRuntimeDynamicParamsStakingElectionUnsignedPhase;
|
|
26
|
+
AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: AssetHubPezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
27
|
+
AssetHubPezkuwiRuntimeOriginCaller: AssetHubPezkuwiRuntimeOriginCaller;
|
|
28
|
+
AssetHubPezkuwiRuntimeProxyType: AssetHubPezkuwiRuntimeProxyType;
|
|
29
|
+
AssetHubPezkuwiRuntimeRuntime: AssetHubPezkuwiRuntimeRuntime;
|
|
30
|
+
AssetHubPezkuwiRuntimeRuntimeError: AssetHubPezkuwiRuntimeRuntimeError;
|
|
31
|
+
AssetHubPezkuwiRuntimeRuntimeFreezeReason: AssetHubPezkuwiRuntimeRuntimeFreezeReason;
|
|
32
|
+
AssetHubPezkuwiRuntimeRuntimeHoldReason: AssetHubPezkuwiRuntimeRuntimeHoldReason;
|
|
33
|
+
AssetHubPezkuwiRuntimeRuntimeParameters: AssetHubPezkuwiRuntimeRuntimeParameters;
|
|
34
|
+
AssetHubPezkuwiRuntimeRuntimeParametersKey: AssetHubPezkuwiRuntimeRuntimeParametersKey;
|
|
35
|
+
AssetHubPezkuwiRuntimeRuntimeParametersValue: AssetHubPezkuwiRuntimeRuntimeParametersValue;
|
|
36
|
+
AssetHubPezkuwiRuntimeRuntimeTask: AssetHubPezkuwiRuntimeRuntimeTask;
|
|
37
|
+
AssetHubPezkuwiRuntimeSessionKeys: AssetHubPezkuwiRuntimeSessionKeys;
|
|
38
|
+
AssetHubPezkuwiRuntimeStakingNposCompactSolution16: AssetHubPezkuwiRuntimeStakingNposCompactSolution16;
|
|
39
|
+
AssetsCommonRuntimeApiFungiblesAccessError: AssetsCommonRuntimeApiFungiblesAccessError;
|
|
40
|
+
BpXcmBridgeHubRouterBridgeState: BpXcmBridgeHubRouterBridgeState;
|
|
41
|
+
PezcumulusPezpalletTeyrchainSystemCall: PezcumulusPezpalletTeyrchainSystemCall;
|
|
42
|
+
PezcumulusPezpalletTeyrchainSystemError: PezcumulusPezpalletTeyrchainSystemError;
|
|
43
|
+
PezcumulusPezpalletTeyrchainSystemEvent: PezcumulusPezpalletTeyrchainSystemEvent;
|
|
44
|
+
PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot: PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotMessagingStateSnapshot;
|
|
45
|
+
PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: PezcumulusPezpalletTeyrchainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity;
|
|
46
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentAbridgedInboundMessagesCollection;
|
|
47
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentBasicTeyrchainInherentData;
|
|
48
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessageId;
|
|
49
|
+
PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData: PezcumulusPezpalletTeyrchainSystemTeyrchainInherentInboundMessagesData;
|
|
50
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor: PezcumulusPezpalletTeyrchainSystemUnincludedSegmentAncestor;
|
|
51
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate: PezcumulusPezpalletTeyrchainSystemUnincludedSegmentHrmpChannelUpdate;
|
|
52
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker: PezcumulusPezpalletTeyrchainSystemUnincludedSegmentSegmentTracker;
|
|
53
|
+
PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth: PezcumulusPezpalletTeyrchainSystemUnincludedSegmentUsedBandwidth;
|
|
54
|
+
PezcumulusPezpalletXcmCall: PezcumulusPezpalletXcmCall;
|
|
55
|
+
PezcumulusPezpalletXcmEvent: PezcumulusPezpalletXcmEvent;
|
|
56
|
+
PezcumulusPezpalletXcmOrigin: PezcumulusPezpalletXcmOrigin;
|
|
57
|
+
PezcumulusPezpalletXcmpQueueCall: PezcumulusPezpalletXcmpQueueCall;
|
|
58
|
+
PezcumulusPezpalletXcmpQueueError: PezcumulusPezpalletXcmpQueueError;
|
|
59
|
+
PezcumulusPezpalletXcmpQueueEvent: PezcumulusPezpalletXcmpQueueEvent;
|
|
60
|
+
PezcumulusPezpalletXcmpQueueOutboundChannelDetails: PezcumulusPezpalletXcmpQueueOutboundChannelDetails;
|
|
61
|
+
PezcumulusPezpalletXcmpQueueOutboundState: PezcumulusPezpalletXcmpQueueOutboundState;
|
|
62
|
+
PezcumulusPezpalletXcmpQueueQueueConfigData: PezcumulusPezpalletXcmpQueueQueueConfigData;
|
|
63
|
+
PezcumulusPrimitivesCoreAggregateMessageOrigin: PezcumulusPrimitivesCoreAggregateMessageOrigin;
|
|
64
|
+
PezcumulusPrimitivesCoreCollationInfo: PezcumulusPrimitivesCoreCollationInfo;
|
|
65
|
+
PezcumulusPrimitivesTeyrchainInherentHashedMessage: PezcumulusPrimitivesTeyrchainInherentHashedMessage;
|
|
66
|
+
PezframeSupportTokensMiscIdAmountPortableFreezeReason: PezframeSupportTokensMiscIdAmountPortableFreezeReason;
|
|
67
|
+
PezframeSupportTokensMiscIdAmountPortableHoldReason: PezframeSupportTokensMiscIdAmountPortableHoldReason;
|
|
68
|
+
PezkuwiPrimitivesV8AbridgedHostConfiguration: PezkuwiPrimitivesV8AbridgedHostConfiguration;
|
|
69
|
+
PezkuwiPrimitivesV8AbridgedHrmpChannel: PezkuwiPrimitivesV8AbridgedHrmpChannel;
|
|
70
|
+
PezpalletAhMigratorBalancesBefore: PezpalletAhMigratorBalancesBefore;
|
|
71
|
+
PezpalletAhMigratorCall: PezpalletAhMigratorCall;
|
|
72
|
+
PezpalletAhMigratorError: PezpalletAhMigratorError;
|
|
73
|
+
PezpalletAhMigratorEvent: PezpalletAhMigratorEvent;
|
|
74
|
+
PezpalletAhMigratorMigrationStage: PezpalletAhMigratorMigrationStage;
|
|
75
|
+
PezpalletAhMigratorPezpalletEventName: PezpalletAhMigratorPezpalletEventName;
|
|
76
|
+
PezpalletAhOpsCall: PezpalletAhOpsCall;
|
|
77
|
+
PezpalletAhOpsError: PezpalletAhOpsError;
|
|
78
|
+
PezpalletAhOpsEvent: PezpalletAhOpsEvent;
|
|
79
|
+
PezpalletCollatorSelectionCall: PezpalletCollatorSelectionCall;
|
|
80
|
+
PezpalletCollatorSelectionCandidateInfo: PezpalletCollatorSelectionCandidateInfo;
|
|
81
|
+
PezpalletCollatorSelectionError: PezpalletCollatorSelectionError;
|
|
82
|
+
PezpalletCollatorSelectionEvent: PezpalletCollatorSelectionEvent;
|
|
83
|
+
PezpalletElectionProviderMultiBlockAdminOperation: PezpalletElectionProviderMultiBlockAdminOperation;
|
|
84
|
+
PezpalletElectionProviderMultiBlockCall: PezpalletElectionProviderMultiBlockCall;
|
|
85
|
+
PezpalletElectionProviderMultiBlockError: PezpalletElectionProviderMultiBlockError;
|
|
86
|
+
PezpalletElectionProviderMultiBlockEvent: PezpalletElectionProviderMultiBlockEvent;
|
|
87
|
+
PezpalletElectionProviderMultiBlockPagedRawSolution: PezpalletElectionProviderMultiBlockPagedRawSolution;
|
|
88
|
+
PezpalletElectionProviderMultiBlockPhase: PezpalletElectionProviderMultiBlockPhase;
|
|
89
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletCall: PezpalletElectionProviderMultiBlockSignedPezpalletCall;
|
|
90
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletError: PezpalletElectionProviderMultiBlockSignedPezpalletError;
|
|
91
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletEvent: PezpalletElectionProviderMultiBlockSignedPezpalletEvent;
|
|
92
|
+
PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason: PezpalletElectionProviderMultiBlockSignedPezpalletHoldReason;
|
|
93
|
+
PezpalletElectionProviderMultiBlockSignedSubmissionMetadata: PezpalletElectionProviderMultiBlockSignedSubmissionMetadata;
|
|
94
|
+
PezpalletElectionProviderMultiBlockUnsignedPezpalletCall: PezpalletElectionProviderMultiBlockUnsignedPezpalletCall;
|
|
95
|
+
PezpalletElectionProviderMultiBlockVerifierFeasibilityError: PezpalletElectionProviderMultiBlockVerifierFeasibilityError;
|
|
96
|
+
PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings: PezpalletElectionProviderMultiBlockVerifierImplsPartialBackings;
|
|
97
|
+
PezpalletElectionProviderMultiBlockVerifierImplsPezpalletCall: PezpalletElectionProviderMultiBlockVerifierImplsPezpalletCall;
|
|
98
|
+
PezpalletElectionProviderMultiBlockVerifierImplsPezpalletEvent: PezpalletElectionProviderMultiBlockVerifierImplsPezpalletEvent;
|
|
99
|
+
PezpalletElectionProviderMultiBlockVerifierImplsStatus: PezpalletElectionProviderMultiBlockVerifierImplsStatus;
|
|
100
|
+
PezpalletElectionProviderMultiBlockVerifierImplsValidSolution: PezpalletElectionProviderMultiBlockVerifierImplsValidSolution;
|
|
101
|
+
PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType: PezpalletProxyProxyDefinitionAssetHubPezkuwiRuntimeProxyType;
|
|
102
|
+
PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType: PezpalletProxyProxyDefinitionPezkuwiRuntimeConstantsProxyProxyType;
|
|
103
|
+
PezpalletRcMigratorAccountsAccount: PezpalletRcMigratorAccountsAccount;
|
|
104
|
+
PezpalletRcMigratorBountiesAliasBounty: PezpalletRcMigratorBountiesAliasBounty;
|
|
105
|
+
PezpalletRcMigratorBountiesRcBountiesMessage: PezpalletRcMigratorBountiesRcBountiesMessage;
|
|
106
|
+
PezpalletRcMigratorChildBountiesPortableChildBountiesMessage: PezpalletRcMigratorChildBountiesPortableChildBountiesMessage;
|
|
107
|
+
PezpalletRcMigratorChildBountiesPortableChildBounty: PezpalletRcMigratorChildBountiesPortableChildBounty;
|
|
108
|
+
PezpalletRcMigratorChildBountiesPortableChildBountyStatus: PezpalletRcMigratorChildBountiesPortableChildBountyStatus;
|
|
109
|
+
PezpalletRcMigratorClaimsRcClaimsMessage: PezpalletRcMigratorClaimsRcClaimsMessage;
|
|
110
|
+
PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage: PezpalletRcMigratorConvictionVotingRcConvictionVotingMessage;
|
|
111
|
+
PezpalletRcMigratorCrowdloanRcCrowdloanMessage: PezpalletRcMigratorCrowdloanRcCrowdloanMessage;
|
|
112
|
+
PezpalletRcMigratorIndicesRcIndicesIndex: PezpalletRcMigratorIndicesRcIndicesIndex;
|
|
113
|
+
PezpalletRcMigratorMigrationFinishedData: PezpalletRcMigratorMigrationFinishedData;
|
|
114
|
+
PezpalletRcMigratorMultisigRcMultisig: PezpalletRcMigratorMultisigRcMultisig;
|
|
115
|
+
PezpalletRcMigratorPortableFreezeReason: PezpalletRcMigratorPortableFreezeReason;
|
|
116
|
+
PezpalletRcMigratorPortableHoldReason: PezpalletRcMigratorPortableHoldReason;
|
|
117
|
+
PezpalletRcMigratorPreimageChunksRcPreimageChunk: PezpalletRcMigratorPreimageChunksRcPreimageChunk;
|
|
118
|
+
PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus: PezpalletRcMigratorPreimageLegacyRequestStatusRcPreimageLegacyStatus;
|
|
119
|
+
PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus: PezpalletRcMigratorPreimageRequestStatusPortableRequestStatus;
|
|
120
|
+
PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner: PezpalletRcMigratorPreimageRequestStatusPortableRequestStatusInner;
|
|
121
|
+
PezpalletRcMigratorProxyRcProxy: PezpalletRcMigratorProxyRcProxy;
|
|
122
|
+
PezpalletRcMigratorProxyRcProxyAnnouncement: PezpalletRcMigratorProxyRcProxyAnnouncement;
|
|
123
|
+
PezpalletRcMigratorReferendaReferendaMessage: PezpalletRcMigratorReferendaReferendaMessage;
|
|
124
|
+
PezpalletRcMigratorSchedulerAliasScheduled: PezpalletRcMigratorSchedulerAliasScheduled;
|
|
125
|
+
PezpalletRcMigratorSchedulerRcSchedulerMessage: PezpalletRcMigratorSchedulerRcSchedulerMessage;
|
|
126
|
+
PezpalletRcMigratorSchedulerSchedulerAgendaMessage: PezpalletRcMigratorSchedulerSchedulerAgendaMessage;
|
|
127
|
+
PezpalletRcMigratorStakingBagsListPortableBag: PezpalletRcMigratorStakingBagsListPortableBag;
|
|
128
|
+
PezpalletRcMigratorStakingBagsListPortableBagsListMessage: PezpalletRcMigratorStakingBagsListPortableBagsListMessage;
|
|
129
|
+
PezpalletRcMigratorStakingBagsListPortableNode: PezpalletRcMigratorStakingBagsListPortableNode;
|
|
130
|
+
PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage: PezpalletRcMigratorStakingDelegatedStakingPortableDelegatedStakingMessage;
|
|
131
|
+
PezpalletRcMigratorStakingMessagePortableActiveEraInfo: PezpalletRcMigratorStakingMessagePortableActiveEraInfo;
|
|
132
|
+
PezpalletRcMigratorStakingMessagePortableEraRewardPoints: PezpalletRcMigratorStakingMessagePortableEraRewardPoints;
|
|
133
|
+
PezpalletRcMigratorStakingMessagePortableExposurePage: PezpalletRcMigratorStakingMessagePortableExposurePage;
|
|
134
|
+
PezpalletRcMigratorStakingMessagePortableForcing: PezpalletRcMigratorStakingMessagePortableForcing;
|
|
135
|
+
PezpalletRcMigratorStakingMessagePortableIndividualExposure: PezpalletRcMigratorStakingMessagePortableIndividualExposure;
|
|
136
|
+
PezpalletRcMigratorStakingMessagePortableNominations: PezpalletRcMigratorStakingMessagePortableNominations;
|
|
137
|
+
PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata: PezpalletRcMigratorStakingMessagePortablePagedExposureMetadata;
|
|
138
|
+
PezpalletRcMigratorStakingMessagePortableRewardDestination: PezpalletRcMigratorStakingMessagePortableRewardDestination;
|
|
139
|
+
PezpalletRcMigratorStakingMessagePortableStakingLedger: PezpalletRcMigratorStakingMessagePortableStakingLedger;
|
|
140
|
+
PezpalletRcMigratorStakingMessagePortableStakingMessage: PezpalletRcMigratorStakingMessagePortableStakingMessage;
|
|
141
|
+
PezpalletRcMigratorStakingMessagePortableUnappliedSlash: PezpalletRcMigratorStakingMessagePortableUnappliedSlash;
|
|
142
|
+
PezpalletRcMigratorStakingMessagePortableUnlockChunk: PezpalletRcMigratorStakingMessagePortableUnlockChunk;
|
|
143
|
+
PezpalletRcMigratorStakingMessagePortableValidatorPrefs: PezpalletRcMigratorStakingMessagePortableValidatorPrefs;
|
|
144
|
+
PezpalletRcMigratorStakingMessageStakingValues: PezpalletRcMigratorStakingMessageStakingValues;
|
|
145
|
+
PezpalletRcMigratorStakingNomPoolsAliasRewardPool: PezpalletRcMigratorStakingNomPoolsAliasRewardPool;
|
|
146
|
+
PezpalletRcMigratorStakingNomPoolsAliasSubPools: PezpalletRcMigratorStakingNomPoolsAliasSubPools;
|
|
147
|
+
PezpalletRcMigratorStakingNomPoolsAliasUnbondPool: PezpalletRcMigratorStakingNomPoolsAliasUnbondPool;
|
|
148
|
+
PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues: PezpalletRcMigratorStakingNomPoolsNomPoolsStorageValues;
|
|
149
|
+
PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage: PezpalletRcMigratorStakingNomPoolsRcNomPoolsMessage;
|
|
150
|
+
PezpalletRcMigratorTreasuryPortablePaymentState: PezpalletRcMigratorTreasuryPortablePaymentState;
|
|
151
|
+
PezpalletRcMigratorTreasuryPortableSpendStatus: PezpalletRcMigratorTreasuryPortableSpendStatus;
|
|
152
|
+
PezpalletRcMigratorTreasuryPortableTreasuryMessage: PezpalletRcMigratorTreasuryPortableTreasuryMessage;
|
|
153
|
+
PezpalletRcMigratorVestingRcVestingSchedule: PezpalletRcMigratorVestingRcVestingSchedule;
|
|
154
|
+
PezpalletReferendaReferendumInfoOriginCaller: PezpalletReferendaReferendumInfoOriginCaller;
|
|
155
|
+
PezpalletReferendaReferendumInfoRcPalletsOrigin: PezpalletReferendaReferendumInfoRcPalletsOrigin;
|
|
156
|
+
PezpalletReferendaReferendumStatusOriginCaller: PezpalletReferendaReferendumStatusOriginCaller;
|
|
157
|
+
PezpalletReferendaReferendumStatusRcPalletsOrigin: PezpalletReferendaReferendumStatusRcPalletsOrigin;
|
|
158
|
+
PezpalletStakingAsyncActiveEraInfo: PezpalletStakingAsyncActiveEraInfo;
|
|
159
|
+
PezpalletStakingAsyncEraRewardPoints: PezpalletStakingAsyncEraRewardPoints;
|
|
160
|
+
PezpalletStakingAsyncForcing: PezpalletStakingAsyncForcing;
|
|
161
|
+
PezpalletStakingAsyncLedgerStakingLedger: PezpalletStakingAsyncLedgerStakingLedger;
|
|
162
|
+
PezpalletStakingAsyncLedgerUnlockChunk: PezpalletStakingAsyncLedgerUnlockChunk;
|
|
163
|
+
PezpalletStakingAsyncNominations: PezpalletStakingAsyncNominations;
|
|
164
|
+
PezpalletStakingAsyncPezpalletBoundedExposurePage: PezpalletStakingAsyncPezpalletBoundedExposurePage;
|
|
165
|
+
PezpalletStakingAsyncPezpalletCall: PezpalletStakingAsyncPezpalletCall;
|
|
166
|
+
PezpalletStakingAsyncPezpalletConfigOpPerbill: PezpalletStakingAsyncPezpalletConfigOpPerbill;
|
|
167
|
+
PezpalletStakingAsyncPezpalletConfigOpPercent: PezpalletStakingAsyncPezpalletConfigOpPercent;
|
|
168
|
+
PezpalletStakingAsyncPezpalletConfigOpU128: PezpalletStakingAsyncPezpalletConfigOpU128;
|
|
169
|
+
PezpalletStakingAsyncPezpalletConfigOpU32: PezpalletStakingAsyncPezpalletConfigOpU32;
|
|
170
|
+
PezpalletStakingAsyncPezpalletError: PezpalletStakingAsyncPezpalletError;
|
|
171
|
+
PezpalletStakingAsyncPezpalletEvent: PezpalletStakingAsyncPezpalletEvent;
|
|
172
|
+
PezpalletStakingAsyncPezpalletHoldReason: PezpalletStakingAsyncPezpalletHoldReason;
|
|
173
|
+
PezpalletStakingAsyncPezpalletPruningStep: PezpalletStakingAsyncPezpalletPruningStep;
|
|
174
|
+
PezpalletStakingAsyncPezpalletUnexpectedKind: PezpalletStakingAsyncPezpalletUnexpectedKind;
|
|
175
|
+
PezpalletStakingAsyncRcClientCall: PezpalletStakingAsyncRcClientCall;
|
|
176
|
+
PezpalletStakingAsyncRcClientEvent: PezpalletStakingAsyncRcClientEvent;
|
|
177
|
+
PezpalletStakingAsyncRcClientUnexpectedKind: PezpalletStakingAsyncRcClientUnexpectedKind;
|
|
178
|
+
PezpalletStakingAsyncRewardDestination: PezpalletStakingAsyncRewardDestination;
|
|
179
|
+
PezpalletStakingAsyncSlashingOffenceRecord: PezpalletStakingAsyncSlashingOffenceRecord;
|
|
180
|
+
PezpalletStakingAsyncSnapshotStatus: PezpalletStakingAsyncSnapshotStatus;
|
|
181
|
+
PezpalletStakingAsyncUnappliedSlash: PezpalletStakingAsyncUnappliedSlash;
|
|
182
|
+
PezpalletStakingAsyncValidatorPrefs: PezpalletStakingAsyncValidatorPrefs;
|
|
183
|
+
PezpalletXcmBridgeHubRouterCall: PezpalletXcmBridgeHubRouterCall;
|
|
184
|
+
PezpalletXcmBridgeHubRouterEvent: PezpalletXcmBridgeHubRouterEvent;
|
|
185
|
+
PezspConsensusAuraEd25519AppEd25519Public: PezspConsensusAuraEd25519AppEd25519Public;
|
|
186
|
+
PezspNposElectionsError: PezspNposElectionsError;
|
|
187
|
+
PezspTrieStorageProof: PezspTrieStorageProof;
|
|
188
|
+
SnowbridgeCoreAssetMetadata: SnowbridgeCoreAssetMetadata;
|
|
189
|
+
SnowbridgeCoreOperatingModeBasicOperatingMode: SnowbridgeCoreOperatingModeBasicOperatingMode;
|
|
190
|
+
SnowbridgeCoreRewardMessageId: SnowbridgeCoreRewardMessageId;
|
|
191
|
+
SnowbridgePezpalletSystemFrontendCall: SnowbridgePezpalletSystemFrontendCall;
|
|
192
|
+
SnowbridgePezpalletSystemFrontendError: SnowbridgePezpalletSystemFrontendError;
|
|
193
|
+
SnowbridgePezpalletSystemFrontendEvent: SnowbridgePezpalletSystemFrontendEvent;
|
|
194
|
+
StagingTeyrchainInfoCall: StagingTeyrchainInfoCall;
|
|
195
|
+
TeyrchainsCommonPayVersionedLocatableAccount: TeyrchainsCommonPayVersionedLocatableAccount;
|
|
196
|
+
XcmRuntimeApisAuthorizedAliasesError: XcmRuntimeApisAuthorizedAliasesError;
|
|
197
|
+
XcmRuntimeApisTrustedQueryError: XcmRuntimeApisTrustedQueryError;
|
|
198
|
+
XcmVersionedAsset: XcmVersionedAsset;
|
|
199
|
+
}
|
|
200
|
+
}
|