git.delta.rocks / unique-network / refs/commits / e899eeedd0be

difftreelog

chore regenerate types

Daniel Shiposha2022-09-26parent: #629591d.patch.diff
in: master

6 files changed

modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -695,7 +695,7 @@
       /**
        * Get collection properties, optionally limited to the provided keys
        **/
-      collectionProperties: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, propertyKeys?: Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsProperty>>>;
+      collectionProperties: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, propertyKeys?: Option<Vec<Text>> | null | Uint8Array | Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsProperty>>>;
       /**
        * Get chain stats about collections
        **/
@@ -723,7 +723,7 @@
       /**
        * Get property permissions, optionally limited to the provided keys
        **/
-      propertyPermissions: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, propertyKeys?: Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsPropertyKeyPermission>>>;
+      propertyPermissions: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, propertyKeys?: Option<Vec<Text>> | null | Uint8Array | Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsPropertyKeyPermission>>>;
       /**
        * Get tokens nested directly into the token
        **/
@@ -731,7 +731,7 @@
       /**
        * Get token data, including properties, optionally limited to the provided keys, and total pieces for an RFT
        **/
-      tokenData: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, propertyKeys?: Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<UpDataStructsTokenData>>;
+      tokenData: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, propertyKeys?: Option<Vec<Text>> | null | Uint8Array | Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<UpDataStructsTokenData>>;
       /**
        * Check if the token exists
        **/
@@ -747,7 +747,7 @@
       /**
        * Get token properties, optionally limited to the provided keys
        **/
