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