@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.
Files changed (137) hide show
  1. package/LICENSE +201 -0
  2. package/augment.js +2 -0
  3. package/bundle.js +2 -0
  4. package/cjs/augment.d.ts +2 -0
  5. package/cjs/augment.js +4 -0
  6. package/cjs/bundle.d.ts +2 -0
  7. package/cjs/bundle.js +6 -0
  8. package/cjs/index.js +5 -0
  9. package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
  10. package/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
  12. package/cjs/lookup/assetHubPezkuwi.js +2979 -0
  13. package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
  14. package/cjs/lookup/bizinikiwi.js +9673 -0
  15. package/cjs/lookup/definitions.js +15 -0
  16. package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
  17. package/cjs/lookup/dicle.js +738 -0
  18. package/cjs/lookup/index.js +5 -0
  19. package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
  20. package/cjs/lookup/pezkuwi.js +4768 -0
  21. package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
  22. package/cjs/lookup/types-assetHubDicle.js +4 -0
  23. package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
  24. package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  25. package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
  26. package/cjs/lookup/types-bizinikiwi.js +4 -0
  27. package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
  28. package/cjs/lookup/types-dicle.js +4 -0
  29. package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
  30. package/cjs/lookup/types-pezkuwi.js +4 -0
  31. package/cjs/lookup/types.d.ts +5 -0
  32. package/cjs/lookup/types.js +7 -0
  33. package/cjs/package.json +3 -0
  34. package/cjs/packageDetect.js +7 -0
  35. package/cjs/packageInfo.js +4 -0
  36. package/cjs/registry/assetHubDicle.d.ts +81 -0
  37. package/cjs/registry/assetHubDicle.js +4 -0
  38. package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
  39. package/cjs/registry/assetHubPezkuwi.js +4 -0
  40. package/cjs/registry/bizinikiwi.d.ts +625 -0
  41. package/cjs/registry/bizinikiwi.js +4 -0
  42. package/cjs/registry/dicle.d.ts +35 -0
  43. package/cjs/registry/dicle.js +4 -0
  44. package/cjs/registry/index.js +3 -0
  45. package/{build → cjs}/registry/interfaces.d.ts +44 -44
  46. package/cjs/registry/interfaces.js +4 -0
  47. package/cjs/registry/pezkuwi.d.ts +279 -0
  48. package/cjs/registry/pezkuwi.js +4 -0
  49. package/index.d.ts +2 -0
  50. package/index.js +2 -0
  51. package/lookup/assetHubDicle.d.ts +1161 -0
  52. package/lookup/assetHubDicle.js +1162 -0
  53. package/lookup/assetHubPezkuwi.d.ts +2976 -0
  54. package/lookup/assetHubPezkuwi.js +2977 -0
  55. package/lookup/bizinikiwi.d.ts +9670 -0
  56. package/lookup/bizinikiwi.js +9671 -0
  57. package/lookup/definitions.d.ts +3 -0
  58. package/lookup/definitions.js +12 -0
  59. package/lookup/dicle.d.ts +735 -0
  60. package/lookup/dicle.js +736 -0
  61. package/lookup/index.d.ts +1 -0
  62. package/lookup/index.js +2 -0
  63. package/lookup/pezkuwi.d.ts +4765 -0
  64. package/lookup/pezkuwi.js +4766 -0
  65. package/lookup/types-assetHubDicle.d.ts +684 -0
  66. package/lookup/types-assetHubDicle.js +2 -0
  67. package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  68. package/lookup/types-assetHubPezkuwi.js +2 -0
  69. package/lookup/types-bizinikiwi.d.ts +9980 -0
  70. package/lookup/types-bizinikiwi.js +2 -0
  71. package/lookup/types-dicle.d.ts +364 -0
  72. package/lookup/types-dicle.js +2 -0
  73. package/lookup/types-pezkuwi.d.ts +4463 -0
  74. package/lookup/types-pezkuwi.js +2 -0
  75. package/lookup/types.d.ts +5 -0
  76. package/lookup/types.js +5 -0
  77. package/package.json +380 -6
  78. package/packageDetect.d.ts +1 -0
  79. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  80. package/packageInfo.d.ts +6 -0
  81. package/packageInfo.js +1 -0
  82. package/registry/assetHubDicle.d.ts +81 -0
  83. package/registry/assetHubDicle.js +2 -0
  84. package/registry/assetHubPezkuwi.d.ts +200 -0
  85. package/registry/assetHubPezkuwi.js +2 -0
  86. package/registry/bizinikiwi.d.ts +625 -0
  87. package/registry/bizinikiwi.js +2 -0
  88. package/registry/dicle.d.ts +35 -0
  89. package/registry/dicle.js +2 -0
  90. package/registry/index.d.ts +1 -0
  91. package/registry/index.js +1 -0
  92. package/registry/interfaces.d.ts +1368 -0
  93. package/registry/interfaces.js +2 -0
  94. package/registry/pezkuwi.d.ts +279 -0
  95. package/registry/pezkuwi.js +2 -0
  96. package/build/lookup/types-assetHubKusama.d.ts +0 -684
  97. package/build/lookup/types.d.ts +0 -5
  98. package/build/registry/assetHubKusama.d.ts +0 -81
  99. package/build/registry/assetHubPolkadot.d.ts +0 -200
  100. package/build/registry/kusama.d.ts +0 -35
  101. package/build/registry/polkadot.d.ts +0 -278
  102. package/build/registry/substrate.d.ts +0 -625
  103. package/src/augment.ts +0 -5
  104. package/src/bundle.ts +0 -6
  105. package/src/index.ts +0 -6
  106. package/src/lookup/assetHubKusama.ts +0 -1165
  107. package/src/lookup/assetHubPolkadot.ts +0 -2980
  108. package/src/lookup/definitions.ts +0 -19
  109. package/src/lookup/index.ts +0 -4
  110. package/src/lookup/kusama.ts +0 -739
  111. package/src/lookup/polkadot.ts +0 -4765
  112. package/src/lookup/substrate.ts +0 -9674
  113. package/src/lookup/types-assetHubKusama.ts +0 -764
  114. package/src/lookup/types-assetHubPolkadot.ts +0 -2711
  115. package/src/lookup/types-kusama.ts +0 -399
  116. package/src/lookup/types-polkadot.ts +0 -4721
  117. package/src/lookup/types-substrate.ts +0 -10590
  118. package/src/lookup/types.ts +0 -8
  119. package/src/mod.ts +0 -4
  120. package/src/packageInfo.ts +0 -6
  121. package/src/registry/assetHubKusama.ts +0 -88
  122. package/src/registry/assetHubPolkadot.ts +0 -207
  123. package/src/registry/index.ts +0 -4
  124. package/src/registry/interfaces.ts +0 -1375
  125. package/src/registry/kusama.ts +0 -42
  126. package/src/registry/polkadot.ts +0 -285
  127. package/src/registry/substrate.ts +0 -632
  128. package/tsconfig.build.json +0 -15
  129. package/tsconfig.build.tsbuildinfo +0 -1
  130. /package/{build/augment.d.ts → augment.d.ts} +0 -0
  131. /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
  132. /package/{build → cjs}/index.d.ts +0 -0
  133. /package/{build → cjs}/lookup/definitions.d.ts +0 -0
  134. /package/{build → cjs}/lookup/index.d.ts +0 -0
  135. /package/{build → cjs}/packageDetect.d.ts +0 -0
  136. /package/{build → cjs}/packageInfo.d.ts +0 -0
  137. /package/{build → cjs}/registry/index.d.ts +0 -0
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ require("@pezkuwi/types/types/registry");
@@ -0,0 +1,35 @@
1
+ import '@pezkuwi/types/types/registry';
2
+ import type { DicleRuntimeConstantsProxyProxyType, PezpalletRcMigratorRecoveryRecoveryStage, PezpalletRcMigratorSocietySocietyStage, PezpalletRecoveryDepositKind, StagingDicleRuntimeBurnDestinationAccount, StagingDicleRuntimeDynamicParamsInflationFalloff, StagingDicleRuntimeDynamicParamsInflationIdealStake, StagingDicleRuntimeDynamicParamsInflationMaxInflation, StagingDicleRuntimeDynamicParamsInflationMinInflation, StagingDicleRuntimeDynamicParamsInflationParameters, StagingDicleRuntimeDynamicParamsInflationParametersKey, StagingDicleRuntimeDynamicParamsInflationParametersValue, StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots, StagingDicleRuntimeDynamicParamsTreasuryBurnDestination, StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, StagingDicleRuntimeDynamicParamsTreasuryParameters, StagingDicleRuntimeDynamicParamsTreasuryParametersKey, StagingDicleRuntimeDynamicParamsTreasuryParametersValue, StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, StagingDicleRuntimeNposCompactSolution24, StagingDicleRuntimeOriginCaller, StagingDicleRuntimeRuntime, StagingDicleRuntimeRuntimeError, StagingDicleRuntimeRuntimeFreezeReason, StagingDicleRuntimeRuntimeHoldReason, StagingDicleRuntimeRuntimeParameters, StagingDicleRuntimeRuntimeParametersKey, StagingDicleRuntimeRuntimeParametersValue, StagingDicleRuntimeSessionKeys } from '@pezkuwi/types/lookup';
3
+ declare module '@pezkuwi/types/types/registry' {
4
+ interface InterfaceTypes {
5
+ DicleRuntimeConstantsProxyProxyType: DicleRuntimeConstantsProxyProxyType;
6
+ PezpalletRcMigratorRecoveryRecoveryStage: PezpalletRcMigratorRecoveryRecoveryStage;
7
+ PezpalletRcMigratorSocietySocietyStage: PezpalletRcMigratorSocietySocietyStage;
8
+ PezpalletRecoveryDepositKind: PezpalletRecoveryDepositKind;
9
+ StagingDicleRuntimeBurnDestinationAccount: StagingDicleRuntimeBurnDestinationAccount;
10
+ StagingDicleRuntimeDynamicParamsInflationFalloff: StagingDicleRuntimeDynamicParamsInflationFalloff;
11
+ StagingDicleRuntimeDynamicParamsInflationIdealStake: StagingDicleRuntimeDynamicParamsInflationIdealStake;
12
+ StagingDicleRuntimeDynamicParamsInflationMaxInflation: StagingDicleRuntimeDynamicParamsInflationMaxInflation;
13
+ StagingDicleRuntimeDynamicParamsInflationMinInflation: StagingDicleRuntimeDynamicParamsInflationMinInflation;
14
+ StagingDicleRuntimeDynamicParamsInflationParameters: StagingDicleRuntimeDynamicParamsInflationParameters;
15
+ StagingDicleRuntimeDynamicParamsInflationParametersKey: StagingDicleRuntimeDynamicParamsInflationParametersKey;
16
+ StagingDicleRuntimeDynamicParamsInflationParametersValue: StagingDicleRuntimeDynamicParamsInflationParametersValue;
17
+ StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots: StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots;
18
+ StagingDicleRuntimeDynamicParamsTreasuryBurnDestination: StagingDicleRuntimeDynamicParamsTreasuryBurnDestination;
19
+ StagingDicleRuntimeDynamicParamsTreasuryBurnPortion: StagingDicleRuntimeDynamicParamsTreasuryBurnPortion;
20
+ StagingDicleRuntimeDynamicParamsTreasuryParameters: StagingDicleRuntimeDynamicParamsTreasuryParameters;
21
+ StagingDicleRuntimeDynamicParamsTreasuryParametersKey: StagingDicleRuntimeDynamicParamsTreasuryParametersKey;
22
+ StagingDicleRuntimeDynamicParamsTreasuryParametersValue: StagingDicleRuntimeDynamicParamsTreasuryParametersValue;
23
+ StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
24
+ StagingDicleRuntimeNposCompactSolution24: StagingDicleRuntimeNposCompactSolution24;
25
+ StagingDicleRuntimeOriginCaller: StagingDicleRuntimeOriginCaller;
26
+ StagingDicleRuntimeRuntime: StagingDicleRuntimeRuntime;
27
+ StagingDicleRuntimeRuntimeError: StagingDicleRuntimeRuntimeError;
28
+ StagingDicleRuntimeRuntimeFreezeReason: StagingDicleRuntimeRuntimeFreezeReason;
29
+ StagingDicleRuntimeRuntimeHoldReason: StagingDicleRuntimeRuntimeHoldReason;
30
+ StagingDicleRuntimeRuntimeParameters: StagingDicleRuntimeRuntimeParameters;
31
+ StagingDicleRuntimeRuntimeParametersKey: StagingDicleRuntimeRuntimeParametersKey;
32
+ StagingDicleRuntimeRuntimeParametersValue: StagingDicleRuntimeRuntimeParametersValue;
33
+ StagingDicleRuntimeSessionKeys: StagingDicleRuntimeSessionKeys;
34
+ }
35
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ require("@pezkuwi/types/types/registry");
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ require("./interfaces.js");
@@ -1,4 +1,4 @@
1
- import '@polkadot/types/types/registry';
1
+ import '@pezkuwi/types/types/registry';
2
2
  import type { Data, StorageKey } from '@pezkuwi/types';
3
3
  import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, ISize, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, isize, u128, u16, u256, u32, u64, u8, usize } from '@pezkuwi/types-codec';