-      tokenProperties: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, propertyKeys?: Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsProperty>>>;
+      tokenProperties: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, propertyKeys?: Option<Vec<Text>> | null | Uint8Array | Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsProperty>>>;
       /**
        * Get the topmost token owner in the hierarchy of a possibly nested token
        **/
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
before · tests/src/interfaces/augment-types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';78import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';9import type { Data, StorageKey } from '@polkadot/types';10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';12import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';13import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';14import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';15import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';16import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';17import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';18import type { BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, MmrRootHash, ValidatorSet, ValidatorSetId } from '@polkadot/types/interfaces/beefy';19import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from '@polkadot/types/interfaces/benchmark';20import type { CheckInherentsResult, InherentData, InherentIdentifier } from '@polkadot/types/interfaces/blockbuilder';21import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@polkadot/types/interfaces/bridges';22import type { BlockHash } from '@polkadot/types/interfaces/chain';23import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';24import type { StatementKind } from '@polkadot/types/interfaces/claims';25import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';26import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';27import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';28import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';29import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';30import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';31import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';32import type { BlockStats } from '@polkadot/types/interfaces/dev';33import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';34import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';35import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';36import type { EvmAccount, EvmCallInfo, EvmCreateInfo, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';37import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';38import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';39import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';40import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';41import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';42import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';43import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';44import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';45import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr';46import type { NpApiError } from '@polkadot/types/interfaces/nompools';47import type { StorageKind } from '@polkadot/types/interfaces/offchain';48import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';49import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';50import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';51import type { Approvals } from '@polkadot/types/interfaces/poll';52import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';53import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';54import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';55import type { RpcMethods } from '@polkadot/types/interfaces/rpc';56import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';57import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';58import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';59import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';60import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';61import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';62import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';63import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';64import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';65import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';66import type { Multiplier } from '@polkadot/types/interfaces/txpayment';67import type { TransactionSource, TransactionValidity, ValidTransaction } from '@polkadot/types/interfaces/txqueue';68import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';69import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';70import type { VestingInfo } from '@polkadot/types/interfaces/vesting';71import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV2Result, VersionMigrationStage, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmOrder, XcmOrderV0, XcmOrderV1, XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';7273declare module '@polkadot/types/types/registry' {74  interface InterfaceTypes {75    AbridgedCandidateReceipt: AbridgedCandidateReceipt;76    AbridgedHostConfiguration: AbridgedHostConfiguration;77    AbridgedHrmpChannel: AbridgedHrmpChannel;78    AccountData: AccountData;79    AccountId: AccountId;80    AccountId20: AccountId20;81    AccountId32: AccountId32;82    AccountIdOf: AccountIdOf;83    AccountIndex: AccountIndex;84    AccountInfo: AccountInfo;85    AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;86    AccountInfoWithProviders: AccountInfoWithProviders;87    AccountInfoWithRefCount: AccountInfoWithRefCount;88    AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;89    AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;90    AccountStatus: AccountStatus;91    AccountValidity: AccountValidity;92    AccountVote: AccountVote;93    AccountVoteSplit: AccountVoteSplit;94    AccountVoteStandard: AccountVoteStandard;95    ActiveEraInfo: ActiveEraInfo;96    ActiveGilt: ActiveGilt;97    ActiveGiltsTotal: ActiveGiltsTotal;98    ActiveIndex: ActiveIndex;99    ActiveRecovery: ActiveRecovery;100    Address: Address;101    AliveContractInfo: AliveContractInfo;102    AllowedSlots: AllowedSlots;103    AnySignature: AnySignature;104    ApiId: ApiId;105    ApplyExtrinsicResult: ApplyExtrinsicResult;106    ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;107    ApprovalFlag: ApprovalFlag;108    Approvals: Approvals;109    ArithmeticError: ArithmeticError;110    AssetApproval: AssetApproval;111    AssetApprovalKey: AssetApprovalKey;112    AssetBalance: AssetBalance;113    AssetDestroyWitness: AssetDestroyWitness;114    AssetDetails: AssetDetails;115    AssetId: AssetId;116    AssetInstance: AssetInstance;117    AssetInstanceV0: AssetInstanceV0;118    AssetInstanceV1: AssetInstanceV1;119    AssetInstanceV2: AssetInstanceV2;120    AssetMetadata: AssetMetadata;121    AssetOptions: AssetOptions;122    AssignmentId: AssignmentId;123    AssignmentKind: AssignmentKind;124    AttestedCandidate: AttestedCandidate;125    AuctionIndex: AuctionIndex;126    AuthIndex: AuthIndex;127    AuthorityDiscoveryId: AuthorityDiscoveryId;128    AuthorityId: AuthorityId;129    AuthorityIndex: AuthorityIndex;130    AuthorityList: AuthorityList;131    AuthoritySet: AuthoritySet;132    AuthoritySetChange: AuthoritySetChange;133    AuthoritySetChanges: AuthoritySetChanges;134    AuthoritySignature: AuthoritySignature;135    AuthorityWeight: AuthorityWeight;136    AvailabilityBitfield: AvailabilityBitfield;137    AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;138    BabeAuthorityWeight: BabeAuthorityWeight;139    BabeBlockWeight: BabeBlockWeight;140    BabeEpochConfiguration: BabeEpochConfiguration;141    BabeEquivocationProof: BabeEquivocationProof;142    BabeGenesisConfiguration: BabeGenesisConfiguration;143    BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;144    BabeWeight: BabeWeight;145    BackedCandidate: BackedCandidate;146    Balance: Balance;147    BalanceLock: BalanceLock;148    BalanceLockTo212: BalanceLockTo212;149    BalanceOf: BalanceOf;150    BalanceStatus: BalanceStatus;151    BeefyAuthoritySet: BeefyAuthoritySet;152    BeefyCommitment: BeefyCommitment;153    BeefyId: BeefyId;154    BeefyKey: BeefyKey;155    BeefyNextAuthoritySet: BeefyNextAuthoritySet;156    BeefyPayload: BeefyPayload;157    BeefyPayloadId: BeefyPayloadId;158    BeefySignedCommitment: BeefySignedCommitment;159    BenchmarkBatch: BenchmarkBatch;160    BenchmarkConfig: BenchmarkConfig;161    BenchmarkList: BenchmarkList;162    BenchmarkMetadata: BenchmarkMetadata;163    BenchmarkParameter: BenchmarkParameter;164    BenchmarkResult: BenchmarkResult;165    Bid: Bid;166    Bidder: Bidder;167    BidKind: BidKind;168    BitVec: BitVec;169    Block: Block;170    BlockAttestations: BlockAttestations;171    BlockHash: BlockHash;172    BlockLength: BlockLength;173    BlockNumber: BlockNumber;174    BlockNumberFor: BlockNumberFor;175    BlockNumberOf: BlockNumberOf;176    BlockStats: BlockStats;177    BlockTrace: BlockTrace;178    BlockTraceEvent: BlockTraceEvent;179    BlockTraceEventData: BlockTraceEventData;180    BlockTraceSpan: BlockTraceSpan;181    BlockV0: BlockV0;182    BlockV1: BlockV1;183    BlockV2: BlockV2;184    BlockWeights: BlockWeights;185    BodyId: BodyId;186    BodyPart: BodyPart;187    bool: bool;188    Bool: Bool;189    Bounty: Bounty;190    BountyIndex: BountyIndex;191    BountyStatus: BountyStatus;192    BountyStatusActive: BountyStatusActive;193    BountyStatusCuratorProposed: BountyStatusCuratorProposed;194    BountyStatusPendingPayout: BountyStatusPendingPayout;195    BridgedBlockHash: BridgedBlockHash;196    BridgedBlockNumber: BridgedBlockNumber;197    BridgedHeader: BridgedHeader;198    BridgeMessageId: BridgeMessageId;199    BufferedSessionChange: BufferedSessionChange;200    Bytes: Bytes;201    Call: Call;202    CallHash: CallHash;203    CallHashOf: CallHashOf;204    CallIndex: CallIndex;205    CallOrigin: CallOrigin;206    CandidateCommitments: CandidateCommitments;207    CandidateDescriptor: CandidateDescriptor;208    CandidateEvent: CandidateEvent;209    CandidateHash: CandidateHash;210    CandidateInfo: CandidateInfo;211    CandidatePendingAvailability: CandidatePendingAvailability;212    CandidateReceipt: CandidateReceipt;213    ChainId: ChainId;214    ChainProperties: ChainProperties;215    ChainType: ChainType;216    ChangesTrieConfiguration: ChangesTrieConfiguration;217    ChangesTrieSignal: ChangesTrieSignal;218    CheckInherentsResult: CheckInherentsResult;219    ClassDetails: ClassDetails;220    ClassId: ClassId;221    ClassMetadata: ClassMetadata;222    CodecHash: CodecHash;223    CodeHash: CodeHash;224    CodeSource: CodeSource;225    CodeUploadRequest: CodeUploadRequest;226    CodeUploadResult: CodeUploadResult;227    CodeUploadResultValue: CodeUploadResultValue;228    CollationInfo: CollationInfo;229    CollationInfoV1: CollationInfoV1;230    CollatorId: CollatorId;231    CollatorSignature: CollatorSignature;232    CollectiveOrigin: CollectiveOrigin;233    CommittedCandidateReceipt: CommittedCandidateReceipt;234    CompactAssignments: CompactAssignments;235    CompactAssignmentsTo257: CompactAssignmentsTo257;236    CompactAssignmentsTo265: CompactAssignmentsTo265;237    CompactAssignmentsWith16: CompactAssignmentsWith16;238    CompactAssignmentsWith24: CompactAssignmentsWith24;239    CompactScore: CompactScore;240    CompactScoreCompact: CompactScoreCompact;241    ConfigData: ConfigData;242    Consensus: Consensus;243    ConsensusEngineId: ConsensusEngineId;244    ConsumedWeight: ConsumedWeight;245    ContractCallFlags: ContractCallFlags;246    ContractCallRequest: ContractCallRequest;247    ContractConstructorSpecLatest: ContractConstructorSpecLatest;248    ContractConstructorSpecV0: ContractConstructorSpecV0;249    ContractConstructorSpecV1: ContractConstructorSpecV1;250    ContractConstructorSpecV2: ContractConstructorSpecV2;251    ContractConstructorSpecV3: ContractConstructorSpecV3;252    ContractContractSpecV0: ContractContractSpecV0;253    ContractContractSpecV1: ContractContractSpecV1;254    ContractContractSpecV2: ContractContractSpecV2;255    ContractContractSpecV3: ContractContractSpecV3;256    ContractCryptoHasher: ContractCryptoHasher;257    ContractDiscriminant: ContractDiscriminant;258    ContractDisplayName: ContractDisplayName;259    ContractEventParamSpecLatest: ContractEventParamSpecLatest;260    ContractEventParamSpecV0: ContractEventParamSpecV0;261    ContractEventParamSpecV2: ContractEventParamSpecV2;262    ContractEventSpecLatest: ContractEventSpecLatest;263    ContractEventSpecV0: ContractEventSpecV0;264    ContractEventSpecV1: ContractEventSpecV1;265    ContractEventSpecV2: ContractEventSpecV2;266    ContractExecResult: ContractExecResult;267    ContractExecResultOk: ContractExecResultOk;268    ContractExecResultResult: ContractExecResultResult;269    ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;270    ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;271    ContractExecResultTo255: ContractExecResultTo255;272    ContractExecResultTo260: ContractExecResultTo260;273    ContractExecResultTo267: ContractExecResultTo267;274    ContractInfo: ContractInfo;275    ContractInstantiateResult: ContractInstantiateResult;276    ContractInstantiateResultTo267: ContractInstantiateResultTo267;277    ContractInstantiateResultTo299: ContractInstantiateResultTo299;278    ContractLayoutArray: ContractLayoutArray;279    ContractLayoutCell: ContractLayoutCell;280    ContractLayoutEnum: ContractLayoutEnum;281    ContractLayoutHash: ContractLayoutHash;282    ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;283    ContractLayoutKey: ContractLayoutKey;284    ContractLayoutStruct: ContractLayoutStruct;285    ContractLayoutStructField: ContractLayoutStructField;286    ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;287    ContractMessageParamSpecV0: ContractMessageParamSpecV0;288    ContractMessageParamSpecV2: ContractMessageParamSpecV2;289    ContractMessageSpecLatest: ContractMessageSpecLatest;290    ContractMessageSpecV0: ContractMessageSpecV0;291    ContractMessageSpecV1: ContractMessageSpecV1;292    ContractMessageSpecV2: ContractMessageSpecV2;293    ContractMetadata: ContractMetadata;294    ContractMetadataLatest: ContractMetadataLatest;295    ContractMetadataV0: ContractMetadataV0;296    ContractMetadataV1: ContractMetadataV1;297    ContractMetadataV2: ContractMetadataV2;298    ContractMetadataV3: ContractMetadataV3;299    ContractProject: ContractProject;300    ContractProjectContract: ContractProjectContract;301    ContractProjectInfo: ContractProjectInfo;302    ContractProjectSource: ContractProjectSource;303    ContractProjectV0: ContractProjectV0;304    ContractReturnFlags: ContractReturnFlags;305    ContractSelector: ContractSelector;306    ContractStorageKey: ContractStorageKey;307    ContractStorageLayout: ContractStorageLayout;308    ContractTypeSpec: ContractTypeSpec;309    Conviction: Conviction;310    CoreAssignment: CoreAssignment;311    CoreIndex: CoreIndex;312    CoreOccupied: CoreOccupied;313    CoreState: CoreState;314    CrateVersion: CrateVersion;315    CreatedBlock: CreatedBlock;316    CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;317    CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;318    CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;319    CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;320    CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;321    CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;322    CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;323    CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;324    CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;325    CumulusPalletXcmCall: CumulusPalletXcmCall;326    CumulusPalletXcmError: CumulusPalletXcmError;327    CumulusPalletXcmEvent: CumulusPalletXcmEvent;328    CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;329    CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;330    CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;331    CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;332    CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;333    CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;334    CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;335    CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;336    CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;337    CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;338    Data: Data;339    DeferredOffenceOf: DeferredOffenceOf;340    DefunctVoter: DefunctVoter;341    DelayKind: DelayKind;342    DelayKindBest: DelayKindBest;343    Delegations: Delegations;344    DeletedContract: DeletedContract;345    DeliveredMessages: DeliveredMessages;346    DepositBalance: DepositBalance;347    DepositBalanceOf: DepositBalanceOf;348    DestroyWitness: DestroyWitness;349    Digest: Digest;350    DigestItem: DigestItem;351    DigestOf: DigestOf;352    DispatchClass: DispatchClass;353    DispatchError: DispatchError;354    DispatchErrorModule: DispatchErrorModule;355    DispatchErrorModulePre6: DispatchErrorModulePre6;356    DispatchErrorModuleU8: DispatchErrorModuleU8;357    DispatchErrorModuleU8a: DispatchErrorModuleU8a;358    DispatchErrorPre6: DispatchErrorPre6;359    DispatchErrorPre6First: DispatchErrorPre6First;360    DispatchErrorTo198: DispatchErrorTo198;361    DispatchFeePayment: DispatchFeePayment;362    DispatchInfo: DispatchInfo;363    DispatchInfoTo190: DispatchInfoTo190;364    DispatchInfoTo244: DispatchInfoTo244;365    DispatchOutcome: DispatchOutcome;366    DispatchOutcomePre6: DispatchOutcomePre6;367    DispatchResult: DispatchResult;368    DispatchResultOf: DispatchResultOf;369    DispatchResultTo198: DispatchResultTo198;370    DisputeLocation: DisputeLocation;371    DisputeResult: DisputeResult;372    DisputeState: DisputeState;373    DisputeStatement: DisputeStatement;374    DisputeStatementSet: DisputeStatementSet;375    DoubleEncodedCall: DoubleEncodedCall;376    DoubleVoteReport: DoubleVoteReport;377    DownwardMessage: DownwardMessage;378    EcdsaSignature: EcdsaSignature;379    Ed25519Signature: Ed25519Signature;380    EIP1559Transaction: EIP1559Transaction;381    EIP2930Transaction: EIP2930Transaction;382    ElectionCompute: ElectionCompute;383    ElectionPhase: ElectionPhase;384    ElectionResult: ElectionResult;385    ElectionScore: ElectionScore;386    ElectionSize: ElectionSize;387    ElectionStatus: ElectionStatus;388    EncodedFinalityProofs: EncodedFinalityProofs;389    EncodedJustification: EncodedJustification;390    Epoch: Epoch;391    EpochAuthorship: EpochAuthorship;392    Era: Era;393    EraIndex: EraIndex;394    EraPoints: EraPoints;395    EraRewardPoints: EraRewardPoints;396    EraRewards: EraRewards;397    ErrorMetadataLatest: ErrorMetadataLatest;398    ErrorMetadataV10: ErrorMetadataV10;399    ErrorMetadataV11: ErrorMetadataV11;400    ErrorMetadataV12: ErrorMetadataV12;401    ErrorMetadataV13: ErrorMetadataV13;402    ErrorMetadataV14: ErrorMetadataV14;403    ErrorMetadataV9: ErrorMetadataV9;404    EthAccessList: EthAccessList;405    EthAccessListItem: EthAccessListItem;406    EthAccount: EthAccount;407    EthAddress: EthAddress;408    EthBlock: EthBlock;409    EthBloom: EthBloom;410    EthbloomBloom: EthbloomBloom;411    EthCallRequest: EthCallRequest;412    EthereumAccountId: EthereumAccountId;413    EthereumAddress: EthereumAddress;414    EthereumBlock: EthereumBlock;415    EthereumHeader: EthereumHeader;416    EthereumLog: EthereumLog;417    EthereumLookupSource: EthereumLookupSource;418    EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;419    EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;420    EthereumSignature: EthereumSignature;421    EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;422    EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;423    EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;424    EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;425    EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;426    EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;427    EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;428    EthereumTypesHashH64: EthereumTypesHashH64;429    EthFeeHistory: EthFeeHistory;430    EthFilter: EthFilter;431    EthFilterAddress: EthFilterAddress;432    EthFilterChanges: EthFilterChanges;433    EthFilterTopic: EthFilterTopic;434    EthFilterTopicEntry: EthFilterTopicEntry;435    EthFilterTopicInner: EthFilterTopicInner;436    EthHeader: EthHeader;437    EthLog: EthLog;438    EthReceipt: EthReceipt;439    EthReceiptV0: EthReceiptV0;440    EthReceiptV3: EthReceiptV3;441    EthRichBlock: EthRichBlock;442    EthRichHeader: EthRichHeader;443    EthStorageProof: EthStorageProof;444    EthSubKind: EthSubKind;445    EthSubParams: EthSubParams;446    EthSubResult: EthSubResult;447    EthSyncInfo: EthSyncInfo;448    EthSyncStatus: EthSyncStatus;449    EthTransaction: EthTransaction;450    EthTransactionAction: EthTransactionAction;451    EthTransactionCondition: EthTransactionCondition;452    EthTransactionRequest: EthTransactionRequest;453    EthTransactionSignature: EthTransactionSignature;454    EthTransactionStatus: EthTransactionStatus;455    EthWork: EthWork;456    Event: Event;457    EventId: EventId;458    EventIndex: EventIndex;459    EventMetadataLatest: EventMetadataLatest;460    EventMetadataV10: EventMetadataV10;461    EventMetadataV11: EventMetadataV11;462    EventMetadataV12: EventMetadataV12;463    EventMetadataV13: EventMetadataV13;464    EventMetadataV14: EventMetadataV14;465    EventMetadataV9: EventMetadataV9;466    EventRecord: EventRecord;467    EvmAccount: EvmAccount;468    EvmCallInfo: EvmCallInfo;469    EvmCoreErrorExitError: EvmCoreErrorExitError;470    EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;471    EvmCoreErrorExitReason: EvmCoreErrorExitReason;472    EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;473    EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;474    EvmCreateInfo: EvmCreateInfo;475    EvmLog: EvmLog;476    EvmVicinity: EvmVicinity;477    ExecReturnValue: ExecReturnValue;478    ExitError: ExitError;479    ExitFatal: ExitFatal;480    ExitReason: ExitReason;481    ExitRevert: ExitRevert;482    ExitSucceed: ExitSucceed;483    ExplicitDisputeStatement: ExplicitDisputeStatement;484    Exposure: Exposure;485    ExtendedBalance: ExtendedBalance;486    Extrinsic: Extrinsic;487    ExtrinsicEra: ExtrinsicEra;488    ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;489    ExtrinsicMetadataV11: ExtrinsicMetadataV11;490    ExtrinsicMetadataV12: ExtrinsicMetadataV12;491    ExtrinsicMetadataV13: ExtrinsicMetadataV13;492    ExtrinsicMetadataV14: ExtrinsicMetadataV14;493    ExtrinsicOrHash: ExtrinsicOrHash;494    ExtrinsicPayload: ExtrinsicPayload;495    ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;496    ExtrinsicPayloadV4: ExtrinsicPayloadV4;497    ExtrinsicSignature: ExtrinsicSignature;498    ExtrinsicSignatureV4: ExtrinsicSignatureV4;499    ExtrinsicStatus: ExtrinsicStatus;500    ExtrinsicsWeight: ExtrinsicsWeight;501    ExtrinsicUnknown: ExtrinsicUnknown;502    ExtrinsicV4: ExtrinsicV4;503    f32: f32;504    F32: F32;505    f64: f64;506    F64: F64;507    FeeDetails: FeeDetails;508    Fixed128: Fixed128;509    Fixed64: Fixed64;510    FixedI128: FixedI128;511    FixedI64: FixedI64;512    FixedU128: FixedU128;513    FixedU64: FixedU64;514    Forcing: Forcing;515    ForkTreePendingChange: ForkTreePendingChange;516    ForkTreePendingChangeNode: ForkTreePendingChangeNode;517    FpRpcTransactionStatus: FpRpcTransactionStatus;518    FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;519    FrameSupportPalletId: FrameSupportPalletId;520    FrameSupportScheduleLookupError: FrameSupportScheduleLookupError;521    FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed;522    FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;523    FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;524    FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;525    FrameSupportWeightsPays: FrameSupportWeightsPays;526    FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;527    FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;528    FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;529    FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;530    FrameSystemAccountInfo: FrameSystemAccountInfo;531    FrameSystemCall: FrameSystemCall;532    FrameSystemError: FrameSystemError;533    FrameSystemEvent: FrameSystemEvent;534    FrameSystemEventRecord: FrameSystemEventRecord;535    FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;536    FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;537    FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;538    FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;539    FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;540    FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;541    FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;542    FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;543    FrameSystemPhase: FrameSystemPhase;544    FullIdentification: FullIdentification;545    FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;546    FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;547    FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;548    FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;549    FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;550    FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;551    FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;552    FunctionMetadataLatest: FunctionMetadataLatest;553    FunctionMetadataV10: FunctionMetadataV10;554    FunctionMetadataV11: FunctionMetadataV11;555    FunctionMetadataV12: FunctionMetadataV12;556    FunctionMetadataV13: FunctionMetadataV13;557    FunctionMetadataV14: FunctionMetadataV14;558    FunctionMetadataV9: FunctionMetadataV9;559    FundIndex: FundIndex;560    FundInfo: FundInfo;561    Fungibility: Fungibility;562    FungibilityV0: FungibilityV0;563    FungibilityV1: FungibilityV1;564    FungibilityV2: FungibilityV2;565    Gas: Gas;566    GiltBid: GiltBid;567    GlobalValidationData: GlobalValidationData;568    GlobalValidationSchedule: GlobalValidationSchedule;569    GrandpaCommit: GrandpaCommit;570    GrandpaEquivocation: GrandpaEquivocation;571    GrandpaEquivocationProof: GrandpaEquivocationProof;572    GrandpaEquivocationValue: GrandpaEquivocationValue;573    GrandpaJustification: GrandpaJustification;574    GrandpaPrecommit: GrandpaPrecommit;575    GrandpaPrevote: GrandpaPrevote;576    GrandpaSignedPrecommit: GrandpaSignedPrecommit;577    GroupIndex: GroupIndex;578    GroupRotationInfo: GroupRotationInfo;579    H1024: H1024;580    H128: H128;581    H160: H160;582    H2048: H2048;583    H256: H256;584    H32: H32;585    H512: H512;586    H64: H64;587    Hash: Hash;588    HeadData: HeadData;589    Header: Header;590    HeaderPartial: HeaderPartial;591    Health: Health;592    Heartbeat: Heartbeat;593    HeartbeatTo244: HeartbeatTo244;594    HostConfiguration: HostConfiguration;595    HostFnWeights: HostFnWeights;596    HostFnWeightsTo264: HostFnWeightsTo264;597    HrmpChannel: HrmpChannel;598    HrmpChannelId: HrmpChannelId;599    HrmpOpenChannelRequest: HrmpOpenChannelRequest;600    i128: i128;601    I128: I128;602    i16: i16;603    I16: I16;604    i256: i256;605    I256: I256;606    i32: i32;607    I32: I32;608    I32F32: I32F32;609    i64: i64;610    I64: I64;611    i8: i8;612    I8: I8;613    IdentificationTuple: IdentificationTuple;614    IdentityFields: IdentityFields;615    IdentityInfo: IdentityInfo;616    IdentityInfoAdditional: IdentityInfoAdditional;617    IdentityInfoTo198: IdentityInfoTo198;618    IdentityJudgement: IdentityJudgement;619    ImmortalEra: ImmortalEra;620    ImportedAux: ImportedAux;621    InboundDownwardMessage: InboundDownwardMessage;622    InboundHrmpMessage: InboundHrmpMessage;623    InboundHrmpMessages: InboundHrmpMessages;624    InboundLaneData: InboundLaneData;625    InboundRelayer: InboundRelayer;626    InboundStatus: InboundStatus;627    IncludedBlocks: IncludedBlocks;628    InclusionFee: InclusionFee;629    IncomingParachain: IncomingParachain;630    IncomingParachainDeploy: IncomingParachainDeploy;631    IncomingParachainFixed: IncomingParachainFixed;632    Index: Index;633    IndicesLookupSource: IndicesLookupSource;634    IndividualExposure: IndividualExposure;635    InherentData: InherentData;636    InherentIdentifier: InherentIdentifier;637    InitializationData: InitializationData;638    InstanceDetails: InstanceDetails;639    InstanceId: InstanceId;640    InstanceMetadata: InstanceMetadata;641    InstantiateRequest: InstantiateRequest;642    InstantiateRequestV1: InstantiateRequestV1;643    InstantiateRequestV2: InstantiateRequestV2;644    InstantiateReturnValue: InstantiateReturnValue;645    InstantiateReturnValueOk: InstantiateReturnValueOk;646    InstantiateReturnValueTo267: InstantiateReturnValueTo267;647    InstructionV2: InstructionV2;648    InstructionWeights: InstructionWeights;649    InteriorMultiLocation: InteriorMultiLocation;650    InvalidDisputeStatementKind: InvalidDisputeStatementKind;651    InvalidTransaction: InvalidTransaction;652    Json: Json;653    Junction: Junction;654    Junctions: Junctions;655    JunctionsV1: JunctionsV1;656    JunctionsV2: JunctionsV2;657    JunctionV0: JunctionV0;658    JunctionV1: JunctionV1;659    JunctionV2: JunctionV2;660    Justification: Justification;661    JustificationNotification: JustificationNotification;662    Justifications: Justifications;663    Key: Key;664    KeyOwnerProof: KeyOwnerProof;665    Keys: Keys;666    KeyType: KeyType;667    KeyTypeId: KeyTypeId;668    KeyValue: KeyValue;669    KeyValueOption: KeyValueOption;670    Kind: Kind;671    LaneId: LaneId;672    LastContribution: LastContribution;673    LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;674    LeasePeriod: LeasePeriod;675    LeasePeriodOf: LeasePeriodOf;676    LegacyTransaction: LegacyTransaction;677    Limits: Limits;678    LimitsTo264: LimitsTo264;679    LocalValidationData: LocalValidationData;680    LockIdentifier: LockIdentifier;681    LookupSource: LookupSource;682    LookupTarget: LookupTarget;683    LotteryConfig: LotteryConfig;684    MaybeRandomness: MaybeRandomness;685    MaybeVrf: MaybeVrf;686    MemberCount: MemberCount;687    MembershipProof: MembershipProof;688    MessageData: MessageData;689    MessageId: MessageId;690    MessageIngestionType: MessageIngestionType;691    MessageKey: MessageKey;692    MessageNonce: MessageNonce;693    MessageQueueChain: MessageQueueChain;694    MessagesDeliveryProofOf: MessagesDeliveryProofOf;695    MessagesProofOf: MessagesProofOf;696    MessagingStateSnapshot: MessagingStateSnapshot;697    MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;698    MetadataAll: MetadataAll;699    MetadataLatest: MetadataLatest;700    MetadataV10: MetadataV10;701    MetadataV11: MetadataV11;702    MetadataV12: MetadataV12;703    MetadataV13: MetadataV13;704    MetadataV14: MetadataV14;705    MetadataV9: MetadataV9;706    MigrationStatusResult: MigrationStatusResult;707    MmrBatchProof: MmrBatchProof;708    MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;709    MmrError: MmrError;710    MmrLeafBatchProof: MmrLeafBatchProof;711    MmrLeafIndex: MmrLeafIndex;712    MmrLeafProof: MmrLeafProof;713    MmrNodeIndex: MmrNodeIndex;714    MmrProof: MmrProof;715    MmrRootHash: MmrRootHash;716    ModuleConstantMetadataV10: ModuleConstantMetadataV10;717    ModuleConstantMetadataV11: ModuleConstantMetadataV11;718    ModuleConstantMetadataV12: ModuleConstantMetadataV12;719    ModuleConstantMetadataV13: ModuleConstantMetadataV13;720    ModuleConstantMetadataV9: ModuleConstantMetadataV9;721    ModuleId: ModuleId;722    ModuleMetadataV10: ModuleMetadataV10;723    ModuleMetadataV11: ModuleMetadataV11;724    ModuleMetadataV12: ModuleMetadataV12;725    ModuleMetadataV13: ModuleMetadataV13;726    ModuleMetadataV9: ModuleMetadataV9;727    Moment: Moment;728    MomentOf: MomentOf;729    MoreAttestations: MoreAttestations;730    MortalEra: MortalEra;731    MultiAddress: MultiAddress;732    MultiAsset: MultiAsset;733    MultiAssetFilter: MultiAssetFilter;734    MultiAssetFilterV1: MultiAssetFilterV1;735    MultiAssetFilterV2: MultiAssetFilterV2;736    MultiAssets: MultiAssets;737    MultiAssetsV1: MultiAssetsV1;738    MultiAssetsV2: MultiAssetsV2;739    MultiAssetV0: MultiAssetV0;740    MultiAssetV1: MultiAssetV1;741    MultiAssetV2: MultiAssetV2;742    MultiDisputeStatementSet: MultiDisputeStatementSet;743    MultiLocation: MultiLocation;744    MultiLocationV0: MultiLocationV0;745    MultiLocationV1: MultiLocationV1;746    MultiLocationV2: MultiLocationV2;747    Multiplier: Multiplier;748    Multisig: Multisig;749    MultiSignature: MultiSignature;750    MultiSigner: MultiSigner;751    NetworkId: NetworkId;752    NetworkState: NetworkState;753    NetworkStatePeerset: NetworkStatePeerset;754    NetworkStatePeersetInfo: NetworkStatePeersetInfo;755    NewBidder: NewBidder;756    NextAuthority: NextAuthority;757    NextConfigDescriptor: NextConfigDescriptor;758    NextConfigDescriptorV1: NextConfigDescriptorV1;759    NodeRole: NodeRole;760    Nominations: Nominations;761    NominatorIndex: NominatorIndex;762    NominatorIndexCompact: NominatorIndexCompact;763    NotConnectedPeer: NotConnectedPeer;764    NpApiError: NpApiError;765    Null: Null;766    OccupiedCore: OccupiedCore;767    OccupiedCoreAssumption: OccupiedCoreAssumption;768    OffchainAccuracy: OffchainAccuracy;769    OffchainAccuracyCompact: OffchainAccuracyCompact;770    OffenceDetails: OffenceDetails;771    Offender: Offender;772    OldV1SessionInfo: OldV1SessionInfo;773    OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;774    OpalRuntimeRuntime: OpalRuntimeRuntime;775    OpaqueCall: OpaqueCall;776    OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;777    OpaqueMetadata: OpaqueMetadata;778    OpaqueMultiaddr: OpaqueMultiaddr;779    OpaqueNetworkState: OpaqueNetworkState;780    OpaquePeerId: OpaquePeerId;781    OpaqueTimeSlot: OpaqueTimeSlot;782    OpenTip: OpenTip;783    OpenTipFinderTo225: OpenTipFinderTo225;784    OpenTipTip: OpenTipTip;785    OpenTipTo225: OpenTipTo225;786    OperatingMode: OperatingMode;787    OptionBool: OptionBool;788    Origin: Origin;789    OriginCaller: OriginCaller;790    OriginKindV0: OriginKindV0;791    OriginKindV1: OriginKindV1;792    OriginKindV2: OriginKindV2;793    OrmlTokensAccountData: OrmlTokensAccountData;794    OrmlTokensBalanceLock: OrmlTokensBalanceLock;795    OrmlTokensModuleCall: OrmlTokensModuleCall;796    OrmlTokensModuleError: OrmlTokensModuleError;797    OrmlTokensModuleEvent: OrmlTokensModuleEvent;798    OrmlTokensReserveData: OrmlTokensReserveData;799    OrmlVestingModuleCall: OrmlVestingModuleCall;800    OrmlVestingModuleError: OrmlVestingModuleError;801    OrmlVestingModuleEvent: OrmlVestingModuleEvent;802    OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;803    OrmlXtokensModuleCall: OrmlXtokensModuleCall;804    OrmlXtokensModuleError: OrmlXtokensModuleError;805    OrmlXtokensModuleEvent: OrmlXtokensModuleEvent;806    OutboundHrmpMessage: OutboundHrmpMessage;807    OutboundLaneData: OutboundLaneData;808    OutboundMessageFee: OutboundMessageFee;809    OutboundPayload: OutboundPayload;810    OutboundStatus: OutboundStatus;811    Outcome: Outcome;812    OverweightIndex: OverweightIndex;813    Owner: Owner;814    PageCounter: PageCounter;815    PageIndexData: PageIndexData;816    PalletAppPromotionCall: PalletAppPromotionCall;817    PalletAppPromotionError: PalletAppPromotionError;818    PalletAppPromotionEvent: PalletAppPromotionEvent;819    PalletBalancesAccountData: PalletBalancesAccountData;820    PalletBalancesBalanceLock: PalletBalancesBalanceLock;821    PalletBalancesCall: PalletBalancesCall;822    PalletBalancesError: PalletBalancesError;823    PalletBalancesEvent: PalletBalancesEvent;824    PalletBalancesReasons: PalletBalancesReasons;825    PalletBalancesReleases: PalletBalancesReleases;826    PalletBalancesReserveData: PalletBalancesReserveData;827    PalletCallMetadataLatest: PalletCallMetadataLatest;828    PalletCallMetadataV14: PalletCallMetadataV14;829    PalletCommonError: PalletCommonError;830    PalletCommonEvent: PalletCommonEvent;831    PalletConfigurationCall: PalletConfigurationCall;832    PalletConstantMetadataLatest: PalletConstantMetadataLatest;833    PalletConstantMetadataV14: PalletConstantMetadataV14;834    PalletErrorMetadataLatest: PalletErrorMetadataLatest;835    PalletErrorMetadataV14: PalletErrorMetadataV14;836    PalletEthereumCall: PalletEthereumCall;837    PalletEthereumError: PalletEthereumError;838    PalletEthereumEvent: PalletEthereumEvent;839    PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;840    PalletEthereumRawOrigin: PalletEthereumRawOrigin;841    PalletEventMetadataLatest: PalletEventMetadataLatest;842    PalletEventMetadataV14: PalletEventMetadataV14;843    PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;844    PalletEvmCall: PalletEvmCall;845    PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;846    PalletEvmContractHelpersError: PalletEvmContractHelpersError;847    PalletEvmContractHelpersEvent: PalletEvmContractHelpersEvent;848    PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;849    PalletEvmError: PalletEvmError;850    PalletEvmEvent: PalletEvmEvent;851    PalletEvmMigrationCall: PalletEvmMigrationCall;852    PalletEvmMigrationError: PalletEvmMigrationError;853    PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;854    PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;855    PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;856    PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;857    PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;858    PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;859    PalletFungibleError: PalletFungibleError;860    PalletId: PalletId;861    PalletInflationCall: PalletInflationCall;862    PalletMetadataLatest: PalletMetadataLatest;863    PalletMetadataV14: PalletMetadataV14;864    PalletNonfungibleError: PalletNonfungibleError;865    PalletNonfungibleItemData: PalletNonfungibleItemData;866    PalletRefungibleError: PalletRefungibleError;867    PalletRefungibleItemData: PalletRefungibleItemData;868    PalletRmrkCoreCall: PalletRmrkCoreCall;869    PalletRmrkCoreError: PalletRmrkCoreError;870    PalletRmrkCoreEvent: PalletRmrkCoreEvent;871    PalletRmrkEquipCall: PalletRmrkEquipCall;872    PalletRmrkEquipError: PalletRmrkEquipError;873    PalletRmrkEquipEvent: PalletRmrkEquipEvent;874    PalletsOrigin: PalletsOrigin;875    PalletStorageMetadataLatest: PalletStorageMetadataLatest;876    PalletStorageMetadataV14: PalletStorageMetadataV14;877    PalletStructureCall: PalletStructureCall;878    PalletStructureError: PalletStructureError;879    PalletStructureEvent: PalletStructureEvent;880    PalletSudoCall: PalletSudoCall;881    PalletSudoError: PalletSudoError;882    PalletSudoEvent: PalletSudoEvent;883    PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;884    PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;885    PalletTimestampCall: PalletTimestampCall;886    PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;887    PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;888    PalletTreasuryCall: PalletTreasuryCall;889    PalletTreasuryError: PalletTreasuryError;890    PalletTreasuryEvent: PalletTreasuryEvent;891    PalletTreasuryProposal: PalletTreasuryProposal;892    PalletUniqueCall: PalletUniqueCall;893    PalletUniqueError: PalletUniqueError;894    PalletUniqueRawEvent: PalletUniqueRawEvent;895    PalletUniqueSchedulerCall: PalletUniqueSchedulerCall;896    PalletUniqueSchedulerError: PalletUniqueSchedulerError;897    PalletUniqueSchedulerEvent: PalletUniqueSchedulerEvent;898    PalletUniqueSchedulerScheduledV3: PalletUniqueSchedulerScheduledV3;899    PalletVersion: PalletVersion;900    PalletXcmCall: PalletXcmCall;901    PalletXcmError: PalletXcmError;902    PalletXcmEvent: PalletXcmEvent;903    PalletXcmOrigin: PalletXcmOrigin;904    ParachainDispatchOrigin: ParachainDispatchOrigin;905    ParachainInherentData: ParachainInherentData;906    ParachainProposal: ParachainProposal;907    ParachainsInherentData: ParachainsInherentData;908    ParaGenesisArgs: ParaGenesisArgs;909    ParaId: ParaId;910    ParaInfo: ParaInfo;911    ParaLifecycle: ParaLifecycle;912    Parameter: Parameter;913    ParaPastCodeMeta: ParaPastCodeMeta;914    ParaScheduling: ParaScheduling;915    ParathreadClaim: ParathreadClaim;916    ParathreadClaimQueue: ParathreadClaimQueue;917    ParathreadEntry: ParathreadEntry;918    ParaValidatorIndex: ParaValidatorIndex;919    Pays: Pays;920    Peer: Peer;921    PeerEndpoint: PeerEndpoint;922    PeerEndpointAddr: PeerEndpointAddr;923    PeerInfo: PeerInfo;924    PeerPing: PeerPing;925    PendingChange: PendingChange;926    PendingPause: PendingPause;927    PendingResume: PendingResume;928    Perbill: Perbill;929    Percent: Percent;930    PerDispatchClassU32: PerDispatchClassU32;931    PerDispatchClassWeight: PerDispatchClassWeight;932    PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;933    Period: Period;934    Permill: Permill;935    PermissionLatest: PermissionLatest;936    PermissionsV1: PermissionsV1;937    PermissionVersions: PermissionVersions;938    Perquintill: Perquintill;939    PersistedValidationData: PersistedValidationData;940    PerU16: PerU16;941    Phantom: Phantom;942    PhantomData: PhantomData;943    PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;944    Phase: Phase;945    PhragmenScore: PhragmenScore;946    Points: Points;947    PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;948    PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;949    PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;950    PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;951    PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;952    PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;953    PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;954    PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;955    PortableType: PortableType;956    PortableTypeV14: PortableTypeV14;957    Precommits: Precommits;958    PrefabWasmModule: PrefabWasmModule;959    PrefixedStorageKey: PrefixedStorageKey;960    PreimageStatus: PreimageStatus;961    PreimageStatusAvailable: PreimageStatusAvailable;962    PreRuntime: PreRuntime;963    Prevotes: Prevotes;964    Priority: Priority;965    PriorLock: PriorLock;966    PropIndex: PropIndex;967    Proposal: Proposal;968    ProposalIndex: ProposalIndex;969    ProxyAnnouncement: ProxyAnnouncement;970    ProxyDefinition: ProxyDefinition;971    ProxyState: ProxyState;972    ProxyType: ProxyType;973    PvfCheckStatement: PvfCheckStatement;974    QueryId: QueryId;975    QueryStatus: QueryStatus;976    QueueConfigData: QueueConfigData;977    QueuedParathread: QueuedParathread;978    Randomness: Randomness;979    Raw: Raw;980    RawAuraPreDigest: RawAuraPreDigest;981    RawBabePreDigest: RawBabePreDigest;982    RawBabePreDigestCompat: RawBabePreDigestCompat;983    RawBabePreDigestPrimary: RawBabePreDigestPrimary;984    RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;985    RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;986    RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;987    RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;988    RawBabePreDigestTo159: RawBabePreDigestTo159;989    RawOrigin: RawOrigin;990    RawSolution: RawSolution;991    RawSolutionTo265: RawSolutionTo265;992    RawSolutionWith16: RawSolutionWith16;993    RawSolutionWith24: RawSolutionWith24;994    RawVRFOutput: RawVRFOutput;995    ReadProof: ReadProof;996    ReadySolution: ReadySolution;997    Reasons: Reasons;998    RecoveryConfig: RecoveryConfig;999    RefCount: RefCount;1000    RefCountTo259: RefCountTo259;1001    ReferendumIndex: ReferendumIndex;1002    ReferendumInfo: ReferendumInfo;1003    ReferendumInfoFinished: ReferendumInfoFinished;1004    ReferendumInfoTo239: ReferendumInfoTo239;1005    ReferendumStatus: ReferendumStatus;1006    RegisteredParachainInfo: RegisteredParachainInfo;1007    RegistrarIndex: RegistrarIndex;1008    RegistrarInfo: RegistrarInfo;1009    Registration: Registration;1010    RegistrationJudgement: RegistrationJudgement;1011    RegistrationTo198: RegistrationTo198;1012    RelayBlockNumber: RelayBlockNumber;1013    RelayChainBlockNumber: RelayChainBlockNumber;1014    RelayChainHash: RelayChainHash;1015    RelayerId: RelayerId;1016    RelayHash: RelayHash;1017    Releases: Releases;1018    Remark: Remark;1019    Renouncing: Renouncing;1020    RentProjection: RentProjection;1021    ReplacementTimes: ReplacementTimes;1022    ReportedRoundStates: ReportedRoundStates;1023    Reporter: Reporter;1024    ReportIdOf: ReportIdOf;1025    ReserveData: ReserveData;1026    ReserveIdentifier: ReserveIdentifier;1027    Response: Response;1028    ResponseV0: ResponseV0;1029    ResponseV1: ResponseV1;1030    ResponseV2: ResponseV2;1031    ResponseV2Error: ResponseV2Error;1032    ResponseV2Result: ResponseV2Result;1033    Retriable: Retriable;1034    RewardDestination: RewardDestination;1035    RewardPoint: RewardPoint;1036    RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;1037    RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;1038    RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;1039    RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;1040    RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;1041    RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;1042    RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;1043    RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;1044    RmrkTraitsPartPartType: RmrkTraitsPartPartType;1045    RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;1046    RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;1047    RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;1048    RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;1049    RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;1050    RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;1051    RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;1052    RmrkTraitsTheme: RmrkTraitsTheme;1053    RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;1054    RoundSnapshot: RoundSnapshot;1055    RoundState: RoundState;1056    RpcMethods: RpcMethods;1057    RuntimeDbWeight: RuntimeDbWeight;1058    RuntimeDispatchInfo: RuntimeDispatchInfo;1059    RuntimeVersion: RuntimeVersion;1060    RuntimeVersionApi: RuntimeVersionApi;1061    RuntimeVersionPartial: RuntimeVersionPartial;1062    RuntimeVersionPre3: RuntimeVersionPre3;1063    RuntimeVersionPre4: RuntimeVersionPre4;1064    Schedule: Schedule;1065    Scheduled: Scheduled;1066    ScheduledCore: ScheduledCore;1067    ScheduledTo254: ScheduledTo254;1068    SchedulePeriod: SchedulePeriod;1069    SchedulePriority: SchedulePriority;1070    ScheduleTo212: ScheduleTo212;1071    ScheduleTo258: ScheduleTo258;1072    ScheduleTo264: ScheduleTo264;1073    Scheduling: Scheduling;1074    ScrapedOnChainVotes: ScrapedOnChainVotes;1075    Seal: Seal;1076    SealV0: SealV0;1077    SeatHolder: SeatHolder;1078    SeedOf: SeedOf;1079    ServiceQuality: ServiceQuality;1080    SessionIndex: SessionIndex;1081    SessionInfo: SessionInfo;1082    SessionInfoValidatorGroup: SessionInfoValidatorGroup;1083    SessionKeys1: SessionKeys1;1084    SessionKeys10: SessionKeys10;1085    SessionKeys10B: SessionKeys10B;1086    SessionKeys2: SessionKeys2;1087    SessionKeys3: SessionKeys3;1088    SessionKeys4: SessionKeys4;1089    SessionKeys5: SessionKeys5;1090    SessionKeys6: SessionKeys6;1091    SessionKeys6B: SessionKeys6B;1092    SessionKeys7: SessionKeys7;1093    SessionKeys7B: SessionKeys7B;1094    SessionKeys8: SessionKeys8;1095    SessionKeys8B: SessionKeys8B;1096    SessionKeys9: SessionKeys9;1097    SessionKeys9B: SessionKeys9B;1098    SetId: SetId;1099    SetIndex: SetIndex;1100    Si0Field: Si0Field;1101    Si0LookupTypeId: Si0LookupTypeId;1102    Si0Path: Si0Path;1103    Si0Type: Si0Type;1104    Si0TypeDef: Si0TypeDef;1105    Si0TypeDefArray: Si0TypeDefArray;1106    Si0TypeDefBitSequence: Si0TypeDefBitSequence;1107    Si0TypeDefCompact: Si0TypeDefCompact;1108    Si0TypeDefComposite: Si0TypeDefComposite;1109    Si0TypeDefPhantom: Si0TypeDefPhantom;1110    Si0TypeDefPrimitive: Si0TypeDefPrimitive;1111    Si0TypeDefSequence: Si0TypeDefSequence;1112    Si0TypeDefTuple: Si0TypeDefTuple;1113    Si0TypeDefVariant: Si0TypeDefVariant;1114    Si0TypeParameter: Si0TypeParameter;1115    Si0Variant: Si0Variant;1116    Si1Field: Si1Field;1117    Si1LookupTypeId: Si1LookupTypeId;1118    Si1Path: Si1Path;1119    Si1Type: Si1Type;1120    Si1TypeDef: Si1TypeDef;1121    Si1TypeDefArray: Si1TypeDefArray;1122    Si1TypeDefBitSequence: Si1TypeDefBitSequence;1123    Si1TypeDefCompact: Si1TypeDefCompact;1124    Si1TypeDefComposite: Si1TypeDefComposite;1125    Si1TypeDefPrimitive: Si1TypeDefPrimitive;1126    Si1TypeDefSequence: Si1TypeDefSequence;1127    Si1TypeDefTuple: Si1TypeDefTuple;1128    Si1TypeDefVariant: Si1TypeDefVariant;1129    Si1TypeParameter: Si1TypeParameter;1130    Si1Variant: Si1Variant;1131    SiField: SiField;1132    Signature: Signature;1133    SignedAvailabilityBitfield: SignedAvailabilityBitfield;1134    SignedAvailabilityBitfields: SignedAvailabilityBitfields;1135    SignedBlock: SignedBlock;1136    SignedBlockWithJustification: SignedBlockWithJustification;1137    SignedBlockWithJustifications: SignedBlockWithJustifications;1138    SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1139    SignedExtensionMetadataV14: SignedExtensionMetadataV14;1140    SignedSubmission: SignedSubmission;1141    SignedSubmissionOf: SignedSubmissionOf;1142    SignedSubmissionTo276: SignedSubmissionTo276;1143    SignerPayload: SignerPayload;1144    SigningContext: SigningContext;1145    SiLookupTypeId: SiLookupTypeId;1146    SiPath: SiPath;1147    SiType: SiType;1148    SiTypeDef: SiTypeDef;1149    SiTypeDefArray: SiTypeDefArray;1150    SiTypeDefBitSequence: SiTypeDefBitSequence;1151    SiTypeDefCompact: SiTypeDefCompact;1152    SiTypeDefComposite: SiTypeDefComposite;1153    SiTypeDefPrimitive: SiTypeDefPrimitive;1154    SiTypeDefSequence: SiTypeDefSequence;1155    SiTypeDefTuple: SiTypeDefTuple;1156    SiTypeDefVariant: SiTypeDefVariant;1157    SiTypeParameter: SiTypeParameter;1158    SiVariant: SiVariant;1159    SlashingSpans: SlashingSpans;1160    SlashingSpansTo204: SlashingSpansTo204;1161    SlashJournalEntry: SlashJournalEntry;1162    Slot: Slot;1163    SlotDuration: SlotDuration;1164    SlotNumber: SlotNumber;1165    SlotRange: SlotRange;1166    SlotRange10: SlotRange10;1167    SocietyJudgement: SocietyJudgement;1168    SocietyVote: SocietyVote;1169    SolutionOrSnapshotSize: SolutionOrSnapshotSize;1170    SolutionSupport: SolutionSupport;1171    SolutionSupports: SolutionSupports;1172    SpanIndex: SpanIndex;1173    SpanRecord: SpanRecord;1174    SpCoreEcdsaSignature: SpCoreEcdsaSignature;1175    SpCoreEd25519Signature: SpCoreEd25519Signature;1176    SpCoreSr25519Signature: SpCoreSr25519Signature;1177    SpCoreVoid: SpCoreVoid;1178    SpecVersion: SpecVersion;1179    SpRuntimeArithmeticError: SpRuntimeArithmeticError;1180    SpRuntimeDigest: SpRuntimeDigest;1181    SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1182    SpRuntimeDispatchError: SpRuntimeDispatchError;1183    SpRuntimeModuleError: SpRuntimeModuleError;1184    SpRuntimeMultiSignature: SpRuntimeMultiSignature;1185    SpRuntimeTokenError: SpRuntimeTokenError;1186    SpRuntimeTransactionalError: SpRuntimeTransactionalError;1187    SpTrieStorageProof: SpTrieStorageProof;1188    SpVersionRuntimeVersion: SpVersionRuntimeVersion;1189    Sr25519Signature: Sr25519Signature;1190    StakingLedger: StakingLedger;1191    StakingLedgerTo223: StakingLedgerTo223;1192    StakingLedgerTo240: StakingLedgerTo240;1193    Statement: Statement;1194    StatementKind: StatementKind;1195    StorageChangeSet: StorageChangeSet;1196    StorageData: StorageData;1197    StorageDeposit: StorageDeposit;1198    StorageEntryMetadataLatest: StorageEntryMetadataLatest;1199    StorageEntryMetadataV10: StorageEntryMetadataV10;1200    StorageEntryMetadataV11: StorageEntryMetadataV11;1201    StorageEntryMetadataV12: StorageEntryMetadataV12;1202    StorageEntryMetadataV13: StorageEntryMetadataV13;1203    StorageEntryMetadataV14: StorageEntryMetadataV14;1204    StorageEntryMetadataV9: StorageEntryMetadataV9;1205    StorageEntryModifierLatest: StorageEntryModifierLatest;1206    StorageEntryModifierV10: StorageEntryModifierV10;1207    StorageEntryModifierV11: StorageEntryModifierV11;1208    StorageEntryModifierV12: StorageEntryModifierV12;1209    StorageEntryModifierV13: StorageEntryModifierV13;1210    StorageEntryModifierV14: StorageEntryModifierV14;1211    StorageEntryModifierV9: StorageEntryModifierV9;1212    StorageEntryTypeLatest: StorageEntryTypeLatest;1213    StorageEntryTypeV10: StorageEntryTypeV10;1214    StorageEntryTypeV11: StorageEntryTypeV11;1215    StorageEntryTypeV12: StorageEntryTypeV12;1216    StorageEntryTypeV13: StorageEntryTypeV13;1217    StorageEntryTypeV14: StorageEntryTypeV14;1218    StorageEntryTypeV9: StorageEntryTypeV9;1219    StorageHasher: StorageHasher;1220    StorageHasherV10: StorageHasherV10;1221    StorageHasherV11: StorageHasherV11;1222    StorageHasherV12: StorageHasherV12;1223    StorageHasherV13: StorageHasherV13;1224    StorageHasherV14: StorageHasherV14;1225    StorageHasherV9: StorageHasherV9;1226    StorageInfo: StorageInfo;1227    StorageKey: StorageKey;1228    StorageKind: StorageKind;1229    StorageMetadataV10: StorageMetadataV10;1230    StorageMetadataV11: StorageMetadataV11;1231    StorageMetadataV12: StorageMetadataV12;1232    StorageMetadataV13: StorageMetadataV13;1233    StorageMetadataV9: StorageMetadataV9;1234    StorageProof: StorageProof;1235    StoredPendingChange: StoredPendingChange;1236    StoredState: StoredState;1237    StrikeCount: StrikeCount;1238    SubId: SubId;1239    SubmissionIndicesOf: SubmissionIndicesOf;1240    Supports: Supports;1241    SyncState: SyncState;1242    SystemInherentData: SystemInherentData;1243    SystemOrigin: SystemOrigin;1244    Tally: Tally;1245    TaskAddress: TaskAddress;1246    TAssetBalance: TAssetBalance;1247    TAssetDepositBalance: TAssetDepositBalance;1248    Text: Text;1249    Timepoint: Timepoint;1250    TokenError: TokenError;1251    TombstoneContractInfo: TombstoneContractInfo;1252    TraceBlockResponse: TraceBlockResponse;1253    TraceError: TraceError;1254    TransactionalError: TransactionalError;1255    TransactionInfo: TransactionInfo;1256    TransactionLongevity: TransactionLongevity;1257    TransactionPriority: TransactionPriority;1258    TransactionSource: TransactionSource;1259    TransactionStorageProof: TransactionStorageProof;1260    TransactionTag: TransactionTag;1261    TransactionV0: TransactionV0;1262    TransactionV1: TransactionV1;1263    TransactionV2: TransactionV2;1264    TransactionValidity: TransactionValidity;1265    TransactionValidityError: TransactionValidityError;1266    TransientValidationData: TransientValidationData;1267    TreasuryProposal: TreasuryProposal;1268    TrieId: TrieId;1269    TrieIndex: TrieIndex;1270    Type: Type;1271    u128: u128;1272    U128: U128;1273    u16: u16;1274    U16: U16;1275    u256: u256;1276    U256: U256;1277    u32: u32;1278    U32: U32;1279    U32F32: U32F32;1280    u64: u64;1281    U64: U64;1282    u8: u8;1283    U8: U8;1284    UnappliedSlash: UnappliedSlash;1285    UnappliedSlashOther: UnappliedSlashOther;1286    UncleEntryItem: UncleEntryItem;1287    UnknownTransaction: UnknownTransaction;1288    UnlockChunk: UnlockChunk;1289    UnrewardedRelayer: UnrewardedRelayer;1290    UnrewardedRelayersState: UnrewardedRelayersState;1291    UpDataStructsAccessMode: UpDataStructsAccessMode;1292    UpDataStructsCollection: UpDataStructsCollection;1293    UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1294    UpDataStructsCollectionMode: UpDataStructsCollectionMode;1295    UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;1296    UpDataStructsCollectionStats: UpDataStructsCollectionStats;1297    UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1298    UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1299    UpDataStructsCreateItemData: UpDataStructsCreateItemData;1300    UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1301    UpDataStructsCreateNftData: UpDataStructsCreateNftData;1302    UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1303    UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1304    UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;1305    UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;1306    UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1307    UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1308    UpDataStructsProperties: UpDataStructsProperties;1309    UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;1310    UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;1311    UpDataStructsProperty: UpDataStructsProperty;1312    UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;1313    UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;1314    UpDataStructsPropertyScope: UpDataStructsPropertyScope;1315    UpDataStructsRpcCollection: UpDataStructsRpcCollection;1316    UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1317    UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;1318    UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;1319    UpDataStructsTokenChild: UpDataStructsTokenChild;1320    UpDataStructsTokenData: UpDataStructsTokenData;1321    UpgradeGoAhead: UpgradeGoAhead;1322    UpgradeRestriction: UpgradeRestriction;1323    UpwardMessage: UpwardMessage;1324    usize: usize;1325    USize: USize;1326    ValidationCode: ValidationCode;1327    ValidationCodeHash: ValidationCodeHash;1328    ValidationData: ValidationData;1329    ValidationDataType: ValidationDataType;1330    ValidationFunctionParams: ValidationFunctionParams;1331    ValidatorCount: ValidatorCount;1332    ValidatorId: ValidatorId;1333    ValidatorIdOf: ValidatorIdOf;1334    ValidatorIndex: ValidatorIndex;1335    ValidatorIndexCompact: ValidatorIndexCompact;1336    ValidatorPrefs: ValidatorPrefs;1337    ValidatorPrefsTo145: ValidatorPrefsTo145;1338    ValidatorPrefsTo196: ValidatorPrefsTo196;1339    ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1340    ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1341    ValidatorSet: ValidatorSet;1342    ValidatorSetId: ValidatorSetId;1343    ValidatorSignature: ValidatorSignature;1344    ValidDisputeStatementKind: ValidDisputeStatementKind;1345    ValidityAttestation: ValidityAttestation;1346    ValidTransaction: ValidTransaction;1347    VecInboundHrmpMessage: VecInboundHrmpMessage;1348    VersionedMultiAsset: VersionedMultiAsset;1349    VersionedMultiAssets: VersionedMultiAssets;1350    VersionedMultiLocation: VersionedMultiLocation;1351    VersionedResponse: VersionedResponse;1352    VersionedXcm: VersionedXcm;1353    VersionMigrationStage: VersionMigrationStage;1354    VestingInfo: VestingInfo;1355    VestingSchedule: VestingSchedule;1356    Vote: Vote;1357    VoteIndex: VoteIndex;1358    Voter: Voter;1359    VoterInfo: VoterInfo;1360    Votes: Votes;1361    VotesTo230: VotesTo230;1362    VoteThreshold: VoteThreshold;1363    VoteWeight: VoteWeight;1364    Voting: Voting;1365    VotingDelegating: VotingDelegating;1366    VotingDirect: VotingDirect;1367    VotingDirectVote: VotingDirectVote;1368    VouchingStatus: VouchingStatus;1369    VrfData: VrfData;1370    VrfOutput: VrfOutput;1371    VrfProof: VrfProof;1372    Weight: Weight;1373    WeightLimitV2: WeightLimitV2;1374    WeightMultiplier: WeightMultiplier;1375    WeightPerClass: WeightPerClass;1376    WeightToFeeCoefficient: WeightToFeeCoefficient;1377    WildFungibility: WildFungibility;1378    WildFungibilityV0: WildFungibilityV0;1379    WildFungibilityV1: WildFungibilityV1;1380    WildFungibilityV2: WildFungibilityV2;1381    WildMultiAsset: WildMultiAsset;1382    WildMultiAssetV1: WildMultiAssetV1;1383    WildMultiAssetV2: WildMultiAssetV2;1384    WinnersData: WinnersData;1385    WinnersData10: WinnersData10;1386    WinnersDataTuple: WinnersDataTuple;1387    WinnersDataTuple10: WinnersDataTuple10;1388    WinningData: WinningData;1389    WinningData10: WinningData10;1390    WinningDataEntry: WinningDataEntry;1391    WithdrawReasons: WithdrawReasons;1392    Xcm: Xcm;1393    XcmAssetId: XcmAssetId;1394    XcmDoubleEncoded: XcmDoubleEncoded;1395    XcmError: XcmError;1396    XcmErrorV0: XcmErrorV0;1397    XcmErrorV1: XcmErrorV1;1398    XcmErrorV2: XcmErrorV2;1399    XcmOrder: XcmOrder;1400    XcmOrderV0: XcmOrderV0;1401    XcmOrderV1: XcmOrderV1;1402    XcmOrderV2: XcmOrderV2;1403    XcmOrigin: XcmOrigin;1404    XcmOriginKind: XcmOriginKind;1405    XcmpMessageFormat: XcmpMessageFormat;1406    XcmV0: XcmV0;1407    XcmV0Junction: XcmV0Junction;1408    XcmV0JunctionBodyId: XcmV0JunctionBodyId;1409    XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1410    XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1411    XcmV0MultiAsset: XcmV0MultiAsset;1412    XcmV0MultiLocation: XcmV0MultiLocation;1413    XcmV0Order: XcmV0Order;1414    XcmV0OriginKind: XcmV0OriginKind;1415    XcmV0Response: XcmV0Response;1416    XcmV0Xcm: XcmV0Xcm;1417    XcmV1: XcmV1;1418    XcmV1Junction: XcmV1Junction;1419    XcmV1MultiAsset: XcmV1MultiAsset;1420    XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1421    XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1422    XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1423    XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1424    XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1425    XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1426    XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1427    XcmV1MultiLocation: XcmV1MultiLocation;1428    XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1429    XcmV1Order: XcmV1Order;1430    XcmV1Response: XcmV1Response;1431    XcmV1Xcm: XcmV1Xcm;1432    XcmV2: XcmV2;1433    XcmV2Instruction: XcmV2Instruction;1434    XcmV2Response: XcmV2Response;1435    XcmV2TraitsError: XcmV2TraitsError;1436    XcmV2TraitsOutcome: XcmV2TraitsOutcome;1437    XcmV2WeightLimit: XcmV2WeightLimit;1438    XcmV2Xcm: XcmV2Xcm;1439    XcmVersion: XcmVersion;1440    XcmVersionedMultiAsset: XcmVersionedMultiAsset;1441    XcmVersionedMultiAssets: XcmVersionedMultiAssets;1442    XcmVersionedMultiLocation: XcmVersionedMultiLocation;1443    XcmVersionedXcm: XcmVersionedXcm;1444  } // InterfaceTypes1445} // declare module
after · tests/src/interfaces/augment-types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';78import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';9import type { Data, StorageKey } from '@polkadot/types';10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';12import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';13import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';14import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';15import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';16import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';17import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';18import type { BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, MmrRootHash, ValidatorSet, ValidatorSetId } from '@polkadot/types/interfaces/beefy';19import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from '@polkadot/types/interfaces/benchmark';20import type { CheckInherentsResult, InherentData, InherentIdentifier } from '@polkadot/types/interfaces/blockbuilder';21import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@polkadot/types/interfaces/bridges';22import type { BlockHash } from '@polkadot/types/interfaces/chain';23import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';24import type { StatementKind } from '@polkadot/types/interfaces/claims';25import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';26import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';27import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';28import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';29import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';30import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';31import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';32import type { BlockStats } from '@polkadot/types/interfaces/dev';33import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';34import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';35import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';36import type { EvmAccount, EvmCallInfo, EvmCreateInfo, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';37import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';38import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';39import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';40import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';41import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';42import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';43import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';44import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';45import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr';46import type { NpApiError } from '@polkadot/types/interfaces/nompools';47import type { StorageKind } from '@polkadot/types/interfaces/offchain';48import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';49import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';50import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';51import type { Approvals } from '@polkadot/types/interfaces/poll';52import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';53import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';54import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';55import type { RpcMethods } from '@polkadot/types/interfaces/rpc';56import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';57import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';58import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';59import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';60import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';61import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';62import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';63import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';64import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';65import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';66import type { Multiplier } from '@polkadot/types/interfaces/txpayment';67import type { TransactionSource, TransactionValidity, ValidTransaction } from '@polkadot/types/interfaces/txqueue';68import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';69import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';70import type { VestingInfo } from '@polkadot/types/interfaces/vesting';71import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV2Result, VersionMigrationStage, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmOrder, XcmOrderV0, XcmOrderV1, XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';7273declare module '@polkadot/types/types/registry' {74  interface InterfaceTypes {75    AbridgedCandidateReceipt: AbridgedCandidateReceipt;76    AbridgedHostConfiguration: AbridgedHostConfiguration;77    AbridgedHrmpChannel: AbridgedHrmpChannel;78    AccountData: AccountData;79    AccountId: AccountId;80    AccountId20: AccountId20;81    AccountId32: AccountId32;82    AccountIdOf: AccountIdOf;83    AccountIndex: AccountIndex;84    AccountInfo: AccountInfo;85    AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;86    AccountInfoWithProviders: AccountInfoWithProviders;87    AccountInfoWithRefCount: AccountInfoWithRefCount;88    AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;89    AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;90    AccountStatus: AccountStatus;91    AccountValidity: AccountValidity;92    AccountVote: AccountVote;93    AccountVoteSplit: AccountVoteSplit;94    AccountVoteStandard: AccountVoteStandard;95    ActiveEraInfo: ActiveEraInfo;96    ActiveGilt: ActiveGilt;97    ActiveGiltsTotal: ActiveGiltsTotal;98    ActiveIndex: ActiveIndex;99    ActiveRecovery: ActiveRecovery;100    Address: Address;101    AliveContractInfo: AliveContractInfo;102    AllowedSlots: AllowedSlots;103    AnySignature: AnySignature;104    ApiId: ApiId;105    ApplyExtrinsicResult: ApplyExtrinsicResult;106    ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;107    ApprovalFlag: ApprovalFlag;108    Approvals: Approvals;109    ArithmeticError: ArithmeticError;110    AssetApproval: AssetApproval;111    AssetApprovalKey: AssetApprovalKey;112    AssetBalance: AssetBalance;113    AssetDestroyWitness: AssetDestroyWitness;114    AssetDetails: AssetDetails;115    AssetId: AssetId;116    AssetInstance: AssetInstance;117    AssetInstanceV0: AssetInstanceV0;118    AssetInstanceV1: AssetInstanceV1;119    AssetInstanceV2: AssetInstanceV2;120    AssetMetadata: AssetMetadata;121    AssetOptions: AssetOptions;122    AssignmentId: AssignmentId;123    AssignmentKind: AssignmentKind;124    AttestedCandidate: AttestedCandidate;125    AuctionIndex: AuctionIndex;126    AuthIndex: AuthIndex;127    AuthorityDiscoveryId: AuthorityDiscoveryId;128    AuthorityId: AuthorityId;129    AuthorityIndex: AuthorityIndex;130    AuthorityList: AuthorityList;131    AuthoritySet: AuthoritySet;132    AuthoritySetChange: AuthoritySetChange;133    AuthoritySetChanges: AuthoritySetChanges;134    AuthoritySignature: AuthoritySignature;135    AuthorityWeight: AuthorityWeight;136    AvailabilityBitfield: AvailabilityBitfield;137    AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;138    BabeAuthorityWeight: BabeAuthorityWeight;139    BabeBlockWeight: BabeBlockWeight;140    BabeEpochConfiguration: BabeEpochConfiguration;141    BabeEquivocationProof: BabeEquivocationProof;142    BabeGenesisConfiguration: BabeGenesisConfiguration;143    BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;144    BabeWeight: BabeWeight;145    BackedCandidate: BackedCandidate;146    Balance: Balance;147    BalanceLock: BalanceLock;148    BalanceLockTo212: BalanceLockTo212;149    BalanceOf: BalanceOf;150    BalanceStatus: BalanceStatus;151    BeefyAuthoritySet: BeefyAuthoritySet;152    BeefyCommitment: BeefyCommitment;153    BeefyId: BeefyId;154    BeefyKey: BeefyKey;155    BeefyNextAuthoritySet: BeefyNextAuthoritySet;156    BeefyPayload: BeefyPayload;157    BeefyPayloadId: BeefyPayloadId;158    BeefySignedCommitment: BeefySignedCommitment;159    BenchmarkBatch: BenchmarkBatch;160    BenchmarkConfig: BenchmarkConfig;161    BenchmarkList: BenchmarkList;162    BenchmarkMetadata: BenchmarkMetadata;163    BenchmarkParameter: BenchmarkParameter;164    BenchmarkResult: BenchmarkResult;165    Bid: Bid;166    Bidder: Bidder;167    BidKind: BidKind;168    BitVec: BitVec;169    Block: Block;170    BlockAttestations: BlockAttestations;171    BlockHash: BlockHash;172    BlockLength: BlockLength;173    BlockNumber: BlockNumber;174    BlockNumberFor: BlockNumberFor;175    BlockNumberOf: BlockNumberOf;176    BlockStats: BlockStats;177    BlockTrace: BlockTrace;178    BlockTraceEvent: BlockTraceEvent;179    BlockTraceEventData: BlockTraceEventData;180    BlockTraceSpan: BlockTraceSpan;181    BlockV0: BlockV0;182    BlockV1: BlockV1;183    BlockV2: BlockV2;184    BlockWeights: BlockWeights;185    BodyId: BodyId;186    BodyPart: BodyPart;187    bool: bool;188    Bool: Bool;189    Bounty: Bounty;190    BountyIndex: BountyIndex;191    BountyStatus: BountyStatus;192    BountyStatusActive: BountyStatusActive;193    BountyStatusCuratorProposed: BountyStatusCuratorProposed;194    BountyStatusPendingPayout: BountyStatusPendingPayout;195    BridgedBlockHash: BridgedBlockHash;196    BridgedBlockNumber: BridgedBlockNumber;197    BridgedHeader: BridgedHeader;198    BridgeMessageId: BridgeMessageId;199    BufferedSessionChange: BufferedSessionChange;200    Bytes: Bytes;201    Call: Call;202    CallHash: CallHash;203    CallHashOf: CallHashOf;204    CallIndex: CallIndex;205    CallOrigin: CallOrigin;206    CandidateCommitments: CandidateCommitments;207    CandidateDescriptor: CandidateDescriptor;208    CandidateEvent: CandidateEvent;209    CandidateHash: CandidateHash;210    CandidateInfo: CandidateInfo;211    CandidatePendingAvailability: CandidatePendingAvailability;212    CandidateReceipt: CandidateReceipt;213    ChainId: ChainId;214    ChainProperties: ChainProperties;215    ChainType: ChainType;216    ChangesTrieConfiguration: ChangesTrieConfiguration;217    ChangesTrieSignal: ChangesTrieSignal;218    CheckInherentsResult: CheckInherentsResult;219    ClassDetails: ClassDetails;220    ClassId: ClassId;221    ClassMetadata: ClassMetadata;222    CodecHash: CodecHash;223    CodeHash: CodeHash;224    CodeSource: CodeSource;225    CodeUploadRequest: CodeUploadRequest;226    CodeUploadResult: CodeUploadResult;227    CodeUploadResultValue: CodeUploadResultValue;228    CollationInfo: CollationInfo;229    CollationInfoV1: CollationInfoV1;230    CollatorId: CollatorId;231    CollatorSignature: CollatorSignature;232    CollectiveOrigin: CollectiveOrigin;233    CommittedCandidateReceipt: CommittedCandidateReceipt;234    CompactAssignments: CompactAssignments;235    CompactAssignmentsTo257: CompactAssignmentsTo257;236    CompactAssignmentsTo265: CompactAssignmentsTo265;237    CompactAssignmentsWith16: CompactAssignmentsWith16;238    CompactAssignmentsWith24: CompactAssignmentsWith24;239    CompactScore: CompactScore;240    CompactScoreCompact: CompactScoreCompact;241    ConfigData: ConfigData;242    Consensus: Consensus;243    ConsensusEngineId: ConsensusEngineId;244    ConsumedWeight: ConsumedWeight;245    ContractCallFlags: ContractCallFlags;246    ContractCallRequest: ContractCallRequest;247    ContractConstructorSpecLatest: ContractConstructorSpecLatest;248    ContractConstructorSpecV0: ContractConstructorSpecV0;249    ContractConstructorSpecV1: ContractConstructorSpecV1;250    ContractConstructorSpecV2: ContractConstructorSpecV2;251    ContractConstructorSpecV3: ContractConstructorSpecV3;252    ContractContractSpecV0: ContractContractSpecV0;253    ContractContractSpecV1: ContractContractSpecV1;254    ContractContractSpecV2: ContractContractSpecV2;255    ContractContractSpecV3: ContractContractSpecV3;256    ContractCryptoHasher: ContractCryptoHasher;257    ContractDiscriminant: ContractDiscriminant;258    ContractDisplayName: ContractDisplayName;259    ContractEventParamSpecLatest: ContractEventParamSpecLatest;260    ContractEventParamSpecV0: ContractEventParamSpecV0;261    ContractEventParamSpecV2: ContractEventParamSpecV2;262    ContractEventSpecLatest: ContractEventSpecLatest;263    ContractEventSpecV0: ContractEventSpecV0;264    ContractEventSpecV1: ContractEventSpecV1;265    ContractEventSpecV2: ContractEventSpecV2;266    ContractExecResult: ContractExecResult;267    ContractExecResultOk: ContractExecResultOk;268    ContractExecResultResult: ContractExecResultResult;269    ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;270    ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;271    ContractExecResultTo255: ContractExecResultTo255;272    ContractExecResultTo260: ContractExecResultTo260;273    ContractExecResultTo267: ContractExecResultTo267;274    ContractInfo: ContractInfo;275    ContractInstantiateResult: ContractInstantiateResult;276    ContractInstantiateResultTo267: ContractInstantiateResultTo267;277    ContractInstantiateResultTo299: ContractInstantiateResultTo299;278    ContractLayoutArray: ContractLayoutArray;279    ContractLayoutCell: ContractLayoutCell;280    ContractLayoutEnum: ContractLayoutEnum;281    ContractLayoutHash: ContractLayoutHash;282    ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;283    ContractLayoutKey: ContractLayoutKey;284    ContractLayoutStruct: ContractLayoutStruct;285    ContractLayoutStructField: ContractLayoutStructField;286    ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;287    ContractMessageParamSpecV0: ContractMessageParamSpecV0;288    ContractMessageParamSpecV2: ContractMessageParamSpecV2;289    ContractMessageSpecLatest: ContractMessageSpecLatest;290    ContractMessageSpecV0: ContractMessageSpecV0;291    ContractMessageSpecV1: ContractMessageSpecV1;292    ContractMessageSpecV2: ContractMessageSpecV2;293    ContractMetadata: ContractMetadata;294    ContractMetadataLatest: ContractMetadataLatest;295    ContractMetadataV0: ContractMetadataV0;296    ContractMetadataV1: ContractMetadataV1;297    ContractMetadataV2: ContractMetadataV2;298    ContractMetadataV3: ContractMetadataV3;299    ContractProject: ContractProject;300    ContractProjectContract: ContractProjectContract;301    ContractProjectInfo: ContractProjectInfo;302    ContractProjectSource: ContractProjectSource;303    ContractProjectV0: ContractProjectV0;304    ContractReturnFlags: ContractReturnFlags;305    ContractSelector: ContractSelector;306    ContractStorageKey: ContractStorageKey;307    ContractStorageLayout: ContractStorageLayout;308    ContractTypeSpec: ContractTypeSpec;309    Conviction: Conviction;310    CoreAssignment: CoreAssignment;311    CoreIndex: CoreIndex;312    CoreOccupied: CoreOccupied;313    CoreState: CoreState;314    CrateVersion: CrateVersion;315    CreatedBlock: CreatedBlock;316    CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;317    CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;318    CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;319    CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;320    CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;321    CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;322    CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;323    CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;324    CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;325    CumulusPalletXcmCall: CumulusPalletXcmCall;326    CumulusPalletXcmError: CumulusPalletXcmError;327    CumulusPalletXcmEvent: CumulusPalletXcmEvent;328    CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;329    CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;330    CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;331    CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;332    CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;333    CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;334    CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;335    CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;336    CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;337    CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;338    Data: Data;339    DeferredOffenceOf: DeferredOffenceOf;340    DefunctVoter: DefunctVoter;341    DelayKind: DelayKind;342    DelayKindBest: DelayKindBest;343    Delegations: Delegations;344    DeletedContract: DeletedContract;345    DeliveredMessages: DeliveredMessages;346    DepositBalance: DepositBalance;347    DepositBalanceOf: DepositBalanceOf;348    DestroyWitness: DestroyWitness;349    Digest: Digest;350    DigestItem: DigestItem;351    DigestOf: DigestOf;352    DispatchClass: DispatchClass;353    DispatchError: DispatchError;354    DispatchErrorModule: DispatchErrorModule;355    DispatchErrorModulePre6: DispatchErrorModulePre6;356    DispatchErrorModuleU8: DispatchErrorModuleU8;357    DispatchErrorModuleU8a: DispatchErrorModuleU8a;358    DispatchErrorPre6: DispatchErrorPre6;359    DispatchErrorPre6First: DispatchErrorPre6First;360    DispatchErrorTo198: DispatchErrorTo198;361    DispatchFeePayment: DispatchFeePayment;362    DispatchInfo: DispatchInfo;363    DispatchInfoTo190: DispatchInfoTo190;364    DispatchInfoTo244: DispatchInfoTo244;365    DispatchOutcome: DispatchOutcome;366    DispatchOutcomePre6: DispatchOutcomePre6;367    DispatchResult: DispatchResult;368    DispatchResultOf: DispatchResultOf;369    DispatchResultTo198: DispatchResultTo198;370    DisputeLocation: DisputeLocation;371    DisputeResult: DisputeResult;372    DisputeState: DisputeState;373    DisputeStatement: DisputeStatement;374    DisputeStatementSet: DisputeStatementSet;375    DoubleEncodedCall: DoubleEncodedCall;376    DoubleVoteReport: DoubleVoteReport;377    DownwardMessage: DownwardMessage;378    EcdsaSignature: EcdsaSignature;379    Ed25519Signature: Ed25519Signature;380    EIP1559Transaction: EIP1559Transaction;381    EIP2930Transaction: EIP2930Transaction;382    ElectionCompute: ElectionCompute;383    ElectionPhase: ElectionPhase;384    ElectionResult: ElectionResult;385    ElectionScore: ElectionScore;386    ElectionSize: ElectionSize;387    ElectionStatus: ElectionStatus;388    EncodedFinalityProofs: EncodedFinalityProofs;389    EncodedJustification: EncodedJustification;390    Epoch: Epoch;391    EpochAuthorship: EpochAuthorship;392    Era: Era;393    EraIndex: EraIndex;394    EraPoints: EraPoints;395    EraRewardPoints: EraRewardPoints;396    EraRewards: EraRewards;397    ErrorMetadataLatest: ErrorMetadataLatest;398    ErrorMetadataV10: ErrorMetadataV10;399    ErrorMetadataV11: ErrorMetadataV11;400    ErrorMetadataV12: ErrorMetadataV12;401    ErrorMetadataV13: ErrorMetadataV13;402    ErrorMetadataV14: ErrorMetadataV14;403    ErrorMetadataV9: ErrorMetadataV9;404    EthAccessList: EthAccessList;405    EthAccessListItem: EthAccessListItem;406    EthAccount: EthAccount;407    EthAddress: EthAddress;408    EthBlock: EthBlock;409    EthBloom: EthBloom;410    EthbloomBloom: EthbloomBloom;411    EthCallRequest: EthCallRequest;412    EthereumAccountId: EthereumAccountId;413    EthereumAddress: EthereumAddress;414    EthereumBlock: EthereumBlock;415    EthereumHeader: EthereumHeader;416    EthereumLog: EthereumLog;417    EthereumLookupSource: EthereumLookupSource;418    EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;419    EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;420    EthereumSignature: EthereumSignature;421    EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;422    EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;423    EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;424    EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;425    EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;426    EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;427    EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;428    EthereumTypesHashH64: EthereumTypesHashH64;429    EthFeeHistory: EthFeeHistory;430    EthFilter: EthFilter;431    EthFilterAddress: EthFilterAddress;432    EthFilterChanges: EthFilterChanges;433    EthFilterTopic: EthFilterTopic;434    EthFilterTopicEntry: EthFilterTopicEntry;435    EthFilterTopicInner: EthFilterTopicInner;436    EthHeader: EthHeader;437    EthLog: EthLog;438    EthReceipt: EthReceipt;439    EthReceiptV0: EthReceiptV0;440    EthReceiptV3: EthReceiptV3;441    EthRichBlock: EthRichBlock;442    EthRichHeader: EthRichHeader;443    EthStorageProof: EthStorageProof;444    EthSubKind: EthSubKind;445    EthSubParams: EthSubParams;446    EthSubResult: EthSubResult;447    EthSyncInfo: EthSyncInfo;448    EthSyncStatus: EthSyncStatus;449    EthTransaction: EthTransaction;450    EthTransactionAction: EthTransactionAction;451    EthTransactionCondition: EthTransactionCondition;452    EthTransactionRequest: EthTransactionRequest;453    EthTransactionSignature: EthTransactionSignature;454    EthTransactionStatus: EthTransactionStatus;455    EthWork: EthWork;456    Event: Event;457    EventId: EventId;458    EventIndex: EventIndex;459    EventMetadataLatest: EventMetadataLatest;460    EventMetadataV10: EventMetadataV10;461    EventMetadataV11: EventMetadataV11;462    EventMetadataV12: EventMetadataV12;463    EventMetadataV13: EventMetadataV13;464    EventMetadataV14: EventMetadataV14;465    EventMetadataV9: EventMetadataV9;466    EventRecord: EventRecord;467    EvmAccount: EvmAccount;468    EvmCallInfo: EvmCallInfo;469    EvmCoreErrorExitError: EvmCoreErrorExitError;470    EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;471    EvmCoreErrorExitReason: EvmCoreErrorExitReason;472    EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;473    EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;474    EvmCreateInfo: EvmCreateInfo;475    EvmLog: EvmLog;476    EvmVicinity: EvmVicinity;477    ExecReturnValue: ExecReturnValue;478    ExitError: ExitError;479    ExitFatal: ExitFatal;480    ExitReason: ExitReason;481    ExitRevert: ExitRevert;482    ExitSucceed: ExitSucceed;483    ExplicitDisputeStatement: ExplicitDisputeStatement;484    Exposure: Exposure;485    ExtendedBalance: ExtendedBalance;486    Extrinsic: Extrinsic;487    ExtrinsicEra: ExtrinsicEra;488    ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;489    ExtrinsicMetadataV11: ExtrinsicMetadataV11;490    ExtrinsicMetadataV12: ExtrinsicMetadataV12;491    ExtrinsicMetadataV13: ExtrinsicMetadataV13;492    ExtrinsicMetadataV14: ExtrinsicMetadataV14;493    ExtrinsicOrHash: ExtrinsicOrHash;494    ExtrinsicPayload: ExtrinsicPayload;495    ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;496    ExtrinsicPayloadV4: ExtrinsicPayloadV4;497    ExtrinsicSignature: ExtrinsicSignature;498    ExtrinsicSignatureV4: ExtrinsicSignatureV4;499    ExtrinsicStatus: ExtrinsicStatus;500    ExtrinsicsWeight: ExtrinsicsWeight;501    ExtrinsicUnknown: ExtrinsicUnknown;502    ExtrinsicV4: ExtrinsicV4;503    f32: f32;504    F32: F32;505    f64: f64;506    F64: F64;507    FeeDetails: FeeDetails;508    Fixed128: Fixed128;509    Fixed64: Fixed64;510    FixedI128: FixedI128;511    FixedI64: FixedI64;512    FixedU128: FixedU128;513    FixedU64: FixedU64;514    Forcing: Forcing;515    ForkTreePendingChange: ForkTreePendingChange;516    ForkTreePendingChangeNode: ForkTreePendingChangeNode;517    FpRpcTransactionStatus: FpRpcTransactionStatus;518    FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;519    FrameSupportPalletId: FrameSupportPalletId;520    FrameSupportScheduleLookupError: FrameSupportScheduleLookupError;521    FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed;522    FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;523    FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;524    FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;525    FrameSupportWeightsPays: FrameSupportWeightsPays;526    FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;527    FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;528    FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;529    FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;530    FrameSystemAccountInfo: FrameSystemAccountInfo;531    FrameSystemCall: FrameSystemCall;532    FrameSystemError: FrameSystemError;533    FrameSystemEvent: FrameSystemEvent;534    FrameSystemEventRecord: FrameSystemEventRecord;535    FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;536    FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;537    FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;538    FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;539    FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;540    FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;541    FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;542    FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;543    FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;544    FrameSystemPhase: FrameSystemPhase;545    FullIdentification: FullIdentification;546    FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;547    FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;548    FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;549    FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;550    FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;551    FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;552    FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;553    FunctionMetadataLatest: FunctionMetadataLatest;554    FunctionMetadataV10: FunctionMetadataV10;555    FunctionMetadataV11: FunctionMetadataV11;556    FunctionMetadataV12: FunctionMetadataV12;557    FunctionMetadataV13: FunctionMetadataV13;558    FunctionMetadataV14: FunctionMetadataV14;559    FunctionMetadataV9: FunctionMetadataV9;560    FundIndex: FundIndex;561    FundInfo: FundInfo;562    Fungibility: Fungibility;563    FungibilityV0: FungibilityV0;564    FungibilityV1: FungibilityV1;565    FungibilityV2: FungibilityV2;566    Gas: Gas;567    GiltBid: GiltBid;568    GlobalValidationData: GlobalValidationData;569    GlobalValidationSchedule: GlobalValidationSchedule;570    GrandpaCommit: GrandpaCommit;571    GrandpaEquivocation: GrandpaEquivocation;572    GrandpaEquivocationProof: GrandpaEquivocationProof;573    GrandpaEquivocationValue: GrandpaEquivocationValue;574    GrandpaJustification: GrandpaJustification;575    GrandpaPrecommit: GrandpaPrecommit;576    GrandpaPrevote: GrandpaPrevote;577    GrandpaSignedPrecommit: GrandpaSignedPrecommit;578    GroupIndex: GroupIndex;579    GroupRotationInfo: GroupRotationInfo;580    H1024: H1024;581    H128: H128;582    H160: H160;583    H2048: H2048;584    H256: H256;585    H32: H32;586    H512: H512;587    H64: H64;588    Hash: Hash;589    HeadData: HeadData;590    Header: Header;591    HeaderPartial: HeaderPartial;592    Health: Health;593    Heartbeat: Heartbeat;594    HeartbeatTo244: HeartbeatTo244;595    HostConfiguration: HostConfiguration;596    HostFnWeights: HostFnWeights;597    HostFnWeightsTo264: HostFnWeightsTo264;598    HrmpChannel: HrmpChannel;599    HrmpChannelId: HrmpChannelId;600    HrmpOpenChannelRequest: HrmpOpenChannelRequest;601    i128: i128;602    I128: I128;603    i16: i16;604    I16: I16;605    i256: i256;606    I256: I256;607    i32: i32;608    I32: I32;609    I32F32: I32F32;610    i64: i64;611    I64: I64;612    i8: i8;613    I8: I8;614    IdentificationTuple: IdentificationTuple;615    IdentityFields: IdentityFields;616    IdentityInfo: IdentityInfo;617    IdentityInfoAdditional: IdentityInfoAdditional;618    IdentityInfoTo198: IdentityInfoTo198;619    IdentityJudgement: IdentityJudgement;620    ImmortalEra: ImmortalEra;621    ImportedAux: ImportedAux;622    InboundDownwardMessage: InboundDownwardMessage;623    InboundHrmpMessage: InboundHrmpMessage;624    InboundHrmpMessages: InboundHrmpMessages;625    InboundLaneData: InboundLaneData;626    InboundRelayer: InboundRelayer;627    InboundStatus: InboundStatus;628    IncludedBlocks: IncludedBlocks;629    InclusionFee: InclusionFee;630    IncomingParachain: IncomingParachain;631    IncomingParachainDeploy: IncomingParachainDeploy;632    IncomingParachainFixed: IncomingParachainFixed;633    Index: Index;634    IndicesLookupSource: IndicesLookupSource;635    IndividualExposure: IndividualExposure;636    InherentData: InherentData;637    InherentIdentifier: InherentIdentifier;638    InitializationData: InitializationData;639    InstanceDetails: InstanceDetails;640    InstanceId: InstanceId;641    InstanceMetadata: InstanceMetadata;642    InstantiateRequest: InstantiateRequest;643    InstantiateRequestV1: InstantiateRequestV1;644    InstantiateRequestV2: InstantiateRequestV2;645    InstantiateReturnValue: InstantiateReturnValue;646    InstantiateReturnValueOk: InstantiateReturnValueOk;647    InstantiateReturnValueTo267: InstantiateReturnValueTo267;648    InstructionV2: InstructionV2;649    InstructionWeights: InstructionWeights;650    InteriorMultiLocation: InteriorMultiLocation;651    InvalidDisputeStatementKind: InvalidDisputeStatementKind;652    InvalidTransaction: InvalidTransaction;653    Json: Json;654    Junction: Junction;655    Junctions: Junctions;656    JunctionsV1: JunctionsV1;657    JunctionsV2: JunctionsV2;658    JunctionV0: JunctionV0;659    JunctionV1: JunctionV1;660    JunctionV2: JunctionV2;661    Justification: Justification;662    JustificationNotification: JustificationNotification;663    Justifications: Justifications;664    Key: Key;665    KeyOwnerProof: KeyOwnerProof;666    Keys: Keys;667    KeyType: KeyType;668    KeyTypeId: KeyTypeId;669    KeyValue: KeyValue;670    KeyValueOption: KeyValueOption;671    Kind: Kind;672    LaneId: LaneId;673    LastContribution: LastContribution;674    LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;675    LeasePeriod: LeasePeriod;676    LeasePeriodOf: LeasePeriodOf;677    LegacyTransaction: LegacyTransaction;678    Limits: Limits;679    LimitsTo264: LimitsTo264;680    LocalValidationData: LocalValidationData;681    LockIdentifier: LockIdentifier;682    LookupSource: LookupSource;683    LookupTarget: LookupTarget;684    LotteryConfig: LotteryConfig;685    MaybeRandomness: MaybeRandomness;686    MaybeVrf: MaybeVrf;687    MemberCount: MemberCount;688    MembershipProof: MembershipProof;689    MessageData: MessageData;690    MessageId: MessageId;691    MessageIngestionType: MessageIngestionType;692    MessageKey: MessageKey;693    MessageNonce: MessageNonce;694    MessageQueueChain: MessageQueueChain;695    MessagesDeliveryProofOf: MessagesDeliveryProofOf;696    MessagesProofOf: MessagesProofOf;697    MessagingStateSnapshot: MessagingStateSnapshot;698    MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;699    MetadataAll: MetadataAll;700    MetadataLatest: MetadataLatest;701    MetadataV10: MetadataV10;702    MetadataV11: MetadataV11;703    MetadataV12: MetadataV12;704    MetadataV13: MetadataV13;705    MetadataV14: MetadataV14;706    MetadataV9: MetadataV9;707    MigrationStatusResult: MigrationStatusResult;708    MmrBatchProof: MmrBatchProof;709    MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;710    MmrError: MmrError;711    MmrLeafBatchProof: MmrLeafBatchProof;712    MmrLeafIndex: MmrLeafIndex;713    MmrLeafProof: MmrLeafProof;714    MmrNodeIndex: MmrNodeIndex;715    MmrProof: MmrProof;716    MmrRootHash: MmrRootHash;717    ModuleConstantMetadataV10: ModuleConstantMetadataV10;718    ModuleConstantMetadataV11: ModuleConstantMetadataV11;719    ModuleConstantMetadataV12: ModuleConstantMetadataV12;720    ModuleConstantMetadataV13: ModuleConstantMetadataV13;721    ModuleConstantMetadataV9: ModuleConstantMetadataV9;722    ModuleId: ModuleId;723    ModuleMetadataV10: ModuleMetadataV10;724    ModuleMetadataV11: ModuleMetadataV11;725    ModuleMetadataV12: ModuleMetadataV12;726    ModuleMetadataV13: ModuleMetadataV13;727    ModuleMetadataV9: ModuleMetadataV9;728    Moment: Moment;729    MomentOf: MomentOf;730    MoreAttestations: MoreAttestations;731    MortalEra: MortalEra;732    MultiAddress: MultiAddress;733    MultiAsset: MultiAsset;734    MultiAssetFilter: MultiAssetFilter;735    MultiAssetFilterV1: MultiAssetFilterV1;736    MultiAssetFilterV2: MultiAssetFilterV2;737    MultiAssets: MultiAssets;738    MultiAssetsV1: MultiAssetsV1;739    MultiAssetsV2: MultiAssetsV2;740    MultiAssetV0: MultiAssetV0;741    MultiAssetV1: MultiAssetV1;742    MultiAssetV2: MultiAssetV2;743    MultiDisputeStatementSet: MultiDisputeStatementSet;744    MultiLocation: MultiLocation;745    MultiLocationV0: MultiLocationV0;746    MultiLocationV1: MultiLocationV1;747    MultiLocationV2: MultiLocationV2;748    Multiplier: Multiplier;749    Multisig: Multisig;750    MultiSignature: MultiSignature;751    MultiSigner: MultiSigner;752    NetworkId: NetworkId;753    NetworkState: NetworkState;754    NetworkStatePeerset: NetworkStatePeerset;755    NetworkStatePeersetInfo: NetworkStatePeersetInfo;756    NewBidder: NewBidder;757    NextAuthority: NextAuthority;758    NextConfigDescriptor: NextConfigDescriptor;759    NextConfigDescriptorV1: NextConfigDescriptorV1;760    NodeRole: NodeRole;761    Nominations: Nominations;762    NominatorIndex: NominatorIndex;763    NominatorIndexCompact: NominatorIndexCompact;764    NotConnectedPeer: NotConnectedPeer;765    NpApiError: NpApiError;766    Null: Null;767    OccupiedCore: OccupiedCore;768    OccupiedCoreAssumption: OccupiedCoreAssumption;769    OffchainAccuracy: OffchainAccuracy;770    OffchainAccuracyCompact: OffchainAccuracyCompact;771    OffenceDetails: OffenceDetails;772    Offender: Offender;773    OldV1SessionInfo: OldV1SessionInfo;774    OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;775    OpalRuntimeRuntime: OpalRuntimeRuntime;776    OpaqueCall: OpaqueCall;777    OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;778    OpaqueMetadata: OpaqueMetadata;779    OpaqueMultiaddr: OpaqueMultiaddr;780    OpaqueNetworkState: OpaqueNetworkState;781    OpaquePeerId: OpaquePeerId;782    OpaqueTimeSlot: OpaqueTimeSlot;783    OpenTip: OpenTip;784    OpenTipFinderTo225: OpenTipFinderTo225;785    OpenTipTip: OpenTipTip;786    OpenTipTo225: OpenTipTo225;787    OperatingMode: OperatingMode;788    OptionBool: OptionBool;789    Origin: Origin;790    OriginCaller: OriginCaller;791    OriginKindV0: OriginKindV0;792    OriginKindV1: OriginKindV1;793    OriginKindV2: OriginKindV2;794    OrmlTokensAccountData: OrmlTokensAccountData;795    OrmlTokensBalanceLock: OrmlTokensBalanceLock;796    OrmlTokensModuleCall: OrmlTokensModuleCall;797    OrmlTokensModuleError: OrmlTokensModuleError;798    OrmlTokensModuleEvent: OrmlTokensModuleEvent;799    OrmlTokensReserveData: OrmlTokensReserveData;800    OrmlVestingModuleCall: OrmlVestingModuleCall;801    OrmlVestingModuleError: OrmlVestingModuleError;802    OrmlVestingModuleEvent: OrmlVestingModuleEvent;803    OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;804    OrmlXtokensModuleCall: OrmlXtokensModuleCall;805    OrmlXtokensModuleError: OrmlXtokensModuleError;806    OrmlXtokensModuleEvent: OrmlXtokensModuleEvent;807    OutboundHrmpMessage: OutboundHrmpMessage;808    OutboundLaneData: OutboundLaneData;809    OutboundMessageFee: OutboundMessageFee;810    OutboundPayload: OutboundPayload;811    OutboundStatus: OutboundStatus;812    Outcome: Outcome;813    OverweightIndex: OverweightIndex;814    Owner: Owner;815    PageCounter: PageCounter;816    PageIndexData: PageIndexData;817    PalletAppPromotionCall: PalletAppPromotionCall;818    PalletAppPromotionError: PalletAppPromotionError;819    PalletAppPromotionEvent: PalletAppPromotionEvent;820    PalletBalancesAccountData: PalletBalancesAccountData;821    PalletBalancesBalanceLock: PalletBalancesBalanceLock;822    PalletBalancesCall: PalletBalancesCall;823    PalletBalancesError: PalletBalancesError;824    PalletBalancesEvent: PalletBalancesEvent;825    PalletBalancesReasons: PalletBalancesReasons;826    PalletBalancesReleases: PalletBalancesReleases;827    PalletBalancesReserveData: PalletBalancesReserveData;828    PalletCallMetadataLatest: PalletCallMetadataLatest;829    PalletCallMetadataV14: PalletCallMetadataV14;830    PalletCommonError: PalletCommonError;831    PalletCommonEvent: PalletCommonEvent;832    PalletConfigurationCall: PalletConfigurationCall;833    PalletConstantMetadataLatest: PalletConstantMetadataLatest;834    PalletConstantMetadataV14: PalletConstantMetadataV14;835    PalletErrorMetadataLatest: PalletErrorMetadataLatest;836    PalletErrorMetadataV14: PalletErrorMetadataV14;837    PalletEthereumCall: PalletEthereumCall;838    PalletEthereumError: PalletEthereumError;839    PalletEthereumEvent: PalletEthereumEvent;840    PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;841    PalletEthereumRawOrigin: PalletEthereumRawOrigin;842    PalletEventMetadataLatest: PalletEventMetadataLatest;843    PalletEventMetadataV14: PalletEventMetadataV14;844    PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;845    PalletEvmCall: PalletEvmCall;846    PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;847    PalletEvmContractHelpersError: PalletEvmContractHelpersError;848    PalletEvmContractHelpersEvent: PalletEvmContractHelpersEvent;849    PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;850    PalletEvmError: PalletEvmError;851    PalletEvmEvent: PalletEvmEvent;852    PalletEvmMigrationCall: PalletEvmMigrationCall;853    PalletEvmMigrationError: PalletEvmMigrationError;854    PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;855    PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;856    PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;857    PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;858    PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;859    PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;860    PalletFungibleError: PalletFungibleError;861    PalletId: PalletId;862    PalletInflationCall: PalletInflationCall;863    PalletMetadataLatest: PalletMetadataLatest;864    PalletMetadataV14: PalletMetadataV14;865    PalletNonfungibleError: PalletNonfungibleError;866    PalletNonfungibleItemData: PalletNonfungibleItemData;867    PalletRefungibleError: PalletRefungibleError;868    PalletRefungibleItemData: PalletRefungibleItemData;869    PalletRmrkCoreCall: PalletRmrkCoreCall;870    PalletRmrkCoreError: PalletRmrkCoreError;871    PalletRmrkCoreEvent: PalletRmrkCoreEvent;872    PalletRmrkEquipCall: PalletRmrkEquipCall;873    PalletRmrkEquipError: PalletRmrkEquipError;874    PalletRmrkEquipEvent: PalletRmrkEquipEvent;875    PalletsOrigin: PalletsOrigin;876    PalletStorageMetadataLatest: PalletStorageMetadataLatest;877    PalletStorageMetadataV14: PalletStorageMetadataV14;878    PalletStructureCall: PalletStructureCall;879    PalletStructureError: PalletStructureError;880    PalletStructureEvent: PalletStructureEvent;881    PalletSudoCall: PalletSudoCall;882    PalletSudoError: PalletSudoError;883    PalletSudoEvent: PalletSudoEvent;884    PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;885    PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;886    PalletTimestampCall: PalletTimestampCall;887    PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;888    PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;889    PalletTreasuryCall: PalletTreasuryCall;890    PalletTreasuryError: PalletTreasuryError;891    PalletTreasuryEvent: PalletTreasuryEvent;892    PalletTreasuryProposal: PalletTreasuryProposal;893    PalletUniqueCall: PalletUniqueCall;894    PalletUniqueError: PalletUniqueError;895    PalletUniqueRawEvent: PalletUniqueRawEvent;896    PalletUniqueSchedulerCall: PalletUniqueSchedulerCall;897    PalletUniqueSchedulerError: PalletUniqueSchedulerError;898    PalletUniqueSchedulerEvent: PalletUniqueSchedulerEvent;899    PalletUniqueSchedulerScheduledV3: PalletUniqueSchedulerScheduledV3;900    PalletVersion: PalletVersion;901    PalletXcmCall: PalletXcmCall;902    PalletXcmError: PalletXcmError;903    PalletXcmEvent: PalletXcmEvent;904    PalletXcmOrigin: PalletXcmOrigin;905    ParachainDispatchOrigin: ParachainDispatchOrigin;906    ParachainInherentData: ParachainInherentData;907    ParachainProposal: ParachainProposal;908    ParachainsInherentData: ParachainsInherentData;909    ParaGenesisArgs: ParaGenesisArgs;910    ParaId: ParaId;911    ParaInfo: ParaInfo;912    ParaLifecycle: ParaLifecycle;913    Parameter: Parameter;914    ParaPastCodeMeta: ParaPastCodeMeta;915    ParaScheduling: ParaScheduling;916    ParathreadClaim: ParathreadClaim;917    ParathreadClaimQueue: ParathreadClaimQueue;918    ParathreadEntry: ParathreadEntry;919    ParaValidatorIndex: ParaValidatorIndex;920    Pays: Pays;921    Peer: Peer;922    PeerEndpoint: PeerEndpoint;923    PeerEndpointAddr: PeerEndpointAddr;924    PeerInfo: PeerInfo;925    PeerPing: PeerPing;926    PendingChange: PendingChange;927    PendingPause: PendingPause;928    PendingResume: PendingResume;929    Perbill: Perbill;930    Percent: Percent;931    PerDispatchClassU32: PerDispatchClassU32;932    PerDispatchClassWeight: PerDispatchClassWeight;933    PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;934    Period: Period;935    Permill: Permill;936    PermissionLatest: PermissionLatest;937    PermissionsV1: PermissionsV1;938    PermissionVersions: PermissionVersions;939    Perquintill: Perquintill;940    PersistedValidationData: PersistedValidationData;941    PerU16: PerU16;942    Phantom: Phantom;943    PhantomData: PhantomData;944    PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;945    Phase: Phase;946    PhragmenScore: PhragmenScore;947    Points: Points;948    PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;949    PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;950    PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;951    PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;952    PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;953    PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;954    PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;955    PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;956    PortableType: PortableType;957    PortableTypeV14: PortableTypeV14;958    Precommits: Precommits;959    PrefabWasmModule: PrefabWasmModule;960    PrefixedStorageKey: PrefixedStorageKey;961    PreimageStatus: PreimageStatus;962    PreimageStatusAvailable: PreimageStatusAvailable;963    PreRuntime: PreRuntime;964    Prevotes: Prevotes;965    Priority: Priority;966    PriorLock: PriorLock;967    PropIndex: PropIndex;968    Proposal: Proposal;969    ProposalIndex: ProposalIndex;970    ProxyAnnouncement: ProxyAnnouncement;971    ProxyDefinition: ProxyDefinition;972    ProxyState: ProxyState;973    ProxyType: ProxyType;974    PvfCheckStatement: PvfCheckStatement;975    QueryId: QueryId;976    QueryStatus: QueryStatus;977    QueueConfigData: QueueConfigData;978    QueuedParathread: QueuedParathread;979    Randomness: Randomness;980    Raw: Raw;981    RawAuraPreDigest: RawAuraPreDigest;982    RawBabePreDigest: RawBabePreDigest;983    RawBabePreDigestCompat: RawBabePreDigestCompat;984    RawBabePreDigestPrimary: RawBabePreDigestPrimary;985    RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;986    RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;987    RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;988    RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;989    RawBabePreDigestTo159: RawBabePreDigestTo159;990    RawOrigin: RawOrigin;991    RawSolution: RawSolution;992    RawSolutionTo265: RawSolutionTo265;993    RawSolutionWith16: RawSolutionWith16;994    RawSolutionWith24: RawSolutionWith24;995    RawVRFOutput: RawVRFOutput;996    ReadProof: ReadProof;997    ReadySolution: ReadySolution;998    Reasons: Reasons;999    RecoveryConfig: RecoveryConfig;1000    RefCount: RefCount;1001    RefCountTo259: RefCountTo259;1002    ReferendumIndex: ReferendumIndex;1003    ReferendumInfo: ReferendumInfo;1004    ReferendumInfoFinished: ReferendumInfoFinished;1005    ReferendumInfoTo239: ReferendumInfoTo239;1006    ReferendumStatus: ReferendumStatus;1007    RegisteredParachainInfo: RegisteredParachainInfo;1008    RegistrarIndex: RegistrarIndex;1009    RegistrarInfo: RegistrarInfo;1010    Registration: Registration;1011    RegistrationJudgement: RegistrationJudgement;1012    RegistrationTo198: RegistrationTo198;1013    RelayBlockNumber: RelayBlockNumber;1014    RelayChainBlockNumber: RelayChainBlockNumber;1015    RelayChainHash: RelayChainHash;1016    RelayerId: RelayerId;1017    RelayHash: RelayHash;1018    Releases: Releases;1019    Remark: Remark;1020    Renouncing: Renouncing;1021    RentProjection: RentProjection;1022    ReplacementTimes: ReplacementTimes;1023    ReportedRoundStates: ReportedRoundStates;1024    Reporter: Reporter;1025    ReportIdOf: ReportIdOf;1026    ReserveData: ReserveData;1027    ReserveIdentifier: ReserveIdentifier;1028    Response: Response;1029    ResponseV0: ResponseV0;1030    ResponseV1: ResponseV1;1031    ResponseV2: ResponseV2;1032    ResponseV2Error: ResponseV2Error;1033    ResponseV2Result: ResponseV2Result;1034    Retriable: Retriable;1035    RewardDestination: RewardDestination;1036    RewardPoint: RewardPoint;1037    RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;1038    RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;1039    RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;1040    RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;1041    RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;1042    RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;1043    RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;1044    RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;1045    RmrkTraitsPartPartType: RmrkTraitsPartPartType;1046    RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;1047    RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;1048    RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;1049    RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;1050    RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;1051    RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;1052    RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;1053    RmrkTraitsTheme: RmrkTraitsTheme;1054    RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;1055    RoundSnapshot: RoundSnapshot;1056    RoundState: RoundState;1057    RpcMethods: RpcMethods;1058    RuntimeDbWeight: RuntimeDbWeight;1059    RuntimeDispatchInfo: RuntimeDispatchInfo;1060    RuntimeVersion: RuntimeVersion;1061    RuntimeVersionApi: RuntimeVersionApi;1062    RuntimeVersionPartial: RuntimeVersionPartial;1063    RuntimeVersionPre3: RuntimeVersionPre3;1064    RuntimeVersionPre4: RuntimeVersionPre4;1065    Schedule: Schedule;1066    Scheduled: Scheduled;1067    ScheduledCore: ScheduledCore;1068    ScheduledTo254: ScheduledTo254;1069    SchedulePeriod: SchedulePeriod;1070    SchedulePriority: SchedulePriority;1071    ScheduleTo212: ScheduleTo212;1072    ScheduleTo258: ScheduleTo258;1073    ScheduleTo264: ScheduleTo264;1074    Scheduling: Scheduling;1075    ScrapedOnChainVotes: ScrapedOnChainVotes;1076    Seal: Seal;1077    SealV0: SealV0;1078    SeatHolder: SeatHolder;1079    SeedOf: SeedOf;1080    ServiceQuality: ServiceQuality;1081    SessionIndex: SessionIndex;1082    SessionInfo: SessionInfo;1083    SessionInfoValidatorGroup: SessionInfoValidatorGroup;1084    SessionKeys1: SessionKeys1;1085    SessionKeys10: SessionKeys10;1086    SessionKeys10B: SessionKeys10B;1087    SessionKeys2: SessionKeys2;1088    SessionKeys3: SessionKeys3;1089    SessionKeys4: SessionKeys4;1090    SessionKeys5: SessionKeys5;1091    SessionKeys6: SessionKeys6;1092    SessionKeys6B: SessionKeys6B;1093    SessionKeys7: SessionKeys7;1094    SessionKeys7B: SessionKeys7B;1095    SessionKeys8: SessionKeys8;1096    SessionKeys8B: SessionKeys8B;1097    SessionKeys9: SessionKeys9;1098    SessionKeys9B: SessionKeys9B;1099    SetId: SetId;1100    SetIndex: SetIndex;1101    Si0Field: Si0Field;1102    Si0LookupTypeId: Si0LookupTypeId;1103    Si0Path: Si0Path;1104    Si0Type: Si0Type;1105    Si0TypeDef: Si0TypeDef;1106    Si0TypeDefArray: Si0TypeDefArray;1107    Si0TypeDefBitSequence: Si0TypeDefBitSequence;1108    Si0TypeDefCompact: Si0TypeDefCompact;1109    Si0TypeDefComposite: Si0TypeDefComposite;1110    Si0TypeDefPhantom: Si0TypeDefPhantom;1111    Si0TypeDefPrimitive: Si0TypeDefPrimitive;1112    Si0TypeDefSequence: Si0TypeDefSequence;1113    Si0TypeDefTuple: Si0TypeDefTuple;1114    Si0TypeDefVariant: Si0TypeDefVariant;1115    Si0TypeParameter: Si0TypeParameter;1116    Si0Variant: Si0Variant;1117    Si1Field: Si1Field;1118    Si1LookupTypeId: Si1LookupTypeId;1119    Si1Path: Si1Path;1120    Si1Type: Si1Type;1121    Si1TypeDef: Si1TypeDef;1122    Si1TypeDefArray: Si1TypeDefArray;1123    Si1TypeDefBitSequence: Si1TypeDefBitSequence;1124    Si1TypeDefCompact: Si1TypeDefCompact;1125    Si1TypeDefComposite: Si1TypeDefComposite;1126    Si1TypeDefPrimitive: Si1TypeDefPrimitive;1127    Si1TypeDefSequence: Si1TypeDefSequence;1128    Si1TypeDefTuple: Si1TypeDefTuple;1129    Si1TypeDefVariant: Si1TypeDefVariant;1130    Si1TypeParameter: Si1TypeParameter;1131    Si1Variant: Si1Variant;1132    SiField: SiField;1133    Signature: Signature;1134    SignedAvailabilityBitfield: SignedAvailabilityBitfield;1135    SignedAvailabilityBitfields: SignedAvailabilityBitfields;1136    SignedBlock: SignedBlock;1137    SignedBlockWithJustification: SignedBlockWithJustification;1138    SignedBlockWithJustifications: SignedBlockWithJustifications;1139    SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1140    SignedExtensionMetadataV14: SignedExtensionMetadataV14;1141    SignedSubmission: SignedSubmission;1142    SignedSubmissionOf: SignedSubmissionOf;1143    SignedSubmissionTo276: SignedSubmissionTo276;1144    SignerPayload: SignerPayload;1145    SigningContext: SigningContext;1146    SiLookupTypeId: SiLookupTypeId;1147    SiPath: SiPath;1148    SiType: SiType;1149    SiTypeDef: SiTypeDef;1150    SiTypeDefArray: SiTypeDefArray;1151    SiTypeDefBitSequence: SiTypeDefBitSequence;1152    SiTypeDefCompact: SiTypeDefCompact;1153    SiTypeDefComposite: SiTypeDefComposite;1154    SiTypeDefPrimitive: SiTypeDefPrimitive;1155    SiTypeDefSequence: SiTypeDefSequence;1156    SiTypeDefTuple: SiTypeDefTuple;1157    SiTypeDefVariant: SiTypeDefVariant;1158    SiTypeParameter: SiTypeParameter;1159    SiVariant: SiVariant;1160    SlashingSpans: SlashingSpans;1161    SlashingSpansTo204: SlashingSpansTo204;1162    SlashJournalEntry: SlashJournalEntry;1163    Slot: Slot;1164    SlotDuration: SlotDuration;1165    SlotNumber: SlotNumber;1166    SlotRange: SlotRange;1167    SlotRange10: SlotRange10;1168    SocietyJudgement: SocietyJudgement;1169    SocietyVote: SocietyVote;1170    SolutionOrSnapshotSize: SolutionOrSnapshotSize;1171    SolutionSupport: SolutionSupport;1172    SolutionSupports: SolutionSupports;1173    SpanIndex: SpanIndex;1174    SpanRecord: SpanRecord;1175    SpCoreEcdsaSignature: SpCoreEcdsaSignature;1176    SpCoreEd25519Signature: SpCoreEd25519Signature;1177    SpCoreSr25519Signature: SpCoreSr25519Signature;1178    SpCoreVoid: SpCoreVoid;1179    SpecVersion: SpecVersion;1180    SpRuntimeArithmeticError: SpRuntimeArithmeticError;1181    SpRuntimeDigest: SpRuntimeDigest;1182    SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1183    SpRuntimeDispatchError: SpRuntimeDispatchError;1184    SpRuntimeModuleError: SpRuntimeModuleError;1185    SpRuntimeMultiSignature: SpRuntimeMultiSignature;1186    SpRuntimeTokenError: SpRuntimeTokenError;1187    SpRuntimeTransactionalError: SpRuntimeTransactionalError;1188    SpTrieStorageProof: SpTrieStorageProof;1189    SpVersionRuntimeVersion: SpVersionRuntimeVersion;1190    Sr25519Signature: Sr25519Signature;1191    StakingLedger: StakingLedger;1192    StakingLedgerTo223: StakingLedgerTo223;1193    StakingLedgerTo240: StakingLedgerTo240;1194    Statement: Statement;1195    StatementKind: StatementKind;1196    StorageChangeSet: StorageChangeSet;1197    StorageData: StorageData;1198    StorageDeposit: StorageDeposit;1199    StorageEntryMetadataLatest: StorageEntryMetadataLatest;1200    StorageEntryMetadataV10: StorageEntryMetadataV10;1201    StorageEntryMetadataV11: StorageEntryMetadataV11;1202    StorageEntryMetadataV12: StorageEntryMetadataV12;1203    StorageEntryMetadataV13: StorageEntryMetadataV13;1204    StorageEntryMetadataV14: StorageEntryMetadataV14;1205    StorageEntryMetadataV9: StorageEntryMetadataV9;1206    StorageEntryModifierLatest: StorageEntryModifierLatest;1207    StorageEntryModifierV10: StorageEntryModifierV10;1208    StorageEntryModifierV11: StorageEntryModifierV11;1209    StorageEntryModifierV12: StorageEntryModifierV12;1210    StorageEntryModifierV13: StorageEntryModifierV13;1211    StorageEntryModifierV14: StorageEntryModifierV14;1212    StorageEntryModifierV9: StorageEntryModifierV9;1213    StorageEntryTypeLatest: StorageEntryTypeLatest;1214    StorageEntryTypeV10: StorageEntryTypeV10;1215    StorageEntryTypeV11: StorageEntryTypeV11;1216    StorageEntryTypeV12: StorageEntryTypeV12;1217    StorageEntryTypeV13: StorageEntryTypeV13;1218    StorageEntryTypeV14: StorageEntryTypeV14;1219    StorageEntryTypeV9: StorageEntryTypeV9;1220    StorageHasher: StorageHasher;1221    StorageHasherV10: StorageHasherV10;1222    StorageHasherV11: StorageHasherV11;1223    StorageHasherV12: StorageHasherV12;1224    StorageHasherV13: StorageHasherV13;1225    StorageHasherV14: StorageHasherV14;1226    StorageHasherV9: StorageHasherV9;1227    StorageInfo: StorageInfo;1228    StorageKey: StorageKey;1229    StorageKind: StorageKind;1230    StorageMetadataV10: StorageMetadataV10;1231    StorageMetadataV11: StorageMetadataV11;1232    StorageMetadataV12: StorageMetadataV12;1233    StorageMetadataV13: StorageMetadataV13;1234    StorageMetadataV9: StorageMetadataV9;1235    StorageProof: StorageProof;1236    StoredPendingChange: StoredPendingChange;1237    StoredState: StoredState;1238    StrikeCount: StrikeCount;1239    SubId: SubId;1240    SubmissionIndicesOf: SubmissionIndicesOf;1241    Supports: Supports;1242    SyncState: SyncState;1243    SystemInherentData: SystemInherentData;1244    SystemOrigin: SystemOrigin;1245    Tally: Tally;1246    TaskAddress: TaskAddress;1247    TAssetBalance: TAssetBalance;1248    TAssetDepositBalance: TAssetDepositBalance;1249    Text: Text;1250    Timepoint: Timepoint;1251    TokenError: TokenError;1252    TombstoneContractInfo: TombstoneContractInfo;1253    TraceBlockResponse: TraceBlockResponse;1254    TraceError: TraceError;1255    TransactionalError: TransactionalError;1256    TransactionInfo: TransactionInfo;1257    TransactionLongevity: TransactionLongevity;1258    TransactionPriority: TransactionPriority;1259    TransactionSource: TransactionSource;1260    TransactionStorageProof: TransactionStorageProof;1261    TransactionTag: TransactionTag;1262    TransactionV0: TransactionV0;1263    TransactionV1: TransactionV1;1264    TransactionV2: TransactionV2;1265    TransactionValidity: TransactionValidity;1266    TransactionValidityError: TransactionValidityError;1267    TransientValidationData: TransientValidationData;1268    TreasuryProposal: TreasuryProposal;1269    TrieId: TrieId;1270    TrieIndex: TrieIndex;1271    Type: Type;1272    u128: u128;1273    U128: U128;1274    u16: u16;1275    U16: U16;1276    u256: u256;1277    U256: U256;1278    u32: u32;1279    U32: U32;1280    U32F32: U32F32;1281    u64: u64;1282    U64: U64;1283    u8: u8;1284    U8: U8;1285    UnappliedSlash: UnappliedSlash;1286    UnappliedSlashOther: UnappliedSlashOther;1287    UncleEntryItem: UncleEntryItem;1288    UnknownTransaction: UnknownTransaction;1289    UnlockChunk: UnlockChunk;1290    UnrewardedRelayer: UnrewardedRelayer;1291    UnrewardedRelayersState: UnrewardedRelayersState;1292    UpDataStructsAccessMode: UpDataStructsAccessMode;1293    UpDataStructsCollection: UpDataStructsCollection;1294    UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1295    UpDataStructsCollectionMode: UpDataStructsCollectionMode;1296    UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;1297    UpDataStructsCollectionStats: UpDataStructsCollectionStats;1298    UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1299    UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1300    UpDataStructsCreateItemData: UpDataStructsCreateItemData;1301    UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1302    UpDataStructsCreateNftData: UpDataStructsCreateNftData;1303    UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1304    UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1305    UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;1306    UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;1307    UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1308    UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1309    UpDataStructsProperties: UpDataStructsProperties;1310    UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;1311    UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;1312    UpDataStructsProperty: UpDataStructsProperty;1313    UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;1314    UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;1315    UpDataStructsPropertyScope: UpDataStructsPropertyScope;1316    UpDataStructsRpcCollection: UpDataStructsRpcCollection;1317    UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1318    UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;1319    UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;1320    UpDataStructsTokenChild: UpDataStructsTokenChild;1321    UpDataStructsTokenData: UpDataStructsTokenData;1322    UpgradeGoAhead: UpgradeGoAhead;1323    UpgradeRestriction: UpgradeRestriction;1324    UpwardMessage: UpwardMessage;1325    usize: usize;1326    USize: USize;1327    ValidationCode: ValidationCode;1328    ValidationCodeHash: ValidationCodeHash;1329    ValidationData: ValidationData;1330    ValidationDataType: ValidationDataType;1331    ValidationFunctionParams: ValidationFunctionParams;1332    ValidatorCount: ValidatorCount;1333    ValidatorId: ValidatorId;1334    ValidatorIdOf: ValidatorIdOf;1335    ValidatorIndex: ValidatorIndex;1336    ValidatorIndexCompact: ValidatorIndexCompact;1337    ValidatorPrefs: ValidatorPrefs;1338    ValidatorPrefsTo145: ValidatorPrefsTo145;1339    ValidatorPrefsTo196: ValidatorPrefsTo196;1340    ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1341    ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1342    ValidatorSet: ValidatorSet;1343    ValidatorSetId: ValidatorSetId;1344    ValidatorSignature: ValidatorSignature;1345    ValidDisputeStatementKind: ValidDisputeStatementKind;1346    ValidityAttestation: ValidityAttestation;1347    ValidTransaction: ValidTransaction;1348    VecInboundHrmpMessage: VecInboundHrmpMessage;1349    VersionedMultiAsset: VersionedMultiAsset;1350    VersionedMultiAssets: VersionedMultiAssets;1351    VersionedMultiLocation: VersionedMultiLocation;1352    VersionedResponse: VersionedResponse;1353    VersionedXcm: VersionedXcm;1354    VersionMigrationStage: VersionMigrationStage;1355    VestingInfo: VestingInfo;1356    VestingSchedule: VestingSchedule;1357    Vote: Vote;1358    VoteIndex: VoteIndex;1359    Voter: Voter;1360    VoterInfo: VoterInfo;1361    Votes: Votes;1362    VotesTo230: VotesTo230;1363    VoteThreshold: VoteThreshold;1364    VoteWeight: VoteWeight;1365    Voting: Voting;1366    VotingDelegating: VotingDelegating;1367    VotingDirect: VotingDirect;1368    VotingDirectVote: VotingDirectVote;1369    VouchingStatus: VouchingStatus;1370    VrfData: VrfData;1371    VrfOutput: VrfOutput;1372    VrfProof: VrfProof;1373    Weight: Weight;1374    WeightLimitV2: WeightLimitV2;1375    WeightMultiplier: WeightMultiplier;1376    WeightPerClass: WeightPerClass;1377    WeightToFeeCoefficient: WeightToFeeCoefficient;1378    WildFungibility: WildFungibility;1379    WildFungibilityV0: WildFungibilityV0;1380    WildFungibilityV1: WildFungibilityV1;1381    WildFungibilityV2: WildFungibilityV2;1382    WildMultiAsset: WildMultiAsset;1383    WildMultiAssetV1: WildMultiAssetV1;1384    WildMultiAssetV2: WildMultiAssetV2;1385    WinnersData: WinnersData;1386    WinnersData10: WinnersData10;1387    WinnersDataTuple: WinnersDataTuple;1388    WinnersDataTuple10: WinnersDataTuple10;1389    WinningData: WinningData;1390    WinningData10: WinningData10;1391    WinningDataEntry: WinningDataEntry;1392    WithdrawReasons: WithdrawReasons;1393    Xcm: Xcm;1394    XcmAssetId: XcmAssetId;1395    XcmDoubleEncoded: XcmDoubleEncoded;1396    XcmError: XcmError;1397    XcmErrorV0: XcmErrorV0;1398    XcmErrorV1: XcmErrorV1;1399    XcmErrorV2: XcmErrorV2;1400    XcmOrder: XcmOrder;1401    XcmOrderV0: XcmOrderV0;1402    XcmOrderV1: XcmOrderV1;1403    XcmOrderV2: XcmOrderV2;1404    XcmOrigin: XcmOrigin;1405    XcmOriginKind: XcmOriginKind;1406    XcmpMessageFormat: XcmpMessageFormat;1407    XcmV0: XcmV0;1408    XcmV0Junction: XcmV0Junction;1409    XcmV0JunctionBodyId: XcmV0JunctionBodyId;1410    XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1411    XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1412    XcmV0MultiAsset: XcmV0MultiAsset;1413    XcmV0MultiLocation: XcmV0MultiLocation;1414    XcmV0Order: XcmV0Order;1415    XcmV0OriginKind: XcmV0OriginKind;1416    XcmV0Response: XcmV0Response;1417    XcmV0Xcm: XcmV0Xcm;1418    XcmV1: XcmV1;1419    XcmV1Junction: XcmV1Junction;1420    XcmV1MultiAsset: XcmV1MultiAsset;1421    XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1422    XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1423    XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1424    XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1425    XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1426    XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1427    XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1428    XcmV1MultiLocation: XcmV1MultiLocation;1429    XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1430    XcmV1Order: XcmV1Order;1431    XcmV1Response: XcmV1Response;1432    XcmV1Xcm: XcmV1Xcm;1433    XcmV2: XcmV2;1434    XcmV2Instruction: XcmV2Instruction;1435    XcmV2Response: XcmV2Response;1436    XcmV2TraitsError: XcmV2TraitsError;1437    XcmV2TraitsOutcome: XcmV2TraitsOutcome;1438    XcmV2WeightLimit: XcmV2WeightLimit;1439    XcmV2Xcm: XcmV2Xcm;1440    XcmVersion: XcmVersion;1441    XcmVersionedMultiAsset: XcmVersionedMultiAsset;1442    XcmVersionedMultiAssets: XcmVersionedMultiAssets;1443    XcmVersionedMultiLocation: XcmVersionedMultiLocation;1444    XcmVersionedXcm: XcmVersionedXcm;1445  } // InterfaceTypes1446} // declare module
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -691,6 +691,9 @@
 /** @name FrameSystemExtensionsCheckSpecVersion */
 export interface FrameSystemExtensionsCheckSpecVersion extends Null {}
 
+/** @name FrameSystemExtensionsCheckTxVersion */
+export interface FrameSystemExtensionsCheckTxVersion extends Null {}
+
 /** @name FrameSystemExtensionsCheckWeight */
 export interface FrameSystemExtensionsCheckWeight extends Null {}
 
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -3540,27 +3540,31 @@
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup479: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup479: frame_system::extensions::check_tx_version::CheckTxVersion<T>
+   **/
+  FrameSystemExtensionsCheckTxVersion: 'Null',
+  /**
+   * Lookup480: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup482: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup483: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup483: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup484: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup484: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup485: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup485: opal_runtime::Runtime
+   * Lookup486: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null',
   /**
-   * Lookup486: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+   * Lookup487: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
    **/
   PalletEthereumFakeTransactionFinalizer: 'Null'
 };
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,7 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
 
 declare module '@polkadot/types/types/registry' {
   interface InterfaceTypes {
@@ -71,6 +71,7 @@
     FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;
     FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;
     FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;
+    FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;
     FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;
     FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;
     FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -3784,22 +3784,25 @@
   /** @name FrameSystemExtensionsCheckSpecVersion (478) */
   type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (479) */
+  /** @name FrameSystemExtensionsCheckTxVersion (479) */
+  type FrameSystemExtensionsCheckTxVersion = Null;
+
+  /** @name FrameSystemExtensionsCheckGenesis (480) */
   type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (482) */
+  /** @name FrameSystemExtensionsCheckNonce (483) */
   interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (483) */
+  /** @name FrameSystemExtensionsCheckWeight (484) */
   type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (484) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (485) */
   interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (485) */
+  /** @name OpalRuntimeRuntime (486) */
   type OpalRuntimeRuntime = Null;
 
-  /** @name PalletEthereumFakeTransactionFinalizer (486) */
+  /** @name PalletEthereumFakeTransactionFinalizer (487) */
   type PalletEthereumFakeTransactionFinalizer = Null;
 
 } // declare module