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