4
4
  import type { TAssetConversion } from '@pezkuwi/types/interfaces/assetConversion';
@@ -21,7 +21,6 @@ import type { AuthorityId, RawVRFOutput } from '@pezkuwi/types/interfaces/consen
21
21
  import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@pezkuwi/types/interfaces/contracts';
22
22
  import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractConstructorSpecV4, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractContractSpecV5, ContractContractSpecV6, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEnvironmentV4, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractEventSpecV3, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMessageSpecV3, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractMetadataV5, ContractMetadataV6, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractReviveProjectInfo, ContractReviveProjectSource, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@pezkuwi/types/interfaces/contractsAbi';
23
23
  import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@pezkuwi/types/interfaces/crowdloan';
24
- import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@pezkuwi/types/interfaces/cumulus';
25
24
  import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@pezkuwi/types/interfaces/democracy';
26
25
  import type { BlockStats } from '@pezkuwi/types/interfaces/dev';
27
26
  import type { CallDryRunEffects, DispatchResultWithPostInfo, PostDispatchInfo, XcmDryRunApiError, XcmDryRunEffects } from '@pezkuwi/types/interfaces/dryRunApi';
@@ -38,21 +37,21 @@ import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, A
38
37
  import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@pezkuwi/types/interfaces/identity';
39
38
  import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@pezkuwi/types/interfaces/imOnline';
40
39
  import type { CallIndex, LotteryConfig } from '@pezkuwi/types/interfaces/lottery';
41
- import type { CustomMetadata15, CustomValueMetadata15, EnumDeprecationInfoV16, ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, ExtrinsicMetadataV15, ExtrinsicMetadataV16, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, ItemDeprecationInfoV16, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV15, MetadataV16, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, OuterEnums15, PalletAssociatedTypeMetadataV16, PalletCallMetadataLatest, PalletCallMetadataV14, PalletCallMetadataV16, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletConstantMetadataV16, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletErrorMetadataV16, PalletEventMetadataLatest, PalletEventMetadataV14, PalletEventMetadataV16, PalletMetadataLatest, PalletMetadataV14, PalletMetadataV15, PalletMetadataV16, PalletStorageMetadataLatest, PalletStorageMetadataV14, PalletStorageMetadataV16, PalletViewFunctionMetadataV16, PortableType, PortableTypeV14, RuntimeApiMetadataLatest, RuntimeApiMetadataV15, RuntimeApiMetadataV16, RuntimeApiMethodMetadataV15, RuntimeApiMethodMetadataV16, RuntimeApiMethodParamMetadataV15, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV16, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9, TransactionExtensionMetadataLatest, TransactionExtensionMetadataV16, VariantDeprecationInfoV16 } from '@pezkuwi/types/interfaces/metadata';
40
+ import type { CustomMetadata15, CustomValueMetadata15, EnumDeprecationInfoV16, ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, ExtrinsicMetadataV15, ExtrinsicMetadataV16, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, ItemDeprecationInfoV16, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV15, MetadataV16, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, OuterEnums15, PezpalletAssociatedTypeMetadataV16, PezpalletCallMetadataLatest, PezpalletCallMetadataV14, PezpalletCallMetadataV16, PezpalletConstantMetadataLatest, PezpalletConstantMetadataV14, PezpalletConstantMetadataV16, PezpalletErrorMetadataLatest, PezpalletErrorMetadataV14, PezpalletErrorMetadataV16, PezpalletEventMetadataLatest, PezpalletEventMetadataV14, PezpalletEventMetadataV16, PezpalletMetadataLatest, PezpalletMetadataV14, PezpalletMetadataV15, PezpalletMetadataV16, PezpalletStorageMetadataLatest, PezpalletStorageMetadataV14, PezpalletStorageMetadataV16, PezpalletViewFunctionMetadataV16, PortableType, PortableTypeV14, RuntimeApiMetadataLatest, RuntimeApiMetadataV15, RuntimeApiMetadataV16, RuntimeApiMethodMetadataV15, RuntimeApiMethodMetadataV16, RuntimeApiMethodParamMetadataV15, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV16, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9, TransactionExtensionMetadataLatest, TransactionExtensionMetadataV16, VariantDeprecationInfoV16 } from '@pezkuwi/types/interfaces/metadata';
42
41
  import type { Mixnode, MixnodesErr, SessionPhase, SessionStatus } from '@pezkuwi/types/interfaces/mixnet';
43
42
  import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrHash, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@pezkuwi/types/interfaces/mmr';
44
43
  import type { NftCollectionId, NftItemId } from '@pezkuwi/types/interfaces/nfts';
45
44
  import type { NpApiError, NpPoolId } from '@pezkuwi/types/interfaces/nompools';
46
45
  import type { StorageKind } from '@pezkuwi/types/interfaces/offchain';
47
46
  import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@pezkuwi/types/interfaces/offences';
48
- import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, ApprovalVotingParams, AssignmentId, AssignmentKind, AsyncBackingParams, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, BackingState, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, Constraints, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpLimitations, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, NodeFeatures, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpChannelLimitations, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@pezkuwi/types/interfaces/parachains';
49
47
  import type { FeeDetails, InclusionFee, RuntimeDispatchInfo, RuntimeDispatchInfoV1, RuntimeDispatchInfoV2 } from '@pezkuwi/types/interfaces/payment';
48
+ import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@pezkuwi/types/interfaces/pezcumulus';
50
49
  import type { Approvals } from '@pezkuwi/types/interfaces/poll';
51
50
  import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@pezkuwi/types/interfaces/proxy';
52
51
  import type { AccountStatus, AccountValidity } from '@pezkuwi/types/interfaces/purchase';
53
52
  import type { ActiveRecovery, RecoveryConfig } from '@pezkuwi/types/interfaces/recovery';
54
53
  import type { RpcMethods } from '@pezkuwi/types/interfaces/rpc';
55
- import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicInclusionMode, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@pezkuwi/types/interfaces/runtime';
54
+ import type { AccountId, AccountId20, AccountId32, AccountId33, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicInclusionMode, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, Pays, PerU16, Perbill, Percent, Permill, Perquintill, PezpalletId, PezpalletVersion, PezpalletsOrigin, Phantom, PhantomData, PreRuntime, Releases, RuntimeCall, RuntimeDbWeight, RuntimeEvent, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier, WeightV0, WeightV1, WeightV2 } from '@pezkuwi/types/interfaces/runtime';
56
55
  import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@pezkuwi/types/interfaces/scaleInfo';
