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