@pezkuwi/api-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 (180) hide show
  1. package/LICENSE +201 -0
  2. package/assetHubDicle/consts.js +2 -0
  3. package/assetHubDicle/errors.js +2 -0
  4. package/assetHubDicle/events.js +2 -0
  5. package/assetHubDicle/query.js +2 -0
  6. package/assetHubDicle/registry.js +1 -0
  7. package/assetHubDicle/runtime.js +2 -0
  8. package/assetHubDicle/tx.js +2 -0
  9. package/assetHubPezkuwi/consts.js +2 -0
  10. package/assetHubPezkuwi/errors.js +2 -0
  11. package/assetHubPezkuwi/events.js +2 -0
  12. package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
  13. package/assetHubPezkuwi/query.js +2 -0
  14. package/assetHubPezkuwi/registry.js +1 -0
  15. package/assetHubPezkuwi/runtime.js +2 -0
  16. package/assetHubPezkuwi/tx.js +2 -0
  17. package/base.js +2 -0
  18. package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
  19. package/bizinikiwi/consts.js +2 -0
  20. package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
  21. package/bizinikiwi/errors.js +2 -0
  22. package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
  23. package/bizinikiwi/events.js +2 -0
  24. package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
  25. package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
  26. package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
  27. package/bizinikiwi/query.js +2 -0
  28. package/bizinikiwi/registry.d.ts +1 -0
  29. package/bizinikiwi/registry.js +1 -0
  30. package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
  31. package/bizinikiwi/runtime.js +2 -0
  32. package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
  33. package/bizinikiwi/tx.js +2 -0
  34. package/{build/bundle.d.ts → bundle.d.ts} +1 -1
  35. package/bundle.js +2 -0
  36. package/cjs/assetHubDicle/consts.js +4 -0
  37. package/cjs/assetHubDicle/errors.js +4 -0
  38. package/cjs/assetHubDicle/events.js +4 -0
  39. package/cjs/assetHubDicle/index.js +10 -0
  40. package/cjs/assetHubDicle/query.js +4 -0
  41. package/cjs/assetHubDicle/registry.js +3 -0
  42. package/cjs/assetHubDicle/runtime.js +4 -0
  43. package/cjs/assetHubDicle/tx.js +4 -0
  44. package/cjs/assetHubPezkuwi/consts.js +4 -0
  45. package/cjs/assetHubPezkuwi/errors.js +4 -0
  46. package/cjs/assetHubPezkuwi/events.js +4 -0
  47. package/cjs/assetHubPezkuwi/index.js +10 -0
  48. package/cjs/assetHubPezkuwi/query.js +4 -0
  49. package/cjs/assetHubPezkuwi/registry.js +3 -0
  50. package/cjs/assetHubPezkuwi/runtime.js +4 -0
  51. package/cjs/assetHubPezkuwi/tx.js +4 -0
  52. package/cjs/base.d.ts +2 -0
  53. package/cjs/base.js +4 -0
  54. package/cjs/bizinikiwi/consts.d.ts +1876 -0
  55. package/cjs/bizinikiwi/consts.js +4 -0
  56. package/cjs/bizinikiwi/errors.d.ts +3865 -0
  57. package/cjs/bizinikiwi/errors.js +4 -0
  58. package/cjs/bizinikiwi/events.d.ts +4702 -0
  59. package/cjs/bizinikiwi/events.js +4 -0
  60. package/cjs/bizinikiwi/index.d.ts +8 -0
  61. package/cjs/bizinikiwi/index.js +10 -0
  62. package/cjs/bizinikiwi/query.d.ts +2767 -0
  63. package/cjs/bizinikiwi/query.js +4 -0
  64. package/cjs/bizinikiwi/registry.d.ts +1 -0
  65. package/cjs/bizinikiwi/registry.js +3 -0
  66. package/cjs/bizinikiwi/runtime.d.ts +585 -0
  67. package/cjs/bizinikiwi/runtime.js +4 -0
  68. package/cjs/bizinikiwi/tx.d.ts +10159 -0
  69. package/cjs/bizinikiwi/tx.js +4 -0
  70. package/cjs/bundle.d.ts +2 -0
  71. package/cjs/bundle.js +6 -0
  72. package/cjs/dicle/consts.js +4 -0
  73. package/cjs/dicle/errors.js +4 -0
  74. package/cjs/dicle/events.js +4 -0
  75. package/cjs/dicle/query.js +4 -0
  76. package/cjs/dicle/runtime.js +4 -0
  77. package/cjs/dicle/tx.js +4 -0
  78. package/cjs/index.js +5 -0
  79. package/cjs/package.json +3 -0
  80. package/cjs/packageDetect.js +8 -0
  81. package/cjs/packageInfo.js +4 -0
  82. package/cjs/pezkuwi/consts.d.ts +941 -0
  83. package/cjs/pezkuwi/consts.js +4 -0
  84. package/cjs/pezkuwi/errors.d.ts +2148 -0
  85. package/cjs/pezkuwi/errors.js +4 -0
  86. package/cjs/pezkuwi/events.d.ts +2473 -0
  87. package/cjs/pezkuwi/events.js +4 -0
  88. package/cjs/pezkuwi/index.d.ts +8 -0
  89. package/cjs/pezkuwi/index.js +10 -0
  90. package/cjs/pezkuwi/query.d.ts +2400 -0
  91. package/cjs/pezkuwi/query.js +4 -0
  92. package/cjs/pezkuwi/registry.d.ts +2 -0
  93. package/cjs/pezkuwi/registry.js +4 -0
  94. package/cjs/pezkuwi/runtime.d.ts +655 -0
  95. package/cjs/pezkuwi/runtime.js +4 -0
  96. package/cjs/pezkuwi/tx.d.ts +4954 -0
  97. package/cjs/pezkuwi/tx.js +4 -0
  98. package/dicle/consts.js +2 -0
  99. package/dicle/errors.js +2 -0
  100. package/dicle/events.js +2 -0
  101. package/dicle/query.js +2 -0
  102. package/dicle/runtime.js +2 -0
  103. package/dicle/tx.js +2 -0
  104. package/index.d.ts +2 -0
  105. package/index.js +2 -0
  106. package/package.json +437 -9
  107. package/packageDetect.d.ts +1 -0
  108. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  109. package/packageInfo.d.ts +6 -0
  110. package/packageInfo.js +1 -0
  111. package/pezkuwi/consts.d.ts +941 -0
  112. package/pezkuwi/consts.js +2 -0
  113. package/pezkuwi/errors.d.ts +2148 -0
  114. package/pezkuwi/errors.js +2 -0
  115. package/pezkuwi/events.d.ts +2473 -0
  116. package/pezkuwi/events.js +2 -0
  117. package/pezkuwi/index.d.ts +8 -0
  118. package/pezkuwi/index.js +8 -0
  119. package/pezkuwi/query.d.ts +2400 -0
  120. package/pezkuwi/query.js +2 -0
  121. package/pezkuwi/registry.d.ts +2 -0
  122. package/pezkuwi/registry.js +2 -0
  123. package/pezkuwi/runtime.d.ts +655 -0
  124. package/pezkuwi/runtime.js +2 -0
  125. package/pezkuwi/tx.d.ts +4954 -0
  126. package/pezkuwi/tx.js +2 -0
  127. package/build/substrate/registry.d.ts +0 -1
  128. package/src/assetHubKusama/consts.ts +0 -1308
  129. package/src/assetHubKusama/errors.ts +0 -2779
  130. package/src/assetHubKusama/events.ts +0 -2296
  131. package/src/assetHubKusama/query.ts +0 -2193
  132. package/src/assetHubKusama/registry.ts +0 -4
  133. package/src/assetHubKusama/runtime.ts +0 -518
  134. package/src/assetHubKusama/tx.ts +0 -6890
  135. package/src/assetHubPolkadot/consts.ts +0 -1125
  136. package/src/assetHubPolkadot/errors.ts +0 -2360
  137. package/src/assetHubPolkadot/events.ts +0 -2129
  138. package/src/assetHubPolkadot/query.ts +0 -2002
  139. package/src/assetHubPolkadot/registry.ts +0 -4
  140. package/src/assetHubPolkadot/runtime.ts +0 -443
  141. package/src/assetHubPolkadot/tx.ts +0 -6242
  142. package/src/base.ts +0 -6
  143. package/src/bundle.ts +0 -6
  144. package/src/index.ts +0 -6
  145. package/src/kusama/consts.ts +0 -1035
  146. package/src/kusama/errors.ts +0 -2436
  147. package/src/kusama/events.ts +0 -1791
  148. package/src/kusama/query.ts +0 -2505
  149. package/src/kusama/registry.ts +0 -6
  150. package/src/kusama/runtime.ts +0 -610
  151. package/src/kusama/tx.ts +0 -4725
  152. package/src/mod.ts +0 -4
  153. package/src/packageInfo.ts +0 -6
  154. package/src/polkadot/consts.ts +0 -949
  155. package/src/polkadot/errors.ts +0 -2156
  156. package/src/polkadot/events.ts +0 -1600
  157. package/src/polkadot/index.ts +0 -11
  158. package/src/polkadot/query.ts +0 -2357
  159. package/src/polkadot/registry.ts +0 -5
  160. package/src/polkadot/runtime.ts +0 -621
  161. package/src/polkadot/tx.ts +0 -4240
  162. package/src/substrate/consts.ts +0 -1884
  163. package/src/substrate/errors.ts +0 -3873
  164. package/src/substrate/events.ts +0 -2889
  165. package/src/substrate/index.ts +0 -11
  166. package/src/substrate/query.ts +0 -2734
  167. package/src/substrate/registry.ts +0 -4
  168. package/src/substrate/runtime.ts +0 -593
  169. package/src/substrate/tx.ts +0 -8208
  170. package/tsconfig.assetHubKusama.json +0 -22
  171. package/tsconfig.assetHubPolkadot.json +0 -22
  172. package/tsconfig.build.json +0 -23
  173. package/tsconfig.build.tsbuildinfo +0 -1
  174. package/tsconfig.kusama.json +0 -22
  175. package/tsconfig.polkadot.json +0 -22
  176. /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
  177. /package/{build/base.d.ts → base.d.ts} +0 -0
  178. /package/{build → cjs}/index.d.ts +0 -0
  179. /package/{build → cjs}/packageDetect.d.ts +0 -0
  180. /package/{build → cjs}/packageInfo.d.ts +0 -0
@@ -1,20 +1,20 @@
1
- import '@polkadot/api-base/types/storage';
1
+ import '@pezkuwi/api-base/types/storage';
2
2
  import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@pezkuwi/api-base/types';
3
3
  import type { Data } from '@pezkuwi/types';