57
56
  import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@pezkuwi/types/interfaces/scheduler';
58
57
  import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@pezkuwi/types/interfaces/session';
@@ -62,16 +61,17 @@ import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTrac
62
61
  import type { StatementStoreInvalidStatement, StatementStoreStatementSource, StatementStoreValidStatement } from '@pezkuwi/types/interfaces/statement';
63
62
  import type { WeightToFeeCoefficient } from '@pezkuwi/types/interfaces/support';
64
63
  import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@pezkuwi/types/interfaces/system';
64
+ import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, ApprovalVotingParams, AssignmentId, AssignmentKind, AsyncBackingParams, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, BackingState, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, Constraints, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeProof, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DisputesTimeSlot, DoubleVoteReport, DownwardMessage, ExecutorParam, ExecutorParams, ExecutorParamsHash, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpLimitations, InboundHrmpMessage, InboundHrmpMessages, IncomingTeyrchain, IncomingTeyrchainDeploy, IncomingTeyrchainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, NodeFeatures, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpChannelLimitations, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PendingSlashes, PersistedValidationData, PvfCheckStatement, PvfExecTimeoutKind, PvfPrepTimeoutKind, QueuedParathread, RegisteredTeyrchainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlashingOffenceKind, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TeyrchainDispatchOrigin, TeyrchainInherentData, TeyrchainProposal, TeyrchainsInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@pezkuwi/types/interfaces/teyrchains';
65
65
  import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@pezkuwi/types/interfaces/treasury';
66
66
  import type { Multiplier } from '@pezkuwi/types/interfaces/txpayment';
67
67
  import type { TransactionSource, TransactionValidity, ValidTransaction } from '@pezkuwi/types/interfaces/txqueue';
68
68
  import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@pezkuwi/types/interfaces/uniques';
69
69
  import type { Multisig, Timepoint } from '@pezkuwi/types/interfaces/utility';
70
70
  import type { VestingInfo } from '@pezkuwi/types/interfaces/vesting';
71
- import type { AssetIdV2, AssetIdV3, AssetIdV4, AssetIdV5, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, AssetInstanceV3, AssetInstanceV4, AssetInstanceV5, BodyId, BodyIdV2, BodyIdV3, BodyPart, BodyPartV2, BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, FungibilityV3, FungibilityV4, FungibilityV5, HintV5, InboundStatus, InstructionV2, InstructionV3, InstructionV4, InstructionV5, InteriorMultiLocation, InteriorMultiLocationV2, InteriorMultiLocationV3, InteriorMultiLocationV5, Junction, JunctionV0, JunctionV1, JunctionV2, JunctionV3, JunctionV4, JunctionV5, Junctions, JunctionsV1, JunctionsV2, JunctionsV3, JunctionsV4, JunctionsV5, MaxPalletNameLen, MaxPalletsInfo, MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetFilterV3, MultiAssetFilterV4, MultiAssetFilterV5, MultiAssetTransferFilterV5, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssetV3, MultiAssetV4, MultiAssetV5, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiAssetsV3, MultiAssetsV4, MultiAssetsV5, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, MultiLocationV3, MultiLocationV4, MultiLocationV5, NetworkId, NetworkIdV2, NetworkIdV3, NetworkIdV4, NetworkIdV5, OriginKindV0, OriginKindV1, OriginKindV2, OriginKindV3, OriginKindV4, OutboundStatus, Outcome, OutcomeV4, PalletInfoV3, PalletInfoV4, PalletInfoV5, QueryId, QueryResponseInfoV3, QueryResponseInfoV4, QueryResponseInfoV5, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV3, ResponseV3Error, ResponseV3Result, ResponseV4, ResponseV5, UncheckedFungibilityV4, UncheckedFungibilityV5, VersionMigrationStage, VersionV3, VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildFungibilityV3, WildFungibilityV4, WildFungibilityV5, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, WildMultiAssetV3, WildMultiAssetV4, WildMultiAssetV5, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmErrorV3, XcmErrorV4, XcmErrorV5, XcmOrderV0, XcmOrderV1, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmV3, XcmV4, XcmV5, XcmVersion, XcmpMessageFormat } from '@pezkuwi/types/interfaces/xcm';
71
+ import type { AssetIdV2, AssetIdV3, AssetIdV4, AssetIdV5, AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, AssetInstanceV3, AssetInstanceV4, AssetInstanceV5, BodyId, BodyIdV2, BodyIdV3, BodyPart, BodyPartV2, BodyPartV3, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, FungibilityV3, FungibilityV4, FungibilityV5, HintV5, InboundStatus, InstructionV2, InstructionV3, InstructionV4, InstructionV5, InteriorMultiLocation, InteriorMultiLocationV2, InteriorMultiLocationV3, InteriorMultiLocationV5, Junction, JunctionV0, JunctionV1, JunctionV2, JunctionV3, JunctionV4, JunctionV5, Junctions, JunctionsV1, JunctionsV2, JunctionsV3, JunctionsV4, JunctionsV5, MaxPezpalletNameLen, MaxPezpalletsInfo, MaybeErrorCodeV3, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetFilterV3, MultiAssetFilterV4, MultiAssetFilterV5, MultiAssetTransferFilterV5, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssetV3, MultiAssetV4, MultiAssetV5, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiAssetsV3, MultiAssetsV4, MultiAssetsV5, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, MultiLocationV3, MultiLocationV4, MultiLocationV5, NetworkId, NetworkIdV2, NetworkIdV3, NetworkIdV4, NetworkIdV5, OriginKindV0, OriginKindV1, OriginKindV2, OriginKindV3, OriginKindV4, OutboundStatus, Outcome, OutcomeV4, PezpalletInfoV3, PezpalletInfoV4, PezpalletInfoV5, QueryId, QueryResponseInfoV3, QueryResponseInfoV4, QueryResponseInfoV5, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV3, ResponseV3Error, ResponseV3Result, ResponseV4, ResponseV5, UncheckedFungibilityV4, UncheckedFungibilityV5, VersionMigrationStage, VersionV3, VersionV4, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WeightLimitV3, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildFungibilityV3, WildFungibilityV4, WildFungibilityV5, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, WildMultiAssetV3, WildMultiAssetV4, WildMultiAssetV5, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmErrorV3, XcmErrorV4, XcmErrorV5, XcmOrderV0, XcmOrderV1, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmV3, XcmV4, XcmV5, XcmVersion, XcmpMessageFormat } from '@pezkuwi/types/interfaces/xcm';
72
72
  import type { XcmPaymentApiError } from '@pezkuwi/types/interfaces/xcmPaymentApi';
73
73
  import type { Error } from '@pezkuwi/types/interfaces/xcmRuntimeApi';
