@webb-tools/tangle-substrate-types 0.5.8 → 0.5.12

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 (84) hide show
  1. package/README.md +11 -2
  2. package/{build/interfaces → interfaces}/augment-api-consts.d.ts +119 -24
  3. package/{ts-types/src/interfaces → interfaces}/augment-api-errors.d.ts +199 -342
  4. package/{build/interfaces → interfaces}/augment-api-events.d.ts +1365 -378
  5. package/{build/interfaces → interfaces}/augment-api-query.d.ts +718 -261
  6. package/{ts-types/src/interfaces → interfaces}/augment-api-tx.d.ts +1684 -442
  7. package/{ts-types/src/interfaces → interfaces}/lookup.d.ts +1425 -1093
  8. package/{build/interfaces → interfaces}/lookup.js +1443 -1111
  9. package/{build/interfaces → interfaces}/registry.d.ts +62 -75
  10. package/{ts-types/src/interfaces → interfaces}/types-lookup.d.ts +1233 -1128
  11. package/metadata/static-latest.d.ts +2 -0
  12. package/metadata/static-latest.js +7 -0
  13. package/package.json +1 -72
  14. package/.envrc +0 -5
  15. package/babel-config-cjs.cjs +0 -10
  16. package/build/interfaces/augment-api-errors.d.ts +0 -2144
  17. package/build/interfaces/augment-api-tx.d.ts +0 -2876
  18. package/build/interfaces/lookup.d.ts +0 -5908
  19. package/build/interfaces/types-lookup.d.ts +0 -6052
  20. package/build/metadata/static-latest.d.ts +0 -2
  21. package/build/metadata/static-latest.js +0 -7
  22. package/build/metadata/static-type.d.ts +0 -2
  23. package/build/metadata/static-type.js +0 -1
  24. package/build/package.json +0 -1
  25. package/playground.ts +0 -86
  26. package/polkadot-dev-configs/babel-config-cjs.cjs +0 -12
  27. package/polkadot-dev-configs/babel-general.cjs +0 -15
  28. package/polkadot-dev-configs/babel-plugins.cjs +0 -21
  29. package/polkadot-dev-configs/babel-presets.cjs +0 -33
  30. package/polkadot-dev-configs/babel-resolver.cjs +0 -14
  31. package/scripts/build.js +0 -134
  32. package/scripts/publish-types.js +0 -95
  33. package/scripts/updateMetadata.ts +0 -44
  34. package/src/examples/job_and_result_submission.ts +0 -203
  35. package/src/index.ts +0 -7
  36. package/src/interfaces/augment-api-consts.ts +0 -958
  37. package/src/interfaces/augment-api-errors.ts +0 -2152
  38. package/src/interfaces/augment-api-events.ts +0 -1465
  39. package/src/interfaces/augment-api-query.ts +0 -1629
  40. package/src/interfaces/augment-api-rpc.ts +0 -617
  41. package/src/interfaces/augment-api-runtime.ts +0 -308
  42. package/src/interfaces/augment-api-tx.ts +0 -1550
  43. package/src/interfaces/augment-api.ts +0 -10
  44. package/src/interfaces/augment-types.ts +0 -1256
  45. package/src/interfaces/lookup.ts +0 -5912
  46. package/src/interfaces/registry.ts +0 -433
  47. package/src/interfaces/types-lookup.ts +0 -6455
  48. package/src/metadata/metadata.json +0 -5
  49. package/src/metadata/static-latest.ts +0 -1
  50. package/src/metadata/static-type.ts +0 -3
  51. package/ts-types/playground.d.ts +0 -1
  52. package/ts-types/src/examples/job_and_result_submission.d.ts +0 -1
  53. package/ts-types/src/index.d.ts +0 -3
  54. package/ts-types/src/interfaces/augment-api-consts.d.ts +0 -950
  55. package/ts-types/src/interfaces/augment-api-events.d.ts +0 -2281
  56. package/ts-types/src/interfaces/augment-api-query.d.ts +0 -1660
  57. package/ts-types/src/interfaces/augment-api-rpc.d.ts +0 -679
  58. package/ts-types/src/interfaces/augment-api-runtime.d.ts +0 -363
  59. package/ts-types/src/interfaces/augment-api.d.ts +0 -7
  60. package/ts-types/src/interfaces/augment-types.d.ts +0 -1249
  61. package/ts-types/src/interfaces/registry.d.ts +0 -426
  62. package/ts-types/src/metadata/static-latest.d.ts +0 -2
  63. package/ts-types/src/metadata/static-type.d.ts +0 -2
  64. package/ts-types/tsconfig.tsbuildinfo +0 -1
  65. package/tsconfig.json +0 -36
  66. /package/{build/examples → examples}/job_and_result_submission.d.ts +0 -0
  67. /package/{build/examples → examples}/job_and_result_submission.js +0 -0
  68. /package/{build/index.d.ts → index.d.ts} +0 -0
  69. /package/{build/index.js → index.js} +0 -0
  70. /package/{build/interfaces → interfaces}/augment-api-consts.js +0 -0
  71. /package/{build/interfaces → interfaces}/augment-api-errors.js +0 -0
  72. /package/{build/interfaces → interfaces}/augment-api-events.js +0 -0
  73. /package/{build/interfaces → interfaces}/augment-api-query.js +0 -0
  74. /package/{build/interfaces → interfaces}/augment-api-rpc.d.ts +0 -0
  75. /package/{build/interfaces → interfaces}/augment-api-rpc.js +0 -0
  76. /package/{build/interfaces → interfaces}/augment-api-runtime.d.ts +0 -0
  77. /package/{build/interfaces → interfaces}/augment-api-runtime.js +0 -0
  78. /package/{build/interfaces → interfaces}/augment-api-tx.js +0 -0
  79. /package/{build/interfaces → interfaces}/augment-api.d.ts +0 -0
  80. /package/{build/interfaces → interfaces}/augment-api.js +0 -0
  81. /package/{build/interfaces → interfaces}/augment-types.d.ts +0 -0
  82. /package/{build/interfaces → interfaces}/augment-types.js +0 -0
  83. /package/{build/interfaces → interfaces}/registry.js +0 -0
  84. /package/{build/interfaces → interfaces}/types-lookup.js +0 -0
