@pezkuwi/types-augment 16.5.5 → 16.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/LICENSE +201 -0
  2. package/augment.js +2 -0
  3. package/bundle.js +2 -0
  4. package/cjs/augment.d.ts +2 -0
  5. package/cjs/augment.js +4 -0
  6. package/cjs/bundle.d.ts +2 -0
  7. package/cjs/bundle.js +6 -0
  8. package/cjs/index.js +5 -0
  9. package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
  10. package/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
  12. package/cjs/lookup/assetHubPezkuwi.js +2979 -0
  13. package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
  14. package/cjs/lookup/bizinikiwi.js +9673 -0
  15. package/cjs/lookup/definitions.js +15 -0
  16. package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
  17. package/cjs/lookup/dicle.js +738 -0
  18. package/cjs/lookup/index.js +5 -0
  19. package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
  20. package/cjs/lookup/pezkuwi.js +4768 -0
  21. package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
  22. package/cjs/lookup/types-assetHubDicle.js +4 -0
  23. package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
  24. package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  25. package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
  26. package/cjs/lookup/types-bizinikiwi.js +4 -0
  27. package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
  28. package/cjs/lookup/types-dicle.js +4 -0
  29. package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
  30. package/cjs/lookup/types-pezkuwi.js +4 -0
  31. package/cjs/lookup/types.d.ts +5 -0
  32. package/cjs/lookup/types.js +7 -0
  33. package/cjs/package.json +3 -0
  34. package/cjs/packageDetect.js +7 -0
  35. package/cjs/packageInfo.js +4 -0
  36. package/cjs/registry/assetHubDicle.d.ts +81 -0
  37. package/cjs/registry/assetHubDicle.js +4 -0
  38. package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
  39. package/cjs/registry/assetHubPezkuwi.js +4 -0
  40. package/cjs/registry/bizinikiwi.d.ts +625 -0
  41. package/cjs/registry/bizinikiwi.js +4 -0
  42. package/cjs/registry/dicle.d.ts +35 -0
  43. package/cjs/registry/dicle.js +4 -0
  44. package/cjs/registry/index.js +3 -0
  45. package/{build → cjs}/registry/interfaces.d.ts +44 -44
  46. package/cjs/registry/interfaces.js +4 -0
  47. package/cjs/registry/pezkuwi.d.ts +279 -0
  48. package/cjs/registry/pezkuwi.js +4 -0
  49. package/index.d.ts +2 -0
  50. package/index.js +2 -0
  51. package/lookup/assetHubDicle.d.ts +1161 -0
  52. package/lookup/assetHubDicle.js +1162 -0
  53. package/lookup/assetHubPezkuwi.d.ts +2976 -0
  54. package/lookup/assetHubPezkuwi.js +2977 -0
  55. package/lookup/bizinikiwi.d.ts +9670 -0
  56. package/lookup/bizinikiwi.js +9671 -0
  57. package/lookup/definitions.d.ts +3 -0
  58. package/lookup/definitions.js +12 -0
  59. package/lookup/dicle.d.ts +735 -0
  60. package/lookup/dicle.js +736 -0
  61. package/lookup/index.d.ts +1 -0
  62. package/lookup/index.js +2 -0
  63. package/lookup/pezkuwi.d.ts +4765 -0
  64. package/lookup/pezkuwi.js +4766 -0
  65. package/lookup/types-assetHubDicle.d.ts +684 -0
  66. package/lookup/types-assetHubDicle.js +2 -0
  67. package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  68. package/lookup/types-assetHubPezkuwi.js +2 -0
  69. package/lookup/types-bizinikiwi.d.ts +9980 -0
  70. package/lookup/types-bizinikiwi.js +2 -0
  71. package/lookup/types-dicle.d.ts +364 -0
  72. package/lookup/types-dicle.js +2 -0
  73. package/lookup/types-pezkuwi.d.ts +4463 -0
  74. package/lookup/types-pezkuwi.js +2 -0
  75. package/lookup/types.d.ts +5 -0
  76. package/lookup/types.js +5 -0
  77. package/package.json +380 -6
  78. package/packageDetect.d.ts +1 -0
  79. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  80. package/packageInfo.d.ts +6 -0
  81. package/packageInfo.js +1 -0
  82. package/registry/assetHubDicle.d.ts +81 -0
  83. package/registry/assetHubDicle.js +2 -0
  84. package/registry/assetHubPezkuwi.d.ts +200 -0
  85. package/registry/assetHubPezkuwi.js +2 -0
  86. package/registry/bizinikiwi.d.ts +625 -0
  87. package/registry/bizinikiwi.js +2 -0
  88. package/registry/dicle.d.ts +35 -0
  89. package/registry/dicle.js +2 -0
  90. package/registry/index.d.ts +1 -0
  91. package/registry/index.js +1 -0
  92. package/registry/interfaces.d.ts +1368 -0
  93. package/registry/interfaces.js +2 -0
  94. package/registry/pezkuwi.d.ts +279 -0
  95. package/registry/pezkuwi.js +2 -0
  96. package/build/lookup/types-assetHubKusama.d.ts +0 -684
  97. package/build/lookup/types.d.ts +0 -5
  98. package/build/registry/assetHubKusama.d.ts +0 -81
  99. package/build/registry/assetHubPolkadot.d.ts +0 -200
  100. package/build/registry/kusama.d.ts +0 -35
  101. package/build/registry/polkadot.d.ts +0 -278
  102. package/build/registry/substrate.d.ts +0 -625
  103. package/src/augment.ts +0 -5
  104. package/src/bundle.ts +0 -6
  105. package/src/index.ts +0 -6
  106. package/src/lookup/assetHubKusama.ts +0 -1165
  107. package/src/lookup/assetHubPolkadot.ts +0 -2980
  108. package/src/lookup/definitions.ts +0 -19
  109. package/src/lookup/index.ts +0 -4
  110. package/src/lookup/kusama.ts +0 -739
  111. package/src/lookup/polkadot.ts +0 -4765
  112. package/src/lookup/substrate.ts +0 -9674
  113. package/src/lookup/types-assetHubKusama.ts +0 -764
  114. package/src/lookup/types-assetHubPolkadot.ts +0 -2711
  115. package/src/lookup/types-kusama.ts +0 -399
  116. package/src/lookup/types-polkadot.ts +0 -4721
  117. package/src/lookup/types-substrate.ts +0 -10590
  118. package/src/lookup/types.ts +0 -8
  119. package/src/mod.ts +0 -4
  120. package/src/packageInfo.ts +0 -6
  121. package/src/registry/assetHubKusama.ts +0 -88
  122. package/src/registry/assetHubPolkadot.ts +0 -207
  123. package/src/registry/index.ts +0 -4
  124. package/src/registry/interfaces.ts +0 -1375
  125. package/src/registry/kusama.ts +0 -42
  126. package/src/registry/polkadot.ts +0 -285
  127. package/src/registry/substrate.ts +0 -632
  128. package/tsconfig.build.json +0 -15
  129. package/tsconfig.build.tsbuildinfo +0 -1
  130. /package/{build/augment.d.ts → augment.d.ts} +0 -0
  131. /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
  132. /package/{build → cjs}/index.d.ts +0 -0
  133. /package/{build → cjs}/lookup/definitions.d.ts +0 -0
  134. /package/{build → cjs}/lookup/index.d.ts +0 -0
  135. /package/{build → cjs}/packageDetect.d.ts +0 -0
  136. /package/{build → cjs}/packageInfo.d.ts +0 -0
  137. /package/{build → cjs}/registry/index.d.ts +0 -0