74
- declare module '@polkadot/types/types/registry' {
74
+ declare module '@pezkuwi/types/types/registry' {
75
75
  interface InterfaceTypes {
76
76
  AbridgedCandidateReceipt: AbridgedCandidateReceipt;
77
77
  AbridgedHostConfiguration: AbridgedHostConfiguration;
@@ -628,9 +628,9 @@ declare module '@polkadot/types/types/registry' {
628
628
  InboundStatus: InboundStatus;
629
629
  IncludedBlocks: IncludedBlocks;
630
630
  InclusionFee: InclusionFee;
631
- IncomingParachain: IncomingParachain;
632
- IncomingParachainDeploy: IncomingParachainDeploy;
633
- IncomingParachainFixed: IncomingParachainFixed;
631
+ IncomingTeyrchain: IncomingTeyrchain;
632
+ IncomingTeyrchainDeploy: IncomingTeyrchainDeploy;
633
+ IncomingTeyrchainFixed: IncomingTeyrchainFixed;
634
634
  Index: Index;
635
635
  IndicesLookupSource: IndicesLookupSource;
636
636
  IndividualExposure: IndividualExposure;
@@ -698,8 +698,8 @@ declare module '@polkadot/types/types/registry' {
698
698
  LookupSource: LookupSource;
699
699
  LookupTarget: LookupTarget;
700
700
  LotteryConfig: LotteryConfig;
701
- MaxPalletNameLen: MaxPalletNameLen;
702
- MaxPalletsInfo: MaxPalletsInfo;
701
+ MaxPezpalletNameLen: MaxPezpalletNameLen;
702
+ MaxPezpalletsInfo: MaxPezpalletsInfo;
703
703
  MaybeErrorCodeV3: MaybeErrorCodeV3;
704
704
  MaybeRandomness: MaybeRandomness;
705
705
  MaybeVrf: MaybeVrf;
@@ -849,37 +849,6 @@ declare module '@polkadot/types/types/registry' {
849
849
  Owner: Owner;
850
850
  PageCounter: PageCounter;
851
851
  PageIndexData: PageIndexData;
852
- PalletAssociatedTypeMetadataV16: PalletAssociatedTypeMetadataV16;
853
- PalletCallMetadataLatest: PalletCallMetadataLatest;
854
- PalletCallMetadataV14: PalletCallMetadataV14;
855
- PalletCallMetadataV16: PalletCallMetadataV16;
856
- PalletConstantMetadataLatest: PalletConstantMetadataLatest;
857
- PalletConstantMetadataV14: PalletConstantMetadataV14;
858
- PalletConstantMetadataV16: PalletConstantMetadataV16;
859
- PalletErrorMetadataLatest: PalletErrorMetadataLatest;
860
- PalletErrorMetadataV14: PalletErrorMetadataV14;
861
- PalletErrorMetadataV16: PalletErrorMetadataV16;
862
- PalletEventMetadataLatest: PalletEventMetadataLatest;
863
- PalletEventMetadataV14: PalletEventMetadataV14;
864
- PalletEventMetadataV16: PalletEventMetadataV16;
865
- PalletId: PalletId;
866
- PalletInfoV3: PalletInfoV3;
867
- PalletInfoV4: PalletInfoV4;
868
- PalletInfoV5: PalletInfoV5;
869
- PalletMetadataLatest: PalletMetadataLatest;
870
- PalletMetadataV14: PalletMetadataV14;
871
- PalletMetadataV15: PalletMetadataV15;
872
- PalletMetadataV16: PalletMetadataV16;
873
- PalletsOrigin: PalletsOrigin;
874
- PalletStorageMetadataLatest: PalletStorageMetadataLatest;
875
- PalletStorageMetadataV14: PalletStorageMetadataV14;
876
- PalletStorageMetadataV16: PalletStorageMetadataV16;
877
- PalletVersion: PalletVersion;
878
- PalletViewFunctionMetadataV16: PalletViewFunctionMetadataV16;
879
- ParachainDispatchOrigin: ParachainDispatchOrigin;
880
- ParachainInherentData: ParachainInherentData;
881
- ParachainProposal: ParachainProposal;
882
- ParachainsInherentData: ParachainsInherentData;
883
852
  ParaGenesisArgs: ParaGenesisArgs;
884
853
  ParaId: ParaId;
885
854
  ParaInfo: ParaInfo;
@@ -914,6 +883,33 @@ declare module '@polkadot/types/types/registry' {
914
883
  Perquintill: Perquintill;
915
884
  PersistedValidationData: PersistedValidationData;
916
885
  PerU16: PerU16;
886
+ PezpalletAssociatedTypeMetadataV16: PezpalletAssociatedTypeMetadataV16;
887
+ PezpalletCallMetadataLatest: PezpalletCallMetadataLatest;
888
+ PezpalletCallMetadataV14: PezpalletCallMetadataV14;
889
+ PezpalletCallMetadataV16: PezpalletCallMetadataV16;
890
+ PezpalletConstantMetadataLatest: PezpalletConstantMetadataLatest;
891
+ PezpalletConstantMetadataV14: PezpalletConstantMetadataV14;
892
+ PezpalletConstantMetadataV16: PezpalletConstantMetadataV16;
893
+ PezpalletErrorMetadataLatest: PezpalletErrorMetadataLatest;
894
+ PezpalletErrorMetadataV14: PezpalletErrorMetadataV14;
895
+ PezpalletErrorMetadataV16: PezpalletErrorMetadataV16;
896
+ PezpalletEventMetadataLatest: PezpalletEventMetadataLatest;
897
+ PezpalletEventMetadataV14: PezpalletEventMetadataV14;
898
+ PezpalletEventMetadataV16: PezpalletEventMetadataV16;
899
+ PezpalletId: PezpalletId;
900
+ PezpalletInfoV3: PezpalletInfoV3;
901
+ PezpalletInfoV4: PezpalletInfoV4;
902
+ PezpalletInfoV5: PezpalletInfoV5;
903
+ PezpalletMetadataLatest: PezpalletMetadataLatest;
904
+ PezpalletMetadataV14: PezpalletMetadataV14;
905
+ PezpalletMetadataV15: PezpalletMetadataV15;
906
+ PezpalletMetadataV16: PezpalletMetadataV16;
907
+ PezpalletsOrigin: PezpalletsOrigin;
908
+ PezpalletStorageMetadataLatest: PezpalletStorageMetadataLatest;
909
+ PezpalletStorageMetadataV14: PezpalletStorageMetadataV14;
910
+ PezpalletStorageMetadataV16: PezpalletStorageMetadataV16;
911
+ PezpalletVersion: PezpalletVersion;
912
+ PezpalletViewFunctionMetadataV16: PezpalletViewFunctionMetadataV16;
917
913
  Phantom: Phantom;
918
914
  PhantomData: PhantomData;
919
915
  Phase: Phase;
@@ -976,7 +972,7 @@ declare module '@polkadot/types/types/registry' {
976
972
  ReferendumInfoFinished: ReferendumInfoFinished;
977
973
  ReferendumInfoTo239: ReferendumInfoTo239;
978
974
  ReferendumStatus: ReferendumStatus;
979
- RegisteredParachainInfo: RegisteredParachainInfo;
975
+ RegisteredTeyrchainInfo: RegisteredTeyrchainInfo;
980
976
  RegistrarIndex: RegistrarIndex;
981
977
  RegistrarInfo: RegistrarInfo;
982
978
  Registration: Registration;
@@ -1209,6 +1205,10 @@ declare module '@polkadot/types/types/registry' {
1209
1205
  TAssetConversion: TAssetConversion;
1210
1206
  TAssetDepositBalance: TAssetDepositBalance;
1211
1207
  Text: Text;
1208
+ TeyrchainDispatchOrigin: TeyrchainDispatchOrigin;
1209
+ TeyrchainInherentData: TeyrchainInherentData;
1210
+ TeyrchainProposal: TeyrchainProposal;
1211
+ TeyrchainsInherentData: TeyrchainsInherentData;
1212
1212
  Timepoint: Timepoint;
1213
1213
  TokenError: TokenError;
1214
1214
  TombstoneContractInfo: TombstoneContractInfo;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ require("@pezkuwi/types/types/registry");
@@ -0,0 +1,279 @@
1
+ import '@pezkuwi/types/types/registry';
2
+ import type { BinaryHeapEnqueuedOrder, BinaryHeapReverseQueueIndex, BitvecOrderLsb0, PezframeElectionProviderSupportBoundedSupport, PezframeElectionProviderSupportBoundedSupports, PezframeSupportStorageDisabled, PezkuwiCorePrimitivesInboundDownwardMessage, PezkuwiCorePrimitivesInboundHrmpMessage, PezkuwiCorePrimitivesOutboundHrmpMessage, PezkuwiPrimitivesV8ApprovalVotingParams, PezkuwiPrimitivesV8AssignmentAppPublic, PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams, PezkuwiPrimitivesV8AsyncBackingConstraints, PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations, PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations, PezkuwiPrimitivesV8CandidateCommitments, PezkuwiPrimitivesV8CollatorAppPublic, PezkuwiPrimitivesV8DisputeState, PezkuwiPrimitivesV8DisputeStatement, PezkuwiPrimitivesV8DisputeStatementSet, PezkuwiPrimitivesV8ExecutorParams, PezkuwiPrimitivesV8ExecutorParamsExecutorParam, PezkuwiPrimitivesV8GroupRotationInfo, PezkuwiPrimitivesV8IndexedVecGroupIndex, PezkuwiPrimitivesV8IndexedVecValidatorIndex, PezkuwiPrimitivesV8InvalidDisputeStatementKind, PezkuwiPrimitivesV8OccupiedCoreAssumption, PezkuwiPrimitivesV8PersistedValidationData, PezkuwiPrimitivesV8PvfCheckStatement, PezkuwiPrimitivesV8PvfExecKind, PezkuwiPrimitivesV8PvfPrepKind, PezkuwiPrimitivesV8ScheduledCore, PezkuwiPrimitivesV8SchedulerParams, PezkuwiPrimitivesV8SessionInfo, PezkuwiPrimitivesV8SignedUncheckedSigned, PezkuwiPrimitivesV8SlashingDisputeProof, PezkuwiPrimitivesV8SlashingDisputesTimeSlot, PezkuwiPrimitivesV8SlashingPendingSlashes, PezkuwiPrimitivesV8SlashingSlashingOffenceKind, PezkuwiPrimitivesV8UpgradeGoAhead, PezkuwiPrimitivesV8UpgradeRestriction, PezkuwiPrimitivesV8ValidDisputeStatementKind, PezkuwiPrimitivesV8ValidatorAppPublic, PezkuwiPrimitivesV8ValidatorAppSignature, PezkuwiPrimitivesV8ValidityAttestation, PezkuwiPrimitivesVstagingAsyncBackingBackingState, PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability, PezkuwiPrimitivesVstagingAsyncBackingConstraints, PezkuwiPrimitivesVstagingBackedCandidate, PezkuwiPrimitivesVstagingCandidateDescriptorV2, PezkuwiPrimitivesVstagingCandidateEvent, PezkuwiPrimitivesVstagingCandidateReceiptV2, PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2, PezkuwiPrimitivesVstagingCoreState, PezkuwiPrimitivesVstagingDisputeOffenceKind, PezkuwiPrimitivesVstagingDisputeProof, PezkuwiPrimitivesVstagingInherentData, PezkuwiPrimitivesVstagingOccupiedCore, PezkuwiPrimitivesVstagingPendingSlashes, PezkuwiPrimitivesVstagingScrapedOnChainVotes, PezkuwiRuntimeCommonAuctionsPezpalletCall, PezkuwiRuntimeCommonAuctionsPezpalletError, PezkuwiRuntimeCommonAuctionsPezpalletEvent, PezkuwiRuntimeCommonClaimsEcdsaSignature, PezkuwiRuntimeCommonClaimsEthereumAddress, PezkuwiRuntimeCommonClaimsPezpalletCall, PezkuwiRuntimeCommonClaimsPezpalletError, PezkuwiRuntimeCommonClaimsPezpalletEvent, PezkuwiRuntimeCommonClaimsPrevalidateAttests, PezkuwiRuntimeCommonClaimsStatementKind, PezkuwiRuntimeCommonCrowdloanFundInfo, PezkuwiRuntimeCommonCrowdloanLastContribution, PezkuwiRuntimeCommonCrowdloanPezpalletCall, PezkuwiRuntimeCommonCrowdloanPezpalletError, PezkuwiRuntimeCommonCrowdloanPezpalletEvent, PezkuwiRuntimeCommonImplsVersionedLocatableAsset, PezkuwiRuntimeCommonParasRegistrarParaInfo, PezkuwiRuntimeCommonParasRegistrarPezpalletCall, PezkuwiRuntimeCommonParasRegistrarPezpalletError, PezkuwiRuntimeCommonParasRegistrarPezpalletEvent, PezkuwiRuntimeCommonSlotsPezpalletCall, PezkuwiRuntimeCommonSlotsPezpalletError, PezkuwiRuntimeCommonSlotsPezpalletEvent, PezkuwiRuntimeConstantsProxyProxyType, PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, PezkuwiRuntimeNposCompactSolution16, PezkuwiRuntimeOriginCaller, PezkuwiRuntimeRuntime, PezkuwiRuntimeRuntimeError, PezkuwiRuntimeRuntimeFreezeReason, PezkuwiRuntimeRuntimeHoldReason, PezkuwiRuntimeSessionKeys, PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState, PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError, PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor, PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule, PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState, PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration, PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall, PezkuwiRuntimeTeyrchainsConfigurationPezpalletError, PezkuwiRuntimeTeyrchainsCoretimePezpalletCall, PezkuwiRuntimeTeyrchainsCoretimePezpalletError, PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent, PezkuwiRuntimeTeyrchainsDisputesDisputeLocation, PezkuwiRuntimeTeyrchainsDisputesDisputeResult, PezkuwiRuntimeTeyrchainsDisputesPezpalletCall, PezkuwiRuntimeTeyrchainsDisputesPezpalletError, PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent, PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall, PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError, PezkuwiRuntimeTeyrchainsHrmpHrmpChannel, PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest, PezkuwiRuntimeTeyrchainsHrmpPezpalletCall, PezkuwiRuntimeTeyrchainsHrmpPezpalletError, PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent, PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin, PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability, PezkuwiRuntimeTeyrchainsInclusionPezpalletCall, PezkuwiRuntimeTeyrchainsInclusionPezpalletError, PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent, PezkuwiRuntimeTeyrchainsInclusionUmpQueueId, PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange, PezkuwiRuntimeTeyrchainsInitializerPezpalletCall, PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall, PezkuwiRuntimeTeyrchainsOnDemandPezpalletError, PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent, PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount, PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder, PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType, PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin, PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry, PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall, PezkuwiRuntimeTeyrchainsParasInherentPezpalletError, PezkuwiRuntimeTeyrchainsParasParaGenesisArgs, PezkuwiRuntimeTeyrchainsParasParaLifecycle, PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta, PezkuwiRuntimeTeyrchainsParasPezpalletCall, PezkuwiRuntimeTeyrchainsParasPezpalletError, PezkuwiRuntimeTeyrchainsParasPezpalletEvent, PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState, PezkuwiRuntimeTeyrchainsParasPvfCheckCause, PezkuwiRuntimeTeyrchainsParasReplacementTimes, PezkuwiRuntimeTeyrchainsParasUpgradeStrategy, PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment, PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker, PezkuwiRuntimeTeyrchainsSharedPezpalletCall, PezkuwiRuntimeTeyrchainsSharedRelayParentInfo, PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId, PezpalletBalancesUnexpectedKind, PezpalletRcMigratorAccountsAccountState, PezpalletRcMigratorAccountsMigratedBalances, PezpalletRcMigratorBountiesBountiesStage, PezpalletRcMigratorCall, PezpalletRcMigratorChildBountiesChildBountiesStage, PezpalletRcMigratorClaimsClaimsStage, PezpalletRcMigratorConvictionVotingConvictionVotingStage, PezpalletRcMigratorCrowdloanCrowdloanStage, PezpalletRcMigratorError, PezpalletRcMigratorEvent, PezpalletRcMigratorManagerMultisigVote, PezpalletRcMigratorMigrationSettings, PezpalletRcMigratorMigrationStage, PezpalletRcMigratorQueuePriority, PezpalletRcMigratorReferendaReferendaStage, PezpalletRcMigratorSchedulerSchedulerStage, PezpalletRcMigratorStakingBagsListBagsListStage, PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage, PezpalletRcMigratorStakingNomPoolsNomPoolsStage, PezpalletRcMigratorStakingStakingImplStakingStage, PezpalletRcMigratorTreasuryTreasuryStage, PezpalletReferendaReferendumInfo, PezpalletReferendaReferendumStatus, PezpalletSessionHistoricalPezpalletEvent, PezpalletSessionHoldReason, PezpalletStakingAsyncAhClientCall, PezpalletStakingAsyncAhClientError, PezpalletStakingAsyncAhClientEvent, PezpalletStakingAsyncAhClientOperatingMode, PezpalletStakingAsyncAhClientUnexpectedKind, PezpalletStakingAsyncRcClientOffence, PezpalletStakingAsyncRcClientSessionReport, PezpalletStakingAsyncRcClientValidatorSetReport, PezpalletTransactionPaymentChargeTransactionPayment, PezpalletXcmAuthorizedAliasesEntry, PezpalletXcmCall, PezpalletXcmError, PezpalletXcmErrorsExecutionError, PezpalletXcmEvent, PezpalletXcmHoldReason, PezpalletXcmMaxAuthorizedAliases, PezpalletXcmOrigin, PezpalletXcmQueryStatus, PezpalletXcmRemoteLockedFungibleRecord, PezpalletXcmVersionMigrationStage, PezspRuntimeMultiSigner, RelayCommonApisInflationInfo, StagingXcmExecutorAssetTransferTransferType, StagingXcmV3MultiLocation, StagingXcmV4Asset, StagingXcmV4AssetAssetFilter, StagingXcmV4AssetAssetId, StagingXcmV4AssetAssetInstance, StagingXcmV4AssetAssets, StagingXcmV4AssetFungibility, StagingXcmV4AssetWildAsset, StagingXcmV4AssetWildFungibility, StagingXcmV4Instruction, StagingXcmV4Junction, StagingXcmV4JunctionNetworkId, StagingXcmV4Junctions, StagingXcmV4Location, StagingXcmV4PezpalletInfo, StagingXcmV4QueryResponseInfo, StagingXcmV4Response, StagingXcmV4Xcm, StagingXcmV5Asset, StagingXcmV5AssetAssetFilter, StagingXcmV5AssetAssetId, StagingXcmV5AssetAssetInstance, StagingXcmV5AssetAssetTransferFilter, StagingXcmV5AssetAssets, StagingXcmV5AssetFungibility, StagingXcmV5AssetWildAsset, StagingXcmV5AssetWildFungibility, StagingXcmV5Hint, StagingXcmV5Instruction, StagingXcmV5Junction, StagingXcmV5JunctionNetworkId, StagingXcmV5Junctions, StagingXcmV5Location, StagingXcmV5PezpalletInfo, StagingXcmV5QueryResponseInfo, StagingXcmV5Response, StagingXcmV5TraitsInstructionError, StagingXcmV5TraitsOutcome, StagingXcmV5Xcm, XcmDoubleEncoded, XcmRuntimeApisAuthorizedAliasesOriginAliaser, XcmRuntimeApisConversionsError, XcmRuntimeApisDryRunCallDryRunEffects, XcmRuntimeApisDryRunError, XcmRuntimeApisDryRunXcmDryRunEffects, XcmRuntimeApisFeesError, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3OriginKind, XcmV3PezpalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsSendError, XcmV3WeightLimit, XcmV3Xcm, XcmV5TraitsError, XcmVersionedAssetId, XcmVersionedAssets, XcmVersionedLocation, XcmVersionedResponse, XcmVersionedXcm } from '@pezkuwi/types/lookup';
3
+ declare module '@pezkuwi/types/types/registry' {
4
+ interface InterfaceTypes {
5
+ BinaryHeapEnqueuedOrder: BinaryHeapEnqueuedOrder;
6
+ BinaryHeapReverseQueueIndex: BinaryHeapReverseQueueIndex;
7
+ BitvecOrderLsb0: BitvecOrderLsb0;
8
+ PezframeElectionProviderSupportBoundedSupport: PezframeElectionProviderSupportBoundedSupport;
9
+ PezframeElectionProviderSupportBoundedSupports: PezframeElectionProviderSupportBoundedSupports;
10
+ PezframeSupportStorageDisabled: PezframeSupportStorageDisabled;
11
+ PezkuwiCorePrimitivesInboundDownwardMessage: PezkuwiCorePrimitivesInboundDownwardMessage;
12
+ PezkuwiCorePrimitivesInboundHrmpMessage: PezkuwiCorePrimitivesInboundHrmpMessage;
13
+ PezkuwiCorePrimitivesOutboundHrmpMessage: PezkuwiCorePrimitivesOutboundHrmpMessage;
14
+ PezkuwiPrimitivesV8ApprovalVotingParams: PezkuwiPrimitivesV8ApprovalVotingParams;
15
+ PezkuwiPrimitivesV8AssignmentAppPublic: PezkuwiPrimitivesV8AssignmentAppPublic;
16
+ PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams: PezkuwiPrimitivesV8AsyncBackingAsyncBackingParams;
17
+ PezkuwiPrimitivesV8AsyncBackingConstraints: PezkuwiPrimitivesV8AsyncBackingConstraints;
18
+ PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations: PezkuwiPrimitivesV8AsyncBackingInboundHrmpLimitations;
19
+ PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations: PezkuwiPrimitivesV8AsyncBackingOutboundHrmpChannelLimitations;
20
+ PezkuwiPrimitivesV8CandidateCommitments: PezkuwiPrimitivesV8CandidateCommitments;
21
+ PezkuwiPrimitivesV8CollatorAppPublic: PezkuwiPrimitivesV8CollatorAppPublic;
22
+ PezkuwiPrimitivesV8DisputeState: PezkuwiPrimitivesV8DisputeState;
23
+ PezkuwiPrimitivesV8DisputeStatement: PezkuwiPrimitivesV8DisputeStatement;
24
+ PezkuwiPrimitivesV8DisputeStatementSet: PezkuwiPrimitivesV8DisputeStatementSet;
25
+ PezkuwiPrimitivesV8ExecutorParams: PezkuwiPrimitivesV8ExecutorParams;
26
+ PezkuwiPrimitivesV8ExecutorParamsExecutorParam: PezkuwiPrimitivesV8ExecutorParamsExecutorParam;
27
+ PezkuwiPrimitivesV8GroupRotationInfo: PezkuwiPrimitivesV8GroupRotationInfo;
28
+ PezkuwiPrimitivesV8IndexedVecGroupIndex: PezkuwiPrimitivesV8IndexedVecGroupIndex;
29
+ PezkuwiPrimitivesV8IndexedVecValidatorIndex: PezkuwiPrimitivesV8IndexedVecValidatorIndex;
30
+ PezkuwiPrimitivesV8InvalidDisputeStatementKind: PezkuwiPrimitivesV8InvalidDisputeStatementKind;
31
+ PezkuwiPrimitivesV8OccupiedCoreAssumption: PezkuwiPrimitivesV8OccupiedCoreAssumption;
32
+ PezkuwiPrimitivesV8PersistedValidationData: PezkuwiPrimitivesV8PersistedValidationData;
33
+ PezkuwiPrimitivesV8PvfCheckStatement: PezkuwiPrimitivesV8PvfCheckStatement;
34
+ PezkuwiPrimitivesV8PvfExecKind: PezkuwiPrimitivesV8PvfExecKind;
35
+ PezkuwiPrimitivesV8PvfPrepKind: PezkuwiPrimitivesV8PvfPrepKind;
36
+ PezkuwiPrimitivesV8ScheduledCore: PezkuwiPrimitivesV8ScheduledCore;
37
+ PezkuwiPrimitivesV8SchedulerParams: PezkuwiPrimitivesV8SchedulerParams;
38
+ PezkuwiPrimitivesV8SessionInfo: PezkuwiPrimitivesV8SessionInfo;
39
+ PezkuwiPrimitivesV8SignedUncheckedSigned: PezkuwiPrimitivesV8SignedUncheckedSigned;
40
+ PezkuwiPrimitivesV8SlashingDisputeProof: PezkuwiPrimitivesV8SlashingDisputeProof;
41
+ PezkuwiPrimitivesV8SlashingDisputesTimeSlot: PezkuwiPrimitivesV8SlashingDisputesTimeSlot;
42
+ PezkuwiPrimitivesV8SlashingPendingSlashes: PezkuwiPrimitivesV8SlashingPendingSlashes;
43
+ PezkuwiPrimitivesV8SlashingSlashingOffenceKind: PezkuwiPrimitivesV8SlashingSlashingOffenceKind;
44
+ PezkuwiPrimitivesV8UpgradeGoAhead: PezkuwiPrimitivesV8UpgradeGoAhead;
45
+ PezkuwiPrimitivesV8UpgradeRestriction: PezkuwiPrimitivesV8UpgradeRestriction;
46
+ PezkuwiPrimitivesV8ValidDisputeStatementKind: PezkuwiPrimitivesV8ValidDisputeStatementKind;
47
+ PezkuwiPrimitivesV8ValidatorAppPublic: PezkuwiPrimitivesV8ValidatorAppPublic;
48
+ PezkuwiPrimitivesV8ValidatorAppSignature: PezkuwiPrimitivesV8ValidatorAppSignature;
49
+ PezkuwiPrimitivesV8ValidityAttestation: PezkuwiPrimitivesV8ValidityAttestation;
50
+ PezkuwiPrimitivesVstagingAsyncBackingBackingState: PezkuwiPrimitivesVstagingAsyncBackingBackingState;
51
+ PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability: PezkuwiPrimitivesVstagingAsyncBackingCandidatePendingAvailability;
52
+ PezkuwiPrimitivesVstagingAsyncBackingConstraints: PezkuwiPrimitivesVstagingAsyncBackingConstraints;
53
+ PezkuwiPrimitivesVstagingBackedCandidate: PezkuwiPrimitivesVstagingBackedCandidate;
54
+ PezkuwiPrimitivesVstagingCandidateDescriptorV2: PezkuwiPrimitivesVstagingCandidateDescriptorV2;
55
+ PezkuwiPrimitivesVstagingCandidateEvent: PezkuwiPrimitivesVstagingCandidateEvent;
56
+ PezkuwiPrimitivesVstagingCandidateReceiptV2: PezkuwiPrimitivesVstagingCandidateReceiptV2;
57
+ PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2: PezkuwiPrimitivesVstagingCommittedCandidateReceiptV2;
58
+ PezkuwiPrimitivesVstagingCoreState: PezkuwiPrimitivesVstagingCoreState;
59
+ PezkuwiPrimitivesVstagingDisputeOffenceKind: PezkuwiPrimitivesVstagingDisputeOffenceKind;
60
+ PezkuwiPrimitivesVstagingDisputeProof: PezkuwiPrimitivesVstagingDisputeProof;
61
+ PezkuwiPrimitivesVstagingInherentData: PezkuwiPrimitivesVstagingInherentData;
62
+ PezkuwiPrimitivesVstagingOccupiedCore: PezkuwiPrimitivesVstagingOccupiedCore;
63
+ PezkuwiPrimitivesVstagingPendingSlashes: PezkuwiPrimitivesVstagingPendingSlashes;
64
+ PezkuwiPrimitivesVstagingScrapedOnChainVotes: PezkuwiPrimitivesVstagingScrapedOnChainVotes;
65
+ PezkuwiRuntimeCommonAuctionsPezpalletCall: PezkuwiRuntimeCommonAuctionsPezpalletCall;
66
+ PezkuwiRuntimeCommonAuctionsPezpalletError: PezkuwiRuntimeCommonAuctionsPezpalletError;
67
+ PezkuwiRuntimeCommonAuctionsPezpalletEvent: PezkuwiRuntimeCommonAuctionsPezpalletEvent;
68
+ PezkuwiRuntimeCommonClaimsEcdsaSignature: PezkuwiRuntimeCommonClaimsEcdsaSignature;
69
+ PezkuwiRuntimeCommonClaimsEthereumAddress: PezkuwiRuntimeCommonClaimsEthereumAddress;
70
+ PezkuwiRuntimeCommonClaimsPezpalletCall: PezkuwiRuntimeCommonClaimsPezpalletCall;
71
+ PezkuwiRuntimeCommonClaimsPezpalletError: PezkuwiRuntimeCommonClaimsPezpalletError;
72
+ PezkuwiRuntimeCommonClaimsPezpalletEvent: PezkuwiRuntimeCommonClaimsPezpalletEvent;
73
+ PezkuwiRuntimeCommonClaimsPrevalidateAttests: PezkuwiRuntimeCommonClaimsPrevalidateAttests;
74
+ PezkuwiRuntimeCommonClaimsStatementKind: PezkuwiRuntimeCommonClaimsStatementKind;
75
+ PezkuwiRuntimeCommonCrowdloanFundInfo: PezkuwiRuntimeCommonCrowdloanFundInfo;
76
+ PezkuwiRuntimeCommonCrowdloanLastContribution: PezkuwiRuntimeCommonCrowdloanLastContribution;
77
+ PezkuwiRuntimeCommonCrowdloanPezpalletCall: PezkuwiRuntimeCommonCrowdloanPezpalletCall;
78
+ PezkuwiRuntimeCommonCrowdloanPezpalletError: PezkuwiRuntimeCommonCrowdloanPezpalletError;
79
+ PezkuwiRuntimeCommonCrowdloanPezpalletEvent: PezkuwiRuntimeCommonCrowdloanPezpalletEvent;
80
+ PezkuwiRuntimeCommonImplsVersionedLocatableAsset: PezkuwiRuntimeCommonImplsVersionedLocatableAsset;
81
+ PezkuwiRuntimeCommonParasRegistrarParaInfo: PezkuwiRuntimeCommonParasRegistrarParaInfo;
82
+ PezkuwiRuntimeCommonParasRegistrarPezpalletCall: PezkuwiRuntimeCommonParasRegistrarPezpalletCall;
83
+ PezkuwiRuntimeCommonParasRegistrarPezpalletError: PezkuwiRuntimeCommonParasRegistrarPezpalletError;
84
+ PezkuwiRuntimeCommonParasRegistrarPezpalletEvent: PezkuwiRuntimeCommonParasRegistrarPezpalletEvent;
85
+ PezkuwiRuntimeCommonSlotsPezpalletCall: PezkuwiRuntimeCommonSlotsPezpalletCall;
86
+ PezkuwiRuntimeCommonSlotsPezpalletError: PezkuwiRuntimeCommonSlotsPezpalletError;
87
+ PezkuwiRuntimeCommonSlotsPezpalletEvent: PezkuwiRuntimeCommonSlotsPezpalletEvent;
88
+ PezkuwiRuntimeConstantsProxyProxyType: PezkuwiRuntimeConstantsProxyProxyType;
89
+ PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: PezkuwiRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
90
+ PezkuwiRuntimeNposCompactSolution16: PezkuwiRuntimeNposCompactSolution16;
91
+ PezkuwiRuntimeOriginCaller: PezkuwiRuntimeOriginCaller;
92
+ PezkuwiRuntimeRuntime: PezkuwiRuntimeRuntime;
93
+ PezkuwiRuntimeRuntimeError: PezkuwiRuntimeRuntimeError;
94
+ PezkuwiRuntimeRuntimeFreezeReason: PezkuwiRuntimeRuntimeFreezeReason;
95
+ PezkuwiRuntimeRuntimeHoldReason: PezkuwiRuntimeRuntimeHoldReason;
96
+ PezkuwiRuntimeSessionKeys: PezkuwiRuntimeSessionKeys;
97
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState: PezkuwiRuntimeTeyrchainsAssignerCoretimeAssignmentState;
98
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor: PezkuwiRuntimeTeyrchainsAssignerCoretimeCoreDescriptor;
99
+ PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError: PezkuwiRuntimeTeyrchainsAssignerCoretimePezpalletError;
100
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor: PezkuwiRuntimeTeyrchainsAssignerCoretimeQueueDescriptor;
101
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule: PezkuwiRuntimeTeyrchainsAssignerCoretimeSchedule;
102
+ PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState: PezkuwiRuntimeTeyrchainsAssignerCoretimeWorkState;
103
+ PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration: PezkuwiRuntimeTeyrchainsConfigurationHostConfiguration;
104
+ PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall: PezkuwiRuntimeTeyrchainsConfigurationPezpalletCall;
105
+ PezkuwiRuntimeTeyrchainsConfigurationPezpalletError: PezkuwiRuntimeTeyrchainsConfigurationPezpalletError;
106
+ PezkuwiRuntimeTeyrchainsCoretimePezpalletCall: PezkuwiRuntimeTeyrchainsCoretimePezpalletCall;
107
+ PezkuwiRuntimeTeyrchainsCoretimePezpalletError: PezkuwiRuntimeTeyrchainsCoretimePezpalletError;
108
+ PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent: PezkuwiRuntimeTeyrchainsCoretimePezpalletEvent;
109
+ PezkuwiRuntimeTeyrchainsDisputesDisputeLocation: PezkuwiRuntimeTeyrchainsDisputesDisputeLocation;
110
+ PezkuwiRuntimeTeyrchainsDisputesDisputeResult: PezkuwiRuntimeTeyrchainsDisputesDisputeResult;
111
+ PezkuwiRuntimeTeyrchainsDisputesPezpalletCall: PezkuwiRuntimeTeyrchainsDisputesPezpalletCall;
112
+ PezkuwiRuntimeTeyrchainsDisputesPezpalletError: PezkuwiRuntimeTeyrchainsDisputesPezpalletError;
113
+ PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent: PezkuwiRuntimeTeyrchainsDisputesPezpalletEvent;
114
+ PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall: PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletCall;
115
+ PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError: PezkuwiRuntimeTeyrchainsDisputesSlashingPezpalletError;
116
+ PezkuwiRuntimeTeyrchainsHrmpHrmpChannel: PezkuwiRuntimeTeyrchainsHrmpHrmpChannel;
117
+ PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest: PezkuwiRuntimeTeyrchainsHrmpHrmpOpenChannelRequest;
118
+ PezkuwiRuntimeTeyrchainsHrmpPezpalletCall: PezkuwiRuntimeTeyrchainsHrmpPezpalletCall;
119
+ PezkuwiRuntimeTeyrchainsHrmpPezpalletError: PezkuwiRuntimeTeyrchainsHrmpPezpalletError;
120
+ PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent: PezkuwiRuntimeTeyrchainsHrmpPezpalletEvent;
121
+ PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin: PezkuwiRuntimeTeyrchainsInclusionAggregateMessageOrigin;
122
+ PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability: PezkuwiRuntimeTeyrchainsInclusionCandidatePendingAvailability;
123
+ PezkuwiRuntimeTeyrchainsInclusionPezpalletCall: PezkuwiRuntimeTeyrchainsInclusionPezpalletCall;
124
+ PezkuwiRuntimeTeyrchainsInclusionPezpalletError: PezkuwiRuntimeTeyrchainsInclusionPezpalletError;
125
+ PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent: PezkuwiRuntimeTeyrchainsInclusionPezpalletEvent;
126
+ PezkuwiRuntimeTeyrchainsInclusionUmpQueueId: PezkuwiRuntimeTeyrchainsInclusionUmpQueueId;
127
+ PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange: PezkuwiRuntimeTeyrchainsInitializerBufferedSessionChange;
128
+ PezkuwiRuntimeTeyrchainsInitializerPezpalletCall: PezkuwiRuntimeTeyrchainsInitializerPezpalletCall;
129
+ PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall: PezkuwiRuntimeTeyrchainsOnDemandPezpalletCall;
130
+ PezkuwiRuntimeTeyrchainsOnDemandPezpalletError: PezkuwiRuntimeTeyrchainsOnDemandPezpalletError;
131
+ PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent: PezkuwiRuntimeTeyrchainsOnDemandPezpalletEvent;
132
+ PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount: PezkuwiRuntimeTeyrchainsOnDemandTypesCoreAffinityCount;
133
+ PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder: PezkuwiRuntimeTeyrchainsOnDemandTypesEnqueuedOrder;
134
+ PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType: PezkuwiRuntimeTeyrchainsOnDemandTypesQueueStatusType;
135
+ PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin: PezkuwiRuntimeTeyrchainsOriginPezpalletOrigin;
136
+ PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry: PezkuwiRuntimeTeyrchainsParasAuthorizedCodeHashAndExpiry;
137
+ PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall: PezkuwiRuntimeTeyrchainsParasInherentPezpalletCall;
138
+ PezkuwiRuntimeTeyrchainsParasInherentPezpalletError: PezkuwiRuntimeTeyrchainsParasInherentPezpalletError;
139
+ PezkuwiRuntimeTeyrchainsParasParaGenesisArgs: PezkuwiRuntimeTeyrchainsParasParaGenesisArgs;
140
+ PezkuwiRuntimeTeyrchainsParasParaLifecycle: PezkuwiRuntimeTeyrchainsParasParaLifecycle;
141
+ PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta: PezkuwiRuntimeTeyrchainsParasParaPastCodeMeta;
142
+ PezkuwiRuntimeTeyrchainsParasPezpalletCall: PezkuwiRuntimeTeyrchainsParasPezpalletCall;
143
+ PezkuwiRuntimeTeyrchainsParasPezpalletError: PezkuwiRuntimeTeyrchainsParasPezpalletError;
144
+ PezkuwiRuntimeTeyrchainsParasPezpalletEvent: PezkuwiRuntimeTeyrchainsParasPezpalletEvent;
145
+ PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState: PezkuwiRuntimeTeyrchainsParasPvfCheckActiveVoteState;
146
+ PezkuwiRuntimeTeyrchainsParasPvfCheckCause: PezkuwiRuntimeTeyrchainsParasPvfCheckCause;
147
+ PezkuwiRuntimeTeyrchainsParasReplacementTimes: PezkuwiRuntimeTeyrchainsParasReplacementTimes;
148
+ PezkuwiRuntimeTeyrchainsParasUpgradeStrategy: PezkuwiRuntimeTeyrchainsParasUpgradeStrategy;
149
+ PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment: PezkuwiRuntimeTeyrchainsSchedulerCommonAssignment;
150
+ PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker: PezkuwiRuntimeTeyrchainsSharedAllowedRelayParentsTracker;
151
+ PezkuwiRuntimeTeyrchainsSharedPezpalletCall: PezkuwiRuntimeTeyrchainsSharedPezpalletCall;
152
+ PezkuwiRuntimeTeyrchainsSharedRelayParentInfo: PezkuwiRuntimeTeyrchainsSharedRelayParentInfo;
153
+ PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId: PezkuwiTeyrchainPrimitivesPrimitivesHrmpChannelId;
154
+ PezpalletBalancesUnexpectedKind: PezpalletBalancesUnexpectedKind;
155
+ PezpalletRcMigratorAccountsAccountState: PezpalletRcMigratorAccountsAccountState;
156
+ PezpalletRcMigratorAccountsMigratedBalances: PezpalletRcMigratorAccountsMigratedBalances;
157
+ PezpalletRcMigratorBountiesBountiesStage: PezpalletRcMigratorBountiesBountiesStage;
158
+ PezpalletRcMigratorCall: PezpalletRcMigratorCall;
159
+ PezpalletRcMigratorChildBountiesChildBountiesStage: PezpalletRcMigratorChildBountiesChildBountiesStage;
160
+ PezpalletRcMigratorClaimsClaimsStage: PezpalletRcMigratorClaimsClaimsStage;
161
+ PezpalletRcMigratorConvictionVotingConvictionVotingStage: PezpalletRcMigratorConvictionVotingConvictionVotingStage;
162
+ PezpalletRcMigratorCrowdloanCrowdloanStage: PezpalletRcMigratorCrowdloanCrowdloanStage;
163
+ PezpalletRcMigratorError: PezpalletRcMigratorError;
164
+ PezpalletRcMigratorEvent: PezpalletRcMigratorEvent;
165
+ PezpalletRcMigratorManagerMultisigVote: PezpalletRcMigratorManagerMultisigVote;
166
+ PezpalletRcMigratorMigrationSettings: PezpalletRcMigratorMigrationSettings;
167
+ PezpalletRcMigratorMigrationStage: PezpalletRcMigratorMigrationStage;
168
+ PezpalletRcMigratorQueuePriority: PezpalletRcMigratorQueuePriority;
169
+ PezpalletRcMigratorReferendaReferendaStage: PezpalletRcMigratorReferendaReferendaStage;
170
+ PezpalletRcMigratorSchedulerSchedulerStage: PezpalletRcMigratorSchedulerSchedulerStage;
171
+ PezpalletRcMigratorStakingBagsListBagsListStage: PezpalletRcMigratorStakingBagsListBagsListStage;
172
+ PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage: PezpalletRcMigratorStakingDelegatedStakingDelegatedStakingStage;
173
+ PezpalletRcMigratorStakingNomPoolsNomPoolsStage: PezpalletRcMigratorStakingNomPoolsNomPoolsStage;
174
+ PezpalletRcMigratorStakingStakingImplStakingStage: PezpalletRcMigratorStakingStakingImplStakingStage;
175
+ PezpalletRcMigratorTreasuryTreasuryStage: PezpalletRcMigratorTreasuryTreasuryStage;
176
+ PezpalletReferendaReferendumInfo: PezpalletReferendaReferendumInfo;
177
+ PezpalletReferendaReferendumStatus: PezpalletReferendaReferendumStatus;
178
+ PezpalletSessionHistoricalPezpalletEvent: PezpalletSessionHistoricalPezpalletEvent;
179
+ PezpalletSessionHoldReason: PezpalletSessionHoldReason;
180
+ PezpalletStakingAsyncAhClientCall: PezpalletStakingAsyncAhClientCall;
181
+ PezpalletStakingAsyncAhClientError: PezpalletStakingAsyncAhClientError;
182
+ PezpalletStakingAsyncAhClientEvent: PezpalletStakingAsyncAhClientEvent;
183
+ PezpalletStakingAsyncAhClientOperatingMode: PezpalletStakingAsyncAhClientOperatingMode;
184
+ PezpalletStakingAsyncAhClientUnexpectedKind: PezpalletStakingAsyncAhClientUnexpectedKind;
185
+ PezpalletStakingAsyncRcClientOffence: PezpalletStakingAsyncRcClientOffence;
186
+ PezpalletStakingAsyncRcClientSessionReport: PezpalletStakingAsyncRcClientSessionReport;
187
+ PezpalletStakingAsyncRcClientValidatorSetReport: PezpalletStakingAsyncRcClientValidatorSetReport;
188
+ PezpalletTransactionPaymentChargeTransactionPayment: PezpalletTransactionPaymentChargeTransactionPayment;
189
+ PezpalletXcmAuthorizedAliasesEntry: PezpalletXcmAuthorizedAliasesEntry;
190
+ PezpalletXcmCall: PezpalletXcmCall;
191
+ PezpalletXcmError: PezpalletXcmError;
192
+ PezpalletXcmErrorsExecutionError: PezpalletXcmErrorsExecutionError;
193
+ PezpalletXcmEvent: PezpalletXcmEvent;
194
+ PezpalletXcmHoldReason: PezpalletXcmHoldReason;
195
+ PezpalletXcmMaxAuthorizedAliases: PezpalletXcmMaxAuthorizedAliases;
196
+ PezpalletXcmOrigin: PezpalletXcmOrigin;
197
+ PezpalletXcmQueryStatus: PezpalletXcmQueryStatus;
198
+ PezpalletXcmRemoteLockedFungibleRecord: PezpalletXcmRemoteLockedFungibleRecord;
199
+ PezpalletXcmVersionMigrationStage: PezpalletXcmVersionMigrationStage;
200
+ PezspRuntimeMultiSigner: PezspRuntimeMultiSigner;
201
+ RelayCommonApisInflationInfo: RelayCommonApisInflationInfo;
202
+ StagingXcmExecutorAssetTransferTransferType: StagingXcmExecutorAssetTransferTransferType;
203
+ StagingXcmV3MultiLocation: StagingXcmV3MultiLocation;
204
+ StagingXcmV4Asset: StagingXcmV4Asset;
205
+ StagingXcmV4AssetAssetFilter: StagingXcmV4AssetAssetFilter;
206
+ StagingXcmV4AssetAssetId: StagingXcmV4AssetAssetId;
207
+ StagingXcmV4AssetAssetInstance: StagingXcmV4AssetAssetInstance;
208
+ StagingXcmV4AssetAssets: StagingXcmV4AssetAssets;
209
+ StagingXcmV4AssetFungibility: StagingXcmV4AssetFungibility;
210
+ StagingXcmV4AssetWildAsset: StagingXcmV4AssetWildAsset;
211
+ StagingXcmV4AssetWildFungibility: StagingXcmV4AssetWildFungibility;
212
+ StagingXcmV4Instruction: StagingXcmV4Instruction;
213
+ StagingXcmV4Junction: StagingXcmV4Junction;
214
+ StagingXcmV4JunctionNetworkId: StagingXcmV4JunctionNetworkId;
215
+ StagingXcmV4Junctions: StagingXcmV4Junctions;
216
+ StagingXcmV4Location: StagingXcmV4Location;
217
+ StagingXcmV4PezpalletInfo: StagingXcmV4PezpalletInfo;
218
+ StagingXcmV4QueryResponseInfo: StagingXcmV4QueryResponseInfo;
219
+ StagingXcmV4Response: StagingXcmV4Response;
220
+ StagingXcmV4Xcm: StagingXcmV4Xcm;
221
+ StagingXcmV5Asset: StagingXcmV5Asset;
222
+ StagingXcmV5AssetAssetFilter: StagingXcmV5AssetAssetFilter;
223
+ StagingXcmV5AssetAssetId: StagingXcmV5AssetAssetId;
224
+ StagingXcmV5AssetAssetInstance: StagingXcmV5AssetAssetInstance;
225
+ StagingXcmV5AssetAssetTransferFilter: StagingXcmV5AssetAssetTransferFilter;
226
+ StagingXcmV5AssetAssets: StagingXcmV5AssetAssets;
227
+ StagingXcmV5AssetFungibility: StagingXcmV5AssetFungibility;
228
+ StagingXcmV5AssetWildAsset: StagingXcmV5AssetWildAsset;
229
+ StagingXcmV5AssetWildFungibility: StagingXcmV5AssetWildFungibility;
230
+ StagingXcmV5Hint: StagingXcmV5Hint;
231
+ StagingXcmV5Instruction: StagingXcmV5Instruction;
232
+ StagingXcmV5Junction: StagingXcmV5Junction;
233
+ StagingXcmV5JunctionNetworkId: StagingXcmV5JunctionNetworkId;
234
+ StagingXcmV5Junctions: StagingXcmV5Junctions;
235
+ StagingXcmV5Location: StagingXcmV5Location;
236
+ StagingXcmV5PezpalletInfo: StagingXcmV5PezpalletInfo;
237
+ StagingXcmV5QueryResponseInfo: StagingXcmV5QueryResponseInfo;
238
+ StagingXcmV5Response: StagingXcmV5Response;
239
+ StagingXcmV5TraitsInstructionError: StagingXcmV5TraitsInstructionError;
240
+ StagingXcmV5TraitsOutcome: StagingXcmV5TraitsOutcome;
241
+ StagingXcmV5Xcm: StagingXcmV5Xcm;
242
+ XcmDoubleEncoded: XcmDoubleEncoded;
243
+ XcmRuntimeApisAuthorizedAliasesOriginAliaser: XcmRuntimeApisAuthorizedAliasesOriginAliaser;
244
+ XcmRuntimeApisConversionsError: XcmRuntimeApisConversionsError;
245
+ XcmRuntimeApisDryRunCallDryRunEffects: XcmRuntimeApisDryRunCallDryRunEffects;
246
+ XcmRuntimeApisDryRunError: XcmRuntimeApisDryRunError;
247
+ XcmRuntimeApisDryRunXcmDryRunEffects: XcmRuntimeApisDryRunXcmDryRunEffects;
248
+ XcmRuntimeApisFeesError: XcmRuntimeApisFeesError;
249
+ XcmV3Instruction: XcmV3Instruction;
250
+ XcmV3Junction: XcmV3Junction;
251
+ XcmV3JunctionBodyId: XcmV3JunctionBodyId;
252
+ XcmV3JunctionBodyPart: XcmV3JunctionBodyPart;
253
+ XcmV3JunctionNetworkId: XcmV3JunctionNetworkId;
254
+ XcmV3Junctions: XcmV3Junctions;
255
+ XcmV3MaybeErrorCode: XcmV3MaybeErrorCode;
256
+ XcmV3MultiAsset: XcmV3MultiAsset;
257
+ XcmV3MultiassetAssetId: XcmV3MultiassetAssetId;
258
+ XcmV3MultiassetAssetInstance: XcmV3MultiassetAssetInstance;
259
+ XcmV3MultiassetFungibility: XcmV3MultiassetFungibility;
260
+ XcmV3MultiassetMultiAssetFilter: XcmV3MultiassetMultiAssetFilter;
261
+ XcmV3MultiassetMultiAssets: XcmV3MultiassetMultiAssets;
262
+ XcmV3MultiassetWildFungibility: XcmV3MultiassetWildFungibility;
263
+ XcmV3MultiassetWildMultiAsset: XcmV3MultiassetWildMultiAsset;
264
+ XcmV3OriginKind: XcmV3OriginKind;
265
+ XcmV3PezpalletInfo: XcmV3PezpalletInfo;
266
+ XcmV3QueryResponseInfo: XcmV3QueryResponseInfo;
267
+ XcmV3Response: XcmV3Response;
268
+ XcmV3TraitsError: XcmV3TraitsError;
269
+ XcmV3TraitsSendError: XcmV3TraitsSendError;
270
+ XcmV3WeightLimit: XcmV3WeightLimit;
271
+ XcmV3Xcm: XcmV3Xcm;
272
+ XcmV5TraitsError: XcmV5TraitsError;
273
+ XcmVersionedAssetId: XcmVersionedAssetId;
274
+ XcmVersionedAssets: XcmVersionedAssets;
275
+ XcmVersionedLocation: XcmVersionedLocation;
276
+ XcmVersionedResponse: XcmVersionedResponse;
277
+ XcmVersionedXcm: XcmVersionedXcm;
278
+ }
279
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ require("@pezkuwi/types/types/registry");
package/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import './packageDetect.js';
2
+ export * from './bundle.js';
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ import './packageDetect.js';
2
+ export * from './bundle.js';