@@ -1,433 +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 { EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportPreimagesBounded, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, PalletAirdropClaimsCall, PalletAirdropClaimsError, PalletAirdropClaimsEvent, PalletAirdropClaimsStatementKind, PalletAirdropClaimsUtilsEthereumAddress, PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature, PalletAirdropClaimsUtilsMultiAddress, PalletAirdropClaimsUtilsMultiAddressSignature, PalletAirdropClaimsUtilsSr25519Signature, PalletAssetsAccountStatus, PalletAssetsApproval, PalletAssetsAssetAccount, PalletAssetsAssetDetails, PalletAssetsAssetMetadata, PalletAssetsAssetStatus, PalletAssetsCall, PalletAssetsError, PalletAssetsEvent, PalletAssetsExistenceReason, PalletBabeCall, PalletBabeError, PalletBagsListCall, PalletBagsListError, PalletBagsListEvent, PalletBagsListListBag, PalletBagsListListListError, PalletBagsListListNode, PalletBalancesAccountData, PalletBalancesAdjustmentDirection, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmountRuntimeFreezeReason, PalletBalancesIdAmountRuntimeHoldReason, PalletBalancesReasons, PalletBalancesReserveData, PalletBaseFeeCall, PalletBaseFeeEvent, PalletBountiesBounty, PalletBountiesBountyStatus, PalletBountiesCall, PalletBountiesError, PalletBountiesEvent, PalletChildBountiesCall, PalletChildBountiesChildBounty, PalletChildBountiesChildBountyStatus, PalletChildBountiesError, PalletChildBountiesEvent, PalletCollectiveCall, PalletCollectiveError, PalletCollectiveEvent, PalletCollectiveRawOrigin, PalletCollectiveVotes, PalletDemocracyCall, PalletDemocracyConviction, PalletDemocracyDelegations, PalletDemocracyError, PalletDemocracyEvent, PalletDemocracyMetadataOwner, PalletDemocracyReferendumInfo, PalletDemocracyReferendumStatus, PalletDemocracyTally, PalletDemocracyVoteAccountVote, PalletDemocracyVotePriorLock, PalletDemocracyVoteThreshold, PalletDemocracyVoteVoting, PalletDkgCall, PalletDkgError, PalletDkgEvent, PalletDkgFeeInfo, PalletDynamicFeeCall, PalletElectionProviderMultiPhaseCall, PalletElectionProviderMultiPhaseElectionCompute, PalletElectionProviderMultiPhaseError, PalletElectionProviderMultiPhaseEvent, PalletElectionProviderMultiPhasePhase, PalletElectionProviderMultiPhaseRawSolution, PalletElectionProviderMultiPhaseReadySolution, PalletElectionProviderMultiPhaseRoundSnapshot, PalletElectionProviderMultiPhaseSignedSignedSubmission, PalletElectionProviderMultiPhaseSolutionOrSnapshotSize, PalletElectionsPhragmenCall, PalletElectionsPhragmenError, PalletElectionsPhragmenEvent, PalletElectionsPhragmenRenouncing, PalletElectionsPhragmenSeatHolder, PalletElectionsPhragmenVoter, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumRawOrigin, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletGrandpaCall, PalletGrandpaError, PalletGrandpaEvent, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletHotfixSufficientsCall, PalletHotfixSufficientsError, PalletIdentityAuthorityProperties, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityJudgement, PalletIdentityLegacyIdentityInfo, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletImOnlineCall, PalletImOnlineError, PalletImOnlineEvent, PalletImOnlineHeartbeat, PalletImOnlineSr25519AppSr25519Public, PalletImOnlineSr25519AppSr25519Signature, PalletIndicesCall, PalletIndicesError, PalletIndicesEvent, PalletJobsModuleCall, PalletJobsModuleError, PalletJobsModuleEvent, PalletMultiAssetDelegationCall, PalletMultiAssetDelegationDelegatorBondInfoDelegator, PalletMultiAssetDelegationDelegatorBondLessRequest, PalletMultiAssetDelegationDelegatorDelegatorMetadata, PalletMultiAssetDelegationDelegatorDelegatorStatus, PalletMultiAssetDelegationDelegatorUnstakeRequest, PalletMultiAssetDelegationError, PalletMultiAssetDelegationEvent, PalletMultiAssetDelegationOperatorDelegatorBond, PalletMultiAssetDelegationOperatorOperatorBondLessRequest, PalletMultiAssetDelegationOperatorOperatorMetadata, PalletMultiAssetDelegationOperatorOperatorSnapshot, PalletMultiAssetDelegationOperatorOperatorStatus, PalletMultiAssetDelegationRewardsRewardConfig, PalletMultiAssetDelegationRewardsRewardConfigForAsset, PalletMultisigCall, PalletMultisigError, PalletMultisigEvent, PalletMultisigMultisig, PalletMultisigTimepoint, PalletNominationPoolsBondExtra, PalletNominationPoolsBondedPoolInner, PalletNominationPoolsCall, PalletNominationPoolsClaimPermission, PalletNominationPoolsCommission, PalletNominationPoolsCommissionChangeRate, PalletNominationPoolsCommissionClaimPermission, PalletNominationPoolsConfigOpAccountId32, PalletNominationPoolsConfigOpPerbill, PalletNominationPoolsConfigOpU128, PalletNominationPoolsConfigOpU32, PalletNominationPoolsDefensiveError, PalletNominationPoolsError, PalletNominationPoolsEvent, PalletNominationPoolsFreezeReason, PalletNominationPoolsPoolMember, PalletNominationPoolsPoolRoles, PalletNominationPoolsPoolState, PalletNominationPoolsRewardPool, PalletNominationPoolsSubPools, PalletNominationPoolsUnbondPool, PalletOffencesEvent, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageHoldReason, PalletPreimageOldRequestStatus, PalletPreimageRequestStatus, PalletProxyAnnouncement, PalletProxyCall, PalletProxyError, PalletProxyEvent, PalletProxyProxyDefinition, PalletRolesCall, PalletRolesError, PalletRolesEvent, PalletRolesProfile, PalletRolesProfileIndependentRestakeProfile, PalletRolesProfileRecord, PalletRolesProfileSharedRestakeProfile, PalletRolesRestakingLedger, PalletRolesUnlockChunk, PalletSchedulerCall, PalletSchedulerError, PalletSchedulerEvent, PalletSchedulerScheduled, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStakingActiveEraInfo, PalletStakingEraRewardPoints, PalletStakingForcing, PalletStakingNominations, PalletStakingPalletCall, PalletStakingPalletConfigOpPerbill, PalletStakingPalletConfigOpPercent, PalletStakingPalletConfigOpU128, PalletStakingPalletConfigOpU32, PalletStakingPalletError, PalletStakingPalletEvent, PalletStakingRewardDestination, PalletStakingSlashingSlashingSpans, PalletStakingSlashingSpanRecord, PalletStakingStakingLedger, PalletStakingUnappliedSlash, PalletStakingUnlockChunk, PalletStakingValidatorPrefs, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryPaymentState, PalletTreasuryProposal, PalletTreasurySpendStatus, PalletTxPauseCall, PalletTxPauseError, PalletTxPauseEvent, PalletUtilityCall, PalletUtilityError, PalletUtilityEvent, PalletVestingCall, PalletVestingError, PalletVestingEvent, PalletVestingReleases, PalletVestingVestingInfo, PalletZksaasCall, PalletZksaasError, PalletZksaasEvent, PalletZksaasFeeInfo, SpArithmeticArithmeticError, SpConsensusBabeAllowedSlots, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBabeDigestsPrimaryPreDigest, SpConsensusBabeDigestsSecondaryPlainPreDigest, SpConsensusBabeDigestsSecondaryVRFPreDigest, SpConsensusGrandpaAppPublic, SpConsensusGrandpaAppSignature, SpConsensusGrandpaEquivocation, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpCoreCryptoKeyTypeId, SpCoreEcdsaPublic, SpCoreEcdsaSignature, SpCoreEd25519Public, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpCoreSr25519VrfVrfSignature, SpCoreVoid, SpNposElectionsElectionScore, SpNposElectionsSupport, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpSessionMembershipProof, SpStakingExposure, SpStakingExposurePage, SpStakingIndividualExposure, SpStakingOffenceOffenceDetails, SpStakingPagedExposureMetadata, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, StagingXcmV4Asset, StagingXcmV4AssetAssetId, StagingXcmV4AssetAssetInstance, StagingXcmV4AssetFungibility, StagingXcmV4Junction, StagingXcmV4JunctionNetworkId, StagingXcmV4Junctions, StagingXcmV4Location, SygmaAccessSegregatorCall, SygmaAccessSegregatorError, SygmaAccessSegregatorEvent, SygmaBasicFeehandlerCall, SygmaBasicFeehandlerError, SygmaBasicFeehandlerEvent, SygmaBridgeCall, SygmaBridgeError, SygmaBridgeEvent, SygmaBridgeProposal, SygmaFeeHandlerRouterCall, SygmaFeeHandlerRouterError, SygmaFeeHandlerRouterEvent, SygmaFeeHandlerRouterFeeHandlerType, SygmaPercentageFeehandlerCall, SygmaPercentageFeehandlerError, SygmaPercentageFeehandlerEvent, SygmaTraitsMpcAddress, SygmaTraitsTransferType, TangleCryptoPrimitivesCryptoPublic, TanglePrimitivesJobsFallbackOptions, TanglePrimitivesJobsJobInfo, TanglePrimitivesJobsJobResult, TanglePrimitivesJobsJobSubmission, TanglePrimitivesJobsJobType, TanglePrimitivesJobsPhaseResult, TanglePrimitivesJobsTssDigitalSignatureScheme, TanglePrimitivesJobsTssDkgtssKeyRefreshResult, TanglePrimitivesJobsTssDkgtssKeyRotationResult, TanglePrimitivesJobsTssDkgtssKeySubmissionResult, TanglePrimitivesJobsTssDkgtssPhaseFourJobType, TanglePrimitivesJobsTssDkgtssPhaseOneJobType, TanglePrimitivesJobsTssDkgtssPhaseThreeJobType, TanglePrimitivesJobsTssDkgtssPhaseTwoJobType, TanglePrimitivesJobsTssDkgtssSignatureResult, TanglePrimitivesJobsValidatorOffenceType, TanglePrimitivesJobsZksaasArkworksProofResult, TanglePrimitivesJobsZksaasCircomProofResult, TanglePrimitivesJobsZksaasGroth16ProveRequest, TanglePrimitivesJobsZksaasGroth16System, TanglePrimitivesJobsZksaasHyperData, TanglePrimitivesJobsZksaasQapShare, TanglePrimitivesJobsZksaasZkSaaSCircuitResult, TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType, TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType, TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest, TanglePrimitivesJobsZksaasZkSaaSProofResult, TanglePrimitivesJobsZksaasZkSaaSSystem, TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification, TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason, TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted, TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted, TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted, TanglePrimitivesMisbehaviorDkgtssJustification, TanglePrimitivesMisbehaviorMisbehaviorJustification, TanglePrimitivesMisbehaviorMisbehaviorSubmission, TanglePrimitivesMisbehaviorSignedRoundMessage, TanglePrimitivesMisbehaviorZcashFrostKeygenAborted, TanglePrimitivesMisbehaviorZcashFrostSigningAborted, TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification, TanglePrimitivesMisbehaviorZkSaaSJustification, TanglePrimitivesRolesRoleType, TanglePrimitivesRolesTssThresholdSignatureRoleType, TanglePrimitivesRolesZksaasZeroKnowledgeRoleType, TangleTestnetRuntimeMaxAdditionalParamsLen, TangleTestnetRuntimeMaxDataLen, TangleTestnetRuntimeMaxKeyLen, TangleTestnetRuntimeMaxParticipants, TangleTestnetRuntimeMaxProofLen, TangleTestnetRuntimeMaxSignatureLen, TangleTestnetRuntimeMaxSubmissionLen, TangleTestnetRuntimeNposSolution16, TangleTestnetRuntimeOpaqueSessionKeys, TangleTestnetRuntimeOriginCaller, TangleTestnetRuntimeProxyType, TangleTestnetRuntimeRuntime, TangleTestnetRuntimeRuntimeFreezeReason, TangleTestnetRuntimeRuntimeHoldReason, XcmV3JunctionBodyId, XcmV3JunctionBodyPart } from '@polkadot/types/lookup';
9
-
10
- declare module '@polkadot/types/types/registry' {
11
- interface InterfaceTypes {
12
- EthbloomBloom: EthbloomBloom;
13
- EthereumBlock: EthereumBlock;
14
- EthereumHeader: EthereumHeader;
15
- EthereumLog: EthereumLog;
16
- EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;
17
- EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;
18
- EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;
19
- EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;
20
- EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;
21
- EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;
22
- EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;
23
- EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;
24
- EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;
25
- EthereumTypesHashH64: EthereumTypesHashH64;
26
- EvmCoreErrorExitError: EvmCoreErrorExitError;
27
- EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;
28
- EvmCoreErrorExitReason: EvmCoreErrorExitReason;
29
- EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;
30
- EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;
31
- FinalityGrandpaEquivocationPrecommit: FinalityGrandpaEquivocationPrecommit;
32
- FinalityGrandpaEquivocationPrevote: FinalityGrandpaEquivocationPrevote;
33
- FinalityGrandpaPrecommit: FinalityGrandpaPrecommit;
34
- FinalityGrandpaPrevote: FinalityGrandpaPrevote;
35
- FpRpcTransactionStatus: FpRpcTransactionStatus;
36
- FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;
37
- FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo;
38
- FrameSupportDispatchPays: FrameSupportDispatchPays;
39
- FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;
40
- FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;
41
- FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
42
- FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;
43
- FrameSupportPalletId: FrameSupportPalletId;
44
- FrameSupportPreimagesBounded: FrameSupportPreimagesBounded;
45
- FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;
46
- FrameSystemAccountInfo: FrameSystemAccountInfo;
47
- FrameSystemCall: FrameSystemCall;
48
- FrameSystemCodeUpgradeAuthorization: FrameSystemCodeUpgradeAuthorization;
49
- FrameSystemError: FrameSystemError;
50
- FrameSystemEvent: FrameSystemEvent;
51
- FrameSystemEventRecord: FrameSystemEventRecord;
52
- FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;
53
- FrameSystemExtensionsCheckNonZeroSender: FrameSystemExtensionsCheckNonZeroSender;
54
- FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;
55
- FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;
56
- FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;
57
- FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;
58
- FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;
59
- FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;
60
- FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;
61
- FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
62
- FrameSystemPhase: FrameSystemPhase;
63
- PalletAirdropClaimsCall: PalletAirdropClaimsCall;
64
- PalletAirdropClaimsError: PalletAirdropClaimsError;
65
- PalletAirdropClaimsEvent: PalletAirdropClaimsEvent;
66
- PalletAirdropClaimsStatementKind: PalletAirdropClaimsStatementKind;
67
- PalletAirdropClaimsUtilsEthereumAddress: PalletAirdropClaimsUtilsEthereumAddress;
68
- PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature;
69
- PalletAirdropClaimsUtilsMultiAddress: PalletAirdropClaimsUtilsMultiAddress;
70
- PalletAirdropClaimsUtilsMultiAddressSignature: PalletAirdropClaimsUtilsMultiAddressSignature;
71
- PalletAirdropClaimsUtilsSr25519Signature: PalletAirdropClaimsUtilsSr25519Signature;
72
- PalletAssetsAccountStatus: PalletAssetsAccountStatus;
73
- PalletAssetsApproval: PalletAssetsApproval;
74
- PalletAssetsAssetAccount: PalletAssetsAssetAccount;
75
- PalletAssetsAssetDetails: PalletAssetsAssetDetails;
76
- PalletAssetsAssetMetadata: PalletAssetsAssetMetadata;
77
- PalletAssetsAssetStatus: PalletAssetsAssetStatus;
78
- PalletAssetsCall: PalletAssetsCall;
79
- PalletAssetsError: PalletAssetsError;
80
- PalletAssetsEvent: PalletAssetsEvent;
81
- PalletAssetsExistenceReason: PalletAssetsExistenceReason;
82
- PalletBabeCall: PalletBabeCall;
83
- PalletBabeError: PalletBabeError;
84
- PalletBagsListCall: PalletBagsListCall;
85
- PalletBagsListError: PalletBagsListError;
86
- PalletBagsListEvent: PalletBagsListEvent;
87
- PalletBagsListListBag: PalletBagsListListBag;
88
- PalletBagsListListListError: PalletBagsListListListError;
89
- PalletBagsListListNode: PalletBagsListListNode;
90
- PalletBalancesAccountData: PalletBalancesAccountData;
91
- PalletBalancesAdjustmentDirection: PalletBalancesAdjustmentDirection;
92
- PalletBalancesBalanceLock: PalletBalancesBalanceLock;
93
- PalletBalancesCall: PalletBalancesCall;
94
- PalletBalancesError: PalletBalancesError;
95
- PalletBalancesEvent: PalletBalancesEvent;
96
- PalletBalancesIdAmountRuntimeFreezeReason: PalletBalancesIdAmountRuntimeFreezeReason;
97
- PalletBalancesIdAmountRuntimeHoldReason: PalletBalancesIdAmountRuntimeHoldReason;
98
- PalletBalancesReasons: PalletBalancesReasons;
99
- PalletBalancesReserveData: PalletBalancesReserveData;
100
- PalletBaseFeeCall: PalletBaseFeeCall;
101
- PalletBaseFeeEvent: PalletBaseFeeEvent;
102
- PalletBountiesBounty: PalletBountiesBounty;
103
- PalletBountiesBountyStatus: PalletBountiesBountyStatus;
104
- PalletBountiesCall: PalletBountiesCall;
105
- PalletBountiesError: PalletBountiesError;
106
- PalletBountiesEvent: PalletBountiesEvent;
107
- PalletChildBountiesCall: PalletChildBountiesCall;
108
- PalletChildBountiesChildBounty: PalletChildBountiesChildBounty;
109
- PalletChildBountiesChildBountyStatus: PalletChildBountiesChildBountyStatus;
110
- PalletChildBountiesError: PalletChildBountiesError;
111
- PalletChildBountiesEvent: PalletChildBountiesEvent;
112
- PalletCollectiveCall: PalletCollectiveCall;
113
- PalletCollectiveError: PalletCollectiveError;
114
- PalletCollectiveEvent: PalletCollectiveEvent;
115
- PalletCollectiveRawOrigin: PalletCollectiveRawOrigin;
116
- PalletCollectiveVotes: PalletCollectiveVotes;
117
- PalletDemocracyCall: PalletDemocracyCall;
118
- PalletDemocracyConviction: PalletDemocracyConviction;
119
- PalletDemocracyDelegations: PalletDemocracyDelegations;
120
- PalletDemocracyError: PalletDemocracyError;
121
- PalletDemocracyEvent: PalletDemocracyEvent;
122
- PalletDemocracyMetadataOwner: PalletDemocracyMetadataOwner;
123
- PalletDemocracyReferendumInfo: PalletDemocracyReferendumInfo;
124
- PalletDemocracyReferendumStatus: PalletDemocracyReferendumStatus;
125
- PalletDemocracyTally: PalletDemocracyTally;
126
- PalletDemocracyVoteAccountVote: PalletDemocracyVoteAccountVote;
127
- PalletDemocracyVotePriorLock: PalletDemocracyVotePriorLock;
128
- PalletDemocracyVoteThreshold: PalletDemocracyVoteThreshold;
129
- PalletDemocracyVoteVoting: PalletDemocracyVoteVoting;
130
- PalletDkgCall: PalletDkgCall;
131
- PalletDkgError: PalletDkgError;
132
- PalletDkgEvent: PalletDkgEvent;
133
- PalletDkgFeeInfo: PalletDkgFeeInfo;
134
- PalletDynamicFeeCall: PalletDynamicFeeCall;
135
- PalletElectionProviderMultiPhaseCall: PalletElectionProviderMultiPhaseCall;
136
- PalletElectionProviderMultiPhaseElectionCompute: PalletElectionProviderMultiPhaseElectionCompute;
137
- PalletElectionProviderMultiPhaseError: PalletElectionProviderMultiPhaseError;
138
- PalletElectionProviderMultiPhaseEvent: PalletElectionProviderMultiPhaseEvent;
139
- PalletElectionProviderMultiPhasePhase: PalletElectionProviderMultiPhasePhase;
140
- PalletElectionProviderMultiPhaseRawSolution: PalletElectionProviderMultiPhaseRawSolution;
141
- PalletElectionProviderMultiPhaseReadySolution: PalletElectionProviderMultiPhaseReadySolution;
142
- PalletElectionProviderMultiPhaseRoundSnapshot: PalletElectionProviderMultiPhaseRoundSnapshot;
143
- PalletElectionProviderMultiPhaseSignedSignedSubmission: PalletElectionProviderMultiPhaseSignedSignedSubmission;
144
- PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: PalletElectionProviderMultiPhaseSolutionOrSnapshotSize;
145
- PalletElectionsPhragmenCall: PalletElectionsPhragmenCall;
146
- PalletElectionsPhragmenError: PalletElectionsPhragmenError;
147
- PalletElectionsPhragmenEvent: PalletElectionsPhragmenEvent;
148
- PalletElectionsPhragmenRenouncing: PalletElectionsPhragmenRenouncing;
149
- PalletElectionsPhragmenSeatHolder: PalletElectionsPhragmenSeatHolder;
150
- PalletElectionsPhragmenVoter: PalletElectionsPhragmenVoter;
151
- PalletEthereumCall: PalletEthereumCall;
152
- PalletEthereumError: PalletEthereumError;
153
- PalletEthereumEvent: PalletEthereumEvent;
154
- PalletEthereumRawOrigin: PalletEthereumRawOrigin;
155
- PalletEvmCall: PalletEvmCall;
156
- PalletEvmCodeMetadata: PalletEvmCodeMetadata;
157
- PalletEvmError: PalletEvmError;
158
- PalletEvmEvent: PalletEvmEvent;
159
- PalletGrandpaCall: PalletGrandpaCall;
160
- PalletGrandpaError: PalletGrandpaError;
161
- PalletGrandpaEvent: PalletGrandpaEvent;
162
- PalletGrandpaStoredPendingChange: PalletGrandpaStoredPendingChange;
163
- PalletGrandpaStoredState: PalletGrandpaStoredState;
164
- PalletHotfixSufficientsCall: PalletHotfixSufficientsCall;
165
- PalletHotfixSufficientsError: PalletHotfixSufficientsError;
166
- PalletIdentityAuthorityProperties: PalletIdentityAuthorityProperties;
167
- PalletIdentityCall: PalletIdentityCall;
168
- PalletIdentityError: PalletIdentityError;
169
- PalletIdentityEvent: PalletIdentityEvent;
170
- PalletIdentityJudgement: PalletIdentityJudgement;
171
- PalletIdentityLegacyIdentityInfo: PalletIdentityLegacyIdentityInfo;
172
- PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo;
173
- PalletIdentityRegistration: PalletIdentityRegistration;
174
- PalletImOnlineCall: PalletImOnlineCall;
175
- PalletImOnlineError: PalletImOnlineError;
176
- PalletImOnlineEvent: PalletImOnlineEvent;
177
- PalletImOnlineHeartbeat: PalletImOnlineHeartbeat;
178
- PalletImOnlineSr25519AppSr25519Public: PalletImOnlineSr25519AppSr25519Public;
179
- PalletImOnlineSr25519AppSr25519Signature: PalletImOnlineSr25519AppSr25519Signature;
180
- PalletIndicesCall: PalletIndicesCall;
181
- PalletIndicesError: PalletIndicesError;
182
- PalletIndicesEvent: PalletIndicesEvent;
183
- PalletJobsModuleCall: PalletJobsModuleCall;
184
- PalletJobsModuleError: PalletJobsModuleError;
185
- PalletJobsModuleEvent: PalletJobsModuleEvent;
186
- PalletMultiAssetDelegationCall: PalletMultiAssetDelegationCall;
187
- PalletMultiAssetDelegationDelegatorBondInfoDelegator: PalletMultiAssetDelegationDelegatorBondInfoDelegator;
188
- PalletMultiAssetDelegationDelegatorBondLessRequest: PalletMultiAssetDelegationDelegatorBondLessRequest;
189
- PalletMultiAssetDelegationDelegatorDelegatorMetadata: PalletMultiAssetDelegationDelegatorDelegatorMetadata;
190
- PalletMultiAssetDelegationDelegatorDelegatorStatus: PalletMultiAssetDelegationDelegatorDelegatorStatus;
191
- PalletMultiAssetDelegationDelegatorUnstakeRequest: PalletMultiAssetDelegationDelegatorUnstakeRequest;
192
- PalletMultiAssetDelegationError: PalletMultiAssetDelegationError;
193
- PalletMultiAssetDelegationEvent: PalletMultiAssetDelegationEvent;
194
- PalletMultiAssetDelegationOperatorDelegatorBond: PalletMultiAssetDelegationOperatorDelegatorBond;
195
- PalletMultiAssetDelegationOperatorOperatorBondLessRequest: PalletMultiAssetDelegationOperatorOperatorBondLessRequest;
196
- PalletMultiAssetDelegationOperatorOperatorMetadata: PalletMultiAssetDelegationOperatorOperatorMetadata;
197
- PalletMultiAssetDelegationOperatorOperatorSnapshot: PalletMultiAssetDelegationOperatorOperatorSnapshot;
198
- PalletMultiAssetDelegationOperatorOperatorStatus: PalletMultiAssetDelegationOperatorOperatorStatus;
199
- PalletMultiAssetDelegationRewardsRewardConfig: PalletMultiAssetDelegationRewardsRewardConfig;
200
- PalletMultiAssetDelegationRewardsRewardConfigForAsset: PalletMultiAssetDelegationRewardsRewardConfigForAsset;
201
- PalletMultisigCall: PalletMultisigCall;
202
- PalletMultisigError: PalletMultisigError;
203
- PalletMultisigEvent: PalletMultisigEvent;
204
- PalletMultisigMultisig: PalletMultisigMultisig;
205
- PalletMultisigTimepoint: PalletMultisigTimepoint;
206
- PalletNominationPoolsBondExtra: PalletNominationPoolsBondExtra;
207
- PalletNominationPoolsBondedPoolInner: PalletNominationPoolsBondedPoolInner;
208
- PalletNominationPoolsCall: PalletNominationPoolsCall;
209
- PalletNominationPoolsClaimPermission: PalletNominationPoolsClaimPermission;
210
- PalletNominationPoolsCommission: PalletNominationPoolsCommission;
211
- PalletNominationPoolsCommissionChangeRate: PalletNominationPoolsCommissionChangeRate;
212
- PalletNominationPoolsCommissionClaimPermission: PalletNominationPoolsCommissionClaimPermission;
213
- PalletNominationPoolsConfigOpAccountId32: PalletNominationPoolsConfigOpAccountId32;
214
- PalletNominationPoolsConfigOpPerbill: PalletNominationPoolsConfigOpPerbill;
215
- PalletNominationPoolsConfigOpU128: PalletNominationPoolsConfigOpU128;
216
- PalletNominationPoolsConfigOpU32: PalletNominationPoolsConfigOpU32;
217
- PalletNominationPoolsDefensiveError: PalletNominationPoolsDefensiveError;
218
- PalletNominationPoolsError: PalletNominationPoolsError;
219
- PalletNominationPoolsEvent: PalletNominationPoolsEvent;
220
- PalletNominationPoolsFreezeReason: PalletNominationPoolsFreezeReason;
221
- PalletNominationPoolsPoolMember: PalletNominationPoolsPoolMember;
222
- PalletNominationPoolsPoolRoles: PalletNominationPoolsPoolRoles;
223
- PalletNominationPoolsPoolState: PalletNominationPoolsPoolState;
224
- PalletNominationPoolsRewardPool: PalletNominationPoolsRewardPool;
225
- PalletNominationPoolsSubPools: PalletNominationPoolsSubPools;
226
- PalletNominationPoolsUnbondPool: PalletNominationPoolsUnbondPool;
227
- PalletOffencesEvent: PalletOffencesEvent;
228
- PalletPreimageCall: PalletPreimageCall;
229
- PalletPreimageError: PalletPreimageError;
230
- PalletPreimageEvent: PalletPreimageEvent;
231
- PalletPreimageHoldReason: PalletPreimageHoldReason;
232
- PalletPreimageOldRequestStatus: PalletPreimageOldRequestStatus;
233
- PalletPreimageRequestStatus: PalletPreimageRequestStatus;
234
- PalletProxyAnnouncement: PalletProxyAnnouncement;
235
- PalletProxyCall: PalletProxyCall;
236
- PalletProxyError: PalletProxyError;
237
- PalletProxyEvent: PalletProxyEvent;
238
- PalletProxyProxyDefinition: PalletProxyProxyDefinition;
239
- PalletRolesCall: PalletRolesCall;
240
- PalletRolesError: PalletRolesError;
241
- PalletRolesEvent: PalletRolesEvent;
242
- PalletRolesProfile: PalletRolesProfile;
243
- PalletRolesProfileIndependentRestakeProfile: PalletRolesProfileIndependentRestakeProfile;
244
- PalletRolesProfileRecord: PalletRolesProfileRecord;
245
- PalletRolesProfileSharedRestakeProfile: PalletRolesProfileSharedRestakeProfile;
246
- PalletRolesRestakingLedger: PalletRolesRestakingLedger;
247
- PalletRolesUnlockChunk: PalletRolesUnlockChunk;
248
- PalletSchedulerCall: PalletSchedulerCall;
249
- PalletSchedulerError: PalletSchedulerError;
250
- PalletSchedulerEvent: PalletSchedulerEvent;
251
- PalletSchedulerScheduled: PalletSchedulerScheduled;
252
- PalletSessionCall: PalletSessionCall;
253
- PalletSessionError: PalletSessionError;
254
- PalletSessionEvent: PalletSessionEvent;
255
- PalletStakingActiveEraInfo: PalletStakingActiveEraInfo;
256
- PalletStakingEraRewardPoints: PalletStakingEraRewardPoints;
257
- PalletStakingForcing: PalletStakingForcing;
258
- PalletStakingNominations: PalletStakingNominations;
259
- PalletStakingPalletCall: PalletStakingPalletCall;
260
- PalletStakingPalletConfigOpPerbill: PalletStakingPalletConfigOpPerbill;
261
- PalletStakingPalletConfigOpPercent: PalletStakingPalletConfigOpPercent;
262
- PalletStakingPalletConfigOpU128: PalletStakingPalletConfigOpU128;
263
- PalletStakingPalletConfigOpU32: PalletStakingPalletConfigOpU32;
264
- PalletStakingPalletError: PalletStakingPalletError;
265
- PalletStakingPalletEvent: PalletStakingPalletEvent;
266
- PalletStakingRewardDestination: PalletStakingRewardDestination;
267
- PalletStakingSlashingSlashingSpans: PalletStakingSlashingSlashingSpans;
268
- PalletStakingSlashingSpanRecord: PalletStakingSlashingSpanRecord;
269
- PalletStakingStakingLedger: PalletStakingStakingLedger;
270
- PalletStakingUnappliedSlash: PalletStakingUnappliedSlash;
271
- PalletStakingUnlockChunk: PalletStakingUnlockChunk;
272
- PalletStakingValidatorPrefs: PalletStakingValidatorPrefs;
273
- PalletSudoCall: PalletSudoCall;
274
- PalletSudoError: PalletSudoError;
275
- PalletSudoEvent: PalletSudoEvent;
276
- PalletTimestampCall: PalletTimestampCall;
277
- PalletTransactionPaymentChargeTransactionPayment: PalletTransactionPaymentChargeTransactionPayment;
278
- PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;
279
- PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;
280
- PalletTreasuryCall: PalletTreasuryCall;
281
- PalletTreasuryError: PalletTreasuryError;
282
- PalletTreasuryEvent: PalletTreasuryEvent;
283
- PalletTreasuryPaymentState: PalletTreasuryPaymentState;
284
- PalletTreasuryProposal: PalletTreasuryProposal;
285
- PalletTreasurySpendStatus: PalletTreasurySpendStatus;
286
- PalletTxPauseCall: PalletTxPauseCall;
287
- PalletTxPauseError: PalletTxPauseError;
288
- PalletTxPauseEvent: PalletTxPauseEvent;
289
- PalletUtilityCall: PalletUtilityCall;
290
- PalletUtilityError: PalletUtilityError;
291
- PalletUtilityEvent: PalletUtilityEvent;
292
- PalletVestingCall: PalletVestingCall;
293
- PalletVestingError: PalletVestingError;
294
- PalletVestingEvent: PalletVestingEvent;
295
- PalletVestingReleases: PalletVestingReleases;
296
- PalletVestingVestingInfo: PalletVestingVestingInfo;
297
- PalletZksaasCall: PalletZksaasCall;
298
- PalletZksaasError: PalletZksaasError;
299
- PalletZksaasEvent: PalletZksaasEvent;
300
- PalletZksaasFeeInfo: PalletZksaasFeeInfo;
301
- SpArithmeticArithmeticError: SpArithmeticArithmeticError;
302
- SpConsensusBabeAllowedSlots: SpConsensusBabeAllowedSlots;
303
- SpConsensusBabeAppPublic: SpConsensusBabeAppPublic;
304
- SpConsensusBabeBabeEpochConfiguration: SpConsensusBabeBabeEpochConfiguration;
305
- SpConsensusBabeDigestsNextConfigDescriptor: SpConsensusBabeDigestsNextConfigDescriptor;
306
- SpConsensusBabeDigestsPreDigest: SpConsensusBabeDigestsPreDigest;
307
- SpConsensusBabeDigestsPrimaryPreDigest: SpConsensusBabeDigestsPrimaryPreDigest;
308
- SpConsensusBabeDigestsSecondaryPlainPreDigest: SpConsensusBabeDigestsSecondaryPlainPreDigest;
309
- SpConsensusBabeDigestsSecondaryVRFPreDigest: SpConsensusBabeDigestsSecondaryVRFPreDigest;
310
- SpConsensusGrandpaAppPublic: SpConsensusGrandpaAppPublic;
311
- SpConsensusGrandpaAppSignature: SpConsensusGrandpaAppSignature;
312
- SpConsensusGrandpaEquivocation: SpConsensusGrandpaEquivocation;
313
- SpConsensusGrandpaEquivocationProof: SpConsensusGrandpaEquivocationProof;
314
- SpConsensusSlotsEquivocationProof: SpConsensusSlotsEquivocationProof;
315
- SpCoreCryptoKeyTypeId: SpCoreCryptoKeyTypeId;
316
- SpCoreEcdsaPublic: SpCoreEcdsaPublic;
317
- SpCoreEcdsaSignature: SpCoreEcdsaSignature;
318
- SpCoreEd25519Public: SpCoreEd25519Public;
319
- SpCoreEd25519Signature: SpCoreEd25519Signature;
320
- SpCoreSr25519Public: SpCoreSr25519Public;
321
- SpCoreSr25519Signature: SpCoreSr25519Signature;
322
- SpCoreSr25519VrfVrfSignature: SpCoreSr25519VrfVrfSignature;
323
- SpCoreVoid: SpCoreVoid;
324
- SpNposElectionsElectionScore: SpNposElectionsElectionScore;
325
- SpNposElectionsSupport: SpNposElectionsSupport;
326
- SpRuntimeBlakeTwo256: SpRuntimeBlakeTwo256;
327
- SpRuntimeDigest: SpRuntimeDigest;
328
- SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;
329
- SpRuntimeDispatchError: SpRuntimeDispatchError;
330
- SpRuntimeHeader: SpRuntimeHeader;
331
- SpRuntimeModuleError: SpRuntimeModuleError;
332
- SpRuntimeMultiSignature: SpRuntimeMultiSignature;
333
- SpRuntimeTokenError: SpRuntimeTokenError;
334
- SpRuntimeTransactionalError: SpRuntimeTransactionalError;
335
- SpSessionMembershipProof: SpSessionMembershipProof;
336
- SpStakingExposure: SpStakingExposure;
337
- SpStakingExposurePage: SpStakingExposurePage;
338
- SpStakingIndividualExposure: SpStakingIndividualExposure;
339
- SpStakingOffenceOffenceDetails: SpStakingOffenceOffenceDetails;
340
- SpStakingPagedExposureMetadata: SpStakingPagedExposureMetadata;
341
- SpVersionRuntimeVersion: SpVersionRuntimeVersion;
342
- SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;
343
- SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;
344
- StagingXcmV4Asset: StagingXcmV4Asset;
345
- StagingXcmV4AssetAssetId: StagingXcmV4AssetAssetId;
346
- StagingXcmV4AssetAssetInstance: StagingXcmV4AssetAssetInstance;
347
- StagingXcmV4AssetFungibility: StagingXcmV4AssetFungibility;
348
- StagingXcmV4Junction: StagingXcmV4Junction;
349
- StagingXcmV4JunctionNetworkId: StagingXcmV4JunctionNetworkId;
350
- StagingXcmV4Junctions: StagingXcmV4Junctions;
351
- StagingXcmV4Location: StagingXcmV4Location;
352
- SygmaAccessSegregatorCall: SygmaAccessSegregatorCall;
353
- SygmaAccessSegregatorError: SygmaAccessSegregatorError;
354
- SygmaAccessSegregatorEvent: SygmaAccessSegregatorEvent;
355
- SygmaBasicFeehandlerCall: SygmaBasicFeehandlerCall;
356
- SygmaBasicFeehandlerError: SygmaBasicFeehandlerError;
357
- SygmaBasicFeehandlerEvent: SygmaBasicFeehandlerEvent;
358
- SygmaBridgeCall: SygmaBridgeCall;
359
- SygmaBridgeError: SygmaBridgeError;
360
- SygmaBridgeEvent: SygmaBridgeEvent;
361
- SygmaBridgeProposal: SygmaBridgeProposal;
362
- SygmaFeeHandlerRouterCall: SygmaFeeHandlerRouterCall;
363
- SygmaFeeHandlerRouterError: SygmaFeeHandlerRouterError;
364
- SygmaFeeHandlerRouterEvent: SygmaFeeHandlerRouterEvent;
365
- SygmaFeeHandlerRouterFeeHandlerType: SygmaFeeHandlerRouterFeeHandlerType;
366
- SygmaPercentageFeehandlerCall: SygmaPercentageFeehandlerCall;
367
- SygmaPercentageFeehandlerError: SygmaPercentageFeehandlerError;
368
- SygmaPercentageFeehandlerEvent: SygmaPercentageFeehandlerEvent;
369
- SygmaTraitsMpcAddress: SygmaTraitsMpcAddress;
370
- SygmaTraitsTransferType: SygmaTraitsTransferType;
371
- TangleCryptoPrimitivesCryptoPublic: TangleCryptoPrimitivesCryptoPublic;
372
- TanglePrimitivesJobsFallbackOptions: TanglePrimitivesJobsFallbackOptions;
373
- TanglePrimitivesJobsJobInfo: TanglePrimitivesJobsJobInfo;
374
- TanglePrimitivesJobsJobResult: TanglePrimitivesJobsJobResult;
375
- TanglePrimitivesJobsJobSubmission: TanglePrimitivesJobsJobSubmission;
376
- TanglePrimitivesJobsJobType: TanglePrimitivesJobsJobType;
377
- TanglePrimitivesJobsPhaseResult: TanglePrimitivesJobsPhaseResult;
378
- TanglePrimitivesJobsTssDigitalSignatureScheme: TanglePrimitivesJobsTssDigitalSignatureScheme;
379
- TanglePrimitivesJobsTssDkgtssKeyRefreshResult: TanglePrimitivesJobsTssDkgtssKeyRefreshResult;
380
- TanglePrimitivesJobsTssDkgtssKeyRotationResult: TanglePrimitivesJobsTssDkgtssKeyRotationResult;
381
- TanglePrimitivesJobsTssDkgtssKeySubmissionResult: TanglePrimitivesJobsTssDkgtssKeySubmissionResult;
382
- TanglePrimitivesJobsTssDkgtssPhaseFourJobType: TanglePrimitivesJobsTssDkgtssPhaseFourJobType;
383
- TanglePrimitivesJobsTssDkgtssPhaseOneJobType: TanglePrimitivesJobsTssDkgtssPhaseOneJobType;
384
- TanglePrimitivesJobsTssDkgtssPhaseThreeJobType: TanglePrimitivesJobsTssDkgtssPhaseThreeJobType;
385
- TanglePrimitivesJobsTssDkgtssPhaseTwoJobType: TanglePrimitivesJobsTssDkgtssPhaseTwoJobType;
386
- TanglePrimitivesJobsTssDkgtssSignatureResult: TanglePrimitivesJobsTssDkgtssSignatureResult;
387
- TanglePrimitivesJobsValidatorOffenceType: TanglePrimitivesJobsValidatorOffenceType;
388
- TanglePrimitivesJobsZksaasArkworksProofResult: TanglePrimitivesJobsZksaasArkworksProofResult;
389
- TanglePrimitivesJobsZksaasCircomProofResult: TanglePrimitivesJobsZksaasCircomProofResult;
390
- TanglePrimitivesJobsZksaasGroth16ProveRequest: TanglePrimitivesJobsZksaasGroth16ProveRequest;
391
- TanglePrimitivesJobsZksaasGroth16System: TanglePrimitivesJobsZksaasGroth16System;
392
- TanglePrimitivesJobsZksaasHyperData: TanglePrimitivesJobsZksaasHyperData;
393
- TanglePrimitivesJobsZksaasQapShare: TanglePrimitivesJobsZksaasQapShare;
394
- TanglePrimitivesJobsZksaasZkSaaSCircuitResult: TanglePrimitivesJobsZksaasZkSaaSCircuitResult;
395
- TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType: TanglePrimitivesJobsZksaasZkSaaSPhaseOneJobType;
396
- TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType: TanglePrimitivesJobsZksaasZkSaaSPhaseTwoJobType;
397
- TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest: TanglePrimitivesJobsZksaasZkSaaSPhaseTwoRequest;
398
- TanglePrimitivesJobsZksaasZkSaaSProofResult: TanglePrimitivesJobsZksaasZkSaaSProofResult;
399
- TanglePrimitivesJobsZksaasZkSaaSSystem: TanglePrimitivesJobsZksaasZkSaaSSystem;
400
- TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification: TanglePrimitivesMisbehaviorDfnsCggmp21DfnsCGGMP21Justification;
401
- TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason: TanglePrimitivesMisbehaviorDfnsCggmp21InvalidProofReason;
402
- TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted: TanglePrimitivesMisbehaviorDfnsCggmp21KeyRefreshAborted;
403
- TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted: TanglePrimitivesMisbehaviorDfnsCggmp21KeygenAborted;
404
- TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted: TanglePrimitivesMisbehaviorDfnsCggmp21SigningAborted;
405
- TanglePrimitivesMisbehaviorDkgtssJustification: TanglePrimitivesMisbehaviorDkgtssJustification;
406
- TanglePrimitivesMisbehaviorMisbehaviorJustification: TanglePrimitivesMisbehaviorMisbehaviorJustification;
407
- TanglePrimitivesMisbehaviorMisbehaviorSubmission: TanglePrimitivesMisbehaviorMisbehaviorSubmission;
408
- TanglePrimitivesMisbehaviorSignedRoundMessage: TanglePrimitivesMisbehaviorSignedRoundMessage;
409
- TanglePrimitivesMisbehaviorZcashFrostKeygenAborted: TanglePrimitivesMisbehaviorZcashFrostKeygenAborted;
410
- TanglePrimitivesMisbehaviorZcashFrostSigningAborted: TanglePrimitivesMisbehaviorZcashFrostSigningAborted;
411
- TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification: TanglePrimitivesMisbehaviorZcashFrostZCashFrostJustification;
412
- TanglePrimitivesMisbehaviorZkSaaSJustification: TanglePrimitivesMisbehaviorZkSaaSJustification;
413
- TanglePrimitivesRolesRoleType: TanglePrimitivesRolesRoleType;
414
- TanglePrimitivesRolesTssThresholdSignatureRoleType: TanglePrimitivesRolesTssThresholdSignatureRoleType;
415
- TanglePrimitivesRolesZksaasZeroKnowledgeRoleType: TanglePrimitivesRolesZksaasZeroKnowledgeRoleType;
416
- TangleTestnetRuntimeMaxAdditionalParamsLen: TangleTestnetRuntimeMaxAdditionalParamsLen;
417
- TangleTestnetRuntimeMaxDataLen: TangleTestnetRuntimeMaxDataLen;
418
- TangleTestnetRuntimeMaxKeyLen: TangleTestnetRuntimeMaxKeyLen;
419
- TangleTestnetRuntimeMaxParticipants: TangleTestnetRuntimeMaxParticipants;
420
- TangleTestnetRuntimeMaxProofLen: TangleTestnetRuntimeMaxProofLen;
421
- TangleTestnetRuntimeMaxSignatureLen: TangleTestnetRuntimeMaxSignatureLen;
422
- TangleTestnetRuntimeMaxSubmissionLen: TangleTestnetRuntimeMaxSubmissionLen;
423
- TangleTestnetRuntimeNposSolution16: TangleTestnetRuntimeNposSolution16;
424
- TangleTestnetRuntimeOpaqueSessionKeys: TangleTestnetRuntimeOpaqueSessionKeys;
425
- TangleTestnetRuntimeOriginCaller: TangleTestnetRuntimeOriginCaller;
426
- TangleTestnetRuntimeProxyType: TangleTestnetRuntimeProxyType;
427
- TangleTestnetRuntimeRuntime: TangleTestnetRuntimeRuntime;
428
- TangleTestnetRuntimeRuntimeFreezeReason: TangleTestnetRuntimeRuntimeFreezeReason;
429
- TangleTestnetRuntimeRuntimeHoldReason: TangleTestnetRuntimeRuntimeHoldReason;
430
- XcmV3JunctionBodyId: XcmV3JunctionBodyId;
431
- XcmV3JunctionBodyPart: XcmV3JunctionBodyPart;
432
- } // InterfaceTypes
433
- } // declare module