@@ -1,625 +0,0 @@
1
- import '@polkadot/types/types/registry';
2
- import type { FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, FrameBenchmarkingPalletPovCall, FrameBenchmarkingPalletPovEvent, FrameMetadataHashExtensionCheckMetadataHash, FrameMetadataHashExtensionMode, FrameSupportDispatchDispatchClass, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchPostDispatchInfo, FrameSupportDispatchRawOrigin, FrameSupportMessagesProcessMessageError, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportScheduleDispatchTime, FrameSupportTokensFungibleUnionOfNativeOrWithId, FrameSupportTokensMiscBalanceStatus, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSupportViewFunctionsViewFunctionDispatchError, FrameSupportViewFunctionsViewFunctionId, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, FrameSystemDispatchEventInfo, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemExtensionsWeightReclaim, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, KitchensinkRuntimeDynamicParamsReferendaOrigins, KitchensinkRuntimeDynamicParamsReferendaParameters, KitchensinkRuntimeDynamicParamsReferendaParametersKey, KitchensinkRuntimeDynamicParamsReferendaParametersValue, KitchensinkRuntimeDynamicParamsReferendaTracks, KitchensinkRuntimeDynamicParamsStorageBaseDeposit, KitchensinkRuntimeDynamicParamsStorageByteDeposit, KitchensinkRuntimeDynamicParamsStorageParameters, KitchensinkRuntimeDynamicParamsStorageParametersKey, KitchensinkRuntimeDynamicParamsStorageParametersValue, KitchensinkRuntimeNposSolution16, KitchensinkRuntimeOriginCaller, KitchensinkRuntimeProxyType, KitchensinkRuntimeRuntime, KitchensinkRuntimeRuntimeError, KitchensinkRuntimeRuntimeFreezeReason, KitchensinkRuntimeRuntimeHoldReason, KitchensinkRuntimeRuntimeParameters, KitchensinkRuntimeRuntimeParametersKey, KitchensinkRuntimeRuntimeParametersValue, KitchensinkRuntimeSessionKeys, PalletAllianceCall, PalletAllianceCid, PalletAllianceDisbandWitness, PalletAllianceError, PalletAllianceEvent, PalletAllianceMemberRole, PalletAllianceMultihash, PalletAllianceUnscrupulousItem, PalletAllianceVersion, PalletAssetConversionCall, PalletAssetConversionError, PalletAssetConversionEvent, PalletAssetConversionOpsCall, PalletAssetConversionOpsError, PalletAssetConversionOpsEvent, PalletAssetConversionPoolInfo, PalletAssetConversionTxPaymentChargeAssetTxPayment, PalletAssetConversionTxPaymentEvent, PalletAssetRateCall, PalletAssetRateError, PalletAssetRateEvent, PalletAssetRewardsCall, PalletAssetRewardsError, PalletAssetRewardsEvent, PalletAssetRewardsFreezeReason, PalletAssetRewardsHoldReason, PalletAssetRewardsPoolInfo, PalletAssetRewardsPoolStakerInfo, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletAssetsFreezerError, PalletAssetsFreezerEvent, PalletBabeCall, PalletBabeError, PalletBagsListCall, PalletBagsListError, PalletBagsListEvent, PalletBagsListListBag, PalletBagsListListListError, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesAdjustmentDirection, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletBeefyCall, PalletBeefyError, PalletBountiesBounty, PalletBountiesBountyStatus, PalletBountiesCall, PalletBountiesError, PalletBountiesEvent, PalletBrokerAutoRenewalRecord, PalletBrokerCall, PalletBrokerCompletionStatus, PalletBrokerConfigRecord, PalletBrokerContributionRecord, PalletBrokerCoreMask, PalletBrokerCoretimeInterfaceCoreAssignment, PalletBrokerError, PalletBrokerEvent, PalletBrokerFinality, PalletBrokerInstaPoolHistoryRecord, PalletBrokerLeaseRecordItem, PalletBrokerOnDemandRevenueRecord, PalletBrokerPoolIoRecord, PalletBrokerPotentialRenewalId, PalletBrokerPotentialRenewalRecord, PalletBrokerRegionId, PalletBrokerRegionRecord, PalletBrokerSaleInfoRecord, PalletBrokerScheduleItem, PalletBrokerStatusRecord, PalletChildBountiesCall, PalletChildBountiesChildBounty, PalletChildBountiesChildBountyStatus, PalletChildBountiesError, PalletChildBountiesEvent, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveHoldReason, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletContractsCall, PalletContractsEnvironment, PalletContractsEnvironmentTypeAccountId32, PalletContractsEnvironmentTypeBlakeTwo256, PalletContractsEnvironmentTypeH256, PalletContractsEnvironmentTypeU128, PalletContractsEnvironmentTypeU32, PalletContractsEnvironmentTypeU64, PalletContractsError, PalletContractsEvent, PalletContractsHoldReason, PalletContractsOrigin, PalletContractsPrimitivesCode, PalletContractsPrimitivesCodeUploadReturnValue, PalletContractsPrimitivesContractAccessError, PalletContractsPrimitivesContractResult, PalletContractsPrimitivesExecReturnValue, PalletContractsPrimitivesInstantiateReturnValue, PalletContractsPrimitivesStorageDeposit, PalletContractsSchedule, PalletContractsScheduleInstructionWeights, PalletContractsScheduleLimits, PalletContractsStorageContractInfo, PalletContractsStorageDeletionQueueManager, PalletContractsUapiFlagsReturnFlags, PalletContractsWasmCodeInfo, PalletContractsWasmDeterminism, PalletConvictionVotingCall, PalletConvictionVotingConviction, PalletConvictionVotingDelegations, PalletConvictionVotingError, PalletConvictionVotingEvent, PalletConvictionVotingTally, PalletConvictionVotingVoteAccountVote, PalletConvictionVotingVoteCasting, PalletConvictionVotingVoteDelegating, PalletConvictionVotingVotePriorLock, PalletConvictionVotingVoteVoting, PalletCoreFellowshipCall, PalletCoreFellowshipError, PalletCoreFellowshipEvent, PalletCoreFellowshipMemberStatus, PalletCoreFellowshipParamsTypeOption, PalletCoreFellowshipParamsTypeU128, PalletCoreFellowshipWish, PalletDelegatedStakingAgentLedger, PalletDelegatedStakingDelegation, PalletDelegatedStakingError, PalletDelegatedStakingEvent, PalletDelegatedStakingHoldReason, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletElectionProviderMultiPhaseCall, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhaseError, PalletElectionProviderMultiPhaseEvent, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenCall, PalletElectionsPhragmenError, PalletElectionsPhragmenEvent, PalletElectionsPhragmenRenouncing, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletExampleTasksError, PalletFastUnstakeCall, PalletFastUnstakeError, PalletFastUnstakeEvent, PalletFastUnstakeUnstakeRequest, PalletGluttonCall, PalletGluttonError, PalletGluttonEvent, PalletGrandpaCall, PalletGrandpaError, PalletGrandpaEvent, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletIdentityAuthorityProperties, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletIdentityProvider, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletIdentityUsernameInformation, PalletImOnlineCall, PalletImOnlineError, PalletImOnlineEvent, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Public, PalletImOnlineSr25519AppSr25519Signature, PalletIndicesCall, PalletIndicesError, PalletIndicesEvent, PalletLotteryCall, PalletLotteryError, PalletLotteryEvent, PalletLotteryLotteryConfig, PalletMembershipCall, PalletMembershipError, PalletMembershipEvent, PalletMessageQueueBookState, PalletMessageQueueCall, PalletMessageQueueError, PalletMessageQueueEvent, PalletMessageQueueNeighbours, PalletMessageQueuePage, PalletMetaTxCall, PalletMetaTxError, PalletMetaTxEvent, PalletMetaTxExtensionMetaTxMarker, PalletMetaTxMetaTx, PalletMigrationsActiveCursor, PalletMigrationsCall, PalletMigrationsError, PalletMigrationsEvent, PalletMigrationsHistoricCleanupSelector, PalletMigrationsMigrationCursor, PalletMixnetBoundedMixnode, PalletMixnetCall, PalletMixnetRegistration, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletNftFractionalizationCall, PalletNftFractionalizationDetails, PalletNftFractionalizationError, PalletNftFractionalizationEvent, PalletNftFractionalizationHoldReason, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCall, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsCollectionRole, PalletNftsCollectionSetting, PalletNftsDestroyWitness, PalletNftsError, PalletNftsEvent, PalletNftsItemConfig, PalletNftsItemDeposit, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsItemMetadataDeposit, PalletNftsItemSetting, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintType, PalletNftsMintWitness, PalletNftsPalletAttributes, PalletNftsPalletFeature, PalletNftsPendingSwap, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceDirection, PalletNftsPriceWithDirection, PalletNisBid, PalletNisCall, PalletNisError, PalletNisEvent, PalletNisHoldReason, PalletNisReceiptRecord, PalletNisSummaryRecord, PalletNominationPoolsBondExtra, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsCall, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsDefensiveError, PalletNominationPoolsError, PalletNominationPoolsEvent, PalletNominationPoolsFreezeReason, PalletNominationPoolsPoolMember, PalletNominationPoolsPoolRoles, PalletNominationPoolsPoolState, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletNominationPoolsUnbondPool, PalletOffencesEvent, PalletParametersCall, PalletParametersEvent, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageHoldReason, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyDepositKind, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRankedCollectiveCall, PalletRankedCollectiveError, PalletRankedCollectiveEvent, PalletRankedCollectiveMemberRecord, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord, PalletRecoveryActiveRecovery, PalletRecoveryCall, PalletRecoveryError, PalletRecoveryEvent, PalletRecoveryRecoveryConfig, PalletReferendaCall, PalletReferendaCurve, PalletReferendaDecidingStatus, PalletReferendaDeposit, PalletReferendaError, PalletReferendaEvent, PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletReferendaReferendumStatusConvictionVotingTally, PalletReferendaReferendumStatusRankedCollectiveTally, PalletReferendaTrack, PalletReferendaTrackDetails, PalletRemarkCall, PalletRemarkError, PalletRemarkEvent, PalletReviveCall, PalletReviveError, PalletReviveEvent, PalletReviveEvmApiDebugRpcTypesCallLog, PalletReviveEvmApiDebugRpcTypesCallTrace, PalletReviveEvmApiDebugRpcTypesCallTracerConfig, PalletReviveEvmApiDebugRpcTypesCallType, PalletReviveEvmApiDebugRpcTypesTrace, PalletReviveEvmApiDebugRpcTypesTracerType, PalletReviveEvmApiRpcTypesGenAccessListEntry, PalletReviveEvmApiRpcTypesGenGenericTransaction, PalletReviveEvmApiRpcTypesGenInputOrData, PalletReviveHoldReason, PalletRevivePrimitivesCode, PalletRevivePrimitivesCodeUploadReturnValue, PalletRevivePrimitivesContractAccessError, PalletRevivePrimitivesContractResultExecReturnValue, PalletRevivePrimitivesContractResultInstantiateReturnValue, PalletRevivePrimitivesEthTransactError, PalletRevivePrimitivesEthTransactInfo, PalletRevivePrimitivesExecReturnValue, PalletRevivePrimitivesInstantiateReturnValue, PalletRevivePrimitivesStorageDeposit, PalletReviveStorageContractInfo, PalletReviveStorageDeletionQueueManager, PalletReviveUapiFlagsReturnFlags, PalletReviveWasmCodeInfo, PalletRootTestingCall, PalletRootTestingEvent, PalletSafeModeCall, PalletSafeModeError, PalletSafeModeEvent, PalletSafeModeExitReason, PalletSafeModeHoldReason, PalletSalaryCall, PalletSalaryClaimState, PalletSalaryClaimantStatus, PalletSalaryError, PalletSalaryEvent, PalletSalaryStatusType, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerRetryConfig, PalletSchedulerScheduled, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletSkipFeelessPaymentEvent, PalletSocietyBid, PalletSocietyBidKind, PalletSocietyCall, PalletSocietyCandidacy, PalletSocietyError, PalletSocietyEvent, PalletSocietyGroupParams, PalletSocietyIntakeRecord, PalletSocietyMemberRecord, PalletSocietyPayoutRecord, PalletSocietyTally, PalletSocietyVote, PalletSocietyVouchingStatus, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingPalletCall, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletError, PalletStakingPalletEvent, PalletStakingPalletHoldReason, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingUnlockChunk, PalletStakingValidatorPrefs, PalletStateTrieMigrationCall, PalletStateTrieMigrationError, PalletStateTrieMigrationEvent, PalletStateTrieMigrationHoldReason, PalletStateTrieMigrationMigrationCompute, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletStatementEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTipsCall, PalletTipsError, PalletTipsEvent, PalletTipsOpenTip, PalletTransactionPaymentEvent, PalletTransactionPaymentFeeDetails, PalletTransactionPaymentInclusionFee, PalletTransactionPaymentReleases, PalletTransactionPaymentRuntimeDispatchInfo, PalletTransactionStorageCall, PalletTransactionStorageError, PalletTransactionStorageEvent, PalletTransactionStorageHoldReason, PalletTransactionStorageTransactionInfo, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryPaymentState, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletTxPauseCall, PalletTxPauseError, PalletTxPauseEvent, PalletUniquesCall, PalletUniquesCollectionDetails, PalletUniquesCollectionMetadata, PalletUniquesDestroyWitness, PalletUniquesError, PalletUniquesEvent, PalletUniquesItemDetails, PalletUniquesItemMetadata, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletVerifySignatureExtensionVerifySignature, PalletVestingCall, PalletVestingError, PalletVestingEvent, PalletVestingReleases, PalletVestingVestingInfo, PalletWhitelistCall, PalletWhitelistError, PalletWhitelistEvent, SpArithmeticArithmeticError, SpAuthorityDiscoveryAppPublic, SpConsensusBabeAllowedSlots, SpConsensusBabeAppPublic, SpConsensusBabeBabeConfiguration, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBabeDigestsPrimaryPreDigest, SpConsensusBabeDigestsSecondaryPlainPreDigest, SpConsensusBabeDigestsSecondaryVRFPreDigest, SpConsensusBabeEpoch, SpConsensusBeefyCommitment, SpConsensusBeefyDoubleVotingProof, SpConsensusBeefyEcdsaCryptoPublic, SpConsensusBeefyEcdsaCryptoSignature, SpConsensusBeefyForkVotingProofAncestryProof, SpConsensusBeefyForkVotingProofOpaqueValue, SpConsensusBeefyFutureBlockVotingProof, SpConsensusBeefyMmrBeefyAuthoritySet, SpConsensusBeefyPayload, SpConsensusBeefyValidatorSet, SpConsensusBeefyVoteMessage, SpConsensusGrandpaAppPublic, SpConsensusGrandpaAppSignature, SpConsensusGrandpaEquivocation, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpCoreCryptoKeyTypeId, SpCoreSr25519VrfVrfSignature, SpInherentsCheckInherentsResult, SpInherentsInherentData, SpMixnetAppPublic, SpMixnetAppSignature, SpMixnetMixnode, SpMixnetMixnodesErr, SpMixnetSessionPhase, SpMixnetSessionStatus, SpMmrPrimitivesAncestryProof, SpMmrPrimitivesError, SpMmrPrimitivesLeafProof, SpNposElectionsElectionScore, SpNposElectionsSupport, SpRuntimeBlakeTwo256, SpRuntimeBlock, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeDispatchErrorWithPostInfo, SpRuntimeExtrinsicInclusionMode, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeProvingTrieTrieError, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionSource, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionValidityValidTransaction, SpRuntimeTransactionalError, SpSessionMembershipProof, SpStakingExposure, SpStakingExposurePage, SpStakingIndividualExposure, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata, SpStatementStoreProof, SpStatementStoreRuntimeApiInvalidStatement, SpStatementStoreRuntimeApiStatementSource, SpStatementStoreRuntimeApiValidStatement, SpStatementStoreStatement, SpTransactionStorageProofTransactionStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from '@pezkuwi/types/lookup';
3
- declare module '@polkadot/types/types/registry' {
4
- interface InterfaceTypes {
5
- FinalityGrandpaEquivocationPrecommit: FinalityGrandpaEquivocationPrecommit;
6
- FinalityGrandpaEquivocationPrevote: FinalityGrandpaEquivocationPrevote;
7
- FinalityGrandpaPrecommit: FinalityGrandpaPrecommit;
8
- FinalityGrandpaPrevote: FinalityGrandpaPrevote;
9
- FrameBenchmarkingPalletPovCall: FrameBenchmarkingPalletPovCall;
10
- FrameBenchmarkingPalletPovEvent: FrameBenchmarkingPalletPovEvent;
11
- FrameMetadataHashExtensionCheckMetadataHash: FrameMetadataHashExtensionCheckMetadataHash;
12
- FrameMetadataHashExtensionMode: FrameMetadataHashExtensionMode;
13
- FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;
14
- FrameSupportDispatchPays: FrameSupportDispatchPays;
15
- FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;
16
- FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;
17
- FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
18
- FrameSupportDispatchPostDispatchInfo: FrameSupportDispatchPostDispatchInfo;
19
- FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;
20
- FrameSupportMessagesProcessMessageError: FrameSupportMessagesProcessMessageError;
21
- FrameSupportPalletId: FrameSupportPalletId;
22
- FrameSupportPreimagesBounded: FrameSupportPreimagesBounded;
23
- FrameSupportScheduleDispatchTime: FrameSupportScheduleDispatchTime;
24
- FrameSupportTokensFungibleUnionOfNativeOrWithId: FrameSupportTokensFungibleUnionOfNativeOrWithId;
25
- FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;
26
- FrameSupportTokensMiscIdAmountRuntimeFreezeReason: FrameSupportTokensMiscIdAmountRuntimeFreezeReason;
27
- FrameSupportTokensMiscIdAmountRuntimeHoldReason: FrameSupportTokensMiscIdAmountRuntimeHoldReason;
28
- FrameSupportViewFunctionsViewFunctionDispatchError: FrameSupportViewFunctionsViewFunctionDispatchError;
29
- FrameSupportViewFunctionsViewFunctionId: FrameSupportViewFunctionsViewFunctionId;
30
- FrameSystemAccountInfo: FrameSystemAccountInfo;
31
- FrameSystemCall: FrameSystemCall;
32
- FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization;
33
- FrameSystemDispatchEventInfo: FrameSystemDispatchEventInfo;
34
- FrameSystemError: FrameSystemError;
35
- FrameSystemEvent: FrameSystemEvent;
36
- FrameSystemEventRecord: FrameSystemEventRecord;
37
- FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;
38
- FrameSystemExtensionsCheckNonZeroSender: FrameSystemExtensionsCheckNonZeroSender;
39
- FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;
40
- FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;
41
- FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;
42
- FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;
43
- FrameSystemExtensionsWeightReclaim: FrameSystemExtensionsWeightReclaim;
44
- FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;
45
- FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;
46
- FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;
47
- FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
48
- FrameSystemPhase: FrameSystemPhase;
49
- KitchensinkRuntimeDynamicParamsReferendaOrigins: KitchensinkRuntimeDynamicParamsReferendaOrigins;
50
- KitchensinkRuntimeDynamicParamsReferendaParameters: KitchensinkRuntimeDynamicParamsReferendaParameters;
51
- KitchensinkRuntimeDynamicParamsReferendaParametersKey: KitchensinkRuntimeDynamicParamsReferendaParametersKey;
52
- KitchensinkRuntimeDynamicParamsReferendaParametersValue: KitchensinkRuntimeDynamicParamsReferendaParametersValue;
53
- KitchensinkRuntimeDynamicParamsReferendaTracks: KitchensinkRuntimeDynamicParamsReferendaTracks;
54
- KitchensinkRuntimeDynamicParamsStorageBaseDeposit: KitchensinkRuntimeDynamicParamsStorageBaseDeposit;
55
- KitchensinkRuntimeDynamicParamsStorageByteDeposit: KitchensinkRuntimeDynamicParamsStorageByteDeposit;
56
- KitchensinkRuntimeDynamicParamsStorageParameters: KitchensinkRuntimeDynamicParamsStorageParameters;
57
- KitchensinkRuntimeDynamicParamsStorageParametersKey: KitchensinkRuntimeDynamicParamsStorageParametersKey;
58
- KitchensinkRuntimeDynamicParamsStorageParametersValue: KitchensinkRuntimeDynamicParamsStorageParametersValue;
59
- KitchensinkRuntimeNposSolution16: KitchensinkRuntimeNposSolution16;
60
- KitchensinkRuntimeOriginCaller: KitchensinkRuntimeOriginCaller;
61
- KitchensinkRuntimeProxyType: KitchensinkRuntimeProxyType;
62
- KitchensinkRuntimeRuntime: KitchensinkRuntimeRuntime;
63
- KitchensinkRuntimeRuntimeError: KitchensinkRuntimeRuntimeError;
64
- KitchensinkRuntimeRuntimeFreezeReason: KitchensinkRuntimeRuntimeFreezeReason;
65
- KitchensinkRuntimeRuntimeHoldReason: KitchensinkRuntimeRuntimeHoldReason;
66
- KitchensinkRuntimeRuntimeParameters: KitchensinkRuntimeRuntimeParameters;
67
- KitchensinkRuntimeRuntimeParametersKey: KitchensinkRuntimeRuntimeParametersKey;
68
- KitchensinkRuntimeRuntimeParametersValue: KitchensinkRuntimeRuntimeParametersValue;
69
- KitchensinkRuntimeSessionKeys: KitchensinkRuntimeSessionKeys;
70
- PalletAllianceCall: PalletAllianceCall;
71
- PalletAllianceCid: PalletAllianceCid;
72
- PalletAllianceDisbandWitness: PalletAllianceDisbandWitness;
73
- PalletAllianceError: PalletAllianceError;
74
- PalletAllianceEvent: PalletAllianceEvent;
75
- PalletAllianceMemberRole: PalletAllianceMemberRole;
76
- PalletAllianceMultihash: PalletAllianceMultihash;
77
- PalletAllianceUnscrupulousItem: PalletAllianceUnscrupulousItem;
78
- PalletAllianceVersion: PalletAllianceVersion;
79
- PalletAssetConversionCall: PalletAssetConversionCall;
80
- PalletAssetConversionError: PalletAssetConversionError;
81
- PalletAssetConversionEvent: PalletAssetConversionEvent;
82
- PalletAssetConversionOpsCall: PalletAssetConversionOpsCall;
83
- PalletAssetConversionOpsError: PalletAssetConversionOpsError;
84
- PalletAssetConversionOpsEvent: PalletAssetConversionOpsEvent;
85
- PalletAssetConversionPoolInfo: PalletAssetConversionPoolInfo;
86
- PalletAssetConversionTxPaymentChargeAssetTxPayment: PalletAssetConversionTxPaymentChargeAssetTxPayment;
87
- PalletAssetConversionTxPaymentEvent: PalletAssetConversionTxPaymentEvent;
88
- PalletAssetRateCall: PalletAssetRateCall;
89
- PalletAssetRateError: PalletAssetRateError;
90
- PalletAssetRateEvent: PalletAssetRateEvent;
91
- PalletAssetRewardsCall: PalletAssetRewardsCall;
92
- PalletAssetRewardsError: PalletAssetRewardsError;
93
- PalletAssetRewardsEvent: PalletAssetRewardsEvent;
94
- PalletAssetRewardsFreezeReason: PalletAssetRewardsFreezeReason;
95
- PalletAssetRewardsHoldReason: PalletAssetRewardsHoldReason;
96
- PalletAssetRewardsPoolInfo: PalletAssetRewardsPoolInfo;
97
- PalletAssetRewardsPoolStakerInfo: PalletAssetRewardsPoolStakerInfo;
98
- PalletAssetsAccountStatus: PalletAssetsAccountStatus;
99
- PalletAssetsApproval: PalletAssetsApproval;
100
- PalletAssetsAssetAccount: PalletAssetsAssetAccount;
101
- PalletAssetsAssetDetails: PalletAssetsAssetDetails;
102
- PalletAssetsAssetMetadata: PalletAssetsAssetMetadata;
103
- PalletAssetsAssetStatus: PalletAssetsAssetStatus;
104
- PalletAssetsCall: PalletAssetsCall;
105
- PalletAssetsError: PalletAssetsError;
106
- PalletAssetsEvent: PalletAssetsEvent;
107
- PalletAssetsExistenceReason: PalletAssetsExistenceReason;
108
- PalletAssetsFreezerError: PalletAssetsFreezerError;
109
- PalletAssetsFreezerEvent: PalletAssetsFreezerEvent;
110
- PalletBabeCall: PalletBabeCall;
111
- PalletBabeError: PalletBabeError;
112
- PalletBagsListCall: PalletBagsListCall;
113
- PalletBagsListError: PalletBagsListError;
114
- PalletBagsListEvent: PalletBagsListEvent;
115
- PalletBagsListListBag: PalletBagsListListBag;
116
- PalletBagsListListListError: PalletBagsListListListError;
117
- PalletBagsListListNode: PalletBagsListListNode;
118
- PalletBalancesAccountData: PalletBalancesAccountData;
119
- PalletBalancesAdjustmentDirection: PalletBalancesAdjustmentDirection;
120
- PalletBalancesBalanceLock: PalletBalancesBalanceLock;
121
- PalletBalancesCall: PalletBalancesCall;
122
- PalletBalancesError: PalletBalancesError;
123
- PalletBalancesEvent: PalletBalancesEvent;
124
- PalletBalancesReasons: PalletBalancesReasons;
125
- PalletBalancesReserveData: PalletBalancesReserveData;
126
- PalletBeefyCall: PalletBeefyCall;
127
- PalletBeefyError: PalletBeefyError;
128
- PalletBountiesBounty: PalletBountiesBounty;
129
- PalletBountiesBountyStatus: PalletBountiesBountyStatus;
130
- PalletBountiesCall: PalletBountiesCall;
131
- PalletBountiesError: PalletBountiesError;
132
- PalletBountiesEvent: PalletBountiesEvent;
133
- PalletBrokerAutoRenewalRecord: PalletBrokerAutoRenewalRecord;
134
- PalletBrokerCall: PalletBrokerCall;
135
- PalletBrokerCompletionStatus: PalletBrokerCompletionStatus;
136
- PalletBrokerConfigRecord: PalletBrokerConfigRecord;
137
- PalletBrokerContributionRecord: PalletBrokerContributionRecord;
138
- PalletBrokerCoreMask: PalletBrokerCoreMask;
139
- PalletBrokerCoretimeInterfaceCoreAssignment: PalletBrokerCoretimeInterfaceCoreAssignment;
140
- PalletBrokerError: PalletBrokerError;
141
- PalletBrokerEvent: PalletBrokerEvent;
142
- PalletBrokerFinality: PalletBrokerFinality;
143
- PalletBrokerInstaPoolHistoryRecord: PalletBrokerInstaPoolHistoryRecord;
144
- PalletBrokerLeaseRecordItem: PalletBrokerLeaseRecordItem;
145
- PalletBrokerOnDemandRevenueRecord: PalletBrokerOnDemandRevenueRecord;
146
- PalletBrokerPoolIoRecord: PalletBrokerPoolIoRecord;
147
- PalletBrokerPotentialRenewalId: PalletBrokerPotentialRenewalId;
148
- PalletBrokerPotentialRenewalRecord: PalletBrokerPotentialRenewalRecord;
149
- PalletBrokerRegionId: PalletBrokerRegionId;
150
- PalletBrokerRegionRecord: PalletBrokerRegionRecord;
151
- PalletBrokerSaleInfoRecord: PalletBrokerSaleInfoRecord;
152
- PalletBrokerScheduleItem: PalletBrokerScheduleItem;
153
- PalletBrokerStatusRecord: PalletBrokerStatusRecord;
154
- PalletChildBountiesCall: PalletChildBountiesCall;
155
- PalletChildBountiesChildBounty: PalletChildBountiesChildBounty;
156
- PalletChildBountiesChildBountyStatus: PalletChildBountiesChildBountyStatus;
157
- PalletChildBountiesError: PalletChildBountiesError;
158
- PalletChildBountiesEvent: PalletChildBountiesEvent;
159
- PalletCollectiveCall: PalletCollectiveCall;
160
- PalletCollectiveError: PalletCollectiveError;
161
- PalletCollectiveEvent: PalletCollectiveEvent;
162
- PalletCollectiveHoldReason: PalletCollectiveHoldReason;
163
- PalletCollectiveRawOrigin: PalletCollectiveRawOrigin;
164
- PalletCollectiveVotes: PalletCollectiveVotes;
165
- PalletContractsCall: PalletContractsCall;
166
- PalletContractsEnvironment: PalletContractsEnvironment;
167
- PalletContractsEnvironmentTypeAccountId32: PalletContractsEnvironmentTypeAccountId32;
168
- PalletContractsEnvironmentTypeBlakeTwo256: PalletContractsEnvironmentTypeBlakeTwo256;
169
- PalletContractsEnvironmentTypeH256: PalletContractsEnvironmentTypeH256;
170
- PalletContractsEnvironmentTypeU128: PalletContractsEnvironmentTypeU128;
171
- PalletContractsEnvironmentTypeU32: PalletContractsEnvironmentTypeU32;
172
- PalletContractsEnvironmentTypeU64: PalletContractsEnvironmentTypeU64;
173
- PalletContractsError: PalletContractsError;
174
- PalletContractsEvent: PalletContractsEvent;
175
- PalletContractsHoldReason: PalletContractsHoldReason;
176
- PalletContractsOrigin: PalletContractsOrigin;
177
- PalletContractsPrimitivesCode: PalletContractsPrimitivesCode;
178
- PalletContractsPrimitivesCodeUploadReturnValue: PalletContractsPrimitivesCodeUploadReturnValue;
179
- PalletContractsPrimitivesContractAccessError: PalletContractsPrimitivesContractAccessError;
180
- PalletContractsPrimitivesContractResult: PalletContractsPrimitivesContractResult;
181
- PalletContractsPrimitivesExecReturnValue: PalletContractsPrimitivesExecReturnValue;
182
- PalletContractsPrimitivesInstantiateReturnValue: PalletContractsPrimitivesInstantiateReturnValue;
183
- PalletContractsPrimitivesStorageDeposit: PalletContractsPrimitivesStorageDeposit;
184
- PalletContractsSchedule: PalletContractsSchedule;
185
- PalletContractsScheduleInstructionWeights: PalletContractsScheduleInstructionWeights;
186
- PalletContractsScheduleLimits: PalletContractsScheduleLimits;
187
- PalletContractsStorageContractInfo: PalletContractsStorageContractInfo;
188
- PalletContractsStorageDeletionQueueManager: PalletContractsStorageDeletionQueueManager;
189
- PalletContractsUapiFlagsReturnFlags: PalletContractsUapiFlagsReturnFlags;
190
- PalletContractsWasmCodeInfo: PalletContractsWasmCodeInfo;
191
- PalletContractsWasmDeterminism: PalletContractsWasmDeterminism;
192
- PalletConvictionVotingCall: PalletConvictionVotingCall;
193
- PalletConvictionVotingConviction: PalletConvictionVotingConviction;
194
- PalletConvictionVotingDelegations: PalletConvictionVotingDelegations;
195
- PalletConvictionVotingError: PalletConvictionVotingError;
196
- PalletConvictionVotingEvent: PalletConvictionVotingEvent;
197
- PalletConvictionVotingTally: PalletConvictionVotingTally;
198
- PalletConvictionVotingVoteAccountVote: PalletConvictionVotingVoteAccountVote;
199
- PalletConvictionVotingVoteCasting: PalletConvictionVotingVoteCasting;
200
- PalletConvictionVotingVoteDelegating: PalletConvictionVotingVoteDelegating;
201
- PalletConvictionVotingVotePriorLock: PalletConvictionVotingVotePriorLock;
202
- PalletConvictionVotingVoteVoting: PalletConvictionVotingVoteVoting;
203
- PalletCoreFellowshipCall: PalletCoreFellowshipCall;
204
- PalletCoreFellowshipError: PalletCoreFellowshipError;
205
- PalletCoreFellowshipEvent: PalletCoreFellowshipEvent;
206
- PalletCoreFellowshipMemberStatus: PalletCoreFellowshipMemberStatus;
207
- PalletCoreFellowshipParamsTypeOption: PalletCoreFellowshipParamsTypeOption;
208
- PalletCoreFellowshipParamsTypeU128: PalletCoreFellowshipParamsTypeU128;
209
- PalletCoreFellowshipWish: PalletCoreFellowshipWish;
210
- PalletDelegatedStakingAgentLedger: PalletDelegatedStakingAgentLedger;
211
- PalletDelegatedStakingDelegation: PalletDelegatedStakingDelegation;
212
- PalletDelegatedStakingError: PalletDelegatedStakingError;
213
- PalletDelegatedStakingEvent: PalletDelegatedStakingEvent;
214
- PalletDelegatedStakingHoldReason: PalletDelegatedStakingHoldReason;
215
- PalletDemocracyCall: PalletDemocracyCall;
216
- PalletDemocracyConviction: PalletDemocracyConviction;
217
- PalletDemocracyDelegations: PalletDemocracyDelegations;
218
- PalletDemocracyError: PalletDemocracyError;
219
- PalletDemocracyEvent: PalletDemocracyEvent;
220
- PalletDemocracyMetadataOwner: PalletDemocracyMetadataOwner;
221
- PalletDemocracyReferendumInfo: PalletDemocracyReferendumInfo;
222
- PalletDemocracyReferendumStatus: PalletDemocracyReferendumStatus;
223
- PalletDemocracyTally: PalletDemocracyTally;
224
- PalletDemocracyVoteAccountVote: PalletDemocracyVoteAccountVote;
225
- PalletDemocracyVotePriorLock: PalletDemocracyVotePriorLock;
226
- PalletDemocracyVoteThreshold: PalletDemocracyVoteThreshold;
227
- PalletDemocracyVoteVoting: PalletDemocracyVoteVoting;
228
- PalletElectionProviderMultiPhaseCall: PalletElectionProviderMultiPhaseCall;
229
- PalletElectionProviderMultiPhaseElectionCompute: PalletElectionProviderMultiPhaseElectionCompute;
230
- PalletElectionProviderMultiPhaseError: PalletElectionProviderMultiPhaseError;
231
- PalletElectionProviderMultiPhaseEvent: PalletElectionProviderMultiPhaseEvent;
232
- PalletElectionProviderMultiPhasePhase: PalletElectionProviderMultiPhasePhase;
233
- PalletElectionProviderMultiPhaseRawSolution: PalletElectionProviderMultiPhaseRawSolution;
234
- PalletElectionProviderMultiPhaseReadySolution: PalletElectionProviderMultiPhaseReadySolution;
235
- PalletElectionProviderMultiPhaseRoundSnapshot: PalletElectionProviderMultiPhaseRoundSnapshot;
236
- PalletElectionProviderMultiPhaseSignedSignedSubmission: PalletElectionProviderMultiPhaseSignedSignedSubmission;
237
- PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize;
238
- PalletElectionsPhragmenCall: PalletElectionsPhragmenCall;
239
- PalletElectionsPhragmenError: PalletElectionsPhragmenError;
240
- PalletElectionsPhragmenEvent: PalletElectionsPhragmenEvent;
241
- PalletElectionsPhragmenRenouncing: PalletElectionsPhragmenRenouncing;
242
- PalletElectionsPhragmenSeatHolder: PalletElectionsPhragmenSeatHolder;
243
- PalletElectionsPhragmenVoter: PalletElectionsPhragmenVoter;
244
- PalletExampleTasksError: PalletExampleTasksError;
245
- PalletFastUnstakeCall: PalletFastUnstakeCall;
246
- PalletFastUnstakeError: PalletFastUnstakeError;
247
- PalletFastUnstakeEvent: PalletFastUnstakeEvent;
248
- PalletFastUnstakeUnstakeRequest: PalletFastUnstakeUnstakeRequest;
249
- PalletGluttonCall: PalletGluttonCall;
250
- PalletGluttonError: PalletGluttonError;
251
- PalletGluttonEvent: PalletGluttonEvent;
252
- PalletGrandpaCall: PalletGrandpaCall;
253
- PalletGrandpaError: PalletGrandpaError;
254
- PalletGrandpaEvent: PalletGrandpaEvent;
255
- PalletGrandpaStoredPendingChange: PalletGrandpaStoredPendingChange;
256
- PalletGrandpaStoredState: PalletGrandpaStoredState;
257
- PalletIdentityAuthorityProperties: PalletIdentityAuthorityProperties;
258
- PalletIdentityCall: PalletIdentityCall;
259
- PalletIdentityError: PalletIdentityError;
260
- PalletIdentityEvent: PalletIdentityEvent;
261
- PalletIdentityJudgement: PalletIdentityJudgement;
262
- PalletIdentityLegacyIdentityInfo: PalletIdentityLegacyIdentityInfo;
263
- PalletIdentityProvider: PalletIdentityProvider;
264
- PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo;
265
- PalletIdentityRegistration: PalletIdentityRegistration;
266
- PalletIdentityUsernameInformation: PalletIdentityUsernameInformation;
267
- PalletImOnlineCall: PalletImOnlineCall;
268
- PalletImOnlineError: PalletImOnlineError;
269
- PalletImOnlineEvent: PalletImOnlineEvent;
270
- PalletImOnlineHeartbeat: PalletImOnlineHeartbeat;
271
- PalletImOnlineSr25519AppSr25519Public: PalletImOnlineSr25519AppSr25519Public;
272
- PalletImOnlineSr25519AppSr25519Signature: PalletImOnlineSr25519AppSr25519Signature;
273
- PalletIndicesCall: PalletIndicesCall;
274
- PalletIndicesError: PalletIndicesError;
275
- PalletIndicesEvent: PalletIndicesEvent;
276
- PalletLotteryCall: PalletLotteryCall;
277
- PalletLotteryError: PalletLotteryError;
278
- PalletLotteryEvent: PalletLotteryEvent;
279
- PalletLotteryLotteryConfig: PalletLotteryLotteryConfig;
280
- PalletMembershipCall: PalletMembershipCall;
281
- PalletMembershipError: PalletMembershipError;
282
- PalletMembershipEvent: PalletMembershipEvent;
283
- PalletMessageQueueBookState: PalletMessageQueueBookState;
284
- PalletMessageQueueCall: PalletMessageQueueCall;
285
- PalletMessageQueueError: PalletMessageQueueError;
286
- PalletMessageQueueEvent: PalletMessageQueueEvent;
287
- PalletMessageQueueNeighbours: PalletMessageQueueNeighbours;
288
- PalletMessageQueuePage: PalletMessageQueuePage;
289
- PalletMetaTxCall: PalletMetaTxCall;
290
- PalletMetaTxError: PalletMetaTxError;
291
- PalletMetaTxEvent: PalletMetaTxEvent;
292
- PalletMetaTxExtensionMetaTxMarker: PalletMetaTxExtensionMetaTxMarker;
293
- PalletMetaTxMetaTx: PalletMetaTxMetaTx;
294
- PalletMigrationsActiveCursor: PalletMigrationsActiveCursor;
295
- PalletMigrationsCall: PalletMigrationsCall;
296
- PalletMigrationsError: PalletMigrationsError;
297
- PalletMigrationsEvent: PalletMigrationsEvent;
298
- PalletMigrationsHistoricCleanupSelector: PalletMigrationsHistoricCleanupSelector;
299
- PalletMigrationsMigrationCursor: PalletMigrationsMigrationCursor;
300
- PalletMixnetBoundedMixnode: PalletMixnetBoundedMixnode;
301
- PalletMixnetCall: PalletMixnetCall;
302
- PalletMixnetRegistration: PalletMixnetRegistration;
303
- PalletMultisigCall: PalletMultisigCall;
304
- PalletMultisigError: PalletMultisigError;
305
- PalletMultisigEvent: PalletMultisigEvent;
306
- PalletMultisigMultisig: PalletMultisigMultisig;
307
- PalletMultisigTimepoint: PalletMultisigTimepoint;
308
- PalletNftFractionalizationCall: PalletNftFractionalizationCall;
309
- PalletNftFractionalizationDetails: PalletNftFractionalizationDetails;
310
- PalletNftFractionalizationError: PalletNftFractionalizationError;
311
- PalletNftFractionalizationEvent: PalletNftFractionalizationEvent;
312
- PalletNftFractionalizationHoldReason: PalletNftFractionalizationHoldReason;
313
- PalletNftsAttributeDeposit: PalletNftsAttributeDeposit;
314
- PalletNftsAttributeNamespace: PalletNftsAttributeNamespace;
315
- PalletNftsCall: PalletNftsCall;
316
- PalletNftsCancelAttributesApprovalWitness: PalletNftsCancelAttributesApprovalWitness;
317
- PalletNftsCollectionConfig: PalletNftsCollectionConfig;
318
- PalletNftsCollectionDetails: PalletNftsCollectionDetails;
319
- PalletNftsCollectionMetadata: PalletNftsCollectionMetadata;
320
- PalletNftsCollectionRole: PalletNftsCollectionRole;
321
- PalletNftsCollectionSetting: PalletNftsCollectionSetting;
322
- PalletNftsDestroyWitness: PalletNftsDestroyWitness;
323
- PalletNftsError: PalletNftsError;
324
- PalletNftsEvent: PalletNftsEvent;
325
- PalletNftsItemConfig: PalletNftsItemConfig;
326
- PalletNftsItemDeposit: PalletNftsItemDeposit;
327
- PalletNftsItemDetails: PalletNftsItemDetails;
328
- PalletNftsItemMetadata: PalletNftsItemMetadata;
329
- PalletNftsItemMetadataDeposit: PalletNftsItemMetadataDeposit;
330
- PalletNftsItemSetting: PalletNftsItemSetting;
331
- PalletNftsItemTip: PalletNftsItemTip;
332
- PalletNftsMintSettings: PalletNftsMintSettings;
333
- PalletNftsMintType: PalletNftsMintType;
334
- PalletNftsMintWitness: PalletNftsMintWitness;
335
- PalletNftsPalletAttributes: PalletNftsPalletAttributes;
336
- PalletNftsPalletFeature: PalletNftsPalletFeature;
337
- PalletNftsPendingSwap: PalletNftsPendingSwap;
338
- PalletNftsPreSignedAttributes: PalletNftsPreSignedAttributes;
339
- PalletNftsPreSignedMint: PalletNftsPreSignedMint;
340
- PalletNftsPriceDirection: PalletNftsPriceDirection;
341
- PalletNftsPriceWithDirection: PalletNftsPriceWithDirection;
342
- PalletNisBid: PalletNisBid;
343
- PalletNisCall: PalletNisCall;
344
- PalletNisError: PalletNisError;
345
- PalletNisEvent: PalletNisEvent;
346
- PalletNisHoldReason: PalletNisHoldReason;
347
- PalletNisReceiptRecord: PalletNisReceiptRecord;
348
- PalletNisSummaryRecord: PalletNisSummaryRecord;
349
- PalletNominationPoolsBondExtra: PalletNominationPoolsBondExtra;
350
- PalletNominationPoolsBondedPoolInner: PalletNominationPoolsBondedPoolInner;
351
- PalletNominationPoolsCall: PalletNominationPoolsCall;
352
- PalletNominationPoolsClaimPermission: PalletNominationPoolsClaimPermission;
353
- PalletNominationPoolsCommission: PalletNominationPoolsCommission;
354
- PalletNominationPoolsCommissionChangeRate: PalletNominationPoolsCommissionChangeRate;
355
- PalletNominationPoolsCommissionClaimPermission: PalletNominationPoolsCommissionClaimPermission;
356
- PalletNominationPoolsConfigOpAccountId32: PalletNominationPoolsConfigOpAccountId32;
357
- PalletNominationPoolsConfigOpPerbill: PalletNominationPoolsConfigOpPerbill;
358
- PalletNominationPoolsConfigOpU128: PalletNominationPoolsConfigOpU128;
359
- PalletNominationPoolsConfigOpU32: PalletNominationPoolsConfigOpU32;
360
- PalletNominationPoolsDefensiveError: PalletNominationPoolsDefensiveError;
361
- PalletNominationPoolsError: PalletNominationPoolsError;
362
- PalletNominationPoolsEvent: PalletNominationPoolsEvent;
363
- PalletNominationPoolsFreezeReason: PalletNominationPoolsFreezeReason;
364
- PalletNominationPoolsPoolMember: PalletNominationPoolsPoolMember;
365
- PalletNominationPoolsPoolRoles: PalletNominationPoolsPoolRoles;
366
- PalletNominationPoolsPoolState: PalletNominationPoolsPoolState;
367
- PalletNominationPoolsRewardPool: PalletNominationPoolsRewardPool;
368
- PalletNominationPoolsSubPools: PalletNominationPoolsSubPools;
369
- PalletNominationPoolsUnbondPool: PalletNominationPoolsUnbondPool;
370
- PalletOffencesEvent: PalletOffencesEvent;
371
- PalletParametersCall: PalletParametersCall;
372
- PalletParametersEvent: PalletParametersEvent;
373
- PalletPreimageCall: PalletPreimageCall;
374
- PalletPreimageError: PalletPreimageError;
375
- PalletPreimageEvent: PalletPreimageEvent;
376
- PalletPreimageHoldReason: PalletPreimageHoldReason;
377
- PalletPreimageOldRequestStatus: PalletPreimageOldRequestStatus;
378
- PalletPreimageRequestStatus: PalletPreimageRequestStatus;
379
- PalletProxyAnnouncement: PalletProxyAnnouncement;
380
- PalletProxyCall: PalletProxyCall;
381
- PalletProxyDepositKind: PalletProxyDepositKind;
382
- PalletProxyError: PalletProxyError;
383
- PalletProxyEvent: PalletProxyEvent;
384
- PalletProxyProxyDefinition: PalletProxyProxyDefinition;
385
- PalletRankedCollectiveCall: PalletRankedCollectiveCall;
386
- PalletRankedCollectiveError: PalletRankedCollectiveError;
387
- PalletRankedCollectiveEvent: PalletRankedCollectiveEvent;
388
- PalletRankedCollectiveMemberRecord: PalletRankedCollectiveMemberRecord;
389
- PalletRankedCollectiveTally: PalletRankedCollectiveTally;
390
- PalletRankedCollectiveVoteRecord: PalletRankedCollectiveVoteRecord;
391
- PalletRecoveryActiveRecovery: PalletRecoveryActiveRecovery;
392
- PalletRecoveryCall: PalletRecoveryCall;
393
- PalletRecoveryError: PalletRecoveryError;
394
- PalletRecoveryEvent: PalletRecoveryEvent;
395
- PalletRecoveryRecoveryConfig: PalletRecoveryRecoveryConfig;
396
- PalletReferendaCall: PalletReferendaCall;
397
- PalletReferendaCurve: PalletReferendaCurve;
398
- PalletReferendaDecidingStatus: PalletReferendaDecidingStatus;
399
- PalletReferendaDeposit: PalletReferendaDeposit;
400
- PalletReferendaError: PalletReferendaError;
401
- PalletReferendaEvent: PalletReferendaEvent;
402
- PalletReferendaReferendumInfoConvictionVotingTally: PalletReferendaReferendumInfoConvictionVotingTally;
403
- PalletReferendaReferendumInfoRankedCollectiveTally: PalletReferendaReferendumInfoRankedCollectiveTally;
404
- PalletReferendaReferendumStatusConvictionVotingTally: PalletReferendaReferendumStatusConvictionVotingTally;
405
- PalletReferendaReferendumStatusRankedCollectiveTally: PalletReferendaReferendumStatusRankedCollectiveTally;
406
- PalletReferendaTrack: PalletReferendaTrack;
407
- PalletReferendaTrackDetails: PalletReferendaTrackDetails;
408
- PalletRemarkCall: PalletRemarkCall;
409
- PalletRemarkError: PalletRemarkError;
410
- PalletRemarkEvent: PalletRemarkEvent;
411
- PalletReviveCall: PalletReviveCall;
412
- PalletReviveError: PalletReviveError;
413
- PalletReviveEvent: PalletReviveEvent;
414
- PalletReviveEvmApiDebugRpcTypesCallLog: PalletReviveEvmApiDebugRpcTypesCallLog;
415
- PalletReviveEvmApiDebugRpcTypesCallTrace: PalletReviveEvmApiDebugRpcTypesCallTrace;
416
- PalletReviveEvmApiDebugRpcTypesCallTracerConfig: PalletReviveEvmApiDebugRpcTypesCallTracerConfig;
417
- PalletReviveEvmApiDebugRpcTypesCallType: PalletReviveEvmApiDebugRpcTypesCallType;
418
- PalletReviveEvmApiDebugRpcTypesTrace: PalletReviveEvmApiDebugRpcTypesTrace;
419
- PalletReviveEvmApiDebugRpcTypesTracerType: PalletReviveEvmApiDebugRpcTypesTracerType;
420
- PalletReviveEvmApiRpcTypesGenAccessListEntry: PalletReviveEvmApiRpcTypesGenAccessListEntry;
421
- PalletReviveEvmApiRpcTypesGenGenericTransaction: PalletReviveEvmApiRpcTypesGenGenericTransaction;
422
- PalletReviveEvmApiRpcTypesGenInputOrData: PalletReviveEvmApiRpcTypesGenInputOrData;
423
- PalletReviveHoldReason: PalletReviveHoldReason;
424
- PalletRevivePrimitivesCode: PalletRevivePrimitivesCode;
425
- PalletRevivePrimitivesCodeUploadReturnValue: PalletRevivePrimitivesCodeUploadReturnValue;
426
- PalletRevivePrimitivesContractAccessError: PalletRevivePrimitivesContractAccessError;
427
- PalletRevivePrimitivesContractResultExecReturnValue: PalletRevivePrimitivesContractResultExecReturnValue;
428
- PalletRevivePrimitivesContractResultInstantiateReturnValue: PalletRevivePrimitivesContractResultInstantiateReturnValue;
429
- PalletRevivePrimitivesEthTransactError: PalletRevivePrimitivesEthTransactError;
430
- PalletRevivePrimitivesEthTransactInfo: PalletRevivePrimitivesEthTransactInfo;
431
- PalletRevivePrimitivesExecReturnValue: PalletRevivePrimitivesExecReturnValue;
432
- PalletRevivePrimitivesInstantiateReturnValue: PalletRevivePrimitivesInstantiateReturnValue;
433
- PalletRevivePrimitivesStorageDeposit: PalletRevivePrimitivesStorageDeposit;
434
- PalletReviveStorageContractInfo: PalletReviveStorageContractInfo;
435
- PalletReviveStorageDeletionQueueManager: PalletReviveStorageDeletionQueueManager;
436
- PalletReviveUapiFlagsReturnFlags: PalletReviveUapiFlagsReturnFlags;
437
- PalletReviveWasmCodeInfo: PalletReviveWasmCodeInfo;
438
- PalletRootTestingCall: PalletRootTestingCall;
439
- PalletRootTestingEvent: PalletRootTestingEvent;
440
- PalletSafeModeCall: PalletSafeModeCall;
441
- PalletSafeModeError: PalletSafeModeError;
442
- PalletSafeModeEvent: PalletSafeModeEvent;
443
- PalletSafeModeExitReason: PalletSafeModeExitReason;
444
- PalletSafeModeHoldReason: PalletSafeModeHoldReason;
445
- PalletSalaryCall: PalletSalaryCall;
446
- PalletSalaryClaimState: PalletSalaryClaimState;
447
- PalletSalaryClaimantStatus: PalletSalaryClaimantStatus;
448
- PalletSalaryError: PalletSalaryError;
449
- PalletSalaryEvent: PalletSalaryEvent;
450
- PalletSalaryStatusType: PalletSalaryStatusType;
451
- PalletSchedulerCall: PalletSchedulerCall;
452
- PalletSchedulerError: PalletSchedulerError;
453
- PalletSchedulerEvent: PalletSchedulerEvent;
454
- PalletSchedulerRetryConfig: PalletSchedulerRetryConfig;
455
- PalletSchedulerScheduled: PalletSchedulerScheduled;
456
- PalletSessionCall: PalletSessionCall;
457
- PalletSessionError: PalletSessionError;
458
- PalletSessionEvent: PalletSessionEvent;
459
- PalletSkipFeelessPaymentEvent: PalletSkipFeelessPaymentEvent;
460
- PalletSocietyBid: PalletSocietyBid;
461
- PalletSocietyBidKind: PalletSocietyBidKind;
462
- PalletSocietyCall: PalletSocietyCall;
463
- PalletSocietyCandidacy: PalletSocietyCandidacy;
464
- PalletSocietyError: PalletSocietyError;
465
- PalletSocietyEvent: PalletSocietyEvent;
466
- PalletSocietyGroupParams: PalletSocietyGroupParams;
467
- PalletSocietyIntakeRecord: PalletSocietyIntakeRecord;
468
- PalletSocietyMemberRecord: PalletSocietyMemberRecord;
469
- PalletSocietyPayoutRecord: PalletSocietyPayoutRecord;
470
- PalletSocietyTally: PalletSocietyTally;
471
- PalletSocietyVote: PalletSocietyVote;
472
- PalletSocietyVouchingStatus: PalletSocietyVouchingStatus;
473
- PalletStakingActiveEraInfo: PalletStakingActiveEraInfo;
474
- PalletStakingEraRewardPoints: PalletStakingEraRewardPoints;
475
- PalletStakingForcing: PalletStakingForcing;
476
- PalletStakingNominations: PalletStakingNominations;
477
- PalletStakingPalletCall: PalletStakingPalletCall;
478
- PalletStakingPalletConfigOpPerbill: PalletStakingPalletConfigOpPerbill;
479
- PalletStakingPalletConfigOpPercent: PalletStakingPalletConfigOpPercent;
480
- PalletStakingPalletConfigOpU128: PalletStakingPalletConfigOpU128;
481
- PalletStakingPalletConfigOpU32: PalletStakingPalletConfigOpU32;
482
- PalletStakingPalletError: PalletStakingPalletError;
483
- PalletStakingPalletEvent: PalletStakingPalletEvent;
484
- PalletStakingPalletHoldReason: PalletStakingPalletHoldReason;
485
- PalletStakingRewardDestination: PalletStakingRewardDestination;
486
- PalletStakingSlashingSlashingSpans: PalletStakingSlashingSlashingSpans;
487
- PalletStakingSlashingSpanRecord: PalletStakingSlashingSpanRecord;
488
- PalletStakingStakingLedger: PalletStakingStakingLedger;
489
- PalletStakingUnappliedSlash: PalletStakingUnappliedSlash;
490
- PalletStakingUnlockChunk: PalletStakingUnlockChunk;
491
- PalletStakingValidatorPrefs: PalletStakingValidatorPrefs;
492
- PalletStateTrieMigrationCall: PalletStateTrieMigrationCall;
493
- PalletStateTrieMigrationError: PalletStateTrieMigrationError;
494
- PalletStateTrieMigrationEvent: PalletStateTrieMigrationEvent;
495
- PalletStateTrieMigrationHoldReason: PalletStateTrieMigrationHoldReason;
496
- PalletStateTrieMigrationMigrationCompute: PalletStateTrieMigrationMigrationCompute;
497
- PalletStateTrieMigrationMigrationLimits: PalletStateTrieMigrationMigrationLimits;
498
- PalletStateTrieMigrationMigrationTask: PalletStateTrieMigrationMigrationTask;
499
- PalletStateTrieMigrationProgress: PalletStateTrieMigrationProgress;
500
- PalletStatementEvent: PalletStatementEvent;
501
- PalletSudoCall: PalletSudoCall;
502
- PalletSudoError: PalletSudoError;
503
- PalletSudoEvent: PalletSudoEvent;
504
- PalletTimestampCall: PalletTimestampCall;
505
- PalletTipsCall: PalletTipsCall;
506
- PalletTipsError: PalletTipsError;
507
- PalletTipsEvent: PalletTipsEvent;
508
- PalletTipsOpenTip: PalletTipsOpenTip;
509
- PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;
510
- PalletTransactionPaymentFeeDetails: PalletTransactionPaymentFeeDetails;
511
- PalletTransactionPaymentInclusionFee: PalletTransactionPaymentInclusionFee;
512
- PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;
513
- PalletTransactionPaymentRuntimeDispatchInfo: PalletTransactionPaymentRuntimeDispatchInfo;
514
- PalletTransactionStorageCall: PalletTransactionStorageCall;
515
- PalletTransactionStorageError: PalletTransactionStorageError;
516
- PalletTransactionStorageEvent: PalletTransactionStorageEvent;
517
- PalletTransactionStorageHoldReason: PalletTransactionStorageHoldReason;
518
- PalletTransactionStorageTransactionInfo: PalletTransactionStorageTransactionInfo;
519
- PalletTreasuryCall: PalletTreasuryCall;
520
- PalletTreasuryError: PalletTreasuryError;
521
- PalletTreasuryEvent: PalletTreasuryEvent;
522
- PalletTreasuryPaymentState: PalletTreasuryPaymentState;
523
- PalletTreasuryProposal: PalletTreasuryProposal;
524
- PalletTreasurySpendStatus: PalletTreasurySpendStatus;
525
- PalletTxPauseCall: PalletTxPauseCall;
526
- PalletTxPauseError: PalletTxPauseError;
527
- PalletTxPauseEvent: PalletTxPauseEvent;
528
- PalletUniquesCall: PalletUniquesCall;
529
- PalletUniquesCollectionDetails: PalletUniquesCollectionDetails;
530
- PalletUniquesCollectionMetadata: PalletUniquesCollectionMetadata;
531
- PalletUniquesDestroyWitness: PalletUniquesDestroyWitness;
532
- PalletUniquesError: PalletUniquesError;
533
- PalletUniquesEvent: PalletUniquesEvent;
534
- PalletUniquesItemDetails: PalletUniquesItemDetails;
535
- PalletUniquesItemMetadata: PalletUniquesItemMetadata;
536
- PalletUtilityCall: PalletUtilityCall;
537
- PalletUtilityError: PalletUtilityError;
538
- PalletUtilityEvent: PalletUtilityEvent;
539
- PalletVerifySignatureExtensionVerifySignature: PalletVerifySignatureExtensionVerifySignature;
540
- PalletVestingCall: PalletVestingCall;
541
- PalletVestingError: PalletVestingError;
542
- PalletVestingEvent: PalletVestingEvent;
543
- PalletVestingReleases: PalletVestingReleases;
544
- PalletVestingVestingInfo: PalletVestingVestingInfo;
545
- PalletWhitelistCall: PalletWhitelistCall;
546
- PalletWhitelistError: PalletWhitelistError;
547
- PalletWhitelistEvent: PalletWhitelistEvent;
548
- SpArithmeticArithmeticError: SpArithmeticArithmeticError;
549
- SpAuthorityDiscoveryAppPublic: SpAuthorityDiscoveryAppPublic;
550
- SpConsensusBabeAllowedSlots: SpConsensusBabeAllowedSlots;
551
- SpConsensusBabeAppPublic: SpConsensusBabeAppPublic;
552
- SpConsensusBabeBabeConfiguration: SpConsensusBabeBabeConfiguration;
553
- SpConsensusBabeBabeEpochConfiguration: SpConsensusBabeBabeEpochConfiguration;
554
- SpConsensusBabeDigestsNextConfigDescriptor: SpConsensusBabeDigestsNextConfigDescriptor;
555
- SpConsensusBabeDigestsPreDigest: SpConsensusBabeDigestsPreDigest;
556
- SpConsensusBabeDigestsPrimaryPreDigest: SpConsensusBabeDigestsPrimaryPreDigest;
557
- SpConsensusBabeDigestsSecondaryPlainPreDigest: SpConsensusBabeDigestsSecondaryPlainPreDigest;
558
- SpConsensusBabeDigestsSecondaryVRFPreDigest: SpConsensusBabeDigestsSecondaryVRFPreDigest;
559
- SpConsensusBabeEpoch: SpConsensusBabeEpoch;
560
- SpConsensusBeefyCommitment: SpConsensusBeefyCommitment;
561
- SpConsensusBeefyDoubleVotingProof: SpConsensusBeefyDoubleVotingProof;
562
- SpConsensusBeefyEcdsaCryptoPublic: SpConsensusBeefyEcdsaCryptoPublic;
563
- SpConsensusBeefyEcdsaCryptoSignature: SpConsensusBeefyEcdsaCryptoSignature;
564
- SpConsensusBeefyForkVotingProofAncestryProof: SpConsensusBeefyForkVotingProofAncestryProof;
565
- SpConsensusBeefyForkVotingProofOpaqueValue: SpConsensusBeefyForkVotingProofOpaqueValue;
566
- SpConsensusBeefyFutureBlockVotingProof: SpConsensusBeefyFutureBlockVotingProof;
567
- SpConsensusBeefyMmrBeefyAuthoritySet: SpConsensusBeefyMmrBeefyAuthoritySet;
568
- SpConsensusBeefyPayload: SpConsensusBeefyPayload;
569
- SpConsensusBeefyValidatorSet: SpConsensusBeefyValidatorSet;
570
- SpConsensusBeefyVoteMessage: SpConsensusBeefyVoteMessage;
571
- SpConsensusGrandpaAppPublic: SpConsensusGrandpaAppPublic;
572
- SpConsensusGrandpaAppSignature: SpConsensusGrandpaAppSignature;
573
- SpConsensusGrandpaEquivocation: SpConsensusGrandpaEquivocation;
574
- SpConsensusGrandpaEquivocationProof: SpConsensusGrandpaEquivocationProof;
575
- SpConsensusSlotsEquivocationProof: SpConsensusSlotsEquivocationProof;
576
- SpCoreCryptoKeyTypeId: SpCoreCryptoKeyTypeId;
577
- SpCoreSr25519VrfVrfSignature: SpCoreSr25519VrfVrfSignature;
578
- SpInherentsCheckInherentsResult: SpInherentsCheckInherentsResult;
579
- SpInherentsInherentData: SpInherentsInherentData;
580
- SpMixnetAppPublic: SpMixnetAppPublic;
581
- SpMixnetAppSignature: SpMixnetAppSignature;
582
- SpMixnetMixnode: SpMixnetMixnode;
583
- SpMixnetMixnodesErr: SpMixnetMixnodesErr;
584
- SpMixnetSessionPhase: SpMixnetSessionPhase;
585
- SpMixnetSessionStatus: SpMixnetSessionStatus;
586
- SpMmrPrimitivesAncestryProof: SpMmrPrimitivesAncestryProof;
587
- SpMmrPrimitivesError: SpMmrPrimitivesError;
588
- SpMmrPrimitivesLeafProof: SpMmrPrimitivesLeafProof;
589
- SpNposElectionsElectionScore: SpNposElectionsElectionScore;
590
- SpNposElectionsSupport: SpNposElectionsSupport;
591
- SpRuntimeBlakeTwo256: SpRuntimeBlakeTwo256;
592
- SpRuntimeBlock: SpRuntimeBlock;
593
- SpRuntimeDigest: SpRuntimeDigest;
594
- SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;
595
- SpRuntimeDispatchError: SpRuntimeDispatchError;
596
- SpRuntimeDispatchErrorWithPostInfo: SpRuntimeDispatchErrorWithPostInfo;
597
- SpRuntimeExtrinsicInclusionMode: SpRuntimeExtrinsicInclusionMode;
598
- SpRuntimeHeader: SpRuntimeHeader;
599
- SpRuntimeModuleError: SpRuntimeModuleError;
600
- SpRuntimeMultiSignature: SpRuntimeMultiSignature;
601
- SpRuntimeProvingTrieTrieError: SpRuntimeProvingTrieTrieError;
602
- SpRuntimeTokenError: SpRuntimeTokenError;
603
- SpRuntimeTransactionValidityInvalidTransaction: SpRuntimeTransactionValidityInvalidTransaction;
604
- SpRuntimeTransactionValidityTransactionSource: SpRuntimeTransactionValidityTransactionSource;
605
- SpRuntimeTransactionValidityTransactionValidityError: SpRuntimeTransactionValidityTransactionValidityError;
606
- SpRuntimeTransactionValidityUnknownTransaction: SpRuntimeTransactionValidityUnknownTransaction;
607
- SpRuntimeTransactionValidityValidTransaction: SpRuntimeTransactionValidityValidTransaction;
608
- SpRuntimeTransactionalError: SpRuntimeTransactionalError;
609
- SpSessionMembershipProof: SpSessionMembershipProof;
610
- SpStakingExposure: SpStakingExposure;
611
- SpStakingExposurePage: SpStakingExposurePage;
612
- SpStakingIndividualExposure: SpStakingIndividualExposure;
613
- SpStakingOffenceOffenceDetails: SpStakingOffenceOffenceDetails;
614
- SpStakingPagedExposureMetadata: SpStakingPagedExposureMetadata;
615
- SpStatementStoreProof: SpStatementStoreProof;
616
- SpStatementStoreRuntimeApiInvalidStatement: SpStatementStoreRuntimeApiInvalidStatement;
617
- SpStatementStoreRuntimeApiStatementSource: SpStatementStoreRuntimeApiStatementSource;
618
- SpStatementStoreRuntimeApiValidStatement: SpStatementStoreRuntimeApiValidStatement;
619
- SpStatementStoreStatement: SpStatementStoreStatement;
620
- SpTransactionStorageProofTransactionStorageProof: SpTransactionStorageProofTransactionStorageProof;
621
- SpVersionRuntimeVersion: SpVersionRuntimeVersion;
622
- SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
623
- SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
624
- }
625
- }