4
4
  import type { BTreeSet, Bytes, Null, Option, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@pezkuwi/types-codec';
5
5
  import type { AnyNumber, ITuple } from '@pezkuwi/types-codec/types';
6
- import type { AccountId32, Call, H160, H256, Perbill, Percent } from '@pezkuwi/types/interfaces/runtime';
7
- import type { FrameSupportDispatchPerDispatchClassWeight, FrameSupportPreimagesBounded, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCodeUpgradeAuthorization, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PalletAllianceCid, PalletAllianceMemberRole, PalletAssetConversionPoolInfo, PalletAssetRewardsPoolInfo, PalletAssetRewardsPoolStakerInfo, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletBagsListListBag, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletBountiesBounty, PalletBrokerAutoRenewalRecord, PalletBrokerConfigRecord, PalletBrokerContributionRecord, PalletBrokerInstaPoolHistoryRecord, PalletBrokerLeaseRecordItem, PalletBrokerOnDemandRevenueRecord, PalletBrokerPoolIoRecord, PalletBrokerPotentialRenewalId, PalletBrokerPotentialRenewalRecord, PalletBrokerRegionId, PalletBrokerRegionRecord, PalletBrokerSaleInfoRecord, PalletBrokerScheduleItem, PalletBrokerStatusRecord, PalletChildBountiesChildBounty, PalletCollectiveVotes, PalletContractsStorageContractInfo, PalletContractsStorageDeletionQueueManager, PalletContractsWasmCodeInfo, PalletConvictionVotingVoteVoting, PalletCoreFellowshipMemberStatus, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDelegatedStakingAgentLedger, PalletDelegatedStakingDelegation, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletFastUnstakeUnstakeRequest, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityAuthorityProperties, PalletIdentityProvider, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletIdentityUsernameInformation, PalletImOnlineSr25519AppSr25519Public, PalletLotteryLotteryConfig, PalletMessageQueueBookState, PalletMessageQueuePage, PalletMigrationsMigrationCursor, PalletMixnetBoundedMixnode, PalletMultisigMultisig, PalletNftFractionalizationDetails, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsItemConfig, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsPendingSwap, PalletNisBid, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsClaimPermission, PalletNominationPoolsPoolMember, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyProxyDefinition, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryRecoveryConfig, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletReviveStorageContractInfo, PalletReviveStorageDeletionQueueManager, PalletReviveWasmCodeInfo, PalletSalaryClaimantStatus, PalletSalaryStatusType, PalletSchedulerRetryConfig, PalletSchedulerScheduled, PalletSocietyBid, PalletSocietyCandidacy, PalletSocietyGroupParams, PalletSocietyIntakeRecord, PalletSocietyMemberRecord, PalletSocietyPayoutRecord, PalletSocietyTally, PalletSocietyVote, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingValidatorPrefs, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletTipsOpenTip, PalletTransactionPaymentReleases, PalletTransactionStorageTransactionInfo, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletUniquesCollectionDetails, PalletUniquesCollectionMetadata, PalletUniquesItemDetails, PalletUniquesItemMetadata, PalletVestingReleases, PalletVestingVestingInfo, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBeefyEcdsaCryptoPublic, SpConsensusBeefyMmrBeefyAuthoritySet, SpConsensusGrandpaAppPublic, SpCoreCryptoKeyTypeId, SpMixnetAppPublic, SpNposElectionsElectionScore, SpRuntimeDigest, SpStakingExposure, SpStakingExposurePage, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata, SpWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
6
+ import type { AccountId32, H160, H256, Perbill, Percent, RuntimeCall } from '@pezkuwi/types/interfaces/runtime';
7
+ import type { KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PezframeSupportDispatchPerDispatchClassWeight, PezframeSupportPreimagesBounded, PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensMiscIdAmountRuntimeFreezeReason, PezframeSupportTokensMiscIdAmountRuntimeHoldReason, PezframeSystemAccountInfo, PezframeSystemCodeUpgradeAuthorization, PezframeSystemEventRecord, PezframeSystemLastRuntimeUpgradeInfo, PezframeSystemPhase, PezpalletAllianceCid, PezpalletAllianceMemberRole, PezpalletAssetConversionPoolInfo, PezpalletAssetRewardsPoolInfo, PezpalletAssetRewardsPoolStakerInfo, PezpalletAssetsApproval, PezpalletAssetsAssetAccount, PezpalletAssetsAssetDetails, PezpalletAssetsAssetMetadata, PezpalletBagsListListBag, PezpalletBagsListListNode, PezpalletBalancesAccountData, PezpalletBalancesBalanceLock, PezpalletBalancesReserveData, PezpalletBountiesBounty, PezpalletBrokerAutoRenewalRecord, PezpalletBrokerConfigRecord, PezpalletBrokerContributionRecord, PezpalletBrokerInstaPoolHistoryRecord, PezpalletBrokerLeaseRecordItem, PezpalletBrokerOnDemandRevenueRecord, PezpalletBrokerPoolIoRecord, PezpalletBrokerPotentialRenewalId, PezpalletBrokerPotentialRenewalRecord, PezpalletBrokerRegionId, PezpalletBrokerRegionRecord, PezpalletBrokerSaleInfoRecord, PezpalletBrokerScheduleItem, PezpalletBrokerStatusRecord, PezpalletChildBountiesChildBounty, PezpalletCollectiveVotes, PezpalletContractsStorageContractInfo, PezpalletContractsStorageDeletionQueueManager, PezpalletContractsWasmCodeInfo, PezpalletConvictionVotingVoteVoting, PezpalletCoreFellowshipMemberStatus, PezpalletCoreFellowshipParamsTypeU128, PezpalletCoreFellowshipWish, PezpalletDelegatedStakingAgentLedger, PezpalletDelegatedStakingDelegation, PezpalletDemocracyMetadataOwner, PezpalletDemocracyReferendumInfo, PezpalletDemocracyVoteThreshold, PezpalletDemocracyVoteVoting, PezpalletElectionProviderMultiPhasePhase, PezpalletElectionProviderMultiPhaseReadySolution, PezpalletElectionProviderMultiPhaseRoundSnapshot, PezpalletElectionProviderMultiPhaseSignedSignedSubmission, PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PezpalletElectionsPhragmenSeatHolder, PezpalletElectionsPhragmenVoter, PezpalletFastUnstakeUnstakeRequest, PezpalletGrandpaStoredPendingChange, PezpalletGrandpaStoredState, PezpalletIdentityAuthorityProperties, PezpalletIdentityProvider, PezpalletIdentityRegistrarInfo, PezpalletIdentityRegistration, PezpalletIdentityUsernameInformation, PezpalletImOnlineSr25519AppSr25519Public, PezpalletLotteryLotteryConfig, PezpalletMessageQueueBookState, PezpalletMessageQueuePage, PezpalletMigrationsMigrationCursor, PezpalletMixnetBoundedMixnode, PezpalletMultisigMultisig, PezpalletNftFractionalizationDetails, PezpalletNftsAttributeDeposit, PezpalletNftsAttributeNamespace, PezpalletNftsCollectionConfig, PezpalletNftsCollectionDetails, PezpalletNftsCollectionMetadata, PezpalletNftsItemConfig, PezpalletNftsItemDetails, PezpalletNftsItemMetadata, PezpalletNftsPendingSwap, PezpalletNisBid, PezpalletNisReceiptRecord, PezpalletNisSummaryRecord, PezpalletNominationPoolsBondedPoolInner, PezpalletNominationPoolsClaimPermission, PezpalletNominationPoolsPoolMember, PezpalletNominationPoolsRewardPool, PezpalletNominationPoolsSubPools, PezpalletPreimageOldRequestStatus, PezpalletPreimageRequestStatus, PezpalletProxyAnnouncement, PezpalletProxyProxyDefinition, PezpalletRankedCollectiveMemberRecord, PezpalletRankedCollectiveVoteRecord, PezpalletRecoveryActiveRecovery, PezpalletRecoveryRecoveryConfig, PezpalletReferendaReferendumInfoConvictionVotingTally, PezpalletReferendaReferendumInfoRankedCollectiveTally, PezpalletReviveStorageContractInfo, PezpalletReviveStorageDeletionQueueManager, PezpalletReviveWasmCodeInfo, PezpalletSalaryClaimantStatus, PezpalletSalaryStatusType, PezpalletSchedulerRetryConfig, PezpalletSchedulerScheduled, PezpalletSocietyBid, PezpalletSocietyCandidacy, PezpalletSocietyGroupParams, PezpalletSocietyIntakeRecord, PezpalletSocietyMemberRecord, PezpalletSocietyPayoutRecord, PezpalletSocietyTally, PezpalletSocietyVote, PezpalletStakingActiveEraInfo, PezpalletStakingEraRewardPoints, PezpalletStakingForcing, PezpalletStakingNominations, PezpalletStakingRewardDestination, PezpalletStakingSlashingSlashingSpans, PezpalletStakingSlashingSpanRecord, PezpalletStakingStakingLedger, PezpalletStakingUnappliedSlash, PezpalletStakingValidatorPrefs, PezpalletStateTrieMigrationMigrationLimits, PezpalletStateTrieMigrationMigrationTask, PezpalletTipsOpenTip, PezpalletTransactionPaymentReleases, PezpalletTransactionStorageTransactionInfo, PezpalletTreasuryProposal, PezpalletTreasurySpendStatus, PezpalletUniquesCollectionDetails, PezpalletUniquesCollectionMetadata, PezpalletUniquesItemDetails, PezpalletUniquesItemMetadata, PezpalletVestingReleases, PezpalletVestingVestingInfo, PezspAuthorityDiscoveryAppPublic, PezspConsensusBabeAppPublic, PezspConsensusBabeBabeEpochConfiguration, PezspConsensusBabeDigestsNextConfigDescriptor, PezspConsensusBabeDigestsPreDigest, PezspConsensusBeefyEcdsaCryptoPublic, PezspConsensusBeefyMmrBeefyAuthoritySet, PezspConsensusGrandpaAppPublic, PezspCoreCryptoKeyTypeId, PezspMixnetAppPublic, PezspNposElectionsElectionScore, PezspRuntimeDigest, PezspStakingExposure, PezspStakingExposurePage, PezspStakingOffenceOffenceDetails, PezspStakingPagedExposureMetadata, PezspWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
8
8
  import type { Observable } from '@pezkuwi/types/types';
9
9
  export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
10
10
  export type __QueryableStorageEntry<ApiType extends ApiTypes> = QueryableStorageEntry<ApiType>;
11
- declare module '@polkadot/api-base/types/storage' {
11
+ declare module '@pezkuwi/api-base/types/storage' {
12
12
  interface AugmentedQueries<ApiType extends ApiTypes> {
13
13
  alliance: {
14
14
  /**
15
15
  * The current IPFS CIDs of any announcements.
16
16
  **/
17
- announcements: AugmentedQuery<ApiType, () => Observable<Vec<PalletAllianceCid>>, []> & QueryableStorageEntry<ApiType, []>;
17
+ announcements: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletAllianceCid>>, []> & QueryableStorageEntry<ApiType, []>;
18
18
  /**
19
19
  * Maps members to their candidacy deposit.
20
20
  **/
@@ -22,7 +22,7 @@ declare module '@polkadot/api-base/types/storage' {
22
22
  /**
23
23
  * Maps member type to members of each type.
24
24
  **/
25
- members: AugmentedQuery<ApiType, (arg: PalletAllianceMemberRole | 'Fellow' | 'Ally' | 'Retiring' | number | Uint8Array) => Observable<Vec<AccountId32>>, [PalletAllianceMemberRole]> & QueryableStorageEntry<ApiType, [PalletAllianceMemberRole]>;
25
+ members: AugmentedQuery<ApiType, (arg: PezpalletAllianceMemberRole | 'Fellow' | 'Ally' | 'Retiring' | number | Uint8Array) => Observable<Vec<AccountId32>>, [PezpalletAllianceMemberRole]> & QueryableStorageEntry<ApiType, [PezpalletAllianceMemberRole]>;
26
26
  /**
27
27
  * A set of members who gave a retirement notice. They can retire after the end of retirement
28
28
  * period stored as a future block number.
@@ -32,7 +32,7 @@ declare module '@polkadot/api-base/types/storage' {
32
32
  * The IPFS CID of the alliance rule.
33
33
  * Fellows can propose a new rule with a super-majority.
34
34
  **/
35
- rule: AugmentedQuery<ApiType, () => Observable<Option<PalletAllianceCid>>, []> & QueryableStorageEntry<ApiType, []>;
35
+ rule: AugmentedQuery<ApiType, () => Observable<Option<PezpalletAllianceCid>>, []> & QueryableStorageEntry<ApiType, []>;
36
36
  /**
37
37
  * The current list of accounts deemed unscrupulous. These accounts non grata cannot submit
38
38
  * candidacy.
@@ -70,7 +70,7 @@ declare module '@polkadot/api-base/types/storage' {
70
70
  /**
71
71
  * Actual proposal for a given hash, if it's current.
72
72
  **/
73
- proposalOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<Call>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
73
+ proposalOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<RuntimeCall>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
74
74
  /**
75
75
  * The hashes of the active proposals.
76
76
  **/
@@ -78,7 +78,7 @@ declare module '@polkadot/api-base/types/storage' {
78
78
  /**
79
79
  * Votes on a given proposal, if it is ongoing.
80
80
  **/
81
- voting: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletCollectiveVotes>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
81
+ voting: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletCollectiveVotes>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
82
82
  /**
83
83
  * Generic query
84
84
  **/
@@ -94,15 +94,15 @@ declare module '@polkadot/api-base/types/storage' {
94
94
  * Map from `PoolAssetId` to `PoolInfo`. This establishes whether a pool has been officially
95
95
  * created rather than people sending tokens directly to a pool's public account.
96
96
  **/
97
- pools: AugmentedQuery<ApiType, (arg: ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]> | [FrameSupportTokensFungibleUnionOfNativeOrWithId | {
97
+ pools: AugmentedQuery<ApiType, (arg: ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]> | [PezframeSupportTokensFungibleUnionOfNativeOrWithId | {
98
98
  Native: any;
99
99
  } | {
100
100
  WithId: any;
101
- } | string | Uint8Array, FrameSupportTokensFungibleUnionOfNativeOrWithId | {
101
+ } | string | Uint8Array, PezframeSupportTokensFungibleUnionOfNativeOrWithId | {
102
102
  Native: any;
103
103
  } | {
104
104
  WithId: any;
105
- } | string | Uint8Array]) => Observable<Option<PalletAssetConversionPoolInfo>>, [ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>]> & QueryableStorageEntry<ApiType, [ITuple<[FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensFungibleUnionOfNativeOrWithId]>]>;
105
+ } | string | Uint8Array]) => Observable<Option<PezpalletAssetConversionPoolInfo>>, [ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>]> & QueryableStorageEntry<ApiType, [ITuple<[PezframeSupportTokensFungibleUnionOfNativeOrWithId, PezframeSupportTokensFungibleUnionOfNativeOrWithId]>]>;
106
106
  /**
107
107
  * Generic query
108
108
  **/
@@ -114,11 +114,11 @@ declare module '@polkadot/api-base/types/storage' {
114
114
  *
115
115
  * E.g. `native_amount = asset_amount * ConversionRateToNative::<T>::get(asset_kind)`
116
116
  **/
117
- conversionRateToNative: AugmentedQuery<ApiType, (arg: FrameSupportTokensFungibleUnionOfNativeOrWithId | {
117
+ conversionRateToNative: AugmentedQuery<ApiType, (arg: PezframeSupportTokensFungibleUnionOfNativeOrWithId | {
118
118
  Native: any;
119
119
  } | {
120
120
  WithId: any;
121
- } | string | Uint8Array) => Observable<Option<u128>>, [FrameSupportTokensFungibleUnionOfNativeOrWithId]> & QueryableStorageEntry<ApiType, [FrameSupportTokensFungibleUnionOfNativeOrWithId]>;
121
+ } | string | Uint8Array) => Observable<Option<u128>>, [PezframeSupportTokensFungibleUnionOfNativeOrWithId]> & QueryableStorageEntry<ApiType, [PezframeSupportTokensFungibleUnionOfNativeOrWithId]>;
122
122
  /**
123
123
  * Generic query
124
124
  **/
@@ -141,11 +141,11 @@ declare module '@polkadot/api-base/types/storage' {
141
141
  /**
142
142
  * State and configuration of each staking pool.
143
143
  **/
144
- pools: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletAssetRewardsPoolInfo>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
144
+ pools: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletAssetRewardsPoolInfo>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
145
145
  /**
146
146
  * State of pool stakers.
147
147
  **/
148
- poolStakers: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletAssetRewardsPoolStakerInfo>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
148
+ poolStakers: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletAssetRewardsPoolStakerInfo>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
149
149
  /**
150
150
  * Generic query
151
151
  **/
@@ -155,21 +155,21 @@ declare module '@polkadot/api-base/types/storage' {
155
155
  /**
156
156
  * The holdings of a specific account for a specific asset.
157
157
  **/
158
- account: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletAssetsAssetAccount>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
158
+ account: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletAssetsAssetAccount>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
159
159
  /**
160
160
  * Approved balance transfers. First balance is the amount approved for transfer. Second
161
161
  * is the amount of `T::Currency` reserved for storing this.
162
162
  * First key is the asset ID, second key is the owner and third key is the delegate.
163
163
  **/
164
- approvals: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array, arg3: AccountId32 | string | Uint8Array) => Observable<Option<PalletAssetsApproval>>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32, AccountId32]>;
164
+ approvals: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array, arg3: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletAssetsApproval>>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32, AccountId32]>;
165
165
  /**
166
166
  * Details of an asset.
167
167
  **/
168
- asset: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletAssetsAssetDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
168
+ asset: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletAssetsAssetDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
169
169
  /**
170
170
  * Metadata of an asset.
171
171
  **/
172
- metadata: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletAssetsAssetMetadata>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
172
+ metadata: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PezpalletAssetsAssetMetadata>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
173
173
  /**
174
174
  * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage
175
175
  * item has no effect.
@@ -191,7 +191,7 @@ declare module '@polkadot/api-base/types/storage' {
191
191
  /**
192
192
  * A map that stores freezes applied on an account for a given AssetId.
193
193
  **/
194
- freezes: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmountRuntimeFreezeReason>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
194
+ freezes: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Vec<PezframeSupportTokensMiscIdAmountRuntimeFreezeReason>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
195
195
  /**
196
196
  * A map that stores the current total frozen balance for every account on a given AssetId.
197
197
  **/
@@ -205,11 +205,11 @@ declare module '@polkadot/api-base/types/storage' {
205
205
  /**
206
206
  * Keys of the current authority set.
207
207
  **/
208
- keys: AugmentedQuery<ApiType, () => Observable<Vec<SpAuthorityDiscoveryAppPublic>>, []> & QueryableStorageEntry<ApiType, []>;
208
+ keys: AugmentedQuery<ApiType, () => Observable<Vec<PezspAuthorityDiscoveryAppPublic>>, []> & QueryableStorageEntry<ApiType, []>;
209
209
  /**
210
210
  * Keys of the next authority set.
211
211
  **/
212
- nextKeys: AugmentedQuery<ApiType, () => Observable<Vec<SpAuthorityDiscoveryAppPublic>>, []> & QueryableStorageEntry<ApiType, []>;
212
+ nextKeys: AugmentedQuery<ApiType, () => Observable<Vec<PezspAuthorityDiscoveryAppPublic>>, []> & QueryableStorageEntry<ApiType, []>;
213
213
  /**
214
214
  * Generic query
215
215
  **/
@@ -229,7 +229,7 @@ declare module '@polkadot/api-base/types/storage' {
229
229
  /**
230
230
  * Current epoch authorities.
231
231
  **/
232
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusBabeAppPublic, u64]>>>, []> & QueryableStorageEntry<ApiType, []>;
232
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[PezspConsensusBabeAppPublic, u64]>>>, []> & QueryableStorageEntry<ApiType, []>;
233
233
  /**
234
234
  * This field should always be populated during block processing unless
235
235
  * secondary plain slots are enabled (which don't contain a VRF output).
@@ -245,7 +245,7 @@ declare module '@polkadot/api-base/types/storage' {
245
245
  * The configuration for the current epoch. Should never be `None` as it is initialized in
246
246
  * genesis.
247
247
  **/
248
- epochConfig: AugmentedQuery<ApiType, () => Observable<Option<SpConsensusBabeBabeEpochConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
248
+ epochConfig: AugmentedQuery<ApiType, () => Observable<Option<PezspConsensusBabeBabeEpochConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
249
249
  /**
250
250
  * Current epoch index.
251
251
  **/
@@ -267,7 +267,7 @@ declare module '@polkadot/api-base/types/storage' {
267
267
  * Temporary value (cleared at block finalization) which is `Some`
268
268
  * if per-block initialization has already been called for current block.
269
269
  **/
270
- initialized: AugmentedQuery<ApiType, () => Observable<Option<Option<SpConsensusBabeDigestsPreDigest>>>, []> & QueryableStorageEntry<ApiType, []>;
270
+ initialized: AugmentedQuery<ApiType, () => Observable<Option<Option<PezspConsensusBabeDigestsPreDigest>>>, []> & QueryableStorageEntry<ApiType, []>;
271
271
  /**
272
272
  * How late the current block is compared to its parent.
273
273
  *
@@ -279,12 +279,12 @@ declare module '@polkadot/api-base/types/storage' {
279
279
  /**
280
280
  * Next epoch authorities.
281
281
  **/
282
- nextAuthorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusBabeAppPublic, u64]>>>, []> & QueryableStorageEntry<ApiType, []>;
282
+ nextAuthorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[PezspConsensusBabeAppPublic, u64]>>>, []> & QueryableStorageEntry<ApiType, []>;
283
283
  /**
284
284
  * The configuration for the next epoch, `None` if the config will not change
285
285
  * (you can fallback to `EpochConfig` instead in that case).
286
286
  **/
287
- nextEpochConfig: AugmentedQuery<ApiType, () => Observable<Option<SpConsensusBabeBabeEpochConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
287
+ nextEpochConfig: AugmentedQuery<ApiType, () => Observable<Option<PezspConsensusBabeBabeEpochConfiguration>>, []> & QueryableStorageEntry<ApiType, []>;
288
288
  /**
289
289
  * Next epoch randomness.
290
290
  **/
@@ -292,7 +292,7 @@ declare module '@polkadot/api-base/types/storage' {
292
292
  /**
293
293
  * Pending epoch configuration change that will be applied when the next epoch is enacted.
294
294
  **/
295
- pendingEpochConfigChange: AugmentedQuery<ApiType, () => Observable<Option<SpConsensusBabeDigestsNextConfigDescriptor>>, []> & QueryableStorageEntry<ApiType, []>;
295
+ pendingEpochConfigChange: AugmentedQuery<ApiType, () => Observable<Option<PezspConsensusBabeDigestsNextConfigDescriptor>>, []> & QueryableStorageEntry<ApiType, []>;
296
296
  /**
297
297
  * The epoch randomness for the *current* epoch.
298
298
  *
@@ -365,15 +365,15 @@ declare module '@polkadot/api-base/types/storage' {
365
365
  * `Balances` pallet, which uses a `StorageMap` to store balances data only.
366
366
  * NOTE: This is only used in the case that this pallet is used to store balances.
367
367
  **/
368
- account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletBalancesAccountData>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
368
+ account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezpalletBalancesAccountData>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
369
369
  /**
370
370
  * Freeze locks on account balances.
371
371
  **/
372
- freezes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmountRuntimeFreezeReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
372
+ freezes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PezframeSupportTokensMiscIdAmountRuntimeFreezeReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
373
373
  /**
374
374
  * Holds on account balances.
375
375
  **/
376
- holds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<FrameSupportTokensMiscIdAmountRuntimeHoldReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
376
+ holds: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PezframeSupportTokensMiscIdAmountRuntimeHoldReason>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
377
377
  /**
378
378
  * The total units of outstanding deactivated balance in the system.
379
379
  **/
@@ -384,13 +384,13 @@ declare module '@polkadot/api-base/types/storage' {
384
384
  *
385
385
  * Use of locks is deprecated in favour of freezes. See `https://github.com/paritytech/substrate/pull/12951/`
386
386
  **/
387
- locks: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesBalanceLock>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
387
+ locks: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PezpalletBalancesBalanceLock>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
388
388
  /**
389
389
  * Named reserves on some account balances.
390
390
  *
391
391
  * Use of reserves is deprecated in favour of holds. See `https://github.com/paritytech/substrate/pull/12951/`
392
392
  **/
393
- reserves: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesReserveData>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
393
+ reserves: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PezpalletBalancesReserveData>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
394
394
  /**
395
395
  * The total units issued in the system.
396
396
  **/
@@ -404,7 +404,7 @@ declare module '@polkadot/api-base/types/storage' {
404
404
  /**
405
405
  * The current authorities set
406
406
  **/
407
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<SpConsensusBeefyEcdsaCryptoPublic>>, []> & QueryableStorageEntry<ApiType, []>;
407
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<PezspConsensusBeefyEcdsaCryptoPublic>>, []> & QueryableStorageEntry<ApiType, []>;
408
408
  /**
409
409
  * Block number where BEEFY consensus is enabled/started.
410
410
  * By changing this (through privileged `set_new_genesis()`), BEEFY consensus is effectively
@@ -414,7 +414,7 @@ declare module '@polkadot/api-base/types/storage' {
414
414
  /**
415
415
  * Authorities set scheduled to be used with the next session
416
416
  **/
417
- nextAuthorities: AugmentedQuery<ApiType, () => Observable<Vec<SpConsensusBeefyEcdsaCryptoPublic>>, []> & QueryableStorageEntry<ApiType, []>;
417
+ nextAuthorities: AugmentedQuery<ApiType, () => Observable<Vec<PezspConsensusBeefyEcdsaCryptoPublic>>, []> & QueryableStorageEntry<ApiType, []>;
418
418
  /**
419
419
  * A mapping from BEEFY set ID to the index of the *most recent* session for which its
420
420
  * members were responsible.
@@ -441,7 +441,7 @@ declare module '@polkadot/api-base/types/storage' {
441
441
  /**
442
442
  * Bounties that have been made.
443
443
  **/
444
- bounties: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletBountiesBounty>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
444
+ bounties: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletBountiesBounty>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
445
445
  /**
446
446
  * Bounty indices that have been approved but not yet funded.
447
447
  **/
@@ -465,11 +465,11 @@ declare module '@polkadot/api-base/types/storage' {
465
465
  *
466
466
  * Sorted by `CoreIndex` to make the removal of cores from auto-renewal more efficient.
467
467
  **/
468
- autoRenewals: AugmentedQuery<ApiType, () => Observable<Vec<PalletBrokerAutoRenewalRecord>>, []> & QueryableStorageEntry<ApiType, []>;
468
+ autoRenewals: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletBrokerAutoRenewalRecord>>, []> & QueryableStorageEntry<ApiType, []>;
469
469
  /**
470
470
  * The current configuration of this pallet.
471
471
  **/
472
- configuration: AugmentedQuery<ApiType, () => Observable<Option<PalletBrokerConfigRecord>>, []> & QueryableStorageEntry<ApiType, []>;
472
+ configuration: AugmentedQuery<ApiType, () => Observable<Option<PezpalletBrokerConfigRecord>>, []> & QueryableStorageEntry<ApiType, []>;
473
473
  /**
474
474
  * Received core count change from the relay chain.
475
475
  **/
@@ -477,64 +477,64 @@ declare module '@polkadot/api-base/types/storage' {
477
477
  /**
478
478
  * Record of a single contribution to the Instantaneous Coretime Pool.
479
479
  **/
480
- instaPoolContribution: AugmentedQuery<ApiType, (arg: PalletBrokerRegionId | {
480
+ instaPoolContribution: AugmentedQuery<ApiType, (arg: PezpalletBrokerRegionId | {
481
481
  begin?: any;
482
482
  core?: any;
483
483
  mask?: any;
484
- } | string | Uint8Array) => Observable<Option<PalletBrokerContributionRecord>>, [PalletBrokerRegionId]> & QueryableStorageEntry<ApiType, [PalletBrokerRegionId]>;
484
+ } | string | Uint8Array) => Observable<Option<PezpalletBrokerContributionRecord>>, [PezpalletBrokerRegionId]> & QueryableStorageEntry<ApiType, [PezpalletBrokerRegionId]>;
485
485
  /**
486
486
  * Total InstaPool rewards for each Timeslice and the number of core parts which contributed.
487
487
  **/
488
- instaPoolHistory: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletBrokerInstaPoolHistoryRecord>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
488
+ instaPoolHistory: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletBrokerInstaPoolHistoryRecord>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
489
489
  /**
490
490
  * Record of Coretime entering or leaving the Instantaneous Coretime Pool.
491
491
  **/
492
- instaPoolIo: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletBrokerPoolIoRecord>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
492
+ instaPoolIo: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PezpalletBrokerPoolIoRecord>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
493
493
  /**
494
494
  * The Polkadot Core legacy leases.
495
495
  **/
496
- leases: AugmentedQuery<ApiType, () => Observable<Vec<PalletBrokerLeaseRecordItem>>, []> & QueryableStorageEntry<ApiType, []>;
496
+ leases: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletBrokerLeaseRecordItem>>, []> & QueryableStorageEntry<ApiType, []>;
497
497
  /**
498
498
  * Records of potential renewals.
499
499
  *
500
500
  * Renewals will only actually be allowed if `CompletionStatus` is actually `Complete`.
501
501
  **/
502
- potentialRenewals: AugmentedQuery<ApiType, (arg: PalletBrokerPotentialRenewalId | {
502
+ potentialRenewals: AugmentedQuery<ApiType, (arg: PezpalletBrokerPotentialRenewalId | {
503
503
  core?: any;
504
504
  when?: any;
505
- } | string | Uint8Array) => Observable<Option<PalletBrokerPotentialRenewalRecord>>, [PalletBrokerPotentialRenewalId]> & QueryableStorageEntry<ApiType, [PalletBrokerPotentialRenewalId]>;
505
+ } | string | Uint8Array) => Observable<Option<PezpalletBrokerPotentialRenewalRecord>>, [PezpalletBrokerPotentialRenewalId]> & QueryableStorageEntry<ApiType, [PezpalletBrokerPotentialRenewalId]>;
506
506
  /**
507
507
  * The current (unassigned or provisionally assigend) Regions.
508
508
  **/
509
- regions: AugmentedQuery<ApiType, (arg: PalletBrokerRegionId | {
509
+ regions: AugmentedQuery<ApiType, (arg: PezpalletBrokerRegionId | {
510
510
  begin?: any;
511
511
  core?: any;
512
512
  mask?: any;
513
- } | string | Uint8Array) => Observable<Option<PalletBrokerRegionRecord>>, [PalletBrokerRegionId]> & QueryableStorageEntry<ApiType, [PalletBrokerRegionId]>;
513
+ } | string | Uint8Array) => Observable<Option<PezpalletBrokerRegionRecord>>, [PezpalletBrokerRegionId]> & QueryableStorageEntry<ApiType, [PezpalletBrokerRegionId]>;
514
514
  /**
515
515
  * The Polkadot Core reservations (generally tasked with the maintenance of System Chains).
516
516
  **/
517
- reservations: AugmentedQuery<ApiType, () => Observable<Vec<Vec<PalletBrokerScheduleItem>>>, []> & QueryableStorageEntry<ApiType, []>;
517
+ reservations: AugmentedQuery<ApiType, () => Observable<Vec<Vec<PezpalletBrokerScheduleItem>>>, []> & QueryableStorageEntry<ApiType, []>;
518
518
  /**
519
519
  * Received revenue info from the relay chain.
520
520
  **/
521
- revenueInbox: AugmentedQuery<ApiType, () => Observable<Option<PalletBrokerOnDemandRevenueRecord>>, []> & QueryableStorageEntry<ApiType, []>;
521
+ revenueInbox: AugmentedQuery<ApiType, () => Observable<Option<PezpalletBrokerOnDemandRevenueRecord>>, []> & QueryableStorageEntry<ApiType, []>;
522
522
  /**
523
523
  * The details of the current sale, including its properties and status.
524
524
  **/
525
- saleInfo: AugmentedQuery<ApiType, () => Observable<Option<PalletBrokerSaleInfoRecord>>, []> & QueryableStorageEntry<ApiType, []>;
525
+ saleInfo: AugmentedQuery<ApiType, () => Observable<Option<PezpalletBrokerSaleInfoRecord>>, []> & QueryableStorageEntry<ApiType, []>;
526
526
  /**
527
527
  * The current status of miscellaneous subsystems of this pallet.
528
528
  **/
529
- status: AugmentedQuery<ApiType, () => Observable<Option<PalletBrokerStatusRecord>>, []> & QueryableStorageEntry<ApiType, []>;
529
+ status: AugmentedQuery<ApiType, () => Observable<Option<PezpalletBrokerStatusRecord>>, []> & QueryableStorageEntry<ApiType, []>;
530
530
  /**
531
531
  * The current workload of each core. This gets updated with workplan as timeslices pass.
532
532
  **/
533
- workload: AugmentedQuery<ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable<Vec<PalletBrokerScheduleItem>>, [u16]> & QueryableStorageEntry<ApiType, [u16]>;
533
+ workload: AugmentedQuery<ApiType, (arg: u16 | AnyNumber | Uint8Array) => Observable<Vec<PezpalletBrokerScheduleItem>>, [u16]> & QueryableStorageEntry<ApiType, [u16]>;
534
534
  /**
535
535
  * The work we plan on having each core do at a particular time in the future.
536
536
  **/
537
- workplan: AugmentedQuery<ApiType, (arg: ITuple<[u32, u16]> | [u32 | AnyNumber | Uint8Array, u16 | AnyNumber | Uint8Array]) => Observable<Option<Vec<PalletBrokerScheduleItem>>>, [ITuple<[u32, u16]>]> & QueryableStorageEntry<ApiType, [ITuple<[u32, u16]>]>;
537
+ workplan: AugmentedQuery<ApiType, (arg: ITuple<[u32, u16]> | [u32 | AnyNumber | Uint8Array, u16 | AnyNumber | Uint8Array]) => Observable<Option<Vec<PezpalletBrokerScheduleItem>>>, [ITuple<[u32, u16]>]> & QueryableStorageEntry<ApiType, [ITuple<[u32, u16]>]>;
538
538
  /**
539
539
  * Generic query
540
540
  **/
@@ -544,7 +544,7 @@ declare module '@polkadot/api-base/types/storage' {
544
544
  /**
545
545
  * Child bounties that have been added.
546
546
  **/
547
- childBounties: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletChildBountiesChildBounty>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
547
+ childBounties: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletChildBountiesChildBounty>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
548
548
  /**
549
549
  * DEPRECATED: Replaced with `ParentTotalChildBounties` storage item keeping dedicated counts
550
550
  * for each parent bounty. Number of total child bounties. Will be removed in May 2025.
@@ -586,13 +586,13 @@ declare module '@polkadot/api-base/types/storage' {
586
586
  /**
587
587
  * A mapping from a contract's code hash to its code info.
588
588
  **/
589
- codeInfoOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletContractsWasmCodeInfo>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
589
+ codeInfoOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletContractsWasmCodeInfo>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
590
590
  /**
591
591
  * The code associated with a given account.
592
592
  *
593
593
  * TWOX-NOTE: SAFE since `AccountId` is a secure hash.
594
594
  **/
595
- contractInfoOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletContractsStorageContractInfo>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
595
+ contractInfoOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletContractsStorageContractInfo>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
596
596
  /**
597
597
  * Evicted contracts that await child trie deletion.
598
598
  *
@@ -604,7 +604,7 @@ declare module '@polkadot/api-base/types/storage' {
604
604
  * A pair of monotonic counters used to track the latest contract marked for deletion
605
605
  * and the latest deleted contract in queue.
606
606
  **/
607
- deletionQueueCounter: AugmentedQuery<ApiType, () => Observable<PalletContractsStorageDeletionQueueManager>, []> & QueryableStorageEntry<ApiType, []>;
607
+ deletionQueueCounter: AugmentedQuery<ApiType, () => Observable<PezpalletContractsStorageDeletionQueueManager>, []> & QueryableStorageEntry<ApiType, []>;
608
608
  /**
609
609
  * A migration can span across multiple blocks. This storage defines a cursor to track the
610
610
  * progress of the migration, enabling us to resume from the last completed position.
@@ -655,7 +655,7 @@ declare module '@polkadot/api-base/types/storage' {
655
655
  * All voting for a particular voter in a particular voting class. We store the balance for the
656
656
  * number of votes that we have recorded.
657
657
  **/
658
- votingFor: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u16 | AnyNumber | Uint8Array) => Observable<PalletConvictionVotingVoteVoting>, [AccountId32, u16]> & QueryableStorageEntry<ApiType, [AccountId32, u16]>;
658
+ votingFor: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u16 | AnyNumber | Uint8Array) => Observable<PezpalletConvictionVotingVoteVoting>, [AccountId32, u16]> & QueryableStorageEntry<ApiType, [AccountId32, u16]>;
659
659
  /**
660
660
  * Generic query
661
661
  **/
@@ -665,15 +665,15 @@ declare module '@polkadot/api-base/types/storage' {
665
665
  /**
666
666
  * The status of a claimant.
667
667
  **/
668
- member: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletCoreFellowshipMemberStatus>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
668
+ member: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletCoreFellowshipMemberStatus>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
669
669
  /**
670
670
  * Some evidence together with the desired outcome for which it was presented.
671
671
  **/
672
- memberEvidence: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ITuple<[PalletCoreFellowshipWish, Bytes]>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
672
+ memberEvidence: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ITuple<[PezpalletCoreFellowshipWish, Bytes]>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
673
673
  /**
674
674
  * The overall status of the system.
675
675
  **/
676
- params: AugmentedQuery<ApiType, () => Observable<PalletCoreFellowshipParamsTypeU128>, []> & QueryableStorageEntry<ApiType, []>;
676
+ params: AugmentedQuery<ApiType, () => Observable<PezpalletCoreFellowshipParamsTypeU128>, []> & QueryableStorageEntry<ApiType, []>;
677
677
  /**
678
678
  * Generic query
679
679
  **/
@@ -702,7 +702,7 @@ declare module '@polkadot/api-base/types/storage' {
702
702
  /**
703
703
  * Actual proposal for a given hash, if it's current.
704
704
  **/
705
- proposalOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<Call>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
705
+ proposalOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<RuntimeCall>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
706
706
  /**
707
707
  * The hashes of the active proposals.
708
708
  **/
@@ -710,7 +710,7 @@ declare module '@polkadot/api-base/types/storage' {
710
710
  /**
711
711
  * Votes on a given proposal, if it is ongoing.
712
712
  **/
713
- voting: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletCollectiveVotes>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
713
+ voting: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletCollectiveVotes>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
714
714
  /**
715
715
  * Generic query
716
716
  **/
@@ -720,7 +720,7 @@ declare module '@polkadot/api-base/types/storage' {
720
720
  /**
721
721
  * Map of `Agent` to their `Ledger`.
722
722
  **/
723
- agents: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletDelegatedStakingAgentLedger>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
723
+ agents: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletDelegatedStakingAgentLedger>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
724
724
  /**
725
725
  * Counter for the related counted storage map
726
726
  **/
@@ -735,7 +735,7 @@ declare module '@polkadot/api-base/types/storage' {
735
735
  * Implementation note: We are not using a double map with `delegator` and `agent` account
736
736
  * as keys since we want to restrict delegators to delegate only to one account at a time.
737
737
  **/
738
- delegators: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletDelegatedStakingDelegation>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
738
+ delegators: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletDelegatedStakingDelegation>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
739
739
  /**
740
740
  * Generic query
741
741
  **/
@@ -775,20 +775,20 @@ declare module '@polkadot/api-base/types/storage' {
775
775
  * Consider a garbage collection for a metadata of finished referendums to `unrequest` (remove)
776
776
  * large preimages.
777
777
  **/
778
- metadataOf: AugmentedQuery<ApiType, (arg: PalletDemocracyMetadataOwner | {
778
+ metadataOf: AugmentedQuery<ApiType, (arg: PezpalletDemocracyMetadataOwner | {
779
779
  External: any;
780
780
  } | {
781
781
  Proposal: any;
782
782
  } | {
783
783
  Referendum: any;
784
- } | string | Uint8Array) => Observable<Option<H256>>, [PalletDemocracyMetadataOwner]> & QueryableStorageEntry<ApiType, [PalletDemocracyMetadataOwner]>;
784
+ } | string | Uint8Array) => Observable<Option<H256>>, [PezpalletDemocracyMetadataOwner]> & QueryableStorageEntry<ApiType, [PezpalletDemocracyMetadataOwner]>;
785
785
  /**
786
786
  * The referendum to be tabled whenever it would be valid to table an external proposal.
787
787
  * This happens when a referendum needs to be tabled and one of two conditions are met:
788
788
  * - `LastTabledWasExternal` is `false`; or
789
789
  * - `PublicProps` is empty.
790
790
  **/
791
- nextExternal: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[FrameSupportPreimagesBounded, PalletDemocracyVoteThreshold]>>>, []> & QueryableStorageEntry<ApiType, []>;
791
+ nextExternal: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[PezframeSupportPreimagesBounded, PezpalletDemocracyVoteThreshold]>>>, []> & QueryableStorageEntry<ApiType, []>;
792
792
  /**
793
793
  * The number of (public) proposals that have been made so far.
794
794
  **/
@@ -796,7 +796,7 @@ declare module '@polkadot/api-base/types/storage' {
796
796
  /**
797
797
  * The public proposals. Unsorted. The second item is the proposal.
798
798
  **/
799
- publicProps: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[u32, FrameSupportPreimagesBounded, AccountId32]>>>, []> & QueryableStorageEntry<ApiType, []>;
799
+ publicProps: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[u32, PezframeSupportPreimagesBounded, AccountId32]>>>, []> & QueryableStorageEntry<ApiType, []>;
800
800
  /**
801
801
  * The next free referendum index, aka the number of referenda started so far.
802
802
  **/
@@ -806,14 +806,14 @@ declare module '@polkadot/api-base/types/storage' {
806
806
  *
807
807
  * TWOX-NOTE: SAFE as indexes are not under an attacker’s control.
808
808
  **/
809
- referendumInfoOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletDemocracyReferendumInfo>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
809
+ referendumInfoOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletDemocracyReferendumInfo>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
810
810
  /**
811
811
  * All votes for a particular voter. We store the balance for the number of votes that we
812
812
  * have recorded. The second item is the total amount of delegations, that will be added.
813
813
  *
814
814
  * TWOX-NOTE: SAFE as `AccountId`s are crypto hashes anyway.
815
815
  **/
816
- votingOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletDemocracyVoteVoting>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
816
+ votingOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezpalletDemocracyVoteVoting>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
817
817
  /**
818
818
  * Generic query
819
819
  **/
@@ -823,7 +823,7 @@ declare module '@polkadot/api-base/types/storage' {
823
823
  /**
824
824
  * Current phase.
825
825
  **/
826
- currentPhase: AugmentedQuery<ApiType, () => Observable<PalletElectionProviderMultiPhasePhase>, []> & QueryableStorageEntry<ApiType, []>;
826
+ currentPhase: AugmentedQuery<ApiType, () => Observable<PezpalletElectionProviderMultiPhasePhase>, []> & QueryableStorageEntry<ApiType, []>;
827
827
  /**
828
828
  * Desired number of targets to elect for this round.
829
829
  *
@@ -837,13 +837,13 @@ declare module '@polkadot/api-base/types/storage' {
837
837
  *
838
838
  * Can be set via `set_minimum_untrusted_score`.
839
839
  **/
840
- minimumUntrustedScore: AugmentedQuery<ApiType, () => Observable<Option<SpNposElectionsElectionScore>>, []> & QueryableStorageEntry<ApiType, []>;
840
+ minimumUntrustedScore: AugmentedQuery<ApiType, () => Observable<Option<PezspNposElectionsElectionScore>>, []> & QueryableStorageEntry<ApiType, []>;
841
841
  /**
842
842
  * Current best solution, signed or unsigned, queued to be returned upon `elect`.
843
843
  *
844
844
  * Always sorted by score.
845
845
  **/
846
- queuedSolution: AugmentedQuery<ApiType, () => Observable<Option<PalletElectionProviderMultiPhaseReadySolution>>, []> & QueryableStorageEntry<ApiType, []>;
846
+ queuedSolution: AugmentedQuery<ApiType, () => Observable<Option<PezpalletElectionProviderMultiPhaseReadySolution>>, []> & QueryableStorageEntry<ApiType, []>;
847
847
  /**
848
848
  * Internal counter for the number of rounds.
849
849
  *
@@ -861,7 +861,7 @@ declare module '@polkadot/api-base/types/storage' {
861
861
  * can be quite large, so we're willing to pay the cost of multiple database accesses to access
862
862
  * them one at a time instead of reading and decoding all of them at once.
863
863
  **/
864
- signedSubmissionIndices: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpNposElectionsElectionScore, u32, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
864
+ signedSubmissionIndices: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[PezspNposElectionsElectionScore, u32, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
865
865
  /**
866
866
  * The next index to be assigned to an incoming signed submission.
867
867
  *
@@ -883,21 +883,21 @@ declare module '@polkadot/api-base/types/storage' {
883
883
  * Twox note: the key of the map is an auto-incrementing index which users cannot inspect or
884
884
  * affect; we shouldn't need a cryptographically secure hasher.
885
885
  **/
886
- signedSubmissionsMap: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletElectionProviderMultiPhaseSignedSignedSubmission>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
886
+ signedSubmissionsMap: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletElectionProviderMultiPhaseSignedSignedSubmission>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
887
887
  /**
888
888
  * Snapshot data of the round.
889
889
  *
890
890
  * This is created at the beginning of the signed phase and cleared upon calling `elect`.
891
891
  * Note: This storage type must only be mutated through [`SnapshotWrapper`].
892
892
  **/
893
- snapshot: AugmentedQuery<ApiType, () => Observable<Option<PalletElectionProviderMultiPhaseRoundSnapshot>>, []> & QueryableStorageEntry<ApiType, []>;
893
+ snapshot: AugmentedQuery<ApiType, () => Observable<Option<PezpalletElectionProviderMultiPhaseRoundSnapshot>>, []> & QueryableStorageEntry<ApiType, []>;
894
894
  /**
895
895
  * The metadata of the [`RoundSnapshot`]
896
896
  *
897
897
  * Only exists when [`Snapshot`] is present.
898
898
  * Note: This storage type must only be mutated through [`SnapshotWrapper`].
899
899
  **/
900
- snapshotMetadata: AugmentedQuery<ApiType, () => Observable<Option<PalletElectionProviderMultiPhaseSolutionOrSnapshotSize>>, []> & QueryableStorageEntry<ApiType, []>;
900
+ snapshotMetadata: AugmentedQuery<ApiType, () => Observable<Option<PezpalletElectionProviderMultiPhaseSolutionOrSnapshotSize>>, []> & QueryableStorageEntry<ApiType, []>;
901
901
  /**
902
902
  * Generic query
903
903
  **/
@@ -922,20 +922,20 @@ declare module '@polkadot/api-base/types/storage' {
922
922
  *
923
923
  * Invariant: Always sorted based on account id.
924
924
  **/
925
- members: AugmentedQuery<ApiType, () => Observable<Vec<PalletElectionsPhragmenSeatHolder>>, []> & QueryableStorageEntry<ApiType, []>;
925
+ members: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletElectionsPhragmenSeatHolder>>, []> & QueryableStorageEntry<ApiType, []>;
926
926
  /**
927
927
  * The current reserved runners-up.
928
928
  *
929
929
  * Invariant: Always sorted based on rank (worse to best). Upon removal of a member, the
930
930
  * last (i.e. _best_) runner-up will be replaced.
931
931
  **/
932
- runnersUp: AugmentedQuery<ApiType, () => Observable<Vec<PalletElectionsPhragmenSeatHolder>>, []> & QueryableStorageEntry<ApiType, []>;
932
+ runnersUp: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletElectionsPhragmenSeatHolder>>, []> & QueryableStorageEntry<ApiType, []>;
933
933
  /**
934
934
  * Votes and locked stake of a particular voter.
935
935
  *
936
936
  * TWOX-NOTE: SAFE as `AccountId` is a crypto hash.
937
937
  **/
938
- voting: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletElectionsPhragmenVoter>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
938
+ voting: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezpalletElectionsPhragmenVoter>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
939
939
  /**
940
940
  * Generic query
941
941
  **/
@@ -962,7 +962,7 @@ declare module '@polkadot/api-base/types/storage' {
962
962
  *
963
963
  * The head in itself can be a batch of up to [`Config::BatchSize`] stakers.
964
964
  **/
965
- head: AugmentedQuery<ApiType, () => Observable<Option<PalletFastUnstakeUnstakeRequest>>, []> & QueryableStorageEntry<ApiType, []>;
965
+ head: AugmentedQuery<ApiType, () => Observable<Option<PezpalletFastUnstakeUnstakeRequest>>, []> & QueryableStorageEntry<ApiType, []>;
966
966
  /**
967
967
  * The map of all accounts wishing to be unstaked.
968
968
  *
@@ -1020,7 +1020,7 @@ declare module '@polkadot/api-base/types/storage' {
1020
1020
  /**
1021
1021
  * The current list of authorities.
1022
1022
  **/
1023
- authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>>, []> & QueryableStorageEntry<ApiType, []>;
1023
+ authorities: AugmentedQuery<ApiType, () => Observable<Vec<ITuple<[PezspConsensusGrandpaAppPublic, u64]>>>, []> & QueryableStorageEntry<ApiType, []>;
1024
1024
  /**
1025
1025
  * The number of changes (both in terms of keys and underlying economic responsibilities)
1026
1026
  * in the "set" of Grandpa validators from genesis.
@@ -1033,7 +1033,7 @@ declare module '@polkadot/api-base/types/storage' {
1033
1033
  /**
1034
1034
  * Pending change: (signaled at, scheduled change).
1035
1035
  **/
1036
- pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PalletGrandpaStoredPendingChange>>, []> & QueryableStorageEntry<ApiType, []>;
1036
+ pendingChange: AugmentedQuery<ApiType, () => Observable<Option<PezpalletGrandpaStoredPendingChange>>, []> & QueryableStorageEntry<ApiType, []>;
1037
1037
  /**
1038
1038
  * A mapping from grandpa set ID to the index of the *most recent* session for which its
1039
1039
  * members were responsible.
@@ -1054,7 +1054,7 @@ declare module '@polkadot/api-base/types/storage' {
1054
1054
  /**
1055
1055
  * State of the current authority set.
1056
1056
  **/
1057
- state: AugmentedQuery<ApiType, () => Observable<PalletGrandpaStoredState>, []> & QueryableStorageEntry<ApiType, []>;
1057
+ state: AugmentedQuery<ApiType, () => Observable<PezpalletGrandpaStoredState>, []> & QueryableStorageEntry<ApiType, []>;
1058
1058
  /**
1059
1059
  * Generic query
1060
1060
  **/
@@ -1078,14 +1078,14 @@ declare module '@polkadot/api-base/types/storage' {
1078
1078
  /**
1079
1079
  * A map of the accounts who are authorized to grant usernames.
1080
1080
  **/
1081
- authorityOf: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<PalletIdentityAuthorityProperties>>, [Bytes]> & QueryableStorageEntry<ApiType, [Bytes]>;
1081
+ authorityOf: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<PezpalletIdentityAuthorityProperties>>, [Bytes]> & QueryableStorageEntry<ApiType, [Bytes]>;
1082
1082
  /**
1083
1083
  * Information that is pertinent to identify the entity behind an account. First item is the
1084
1084
  * registration, second is the account's primary username.
1085
1085
  *
1086
1086
  * TWOX-NOTE: OK ― `AccountId` is a secure hash.
1087
1087
  **/
1088
- identityOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletIdentityRegistration>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1088
+ identityOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletIdentityRegistration>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1089
1089
  /**
1090
1090
  * Usernames that an authority has granted, but that the account controller has not confirmed
1091
1091
  * that they want it. Used primarily in cases where the `AccountId` cannot provide a signature
@@ -1094,14 +1094,14 @@ declare module '@polkadot/api-base/types/storage' {
1094
1094
  *
1095
1095
  * First tuple item is the account and second is the acceptance deadline.
1096
1096
  **/
1097
- pendingUsernames: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<ITuple<[AccountId32, u32, PalletIdentityProvider]>>>, [Bytes]> & QueryableStorageEntry<ApiType, [Bytes]>;
1097
+ pendingUsernames: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<ITuple<[AccountId32, u32, PezpalletIdentityProvider]>>>, [Bytes]> & QueryableStorageEntry<ApiType, [Bytes]>;
1098
1098
  /**
1099
1099
  * The set of registrars. Not expected to get very big as can only be added through a
1100
1100
  * special origin (likely a council motion).
1101
1101
  *
1102
1102
  * The index into this can be cast to `RegistrarIndex` to get a valid value.
1103
1103
  **/
1104
- registrars: AugmentedQuery<ApiType, () => Observable<Vec<Option<PalletIdentityRegistrarInfo>>>, []> & QueryableStorageEntry<ApiType, []>;
1104
+ registrars: AugmentedQuery<ApiType, () => Observable<Vec<Option<PezpalletIdentityRegistrarInfo>>>, []> & QueryableStorageEntry<ApiType, []>;
1105
1105
  /**
1106
1106
  * Alternative "sub" identities of this account.
1107
1107
  *
@@ -1130,7 +1130,7 @@ declare module '@polkadot/api-base/types/storage' {
1130
1130
  * Multiple usernames may map to the same `AccountId`, but `UsernameOf` will only map to one
1131
1131
  * primary username.
1132
1132
  **/
1133
- usernameInfoOf: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<PalletIdentityUsernameInformation>>, [Bytes]> & QueryableStorageEntry<ApiType, [Bytes]>;
1133
+ usernameInfoOf: AugmentedQuery<ApiType, (arg: Bytes | string | Uint8Array) => Observable<Option<PezpalletIdentityUsernameInformation>>, [Bytes]> & QueryableStorageEntry<ApiType, [Bytes]>;
1134
1134
  /**
1135
1135
  * Identifies the primary username of an account.
1136
1136
  **/
@@ -1163,7 +1163,7 @@ declare module '@polkadot/api-base/types/storage' {
1163
1163
  /**
1164
1164
  * The current set of keys that may issue a heartbeat.
1165
1165
  **/
1166
- keys: AugmentedQuery<ApiType, () => Observable<Vec<PalletImOnlineSr25519AppSr25519Public>>, []> & QueryableStorageEntry<ApiType, []>;
1166
+ keys: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletImOnlineSr25519AppSr25519Public>>, []> & QueryableStorageEntry<ApiType, []>;
1167
1167
  /**
1168
1168
  * For each session index, we keep a mapping of `SessionIndex` and `AuthIndex`.
1169
1169
  **/
@@ -1192,7 +1192,7 @@ declare module '@polkadot/api-base/types/storage' {
1192
1192
  /**
1193
1193
  * The configuration for the current lottery.
1194
1194
  **/
1195
- lottery: AugmentedQuery<ApiType, () => Observable<Option<PalletLotteryLotteryConfig>>, []> & QueryableStorageEntry<ApiType, []>;
1195
+ lottery: AugmentedQuery<ApiType, () => Observable<Option<PezpalletLotteryLotteryConfig>>, []> & QueryableStorageEntry<ApiType, []>;
1196
1196
  lotteryIndex: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
1197
1197
  /**
1198
1198
  * Users who have purchased a ticket. (Lottery Index, Tickets Purchased)
@@ -1218,11 +1218,11 @@ declare module '@polkadot/api-base/types/storage' {
1218
1218
  /**
1219
1219
  * The index of the first and last (non-empty) pages.
1220
1220
  **/
1221
- bookStateFor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletMessageQueueBookState>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1221
+ bookStateFor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PezpalletMessageQueueBookState>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1222
1222
  /**
1223
1223
  * The map of page indices to pages.
1224
1224
  **/
1225
- pages: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletMessageQueuePage>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1225
+ pages: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletMessageQueuePage>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1226
1226
  /**
1227
1227
  * The origin at which we should begin servicing.
1228
1228
  **/
@@ -1250,11 +1250,11 @@ declare module '@polkadot/api-base/types/storage' {
1250
1250
  * authority has registered a mixnode. The authority indices should only be used during
1251
1251
  * registration; the authority indices for the very first session are made up.
1252
1252
  **/
1253
- mixnodes: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletMixnetBoundedMixnode>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1253
+ mixnodes: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletMixnetBoundedMixnode>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1254
1254
  /**
1255
1255
  * Authority list for the next session.
1256
1256
  **/
1257
- nextAuthorityIds: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<SpMixnetAppPublic>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1257
+ nextAuthorityIds: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezspMixnetAppPublic>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1258
1258
  /**
1259
1259
  * Generic query
1260
1260
  **/
@@ -1285,13 +1285,13 @@ declare module '@polkadot/api-base/types/storage' {
1285
1285
  /**
1286
1286
  * Details of current BEEFY authority set.
1287
1287
  **/
1288
- beefyAuthorities: AugmentedQuery<ApiType, () => Observable<SpConsensusBeefyMmrBeefyAuthoritySet>, []> & QueryableStorageEntry<ApiType, []>;
1288
+ beefyAuthorities: AugmentedQuery<ApiType, () => Observable<PezspConsensusBeefyMmrBeefyAuthoritySet>, []> & QueryableStorageEntry<ApiType, []>;
1289
1289
  /**
1290
1290
  * Details of next BEEFY authority set.
1291
1291
  *
1292
1292
  * This storage entry is used as cache for calls to `update_beefy_next_authority_set`.
1293
1293
  **/
1294
- beefyNextAuthorities: AugmentedQuery<ApiType, () => Observable<SpConsensusBeefyMmrBeefyAuthoritySet>, []> & QueryableStorageEntry<ApiType, []>;
1294
+ beefyNextAuthorities: AugmentedQuery<ApiType, () => Observable<PezspConsensusBeefyMmrBeefyAuthoritySet>, []> & QueryableStorageEntry<ApiType, []>;
1295
1295
  /**
1296
1296
  * Generic query
1297
1297
  **/
@@ -1303,7 +1303,7 @@ declare module '@polkadot/api-base/types/storage' {
1303
1303
  *
1304
1304
  * `None` indicates that no migration is running.
1305
1305
  **/
1306
- cursor: AugmentedQuery<ApiType, () => Observable<Option<PalletMigrationsMigrationCursor>>, []> & QueryableStorageEntry<ApiType, []>;
1306
+ cursor: AugmentedQuery<ApiType, () => Observable<Option<PezpalletMigrationsMigrationCursor>>, []> & QueryableStorageEntry<ApiType, []>;
1307
1307
  /**
1308
1308
  * Set of all successfully executed migrations.
1309
1309
  *
@@ -1320,7 +1320,7 @@ declare module '@polkadot/api-base/types/storage' {
1320
1320
  /**
1321
1321
  * The set of open multisig operations.
1322
1322
  **/
1323
- multisigs: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: U8aFixed | string | Uint8Array) => Observable<Option<PalletMultisigMultisig>>, [AccountId32, U8aFixed]> & QueryableStorageEntry<ApiType, [AccountId32, U8aFixed]>;
1323
+ multisigs: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: U8aFixed | string | Uint8Array) => Observable<Option<PezpalletMultisigMultisig>>, [AccountId32, U8aFixed]> & QueryableStorageEntry<ApiType, [AccountId32, U8aFixed]>;
1324
1324
  /**
1325
1325
  * Generic query
1326
1326
  **/
@@ -1330,7 +1330,7 @@ declare module '@polkadot/api-base/types/storage' {
1330
1330
  /**
1331
1331
  * Keeps track of the corresponding NFT ID, asset ID and amount minted.
1332
1332
  **/
1333
- nftToAsset: AugmentedQuery<ApiType, (arg: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable<Option<PalletNftFractionalizationDetails>>, [ITuple<[u32, u32]>]> & QueryableStorageEntry<ApiType, [ITuple<[u32, u32]>]>;
1333
+ nftToAsset: AugmentedQuery<ApiType, (arg: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable<Option<PezpalletNftFractionalizationDetails>>, [ITuple<[u32, u32]>]> & QueryableStorageEntry<ApiType, [ITuple<[u32, u32]>]>;
1334
1334
  /**
1335
1335
  * Generic query
1336
1336
  **/
@@ -1345,7 +1345,7 @@ declare module '@polkadot/api-base/types/storage' {
1345
1345
  /**
1346
1346
  * Attributes of a collection.
1347
1347
  **/
1348
- attribute: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: Option<u32> | null | Uint8Array | u32 | AnyNumber, arg3: PalletNftsAttributeNamespace | {
1348
+ attribute: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: Option<u32> | null | Uint8Array | u32 | AnyNumber, arg3: PezpalletNftsAttributeNamespace | {
1349
1349
  Pallet: any;
1350
1350
  } | {
1351
1351
  CollectionOwner: any;
@@ -1353,11 +1353,11 @@ declare module '@polkadot/api-base/types/storage' {
1353
1353
  ItemOwner: any;
1354
1354
  } | {
1355
1355
  Account: any;
1356
- } | string | Uint8Array, arg4: Bytes | string | Uint8Array) => Observable<Option<ITuple<[Bytes, PalletNftsAttributeDeposit]>>>, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]> & QueryableStorageEntry<ApiType, [u32, Option<u32>, PalletNftsAttributeNamespace, Bytes]>;
1356
+ } | string | Uint8Array, arg4: Bytes | string | Uint8Array) => Observable<Option<ITuple<[Bytes, PezpalletNftsAttributeDeposit]>>>, [u32, Option<u32>, PezpalletNftsAttributeNamespace, Bytes]> & QueryableStorageEntry<ApiType, [u32, Option<u32>, PezpalletNftsAttributeNamespace, Bytes]>;
1357
1357
  /**
1358
1358
  * Details of a collection.
1359
1359
  **/
1360
- collection: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1360
+ collection: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsCollectionDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1361
1361
  /**
1362
1362
  * The collections owned by any given account; set out this way so that collections owned by
1363
1363
  * a single account can be enumerated.
@@ -1366,11 +1366,11 @@ declare module '@polkadot/api-base/types/storage' {
1366
1366
  /**
1367
1367
  * Config of a collection.
1368
1368
  **/
1369
- collectionConfigOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionConfig>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1369
+ collectionConfigOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsCollectionConfig>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1370
1370
  /**
1371
1371
  * Metadata of a collection.
1372
1372
  **/
1373
- collectionMetadataOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsCollectionMetadata>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1373
+ collectionMetadataOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsCollectionMetadata>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1374
1374
  /**
1375
1375
  * The items in existence and their ownership details.
1376
1376
  * Stores collection roles as per account.
@@ -1379,7 +1379,7 @@ declare module '@polkadot/api-base/types/storage' {
1379
1379
  /**
1380
1380
  * The items in existence and their ownership details.
1381
1381
  **/
1382
- item: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemDetails>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1382
+ item: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsItemDetails>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1383
1383
  /**
1384
1384
  * Item attribute approvals.
1385
1385
  **/
@@ -1387,11 +1387,11 @@ declare module '@polkadot/api-base/types/storage' {
1387
1387
  /**
1388
1388
  * Config of an item.
1389
1389
  **/
1390
- itemConfigOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemConfig>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1390
+ itemConfigOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsItemConfig>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1391
1391
  /**
1392
1392
  * Metadata of an item.
1393
1393
  **/
1394
- itemMetadataOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsItemMetadata>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1394
+ itemMetadataOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsItemMetadata>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1395
1395
  /**
1396
1396
  * A price of an item.
1397
1397
  **/
@@ -1408,7 +1408,7 @@ declare module '@polkadot/api-base/types/storage' {
1408
1408
  /**
1409
1409
  * Handles all the pending swaps.
1410
1410
  **/
1411
- pendingSwapOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNftsPendingSwap>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1411
+ pendingSwapOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNftsPendingSwap>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
1412
1412
  /**
1413
1413
  * Generic query
1414
1414
  **/
@@ -1418,7 +1418,7 @@ declare module '@polkadot/api-base/types/storage' {
1418
1418
  /**
1419
1419
  * The queues of bids. Indexed by duration (in `Period`s).
1420
1420
  **/
1421
- queues: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PalletNisBid>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1421
+ queues: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PezpalletNisBid>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1422
1422
  /**
1423
1423
  * The totals of items and balances within each queue. Saves a lot of storage reads in the
1424
1424
  * case of sparsely packed queues.
@@ -1430,11 +1430,11 @@ declare module '@polkadot/api-base/types/storage' {
1430
1430
  /**
1431
1431
  * The currently outstanding receipts, indexed according to the order of creation.
1432
1432
  **/
1433
- receipts: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNisReceiptRecord>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1433
+ receipts: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNisReceiptRecord>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1434
1434
  /**
1435
1435
  * Summary information over the general state.
1436
1436
  **/
1437
- summary: AugmentedQuery<ApiType, () => Observable<PalletNisSummaryRecord>, []> & QueryableStorageEntry<ApiType, []>;
1437
+ summary: AugmentedQuery<ApiType, () => Observable<PezpalletNisSummaryRecord>, []> & QueryableStorageEntry<ApiType, []>;
1438
1438
  /**
1439
1439
  * Generic query
1440
1440
  **/
@@ -1444,11 +1444,11 @@ declare module '@polkadot/api-base/types/storage' {
1444
1444
  /**
1445
1445
  * Storage for bonded pools.
1446
1446
  **/
1447
- bondedPools: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNominationPoolsBondedPoolInner>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1447
+ bondedPools: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNominationPoolsBondedPoolInner>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1448
1448
  /**
1449
1449
  * Map from a pool member account to their opted claim permission.
1450
1450
  **/
1451
- claimPermissions: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletNominationPoolsClaimPermission>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1451
+ claimPermissions: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezpalletNominationPoolsClaimPermission>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1452
1452
  /**
1453
1453
  * Counter for the related counted storage map
1454
1454
  **/
@@ -1521,7 +1521,7 @@ declare module '@polkadot/api-base/types/storage' {
1521
1521
  *
1522
1522
  * TWOX-NOTE: SAFE since `AccountId` is a secure hash.
1523
1523
  **/
1524
- poolMembers: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletNominationPoolsPoolMember>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1524
+ poolMembers: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletNominationPoolsPoolMember>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1525
1525
  /**
1526
1526
  * A reverse lookup from the pool's account id to its id.
1527
1527
  *
@@ -1533,12 +1533,12 @@ declare module '@polkadot/api-base/types/storage' {
1533
1533
  * Reward pools. This is where there rewards for each pool accumulate. When a members payout is
1534
1534
  * claimed, the balance comes out of the reward pool. Keyed by the bonded pools account.
1535
1535
  **/
1536
- rewardPools: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNominationPoolsRewardPool>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1536
+ rewardPools: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNominationPoolsRewardPool>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1537
1537
  /**
1538
1538
  * Groups of unbonding pools. Each group of unbonding pools belongs to a
1539
1539
  * bonded pool, hence the name sub-pools. Keyed by the bonded pools account.
1540
1540
  **/
1541
- subPoolsStorage: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletNominationPoolsSubPools>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1541
+ subPoolsStorage: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletNominationPoolsSubPools>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1542
1542
  /**
1543
1543
  * The sum of funds across all pools.
1544
1544
  *
@@ -1560,7 +1560,7 @@ declare module '@polkadot/api-base/types/storage' {
1560
1560
  /**
1561
1561
  * The primary structure that holds all offence records keyed by report identifiers.
1562
1562
  **/
1563
- reports: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<SpStakingOffenceOffenceDetails>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1563
+ reports: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezspStakingOffenceOffenceDetails>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1564
1564
  /**
1565
1565
  * Generic query
1566
1566
  **/
@@ -1594,21 +1594,21 @@ declare module '@polkadot/api-base/types/storage' {
1594
1594
  /**
1595
1595
  * The holdings of a specific account for a specific asset.
1596
1596
  **/
1597
- account: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletAssetsAssetAccount>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
1597
+ account: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletAssetsAssetAccount>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
1598
1598
  /**
1599
1599
  * Approved balance transfers. First balance is the amount approved for transfer. Second
1600
1600
  * is the amount of `T::Currency` reserved for storing this.
1601
1601
  * First key is the asset ID, second key is the owner and third key is the delegate.
1602
1602
  **/
1603
- approvals: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array, arg3: AccountId32 | string | Uint8Array) => Observable<Option<PalletAssetsApproval>>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32, AccountId32]>;
1603
+ approvals: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array, arg3: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletAssetsApproval>>, [u32, AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32, AccountId32]>;
1604
1604
  /**
1605
1605
  * Details of an asset.
1606
1606
  **/
1607
- asset: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletAssetsAssetDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1607
+ asset: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletAssetsAssetDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1608
1608
  /**
1609
1609
  * Metadata of an asset.
1610
1610
  **/
1611
- metadata: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletAssetsAssetMetadata>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1611
+ metadata: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PezpalletAssetsAssetMetadata>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1612
1612
  /**
1613
1613
  * The asset ID enforced for the next asset creation, if any present. Otherwise, this storage
1614
1614
  * item has no effect.
@@ -1664,11 +1664,11 @@ declare module '@polkadot/api-base/types/storage' {
1664
1664
  /**
1665
1665
  * The request status of a given hash.
1666
1666
  **/
1667
- requestStatusFor: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletPreimageRequestStatus>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1667
+ requestStatusFor: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletPreimageRequestStatus>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1668
1668
  /**
1669
1669
  * The request status of a given hash.
1670
1670
  **/
1671
- statusFor: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletPreimageOldRequestStatus>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1671
+ statusFor: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletPreimageOldRequestStatus>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1672
1672
  /**
1673
1673
  * Generic query
1674
1674
  **/
@@ -1678,12 +1678,12 @@ declare module '@polkadot/api-base/types/storage' {
1678
1678
  /**
1679
1679
  * The announcements made by the proxy (key).
1680
1680
  **/
1681
- announcements: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[Vec<PalletProxyAnnouncement>, u128]>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1681
+ announcements: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[Vec<PezpalletProxyAnnouncement>, u128]>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1682
1682
  /**
1683
1683
  * The set of account proxies. Maps the account which has delegated to the accounts
1684
1684
  * which are being delegated to, together with the amount held on deposit.
1685
1685
  **/
1686
- proxies: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[Vec<PalletProxyProxyDefinition>, u128]>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1686
+ proxies: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[Vec<PezpalletProxyProxyDefinition>, u128]>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1687
1687
  /**
1688
1688
  * Generic query
1689
1689
  **/
@@ -1719,11 +1719,11 @@ declare module '@polkadot/api-base/types/storage' {
1719
1719
  /**
1720
1720
  * The current members of the collective.
1721
1721
  **/
1722
- members: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletRankedCollectiveMemberRecord>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1722
+ members: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletRankedCollectiveMemberRecord>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1723
1723
  /**
1724
1724
  * Votes on a given proposal, if it is ongoing.
1725
1725
  **/
1726
- voting: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletRankedCollectiveVoteRecord>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
1726
+ voting: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletRankedCollectiveVoteRecord>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
1727
1727
  votingCleanup: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<Bytes>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1728
1728
  /**
1729
1729
  * Generic query
@@ -1751,7 +1751,7 @@ declare module '@polkadot/api-base/types/storage' {
1751
1751
  /**
1752
1752
  * Information concerning any given referendum.
1753
1753
  **/
1754
- referendumInfoFor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletReferendaReferendumInfoRankedCollectiveTally>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1754
+ referendumInfoFor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletReferendaReferendumInfoRankedCollectiveTally>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1755
1755
  /**
1756
1756
  * The sorted list of referenda ready to be decided but not yet being decided, ordered by
1757
1757
  * conviction-weighted approvals.
@@ -1771,7 +1771,7 @@ declare module '@polkadot/api-base/types/storage' {
1771
1771
  * First account is the account to be recovered, and the second account
1772
1772
  * is the user trying to recover the account.
1773
1773
  **/
1774
- activeRecoveries: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletRecoveryActiveRecovery>>, [AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32, AccountId32]>;
1774
+ activeRecoveries: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletRecoveryActiveRecovery>>, [AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32, AccountId32]>;
1775
1775
  /**
1776
1776
  * The list of allowed proxy accounts.
1777
1777
  *
@@ -1781,7 +1781,7 @@ declare module '@polkadot/api-base/types/storage' {
1781
1781
  /**
1782
1782
  * The set of recoverable accounts and their recovery configuration.
1783
1783
  **/
1784
- recoverable: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletRecoveryRecoveryConfig>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1784
+ recoverable: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletRecoveryRecoveryConfig>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1785
1785
  /**
1786
1786
  * Generic query
1787
1787
  **/
@@ -1808,7 +1808,7 @@ declare module '@polkadot/api-base/types/storage' {
1808
1808
  /**
1809
1809
  * Information concerning any given referendum.
1810
1810
  **/
1811
- referendumInfoFor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletReferendaReferendumInfoConvictionVotingTally>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1811
+ referendumInfoFor: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletReferendaReferendumInfoConvictionVotingTally>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1812
1812
  /**
1813
1813
  * The sorted list of referenda ready to be decided but not yet being decided, ordered by
1814
1814
  * conviction-weighted approvals.
@@ -1825,11 +1825,11 @@ declare module '@polkadot/api-base/types/storage' {
1825
1825
  /**
1826
1826
  * A mapping from a contract's code hash to its code info.
1827
1827
  **/
1828
- codeInfoOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletReviveWasmCodeInfo>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1828
+ codeInfoOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletReviveWasmCodeInfo>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
1829
1829
  /**
1830
1830
  * The code associated with a given account.
1831
1831
  **/
1832
- contractInfoOf: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<Option<PalletReviveStorageContractInfo>>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
1832
+ contractInfoOf: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<Option<PezpalletReviveStorageContractInfo>>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
1833
1833
  /**
1834
1834
  * Evicted contracts that await child trie deletion.
1835
1835
  *
@@ -1841,7 +1841,7 @@ declare module '@polkadot/api-base/types/storage' {
1841
1841
  * A pair of monotonic counters used to track the latest contract marked for deletion
1842
1842
  * and the latest deleted contract in queue.
1843
1843
  **/
1844
- deletionQueueCounter: AugmentedQuery<ApiType, () => Observable<PalletReviveStorageDeletionQueueManager>, []> & QueryableStorageEntry<ApiType, []>;
1844
+ deletionQueueCounter: AugmentedQuery<ApiType, () => Observable<PezpalletReviveStorageDeletionQueueManager>, []> & QueryableStorageEntry<ApiType, []>;
1845
1845
  /**
1846
1846
  * The immutable data associated with a given account.
1847
1847
  **/
@@ -1889,11 +1889,11 @@ declare module '@polkadot/api-base/types/storage' {
1889
1889
  /**
1890
1890
  * The status of a claimant.
1891
1891
  **/
1892
- claimant: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletSalaryClaimantStatus>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1892
+ claimant: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletSalaryClaimantStatus>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1893
1893
  /**
1894
1894
  * The overall status of the system.
1895
1895
  **/
1896
- status: AugmentedQuery<ApiType, () => Observable<Option<PalletSalaryStatusType>>, []> & QueryableStorageEntry<ApiType, []>;
1896
+ status: AugmentedQuery<ApiType, () => Observable<Option<PezpalletSalaryStatusType>>, []> & QueryableStorageEntry<ApiType, []>;
1897
1897
  /**
1898
1898
  * Generic query
1899
1899
  **/
@@ -1903,7 +1903,7 @@ declare module '@polkadot/api-base/types/storage' {
1903
1903
  /**
1904
1904
  * Items to be executed, indexed by the block number that they should be executed on.
1905
1905
  **/
1906
- agenda: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<Option<PalletSchedulerScheduled>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1906
+ agenda: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<Option<PezpalletSchedulerScheduled>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
1907
1907
  /**
1908
1908
  * Block number at which the agenda began incomplete execution.
1909
1909
  **/
@@ -1918,7 +1918,7 @@ declare module '@polkadot/api-base/types/storage' {
1918
1918
  /**
1919
1919
  * Retry configurations for items to be executed, indexed by task address.
1920
1920
  **/
1921
- retries: AugmentedQuery<ApiType, (arg: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable<Option<PalletSchedulerRetryConfig>>, [ITuple<[u32, u32]>]> & QueryableStorageEntry<ApiType, [ITuple<[u32, u32]>]>;
1921
+ retries: AugmentedQuery<ApiType, (arg: ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable<Option<PezpalletSchedulerRetryConfig>>, [ITuple<[u32, u32]>]> & QueryableStorageEntry<ApiType, [ITuple<[u32, u32]>]>;
1922
1922
  /**
1923
1923
  * Generic query
1924
1924
  **/
@@ -1940,7 +1940,7 @@ declare module '@polkadot/api-base/types/storage' {
1940
1940
  /**
1941
1941
  * The owner of a key. The key is the `KeyTypeId` + the encoded key.
1942
1942
  **/
1943
- keyOwner: AugmentedQuery<ApiType, (arg: ITuple<[SpCoreCryptoKeyTypeId, Bytes]> | [SpCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable<Option<AccountId32>>, [ITuple<[SpCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry<ApiType, [ITuple<[SpCoreCryptoKeyTypeId, Bytes]>]>;
1943
+ keyOwner: AugmentedQuery<ApiType, (arg: ITuple<[PezspCoreCryptoKeyTypeId, Bytes]> | [PezspCoreCryptoKeyTypeId | string | Uint8Array, Bytes | string | Uint8Array]) => Observable<Option<AccountId32>>, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]> & QueryableStorageEntry<ApiType, [ITuple<[PezspCoreCryptoKeyTypeId, Bytes]>]>;
1944
1944
  /**
1945
1945
  * The next session keys for a validator.
1946
1946
  **/
@@ -1968,8 +1968,8 @@ declare module '@polkadot/api-base/types/storage' {
1968
1968
  /**
1969
1969
  * The current bids, stored ordered by the value of the bid.
1970
1970
  **/
1971
- bids: AugmentedQuery<ApiType, () => Observable<Vec<PalletSocietyBid>>, []> & QueryableStorageEntry<ApiType, []>;
1972
- candidates: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletSocietyCandidacy>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1971
+ bids: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletSocietyBid>>, []> & QueryableStorageEntry<ApiType, []>;
1972
+ candidates: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletSocietyCandidacy>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
1973
1973
  /**
1974
1974
  * The number of challenge rounds there have been. Used to identify stale DefenderVotes.
1975
1975
  **/
@@ -1977,11 +1977,11 @@ declare module '@polkadot/api-base/types/storage' {
1977
1977
  /**
1978
1978
  * Votes for the defender, keyed by challenge round.
1979
1979
  **/
1980
- defenderVotes: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletSocietyVote>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
1980
+ defenderVotes: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletSocietyVote>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
1981
1981
  /**
1982
1982
  * The defending member currently being challenged, along with a running tally of votes.
1983
1983
  **/
1984
- defending: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[AccountId32, AccountId32, PalletSocietyTally]>>>, []> & QueryableStorageEntry<ApiType, []>;
1984
+ defending: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[AccountId32, AccountId32, PezpalletSocietyTally]>>>, []> & QueryableStorageEntry<ApiType, []>;
1985
1985
  /**
1986
1986
  * The first member.
1987
1987
  **/
@@ -2002,21 +2002,21 @@ declare module '@polkadot/api-base/types/storage' {
2002
2002
  /**
2003
2003
  * The current members and their rank. Doesn't include `SuspendedMembers`.
2004
2004
  **/
2005
- members: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletSocietyMemberRecord>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2005
+ members: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletSocietyMemberRecord>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2006
2006
  /**
2007
2007
  * At the end of the claim period, this contains the most recently approved members (along with
2008
2008
  * their bid and round ID) who is from the most recent round with the lowest bid. They will
2009
2009
  * become the new `Head`.
2010
2010
  **/
2011
- nextHead: AugmentedQuery<ApiType, () => Observable<Option<PalletSocietyIntakeRecord>>, []> & QueryableStorageEntry<ApiType, []>;
2011
+ nextHead: AugmentedQuery<ApiType, () => Observable<Option<PezpalletSocietyIntakeRecord>>, []> & QueryableStorageEntry<ApiType, []>;
2012
2012
  /**
2013
2013
  * The max number of members for the society at one time.
2014
2014
  **/
2015
- parameters: AugmentedQuery<ApiType, () => Observable<Option<PalletSocietyGroupParams>>, []> & QueryableStorageEntry<ApiType, []>;
2015
+ parameters: AugmentedQuery<ApiType, () => Observable<Option<PezpalletSocietyGroupParams>>, []> & QueryableStorageEntry<ApiType, []>;
2016
2016
  /**
2017
2017
  * Information regarding rank-0 payouts, past and future.
2018
2018
  **/
2019
- payouts: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletSocietyPayoutRecord>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2019
+ payouts: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezpalletSocietyPayoutRecord>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2020
2020
  /**
2021
2021
  * Amount of our account balance that is specifically for the next round's bid(s).
2022
2022
  **/
@@ -2037,7 +2037,7 @@ declare module '@polkadot/api-base/types/storage' {
2037
2037
  /**
2038
2038
  * The set of suspended members, with their old membership record.
2039
2039
  **/
2040
- suspendedMembers: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletSocietyMemberRecord>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2040
+ suspendedMembers: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletSocietyMemberRecord>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2041
2041
  /**
2042
2042
  * Clear-cursor for Vote, map from Candidate -> (Maybe) Cursor.
2043
2043
  **/
@@ -2045,7 +2045,7 @@ declare module '@polkadot/api-base/types/storage' {
2045
2045
  /**
2046
2046
  * Double map from Candidate -> Voter -> (Maybe) Vote.
2047
2047
  **/
2048
- votes: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PalletSocietyVote>>, [AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32, AccountId32]>;
2048
+ votes: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletSocietyVote>>, [AccountId32, AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32, AccountId32]>;
2049
2049
  /**
2050
2050
  * Generic query
2051
2051
  **/
@@ -2058,7 +2058,7 @@ declare module '@polkadot/api-base/types/storage' {
2058
2058
  * The active era is the era being currently rewarded. Validator set of this era must be
2059
2059
  * equal to [`SessionInterface::validators`].
2060
2060
  **/
2061
- activeEra: AugmentedQuery<ApiType, () => Observable<Option<PalletStakingActiveEraInfo>>, []> & QueryableStorageEntry<ApiType, []>;
2061
+ activeEra: AugmentedQuery<ApiType, () => Observable<Option<PezpalletStakingActiveEraInfo>>, []> & QueryableStorageEntry<ApiType, []>;
2062
2062
  /**
2063
2063
  * Map from all locked "stash" accounts to the controller account.
2064
2064
  *
@@ -2121,7 +2121,7 @@ declare module '@polkadot/api-base/types/storage' {
2121
2121
  * Rewards for the last [`Config::HistoryDepth`] eras.
2122
2122
  * If reward hasn't been set or has been removed then 0 reward is returned.
2123
2123
  **/
2124
- erasRewardPoints: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletStakingEraRewardPoints>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2124
+ erasRewardPoints: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PezpalletStakingEraRewardPoints>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2125
2125
  /**
2126
2126
  * Exposure of validator at era.
2127
2127
  *
@@ -2132,7 +2132,7 @@ declare module '@polkadot/api-base/types/storage' {
2132
2132
  *
2133
2133
  * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures.
2134
2134
  **/
2135
- erasStakers: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<SpStakingExposure>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2135
+ erasStakers: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<PezspStakingExposure>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2136
2136
  /**
2137
2137
  * Clipped Exposure of validator at era.
2138
2138
  *
@@ -2151,7 +2151,7 @@ declare module '@polkadot/api-base/types/storage' {
2151
2151
  *
2152
2152
  * Note: Deprecated since v14. Use `EraInfo` instead to work with exposures.
2153
2153
  **/
2154
- erasStakersClipped: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<SpStakingExposure>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2154
+ erasStakersClipped: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<PezspStakingExposure>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2155
2155
  /**
2156
2156
  * Summary of validator exposure at a given era.
2157
2157
  *
@@ -2166,7 +2166,7 @@ declare module '@polkadot/api-base/types/storage' {
2166
2166
  * Is it removed after [`Config::HistoryDepth`] eras.
2167
2167
  * If stakers hasn't been set or has been removed then empty overview is returned.
2168
2168
  **/
2169
- erasStakersOverview: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<SpStakingPagedExposureMetadata>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2169
+ erasStakersOverview: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<Option<PezspStakingPagedExposureMetadata>>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2170
2170
  /**
2171
2171
  * Paginated exposure of a validator at given era.
2172
2172
  *
@@ -2175,7 +2175,7 @@ declare module '@polkadot/api-base/types/storage' {
2175
2175
  *
2176
2176
  * This is cleared after [`Config::HistoryDepth`] eras.
2177
2177
  **/
2178
- erasStakersPaged: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array, arg3: u32 | AnyNumber | Uint8Array) => Observable<Option<SpStakingExposurePage>>, [u32, AccountId32, u32]> & QueryableStorageEntry<ApiType, [u32, AccountId32, u32]>;
2178
+ erasStakersPaged: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array, arg3: u32 | AnyNumber | Uint8Array) => Observable<Option<PezspStakingExposurePage>>, [u32, AccountId32, u32]> & QueryableStorageEntry<ApiType, [u32, AccountId32, u32]>;
2179
2179
  /**
2180
2180
  * The session index at which the era start for the last [`Config::HistoryDepth`] eras.
2181
2181
  *
@@ -2195,7 +2195,7 @@ declare module '@polkadot/api-base/types/storage' {
2195
2195
  *
2196
2196
  * Is it removed after [`Config::HistoryDepth`] eras.
2197
2197
  **/
2198
- erasValidatorPrefs: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<PalletStakingValidatorPrefs>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2198
+ erasValidatorPrefs: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: AccountId32 | string | Uint8Array) => Observable<PezpalletStakingValidatorPrefs>, [u32, AccountId32]> & QueryableStorageEntry<ApiType, [u32, AccountId32]>;
2199
2199
  /**
2200
2200
  * The total validator era payout for the last [`Config::HistoryDepth`] eras.
2201
2201
  *
@@ -2205,7 +2205,7 @@ declare module '@polkadot/api-base/types/storage' {
2205
2205
  /**
2206
2206
  * Mode of era forcing.
2207
2207
  **/
2208
- forceEra: AugmentedQuery<ApiType, () => Observable<PalletStakingForcing>, []> & QueryableStorageEntry<ApiType, []>;
2208
+ forceEra: AugmentedQuery<ApiType, () => Observable<PezpalletStakingForcing>, []> & QueryableStorageEntry<ApiType, []>;
2209
2209
  /**
2210
2210
  * Any validators that may never be slashed or forcibly kicked. It's a Vec since they're
2211
2211
  * easy to initialize and the performance hit is minimal (we expect no more than four
@@ -2218,7 +2218,7 @@ declare module '@polkadot/api-base/types/storage' {
2218
2218
  * Note: All the reads and mutations to this storage *MUST* be done through the methods exposed
2219
2219
  * by [`StakingLedger`] to ensure data and lock consistency.
2220
2220
  **/
2221
- ledger: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletStakingStakingLedger>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2221
+ ledger: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletStakingStakingLedger>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2222
2222
  /**
2223
2223
  * The maximum nominator count before we stop allowing new validators to join.
2224
2224
  *
@@ -2280,7 +2280,7 @@ declare module '@polkadot/api-base/types/storage' {
2280
2280
  *
2281
2281
  * TWOX-NOTE: SAFE since `AccountId` is a secure hash.
2282
2282
  **/
2283
- nominators: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletStakingNominations>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2283
+ nominators: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletStakingNominations>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2284
2284
  /**
2285
2285
  * All slashing events on nominators, mapped by era to the highest slash value of the era.
2286
2286
  **/
@@ -2290,11 +2290,11 @@ declare module '@polkadot/api-base/types/storage' {
2290
2290
  *
2291
2291
  * TWOX-NOTE: SAFE since `AccountId` is a secure hash.
2292
2292
  **/
2293
- payee: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletStakingRewardDestination>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2293
+ payee: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletStakingRewardDestination>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2294
2294
  /**
2295
2295
  * Slashing spans for stash accounts.
2296
2296
  **/
2297
- slashingSpans: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletStakingSlashingSlashingSpans>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2297
+ slashingSpans: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletStakingSlashingSlashingSpans>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2298
2298
  /**
2299
2299
  * The percentage of the slash that is distributed to reporters.
2300
2300
  *
@@ -2305,11 +2305,11 @@ declare module '@polkadot/api-base/types/storage' {
2305
2305
  * Records information about the maximum slash of a stash within a slashing span,
2306
2306
  * as well as how much reward has been paid out.
2307
2307
  **/
2308
- spanSlash: AugmentedQuery<ApiType, (arg: ITuple<[AccountId32, u32]> | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable<PalletStakingSlashingSpanRecord>, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry<ApiType, [ITuple<[AccountId32, u32]>]>;
2308
+ spanSlash: AugmentedQuery<ApiType, (arg: ITuple<[AccountId32, u32]> | [AccountId32 | string | Uint8Array, u32 | AnyNumber | Uint8Array]) => Observable<PezpalletStakingSlashingSpanRecord>, [ITuple<[AccountId32, u32]>]> & QueryableStorageEntry<ApiType, [ITuple<[AccountId32, u32]>]>;
2309
2309
  /**
2310
2310
  * All unapplied slashes that are queued for later.
2311
2311
  **/
2312
- unappliedSlashes: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PalletStakingUnappliedSlash>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2312
+ unappliedSlashes: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<PezpalletStakingUnappliedSlash>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2313
2313
  /**
2314
2314
  * The ideal number of active validators.
2315
2315
  **/
@@ -2319,7 +2319,7 @@ declare module '@polkadot/api-base/types/storage' {
2319
2319
  *
2320
2320
  * TWOX-NOTE: SAFE since `AccountId` is a secure hash.
2321
2321
  **/
2322
- validators: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletStakingValidatorPrefs>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2322
+ validators: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezpalletStakingValidatorPrefs>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2323
2323
  /**
2324
2324
  * All slashing events on validators, mapped by era to the highest slash proportion
2325
2325
  * and slash value of the era.
@@ -2345,20 +2345,20 @@ declare module '@polkadot/api-base/types/storage' {
2345
2345
  *
2346
2346
  * If set to None, then no automatic migration happens.
2347
2347
  **/
2348
- autoLimits: AugmentedQuery<ApiType, () => Observable<Option<PalletStateTrieMigrationMigrationLimits>>, []> & QueryableStorageEntry<ApiType, []>;
2348
+ autoLimits: AugmentedQuery<ApiType, () => Observable<Option<PezpalletStateTrieMigrationMigrationLimits>>, []> & QueryableStorageEntry<ApiType, []>;
2349
2349
  /**
2350
2350
  * Migration progress.
2351
2351
  *
2352
2352
  * This stores the snapshot of the last migrated keys. It can be set into motion and move
2353
2353
  * forward by any of the means provided by this pallet.
2354
2354
  **/
2355
- migrationProcess: AugmentedQuery<ApiType, () => Observable<PalletStateTrieMigrationMigrationTask>, []> & QueryableStorageEntry<ApiType, []>;
2355
+ migrationProcess: AugmentedQuery<ApiType, () => Observable<PezpalletStateTrieMigrationMigrationTask>, []> & QueryableStorageEntry<ApiType, []>;
2356
2356
  /**
2357
2357
  * The maximum limits that the signed migration could use.
2358
2358
  *
2359
2359
  * If not set, no signed submission is allowed.
2360
2360
  **/
2361
- signedMigrationMaxLimits: AugmentedQuery<ApiType, () => Observable<Option<PalletStateTrieMigrationMigrationLimits>>, []> & QueryableStorageEntry<ApiType, []>;
2361
+ signedMigrationMaxLimits: AugmentedQuery<ApiType, () => Observable<Option<PezpalletStateTrieMigrationMigrationLimits>>, []> & QueryableStorageEntry<ApiType, []>;
2362
2362
  /**
2363
2363
  * Generic query
2364
2364
  **/
@@ -2378,7 +2378,7 @@ declare module '@polkadot/api-base/types/storage' {
2378
2378
  /**
2379
2379
  * The full account information for a particular account ID.
2380
2380
  **/
2381
- account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<FrameSystemAccountInfo>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2381
+ account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PezframeSystemAccountInfo>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2382
2382
  /**
2383
2383
  * Total length (in bytes) for all extrinsics put together, for the current block.
2384
2384
  **/
@@ -2386,7 +2386,7 @@ declare module '@polkadot/api-base/types/storage' {
2386
2386
  /**
2387
2387
  * `Some` if a code upgrade has been authorized.
2388
2388
  **/
2389
- authorizedUpgrade: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemCodeUpgradeAuthorization>>, []> & QueryableStorageEntry<ApiType, []>;
2389
+ authorizedUpgrade: AugmentedQuery<ApiType, () => Observable<Option<PezframeSystemCodeUpgradeAuthorization>>, []> & QueryableStorageEntry<ApiType, []>;
2390
2390
  /**
2391
2391
  * Map of block numbers to block hashes.
2392
2392
  **/
@@ -2394,11 +2394,11 @@ declare module '@polkadot/api-base/types/storage' {
2394
2394
  /**
2395
2395
  * The current weight for the block.
2396
2396
  **/
2397
- blockWeight: AugmentedQuery<ApiType, () => Observable<FrameSupportDispatchPerDispatchClassWeight>, []> & QueryableStorageEntry<ApiType, []>;
2397
+ blockWeight: AugmentedQuery<ApiType, () => Observable<PezframeSupportDispatchPerDispatchClassWeight>, []> & QueryableStorageEntry<ApiType, []>;
2398
2398
  /**
2399
2399
  * Digest of the current block, also part of the block header.
2400
2400
  **/
2401
- digest: AugmentedQuery<ApiType, () => Observable<SpRuntimeDigest>, []> & QueryableStorageEntry<ApiType, []>;
2401
+ digest: AugmentedQuery<ApiType, () => Observable<PezspRuntimeDigest>, []> & QueryableStorageEntry<ApiType, []>;
2402
2402
  /**
2403
2403
  * The number of events in the `Events<T>` list.
2404
2404
  **/
@@ -2412,7 +2412,7 @@ declare module '@polkadot/api-base/types/storage' {
2412
2412
  * Events have a large in-memory size. Box the events to not go out-of-memory
2413
2413
  * just in case someone still reads them from within the runtime.
2414
2414
  **/
2415
- events: AugmentedQuery<ApiType, () => Observable<Vec<FrameSystemEventRecord>>, []> & QueryableStorageEntry<ApiType, []>;
2415
+ events: AugmentedQuery<ApiType, () => Observable<Vec<PezframeSystemEventRecord>>, []> & QueryableStorageEntry<ApiType, []>;
2416
2416
  /**
2417
2417
  * Mapping between a topic (represented by T::Hash) and a vector of indexes
2418
2418
  * of events in the `<Events<T>>` list.
@@ -2429,7 +2429,7 @@ declare module '@polkadot/api-base/types/storage' {
2429
2429
  /**
2430
2430
  * The execution phase of the block.
2431
2431
  **/
2432
- executionPhase: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemPhase>>, []> & QueryableStorageEntry<ApiType, []>;
2432
+ executionPhase: AugmentedQuery<ApiType, () => Observable<Option<PezframeSystemPhase>>, []> & QueryableStorageEntry<ApiType, []>;
2433
2433
  /**
2434
2434
  * Total extrinsics count for the current block.
2435
2435
  **/
@@ -2447,7 +2447,7 @@ declare module '@polkadot/api-base/types/storage' {
2447
2447
  * Logic doing some post dispatch weight reduction must update this storage to avoid duplicate
2448
2448
  * reduction.
2449
2449
  **/
2450
- extrinsicWeightReclaimed: AugmentedQuery<ApiType, () => Observable<SpWeightsWeightV2Weight>, []> & QueryableStorageEntry<ApiType, []>;
2450
+ extrinsicWeightReclaimed: AugmentedQuery<ApiType, () => Observable<PezspWeightsWeightV2Weight>, []> & QueryableStorageEntry<ApiType, []>;
2451
2451
  /**
2452
2452
  * Whether all inherents have been applied.
2453
2453
  **/
@@ -2455,7 +2455,7 @@ declare module '@polkadot/api-base/types/storage' {
2455
2455
  /**
2456
2456
  * Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened.
2457
2457
  **/
2458
- lastRuntimeUpgrade: AugmentedQuery<ApiType, () => Observable<Option<FrameSystemLastRuntimeUpgradeInfo>>, []> & QueryableStorageEntry<ApiType, []>;
2458
+ lastRuntimeUpgrade: AugmentedQuery<ApiType, () => Observable<Option<PezframeSystemLastRuntimeUpgradeInfo>>, []> & QueryableStorageEntry<ApiType, []>;
2459
2459
  /**
2460
2460
  * The current block number being processed. Set by `execute_block`.
2461
2461
  **/
@@ -2515,7 +2515,7 @@ declare module '@polkadot/api-base/types/storage' {
2515
2515
  /**
2516
2516
  * Actual proposal for a given hash, if it's current.
2517
2517
  **/
2518
- proposalOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<Call>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
2518
+ proposalOf: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<RuntimeCall>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
2519
2519
  /**
2520
2520
  * The hashes of the active proposals.
2521
2521
  **/
@@ -2523,7 +2523,7 @@ declare module '@polkadot/api-base/types/storage' {
2523
2523
  /**
2524
2524
  * Votes on a given proposal, if it is ongoing.
2525
2525
  **/
2526
- voting: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletCollectiveVotes>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
2526
+ voting: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletCollectiveVotes>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
2527
2527
  /**
2528
2528
  * Generic query
2529
2529
  **/
@@ -2571,7 +2571,7 @@ declare module '@polkadot/api-base/types/storage' {
2571
2571
  * This has the insecure enumerable hash function since the key itself is already
2572
2572
  * guaranteed to be a secure hash.
2573
2573
  **/
2574
- tips: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PalletTipsOpenTip>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
2574
+ tips: AugmentedQuery<ApiType, (arg: H256 | string | Uint8Array) => Observable<Option<PezpalletTipsOpenTip>>, [H256]> & QueryableStorageEntry<ApiType, [H256]>;
2575
2575
  /**
2576
2576
  * Generic query
2577
2577
  **/
@@ -2579,14 +2579,14 @@ declare module '@polkadot/api-base/types/storage' {
2579
2579
  };
2580
2580
  transactionPayment: {
2581
2581
  nextFeeMultiplier: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
2582
- storageVersion: AugmentedQuery<ApiType, () => Observable<PalletTransactionPaymentReleases>, []> & QueryableStorageEntry<ApiType, []>;
2582
+ storageVersion: AugmentedQuery<ApiType, () => Observable<PezpalletTransactionPaymentReleases>, []> & QueryableStorageEntry<ApiType, []>;
2583
2583
  /**
2584
2584
  * Generic query
2585
2585
  **/
2586
2586
  [key: string]: QueryableStorageEntry<ApiType>;
2587
2587
  };
2588
2588
  transactionStorage: {
2589
- blockTransactions: AugmentedQuery<ApiType, () => Observable<Vec<PalletTransactionStorageTransactionInfo>>, []> & QueryableStorageEntry<ApiType, []>;
2589
+ blockTransactions: AugmentedQuery<ApiType, () => Observable<Vec<PezpalletTransactionStorageTransactionInfo>>, []> & QueryableStorageEntry<ApiType, []>;
2590
2590
  /**
2591
2591
  * Storage fee per byte.
2592
2592
  **/
@@ -2611,7 +2611,7 @@ declare module '@polkadot/api-base/types/storage' {
2611
2611
  /**
2612
2612
  * Collection of transaction metadata by block number.
2613
2613
  **/
2614
- transactions: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<Vec<PalletTransactionStorageTransactionInfo>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2614
+ transactions: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<Vec<PezpalletTransactionStorageTransactionInfo>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2615
2615
  /**
2616
2616
  * Generic query
2617
2617
  **/
@@ -2646,7 +2646,7 @@ declare module '@polkadot/api-base/types/storage' {
2646
2646
  *
2647
2647
  * Proposals that have been made.
2648
2648
  **/
2649
- proposals: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletTreasuryProposal>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2649
+ proposals: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletTreasuryProposal>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2650
2650
  /**
2651
2651
  * The count of spends that have been made.
2652
2652
  **/
@@ -2654,7 +2654,7 @@ declare module '@polkadot/api-base/types/storage' {
2654
2654
  /**
2655
2655
  * Spends that have been approved and being processed.
2656
2656
  **/
2657
- spends: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletTreasurySpendStatus>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2657
+ spends: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletTreasurySpendStatus>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2658
2658
  /**
2659
2659
  * Generic query
2660
2660
  **/
@@ -2679,7 +2679,7 @@ declare module '@polkadot/api-base/types/storage' {
2679
2679
  /**
2680
2680
  * The items in existence and their ownership details.
2681
2681
  **/
2682
- asset: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletUniquesItemDetails>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
2682
+ asset: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletUniquesItemDetails>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
2683
2683
  /**
2684
2684
  * Attributes of a collection.
2685
2685
  **/
@@ -2687,7 +2687,7 @@ declare module '@polkadot/api-base/types/storage' {
2687
2687
  /**
2688
2688
  * Details of a collection.
2689
2689
  **/
2690
- class: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletUniquesCollectionDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2690
+ class: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletUniquesCollectionDetails>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2691
2691
  /**
2692
2692
  * The collections owned by any given account; set out this way so that collections owned by
2693
2693
  * a single account can be enumerated.
@@ -2696,7 +2696,7 @@ declare module '@polkadot/api-base/types/storage' {
2696
2696
  /**
2697
2697
  * Metadata of a collection.
2698
2698
  **/
2699
- classMetadataOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletUniquesCollectionMetadata>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2699
+ classMetadataOf: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletUniquesCollectionMetadata>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
2700
2700
  /**
2701
2701
  * Keeps track of the number of items a collection might have.
2702
2702
  **/
@@ -2704,7 +2704,7 @@ declare module '@polkadot/api-base/types/storage' {
2704
2704
  /**
2705
2705
  * Metadata of an item.
2706
2706
  **/
2707
- instanceMetadataOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PalletUniquesItemMetadata>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
2707
+ instanceMetadataOf: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<Option<PezpalletUniquesItemMetadata>>, [u32, u32]> & QueryableStorageEntry<ApiType, [u32, u32]>;
2708
2708
  /**
2709
2709
  * Price of an asset instance.
2710
2710
  **/
@@ -2724,11 +2724,11 @@ declare module '@polkadot/api-base/types/storage' {
2724
2724
  *
2725
2725
  * New networks start with latest version, as determined by the genesis build.
2726
2726
  **/
2727
- storageVersion: AugmentedQuery<ApiType, () => Observable<PalletVestingReleases>, []> & QueryableStorageEntry<ApiType, []>;
2727
+ storageVersion: AugmentedQuery<ApiType, () => Observable<PezpalletVestingReleases>, []> & QueryableStorageEntry<ApiType, []>;
2728
2728
  /**
2729
2729
  * Information regarding the vesting of a given account.
2730
2730
  **/
2731
- vesting: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<Vec<PalletVestingVestingInfo>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2731
+ vesting: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<Vec<PezpalletVestingVestingInfo>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2732
2732
  /**
2733
2733
  * Generic query
2734
2734
  **/
@@ -2744,13 +2744,13 @@ declare module '@polkadot/api-base/types/storage' {
2744
2744
  *
2745
2745
  * Stores a `Bag` struct, which stores head and tail pointers to itself.
2746
2746
  **/
2747
- listBags: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<PalletBagsListListBag>>, [u64]> & QueryableStorageEntry<ApiType, [u64]>;
2747
+ listBags: AugmentedQuery<ApiType, (arg: u64 | AnyNumber | Uint8Array) => Observable<Option<PezpalletBagsListListBag>>, [u64]> & QueryableStorageEntry<ApiType, [u64]>;
2748
2748
  /**
2749
2749
  * A single node, within some bag.
2750
2750
  *
2751
2751
  * Nodes store links forward and back within their respective bags.
2752
2752
  **/
2753
- listNodes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletBagsListListNode>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2753
+ listNodes: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PezpalletBagsListListNode>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
2754
2754
  /**
2755
2755
  * Generic query
2756
2756
  **/