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

difftreelog

test regenerate types

Yaroslav Bolyukin2022-04-07parent: #48b553e.patch.diff
in: master

6 files changed

modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -5,7 +5,7 @@
 import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';
 import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpRuntimeDigest, UpDataStructsCollection, UpDataStructsCollectionStats } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats } from '@polkadot/types/lookup';
 import type { Observable } from '@polkadot/types/types';
 
 declare module '@polkadot/api-base/types/storage' {
@@ -312,6 +312,15 @@
        **/
       processedDownwardMessages: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
       /**
+       * The state proof for the last relay parent block.
+       * 
+       * This field is meant to be updated each block with the validation data inherent. Therefore,
+       * before processing of the inherent, e.g. in `on_initialize` this data may be stale.
+       * 
+       * This data is also absent from the genesis.
+       **/
+      relayStateProof: AugmentedQuery<ApiType, () => Observable<Option<SpTrieStorageProof>>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
        * The snapshot of some state related to messaging relevant to the current parachain as per
        * the relay parent.
        * 
modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -1,7 +1,7 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsCollectionLimits } from './unique';
+import type { PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionStats } from './unique';
 import type { AugmentedRpc } from '@polkadot/rpc-core/types';
 import type { Metadata, StorageKey } from '@polkadot/types';
 import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, u128, u32, u64 } from '@polkadot/types-codec';
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 */34import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1AbridgedHrmpChannel, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsSchemaVersion, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './unique';5import type { Data, StorageKey } from '@polkadot/types';6import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';8import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';9import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';10import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';11import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';12import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeWeight, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';13import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';14import type { BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefySignedCommitment, MmrRootHash, ValidatorSetId } from '@polkadot/types/interfaces/beefy';15import 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';16import type { BlockHash } from '@polkadot/types/interfaces/chain';17import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';18import type { StatementKind } from '@polkadot/types/interfaces/claims';19import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';20import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';21import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultErr, ContractExecResultErrModule, 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';22import 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';23import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';24import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';25import 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';26import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';27import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';28import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, 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';29import type { EvmAccount, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';30import 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';31import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';32import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';33import 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';34import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';35import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';36import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';37import 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, 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';38import type { MmrLeafProof } from '@polkadot/types/interfaces/mmr';39import type { StorageKind } from '@polkadot/types/interfaces/offchain';40import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';41import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, Scheduling, 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';42import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';43import type { Approvals } from '@polkadot/types/interfaces/poll';44import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';45import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';46import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';47import type { RpcMethods } from '@polkadot/types/interfaces/rpc';48import 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, StorageData, StorageProof, TransactionInfo, TransactionPriority, TransactionStorageProof, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';49import 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';50import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';51import 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';52import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';53import 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';54import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';55import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';56import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, 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, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';57import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';58import type { Multiplier } from '@polkadot/types/interfaces/txpayment';59import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';60import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';61import type { VestingInfo } from '@polkadot/types/interfaces/vesting';62import 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';6364declare module '@polkadot/types/types/registry' {65  export interface InterfaceTypes {66    AbridgedCandidateReceipt: AbridgedCandidateReceipt;67    AbridgedHostConfiguration: AbridgedHostConfiguration;68    AbridgedHrmpChannel: AbridgedHrmpChannel;69    AccountData: AccountData;70    AccountId: AccountId;71    AccountId20: AccountId20;72    AccountId32: AccountId32;73    AccountIdOf: AccountIdOf;74    AccountIndex: AccountIndex;75    AccountInfo: AccountInfo;76    AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;77    AccountInfoWithProviders: AccountInfoWithProviders;78    AccountInfoWithRefCount: AccountInfoWithRefCount;79    AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;80    AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;81    AccountStatus: AccountStatus;82    AccountValidity: AccountValidity;83    AccountVote: AccountVote;84    AccountVoteSplit: AccountVoteSplit;85    AccountVoteStandard: AccountVoteStandard;86    ActiveEraInfo: ActiveEraInfo;87    ActiveGilt: ActiveGilt;88    ActiveGiltsTotal: ActiveGiltsTotal;89    ActiveIndex: ActiveIndex;90    ActiveRecovery: ActiveRecovery;91    Address: Address;92    AliveContractInfo: AliveContractInfo;93    AllowedSlots: AllowedSlots;94    AnySignature: AnySignature;95    ApiId: ApiId;96    ApplyExtrinsicResult: ApplyExtrinsicResult;97    ApprovalFlag: ApprovalFlag;98    Approvals: Approvals;99    ArithmeticError: ArithmeticError;100    AssetApproval: AssetApproval;101    AssetApprovalKey: AssetApprovalKey;102    AssetBalance: AssetBalance;103    AssetDestroyWitness: AssetDestroyWitness;104    AssetDetails: AssetDetails;105    AssetId: AssetId;106    AssetInstance: AssetInstance;107    AssetInstanceV0: AssetInstanceV0;108    AssetInstanceV1: AssetInstanceV1;109    AssetInstanceV2: AssetInstanceV2;110    AssetMetadata: AssetMetadata;111    AssetOptions: AssetOptions;112    AssignmentId: AssignmentId;113    AssignmentKind: AssignmentKind;114    AttestedCandidate: AttestedCandidate;115    AuctionIndex: AuctionIndex;116    AuthIndex: AuthIndex;117    AuthorityDiscoveryId: AuthorityDiscoveryId;118    AuthorityId: AuthorityId;119    AuthorityIndex: AuthorityIndex;120    AuthorityList: AuthorityList;121    AuthoritySet: AuthoritySet;122    AuthoritySetChange: AuthoritySetChange;123    AuthoritySetChanges: AuthoritySetChanges;124    AuthoritySignature: AuthoritySignature;125    AuthorityWeight: AuthorityWeight;126    AvailabilityBitfield: AvailabilityBitfield;127    AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;128    BabeAuthorityWeight: BabeAuthorityWeight;129    BabeBlockWeight: BabeBlockWeight;130    BabeEpochConfiguration: BabeEpochConfiguration;131    BabeEquivocationProof: BabeEquivocationProof;132    BabeWeight: BabeWeight;133    BackedCandidate: BackedCandidate;134    Balance: Balance;135    BalanceLock: BalanceLock;136    BalanceLockTo212: BalanceLockTo212;137    BalanceOf: BalanceOf;138    BalanceStatus: BalanceStatus;139    BeefyCommitment: BeefyCommitment;140    BeefyId: BeefyId;141    BeefyKey: BeefyKey;142    BeefyNextAuthoritySet: BeefyNextAuthoritySet;143    BeefyPayload: BeefyPayload;144    BeefySignedCommitment: BeefySignedCommitment;145    Bid: Bid;146    Bidder: Bidder;147    BidKind: BidKind;148    BitVec: BitVec;149    Block: Block;150    BlockAttestations: BlockAttestations;151    BlockHash: BlockHash;152    BlockLength: BlockLength;153    BlockNumber: BlockNumber;154    BlockNumberFor: BlockNumberFor;155    BlockNumberOf: BlockNumberOf;156    BlockTrace: BlockTrace;157    BlockTraceEvent: BlockTraceEvent;158    BlockTraceEventData: BlockTraceEventData;159    BlockTraceSpan: BlockTraceSpan;160    BlockV0: BlockV0;161    BlockV1: BlockV1;162    BlockV2: BlockV2;163    BlockWeights: BlockWeights;164    BodyId: BodyId;165    BodyPart: BodyPart;166    bool: bool;167    Bool: Bool;168    Bounty: Bounty;169    BountyIndex: BountyIndex;170    BountyStatus: BountyStatus;171    BountyStatusActive: BountyStatusActive;172    BountyStatusCuratorProposed: BountyStatusCuratorProposed;173    BountyStatusPendingPayout: BountyStatusPendingPayout;174    BridgedBlockHash: BridgedBlockHash;175    BridgedBlockNumber: BridgedBlockNumber;176    BridgedHeader: BridgedHeader;177    BridgeMessageId: BridgeMessageId;178    BufferedSessionChange: BufferedSessionChange;179    Bytes: Bytes;180    Call: Call;181    CallHash: CallHash;182    CallHashOf: CallHashOf;183    CallIndex: CallIndex;184    CallOrigin: CallOrigin;185    CandidateCommitments: CandidateCommitments;186    CandidateDescriptor: CandidateDescriptor;187    CandidateHash: CandidateHash;188    CandidateInfo: CandidateInfo;189    CandidatePendingAvailability: CandidatePendingAvailability;190    CandidateReceipt: CandidateReceipt;191    ChainId: ChainId;192    ChainProperties: ChainProperties;193    ChainType: ChainType;194    ChangesTrieConfiguration: ChangesTrieConfiguration;195    ChangesTrieSignal: ChangesTrieSignal;196    ClassDetails: ClassDetails;197    ClassId: ClassId;198    ClassMetadata: ClassMetadata;199    CodecHash: CodecHash;200    CodeHash: CodeHash;201    CodeSource: CodeSource;202    CodeUploadRequest: CodeUploadRequest;203    CodeUploadResult: CodeUploadResult;204    CodeUploadResultValue: CodeUploadResultValue;205    CollatorId: CollatorId;206    CollatorSignature: CollatorSignature;207    CollectiveOrigin: CollectiveOrigin;208    CommittedCandidateReceipt: CommittedCandidateReceipt;209    CompactAssignments: CompactAssignments;210    CompactAssignmentsTo257: CompactAssignmentsTo257;211    CompactAssignmentsTo265: CompactAssignmentsTo265;212    CompactAssignmentsWith16: CompactAssignmentsWith16;213    CompactAssignmentsWith24: CompactAssignmentsWith24;214    CompactScore: CompactScore;215    CompactScoreCompact: CompactScoreCompact;216    ConfigData: ConfigData;217    Consensus: Consensus;218    ConsensusEngineId: ConsensusEngineId;219    ConsumedWeight: ConsumedWeight;220    ContractCallFlags: ContractCallFlags;221    ContractCallRequest: ContractCallRequest;222    ContractConstructorSpecLatest: ContractConstructorSpecLatest;223    ContractConstructorSpecV0: ContractConstructorSpecV0;224    ContractConstructorSpecV1: ContractConstructorSpecV1;225    ContractConstructorSpecV2: ContractConstructorSpecV2;226    ContractConstructorSpecV3: ContractConstructorSpecV3;227    ContractContractSpecV0: ContractContractSpecV0;228    ContractContractSpecV1: ContractContractSpecV1;229    ContractContractSpecV2: ContractContractSpecV2;230    ContractContractSpecV3: ContractContractSpecV3;231    ContractCryptoHasher: ContractCryptoHasher;232    ContractDiscriminant: ContractDiscriminant;233    ContractDisplayName: ContractDisplayName;234    ContractEventParamSpecLatest: ContractEventParamSpecLatest;235    ContractEventParamSpecV0: ContractEventParamSpecV0;236    ContractEventParamSpecV2: ContractEventParamSpecV2;237    ContractEventSpecLatest: ContractEventSpecLatest;238    ContractEventSpecV0: ContractEventSpecV0;239    ContractEventSpecV1: ContractEventSpecV1;240    ContractEventSpecV2: ContractEventSpecV2;241    ContractExecResult: ContractExecResult;242    ContractExecResultErr: ContractExecResultErr;243    ContractExecResultErrModule: ContractExecResultErrModule;244    ContractExecResultOk: ContractExecResultOk;245    ContractExecResultResult: ContractExecResultResult;246    ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;247    ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;248    ContractExecResultTo255: ContractExecResultTo255;249    ContractExecResultTo260: ContractExecResultTo260;250    ContractExecResultTo267: ContractExecResultTo267;251    ContractInfo: ContractInfo;252    ContractInstantiateResult: ContractInstantiateResult;253    ContractInstantiateResultTo267: ContractInstantiateResultTo267;254    ContractInstantiateResultTo299: ContractInstantiateResultTo299;255    ContractLayoutArray: ContractLayoutArray;256    ContractLayoutCell: ContractLayoutCell;257    ContractLayoutEnum: ContractLayoutEnum;258    ContractLayoutHash: ContractLayoutHash;259    ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;260    ContractLayoutKey: ContractLayoutKey;261    ContractLayoutStruct: ContractLayoutStruct;262    ContractLayoutStructField: ContractLayoutStructField;263    ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;264    ContractMessageParamSpecV0: ContractMessageParamSpecV0;265    ContractMessageParamSpecV2: ContractMessageParamSpecV2;266    ContractMessageSpecLatest: ContractMessageSpecLatest;267    ContractMessageSpecV0: ContractMessageSpecV0;268    ContractMessageSpecV1: ContractMessageSpecV1;269    ContractMessageSpecV2: ContractMessageSpecV2;270    ContractMetadata: ContractMetadata;271    ContractMetadataLatest: ContractMetadataLatest;272    ContractMetadataV0: ContractMetadataV0;273    ContractMetadataV1: ContractMetadataV1;274    ContractMetadataV2: ContractMetadataV2;275    ContractMetadataV3: ContractMetadataV3;276    ContractProject: ContractProject;277    ContractProjectContract: ContractProjectContract;278    ContractProjectInfo: ContractProjectInfo;279    ContractProjectSource: ContractProjectSource;280    ContractProjectV0: ContractProjectV0;281    ContractReturnFlags: ContractReturnFlags;282    ContractSelector: ContractSelector;283    ContractStorageKey: ContractStorageKey;284    ContractStorageLayout: ContractStorageLayout;285    ContractTypeSpec: ContractTypeSpec;286    Conviction: Conviction;287    CoreAssignment: CoreAssignment;288    CoreIndex: CoreIndex;289    CoreOccupied: CoreOccupied;290    CrateVersion: CrateVersion;291    CreatedBlock: CreatedBlock;292    CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;293    CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;294    CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;295    CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;296    CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;297    CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;298    CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;299    CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;300    CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;301    CumulusPalletXcmCall: CumulusPalletXcmCall;302    CumulusPalletXcmError: CumulusPalletXcmError;303    CumulusPalletXcmEvent: CumulusPalletXcmEvent;304    CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;305    CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;306    CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;307    CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;308    CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;309    CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;310    CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;311    CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;312    CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;313    Data: Data;314    DeferredOffenceOf: DeferredOffenceOf;315    DefunctVoter: DefunctVoter;316    DelayKind: DelayKind;317    DelayKindBest: DelayKindBest;318    Delegations: Delegations;319    DeletedContract: DeletedContract;320    DeliveredMessages: DeliveredMessages;321    DepositBalance: DepositBalance;322    DepositBalanceOf: DepositBalanceOf;323    DestroyWitness: DestroyWitness;324    Digest: Digest;325    DigestItem: DigestItem;326    DigestOf: DigestOf;327    DispatchClass: DispatchClass;328    DispatchError: DispatchError;329    DispatchErrorModule: DispatchErrorModule;330    DispatchErrorTo198: DispatchErrorTo198;331    DispatchFeePayment: DispatchFeePayment;332    DispatchInfo: DispatchInfo;333    DispatchInfoTo190: DispatchInfoTo190;334    DispatchInfoTo244: DispatchInfoTo244;335    DispatchOutcome: DispatchOutcome;336    DispatchResult: DispatchResult;337    DispatchResultOf: DispatchResultOf;338    DispatchResultTo198: DispatchResultTo198;339    DisputeLocation: DisputeLocation;340    DisputeResult: DisputeResult;341    DisputeState: DisputeState;342    DisputeStatement: DisputeStatement;343    DisputeStatementSet: DisputeStatementSet;344    DoubleEncodedCall: DoubleEncodedCall;345    DoubleVoteReport: DoubleVoteReport;346    DownwardMessage: DownwardMessage;347    EcdsaSignature: EcdsaSignature;348    Ed25519Signature: Ed25519Signature;349    EIP1559Transaction: EIP1559Transaction;350    EIP2930Transaction: EIP2930Transaction;351    ElectionCompute: ElectionCompute;352    ElectionPhase: ElectionPhase;353    ElectionResult: ElectionResult;354    ElectionScore: ElectionScore;355    ElectionSize: ElectionSize;356    ElectionStatus: ElectionStatus;357    EncodedFinalityProofs: EncodedFinalityProofs;358    EncodedJustification: EncodedJustification;359    EpochAuthorship: EpochAuthorship;360    Era: Era;361    EraIndex: EraIndex;362    EraPoints: EraPoints;363    EraRewardPoints: EraRewardPoints;364    EraRewards: EraRewards;365    ErrorMetadataLatest: ErrorMetadataLatest;366    ErrorMetadataV10: ErrorMetadataV10;367    ErrorMetadataV11: ErrorMetadataV11;368    ErrorMetadataV12: ErrorMetadataV12;369    ErrorMetadataV13: ErrorMetadataV13;370    ErrorMetadataV14: ErrorMetadataV14;371    ErrorMetadataV9: ErrorMetadataV9;372    EthAccessList: EthAccessList;373    EthAccessListItem: EthAccessListItem;374    EthAccount: EthAccount;375    EthAddress: EthAddress;376    EthBlock: EthBlock;377    EthBloom: EthBloom;378    EthbloomBloom: EthbloomBloom;379    EthCallRequest: EthCallRequest;380    EthereumAccountId: EthereumAccountId;381    EthereumAddress: EthereumAddress;382    EthereumBlock: EthereumBlock;383    EthereumHeader: EthereumHeader;384    EthereumLog: EthereumLog;385    EthereumLookupSource: EthereumLookupSource;386    EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;387    EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;388    EthereumSignature: EthereumSignature;389    EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;390    EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;391    EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;392    EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;393    EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;394    EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;395    EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;396    EthereumTypesHashH64: EthereumTypesHashH64;397    EthFilter: EthFilter;398    EthFilterAddress: EthFilterAddress;399    EthFilterChanges: EthFilterChanges;400    EthFilterTopic: EthFilterTopic;401    EthFilterTopicEntry: EthFilterTopicEntry;402    EthFilterTopicInner: EthFilterTopicInner;403    EthHeader: EthHeader;404    EthLog: EthLog;405    EthReceipt: EthReceipt;406    EthRichBlock: EthRichBlock;407    EthRichHeader: EthRichHeader;408    EthStorageProof: EthStorageProof;409    EthSubKind: EthSubKind;410    EthSubParams: EthSubParams;411    EthSubResult: EthSubResult;412    EthSyncInfo: EthSyncInfo;413    EthSyncStatus: EthSyncStatus;414    EthTransaction: EthTransaction;415    EthTransactionAction: EthTransactionAction;416    EthTransactionCondition: EthTransactionCondition;417    EthTransactionRequest: EthTransactionRequest;418    EthTransactionSignature: EthTransactionSignature;419    EthTransactionStatus: EthTransactionStatus;420    EthWork: EthWork;421    Event: Event;422    EventId: EventId;423    EventIndex: EventIndex;424    EventMetadataLatest: EventMetadataLatest;425    EventMetadataV10: EventMetadataV10;426    EventMetadataV11: EventMetadataV11;427    EventMetadataV12: EventMetadataV12;428    EventMetadataV13: EventMetadataV13;429    EventMetadataV14: EventMetadataV14;430    EventMetadataV9: EventMetadataV9;431    EventRecord: EventRecord;432    EvmAccount: EvmAccount;433    EvmCoreErrorExitError: EvmCoreErrorExitError;434    EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;435    EvmCoreErrorExitReason: EvmCoreErrorExitReason;436    EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;437    EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;438    EvmLog: EvmLog;439    EvmVicinity: EvmVicinity;440    ExecReturnValue: ExecReturnValue;441    ExitError: ExitError;442    ExitFatal: ExitFatal;443    ExitReason: ExitReason;444    ExitRevert: ExitRevert;445    ExitSucceed: ExitSucceed;446    ExplicitDisputeStatement: ExplicitDisputeStatement;447    Exposure: Exposure;448    ExtendedBalance: ExtendedBalance;449    Extrinsic: Extrinsic;450    ExtrinsicEra: ExtrinsicEra;451    ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;452    ExtrinsicMetadataV11: ExtrinsicMetadataV11;453    ExtrinsicMetadataV12: ExtrinsicMetadataV12;454    ExtrinsicMetadataV13: ExtrinsicMetadataV13;455    ExtrinsicMetadataV14: ExtrinsicMetadataV14;456    ExtrinsicOrHash: ExtrinsicOrHash;457    ExtrinsicPayload: ExtrinsicPayload;458    ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;459    ExtrinsicPayloadV4: ExtrinsicPayloadV4;460    ExtrinsicSignature: ExtrinsicSignature;461    ExtrinsicSignatureV4: ExtrinsicSignatureV4;462    ExtrinsicStatus: ExtrinsicStatus;463    ExtrinsicsWeight: ExtrinsicsWeight;464    ExtrinsicUnknown: ExtrinsicUnknown;465    ExtrinsicV4: ExtrinsicV4;466    FeeDetails: FeeDetails;467    Fixed128: Fixed128;468    Fixed64: Fixed64;469    FixedI128: FixedI128;470    FixedI64: FixedI64;471    FixedU128: FixedU128;472    FixedU64: FixedU64;473    Forcing: Forcing;474    ForkTreePendingChange: ForkTreePendingChange;475    ForkTreePendingChangeNode: ForkTreePendingChangeNode;476    FpRpcTransactionStatus: FpRpcTransactionStatus;477    FrameSupportPalletId: FrameSupportPalletId;478    FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;479    FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;480    FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;481    FrameSupportWeightsPays: FrameSupportWeightsPays;482    FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;483    FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;484    FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;485    FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;486    FrameSupportWeightsWeightToFeeCoefficient: FrameSupportWeightsWeightToFeeCoefficient;487    FrameSystemAccountInfo: FrameSystemAccountInfo;488    FrameSystemCall: FrameSystemCall;489    FrameSystemError: FrameSystemError;490    FrameSystemEvent: FrameSystemEvent;491    FrameSystemEventRecord: FrameSystemEventRecord;492    FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;493    FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;494    FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;495    FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;496    FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;497    FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;498    FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;499    FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;500    FrameSystemPhase: FrameSystemPhase;501    FullIdentification: FullIdentification;502    FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;503    FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;504    FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;505    FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;506    FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;507    FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;508    FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;509    FunctionMetadataLatest: FunctionMetadataLatest;510    FunctionMetadataV10: FunctionMetadataV10;511    FunctionMetadataV11: FunctionMetadataV11;512    FunctionMetadataV12: FunctionMetadataV12;513    FunctionMetadataV13: FunctionMetadataV13;514    FunctionMetadataV14: FunctionMetadataV14;515    FunctionMetadataV9: FunctionMetadataV9;516    FundIndex: FundIndex;517    FundInfo: FundInfo;518    Fungibility: Fungibility;519    FungibilityV0: FungibilityV0;520    FungibilityV1: FungibilityV1;521    FungibilityV2: FungibilityV2;522    Gas: Gas;523    GiltBid: GiltBid;524    GlobalValidationData: GlobalValidationData;525    GlobalValidationSchedule: GlobalValidationSchedule;526    GrandpaCommit: GrandpaCommit;527    GrandpaEquivocation: GrandpaEquivocation;528    GrandpaEquivocationProof: GrandpaEquivocationProof;529    GrandpaEquivocationValue: GrandpaEquivocationValue;530    GrandpaJustification: GrandpaJustification;531    GrandpaPrecommit: GrandpaPrecommit;532    GrandpaPrevote: GrandpaPrevote;533    GrandpaSignedPrecommit: GrandpaSignedPrecommit;534    GroupIndex: GroupIndex;535    H1024: H1024;536    H128: H128;537    H160: H160;538    H2048: H2048;539    H256: H256;540    H32: H32;541    H512: H512;542    H64: H64;543    Hash: Hash;544    HeadData: HeadData;545    Header: Header;546    HeaderPartial: HeaderPartial;547    Health: Health;548    Heartbeat: Heartbeat;549    HeartbeatTo244: HeartbeatTo244;550    HostConfiguration: HostConfiguration;551    HostFnWeights: HostFnWeights;552    HostFnWeightsTo264: HostFnWeightsTo264;553    HrmpChannel: HrmpChannel;554    HrmpChannelId: HrmpChannelId;555    HrmpOpenChannelRequest: HrmpOpenChannelRequest;556    i128: i128;557    I128: I128;558    i16: i16;559    I16: I16;560    i256: i256;561    I256: I256;562    i32: i32;563    I32: I32;564    I32F32: I32F32;565    i64: i64;566    I64: I64;567    i8: i8;568    I8: I8;569    IdentificationTuple: IdentificationTuple;570    IdentityFields: IdentityFields;571    IdentityInfo: IdentityInfo;572    IdentityInfoAdditional: IdentityInfoAdditional;573    IdentityInfoTo198: IdentityInfoTo198;574    IdentityJudgement: IdentityJudgement;575    ImmortalEra: ImmortalEra;576    ImportedAux: ImportedAux;577    InboundDownwardMessage: InboundDownwardMessage;578    InboundHrmpMessage: InboundHrmpMessage;579    InboundHrmpMessages: InboundHrmpMessages;580    InboundLaneData: InboundLaneData;581    InboundRelayer: InboundRelayer;582    InboundStatus: InboundStatus;583    IncludedBlocks: IncludedBlocks;584    InclusionFee: InclusionFee;585    IncomingParachain: IncomingParachain;586    IncomingParachainDeploy: IncomingParachainDeploy;587    IncomingParachainFixed: IncomingParachainFixed;588    Index: Index;589    IndicesLookupSource: IndicesLookupSource;590    IndividualExposure: IndividualExposure;591    InitializationData: InitializationData;592    InstanceDetails: InstanceDetails;593    InstanceId: InstanceId;594    InstanceMetadata: InstanceMetadata;595    InstantiateRequest: InstantiateRequest;596    InstantiateRequestV1: InstantiateRequestV1;597    InstantiateRequestV2: InstantiateRequestV2;598    InstantiateReturnValue: InstantiateReturnValue;599    InstantiateReturnValueOk: InstantiateReturnValueOk;600    InstantiateReturnValueTo267: InstantiateReturnValueTo267;601    InstructionV2: InstructionV2;602    InstructionWeights: InstructionWeights;603    InteriorMultiLocation: InteriorMultiLocation;604    InvalidDisputeStatementKind: InvalidDisputeStatementKind;605    InvalidTransaction: InvalidTransaction;606    Json: Json;607    Junction: Junction;608    Junctions: Junctions;609    JunctionsV1: JunctionsV1;610    JunctionsV2: JunctionsV2;611    JunctionV0: JunctionV0;612    JunctionV1: JunctionV1;613    JunctionV2: JunctionV2;614    Justification: Justification;615    JustificationNotification: JustificationNotification;616    Justifications: Justifications;617    Key: Key;618    KeyOwnerProof: KeyOwnerProof;619    Keys: Keys;620    KeyType: KeyType;621    KeyTypeId: KeyTypeId;622    KeyValue: KeyValue;623    KeyValueOption: KeyValueOption;624    Kind: Kind;625    LaneId: LaneId;626    LastContribution: LastContribution;627    LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;628    LeasePeriod: LeasePeriod;629    LeasePeriodOf: LeasePeriodOf;630    LegacyTransaction: LegacyTransaction;631    Limits: Limits;632    LimitsTo264: LimitsTo264;633    LocalValidationData: LocalValidationData;634    LockIdentifier: LockIdentifier;635    LookupSource: LookupSource;636    LookupTarget: LookupTarget;637    LotteryConfig: LotteryConfig;638    MaybeRandomness: MaybeRandomness;639    MaybeVrf: MaybeVrf;640    MemberCount: MemberCount;641    MembershipProof: MembershipProof;642    MessageData: MessageData;643    MessageId: MessageId;644    MessageIngestionType: MessageIngestionType;645    MessageKey: MessageKey;646    MessageNonce: MessageNonce;647    MessageQueueChain: MessageQueueChain;648    MessagesDeliveryProofOf: MessagesDeliveryProofOf;649    MessagesProofOf: MessagesProofOf;650    MessagingStateSnapshot: MessagingStateSnapshot;651    MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;652    MetadataAll: MetadataAll;653    MetadataLatest: MetadataLatest;654    MetadataV10: MetadataV10;655    MetadataV11: MetadataV11;656    MetadataV12: MetadataV12;657    MetadataV13: MetadataV13;658    MetadataV14: MetadataV14;659    MetadataV9: MetadataV9;660    MmrLeafProof: MmrLeafProof;661    MmrRootHash: MmrRootHash;662    ModuleConstantMetadataV10: ModuleConstantMetadataV10;663    ModuleConstantMetadataV11: ModuleConstantMetadataV11;664    ModuleConstantMetadataV12: ModuleConstantMetadataV12;665    ModuleConstantMetadataV13: ModuleConstantMetadataV13;666    ModuleConstantMetadataV9: ModuleConstantMetadataV9;667    ModuleId: ModuleId;668    ModuleMetadataV10: ModuleMetadataV10;669    ModuleMetadataV11: ModuleMetadataV11;670    ModuleMetadataV12: ModuleMetadataV12;671    ModuleMetadataV13: ModuleMetadataV13;672    ModuleMetadataV9: ModuleMetadataV9;673    Moment: Moment;674    MomentOf: MomentOf;675    MoreAttestations: MoreAttestations;676    MortalEra: MortalEra;677    MultiAddress: MultiAddress;678    MultiAsset: MultiAsset;679    MultiAssetFilter: MultiAssetFilter;680    MultiAssetFilterV1: MultiAssetFilterV1;681    MultiAssetFilterV2: MultiAssetFilterV2;682    MultiAssets: MultiAssets;683    MultiAssetsV1: MultiAssetsV1;684    MultiAssetsV2: MultiAssetsV2;685    MultiAssetV0: MultiAssetV0;686    MultiAssetV1: MultiAssetV1;687    MultiAssetV2: MultiAssetV2;688    MultiDisputeStatementSet: MultiDisputeStatementSet;689    MultiLocation: MultiLocation;690    MultiLocationV0: MultiLocationV0;691    MultiLocationV1: MultiLocationV1;692    MultiLocationV2: MultiLocationV2;693    Multiplier: Multiplier;694    Multisig: Multisig;695    MultiSignature: MultiSignature;696    MultiSigner: MultiSigner;697    NetworkId: NetworkId;698    NetworkState: NetworkState;699    NetworkStatePeerset: NetworkStatePeerset;700    NetworkStatePeersetInfo: NetworkStatePeersetInfo;701    NewBidder: NewBidder;702    NextAuthority: NextAuthority;703    NextConfigDescriptor: NextConfigDescriptor;704    NextConfigDescriptorV1: NextConfigDescriptorV1;705    NodeRole: NodeRole;706    Nominations: Nominations;707    NominatorIndex: NominatorIndex;708    NominatorIndexCompact: NominatorIndexCompact;709    NotConnectedPeer: NotConnectedPeer;710    Null: Null;711    OffchainAccuracy: OffchainAccuracy;712    OffchainAccuracyCompact: OffchainAccuracyCompact;713    OffenceDetails: OffenceDetails;714    Offender: Offender;715    OpalRuntimeRuntime: OpalRuntimeRuntime;716    OpaqueCall: OpaqueCall;717    OpaqueMultiaddr: OpaqueMultiaddr;718    OpaqueNetworkState: OpaqueNetworkState;719    OpaquePeerId: OpaquePeerId;720    OpaqueTimeSlot: OpaqueTimeSlot;721    OpenTip: OpenTip;722    OpenTipFinderTo225: OpenTipFinderTo225;723    OpenTipTip: OpenTipTip;724    OpenTipTo225: OpenTipTo225;725    OperatingMode: OperatingMode;726    Origin: Origin;727    OriginCaller: OriginCaller;728    OriginKindV0: OriginKindV0;729    OriginKindV1: OriginKindV1;730    OriginKindV2: OriginKindV2;731    OrmlVestingModuleCall: OrmlVestingModuleCall;732    OrmlVestingModuleError: OrmlVestingModuleError;733    OrmlVestingModuleEvent: OrmlVestingModuleEvent;734    OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;735    OutboundHrmpMessage: OutboundHrmpMessage;736    OutboundLaneData: OutboundLaneData;737    OutboundMessageFee: OutboundMessageFee;738    OutboundPayload: OutboundPayload;739    OutboundStatus: OutboundStatus;740    Outcome: Outcome;741    OverweightIndex: OverweightIndex;742    Owner: Owner;743    PageCounter: PageCounter;744    PageIndexData: PageIndexData;745    PalletBalancesAccountData: PalletBalancesAccountData;746    PalletBalancesBalanceLock: PalletBalancesBalanceLock;747    PalletBalancesCall: PalletBalancesCall;748    PalletBalancesError: PalletBalancesError;749    PalletBalancesEvent: PalletBalancesEvent;750    PalletBalancesReasons: PalletBalancesReasons;751    PalletBalancesReleases: PalletBalancesReleases;752    PalletBalancesReserveData: PalletBalancesReserveData;753    PalletCallMetadataLatest: PalletCallMetadataLatest;754    PalletCallMetadataV14: PalletCallMetadataV14;755    PalletCommonError: PalletCommonError;756    PalletCommonEvent: PalletCommonEvent;757    PalletConstantMetadataLatest: PalletConstantMetadataLatest;758    PalletConstantMetadataV14: PalletConstantMetadataV14;759    PalletErrorMetadataLatest: PalletErrorMetadataLatest;760    PalletErrorMetadataV14: PalletErrorMetadataV14;761    PalletEthereumCall: PalletEthereumCall;762    PalletEthereumError: PalletEthereumError;763    PalletEthereumEvent: PalletEthereumEvent;764    PalletEventMetadataLatest: PalletEventMetadataLatest;765    PalletEventMetadataV14: PalletEventMetadataV14;766    PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;767    PalletEvmCall: PalletEvmCall;768    PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;769    PalletEvmContractHelpersError: PalletEvmContractHelpersError;770    PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;771    PalletEvmError: PalletEvmError;772    PalletEvmEvent: PalletEvmEvent;773    PalletEvmMigrationCall: PalletEvmMigrationCall;774    PalletEvmMigrationError: PalletEvmMigrationError;775    PalletFungibleError: PalletFungibleError;776    PalletId: PalletId;777    PalletInflationCall: PalletInflationCall;778    PalletMetadataLatest: PalletMetadataLatest;779    PalletMetadataV14: PalletMetadataV14;780    PalletNonfungibleError: PalletNonfungibleError;781    PalletNonfungibleItemData: PalletNonfungibleItemData;782    PalletRefungibleError: PalletRefungibleError;783    PalletRefungibleItemData: PalletRefungibleItemData;784    PalletsOrigin: PalletsOrigin;785    PalletStorageMetadataLatest: PalletStorageMetadataLatest;786    PalletStorageMetadataV14: PalletStorageMetadataV14;787    PalletSudoCall: PalletSudoCall;788    PalletSudoError: PalletSudoError;789    PalletSudoEvent: PalletSudoEvent;790    PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;791    PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;792    PalletTimestampCall: PalletTimestampCall;793    PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;794    PalletTreasuryCall: PalletTreasuryCall;795    PalletTreasuryError: PalletTreasuryError;796    PalletTreasuryEvent: PalletTreasuryEvent;797    PalletTreasuryProposal: PalletTreasuryProposal;798    PalletUniqueCall: PalletUniqueCall;799    PalletUniqueError: PalletUniqueError;800    PalletUniqueRawEvent: PalletUniqueRawEvent;801    PalletVersion: PalletVersion;802    PalletXcmCall: PalletXcmCall;803    PalletXcmError: PalletXcmError;804    PalletXcmEvent: PalletXcmEvent;805    ParachainDispatchOrigin: ParachainDispatchOrigin;806    ParachainInherentData: ParachainInherentData;807    ParachainProposal: ParachainProposal;808    ParachainsInherentData: ParachainsInherentData;809    ParaGenesisArgs: ParaGenesisArgs;810    ParaId: ParaId;811    ParaInfo: ParaInfo;812    ParaLifecycle: ParaLifecycle;813    Parameter: Parameter;814    ParaPastCodeMeta: ParaPastCodeMeta;815    ParaScheduling: ParaScheduling;816    ParathreadClaim: ParathreadClaim;817    ParathreadClaimQueue: ParathreadClaimQueue;818    ParathreadEntry: ParathreadEntry;819    ParaValidatorIndex: ParaValidatorIndex;820    Pays: Pays;821    Peer: Peer;822    PeerEndpoint: PeerEndpoint;823    PeerEndpointAddr: PeerEndpointAddr;824    PeerInfo: PeerInfo;825    PeerPing: PeerPing;826    PendingChange: PendingChange;827    PendingPause: PendingPause;828    PendingResume: PendingResume;829    Perbill: Perbill;830    Percent: Percent;831    PerDispatchClassU32: PerDispatchClassU32;832    PerDispatchClassWeight: PerDispatchClassWeight;833    PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;834    Period: Period;835    Permill: Permill;836    PermissionLatest: PermissionLatest;837    PermissionsV1: PermissionsV1;838    PermissionVersions: PermissionVersions;839    Perquintill: Perquintill;840    PersistedValidationData: PersistedValidationData;841    PerU16: PerU16;842    Phantom: Phantom;843    PhantomData: PhantomData;844    Phase: Phase;845    PhragmenScore: PhragmenScore;846    Points: Points;847    PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;848    PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;849    PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;850    PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;851    PolkadotPrimitivesV1AbridgedHostConfiguration: PolkadotPrimitivesV1AbridgedHostConfiguration;852    PolkadotPrimitivesV1AbridgedHrmpChannel: PolkadotPrimitivesV1AbridgedHrmpChannel;853    PolkadotPrimitivesV1PersistedValidationData: PolkadotPrimitivesV1PersistedValidationData;854    PolkadotPrimitivesV1UpgradeRestriction: PolkadotPrimitivesV1UpgradeRestriction;855    PortableType: PortableType;856    PortableTypeV14: PortableTypeV14;857    Precommits: Precommits;858    PrefabWasmModule: PrefabWasmModule;859    PrefixedStorageKey: PrefixedStorageKey;860    PreimageStatus: PreimageStatus;861    PreimageStatusAvailable: PreimageStatusAvailable;862    PreRuntime: PreRuntime;863    Prevotes: Prevotes;864    Priority: Priority;865    PriorLock: PriorLock;866    PropIndex: PropIndex;867    Proposal: Proposal;868    ProposalIndex: ProposalIndex;869    ProxyAnnouncement: ProxyAnnouncement;870    ProxyDefinition: ProxyDefinition;871    ProxyState: ProxyState;872    ProxyType: ProxyType;873    QueryId: QueryId;874    QueryStatus: QueryStatus;875    QueueConfigData: QueueConfigData;876    QueuedParathread: QueuedParathread;877    Randomness: Randomness;878    Raw: Raw;879    RawAuraPreDigest: RawAuraPreDigest;880    RawBabePreDigest: RawBabePreDigest;881    RawBabePreDigestCompat: RawBabePreDigestCompat;882    RawBabePreDigestPrimary: RawBabePreDigestPrimary;883    RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;884    RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;885    RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;886    RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;887    RawBabePreDigestTo159: RawBabePreDigestTo159;888    RawOrigin: RawOrigin;889    RawSolution: RawSolution;890    RawSolutionTo265: RawSolutionTo265;891    RawSolutionWith16: RawSolutionWith16;892    RawSolutionWith24: RawSolutionWith24;893    RawVRFOutput: RawVRFOutput;894    ReadProof: ReadProof;895    ReadySolution: ReadySolution;896    Reasons: Reasons;897    RecoveryConfig: RecoveryConfig;898    RefCount: RefCount;899    RefCountTo259: RefCountTo259;900    ReferendumIndex: ReferendumIndex;901    ReferendumInfo: ReferendumInfo;902    ReferendumInfoFinished: ReferendumInfoFinished;903    ReferendumInfoTo239: ReferendumInfoTo239;904    ReferendumStatus: ReferendumStatus;905    RegisteredParachainInfo: RegisteredParachainInfo;906    RegistrarIndex: RegistrarIndex;907    RegistrarInfo: RegistrarInfo;908    Registration: Registration;909    RegistrationJudgement: RegistrationJudgement;910    RegistrationTo198: RegistrationTo198;911    RelayBlockNumber: RelayBlockNumber;912    RelayChainBlockNumber: RelayChainBlockNumber;913    RelayChainHash: RelayChainHash;914    RelayerId: RelayerId;915    RelayHash: RelayHash;916    Releases: Releases;917    Remark: Remark;918    Renouncing: Renouncing;919    RentProjection: RentProjection;920    ReplacementTimes: ReplacementTimes;921    ReportedRoundStates: ReportedRoundStates;922    Reporter: Reporter;923    ReportIdOf: ReportIdOf;924    ReserveData: ReserveData;925    ReserveIdentifier: ReserveIdentifier;926    Response: Response;927    ResponseV0: ResponseV0;928    ResponseV1: ResponseV1;929    ResponseV2: ResponseV2;930    ResponseV2Error: ResponseV2Error;931    ResponseV2Result: ResponseV2Result;932    Retriable: Retriable;933    RewardDestination: RewardDestination;934    RewardPoint: RewardPoint;935    RoundSnapshot: RoundSnapshot;936    RoundState: RoundState;937    RpcMethods: RpcMethods;938    RuntimeDbWeight: RuntimeDbWeight;939    RuntimeDispatchInfo: RuntimeDispatchInfo;940    RuntimeVersion: RuntimeVersion;941    RuntimeVersionApi: RuntimeVersionApi;942    RuntimeVersionPartial: RuntimeVersionPartial;943    Schedule: Schedule;944    Scheduled: Scheduled;945    ScheduledTo254: ScheduledTo254;946    SchedulePeriod: SchedulePeriod;947    SchedulePriority: SchedulePriority;948    ScheduleTo212: ScheduleTo212;949    ScheduleTo258: ScheduleTo258;950    ScheduleTo264: ScheduleTo264;951    Scheduling: Scheduling;952    Seal: Seal;953    SealV0: SealV0;954    SeatHolder: SeatHolder;955    SeedOf: SeedOf;956    ServiceQuality: ServiceQuality;957    SessionIndex: SessionIndex;958    SessionInfo: SessionInfo;959    SessionInfoValidatorGroup: SessionInfoValidatorGroup;960    SessionKeys1: SessionKeys1;961    SessionKeys10: SessionKeys10;962    SessionKeys10B: SessionKeys10B;963    SessionKeys2: SessionKeys2;964    SessionKeys3: SessionKeys3;965    SessionKeys4: SessionKeys4;966    SessionKeys5: SessionKeys5;967    SessionKeys6: SessionKeys6;968    SessionKeys6B: SessionKeys6B;969    SessionKeys7: SessionKeys7;970    SessionKeys7B: SessionKeys7B;971    SessionKeys8: SessionKeys8;972    SessionKeys8B: SessionKeys8B;973    SessionKeys9: SessionKeys9;974    SessionKeys9B: SessionKeys9B;975    SetId: SetId;976    SetIndex: SetIndex;977    Si0Field: Si0Field;978    Si0LookupTypeId: Si0LookupTypeId;979    Si0Path: Si0Path;980    Si0Type: Si0Type;981    Si0TypeDef: Si0TypeDef;982    Si0TypeDefArray: Si0TypeDefArray;983    Si0TypeDefBitSequence: Si0TypeDefBitSequence;984    Si0TypeDefCompact: Si0TypeDefCompact;985    Si0TypeDefComposite: Si0TypeDefComposite;986    Si0TypeDefPhantom: Si0TypeDefPhantom;987    Si0TypeDefPrimitive: Si0TypeDefPrimitive;988    Si0TypeDefSequence: Si0TypeDefSequence;989    Si0TypeDefTuple: Si0TypeDefTuple;990    Si0TypeDefVariant: Si0TypeDefVariant;991    Si0TypeParameter: Si0TypeParameter;992    Si0Variant: Si0Variant;993    Si1Field: Si1Field;994    Si1LookupTypeId: Si1LookupTypeId;995    Si1Path: Si1Path;996    Si1Type: Si1Type;997    Si1TypeDef: Si1TypeDef;998    Si1TypeDefArray: Si1TypeDefArray;999    Si1TypeDefBitSequence: Si1TypeDefBitSequence;1000    Si1TypeDefCompact: Si1TypeDefCompact;1001    Si1TypeDefComposite: Si1TypeDefComposite;1002    Si1TypeDefPrimitive: Si1TypeDefPrimitive;1003    Si1TypeDefSequence: Si1TypeDefSequence;1004    Si1TypeDefTuple: Si1TypeDefTuple;1005    Si1TypeDefVariant: Si1TypeDefVariant;1006    Si1TypeParameter: Si1TypeParameter;1007    Si1Variant: Si1Variant;1008    SiField: SiField;1009    Signature: Signature;1010    SignedAvailabilityBitfield: SignedAvailabilityBitfield;1011    SignedAvailabilityBitfields: SignedAvailabilityBitfields;1012    SignedBlock: SignedBlock;1013    SignedBlockWithJustification: SignedBlockWithJustification;1014    SignedBlockWithJustifications: SignedBlockWithJustifications;1015    SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1016    SignedExtensionMetadataV14: SignedExtensionMetadataV14;1017    SignedSubmission: SignedSubmission;1018    SignedSubmissionOf: SignedSubmissionOf;1019    SignedSubmissionTo276: SignedSubmissionTo276;1020    SignerPayload: SignerPayload;1021    SigningContext: SigningContext;1022    SiLookupTypeId: SiLookupTypeId;1023    SiPath: SiPath;1024    SiType: SiType;1025    SiTypeDef: SiTypeDef;1026    SiTypeDefArray: SiTypeDefArray;1027    SiTypeDefBitSequence: SiTypeDefBitSequence;1028    SiTypeDefCompact: SiTypeDefCompact;1029    SiTypeDefComposite: SiTypeDefComposite;1030    SiTypeDefPrimitive: SiTypeDefPrimitive;1031    SiTypeDefSequence: SiTypeDefSequence;1032    SiTypeDefTuple: SiTypeDefTuple;1033    SiTypeDefVariant: SiTypeDefVariant;1034    SiTypeParameter: SiTypeParameter;1035    SiVariant: SiVariant;1036    SlashingSpans: SlashingSpans;1037    SlashingSpansTo204: SlashingSpansTo204;1038    SlashJournalEntry: SlashJournalEntry;1039    Slot: Slot;1040    SlotNumber: SlotNumber;1041    SlotRange: SlotRange;1042    SlotRange10: SlotRange10;1043    SocietyJudgement: SocietyJudgement;1044    SocietyVote: SocietyVote;1045    SolutionOrSnapshotSize: SolutionOrSnapshotSize;1046    SolutionSupport: SolutionSupport;1047    SolutionSupports: SolutionSupports;1048    SpanIndex: SpanIndex;1049    SpanRecord: SpanRecord;1050    SpCoreEcdsaSignature: SpCoreEcdsaSignature;1051    SpCoreEd25519Signature: SpCoreEd25519Signature;1052    SpCoreSr25519Signature: SpCoreSr25519Signature;1053    SpecVersion: SpecVersion;1054    SpRuntimeArithmeticError: SpRuntimeArithmeticError;1055    SpRuntimeDigest: SpRuntimeDigest;1056    SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1057    SpRuntimeDispatchError: SpRuntimeDispatchError;1058    SpRuntimeModuleError: SpRuntimeModuleError;1059    SpRuntimeMultiSignature: SpRuntimeMultiSignature;1060    SpRuntimeTokenError: SpRuntimeTokenError;1061    SpTrieStorageProof: SpTrieStorageProof;1062    SpVersionRuntimeVersion: SpVersionRuntimeVersion;1063    Sr25519Signature: Sr25519Signature;1064    StakingLedger: StakingLedger;1065    StakingLedgerTo223: StakingLedgerTo223;1066    StakingLedgerTo240: StakingLedgerTo240;1067    Statement: Statement;1068    StatementKind: StatementKind;1069    StorageChangeSet: StorageChangeSet;1070    StorageData: StorageData;1071    StorageDeposit: StorageDeposit;1072    StorageEntryMetadataLatest: StorageEntryMetadataLatest;1073    StorageEntryMetadataV10: StorageEntryMetadataV10;1074    StorageEntryMetadataV11: StorageEntryMetadataV11;1075    StorageEntryMetadataV12: StorageEntryMetadataV12;1076    StorageEntryMetadataV13: StorageEntryMetadataV13;1077    StorageEntryMetadataV14: StorageEntryMetadataV14;1078    StorageEntryMetadataV9: StorageEntryMetadataV9;1079    StorageEntryModifierLatest: StorageEntryModifierLatest;1080    StorageEntryModifierV10: StorageEntryModifierV10;1081    StorageEntryModifierV11: StorageEntryModifierV11;1082    StorageEntryModifierV12: StorageEntryModifierV12;1083    StorageEntryModifierV13: StorageEntryModifierV13;1084    StorageEntryModifierV14: StorageEntryModifierV14;1085    StorageEntryModifierV9: StorageEntryModifierV9;1086    StorageEntryTypeLatest: StorageEntryTypeLatest;1087    StorageEntryTypeV10: StorageEntryTypeV10;1088    StorageEntryTypeV11: StorageEntryTypeV11;1089    StorageEntryTypeV12: StorageEntryTypeV12;1090    StorageEntryTypeV13: StorageEntryTypeV13;1091    StorageEntryTypeV14: StorageEntryTypeV14;1092    StorageEntryTypeV9: StorageEntryTypeV9;1093    StorageHasher: StorageHasher;1094    StorageHasherV10: StorageHasherV10;1095    StorageHasherV11: StorageHasherV11;1096    StorageHasherV12: StorageHasherV12;1097    StorageHasherV13: StorageHasherV13;1098    StorageHasherV14: StorageHasherV14;1099    StorageHasherV9: StorageHasherV9;1100    StorageKey: StorageKey;1101    StorageKind: StorageKind;1102    StorageMetadataV10: StorageMetadataV10;1103    StorageMetadataV11: StorageMetadataV11;1104    StorageMetadataV12: StorageMetadataV12;1105    StorageMetadataV13: StorageMetadataV13;1106    StorageMetadataV9: StorageMetadataV9;1107    StorageProof: StorageProof;1108    StoredPendingChange: StoredPendingChange;1109    StoredState: StoredState;1110    StrikeCount: StrikeCount;1111    SubId: SubId;1112    SubmissionIndicesOf: SubmissionIndicesOf;1113    Supports: Supports;1114    SyncState: SyncState;1115    SystemInherentData: SystemInherentData;1116    SystemOrigin: SystemOrigin;1117    Tally: Tally;1118    TaskAddress: TaskAddress;1119    TAssetBalance: TAssetBalance;1120    TAssetDepositBalance: TAssetDepositBalance;1121    Text: Text;1122    Timepoint: Timepoint;1123    TokenError: TokenError;1124    TombstoneContractInfo: TombstoneContractInfo;1125    TraceBlockResponse: TraceBlockResponse;1126    TraceError: TraceError;1127    TransactionInfo: TransactionInfo;1128    TransactionPriority: TransactionPriority;1129    TransactionStorageProof: TransactionStorageProof;1130    TransactionV0: TransactionV0;1131    TransactionV1: TransactionV1;1132    TransactionV2: TransactionV2;1133    TransactionValidityError: TransactionValidityError;1134    TransientValidationData: TransientValidationData;1135    TreasuryProposal: TreasuryProposal;1136    TrieId: TrieId;1137    TrieIndex: TrieIndex;1138    Type: Type;1139    u128: u128;1140    U128: U128;1141    u16: u16;1142    U16: U16;1143    u256: u256;1144    U256: U256;1145    u32: u32;1146    U32: U32;1147    U32F32: U32F32;1148    u64: u64;1149    U64: U64;1150    u8: u8;1151    U8: U8;1152    UnappliedSlash: UnappliedSlash;1153    UnappliedSlashOther: UnappliedSlashOther;1154    UncleEntryItem: UncleEntryItem;1155    UnknownTransaction: UnknownTransaction;1156    UnlockChunk: UnlockChunk;1157    UnrewardedRelayer: UnrewardedRelayer;1158    UnrewardedRelayersState: UnrewardedRelayersState;1159    UpDataStructsAccessMode: UpDataStructsAccessMode;1160    UpDataStructsCollection: UpDataStructsCollection;1161    UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1162    UpDataStructsCollectionMode: UpDataStructsCollectionMode;1163    UpDataStructsCollectionStats: UpDataStructsCollectionStats;1164    UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1165    UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1166    UpDataStructsCreateItemData: UpDataStructsCreateItemData;1167    UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1168    UpDataStructsCreateNftData: UpDataStructsCreateNftData;1169    UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1170    UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1171    UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;1172    UpDataStructsMetaUpdatePermission: UpDataStructsMetaUpdatePermission;1173    UpDataStructsSchemaVersion: UpDataStructsSchemaVersion;1174    UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1175    UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;1176    UpgradeGoAhead: UpgradeGoAhead;1177    UpgradeRestriction: UpgradeRestriction;1178    UpwardMessage: UpwardMessage;1179    usize: usize;1180    USize: USize;1181    ValidationCode: ValidationCode;1182    ValidationCodeHash: ValidationCodeHash;1183    ValidationData: ValidationData;1184    ValidationDataType: ValidationDataType;1185    ValidationFunctionParams: ValidationFunctionParams;1186    ValidatorCount: ValidatorCount;1187    ValidatorId: ValidatorId;1188    ValidatorIdOf: ValidatorIdOf;1189    ValidatorIndex: ValidatorIndex;1190    ValidatorIndexCompact: ValidatorIndexCompact;1191    ValidatorPrefs: ValidatorPrefs;1192    ValidatorPrefsTo145: ValidatorPrefsTo145;1193    ValidatorPrefsTo196: ValidatorPrefsTo196;1194    ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1195    ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1196    ValidatorSetId: ValidatorSetId;1197    ValidatorSignature: ValidatorSignature;1198    ValidDisputeStatementKind: ValidDisputeStatementKind;1199    ValidityAttestation: ValidityAttestation;1200    VecInboundHrmpMessage: VecInboundHrmpMessage;1201    VersionedMultiAsset: VersionedMultiAsset;1202    VersionedMultiAssets: VersionedMultiAssets;1203    VersionedMultiLocation: VersionedMultiLocation;1204    VersionedResponse: VersionedResponse;1205    VersionedXcm: VersionedXcm;1206    VersionMigrationStage: VersionMigrationStage;1207    VestingInfo: VestingInfo;1208    VestingSchedule: VestingSchedule;1209    Vote: Vote;1210    VoteIndex: VoteIndex;1211    Voter: Voter;1212    VoterInfo: VoterInfo;1213    Votes: Votes;1214    VotesTo230: VotesTo230;1215    VoteThreshold: VoteThreshold;1216    VoteWeight: VoteWeight;1217    Voting: Voting;1218    VotingDelegating: VotingDelegating;1219    VotingDirect: VotingDirect;1220    VotingDirectVote: VotingDirectVote;1221    VouchingStatus: VouchingStatus;1222    VrfData: VrfData;1223    VrfOutput: VrfOutput;1224    VrfProof: VrfProof;1225    Weight: Weight;1226    WeightLimitV2: WeightLimitV2;1227    WeightMultiplier: WeightMultiplier;1228    WeightPerClass: WeightPerClass;1229    WeightToFeeCoefficient: WeightToFeeCoefficient;1230    WildFungibility: WildFungibility;1231    WildFungibilityV0: WildFungibilityV0;1232    WildFungibilityV1: WildFungibilityV1;1233    WildFungibilityV2: WildFungibilityV2;1234    WildMultiAsset: WildMultiAsset;1235    WildMultiAssetV1: WildMultiAssetV1;1236    WildMultiAssetV2: WildMultiAssetV2;1237    WinnersData: WinnersData;1238    WinnersData10: WinnersData10;1239    WinnersDataTuple: WinnersDataTuple;1240    WinnersDataTuple10: WinnersDataTuple10;1241    WinningData: WinningData;1242    WinningData10: WinningData10;1243    WinningDataEntry: WinningDataEntry;1244    WithdrawReasons: WithdrawReasons;1245    Xcm: Xcm;1246    XcmAssetId: XcmAssetId;1247    XcmDoubleEncoded: XcmDoubleEncoded;1248    XcmError: XcmError;1249    XcmErrorV0: XcmErrorV0;1250    XcmErrorV1: XcmErrorV1;1251    XcmErrorV2: XcmErrorV2;1252    XcmOrder: XcmOrder;1253    XcmOrderV0: XcmOrderV0;1254    XcmOrderV1: XcmOrderV1;1255    XcmOrderV2: XcmOrderV2;1256    XcmOrigin: XcmOrigin;1257    XcmOriginKind: XcmOriginKind;1258    XcmpMessageFormat: XcmpMessageFormat;1259    XcmV0: XcmV0;1260    XcmV0Junction: XcmV0Junction;1261    XcmV0JunctionBodyId: XcmV0JunctionBodyId;1262    XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1263    XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1264    XcmV0MultiAsset: XcmV0MultiAsset;1265    XcmV0MultiLocation: XcmV0MultiLocation;1266    XcmV0Order: XcmV0Order;1267    XcmV0OriginKind: XcmV0OriginKind;1268    XcmV0Response: XcmV0Response;1269    XcmV0Xcm: XcmV0Xcm;1270    XcmV1: XcmV1;1271    XcmV1Junction: XcmV1Junction;1272    XcmV1MultiAsset: XcmV1MultiAsset;1273    XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1274    XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1275    XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1276    XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1277    XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1278    XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1279    XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1280    XcmV1MultiLocation: XcmV1MultiLocation;1281    XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1282    XcmV1Order: XcmV1Order;1283    XcmV1Response: XcmV1Response;1284    XcmV1Xcm: XcmV1Xcm;1285    XcmV2: XcmV2;1286    XcmV2Instruction: XcmV2Instruction;1287    XcmV2Response: XcmV2Response;1288    XcmV2TraitsError: XcmV2TraitsError;1289    XcmV2TraitsOutcome: XcmV2TraitsOutcome;1290    XcmV2WeightLimit: XcmV2WeightLimit;1291    XcmV2Xcm: XcmV2Xcm;1292    XcmVersion: XcmVersion;1293    XcmVersionedMultiAssets: XcmVersionedMultiAssets;1294    XcmVersionedMultiLocation: XcmVersionedMultiLocation;1295    XcmVersionedXcm: XcmVersionedXcm;1296  } // InterfaceTypes1297} // declare module
after · tests/src/interfaces/augment-types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1AbridgedHrmpChannel, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsSchemaVersion, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './unique';5import type { Data, StorageKey } from '@polkadot/types';6import type { BTreeSet, BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';8import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';9import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';10import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';11import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';12import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeWeight, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';13import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';14import type { BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefySignedCommitment, MmrRootHash, ValidatorSetId } from '@polkadot/types/interfaces/beefy';15import 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';16import type { BlockHash } from '@polkadot/types/interfaces/chain';17import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';18import type { StatementKind } from '@polkadot/types/interfaces/claims';19import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';20import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';21import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultErr, ContractExecResultErrModule, 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';22import 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';23import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';24import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';25import 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';26import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';27import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';28import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, 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';29import type { EvmAccount, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';30import 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';31import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';32import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';33import 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';34import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';35import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';36import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';37import 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, 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';38import type { MmrLeafProof } from '@polkadot/types/interfaces/mmr';39import type { StorageKind } from '@polkadot/types/interfaces/offchain';40import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';41import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, Scheduling, 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';42import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';43import type { Approvals } from '@polkadot/types/interfaces/poll';44import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';45import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';46import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';47import type { RpcMethods } from '@polkadot/types/interfaces/rpc';48import 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, StorageData, StorageProof, TransactionInfo, TransactionPriority, TransactionStorageProof, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';49import 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';50import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';51import 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';52import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';53import 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';54import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';55import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';56import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, 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, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';57import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';58import type { Multiplier } from '@polkadot/types/interfaces/txpayment';59import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';60import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';61import type { VestingInfo } from '@polkadot/types/interfaces/vesting';62import 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';6364declare module '@polkadot/types/types/registry' {65  export interface InterfaceTypes {66    AbridgedCandidateReceipt: AbridgedCandidateReceipt;67    AbridgedHostConfiguration: AbridgedHostConfiguration;68    AbridgedHrmpChannel: AbridgedHrmpChannel;69    AccountData: AccountData;70    AccountId: AccountId;71    AccountId20: AccountId20;72    AccountId32: AccountId32;73    AccountIdOf: AccountIdOf;74    AccountIndex: AccountIndex;75    AccountInfo: AccountInfo;76    AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;77    AccountInfoWithProviders: AccountInfoWithProviders;78    AccountInfoWithRefCount: AccountInfoWithRefCount;79    AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;80    AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;81    AccountStatus: AccountStatus;82    AccountValidity: AccountValidity;83    AccountVote: AccountVote;84    AccountVoteSplit: AccountVoteSplit;85    AccountVoteStandard: AccountVoteStandard;86    ActiveEraInfo: ActiveEraInfo;87    ActiveGilt: ActiveGilt;88    ActiveGiltsTotal: ActiveGiltsTotal;89    ActiveIndex: ActiveIndex;90    ActiveRecovery: ActiveRecovery;91    Address: Address;92    AliveContractInfo: AliveContractInfo;93    AllowedSlots: AllowedSlots;94    AnySignature: AnySignature;95    ApiId: ApiId;96    ApplyExtrinsicResult: ApplyExtrinsicResult;97    ApprovalFlag: ApprovalFlag;98    Approvals: Approvals;99    ArithmeticError: ArithmeticError;100    AssetApproval: AssetApproval;101    AssetApprovalKey: AssetApprovalKey;102    AssetBalance: AssetBalance;103    AssetDestroyWitness: AssetDestroyWitness;104    AssetDetails: AssetDetails;105    AssetId: AssetId;106    AssetInstance: AssetInstance;107    AssetInstanceV0: AssetInstanceV0;108    AssetInstanceV1: AssetInstanceV1;109    AssetInstanceV2: AssetInstanceV2;110    AssetMetadata: AssetMetadata;111    AssetOptions: AssetOptions;112    AssignmentId: AssignmentId;113    AssignmentKind: AssignmentKind;114    AttestedCandidate: AttestedCandidate;115    AuctionIndex: AuctionIndex;116    AuthIndex: AuthIndex;117    AuthorityDiscoveryId: AuthorityDiscoveryId;118    AuthorityId: AuthorityId;119    AuthorityIndex: AuthorityIndex;120    AuthorityList: AuthorityList;121    AuthoritySet: AuthoritySet;122    AuthoritySetChange: AuthoritySetChange;123    AuthoritySetChanges: AuthoritySetChanges;124    AuthoritySignature: AuthoritySignature;125    AuthorityWeight: AuthorityWeight;126    AvailabilityBitfield: AvailabilityBitfield;127    AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;128    BabeAuthorityWeight: BabeAuthorityWeight;129    BabeBlockWeight: BabeBlockWeight;130    BabeEpochConfiguration: BabeEpochConfiguration;131    BabeEquivocationProof: BabeEquivocationProof;132    BabeWeight: BabeWeight;133    BackedCandidate: BackedCandidate;134    Balance: Balance;135    BalanceLock: BalanceLock;136    BalanceLockTo212: BalanceLockTo212;137    BalanceOf: BalanceOf;138    BalanceStatus: BalanceStatus;139    BeefyCommitment: BeefyCommitment;140    BeefyId: BeefyId;141    BeefyKey: BeefyKey;142    BeefyNextAuthoritySet: BeefyNextAuthoritySet;143    BeefyPayload: BeefyPayload;144    BeefySignedCommitment: BeefySignedCommitment;145    Bid: Bid;146    Bidder: Bidder;147    BidKind: BidKind;148    BitVec: BitVec;149    Block: Block;150    BlockAttestations: BlockAttestations;151    BlockHash: BlockHash;152    BlockLength: BlockLength;153    BlockNumber: BlockNumber;154    BlockNumberFor: BlockNumberFor;155    BlockNumberOf: BlockNumberOf;156    BlockTrace: BlockTrace;157    BlockTraceEvent: BlockTraceEvent;158    BlockTraceEventData: BlockTraceEventData;159    BlockTraceSpan: BlockTraceSpan;160    BlockV0: BlockV0;161    BlockV1: BlockV1;162    BlockV2: BlockV2;163    BlockWeights: BlockWeights;164    BodyId: BodyId;165    BodyPart: BodyPart;166    bool: bool;167    Bool: Bool;168    Bounty: Bounty;169    BountyIndex: BountyIndex;170    BountyStatus: BountyStatus;171    BountyStatusActive: BountyStatusActive;172    BountyStatusCuratorProposed: BountyStatusCuratorProposed;173    BountyStatusPendingPayout: BountyStatusPendingPayout;174    BridgedBlockHash: BridgedBlockHash;175    BridgedBlockNumber: BridgedBlockNumber;176    BridgedHeader: BridgedHeader;177    BridgeMessageId: BridgeMessageId;178    BTreeSet: BTreeSet;179    BufferedSessionChange: BufferedSessionChange;180    Bytes: Bytes;181    Call: Call;182    CallHash: CallHash;183    CallHashOf: CallHashOf;184    CallIndex: CallIndex;185    CallOrigin: CallOrigin;186    CandidateCommitments: CandidateCommitments;187    CandidateDescriptor: CandidateDescriptor;188    CandidateHash: CandidateHash;189    CandidateInfo: CandidateInfo;190    CandidatePendingAvailability: CandidatePendingAvailability;191    CandidateReceipt: CandidateReceipt;192    ChainId: ChainId;193    ChainProperties: ChainProperties;194    ChainType: ChainType;195    ChangesTrieConfiguration: ChangesTrieConfiguration;196    ChangesTrieSignal: ChangesTrieSignal;197    ClassDetails: ClassDetails;198    ClassId: ClassId;199    ClassMetadata: ClassMetadata;200    CodecHash: CodecHash;201    CodeHash: CodeHash;202    CodeSource: CodeSource;203    CodeUploadRequest: CodeUploadRequest;204    CodeUploadResult: CodeUploadResult;205    CodeUploadResultValue: CodeUploadResultValue;206    CollatorId: CollatorId;207    CollatorSignature: CollatorSignature;208    CollectiveOrigin: CollectiveOrigin;209    CommittedCandidateReceipt: CommittedCandidateReceipt;210    CompactAssignments: CompactAssignments;211    CompactAssignmentsTo257: CompactAssignmentsTo257;212    CompactAssignmentsTo265: CompactAssignmentsTo265;213    CompactAssignmentsWith16: CompactAssignmentsWith16;214    CompactAssignmentsWith24: CompactAssignmentsWith24;215    CompactScore: CompactScore;216    CompactScoreCompact: CompactScoreCompact;217    ConfigData: ConfigData;218    Consensus: Consensus;219    ConsensusEngineId: ConsensusEngineId;220    ConsumedWeight: ConsumedWeight;221    ContractCallFlags: ContractCallFlags;222    ContractCallRequest: ContractCallRequest;223    ContractConstructorSpecLatest: ContractConstructorSpecLatest;224    ContractConstructorSpecV0: ContractConstructorSpecV0;225    ContractConstructorSpecV1: ContractConstructorSpecV1;226    ContractConstructorSpecV2: ContractConstructorSpecV2;227    ContractConstructorSpecV3: ContractConstructorSpecV3;228    ContractContractSpecV0: ContractContractSpecV0;229    ContractContractSpecV1: ContractContractSpecV1;230    ContractContractSpecV2: ContractContractSpecV2;231    ContractContractSpecV3: ContractContractSpecV3;232    ContractCryptoHasher: ContractCryptoHasher;233    ContractDiscriminant: ContractDiscriminant;234    ContractDisplayName: ContractDisplayName;235    ContractEventParamSpecLatest: ContractEventParamSpecLatest;236    ContractEventParamSpecV0: ContractEventParamSpecV0;237    ContractEventParamSpecV2: ContractEventParamSpecV2;238    ContractEventSpecLatest: ContractEventSpecLatest;239    ContractEventSpecV0: ContractEventSpecV0;240    ContractEventSpecV1: ContractEventSpecV1;241    ContractEventSpecV2: ContractEventSpecV2;242    ContractExecResult: ContractExecResult;243    ContractExecResultErr: ContractExecResultErr;244    ContractExecResultErrModule: ContractExecResultErrModule;245    ContractExecResultOk: ContractExecResultOk;246    ContractExecResultResult: ContractExecResultResult;247    ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;248    ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;249    ContractExecResultTo255: ContractExecResultTo255;250    ContractExecResultTo260: ContractExecResultTo260;251    ContractExecResultTo267: ContractExecResultTo267;252    ContractInfo: ContractInfo;253    ContractInstantiateResult: ContractInstantiateResult;254    ContractInstantiateResultTo267: ContractInstantiateResultTo267;255    ContractInstantiateResultTo299: ContractInstantiateResultTo299;256    ContractLayoutArray: ContractLayoutArray;257    ContractLayoutCell: ContractLayoutCell;258    ContractLayoutEnum: ContractLayoutEnum;259    ContractLayoutHash: ContractLayoutHash;260    ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;261    ContractLayoutKey: ContractLayoutKey;262    ContractLayoutStruct: ContractLayoutStruct;263    ContractLayoutStructField: ContractLayoutStructField;264    ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;265    ContractMessageParamSpecV0: ContractMessageParamSpecV0;266    ContractMessageParamSpecV2: ContractMessageParamSpecV2;267    ContractMessageSpecLatest: ContractMessageSpecLatest;268    ContractMessageSpecV0: ContractMessageSpecV0;269    ContractMessageSpecV1: ContractMessageSpecV1;270    ContractMessageSpecV2: ContractMessageSpecV2;271    ContractMetadata: ContractMetadata;272    ContractMetadataLatest: ContractMetadataLatest;273    ContractMetadataV0: ContractMetadataV0;274    ContractMetadataV1: ContractMetadataV1;275    ContractMetadataV2: ContractMetadataV2;276    ContractMetadataV3: ContractMetadataV3;277    ContractProject: ContractProject;278    ContractProjectContract: ContractProjectContract;279    ContractProjectInfo: ContractProjectInfo;280    ContractProjectSource: ContractProjectSource;281    ContractProjectV0: ContractProjectV0;282    ContractReturnFlags: ContractReturnFlags;283    ContractSelector: ContractSelector;284    ContractStorageKey: ContractStorageKey;285    ContractStorageLayout: ContractStorageLayout;286    ContractTypeSpec: ContractTypeSpec;287    Conviction: Conviction;288    CoreAssignment: CoreAssignment;289    CoreIndex: CoreIndex;290    CoreOccupied: CoreOccupied;291    CrateVersion: CrateVersion;292    CreatedBlock: CreatedBlock;293    CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;294    CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;295    CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;296    CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;297    CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;298    CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;299    CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;300    CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;301    CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;302    CumulusPalletXcmCall: CumulusPalletXcmCall;303    CumulusPalletXcmError: CumulusPalletXcmError;304    CumulusPalletXcmEvent: CumulusPalletXcmEvent;305    CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;306    CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;307    CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;308    CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;309    CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;310    CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;311    CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;312    CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;313    CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;314    Data: Data;315    DeferredOffenceOf: DeferredOffenceOf;316    DefunctVoter: DefunctVoter;317    DelayKind: DelayKind;318    DelayKindBest: DelayKindBest;319    Delegations: Delegations;320    DeletedContract: DeletedContract;321    DeliveredMessages: DeliveredMessages;322    DepositBalance: DepositBalance;323    DepositBalanceOf: DepositBalanceOf;324    DestroyWitness: DestroyWitness;325    Digest: Digest;326    DigestItem: DigestItem;327    DigestOf: DigestOf;328    DispatchClass: DispatchClass;329    DispatchError: DispatchError;330    DispatchErrorModule: DispatchErrorModule;331    DispatchErrorTo198: DispatchErrorTo198;332    DispatchFeePayment: DispatchFeePayment;333    DispatchInfo: DispatchInfo;334    DispatchInfoTo190: DispatchInfoTo190;335    DispatchInfoTo244: DispatchInfoTo244;336    DispatchOutcome: DispatchOutcome;337    DispatchResult: DispatchResult;338    DispatchResultOf: DispatchResultOf;339    DispatchResultTo198: DispatchResultTo198;340    DisputeLocation: DisputeLocation;341    DisputeResult: DisputeResult;342    DisputeState: DisputeState;343    DisputeStatement: DisputeStatement;344    DisputeStatementSet: DisputeStatementSet;345    DoubleEncodedCall: DoubleEncodedCall;346    DoubleVoteReport: DoubleVoteReport;347    DownwardMessage: DownwardMessage;348    EcdsaSignature: EcdsaSignature;349    Ed25519Signature: Ed25519Signature;350    EIP1559Transaction: EIP1559Transaction;351    EIP2930Transaction: EIP2930Transaction;352    ElectionCompute: ElectionCompute;353    ElectionPhase: ElectionPhase;354    ElectionResult: ElectionResult;355    ElectionScore: ElectionScore;356    ElectionSize: ElectionSize;357    ElectionStatus: ElectionStatus;358    EncodedFinalityProofs: EncodedFinalityProofs;359    EncodedJustification: EncodedJustification;360    EpochAuthorship: EpochAuthorship;361    Era: Era;362    EraIndex: EraIndex;363    EraPoints: EraPoints;364    EraRewardPoints: EraRewardPoints;365    EraRewards: EraRewards;366    ErrorMetadataLatest: ErrorMetadataLatest;367    ErrorMetadataV10: ErrorMetadataV10;368    ErrorMetadataV11: ErrorMetadataV11;369    ErrorMetadataV12: ErrorMetadataV12;370    ErrorMetadataV13: ErrorMetadataV13;371    ErrorMetadataV14: ErrorMetadataV14;372    ErrorMetadataV9: ErrorMetadataV9;373    EthAccessList: EthAccessList;374    EthAccessListItem: EthAccessListItem;375    EthAccount: EthAccount;376    EthAddress: EthAddress;377    EthBlock: EthBlock;378    EthBloom: EthBloom;379    EthbloomBloom: EthbloomBloom;380    EthCallRequest: EthCallRequest;381    EthereumAccountId: EthereumAccountId;382    EthereumAddress: EthereumAddress;383    EthereumBlock: EthereumBlock;384    EthereumHeader: EthereumHeader;385    EthereumLog: EthereumLog;386    EthereumLookupSource: EthereumLookupSource;387    EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;388    EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;389    EthereumSignature: EthereumSignature;390    EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;391    EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;392    EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;393    EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;394    EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;395    EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;396    EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;397    EthereumTypesHashH64: EthereumTypesHashH64;398    EthFilter: EthFilter;399    EthFilterAddress: EthFilterAddress;400    EthFilterChanges: EthFilterChanges;401    EthFilterTopic: EthFilterTopic;402    EthFilterTopicEntry: EthFilterTopicEntry;403    EthFilterTopicInner: EthFilterTopicInner;404    EthHeader: EthHeader;405    EthLog: EthLog;406    EthReceipt: EthReceipt;407    EthRichBlock: EthRichBlock;408    EthRichHeader: EthRichHeader;409    EthStorageProof: EthStorageProof;410    EthSubKind: EthSubKind;411    EthSubParams: EthSubParams;412    EthSubResult: EthSubResult;413    EthSyncInfo: EthSyncInfo;414    EthSyncStatus: EthSyncStatus;415    EthTransaction: EthTransaction;416    EthTransactionAction: EthTransactionAction;417    EthTransactionCondition: EthTransactionCondition;418    EthTransactionRequest: EthTransactionRequest;419    EthTransactionSignature: EthTransactionSignature;420    EthTransactionStatus: EthTransactionStatus;421    EthWork: EthWork;422    Event: Event;423    EventId: EventId;424    EventIndex: EventIndex;425    EventMetadataLatest: EventMetadataLatest;426    EventMetadataV10: EventMetadataV10;427    EventMetadataV11: EventMetadataV11;428    EventMetadataV12: EventMetadataV12;429    EventMetadataV13: EventMetadataV13;430    EventMetadataV14: EventMetadataV14;431    EventMetadataV9: EventMetadataV9;432    EventRecord: EventRecord;433    EvmAccount: EvmAccount;434    EvmCoreErrorExitError: EvmCoreErrorExitError;435    EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;436    EvmCoreErrorExitReason: EvmCoreErrorExitReason;437    EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;438    EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;439    EvmLog: EvmLog;440    EvmVicinity: EvmVicinity;441    ExecReturnValue: ExecReturnValue;442    ExitError: ExitError;443    ExitFatal: ExitFatal;444    ExitReason: ExitReason;445    ExitRevert: ExitRevert;446    ExitSucceed: ExitSucceed;447    ExplicitDisputeStatement: ExplicitDisputeStatement;448    Exposure: Exposure;449    ExtendedBalance: ExtendedBalance;450    Extrinsic: Extrinsic;451    ExtrinsicEra: ExtrinsicEra;452    ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;453    ExtrinsicMetadataV11: ExtrinsicMetadataV11;454    ExtrinsicMetadataV12: ExtrinsicMetadataV12;455    ExtrinsicMetadataV13: ExtrinsicMetadataV13;456    ExtrinsicMetadataV14: ExtrinsicMetadataV14;457    ExtrinsicOrHash: ExtrinsicOrHash;458    ExtrinsicPayload: ExtrinsicPayload;459    ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;460    ExtrinsicPayloadV4: ExtrinsicPayloadV4;461    ExtrinsicSignature: ExtrinsicSignature;462    ExtrinsicSignatureV4: ExtrinsicSignatureV4;463    ExtrinsicStatus: ExtrinsicStatus;464    ExtrinsicsWeight: ExtrinsicsWeight;465    ExtrinsicUnknown: ExtrinsicUnknown;466    ExtrinsicV4: ExtrinsicV4;467    FeeDetails: FeeDetails;468    Fixed128: Fixed128;469    Fixed64: Fixed64;470    FixedI128: FixedI128;471    FixedI64: FixedI64;472    FixedU128: FixedU128;473    FixedU64: FixedU64;474    Forcing: Forcing;475    ForkTreePendingChange: ForkTreePendingChange;476    ForkTreePendingChangeNode: ForkTreePendingChangeNode;477    FpRpcTransactionStatus: FpRpcTransactionStatus;478    FrameSupportPalletId: FrameSupportPalletId;479    FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;480    FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;481    FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;482    FrameSupportWeightsPays: FrameSupportWeightsPays;483    FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;484    FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;485    FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;486    FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;487    FrameSupportWeightsWeightToFeeCoefficient: FrameSupportWeightsWeightToFeeCoefficient;488    FrameSystemAccountInfo: FrameSystemAccountInfo;489    FrameSystemCall: FrameSystemCall;490    FrameSystemError: FrameSystemError;491    FrameSystemEvent: FrameSystemEvent;492    FrameSystemEventRecord: FrameSystemEventRecord;493    FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;494    FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;495    FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;496    FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;497    FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;498    FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;499    FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;500    FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;501    FrameSystemPhase: FrameSystemPhase;502    FullIdentification: FullIdentification;503    FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;504    FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;505    FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;506    FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;507    FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;508    FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;509    FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;510    FunctionMetadataLatest: FunctionMetadataLatest;511    FunctionMetadataV10: FunctionMetadataV10;512    FunctionMetadataV11: FunctionMetadataV11;513    FunctionMetadataV12: FunctionMetadataV12;514    FunctionMetadataV13: FunctionMetadataV13;515    FunctionMetadataV14: FunctionMetadataV14;516    FunctionMetadataV9: FunctionMetadataV9;517    FundIndex: FundIndex;518    FundInfo: FundInfo;519    Fungibility: Fungibility;520    FungibilityV0: FungibilityV0;521    FungibilityV1: FungibilityV1;522    FungibilityV2: FungibilityV2;523    Gas: Gas;524    GiltBid: GiltBid;525    GlobalValidationData: GlobalValidationData;526    GlobalValidationSchedule: GlobalValidationSchedule;527    GrandpaCommit: GrandpaCommit;528    GrandpaEquivocation: GrandpaEquivocation;529    GrandpaEquivocationProof: GrandpaEquivocationProof;530    GrandpaEquivocationValue: GrandpaEquivocationValue;531    GrandpaJustification: GrandpaJustification;532    GrandpaPrecommit: GrandpaPrecommit;533    GrandpaPrevote: GrandpaPrevote;534    GrandpaSignedPrecommit: GrandpaSignedPrecommit;535    GroupIndex: GroupIndex;536    H1024: H1024;537    H128: H128;538    H160: H160;539    H2048: H2048;540    H256: H256;541    H32: H32;542    H512: H512;543    H64: H64;544    Hash: Hash;545    HeadData: HeadData;546    Header: Header;547    HeaderPartial: HeaderPartial;548    Health: Health;549    Heartbeat: Heartbeat;550    HeartbeatTo244: HeartbeatTo244;551    HostConfiguration: HostConfiguration;552    HostFnWeights: HostFnWeights;553    HostFnWeightsTo264: HostFnWeightsTo264;554    HrmpChannel: HrmpChannel;555    HrmpChannelId: HrmpChannelId;556    HrmpOpenChannelRequest: HrmpOpenChannelRequest;557    i128: i128;558    I128: I128;559    i16: i16;560    I16: I16;561    i256: i256;562    I256: I256;563    i32: i32;564    I32: I32;565    I32F32: I32F32;566    i64: i64;567    I64: I64;568    i8: i8;569    I8: I8;570    IdentificationTuple: IdentificationTuple;571    IdentityFields: IdentityFields;572    IdentityInfo: IdentityInfo;573    IdentityInfoAdditional: IdentityInfoAdditional;574    IdentityInfoTo198: IdentityInfoTo198;575    IdentityJudgement: IdentityJudgement;576    ImmortalEra: ImmortalEra;577    ImportedAux: ImportedAux;578    InboundDownwardMessage: InboundDownwardMessage;579    InboundHrmpMessage: InboundHrmpMessage;580    InboundHrmpMessages: InboundHrmpMessages;581    InboundLaneData: InboundLaneData;582    InboundRelayer: InboundRelayer;583    InboundStatus: InboundStatus;584    IncludedBlocks: IncludedBlocks;585    InclusionFee: InclusionFee;586    IncomingParachain: IncomingParachain;587    IncomingParachainDeploy: IncomingParachainDeploy;588    IncomingParachainFixed: IncomingParachainFixed;589    Index: Index;590    IndicesLookupSource: IndicesLookupSource;591    IndividualExposure: IndividualExposure;592    InitializationData: InitializationData;593    InstanceDetails: InstanceDetails;594    InstanceId: InstanceId;595    InstanceMetadata: InstanceMetadata;596    InstantiateRequest: InstantiateRequest;597    InstantiateRequestV1: InstantiateRequestV1;598    InstantiateRequestV2: InstantiateRequestV2;599    InstantiateReturnValue: InstantiateReturnValue;600    InstantiateReturnValueOk: InstantiateReturnValueOk;601    InstantiateReturnValueTo267: InstantiateReturnValueTo267;602    InstructionV2: InstructionV2;603    InstructionWeights: InstructionWeights;604    InteriorMultiLocation: InteriorMultiLocation;605    InvalidDisputeStatementKind: InvalidDisputeStatementKind;606    InvalidTransaction: InvalidTransaction;607    Json: Json;608    Junction: Junction;609    Junctions: Junctions;610    JunctionsV1: JunctionsV1;611    JunctionsV2: JunctionsV2;612    JunctionV0: JunctionV0;613    JunctionV1: JunctionV1;614    JunctionV2: JunctionV2;615    Justification: Justification;616    JustificationNotification: JustificationNotification;617    Justifications: Justifications;618    Key: Key;619    KeyOwnerProof: KeyOwnerProof;620    Keys: Keys;621    KeyType: KeyType;622    KeyTypeId: KeyTypeId;623    KeyValue: KeyValue;624    KeyValueOption: KeyValueOption;625    Kind: Kind;626    LaneId: LaneId;627    LastContribution: LastContribution;628    LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;629    LeasePeriod: LeasePeriod;630    LeasePeriodOf: LeasePeriodOf;631    LegacyTransaction: LegacyTransaction;632    Limits: Limits;633    LimitsTo264: LimitsTo264;634    LocalValidationData: LocalValidationData;635    LockIdentifier: LockIdentifier;636    LookupSource: LookupSource;637    LookupTarget: LookupTarget;638    LotteryConfig: LotteryConfig;639    MaybeRandomness: MaybeRandomness;640    MaybeVrf: MaybeVrf;641    MemberCount: MemberCount;642    MembershipProof: MembershipProof;643    MessageData: MessageData;644    MessageId: MessageId;645    MessageIngestionType: MessageIngestionType;646    MessageKey: MessageKey;647    MessageNonce: MessageNonce;648    MessageQueueChain: MessageQueueChain;649    MessagesDeliveryProofOf: MessagesDeliveryProofOf;650    MessagesProofOf: MessagesProofOf;651    MessagingStateSnapshot: MessagingStateSnapshot;652    MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;653    MetadataAll: MetadataAll;654    MetadataLatest: MetadataLatest;655    MetadataV10: MetadataV10;656    MetadataV11: MetadataV11;657    MetadataV12: MetadataV12;658    MetadataV13: MetadataV13;659    MetadataV14: MetadataV14;660    MetadataV9: MetadataV9;661    MmrLeafProof: MmrLeafProof;662    MmrRootHash: MmrRootHash;663    ModuleConstantMetadataV10: ModuleConstantMetadataV10;664    ModuleConstantMetadataV11: ModuleConstantMetadataV11;665    ModuleConstantMetadataV12: ModuleConstantMetadataV12;666    ModuleConstantMetadataV13: ModuleConstantMetadataV13;667    ModuleConstantMetadataV9: ModuleConstantMetadataV9;668    ModuleId: ModuleId;669    ModuleMetadataV10: ModuleMetadataV10;670    ModuleMetadataV11: ModuleMetadataV11;671    ModuleMetadataV12: ModuleMetadataV12;672    ModuleMetadataV13: ModuleMetadataV13;673    ModuleMetadataV9: ModuleMetadataV9;674    Moment: Moment;675    MomentOf: MomentOf;676    MoreAttestations: MoreAttestations;677    MortalEra: MortalEra;678    MultiAddress: MultiAddress;679    MultiAsset: MultiAsset;680    MultiAssetFilter: MultiAssetFilter;681    MultiAssetFilterV1: MultiAssetFilterV1;682    MultiAssetFilterV2: MultiAssetFilterV2;683    MultiAssets: MultiAssets;684    MultiAssetsV1: MultiAssetsV1;685    MultiAssetsV2: MultiAssetsV2;686    MultiAssetV0: MultiAssetV0;687    MultiAssetV1: MultiAssetV1;688    MultiAssetV2: MultiAssetV2;689    MultiDisputeStatementSet: MultiDisputeStatementSet;690    MultiLocation: MultiLocation;691    MultiLocationV0: MultiLocationV0;692    MultiLocationV1: MultiLocationV1;693    MultiLocationV2: MultiLocationV2;694    Multiplier: Multiplier;695    Multisig: Multisig;696    MultiSignature: MultiSignature;697    MultiSigner: MultiSigner;698    NetworkId: NetworkId;699    NetworkState: NetworkState;700    NetworkStatePeerset: NetworkStatePeerset;701    NetworkStatePeersetInfo: NetworkStatePeersetInfo;702    NewBidder: NewBidder;703    NextAuthority: NextAuthority;704    NextConfigDescriptor: NextConfigDescriptor;705    NextConfigDescriptorV1: NextConfigDescriptorV1;706    NodeRole: NodeRole;707    Nominations: Nominations;708    NominatorIndex: NominatorIndex;709    NominatorIndexCompact: NominatorIndexCompact;710    NotConnectedPeer: NotConnectedPeer;711    Null: Null;712    OffchainAccuracy: OffchainAccuracy;713    OffchainAccuracyCompact: OffchainAccuracyCompact;714    OffenceDetails: OffenceDetails;715    Offender: Offender;716    OpalRuntimeRuntime: OpalRuntimeRuntime;717    OpaqueCall: OpaqueCall;718    OpaqueMultiaddr: OpaqueMultiaddr;719    OpaqueNetworkState: OpaqueNetworkState;720    OpaquePeerId: OpaquePeerId;721    OpaqueTimeSlot: OpaqueTimeSlot;722    OpenTip: OpenTip;723    OpenTipFinderTo225: OpenTipFinderTo225;724    OpenTipTip: OpenTipTip;725    OpenTipTo225: OpenTipTo225;726    OperatingMode: OperatingMode;727    Origin: Origin;728    OriginCaller: OriginCaller;729    OriginKindV0: OriginKindV0;730    OriginKindV1: OriginKindV1;731    OriginKindV2: OriginKindV2;732    OrmlVestingModuleCall: OrmlVestingModuleCall;733    OrmlVestingModuleError: OrmlVestingModuleError;734    OrmlVestingModuleEvent: OrmlVestingModuleEvent;735    OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;736    OutboundHrmpMessage: OutboundHrmpMessage;737    OutboundLaneData: OutboundLaneData;738    OutboundMessageFee: OutboundMessageFee;739    OutboundPayload: OutboundPayload;740    OutboundStatus: OutboundStatus;741    Outcome: Outcome;742    OverweightIndex: OverweightIndex;743    Owner: Owner;744    PageCounter: PageCounter;745    PageIndexData: PageIndexData;746    PalletBalancesAccountData: PalletBalancesAccountData;747    PalletBalancesBalanceLock: PalletBalancesBalanceLock;748    PalletBalancesCall: PalletBalancesCall;749    PalletBalancesError: PalletBalancesError;750    PalletBalancesEvent: PalletBalancesEvent;751    PalletBalancesReasons: PalletBalancesReasons;752    PalletBalancesReleases: PalletBalancesReleases;753    PalletBalancesReserveData: PalletBalancesReserveData;754    PalletCallMetadataLatest: PalletCallMetadataLatest;755    PalletCallMetadataV14: PalletCallMetadataV14;756    PalletCommonError: PalletCommonError;757    PalletCommonEvent: PalletCommonEvent;758    PalletConstantMetadataLatest: PalletConstantMetadataLatest;759    PalletConstantMetadataV14: PalletConstantMetadataV14;760    PalletErrorMetadataLatest: PalletErrorMetadataLatest;761    PalletErrorMetadataV14: PalletErrorMetadataV14;762    PalletEthereumCall: PalletEthereumCall;763    PalletEthereumError: PalletEthereumError;764    PalletEthereumEvent: PalletEthereumEvent;765    PalletEventMetadataLatest: PalletEventMetadataLatest;766    PalletEventMetadataV14: PalletEventMetadataV14;767    PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;768    PalletEvmCall: PalletEvmCall;769    PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;770    PalletEvmContractHelpersError: PalletEvmContractHelpersError;771    PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;772    PalletEvmError: PalletEvmError;773    PalletEvmEvent: PalletEvmEvent;774    PalletEvmMigrationCall: PalletEvmMigrationCall;775    PalletEvmMigrationError: PalletEvmMigrationError;776    PalletFungibleError: PalletFungibleError;777    PalletId: PalletId;778    PalletInflationCall: PalletInflationCall;779    PalletMetadataLatest: PalletMetadataLatest;780    PalletMetadataV14: PalletMetadataV14;781    PalletNonfungibleError: PalletNonfungibleError;782    PalletNonfungibleItemData: PalletNonfungibleItemData;783    PalletRefungibleError: PalletRefungibleError;784    PalletRefungibleItemData: PalletRefungibleItemData;785    PalletsOrigin: PalletsOrigin;786    PalletStorageMetadataLatest: PalletStorageMetadataLatest;787    PalletStorageMetadataV14: PalletStorageMetadataV14;788    PalletSudoCall: PalletSudoCall;789    PalletSudoError: PalletSudoError;790    PalletSudoEvent: PalletSudoEvent;791    PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;792    PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;793    PalletTimestampCall: PalletTimestampCall;794    PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;795    PalletTreasuryCall: PalletTreasuryCall;796    PalletTreasuryError: PalletTreasuryError;797    PalletTreasuryEvent: PalletTreasuryEvent;798    PalletTreasuryProposal: PalletTreasuryProposal;799    PalletUniqueCall: PalletUniqueCall;800    PalletUniqueError: PalletUniqueError;801    PalletUniqueRawEvent: PalletUniqueRawEvent;802    PalletVersion: PalletVersion;803    PalletXcmCall: PalletXcmCall;804    PalletXcmError: PalletXcmError;805    PalletXcmEvent: PalletXcmEvent;806    ParachainDispatchOrigin: ParachainDispatchOrigin;807    ParachainInherentData: ParachainInherentData;808    ParachainProposal: ParachainProposal;809    ParachainsInherentData: ParachainsInherentData;810    ParaGenesisArgs: ParaGenesisArgs;811    ParaId: ParaId;812    ParaInfo: ParaInfo;813    ParaLifecycle: ParaLifecycle;814    Parameter: Parameter;815    ParaPastCodeMeta: ParaPastCodeMeta;816    ParaScheduling: ParaScheduling;817    ParathreadClaim: ParathreadClaim;818    ParathreadClaimQueue: ParathreadClaimQueue;819    ParathreadEntry: ParathreadEntry;820    ParaValidatorIndex: ParaValidatorIndex;821    Pays: Pays;822    Peer: Peer;823    PeerEndpoint: PeerEndpoint;824    PeerEndpointAddr: PeerEndpointAddr;825    PeerInfo: PeerInfo;826    PeerPing: PeerPing;827    PendingChange: PendingChange;828    PendingPause: PendingPause;829    PendingResume: PendingResume;830    Perbill: Perbill;831    Percent: Percent;832    PerDispatchClassU32: PerDispatchClassU32;833    PerDispatchClassWeight: PerDispatchClassWeight;834    PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;835    Period: Period;836    Permill: Permill;837    PermissionLatest: PermissionLatest;838    PermissionsV1: PermissionsV1;839    PermissionVersions: PermissionVersions;840    Perquintill: Perquintill;841    PersistedValidationData: PersistedValidationData;842    PerU16: PerU16;843    Phantom: Phantom;844    PhantomData: PhantomData;845    Phase: Phase;846    PhragmenScore: PhragmenScore;847    Points: Points;848    PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;849    PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;850    PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;851    PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;852    PolkadotPrimitivesV1AbridgedHostConfiguration: PolkadotPrimitivesV1AbridgedHostConfiguration;853    PolkadotPrimitivesV1AbridgedHrmpChannel: PolkadotPrimitivesV1AbridgedHrmpChannel;854    PolkadotPrimitivesV1PersistedValidationData: PolkadotPrimitivesV1PersistedValidationData;855    PolkadotPrimitivesV1UpgradeRestriction: PolkadotPrimitivesV1UpgradeRestriction;856    PortableType: PortableType;857    PortableTypeV14: PortableTypeV14;858    Precommits: Precommits;859    PrefabWasmModule: PrefabWasmModule;860    PrefixedStorageKey: PrefixedStorageKey;861    PreimageStatus: PreimageStatus;862    PreimageStatusAvailable: PreimageStatusAvailable;863    PreRuntime: PreRuntime;864    Prevotes: Prevotes;865    Priority: Priority;866    PriorLock: PriorLock;867    PropIndex: PropIndex;868    Proposal: Proposal;869    ProposalIndex: ProposalIndex;870    ProxyAnnouncement: ProxyAnnouncement;871    ProxyDefinition: ProxyDefinition;872    ProxyState: ProxyState;873    ProxyType: ProxyType;874    QueryId: QueryId;875    QueryStatus: QueryStatus;876    QueueConfigData: QueueConfigData;877    QueuedParathread: QueuedParathread;878    Randomness: Randomness;879    Raw: Raw;880    RawAuraPreDigest: RawAuraPreDigest;881    RawBabePreDigest: RawBabePreDigest;882    RawBabePreDigestCompat: RawBabePreDigestCompat;883    RawBabePreDigestPrimary: RawBabePreDigestPrimary;884    RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;885    RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;886    RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;887    RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;888    RawBabePreDigestTo159: RawBabePreDigestTo159;889    RawOrigin: RawOrigin;890    RawSolution: RawSolution;891    RawSolutionTo265: RawSolutionTo265;892    RawSolutionWith16: RawSolutionWith16;893    RawSolutionWith24: RawSolutionWith24;894    RawVRFOutput: RawVRFOutput;895    ReadProof: ReadProof;896    ReadySolution: ReadySolution;897    Reasons: Reasons;898    RecoveryConfig: RecoveryConfig;899    RefCount: RefCount;900    RefCountTo259: RefCountTo259;901    ReferendumIndex: ReferendumIndex;902    ReferendumInfo: ReferendumInfo;903    ReferendumInfoFinished: ReferendumInfoFinished;904    ReferendumInfoTo239: ReferendumInfoTo239;905    ReferendumStatus: ReferendumStatus;906    RegisteredParachainInfo: RegisteredParachainInfo;907    RegistrarIndex: RegistrarIndex;908    RegistrarInfo: RegistrarInfo;909    Registration: Registration;910    RegistrationJudgement: RegistrationJudgement;911    RegistrationTo198: RegistrationTo198;912    RelayBlockNumber: RelayBlockNumber;913    RelayChainBlockNumber: RelayChainBlockNumber;914    RelayChainHash: RelayChainHash;915    RelayerId: RelayerId;916    RelayHash: RelayHash;917    Releases: Releases;918    Remark: Remark;919    Renouncing: Renouncing;920    RentProjection: RentProjection;921    ReplacementTimes: ReplacementTimes;922    ReportedRoundStates: ReportedRoundStates;923    Reporter: Reporter;924    ReportIdOf: ReportIdOf;925    ReserveData: ReserveData;926    ReserveIdentifier: ReserveIdentifier;927    Response: Response;928    ResponseV0: ResponseV0;929    ResponseV1: ResponseV1;930    ResponseV2: ResponseV2;931    ResponseV2Error: ResponseV2Error;932    ResponseV2Result: ResponseV2Result;933    Retriable: Retriable;934    RewardDestination: RewardDestination;935    RewardPoint: RewardPoint;936    RoundSnapshot: RoundSnapshot;937    RoundState: RoundState;938    RpcMethods: RpcMethods;939    RuntimeDbWeight: RuntimeDbWeight;940    RuntimeDispatchInfo: RuntimeDispatchInfo;941    RuntimeVersion: RuntimeVersion;942    RuntimeVersionApi: RuntimeVersionApi;943    RuntimeVersionPartial: RuntimeVersionPartial;944    Schedule: Schedule;945    Scheduled: Scheduled;946    ScheduledTo254: ScheduledTo254;947    SchedulePeriod: SchedulePeriod;948    SchedulePriority: SchedulePriority;949    ScheduleTo212: ScheduleTo212;950    ScheduleTo258: ScheduleTo258;951    ScheduleTo264: ScheduleTo264;952    Scheduling: Scheduling;953    Seal: Seal;954    SealV0: SealV0;955    SeatHolder: SeatHolder;956    SeedOf: SeedOf;957    ServiceQuality: ServiceQuality;958    SessionIndex: SessionIndex;959    SessionInfo: SessionInfo;960    SessionInfoValidatorGroup: SessionInfoValidatorGroup;961    SessionKeys1: SessionKeys1;962    SessionKeys10: SessionKeys10;963    SessionKeys10B: SessionKeys10B;964    SessionKeys2: SessionKeys2;965    SessionKeys3: SessionKeys3;966    SessionKeys4: SessionKeys4;967    SessionKeys5: SessionKeys5;968    SessionKeys6: SessionKeys6;969    SessionKeys6B: SessionKeys6B;970    SessionKeys7: SessionKeys7;971    SessionKeys7B: SessionKeys7B;972    SessionKeys8: SessionKeys8;973    SessionKeys8B: SessionKeys8B;974    SessionKeys9: SessionKeys9;975    SessionKeys9B: SessionKeys9B;976    SetId: SetId;977    SetIndex: SetIndex;978    Si0Field: Si0Field;979    Si0LookupTypeId: Si0LookupTypeId;980    Si0Path: Si0Path;981    Si0Type: Si0Type;982    Si0TypeDef: Si0TypeDef;983    Si0TypeDefArray: Si0TypeDefArray;984    Si0TypeDefBitSequence: Si0TypeDefBitSequence;985    Si0TypeDefCompact: Si0TypeDefCompact;986    Si0TypeDefComposite: Si0TypeDefComposite;987    Si0TypeDefPhantom: Si0TypeDefPhantom;988    Si0TypeDefPrimitive: Si0TypeDefPrimitive;989    Si0TypeDefSequence: Si0TypeDefSequence;990    Si0TypeDefTuple: Si0TypeDefTuple;991    Si0TypeDefVariant: Si0TypeDefVariant;992    Si0TypeParameter: Si0TypeParameter;993    Si0Variant: Si0Variant;994    Si1Field: Si1Field;995    Si1LookupTypeId: Si1LookupTypeId;996    Si1Path: Si1Path;997    Si1Type: Si1Type;998    Si1TypeDef: Si1TypeDef;999    Si1TypeDefArray: Si1TypeDefArray;1000    Si1TypeDefBitSequence: Si1TypeDefBitSequence;1001    Si1TypeDefCompact: Si1TypeDefCompact;1002    Si1TypeDefComposite: Si1TypeDefComposite;1003    Si1TypeDefPrimitive: Si1TypeDefPrimitive;1004    Si1TypeDefSequence: Si1TypeDefSequence;1005    Si1TypeDefTuple: Si1TypeDefTuple;1006    Si1TypeDefVariant: Si1TypeDefVariant;1007    Si1TypeParameter: Si1TypeParameter;1008    Si1Variant: Si1Variant;1009    SiField: SiField;1010    Signature: Signature;1011    SignedAvailabilityBitfield: SignedAvailabilityBitfield;1012    SignedAvailabilityBitfields: SignedAvailabilityBitfields;1013    SignedBlock: SignedBlock;1014    SignedBlockWithJustification: SignedBlockWithJustification;1015    SignedBlockWithJustifications: SignedBlockWithJustifications;1016    SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1017    SignedExtensionMetadataV14: SignedExtensionMetadataV14;1018    SignedSubmission: SignedSubmission;1019    SignedSubmissionOf: SignedSubmissionOf;1020    SignedSubmissionTo276: SignedSubmissionTo276;1021    SignerPayload: SignerPayload;1022    SigningContext: SigningContext;1023    SiLookupTypeId: SiLookupTypeId;1024    SiPath: SiPath;1025    SiType: SiType;1026    SiTypeDef: SiTypeDef;1027    SiTypeDefArray: SiTypeDefArray;1028    SiTypeDefBitSequence: SiTypeDefBitSequence;1029    SiTypeDefCompact: SiTypeDefCompact;1030    SiTypeDefComposite: SiTypeDefComposite;1031    SiTypeDefPrimitive: SiTypeDefPrimitive;1032    SiTypeDefSequence: SiTypeDefSequence;1033    SiTypeDefTuple: SiTypeDefTuple;1034    SiTypeDefVariant: SiTypeDefVariant;1035    SiTypeParameter: SiTypeParameter;1036    SiVariant: SiVariant;1037    SlashingSpans: SlashingSpans;1038    SlashingSpansTo204: SlashingSpansTo204;1039    SlashJournalEntry: SlashJournalEntry;1040    Slot: Slot;1041    SlotNumber: SlotNumber;1042    SlotRange: SlotRange;1043    SlotRange10: SlotRange10;1044    SocietyJudgement: SocietyJudgement;1045    SocietyVote: SocietyVote;1046    SolutionOrSnapshotSize: SolutionOrSnapshotSize;1047    SolutionSupport: SolutionSupport;1048    SolutionSupports: SolutionSupports;1049    SpanIndex: SpanIndex;1050    SpanRecord: SpanRecord;1051    SpCoreEcdsaSignature: SpCoreEcdsaSignature;1052    SpCoreEd25519Signature: SpCoreEd25519Signature;1053    SpCoreSr25519Signature: SpCoreSr25519Signature;1054    SpecVersion: SpecVersion;1055    SpRuntimeArithmeticError: SpRuntimeArithmeticError;1056    SpRuntimeDigest: SpRuntimeDigest;1057    SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1058    SpRuntimeDispatchError: SpRuntimeDispatchError;1059    SpRuntimeModuleError: SpRuntimeModuleError;1060    SpRuntimeMultiSignature: SpRuntimeMultiSignature;1061    SpRuntimeTokenError: SpRuntimeTokenError;1062    SpTrieStorageProof: SpTrieStorageProof;1063    SpVersionRuntimeVersion: SpVersionRuntimeVersion;1064    Sr25519Signature: Sr25519Signature;1065    StakingLedger: StakingLedger;1066    StakingLedgerTo223: StakingLedgerTo223;1067    StakingLedgerTo240: StakingLedgerTo240;1068    Statement: Statement;1069    StatementKind: StatementKind;1070    StorageChangeSet: StorageChangeSet;1071    StorageData: StorageData;1072    StorageDeposit: StorageDeposit;1073    StorageEntryMetadataLatest: StorageEntryMetadataLatest;1074    StorageEntryMetadataV10: StorageEntryMetadataV10;1075    StorageEntryMetadataV11: StorageEntryMetadataV11;1076    StorageEntryMetadataV12: StorageEntryMetadataV12;1077    StorageEntryMetadataV13: StorageEntryMetadataV13;1078    StorageEntryMetadataV14: StorageEntryMetadataV14;1079    StorageEntryMetadataV9: StorageEntryMetadataV9;1080    StorageEntryModifierLatest: StorageEntryModifierLatest;1081    StorageEntryModifierV10: StorageEntryModifierV10;1082    StorageEntryModifierV11: StorageEntryModifierV11;1083    StorageEntryModifierV12: StorageEntryModifierV12;1084    StorageEntryModifierV13: StorageEntryModifierV13;1085    StorageEntryModifierV14: StorageEntryModifierV14;1086    StorageEntryModifierV9: StorageEntryModifierV9;1087    StorageEntryTypeLatest: StorageEntryTypeLatest;1088    StorageEntryTypeV10: StorageEntryTypeV10;1089    StorageEntryTypeV11: StorageEntryTypeV11;1090    StorageEntryTypeV12: StorageEntryTypeV12;1091    StorageEntryTypeV13: StorageEntryTypeV13;1092    StorageEntryTypeV14: StorageEntryTypeV14;1093    StorageEntryTypeV9: StorageEntryTypeV9;1094    StorageHasher: StorageHasher;1095    StorageHasherV10: StorageHasherV10;1096    StorageHasherV11: StorageHasherV11;1097    StorageHasherV12: StorageHasherV12;1098    StorageHasherV13: StorageHasherV13;1099    StorageHasherV14: StorageHasherV14;1100    StorageHasherV9: StorageHasherV9;1101    StorageKey: StorageKey;1102    StorageKind: StorageKind;1103    StorageMetadataV10: StorageMetadataV10;1104    StorageMetadataV11: StorageMetadataV11;1105    StorageMetadataV12: StorageMetadataV12;1106    StorageMetadataV13: StorageMetadataV13;1107    StorageMetadataV9: StorageMetadataV9;1108    StorageProof: StorageProof;1109    StoredPendingChange: StoredPendingChange;1110    StoredState: StoredState;1111    StrikeCount: StrikeCount;1112    SubId: SubId;1113    SubmissionIndicesOf: SubmissionIndicesOf;1114    Supports: Supports;1115    SyncState: SyncState;1116    SystemInherentData: SystemInherentData;1117    SystemOrigin: SystemOrigin;1118    Tally: Tally;1119    TaskAddress: TaskAddress;1120    TAssetBalance: TAssetBalance;1121    TAssetDepositBalance: TAssetDepositBalance;1122    Text: Text;1123    Timepoint: Timepoint;1124    TokenError: TokenError;1125    TombstoneContractInfo: TombstoneContractInfo;1126    TraceBlockResponse: TraceBlockResponse;1127    TraceError: TraceError;1128    TransactionInfo: TransactionInfo;1129    TransactionPriority: TransactionPriority;1130    TransactionStorageProof: TransactionStorageProof;1131    TransactionV0: TransactionV0;1132    TransactionV1: TransactionV1;1133    TransactionV2: TransactionV2;1134    TransactionValidityError: TransactionValidityError;1135    TransientValidationData: TransientValidationData;1136    TreasuryProposal: TreasuryProposal;1137    TrieId: TrieId;1138    TrieIndex: TrieIndex;1139    Type: Type;1140    u128: u128;1141    U128: U128;1142    u16: u16;1143    U16: U16;1144    u256: u256;1145    U256: U256;1146    u32: u32;1147    U32: U32;1148    U32F32: U32F32;1149    u64: u64;1150    U64: U64;1151    u8: u8;1152    U8: U8;1153    UnappliedSlash: UnappliedSlash;1154    UnappliedSlashOther: UnappliedSlashOther;1155    UncleEntryItem: UncleEntryItem;1156    UnknownTransaction: UnknownTransaction;1157    UnlockChunk: UnlockChunk;1158    UnrewardedRelayer: UnrewardedRelayer;1159    UnrewardedRelayersState: UnrewardedRelayersState;1160    UpDataStructsAccessMode: UpDataStructsAccessMode;1161    UpDataStructsCollection: UpDataStructsCollection;1162    UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1163    UpDataStructsCollectionMode: UpDataStructsCollectionMode;1164    UpDataStructsCollectionStats: UpDataStructsCollectionStats;1165    UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1166    UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1167    UpDataStructsCreateItemData: UpDataStructsCreateItemData;1168    UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1169    UpDataStructsCreateNftData: UpDataStructsCreateNftData;1170    UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1171    UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1172    UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;1173    UpDataStructsMetaUpdatePermission: UpDataStructsMetaUpdatePermission;1174    UpDataStructsSchemaVersion: UpDataStructsSchemaVersion;1175    UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1176    UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;1177    UpgradeGoAhead: UpgradeGoAhead;1178    UpgradeRestriction: UpgradeRestriction;1179    UpwardMessage: UpwardMessage;1180    usize: usize;1181    USize: USize;1182    ValidationCode: ValidationCode;1183    ValidationCodeHash: ValidationCodeHash;1184    ValidationData: ValidationData;1185    ValidationDataType: ValidationDataType;1186    ValidationFunctionParams: ValidationFunctionParams;1187    ValidatorCount: ValidatorCount;1188    ValidatorId: ValidatorId;1189    ValidatorIdOf: ValidatorIdOf;1190    ValidatorIndex: ValidatorIndex;1191    ValidatorIndexCompact: ValidatorIndexCompact;1192    ValidatorPrefs: ValidatorPrefs;1193    ValidatorPrefsTo145: ValidatorPrefsTo145;1194    ValidatorPrefsTo196: ValidatorPrefsTo196;1195    ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1196    ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1197    ValidatorSetId: ValidatorSetId;1198    ValidatorSignature: ValidatorSignature;1199    ValidDisputeStatementKind: ValidDisputeStatementKind;1200    ValidityAttestation: ValidityAttestation;1201    VecInboundHrmpMessage: VecInboundHrmpMessage;1202    VersionedMultiAsset: VersionedMultiAsset;1203    VersionedMultiAssets: VersionedMultiAssets;1204    VersionedMultiLocation: VersionedMultiLocation;1205    VersionedResponse: VersionedResponse;1206    VersionedXcm: VersionedXcm;1207    VersionMigrationStage: VersionMigrationStage;1208    VestingInfo: VestingInfo;1209    VestingSchedule: VestingSchedule;1210    Vote: Vote;1211    VoteIndex: VoteIndex;1212    Voter: Voter;1213    VoterInfo: VoterInfo;1214    Votes: Votes;1215    VotesTo230: VotesTo230;1216    VoteThreshold: VoteThreshold;1217    VoteWeight: VoteWeight;1218    Voting: Voting;1219    VotingDelegating: VotingDelegating;1220    VotingDirect: VotingDirect;1221    VotingDirectVote: VotingDirectVote;1222    VouchingStatus: VouchingStatus;1223    VrfData: VrfData;1224    VrfOutput: VrfOutput;1225    VrfProof: VrfProof;1226    Weight: Weight;1227    WeightLimitV2: WeightLimitV2;1228    WeightMultiplier: WeightMultiplier;1229    WeightPerClass: WeightPerClass;1230    WeightToFeeCoefficient: WeightToFeeCoefficient;1231    WildFungibility: WildFungibility;1232    WildFungibilityV0: WildFungibilityV0;1233    WildFungibilityV1: WildFungibilityV1;1234    WildFungibilityV2: WildFungibilityV2;1235    WildMultiAsset: WildMultiAsset;1236    WildMultiAssetV1: WildMultiAssetV1;1237    WildMultiAssetV2: WildMultiAssetV2;1238    WinnersData: WinnersData;1239    WinnersData10: WinnersData10;1240    WinnersDataTuple: WinnersDataTuple;1241    WinnersDataTuple10: WinnersDataTuple10;1242    WinningData: WinningData;1243    WinningData10: WinningData10;1244    WinningDataEntry: WinningDataEntry;1245    WithdrawReasons: WithdrawReasons;1246    Xcm: Xcm;1247    XcmAssetId: XcmAssetId;1248    XcmDoubleEncoded: XcmDoubleEncoded;1249    XcmError: XcmError;1250    XcmErrorV0: XcmErrorV0;1251    XcmErrorV1: XcmErrorV1;1252    XcmErrorV2: XcmErrorV2;1253    XcmOrder: XcmOrder;1254    XcmOrderV0: XcmOrderV0;1255    XcmOrderV1: XcmOrderV1;1256    XcmOrderV2: XcmOrderV2;1257    XcmOrigin: XcmOrigin;1258    XcmOriginKind: XcmOriginKind;1259    XcmpMessageFormat: XcmpMessageFormat;1260    XcmV0: XcmV0;1261    XcmV0Junction: XcmV0Junction;1262    XcmV0JunctionBodyId: XcmV0JunctionBodyId;1263    XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1264    XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1265    XcmV0MultiAsset: XcmV0MultiAsset;1266    XcmV0MultiLocation: XcmV0MultiLocation;1267    XcmV0Order: XcmV0Order;1268    XcmV0OriginKind: XcmV0OriginKind;1269    XcmV0Response: XcmV0Response;1270    XcmV0Xcm: XcmV0Xcm;1271    XcmV1: XcmV1;1272    XcmV1Junction: XcmV1Junction;1273    XcmV1MultiAsset: XcmV1MultiAsset;1274    XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1275    XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1276    XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1277    XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1278    XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1279    XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1280    XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1281    XcmV1MultiLocation: XcmV1MultiLocation;1282    XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1283    XcmV1Order: XcmV1Order;1284    XcmV1Response: XcmV1Response;1285    XcmV1Xcm: XcmV1Xcm;1286    XcmV2: XcmV2;1287    XcmV2Instruction: XcmV2Instruction;1288    XcmV2Response: XcmV2Response;1289    XcmV2TraitsError: XcmV2TraitsError;1290    XcmV2TraitsOutcome: XcmV2TraitsOutcome;1291    XcmV2WeightLimit: XcmV2WeightLimit;1292    XcmV2Xcm: XcmV2Xcm;1293    XcmVersion: XcmVersion;1294    XcmVersionedMultiAssets: XcmVersionedMultiAssets;1295    XcmVersionedMultiLocation: XcmVersionedMultiLocation;1296    XcmVersionedXcm: XcmVersionedXcm;1297  } // InterfaceTypes1298} // declare module
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -20,7 +20,17 @@
     _enum: ['Present']
   },
   /**
-   * Lookup10: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+   * Lookup10: sp_trie::storage_proof::StorageProof
+   **/
+  SpTrieStorageProof: {
+    trieNodes: 'BTreeSet'
+  },
+  /**
+   * Lookup11: BTreeSet<T>
+   **/
+  BTreeSet: 'Vec<Bytes>',
+  /**
+   * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
    **/
   CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
     dmqMqcHead: 'H256',
@@ -29,7 +39,7 @@
     egressChannels: 'Vec<(u32,PolkadotPrimitivesV1AbridgedHrmpChannel)>'
   },
   /**
-   * Lookup15: polkadot_primitives::v1::AbridgedHrmpChannel
+   * Lookup18: polkadot_primitives::v1::AbridgedHrmpChannel
    **/
   PolkadotPrimitivesV1AbridgedHrmpChannel: {
     maxCapacity: 'u32',
@@ -40,7 +50,7 @@
     mqcHead: 'Option<H256>'
   },
   /**
-   * Lookup17: polkadot_primitives::v1::AbridgedHostConfiguration
+   * Lookup20: polkadot_primitives::v1::AbridgedHostConfiguration
    **/
   PolkadotPrimitivesV1AbridgedHostConfiguration: {
     maxCodeSize: 'u32',
@@ -54,14 +64,14 @@
     validationUpgradeDelay: 'u32'
   },
   /**
-   * Lookup23: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+   * Lookup26: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
    **/
   PolkadotCorePrimitivesOutboundHrmpMessage: {
     recipient: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup26: cumulus_pallet_parachain_system::pallet::Call<T>
+   * Lookup28: cumulus_pallet_parachain_system::pallet::Call<T>
    **/
   CumulusPalletParachainSystemCall: {
     _enum: {
@@ -80,7 +90,7 @@
     }
   },
   /**
-   * Lookup27: cumulus_primitives_parachain_inherent::ParachainInherentData
+   * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData
    **/
   CumulusPrimitivesParachainInherentParachainInherentData: {
     validationData: 'PolkadotPrimitivesV1PersistedValidationData',
@@ -89,27 +99,21 @@
     horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
   },
   /**
-   * Lookup28: sp_trie::storage_proof::StorageProof
+   * Lookup31: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
    **/
-  SpTrieStorageProof: {
-    trieNodes: 'Vec<Bytes>'
-  },
-  /**
-   * Lookup30: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
-   **/
   PolkadotCorePrimitivesInboundDownwardMessage: {
     sentAt: 'u32',
     msg: 'Bytes'
   },
   /**
-   * Lookup33: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+   * Lookup34: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
    **/
   PolkadotCorePrimitivesInboundHrmpMessage: {
     sentAt: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup36: cumulus_pallet_parachain_system::pallet::Event<T>
+   * Lookup37: cumulus_pallet_parachain_system::pallet::Event<T>
    **/
   CumulusPalletParachainSystemEvent: {
     _enum: {
@@ -122,13 +126,13 @@
     }
   },
   /**
-   * Lookup37: cumulus_pallet_parachain_system::pallet::Error<T>
+   * Lookup38: cumulus_pallet_parachain_system::pallet::Error<T>
    **/
   CumulusPalletParachainSystemError: {
     _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
   },
   /**
-   * Lookup40: pallet_balances::AccountData<Balance>
+   * Lookup41: pallet_balances::AccountData<Balance>
    **/
   PalletBalancesAccountData: {
     free: 'u128',
@@ -137,7 +141,7 @@
     feeFrozen: 'u128'
   },
   /**
-   * Lookup42: pallet_balances::BalanceLock<Balance>
+   * Lookup43: pallet_balances::BalanceLock<Balance>
    **/
   PalletBalancesBalanceLock: {
     id: '[u8;8]',
@@ -145,26 +149,26 @@
     reasons: 'PalletBalancesReasons'
   },
   /**
-   * Lookup44: pallet_balances::Reasons
+   * Lookup45: pallet_balances::Reasons
    **/
   PalletBalancesReasons: {
     _enum: ['Fee', 'Misc', 'All']
   },
   /**
-   * Lookup47: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+   * Lookup48: pallet_balances::ReserveData<ReserveIdentifier, Balance>
    **/
   PalletBalancesReserveData: {
     id: '[u8;8]',
     amount: 'u128'
   },
   /**
-   * Lookup49: pallet_balances::Releases
+   * Lookup50: pallet_balances::Releases
    **/
   PalletBalancesReleases: {
     _enum: ['V1_0_0', 'V2_0_0']
   },
   /**
-   * Lookup50: pallet_balances::pallet::Call<T, I>
+   * Lookup51: pallet_balances::pallet::Call<T, I>
    **/
   PalletBalancesCall: {
     _enum: {
@@ -197,7 +201,7 @@
     }
   },
   /**
-   * Lookup56: pallet_balances::pallet::Event<T, I>
+   * Lookup57: pallet_balances::pallet::Event<T, I>
    **/
   PalletBalancesEvent: {
     _enum: {
@@ -248,19 +252,19 @@
     }
   },
   /**
-   * Lookup57: frame_support::traits::tokens::misc::BalanceStatus
+   * Lookup58: frame_support::traits::tokens::misc::BalanceStatus
    **/
   FrameSupportTokensMiscBalanceStatus: {
     _enum: ['Free', 'Reserved']
   },
   /**
-   * Lookup58: pallet_balances::pallet::Error<T, I>
+   * Lookup59: pallet_balances::pallet::Error<T, I>
    **/
   PalletBalancesError: {
     _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
   },
   /**
-   * Lookup61: pallet_timestamp::pallet::Call<T>
+   * Lookup62: pallet_timestamp::pallet::Call<T>
    **/
   PalletTimestampCall: {
     _enum: {
@@ -270,13 +274,13 @@
     }
   },
   /**
-   * Lookup64: pallet_transaction_payment::Releases
+   * Lookup65: pallet_transaction_payment::Releases
    **/
   PalletTransactionPaymentReleases: {
     _enum: ['V1Ancient', 'V2']
   },
   /**
-   * Lookup66: frame_support::weights::WeightToFeeCoefficient<Balance>
+   * Lookup67: frame_support::weights::WeightToFeeCoefficient<Balance>
    **/
   FrameSupportWeightsWeightToFeeCoefficient: {
     coeffInteger: 'u128',
@@ -285,7 +289,7 @@
     degree: 'u8'
   },
   /**
-   * Lookup68: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+   * Lookup69: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
    **/
   PalletTreasuryProposal: {
     proposer: 'AccountId32',
@@ -294,7 +298,7 @@
     bond: 'u128'
   },
   /**
-   * Lookup71: pallet_treasury::pallet::Call<T, I>
+   * Lookup72: pallet_treasury::pallet::Call<T, I>
    **/
   PalletTreasuryCall: {
     _enum: {
@@ -311,7 +315,7 @@
     }
   },
   /**
-   * Lookup73: pallet_treasury::pallet::Event<T, I>
+   * Lookup74: pallet_treasury::pallet::Event<T, I>
    **/
   PalletTreasuryEvent: {
     _enum: {
@@ -342,17 +346,17 @@
     }
   },
   /**
-   * Lookup76: frame_support::PalletId
+   * Lookup77: frame_support::PalletId
    **/
   FrameSupportPalletId: '[u8;8]',
   /**
-   * Lookup77: pallet_treasury::pallet::Error<T, I>
+   * Lookup78: pallet_treasury::pallet::Error<T, I>
    **/
   PalletTreasuryError: {
     _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals']
   },
   /**
-   * Lookup78: pallet_sudo::pallet::Call<T>
+   * Lookup79: pallet_sudo::pallet::Call<T>
    **/
   PalletSudoCall: {
     _enum: {
@@ -376,7 +380,7 @@
     }
   },
   /**
-   * Lookup80: frame_system::pallet::Call<T>
+   * Lookup81: frame_system::pallet::Call<T>
    **/
   FrameSystemCall: {
     _enum: {
@@ -414,7 +418,7 @@
     }
   },
   /**
-   * Lookup83: orml_vesting::module::Call<T>
+   * Lookup84: orml_vesting::module::Call<T>
    **/
   OrmlVestingModuleCall: {
     _enum: {
@@ -433,7 +437,7 @@
     }
   },
   /**
-   * Lookup84: orml_vesting::VestingSchedule<BlockNumber, Balance>
+   * Lookup85: orml_vesting::VestingSchedule<BlockNumber, Balance>
    **/
   OrmlVestingVestingSchedule: {
     start: 'u32',
@@ -442,7 +446,7 @@
     perPeriod: 'Compact<u128>'
   },
   /**
-   * Lookup86: cumulus_pallet_xcmp_queue::pallet::Call<T>
+   * Lookup87: cumulus_pallet_xcmp_queue::pallet::Call<T>
    **/
   CumulusPalletXcmpQueueCall: {
     _enum: {
@@ -491,7 +495,7 @@
     }
   },
   /**
-   * Lookup87: pallet_xcm::pallet::Call<T>
+   * Lookup88: pallet_xcm::pallet::Call<T>
    **/
   PalletXcmCall: {
     _enum: {
@@ -545,7 +549,7 @@
     }
   },
   /**
-   * Lookup88: xcm::VersionedMultiLocation
+   * Lookup89: xcm::VersionedMultiLocation
    **/
   XcmVersionedMultiLocation: {
     _enum: {
@@ -554,7 +558,7 @@
     }
   },
   /**
-   * Lookup89: xcm::v0::multi_location::MultiLocation
+   * Lookup90: xcm::v0::multi_location::MultiLocation
    **/
   XcmV0MultiLocation: {
     _enum: {
@@ -570,7 +574,7 @@
     }
   },
   /**
-   * Lookup90: xcm::v0::junction::Junction
+   * Lookup91: xcm::v0::junction::Junction
    **/
   XcmV0Junction: {
     _enum: {
@@ -599,7 +603,7 @@
     }
   },
   /**
-   * Lookup91: xcm::v0::junction::NetworkId
+   * Lookup92: xcm::v0::junction::NetworkId
    **/
   XcmV0JunctionNetworkId: {
     _enum: {
@@ -610,7 +614,7 @@
     }
   },
   /**
-   * Lookup92: xcm::v0::junction::BodyId
+   * Lookup93: xcm::v0::junction::BodyId
    **/
   XcmV0JunctionBodyId: {
     _enum: {
@@ -624,7 +628,7 @@
     }
   },
   /**
-   * Lookup93: xcm::v0::junction::BodyPart
+   * Lookup94: xcm::v0::junction::BodyPart
    **/
   XcmV0JunctionBodyPart: {
     _enum: {
@@ -647,14 +651,14 @@
     }
   },
   /**
-   * Lookup94: xcm::v1::multilocation::MultiLocation
+   * Lookup95: xcm::v1::multilocation::MultiLocation
    **/
   XcmV1MultiLocation: {
     parents: 'u8',
     interior: 'XcmV1MultilocationJunctions'
   },
   /**
-   * Lookup95: xcm::v1::multilocation::Junctions
+   * Lookup96: xcm::v1::multilocation::Junctions
    **/
   XcmV1MultilocationJunctions: {
     _enum: {
@@ -670,7 +674,7 @@
     }
   },
   /**
-   * Lookup96: xcm::v1::junction::Junction
+   * Lookup97: xcm::v1::junction::Junction
    **/
   XcmV1Junction: {
     _enum: {
@@ -698,7 +702,7 @@
     }
   },
   /**
-   * Lookup97: xcm::VersionedXcm<Call>
+   * Lookup98: xcm::VersionedXcm<Call>
    **/
   XcmVersionedXcm: {
     _enum: {
@@ -708,7 +712,7 @@
     }
   },
   /**
-   * Lookup98: xcm::v0::Xcm<Call>
+   * Lookup99: xcm::v0::Xcm<Call>
    **/
   XcmV0Xcm: {
     _enum: {
@@ -762,7 +766,7 @@
     }
   },
   /**
-   * Lookup100: xcm::v0::multi_asset::MultiAsset
+   * Lookup101: xcm::v0::multi_asset::MultiAsset
    **/
   XcmV0MultiAsset: {
     _enum: {
@@ -801,7 +805,7 @@
     }
   },
   /**
-   * Lookup101: xcm::v1::multiasset::AssetInstance
+   * Lookup102: xcm::v1::multiasset::AssetInstance
    **/
   XcmV1MultiassetAssetInstance: {
     _enum: {
@@ -815,7 +819,7 @@
     }
   },
   /**
-   * Lookup105: xcm::v0::order::Order<Call>
+   * Lookup106: xcm::v0::order::Order<Call>
    **/
   XcmV0Order: {
     _enum: {
@@ -858,7 +862,7 @@
     }
   },
   /**
-   * Lookup107: xcm::v0::Response
+   * Lookup108: xcm::v0::Response
    **/
   XcmV0Response: {
     _enum: {
@@ -866,19 +870,19 @@
     }
   },
   /**
-   * Lookup108: xcm::v0::OriginKind
+   * Lookup109: xcm::v0::OriginKind
    **/
   XcmV0OriginKind: {
     _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
   },
   /**
-   * Lookup109: xcm::double_encoded::DoubleEncoded<T>
+   * Lookup110: xcm::double_encoded::DoubleEncoded<T>
    **/
   XcmDoubleEncoded: {
     encoded: 'Bytes'
   },
   /**
-   * Lookup110: xcm::v1::Xcm<Call>
+   * Lookup111: xcm::v1::Xcm<Call>
    **/
   XcmV1Xcm: {
     _enum: {
@@ -937,18 +941,18 @@
     }
   },
   /**
-   * Lookup111: xcm::v1::multiasset::MultiAssets
+   * Lookup112: xcm::v1::multiasset::MultiAssets
    **/
   XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',
   /**
-   * Lookup113: xcm::v1::multiasset::MultiAsset
+   * Lookup114: xcm::v1::multiasset::MultiAsset
    **/
   XcmV1MultiAsset: {
     id: 'XcmV1MultiassetAssetId',
     fun: 'XcmV1MultiassetFungibility'
   },
   /**
-   * Lookup114: xcm::v1::multiasset::AssetId
+   * Lookup115: xcm::v1::multiasset::AssetId
    **/
   XcmV1MultiassetAssetId: {
     _enum: {
@@ -957,7 +961,7 @@
     }
   },
   /**
-   * Lookup115: xcm::v1::multiasset::Fungibility
+   * Lookup116: xcm::v1::multiasset::Fungibility
    **/
   XcmV1MultiassetFungibility: {
     _enum: {
@@ -966,7 +970,7 @@
     }
   },
   /**
-   * Lookup117: xcm::v1::order::Order<Call>
+   * Lookup118: xcm::v1::order::Order<Call>
    **/
   XcmV1Order: {
     _enum: {
@@ -1011,7 +1015,7 @@
     }
   },
   /**
-   * Lookup118: xcm::v1::multiasset::MultiAssetFilter
+   * Lookup119: xcm::v1::multiasset::MultiAssetFilter
    **/
   XcmV1MultiassetMultiAssetFilter: {
     _enum: {
@@ -1020,7 +1024,7 @@
     }
   },
   /**
-   * Lookup119: xcm::v1::multiasset::WildMultiAsset
+   * Lookup120: xcm::v1::multiasset::WildMultiAsset
    **/
   XcmV1MultiassetWildMultiAsset: {
     _enum: {
@@ -1032,13 +1036,13 @@
     }
   },
   /**
-   * Lookup120: xcm::v1::multiasset::WildFungibility
+   * Lookup121: xcm::v1::multiasset::WildFungibility
    **/
   XcmV1MultiassetWildFungibility: {
     _enum: ['Fungible', 'NonFungible']
   },
   /**
-   * Lookup122: xcm::v1::Response
+   * Lookup123: xcm::v1::Response
    **/
   XcmV1Response: {
     _enum: {
@@ -1047,11 +1051,11 @@
     }
   },
   /**
-   * Lookup123: xcm::v2::Xcm<Call>
+   * Lookup124: xcm::v2::Xcm<Call>
    **/
   XcmV2Xcm: 'Vec<XcmV2Instruction>',
   /**
-   * Lookup125: xcm::v2::Instruction<Call>
+   * Lookup126: xcm::v2::Instruction<Call>
    **/
   XcmV2Instruction: {
     _enum: {
@@ -1149,7 +1153,7 @@
     }
   },
   /**
-   * Lookup126: xcm::v2::Response
+   * Lookup127: xcm::v2::Response
    **/
   XcmV2Response: {
     _enum: {
@@ -1160,7 +1164,7 @@
     }
   },
   /**
-   * Lookup129: xcm::v2::traits::Error
+   * Lookup130: xcm::v2::traits::Error
    **/
   XcmV2TraitsError: {
     _enum: {
@@ -1193,7 +1197,7 @@
     }
   },
   /**
-   * Lookup130: xcm::v2::WeightLimit
+   * Lookup131: xcm::v2::WeightLimit
    **/
   XcmV2WeightLimit: {
     _enum: {
@@ -1202,7 +1206,7 @@
     }
   },
   /**
-   * Lookup131: xcm::VersionedMultiAssets
+   * Lookup132: xcm::VersionedMultiAssets
    **/
   XcmVersionedMultiAssets: {
     _enum: {
@@ -1211,11 +1215,11 @@
     }
   },
   /**
-   * Lookup146: cumulus_pallet_xcm::pallet::Call<T>
+   * Lookup147: cumulus_pallet_xcm::pallet::Call<T>
    **/
   CumulusPalletXcmCall: 'Null',
   /**
-   * Lookup147: cumulus_pallet_dmp_queue::pallet::Call<T>
+   * Lookup148: cumulus_pallet_dmp_queue::pallet::Call<T>
    **/
   CumulusPalletDmpQueueCall: {
     _enum: {
@@ -1226,7 +1230,7 @@
     }
   },
   /**
-   * Lookup148: pallet_inflation::pallet::Call<T>
+   * Lookup149: pallet_inflation::pallet::Call<T>
    **/
   PalletInflationCall: {
     _enum: {
@@ -1236,7 +1240,7 @@
     }
   },
   /**
-   * Lookup149: pallet_unique::Call<T>
+   * Lookup150: pallet_unique::Call<T>
    **/
   PalletUniqueCall: {
     _enum: {
@@ -1370,7 +1374,7 @@
     }
   },
   /**
-   * Lookup155: up_data_structs::CollectionMode
+   * Lookup156: up_data_structs::CollectionMode
    **/
   UpDataStructsCollectionMode: {
     _enum: {
@@ -1380,7 +1384,7 @@
     }
   },
   /**
-   * Lookup156: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+   * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCreateCollectionData: {
     mode: 'UpDataStructsCollectionMode',
@@ -1397,19 +1401,19 @@
     metaUpdatePermission: 'Option<UpDataStructsMetaUpdatePermission>'
   },
   /**
-   * Lookup158: up_data_structs::AccessMode
+   * Lookup159: up_data_structs::AccessMode
    **/
   UpDataStructsAccessMode: {
     _enum: ['Normal', 'AllowList']
   },
   /**
-   * Lookup161: up_data_structs::SchemaVersion
+   * Lookup162: up_data_structs::SchemaVersion
    **/
   UpDataStructsSchemaVersion: {
     _enum: ['ImageURL', 'Unique']
   },
   /**
-   * Lookup164: up_data_structs::CollectionLimits
+   * Lookup165: up_data_structs::CollectionLimits
    **/
   UpDataStructsCollectionLimits: {
     accountTokenOwnershipLimit: 'Option<u32>',
@@ -1423,7 +1427,7 @@
     transfersEnabled: 'Option<bool>'
   },
   /**
-   * Lookup166: up_data_structs::SponsoringRateLimit
+   * Lookup167: up_data_structs::SponsoringRateLimit
    **/
   UpDataStructsSponsoringRateLimit: {
     _enum: {
@@ -1432,13 +1436,13 @@
     }
   },
   /**
-   * Lookup170: up_data_structs::MetaUpdatePermission
+   * Lookup171: up_data_structs::MetaUpdatePermission
    **/
   UpDataStructsMetaUpdatePermission: {
     _enum: ['ItemOwner', 'Admin', 'None']
   },
   /**
-   * Lookup172: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
+   * Lookup173: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
    **/
   PalletEvmAccountBasicCrossAccountIdRepr: {
     _enum: {
@@ -1447,7 +1451,7 @@
     }
   },
   /**
-   * Lookup174: up_data_structs::CreateItemData
+   * Lookup175: up_data_structs::CreateItemData
    **/
   UpDataStructsCreateItemData: {
     _enum: {
@@ -1457,20 +1461,20 @@
     }
   },
   /**
-   * Lookup175: up_data_structs::CreateNftData
+   * Lookup176: up_data_structs::CreateNftData
    **/
   UpDataStructsCreateNftData: {
     constData: 'Bytes',
     variableData: 'Bytes'
   },
   /**
-   * Lookup177: up_data_structs::CreateFungibleData
+   * Lookup178: up_data_structs::CreateFungibleData
    **/
   UpDataStructsCreateFungibleData: {
     value: 'u128'
   },
   /**
-   * Lookup178: up_data_structs::CreateReFungibleData
+   * Lookup179: up_data_structs::CreateReFungibleData
    **/
   UpDataStructsCreateReFungibleData: {
     constData: 'Bytes',
@@ -1478,7 +1482,7 @@
     pieces: 'u128'
   },
   /**
-   * Lookup180: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup181: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateItemExData: {
     _enum: {
@@ -1489,7 +1493,7 @@
     }
   },
   /**
-   * Lookup182: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup183: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateNftExData: {
     constData: 'Bytes',
@@ -1497,7 +1501,7 @@
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup189: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup190: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateRefungibleExData: {
     constData: 'Bytes',
@@ -1505,11 +1509,11 @@
     users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'
   },
   /**
-   * Lookup192: pallet_template_transaction_payment::Call<T>
+   * Lookup193: pallet_template_transaction_payment::Call<T>
    **/
   PalletTemplateTransactionPaymentCall: 'Null',
   /**
-   * Lookup193: pallet_evm::pallet::Call<T>
+   * Lookup194: pallet_evm::pallet::Call<T>
    **/
   PalletEvmCall: {
     _enum: {
@@ -1552,7 +1556,7 @@
     }
   },
   /**
-   * Lookup199: pallet_ethereum::pallet::Call<T>
+   * Lookup200: pallet_ethereum::pallet::Call<T>
    **/
   PalletEthereumCall: {
     _enum: {
@@ -1562,7 +1566,7 @@
     }
   },
   /**
-   * Lookup200: ethereum::transaction::TransactionV2
+   * Lookup201: ethereum::transaction::TransactionV2
    **/
   EthereumTransactionTransactionV2: {
     _enum: {
@@ -1572,7 +1576,7 @@
     }
   },
   /**
-   * Lookup201: ethereum::transaction::LegacyTransaction
+   * Lookup202: ethereum::transaction::LegacyTransaction
    **/
   EthereumTransactionLegacyTransaction: {
     nonce: 'U256',
@@ -1584,7 +1588,7 @@
     signature: 'EthereumTransactionTransactionSignature'
   },
   /**
-   * Lookup202: ethereum::transaction::TransactionAction
+   * Lookup203: ethereum::transaction::TransactionAction
    **/
   EthereumTransactionTransactionAction: {
     _enum: {
@@ -1593,7 +1597,7 @@
     }
   },
   /**
-   * Lookup203: ethereum::transaction::TransactionSignature
+   * Lookup204: ethereum::transaction::TransactionSignature
    **/
   EthereumTransactionTransactionSignature: {
     v: 'u64',
@@ -1601,7 +1605,7 @@
     s: 'H256'
   },
   /**
-   * Lookup205: ethereum::transaction::EIP2930Transaction
+   * Lookup206: ethereum::transaction::EIP2930Transaction
    **/
   EthereumTransactionEip2930Transaction: {
     chainId: 'u64',
@@ -1617,14 +1621,14 @@
     s: 'H256'
   },
   /**
-   * Lookup207: ethereum::transaction::AccessListItem
+   * Lookup208: ethereum::transaction::AccessListItem
    **/
   EthereumTransactionAccessListItem: {
     address: 'H160',
-    slots: 'Vec<H256>'
+    storageKeys: 'Vec<H256>'
   },
   /**
-   * Lookup208: ethereum::transaction::EIP1559Transaction
+   * Lookup209: ethereum::transaction::EIP1559Transaction
    **/
   EthereumTransactionEip1559Transaction: {
     chainId: 'u64',
@@ -1641,7 +1645,7 @@
     s: 'H256'
   },
   /**
-   * Lookup209: pallet_evm_migration::pallet::Call<T>
+   * Lookup210: pallet_evm_migration::pallet::Call<T>
    **/
   PalletEvmMigrationCall: {
     _enum: {
@@ -1659,7 +1663,7 @@
     }
   },
   /**
-   * Lookup212: pallet_sudo::pallet::Event<T>
+   * Lookup213: pallet_sudo::pallet::Event<T>
    **/
   PalletSudoEvent: {
     _enum: {
@@ -1675,7 +1679,7 @@
     }
   },
   /**
-   * Lookup214: sp_runtime::DispatchError
+   * Lookup215: sp_runtime::DispatchError
    **/
   SpRuntimeDispatchError: {
     _enum: {
@@ -1691,32 +1695,32 @@
     }
   },
   /**
-   * Lookup215: sp_runtime::ModuleError
+   * Lookup216: sp_runtime::ModuleError
    **/
   SpRuntimeModuleError: {
     index: 'u8',
     error: 'u8'
   },
   /**
-   * Lookup216: sp_runtime::TokenError
+   * Lookup217: sp_runtime::TokenError
    **/
   SpRuntimeTokenError: {
     _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']
   },
   /**
-   * Lookup217: sp_runtime::ArithmeticError
+   * Lookup218: sp_runtime::ArithmeticError
    **/
   SpRuntimeArithmeticError: {
     _enum: ['Underflow', 'Overflow', 'DivisionByZero']
   },
   /**
-   * Lookup218: pallet_sudo::pallet::Error<T>
+   * Lookup219: pallet_sudo::pallet::Error<T>
    **/
   PalletSudoError: {
     _enum: ['RequireSudo']
   },
   /**
-   * Lookup219: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
+   * Lookup220: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
    **/
   FrameSystemAccountInfo: {
     nonce: 'u32',
@@ -1726,7 +1730,7 @@
     data: 'PalletBalancesAccountData'
   },
   /**
-   * Lookup220: frame_support::weights::PerDispatchClass<T>
+   * Lookup221: frame_support::weights::PerDispatchClass<T>
    **/
   FrameSupportWeightsPerDispatchClassU64: {
     normal: 'u64',
@@ -1734,13 +1738,13 @@
     mandatory: 'u64'
   },
   /**
-   * Lookup221: sp_runtime::generic::digest::Digest
+   * Lookup222: sp_runtime::generic::digest::Digest
    **/
   SpRuntimeDigest: {
     logs: 'Vec<SpRuntimeDigestDigestItem>'
   },
   /**
-   * Lookup223: sp_runtime::generic::digest::DigestItem
+   * Lookup224: sp_runtime::generic::digest::DigestItem
    **/
   SpRuntimeDigestDigestItem: {
     _enum: {
@@ -1756,7 +1760,7 @@
     }
   },
   /**
-   * Lookup225: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
+   * Lookup226: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
    **/
   FrameSystemEventRecord: {
     phase: 'FrameSystemPhase',
@@ -1764,7 +1768,7 @@
     topics: 'Vec<H256>'
   },
   /**
-   * Lookup227: frame_system::pallet::Event<T>
+   * Lookup228: frame_system::pallet::Event<T>
    **/
   FrameSystemEvent: {
     _enum: {
@@ -1792,7 +1796,7 @@
     }
   },
   /**
-   * Lookup228: frame_support::weights::DispatchInfo
+   * Lookup229: frame_support::weights::DispatchInfo
    **/
   FrameSupportWeightsDispatchInfo: {
     weight: 'u64',
@@ -1800,19 +1804,19 @@
     paysFee: 'FrameSupportWeightsPays'
   },
   /**
-   * Lookup229: frame_support::weights::DispatchClass
+   * Lookup230: frame_support::weights::DispatchClass
    **/
   FrameSupportWeightsDispatchClass: {
     _enum: ['Normal', 'Operational', 'Mandatory']
   },
   /**
-   * Lookup230: frame_support::weights::Pays
+   * Lookup231: frame_support::weights::Pays
    **/
   FrameSupportWeightsPays: {
     _enum: ['Yes', 'No']
   },
   /**
-   * Lookup231: orml_vesting::module::Event<T>
+   * Lookup232: orml_vesting::module::Event<T>
    **/
   OrmlVestingModuleEvent: {
     _enum: {
@@ -1831,7 +1835,7 @@
     }
   },
   /**
-   * Lookup232: cumulus_pallet_xcmp_queue::pallet::Event<T>
+   * Lookup233: cumulus_pallet_xcmp_queue::pallet::Event<T>
    **/
   CumulusPalletXcmpQueueEvent: {
     _enum: {
@@ -1846,7 +1850,7 @@
     }
   },
   /**
-   * Lookup233: pallet_xcm::pallet::Event<T>
+   * Lookup234: pallet_xcm::pallet::Event<T>
    **/
   PalletXcmEvent: {
     _enum: {
@@ -1869,7 +1873,7 @@
     }
   },
   /**
-   * Lookup234: xcm::v2::traits::Outcome
+   * Lookup235: xcm::v2::traits::Outcome
    **/
   XcmV2TraitsOutcome: {
     _enum: {
@@ -1879,7 +1883,7 @@
     }
   },
   /**
-   * Lookup236: cumulus_pallet_xcm::pallet::Event<T>
+   * Lookup237: cumulus_pallet_xcm::pallet::Event<T>
    **/
   CumulusPalletXcmEvent: {
     _enum: {
@@ -1889,7 +1893,7 @@
     }
   },
   /**
-   * Lookup237: cumulus_pallet_dmp_queue::pallet::Event<T>
+   * Lookup238: cumulus_pallet_dmp_queue::pallet::Event<T>
    **/
   CumulusPalletDmpQueueEvent: {
     _enum: {
@@ -1902,7 +1906,7 @@
     }
   },
   /**
-   * Lookup238: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup239: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   PalletUniqueRawEvent: {
     _enum: {
@@ -1924,7 +1928,7 @@
     }
   },
   /**
-   * Lookup239: pallet_common::pallet::Event<T>
+   * Lookup240: pallet_common::pallet::Event<T>
    **/
   PalletCommonEvent: {
     _enum: {
@@ -1937,7 +1941,7 @@
     }
   },
   /**
-   * Lookup240: pallet_evm::pallet::Event<T>
+   * Lookup241: pallet_evm::pallet::Event<T>
    **/
   PalletEvmEvent: {
     _enum: {
@@ -1951,7 +1955,7 @@
     }
   },
   /**
-   * Lookup241: ethereum::log::Log
+   * Lookup242: ethereum::log::Log
    **/
   EthereumLog: {
     address: 'H160',
@@ -1959,7 +1963,7 @@
     data: 'Bytes'
   },
   /**
-   * Lookup242: pallet_ethereum::pallet::Event
+   * Lookup243: pallet_ethereum::pallet::Event
    **/
   PalletEthereumEvent: {
     _enum: {
@@ -1967,7 +1971,7 @@
     }
   },
   /**
-   * Lookup243: evm_core::error::ExitReason
+   * Lookup244: evm_core::error::ExitReason
    **/
   EvmCoreErrorExitReason: {
     _enum: {
@@ -1978,13 +1982,13 @@
     }
   },
   /**
-   * Lookup244: evm_core::error::ExitSucceed
+   * Lookup245: evm_core::error::ExitSucceed
    **/
   EvmCoreErrorExitSucceed: {
     _enum: ['Stopped', 'Returned', 'Suicided']
   },
   /**
-   * Lookup245: evm_core::error::ExitError
+   * Lookup246: evm_core::error::ExitError
    **/
   EvmCoreErrorExitError: {
     _enum: {
@@ -2006,13 +2010,13 @@
     }
   },
   /**
-   * Lookup248: evm_core::error::ExitRevert
+   * Lookup249: evm_core::error::ExitRevert
    **/
   EvmCoreErrorExitRevert: {
     _enum: ['Reverted']
   },
   /**
-   * Lookup249: evm_core::error::ExitFatal
+   * Lookup250: evm_core::error::ExitFatal
    **/
   EvmCoreErrorExitFatal: {
     _enum: {
@@ -2023,7 +2027,7 @@
     }
   },
   /**
-   * Lookup250: frame_system::Phase
+   * Lookup251: frame_system::Phase
    **/
   FrameSystemPhase: {
     _enum: {
@@ -2033,14 +2037,14 @@
     }
   },
   /**
-   * Lookup252: frame_system::LastRuntimeUpgradeInfo
+   * Lookup253: frame_system::LastRuntimeUpgradeInfo
    **/
   FrameSystemLastRuntimeUpgradeInfo: {
     specVersion: 'Compact<u32>',
     specName: 'Text'
   },
   /**
-   * Lookup253: frame_system::limits::BlockWeights
+   * Lookup254: frame_system::limits::BlockWeights
    **/
   FrameSystemLimitsBlockWeights: {
     baseBlock: 'u64',
@@ -2048,7 +2052,7 @@
     perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'
   },
   /**
-   * Lookup254: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
+   * Lookup255: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
    **/
   FrameSupportWeightsPerDispatchClassWeightsPerClass: {
     normal: 'FrameSystemLimitsWeightsPerClass',
@@ -2056,7 +2060,7 @@
     mandatory: 'FrameSystemLimitsWeightsPerClass'
   },
   /**
-   * Lookup255: frame_system::limits::WeightsPerClass
+   * Lookup256: frame_system::limits::WeightsPerClass
    **/
   FrameSystemLimitsWeightsPerClass: {
     baseExtrinsic: 'u64',
@@ -2065,13 +2069,13 @@
     reserved: 'Option<u64>'
   },
   /**
-   * Lookup257: frame_system::limits::BlockLength
+   * Lookup258: frame_system::limits::BlockLength
    **/
   FrameSystemLimitsBlockLength: {
     max: 'FrameSupportWeightsPerDispatchClassU32'
   },
   /**
-   * Lookup258: frame_support::weights::PerDispatchClass<T>
+   * Lookup259: frame_support::weights::PerDispatchClass<T>
    **/
   FrameSupportWeightsPerDispatchClassU32: {
     normal: 'u32',
@@ -2079,14 +2083,14 @@
     mandatory: 'u32'
   },
   /**
-   * Lookup259: frame_support::weights::RuntimeDbWeight
+   * Lookup260: frame_support::weights::RuntimeDbWeight
    **/
   FrameSupportWeightsRuntimeDbWeight: {
     read: 'u64',
     write: 'u64'
   },
   /**
-   * Lookup260: sp_version::RuntimeVersion
+   * Lookup261: sp_version::RuntimeVersion
    **/
   SpVersionRuntimeVersion: {
     specName: 'Text',
@@ -2099,19 +2103,19 @@
     stateVersion: 'u8'
   },
   /**
-   * Lookup264: frame_system::pallet::Error<T>
+   * Lookup265: frame_system::pallet::Error<T>
    **/
   FrameSystemError: {
     _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
   },
   /**
-   * Lookup266: orml_vesting::module::Error<T>
+   * Lookup267: orml_vesting::module::Error<T>
    **/
   OrmlVestingModuleError: {
     _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
   },
   /**
-   * Lookup268: cumulus_pallet_xcmp_queue::InboundChannelDetails
+   * Lookup269: cumulus_pallet_xcmp_queue::InboundChannelDetails
    **/
   CumulusPalletXcmpQueueInboundChannelDetails: {
     sender: 'u32',
@@ -2119,19 +2123,19 @@
     messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
   },
   /**
-   * Lookup269: cumulus_pallet_xcmp_queue::InboundState
+   * Lookup270: cumulus_pallet_xcmp_queue::InboundState
    **/
   CumulusPalletXcmpQueueInboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup272: polkadot_parachain::primitives::XcmpMessageFormat
+   * Lookup273: polkadot_parachain::primitives::XcmpMessageFormat
    **/
   PolkadotParachainPrimitivesXcmpMessageFormat: {
     _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
   },
   /**
-   * Lookup275: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+   * Lookup276: cumulus_pallet_xcmp_queue::OutboundChannelDetails
    **/
   CumulusPalletXcmpQueueOutboundChannelDetails: {
     recipient: 'u32',
@@ -2141,13 +2145,13 @@
     lastIndex: 'u16'
   },
   /**
-   * Lookup276: cumulus_pallet_xcmp_queue::OutboundState
+   * Lookup277: cumulus_pallet_xcmp_queue::OutboundState
    **/
   CumulusPalletXcmpQueueOutboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup278: cumulus_pallet_xcmp_queue::QueueConfigData
+   * Lookup279: cumulus_pallet_xcmp_queue::QueueConfigData
    **/
   CumulusPalletXcmpQueueQueueConfigData: {
     suspendThreshold: 'u32',
@@ -2158,29 +2162,29 @@
     xcmpMaxIndividualWeight: 'u64'
   },
   /**
-   * Lookup280: cumulus_pallet_xcmp_queue::pallet::Error<T>
+   * Lookup281: cumulus_pallet_xcmp_queue::pallet::Error<T>
    **/
   CumulusPalletXcmpQueueError: {
     _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
   },
   /**
-   * Lookup281: pallet_xcm::pallet::Error<T>
+   * Lookup282: pallet_xcm::pallet::Error<T>
    **/
   PalletXcmError: {
     _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
   },
   /**
-   * Lookup282: cumulus_pallet_xcm::pallet::Error<T>
+   * Lookup283: cumulus_pallet_xcm::pallet::Error<T>
    **/
   CumulusPalletXcmError: 'Null',
   /**
-   * Lookup283: cumulus_pallet_dmp_queue::ConfigData
+   * Lookup284: cumulus_pallet_dmp_queue::ConfigData
    **/
   CumulusPalletDmpQueueConfigData: {
     maxIndividual: 'u64'
   },
   /**
-   * Lookup284: cumulus_pallet_dmp_queue::PageIndexData
+   * Lookup285: cumulus_pallet_dmp_queue::PageIndexData
    **/
   CumulusPalletDmpQueuePageIndexData: {
     beginUsed: 'u32',
@@ -2188,19 +2192,19 @@
     overweightCount: 'u64'
   },
   /**
-   * Lookup287: cumulus_pallet_dmp_queue::pallet::Error<T>
+   * Lookup288: cumulus_pallet_dmp_queue::pallet::Error<T>
    **/
   CumulusPalletDmpQueueError: {
     _enum: ['Unknown', 'OverLimit']
   },
   /**
-   * Lookup291: pallet_unique::Error<T>
+   * Lookup292: pallet_unique::Error<T>
    **/
   PalletUniqueError: {
     _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']
   },
   /**
-   * Lookup292: up_data_structs::Collection<sp_core::crypto::AccountId32>
+   * Lookup293: up_data_structs::Collection<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCollection: {
     owner: 'AccountId32',
@@ -2219,7 +2223,7 @@
     metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'
   },
   /**
-   * Lookup293: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+   * Lookup294: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
    **/
   UpDataStructsSponsorshipState: {
     _enum: {
@@ -2229,7 +2233,7 @@
     }
   },
   /**
-   * Lookup296: up_data_structs::CollectionStats
+   * Lookup297: up_data_structs::CollectionStats
    **/
   UpDataStructsCollectionStats: {
     created: 'u32',
@@ -2237,32 +2241,32 @@
     alive: 'u32'
   },
   /**
-   * Lookup297: pallet_common::pallet::Error<T>
+   * Lookup298: pallet_common::pallet::Error<T>
    **/
   PalletCommonError: {
     _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'TokenVariableDataLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds']
   },
   /**
-   * Lookup299: pallet_fungible::pallet::Error<T>
+   * Lookup300: pallet_fungible::pallet::Error<T>
    **/
   PalletFungibleError: {
     _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData']
   },
   /**
-   * Lookup300: pallet_refungible::ItemData
+   * Lookup301: pallet_refungible::ItemData
    **/
   PalletRefungibleItemData: {
     constData: 'Bytes',
     variableData: 'Bytes'
   },
   /**
-   * Lookup304: pallet_refungible::pallet::Error<T>
+   * Lookup305: pallet_refungible::pallet::Error<T>
    **/
   PalletRefungibleError: {
     _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces']
   },
   /**
-   * Lookup305: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup306: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   PalletNonfungibleItemData: {
     constData: 'Bytes',
@@ -2270,19 +2274,19 @@
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup306: pallet_nonfungible::pallet::Error<T>
+   * Lookup307: pallet_nonfungible::pallet::Error<T>
    **/
   PalletNonfungibleError: {
     _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']
   },
   /**
-   * Lookup308: pallet_evm::pallet::Error<T>
+   * Lookup309: pallet_evm::pallet::Error<T>
    **/
   PalletEvmError: {
     _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']
   },
   /**
-   * Lookup311: fp_rpc::TransactionStatus
+   * Lookup312: fp_rpc::TransactionStatus
    **/
   FpRpcTransactionStatus: {
     transactionHash: 'H256',
@@ -2294,11 +2298,11 @@
     logsBloom: 'EthbloomBloom'
   },
   /**
-   * Lookup314: ethbloom::Bloom
+   * Lookup315: ethbloom::Bloom
    **/
   EthbloomBloom: '[u8;256]',
   /**
-   * Lookup316: ethereum::receipt::ReceiptV3
+   * Lookup317: ethereum::receipt::ReceiptV3
    **/
   EthereumReceiptReceiptV3: {
     _enum: {
@@ -2308,7 +2312,7 @@
     }
   },
   /**
-   * Lookup317: ethereum::receipt::EIP658ReceiptData
+   * Lookup318: ethereum::receipt::EIP658ReceiptData
    **/
   EthereumReceiptEip658ReceiptData: {
     statusCode: 'u8',
@@ -2317,7 +2321,7 @@
     logs: 'Vec<EthereumLog>'
   },
   /**
-   * Lookup318: ethereum::block::Block<ethereum::transaction::TransactionV2>
+   * Lookup319: ethereum::block::Block<ethereum::transaction::TransactionV2>
    **/
   EthereumBlock: {
     header: 'EthereumHeader',
@@ -2325,7 +2329,7 @@
     ommers: 'Vec<EthereumHeader>'
   },
   /**
-   * Lookup319: ethereum::header::Header
+   * Lookup320: ethereum::header::Header
    **/
   EthereumHeader: {
     parentHash: 'H256',
@@ -2345,41 +2349,41 @@
     nonce: 'EthereumTypesHashH64'
   },
   /**
-   * Lookup320: ethereum_types::hash::H64
+   * Lookup321: ethereum_types::hash::H64
    **/
   EthereumTypesHashH64: '[u8;8]',
   /**
-   * Lookup325: pallet_ethereum::pallet::Error<T>
+   * Lookup326: pallet_ethereum::pallet::Error<T>
    **/
   PalletEthereumError: {
     _enum: ['InvalidSignature', 'PreLogExists']
   },
   /**
-   * Lookup326: pallet_evm_coder_substrate::pallet::Error<T>
+   * Lookup327: pallet_evm_coder_substrate::pallet::Error<T>
    **/
   PalletEvmCoderSubstrateError: {
     _enum: ['OutOfGas', 'OutOfFund']
   },
   /**
-   * Lookup327: pallet_evm_contract_helpers::SponsoringModeT
+   * Lookup328: pallet_evm_contract_helpers::SponsoringModeT
    **/
   PalletEvmContractHelpersSponsoringModeT: {
     _enum: ['Disabled', 'Allowlisted', 'Generous']
   },
   /**
-   * Lookup329: pallet_evm_contract_helpers::pallet::Error<T>
+   * Lookup330: pallet_evm_contract_helpers::pallet::Error<T>
    **/
   PalletEvmContractHelpersError: {
     _enum: ['NoPermission']
   },
   /**
-   * Lookup330: pallet_evm_migration::pallet::Error<T>
+   * Lookup331: pallet_evm_migration::pallet::Error<T>
    **/
   PalletEvmMigrationError: {
     _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
   },
   /**
-   * Lookup332: sp_runtime::MultiSignature
+   * Lookup333: sp_runtime::MultiSignature
    **/
   SpRuntimeMultiSignature: {
     _enum: {
@@ -2389,39 +2393,39 @@
     }
   },
   /**
-   * Lookup333: sp_core::ed25519::Signature
+   * Lookup334: sp_core::ed25519::Signature
    **/
   SpCoreEd25519Signature: '[u8;64]',
   /**
-   * Lookup335: sp_core::sr25519::Signature
+   * Lookup336: sp_core::sr25519::Signature
    **/
   SpCoreSr25519Signature: '[u8;64]',
   /**
-   * Lookup336: sp_core::ecdsa::Signature
+   * Lookup337: sp_core::ecdsa::Signature
    **/
   SpCoreEcdsaSignature: '[u8;65]',
   /**
-   * Lookup339: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+   * Lookup340: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup340: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup341: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup343: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup344: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup344: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup345: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup345: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup346: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup346: opal_runtime::Runtime
+   * Lookup347: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null'
 };
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -2,7 +2,7 @@
 /* eslint-disable */
 
 declare module '@polkadot/types/lookup' {
-  import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+  import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
   import type { ITuple } from '@polkadot/types-codec/types';
   import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';
   import type { Event } from '@polkadot/types/interfaces/system';
@@ -21,7 +21,15 @@
     readonly type: 'Present';
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (10) */
+  /** @name SpTrieStorageProof (10) */
+  export interface SpTrieStorageProof extends Struct {
+    readonly trieNodes: BTreeSet;
+  }
+
+  /** @name BTreeSet (11) */
+  export interface BTreeSet extends Vec<Bytes> {}
+
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (13) */
   export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -29,7 +37,7 @@
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV1AbridgedHrmpChannel (15) */
+  /** @name PolkadotPrimitivesV1AbridgedHrmpChannel (18) */
   export interface PolkadotPrimitivesV1AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -39,7 +47,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV1AbridgedHostConfiguration (17) */
+  /** @name PolkadotPrimitivesV1AbridgedHostConfiguration (20) */
   export interface PolkadotPrimitivesV1AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -52,13 +60,13 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (23) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (26) */
   export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCall (26) */
+  /** @name CumulusPalletParachainSystemCall (28) */
   export interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -79,7 +87,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (27) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (29) */
   export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV1PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -87,24 +95,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name SpTrieStorageProof (28) */
-  export interface SpTrieStorageProof extends Struct {
-    readonly trieNodes: Vec<Bytes>;
-  }
-
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (30) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (31) */
   export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (33) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (34) */
   export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemEvent (36) */
+  /** @name CumulusPalletParachainSystemEvent (37) */
   export interface CumulusPalletParachainSystemEvent extends Enum {
     readonly isValidationFunctionStored: boolean;
     readonly isValidationFunctionApplied: boolean;
@@ -119,7 +122,7 @@
     readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';
   }
 
-  /** @name CumulusPalletParachainSystemError (37) */
+  /** @name CumulusPalletParachainSystemError (38) */
   export interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -132,7 +135,7 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name PalletBalancesAccountData (40) */
+  /** @name PalletBalancesAccountData (41) */
   export interface PalletBalancesAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
@@ -140,14 +143,14 @@
     readonly feeFrozen: u128;
   }
 
-  /** @name PalletBalancesBalanceLock (42) */
+  /** @name PalletBalancesBalanceLock (43) */
   export interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (44) */
+  /** @name PalletBalancesReasons (45) */
   export interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -155,20 +158,20 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (47) */
+  /** @name PalletBalancesReserveData (48) */
   export interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesReleases (49) */
+  /** @name PalletBalancesReleases (50) */
   export interface PalletBalancesReleases extends Enum {
     readonly isV100: boolean;
     readonly isV200: boolean;
     readonly type: 'V100' | 'V200';
   }
 
-  /** @name PalletBalancesCall (50) */
+  /** @name PalletBalancesCall (51) */
   export interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -205,7 +208,7 @@
     readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
   }
 
-  /** @name PalletBalancesEvent (56) */
+  /** @name PalletBalancesEvent (57) */
   export interface PalletBalancesEvent extends Enum {
     readonly isEndowed: boolean;
     readonly asEndowed: {
@@ -264,14 +267,14 @@
     readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';
   }
 
-  /** @name FrameSupportTokensMiscBalanceStatus (57) */
+  /** @name FrameSupportTokensMiscBalanceStatus (58) */
   export interface FrameSupportTokensMiscBalanceStatus extends Enum {
     readonly isFree: boolean;
     readonly isReserved: boolean;
     readonly type: 'Free' | 'Reserved';
   }
 
-  /** @name PalletBalancesError (58) */
+  /** @name PalletBalancesError (59) */
   export interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -284,7 +287,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletTimestampCall (61) */
+  /** @name PalletTimestampCall (62) */
   export interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -293,14 +296,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (64) */
+  /** @name PalletTransactionPaymentReleases (65) */
   export interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name FrameSupportWeightsWeightToFeeCoefficient (66) */
+  /** @name FrameSupportWeightsWeightToFeeCoefficient (67) */
   export interface FrameSupportWeightsWeightToFeeCoefficient extends Struct {
     readonly coeffInteger: u128;
     readonly coeffFrac: Perbill;
@@ -308,7 +311,7 @@
     readonly degree: u8;
   }
 
-  /** @name PalletTreasuryProposal (68) */
+  /** @name PalletTreasuryProposal (69) */
   export interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -316,7 +319,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (71) */
+  /** @name PalletTreasuryCall (72) */
   export interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -334,7 +337,7 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal';
   }
 
-  /** @name PalletTreasuryEvent (73) */
+  /** @name PalletTreasuryEvent (74) */
   export interface PalletTreasuryEvent extends Enum {
     readonly isProposed: boolean;
     readonly asProposed: {
@@ -370,10 +373,10 @@
     readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit';
   }
 
-  /** @name FrameSupportPalletId (76) */
+  /** @name FrameSupportPalletId (77) */
   export interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (77) */
+  /** @name PalletTreasuryError (78) */
   export interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -381,7 +384,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals';
   }
 
-  /** @name PalletSudoCall (78) */
+  /** @name PalletSudoCall (79) */
   export interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -404,7 +407,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name FrameSystemCall (80) */
+  /** @name FrameSystemCall (81) */
   export interface FrameSystemCall extends Enum {
     readonly isFillBlock: boolean;
     readonly asFillBlock: {
@@ -446,7 +449,7 @@
     readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name OrmlVestingModuleCall (83) */
+  /** @name OrmlVestingModuleCall (84) */
   export interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -466,7 +469,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlVestingVestingSchedule (84) */
+  /** @name OrmlVestingVestingSchedule (85) */
   export interface OrmlVestingVestingSchedule extends Struct {
     readonly start: u32;
     readonly period: u32;
@@ -474,7 +477,7 @@
     readonly perPeriod: Compact<u128>;
   }
 
-  /** @name CumulusPalletXcmpQueueCall (86) */
+  /** @name CumulusPalletXcmpQueueCall (87) */
   export interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -510,7 +513,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (87) */
+  /** @name PalletXcmCall (88) */
   export interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -572,7 +575,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
   }
 
-  /** @name XcmVersionedMultiLocation (88) */
+  /** @name XcmVersionedMultiLocation (89) */
   export interface XcmVersionedMultiLocation extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiLocation;
@@ -581,7 +584,7 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name XcmV0MultiLocation (89) */
+  /** @name XcmV0MultiLocation (90) */
   export interface XcmV0MultiLocation extends Enum {
     readonly isNull: boolean;
     readonly isX1: boolean;
@@ -603,7 +606,7 @@
     readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
   }
 
-  /** @name XcmV0Junction (90) */
+  /** @name XcmV0Junction (91) */
   export interface XcmV0Junction extends Enum {
     readonly isParent: boolean;
     readonly isParachain: boolean;
@@ -638,7 +641,7 @@
     readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
   }
 
-  /** @name XcmV0JunctionNetworkId (91) */
+  /** @name XcmV0JunctionNetworkId (92) */
   export interface XcmV0JunctionNetworkId extends Enum {
     readonly isAny: boolean;
     readonly isNamed: boolean;
@@ -648,7 +651,7 @@
     readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';
   }
 
-  /** @name XcmV0JunctionBodyId (92) */
+  /** @name XcmV0JunctionBodyId (93) */
   export interface XcmV0JunctionBodyId extends Enum {
     readonly isUnit: boolean;
     readonly isNamed: boolean;
@@ -662,7 +665,7 @@
     readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';
   }
 
-  /** @name XcmV0JunctionBodyPart (93) */
+  /** @name XcmV0JunctionBodyPart (94) */
   export interface XcmV0JunctionBodyPart extends Enum {
     readonly isVoice: boolean;
     readonly isMembers: boolean;
@@ -687,13 +690,13 @@
     readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
   }
 
-  /** @name XcmV1MultiLocation (94) */
+  /** @name XcmV1MultiLocation (95) */
   export interface XcmV1MultiLocation extends Struct {
     readonly parents: u8;
     readonly interior: XcmV1MultilocationJunctions;
   }
 
-  /** @name XcmV1MultilocationJunctions (95) */
+  /** @name XcmV1MultilocationJunctions (96) */
   export interface XcmV1MultilocationJunctions extends Enum {
     readonly isHere: boolean;
     readonly isX1: boolean;
@@ -715,7 +718,7 @@
     readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
   }
 
-  /** @name XcmV1Junction (96) */
+  /** @name XcmV1Junction (97) */
   export interface XcmV1Junction extends Enum {
     readonly isParachain: boolean;
     readonly asParachain: Compact<u32>;
@@ -749,7 +752,7 @@
     readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
   }
 
-  /** @name XcmVersionedXcm (97) */
+  /** @name XcmVersionedXcm (98) */
   export interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
@@ -760,7 +763,7 @@
     readonly type: 'V0' | 'V1' | 'V2';
   }
 
-  /** @name XcmV0Xcm (98) */
+  /** @name XcmV0Xcm (99) */
   export interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -823,7 +826,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
   }
 
-  /** @name XcmV0MultiAsset (100) */
+  /** @name XcmV0MultiAsset (101) */
   export interface XcmV0MultiAsset extends Enum {
     readonly isNone: boolean;
     readonly isAll: boolean;
@@ -868,7 +871,7 @@
     readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';
   }
 
-  /** @name XcmV1MultiassetAssetInstance (101) */
+  /** @name XcmV1MultiassetAssetInstance (102) */
   export interface XcmV1MultiassetAssetInstance extends Enum {
     readonly isUndefined: boolean;
     readonly isIndex: boolean;
@@ -886,7 +889,7 @@
     readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';
   }
 
-  /** @name XcmV0Order (105) */
+  /** @name XcmV0Order (106) */
   export interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
@@ -934,14 +937,14 @@
     readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV0Response (107) */
+  /** @name XcmV0Response (108) */
   export interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
-  /** @name XcmV0OriginKind (108) */
+  /** @name XcmV0OriginKind (109) */
   export interface XcmV0OriginKind extends Enum {
     readonly isNative: boolean;
     readonly isSovereignAccount: boolean;
@@ -950,12 +953,12 @@
     readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';
   }
 
-  /** @name XcmDoubleEncoded (109) */
+  /** @name XcmDoubleEncoded (110) */
   export interface XcmDoubleEncoded extends Struct {
     readonly encoded: Bytes;
   }
 
-  /** @name XcmV1Xcm (110) */
+  /** @name XcmV1Xcm (111) */
   export interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -1024,16 +1027,16 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV1MultiassetMultiAssets (111) */
+  /** @name XcmV1MultiassetMultiAssets (112) */
   export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
 
-  /** @name XcmV1MultiAsset (113) */
+  /** @name XcmV1MultiAsset (114) */
   export interface XcmV1MultiAsset extends Struct {
     readonly id: XcmV1MultiassetAssetId;
     readonly fun: XcmV1MultiassetFungibility;
   }
 
-  /** @name XcmV1MultiassetAssetId (114) */
+  /** @name XcmV1MultiassetAssetId (115) */
   export interface XcmV1MultiassetAssetId extends Enum {
     readonly isConcrete: boolean;
     readonly asConcrete: XcmV1MultiLocation;
@@ -1042,7 +1045,7 @@
     readonly type: 'Concrete' | 'Abstract';
   }
 
-  /** @name XcmV1MultiassetFungibility (115) */
+  /** @name XcmV1MultiassetFungibility (116) */
   export interface XcmV1MultiassetFungibility extends Enum {
     readonly isFungible: boolean;
     readonly asFungible: Compact<u128>;
@@ -1051,7 +1054,7 @@
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV1Order (117) */
+  /** @name XcmV1Order (118) */
   export interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
@@ -1101,7 +1104,7 @@
     readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV1MultiassetMultiAssetFilter (118) */
+  /** @name XcmV1MultiassetMultiAssetFilter (119) */
   export interface XcmV1MultiassetMultiAssetFilter extends Enum {
     readonly isDefinite: boolean;
     readonly asDefinite: XcmV1MultiassetMultiAssets;
@@ -1110,7 +1113,7 @@
     readonly type: 'Definite' | 'Wild';
   }
 
-  /** @name XcmV1MultiassetWildMultiAsset (119) */
+  /** @name XcmV1MultiassetWildMultiAsset (120) */
   export interface XcmV1MultiassetWildMultiAsset extends Enum {
     readonly isAll: boolean;
     readonly isAllOf: boolean;
@@ -1121,14 +1124,14 @@
     readonly type: 'All' | 'AllOf';
   }
 
-  /** @name XcmV1MultiassetWildFungibility (120) */
+  /** @name XcmV1MultiassetWildFungibility (121) */
   export interface XcmV1MultiassetWildFungibility extends Enum {
     readonly isFungible: boolean;
     readonly isNonFungible: boolean;
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV1Response (122) */
+  /** @name XcmV1Response (123) */
   export interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -1137,10 +1140,10 @@
     readonly type: 'Assets' | 'Version';
   }
 
-  /** @name XcmV2Xcm (123) */
+  /** @name XcmV2Xcm (124) */
   export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}
 
-  /** @name XcmV2Instruction (125) */
+  /** @name XcmV2Instruction (126) */
   export interface XcmV2Instruction extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;
@@ -1260,7 +1263,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV2Response (126) */
+  /** @name XcmV2Response (127) */
   export interface XcmV2Response extends Enum {
     readonly isNull: boolean;
     readonly isAssets: boolean;
@@ -1272,7 +1275,7 @@
     readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';
   }
 
-  /** @name XcmV2TraitsError (129) */
+  /** @name XcmV2TraitsError (130) */
   export interface XcmV2TraitsError extends Enum {
     readonly isOverflow: boolean;
     readonly isUnimplemented: boolean;
@@ -1305,7 +1308,7 @@
     readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';
   }
 
-  /** @name XcmV2WeightLimit (130) */
+  /** @name XcmV2WeightLimit (131) */
   export interface XcmV2WeightLimit extends Enum {
     readonly isUnlimited: boolean;
     readonly isLimited: boolean;
@@ -1313,7 +1316,7 @@
     readonly type: 'Unlimited' | 'Limited';
   }
 
-  /** @name XcmVersionedMultiAssets (131) */
+  /** @name XcmVersionedMultiAssets (132) */
   export interface XcmVersionedMultiAssets extends Enum {
     readonly isV0: boolean;
     readonly asV0: Vec<XcmV0MultiAsset>;
@@ -1322,10 +1325,10 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name CumulusPalletXcmCall (146) */
+  /** @name CumulusPalletXcmCall (147) */
   export type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (147) */
+  /** @name CumulusPalletDmpQueueCall (148) */
   export interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -1335,7 +1338,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (148) */
+  /** @name PalletInflationCall (149) */
   export interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -1344,7 +1347,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (149) */
+  /** @name PalletUniqueCall (150) */
   export interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -1505,7 +1508,7 @@
     readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'SetPublicAccessMode' | 'SetMintPermission' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetVariableMetaData' | 'SetMetaUpdatePermissionFlag' | 'SetSchemaVersion' | 'SetOffchainSchema' | 'SetConstOnChainSchema' | 'SetVariableOnChainSchema' | 'SetCollectionLimits';
   }
 
-  /** @name UpDataStructsCollectionMode (155) */
+  /** @name UpDataStructsCollectionMode (156) */
   export interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -1514,7 +1517,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (156) */
+  /** @name UpDataStructsCreateCollectionData (157) */
   export interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -1530,21 +1533,21 @@
     readonly metaUpdatePermission: Option<UpDataStructsMetaUpdatePermission>;
   }
 
-  /** @name UpDataStructsAccessMode (158) */
+  /** @name UpDataStructsAccessMode (159) */
   export interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsSchemaVersion (161) */
+  /** @name UpDataStructsSchemaVersion (162) */
   export interface UpDataStructsSchemaVersion extends Enum {
     readonly isImageURL: boolean;
     readonly isUnique: boolean;
     readonly type: 'ImageURL' | 'Unique';
   }
 
-  /** @name UpDataStructsCollectionLimits (164) */
+  /** @name UpDataStructsCollectionLimits (165) */
   export interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -1557,7 +1560,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (166) */
+  /** @name UpDataStructsSponsoringRateLimit (167) */
   export interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -1565,7 +1568,7 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsMetaUpdatePermission (170) */
+  /** @name UpDataStructsMetaUpdatePermission (171) */
   export interface UpDataStructsMetaUpdatePermission extends Enum {
     readonly isItemOwner: boolean;
     readonly isAdmin: boolean;
@@ -1573,7 +1576,7 @@
     readonly type: 'ItemOwner' | 'Admin' | 'None';
   }
 
-  /** @name PalletEvmAccountBasicCrossAccountIdRepr (172) */
+  /** @name PalletEvmAccountBasicCrossAccountIdRepr (173) */
   export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {
     readonly isSubstrate: boolean;
     readonly asSubstrate: AccountId32;
@@ -1582,7 +1585,7 @@
     readonly type: 'Substrate' | 'Ethereum';
   }
 
-  /** @name UpDataStructsCreateItemData (174) */
+  /** @name UpDataStructsCreateItemData (175) */
   export interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -1593,25 +1596,25 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (175) */
+  /** @name UpDataStructsCreateNftData (176) */
   export interface UpDataStructsCreateNftData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
   }
 
-  /** @name UpDataStructsCreateFungibleData (177) */
+  /** @name UpDataStructsCreateFungibleData (178) */
   export interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (178) */
+  /** @name UpDataStructsCreateReFungibleData (179) */
   export interface UpDataStructsCreateReFungibleData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly pieces: u128;
   }
 
-  /** @name UpDataStructsCreateItemExData (180) */
+  /** @name UpDataStructsCreateItemExData (181) */
   export interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -1624,24 +1627,24 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (182) */
+  /** @name UpDataStructsCreateNftExData (183) */
   export interface UpDataStructsCreateNftExData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExData (189) */
+  /** @name UpDataStructsCreateRefungibleExData (190) */
   export interface UpDataStructsCreateRefungibleExData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
   }
 
-  /** @name PalletTemplateTransactionPaymentCall (192) */
+  /** @name PalletTemplateTransactionPaymentCall (193) */
   export type PalletTemplateTransactionPaymentCall = Null;
 
-  /** @name PalletEvmCall (193) */
+  /** @name PalletEvmCall (194) */
   export interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -1686,7 +1689,7 @@
     readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
   }
 
-  /** @name PalletEthereumCall (199) */
+  /** @name PalletEthereumCall (200) */
   export interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
@@ -1695,7 +1698,7 @@
     readonly type: 'Transact';
   }
 
-  /** @name EthereumTransactionTransactionV2 (200) */
+  /** @name EthereumTransactionTransactionV2 (201) */
   export interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -1706,7 +1709,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumTransactionLegacyTransaction (201) */
+  /** @name EthereumTransactionLegacyTransaction (202) */
   export interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -1717,7 +1720,7 @@
     readonly signature: EthereumTransactionTransactionSignature;
   }
 
-  /** @name EthereumTransactionTransactionAction (202) */
+  /** @name EthereumTransactionTransactionAction (203) */
   export interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
@@ -1725,14 +1728,14 @@
     readonly type: 'Call' | 'Create';
   }
 
-  /** @name EthereumTransactionTransactionSignature (203) */
+  /** @name EthereumTransactionTransactionSignature (204) */
   export interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionEip2930Transaction (205) */
+  /** @name EthereumTransactionEip2930Transaction (206) */
   export interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -1747,13 +1750,13 @@
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionAccessListItem (207) */
+  /** @name EthereumTransactionAccessListItem (208) */
   export interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
-    readonly slots: Vec<H256>;
+    readonly storageKeys: Vec<H256>;
   }
 
-  /** @name EthereumTransactionEip1559Transaction (208) */
+  /** @name EthereumTransactionEip1559Transaction (209) */
   export interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -1769,7 +1772,7 @@
     readonly s: H256;
   }
 
-  /** @name PalletEvmMigrationCall (209) */
+  /** @name PalletEvmMigrationCall (210) */
   export interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
@@ -1788,7 +1791,7 @@
     readonly type: 'Begin' | 'SetData' | 'Finish';
   }
 
-  /** @name PalletSudoEvent (212) */
+  /** @name PalletSudoEvent (213) */
   export interface PalletSudoEvent extends Enum {
     readonly isSudid: boolean;
     readonly asSudid: {
@@ -1805,7 +1808,7 @@
     readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
   }
 
-  /** @name SpRuntimeDispatchError (214) */
+  /** @name SpRuntimeDispatchError (215) */
   export interface SpRuntimeDispatchError extends Enum {
     readonly isOther: boolean;
     readonly isCannotLookup: boolean;
@@ -1822,13 +1825,13 @@
     readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic';
   }
 
-  /** @name SpRuntimeModuleError (215) */
+  /** @name SpRuntimeModuleError (216) */
   export interface SpRuntimeModuleError extends Struct {
     readonly index: u8;
     readonly error: u8;
   }
 
-  /** @name SpRuntimeTokenError (216) */
+  /** @name SpRuntimeTokenError (217) */
   export interface SpRuntimeTokenError extends Enum {
     readonly isNoFunds: boolean;
     readonly isWouldDie: boolean;
@@ -1840,7 +1843,7 @@
     readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';
   }
 
-  /** @name SpRuntimeArithmeticError (217) */
+  /** @name SpRuntimeArithmeticError (218) */
   export interface SpRuntimeArithmeticError extends Enum {
     readonly isUnderflow: boolean;
     readonly isOverflow: boolean;
@@ -1848,13 +1851,13 @@
     readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
   }
 
-  /** @name PalletSudoError (218) */
+  /** @name PalletSudoError (219) */
   export interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
-  /** @name FrameSystemAccountInfo (219) */
+  /** @name FrameSystemAccountInfo (220) */
   export interface FrameSystemAccountInfo extends Struct {
     readonly nonce: u32;
     readonly consumers: u32;
@@ -1863,19 +1866,19 @@
     readonly data: PalletBalancesAccountData;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassU64 (220) */
+  /** @name FrameSupportWeightsPerDispatchClassU64 (221) */
   export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {
     readonly normal: u64;
     readonly operational: u64;
     readonly mandatory: u64;
   }
 
-  /** @name SpRuntimeDigest (221) */
+  /** @name SpRuntimeDigest (222) */
   export interface SpRuntimeDigest extends Struct {
     readonly logs: Vec<SpRuntimeDigestDigestItem>;
   }
 
-  /** @name SpRuntimeDigestDigestItem (223) */
+  /** @name SpRuntimeDigestDigestItem (224) */
   export interface SpRuntimeDigestDigestItem extends Enum {
     readonly isOther: boolean;
     readonly asOther: Bytes;
@@ -1889,14 +1892,14 @@
     readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
   }
 
-  /** @name FrameSystemEventRecord (225) */
+  /** @name FrameSystemEventRecord (226) */
   export interface FrameSystemEventRecord extends Struct {
     readonly phase: FrameSystemPhase;
     readonly event: Event;
     readonly topics: Vec<H256>;
   }
 
-  /** @name FrameSystemEvent (227) */
+  /** @name FrameSystemEvent (228) */
   export interface FrameSystemEvent extends Enum {
     readonly isExtrinsicSuccess: boolean;
     readonly asExtrinsicSuccess: {
@@ -1924,14 +1927,14 @@
     readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';
   }
 
-  /** @name FrameSupportWeightsDispatchInfo (228) */
+  /** @name FrameSupportWeightsDispatchInfo (229) */
   export interface FrameSupportWeightsDispatchInfo extends Struct {
     readonly weight: u64;
     readonly class: FrameSupportWeightsDispatchClass;
     readonly paysFee: FrameSupportWeightsPays;
   }
 
-  /** @name FrameSupportWeightsDispatchClass (229) */
+  /** @name FrameSupportWeightsDispatchClass (230) */
   export interface FrameSupportWeightsDispatchClass extends Enum {
     readonly isNormal: boolean;
     readonly isOperational: boolean;
@@ -1939,14 +1942,14 @@
     readonly type: 'Normal' | 'Operational' | 'Mandatory';
   }
 
-  /** @name FrameSupportWeightsPays (230) */
+  /** @name FrameSupportWeightsPays (231) */
   export interface FrameSupportWeightsPays extends Enum {
     readonly isYes: boolean;
     readonly isNo: boolean;
     readonly type: 'Yes' | 'No';
   }
 
-  /** @name OrmlVestingModuleEvent (231) */
+  /** @name OrmlVestingModuleEvent (232) */
   export interface OrmlVestingModuleEvent extends Enum {
     readonly isVestingScheduleAdded: boolean;
     readonly asVestingScheduleAdded: {
@@ -1966,7 +1969,7 @@
     readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
   }
 
-  /** @name CumulusPalletXcmpQueueEvent (232) */
+  /** @name CumulusPalletXcmpQueueEvent (233) */
   export interface CumulusPalletXcmpQueueEvent extends Enum {
     readonly isSuccess: boolean;
     readonly asSuccess: Option<H256>;
@@ -1987,7 +1990,7 @@
     readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
   }
 
-  /** @name PalletXcmEvent (233) */
+  /** @name PalletXcmEvent (234) */
   export interface PalletXcmEvent extends Enum {
     readonly isAttempted: boolean;
     readonly asAttempted: XcmV2TraitsOutcome;
@@ -2024,7 +2027,7 @@
     readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';
   }
 
-  /** @name XcmV2TraitsOutcome (234) */
+  /** @name XcmV2TraitsOutcome (235) */
   export interface XcmV2TraitsOutcome extends Enum {
     readonly isComplete: boolean;
     readonly asComplete: u64;
@@ -2035,7 +2038,7 @@
     readonly type: 'Complete' | 'Incomplete' | 'Error';
   }
 
-  /** @name CumulusPalletXcmEvent (236) */
+  /** @name CumulusPalletXcmEvent (237) */
   export interface CumulusPalletXcmEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: U8aFixed;
@@ -2046,7 +2049,7 @@
     readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
   }
 
-  /** @name CumulusPalletDmpQueueEvent (237) */
+  /** @name CumulusPalletDmpQueueEvent (238) */
   export interface CumulusPalletDmpQueueEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: U8aFixed;
@@ -2063,7 +2066,7 @@
     readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
   }
 
-  /** @name PalletUniqueRawEvent (238) */
+  /** @name PalletUniqueRawEvent (239) */
   export interface PalletUniqueRawEvent extends Enum {
     readonly isCollectionSponsorRemoved: boolean;
     readonly asCollectionSponsorRemoved: u32;
@@ -2098,7 +2101,7 @@
     readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet' | 'VariableOnChainSchemaSet';
   }
 
-  /** @name PalletCommonEvent (239) */
+  /** @name PalletCommonEvent (240) */
   export interface PalletCommonEvent extends Enum {
     readonly isCollectionCreated: boolean;
     readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
@@ -2115,7 +2118,7 @@
     readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved';
   }
 
-  /** @name PalletEvmEvent (240) */
+  /** @name PalletEvmEvent (241) */
   export interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
     readonly asLog: EthereumLog;
@@ -2134,21 +2137,21 @@
     readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
   }
 
-  /** @name EthereumLog (241) */
+  /** @name EthereumLog (242) */
   export interface EthereumLog extends Struct {
     readonly address: H160;
     readonly topics: Vec<H256>;
     readonly data: Bytes;
   }
 
-  /** @name PalletEthereumEvent (242) */
+  /** @name PalletEthereumEvent (243) */
   export interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
     readonly type: 'Executed';
   }
 
-  /** @name EvmCoreErrorExitReason (243) */
+  /** @name EvmCoreErrorExitReason (244) */
   export interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -2161,7 +2164,7 @@
     readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
   }
 
-  /** @name EvmCoreErrorExitSucceed (244) */
+  /** @name EvmCoreErrorExitSucceed (245) */
   export interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
@@ -2169,7 +2172,7 @@
     readonly type: 'Stopped' | 'Returned' | 'Suicided';
   }
 
-  /** @name EvmCoreErrorExitError (245) */
+  /** @name EvmCoreErrorExitError (246) */
   export interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
@@ -2190,13 +2193,13 @@
     readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'InvalidCode' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other';
   }
 
-  /** @name EvmCoreErrorExitRevert (248) */
+  /** @name EvmCoreErrorExitRevert (249) */
   export interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
-  /** @name EvmCoreErrorExitFatal (249) */
+  /** @name EvmCoreErrorExitFatal (250) */
   export interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
@@ -2207,7 +2210,7 @@
     readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
   }
 
-  /** @name FrameSystemPhase (250) */
+  /** @name FrameSystemPhase (251) */
   export interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
@@ -2216,27 +2219,27 @@
     readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
   }
 
-  /** @name FrameSystemLastRuntimeUpgradeInfo (252) */
+  /** @name FrameSystemLastRuntimeUpgradeInfo (253) */
   export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
-  /** @name FrameSystemLimitsBlockWeights (253) */
+  /** @name FrameSystemLimitsBlockWeights (254) */
   export interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: u64;
     readonly maxBlock: u64;
     readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (254) */
+  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (255) */
   export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (255) */
+  /** @name FrameSystemLimitsWeightsPerClass (256) */
   export interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: u64;
     readonly maxExtrinsic: Option<u64>;
@@ -2244,25 +2247,25 @@
     readonly reserved: Option<u64>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (257) */
+  /** @name FrameSystemLimitsBlockLength (258) */
   export interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportWeightsPerDispatchClassU32;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassU32 (258) */
+  /** @name FrameSupportWeightsPerDispatchClassU32 (259) */
   export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name FrameSupportWeightsRuntimeDbWeight (259) */
+  /** @name FrameSupportWeightsRuntimeDbWeight (260) */
   export interface FrameSupportWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (260) */
+  /** @name SpVersionRuntimeVersion (261) */
   export interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -2274,7 +2277,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (264) */
+  /** @name FrameSystemError (265) */
   export interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -2285,7 +2288,7 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name OrmlVestingModuleError (266) */
+  /** @name OrmlVestingModuleError (267) */
   export interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
@@ -2296,21 +2299,21 @@
     readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
   }
 
-  /** @name CumulusPalletXcmpQueueInboundChannelDetails (268) */
+  /** @name CumulusPalletXcmpQueueInboundChannelDetails (269) */
   export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
-  /** @name CumulusPalletXcmpQueueInboundState (269) */
+  /** @name CumulusPalletXcmpQueueInboundState (270) */
   export interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (272) */
+  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (273) */
   export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
@@ -2318,7 +2321,7 @@
     readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (275) */
+  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (276) */
   export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -2327,14 +2330,14 @@
     readonly lastIndex: u16;
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundState (276) */
+  /** @name CumulusPalletXcmpQueueOutboundState (277) */
   export interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name CumulusPalletXcmpQueueQueueConfigData (278) */
+  /** @name CumulusPalletXcmpQueueQueueConfigData (279) */
   export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
@@ -2344,7 +2347,7 @@
     readonly xcmpMaxIndividualWeight: u64;
   }
 
-  /** @name CumulusPalletXcmpQueueError (280) */
+  /** @name CumulusPalletXcmpQueueError (281) */
   export interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
@@ -2354,7 +2357,7 @@
     readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
   }
 
-  /** @name PalletXcmError (281) */
+  /** @name PalletXcmError (282) */
   export interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
@@ -2372,29 +2375,29 @@
     readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
   }
 
-  /** @name CumulusPalletXcmError (282) */
+  /** @name CumulusPalletXcmError (283) */
   export type CumulusPalletXcmError = Null;
 
-  /** @name CumulusPalletDmpQueueConfigData (283) */
+  /** @name CumulusPalletDmpQueueConfigData (284) */
   export interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: u64;
   }
 
-  /** @name CumulusPalletDmpQueuePageIndexData (284) */
+  /** @name CumulusPalletDmpQueuePageIndexData (285) */
   export interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
-  /** @name CumulusPalletDmpQueueError (287) */
+  /** @name CumulusPalletDmpQueueError (288) */
   export interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
-  /** @name PalletUniqueError (291) */
+  /** @name PalletUniqueError (292) */
   export interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isConfirmUnsetSponsorFail: boolean;
@@ -2402,7 +2405,7 @@
     readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';
   }
 
-  /** @name UpDataStructsCollection (292) */
+  /** @name UpDataStructsCollection (293) */
   export interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -2420,7 +2423,7 @@
     readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;
   }
 
-  /** @name UpDataStructsSponsorshipState (293) */
+  /** @name UpDataStructsSponsorshipState (294) */
   export interface UpDataStructsSponsorshipState extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -2430,14 +2433,14 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name UpDataStructsCollectionStats (296) */
+  /** @name UpDataStructsCollectionStats (297) */
   export interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
-  /** @name PalletCommonError (297) */
+  /** @name PalletCommonError (298) */
   export interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
@@ -2466,7 +2469,7 @@
     readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'TokenVariableDataLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds';
   }
 
-  /** @name PalletFungibleError (299) */
+  /** @name PalletFungibleError (300) */
   export interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
@@ -2474,34 +2477,34 @@
     readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData';
   }
 
-  /** @name PalletRefungibleItemData (300) */
+  /** @name PalletRefungibleItemData (301) */
   export interface PalletRefungibleItemData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
   }
 
-  /** @name PalletRefungibleError (304) */
+  /** @name PalletRefungibleError (305) */
   export interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
     readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces';
   }
 
-  /** @name PalletNonfungibleItemData (305) */
+  /** @name PalletNonfungibleItemData (306) */
   export interface PalletNonfungibleItemData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name PalletNonfungibleError (306) */
+  /** @name PalletNonfungibleError (307) */
   export interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
     readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';
   }
 
-  /** @name PalletEvmError (308) */
+  /** @name PalletEvmError (309) */
   export interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
@@ -2512,7 +2515,7 @@
     readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
   }
 
-  /** @name FpRpcTransactionStatus (311) */
+  /** @name FpRpcTransactionStatus (312) */
   export interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
@@ -2523,10 +2526,10 @@
     readonly logsBloom: EthbloomBloom;
   }
 
-  /** @name EthbloomBloom (314) */
+  /** @name EthbloomBloom (315) */
   export interface EthbloomBloom extends U8aFixed {}
 
-  /** @name EthereumReceiptReceiptV3 (316) */
+  /** @name EthereumReceiptReceiptV3 (317) */
   export interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -2537,7 +2540,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumReceiptEip658ReceiptData (317) */
+  /** @name EthereumReceiptEip658ReceiptData (318) */
   export interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
@@ -2545,14 +2548,14 @@
     readonly logs: Vec<EthereumLog>;
   }
 
-  /** @name EthereumBlock (318) */
+  /** @name EthereumBlock (319) */
   export interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
-  /** @name EthereumHeader (319) */
+  /** @name EthereumHeader (320) */
   export interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
@@ -2571,24 +2574,24 @@
     readonly nonce: EthereumTypesHashH64;
   }
 
-  /** @name EthereumTypesHashH64 (320) */
+  /** @name EthereumTypesHashH64 (321) */
   export interface EthereumTypesHashH64 extends U8aFixed {}
 
-  /** @name PalletEthereumError (325) */
+  /** @name PalletEthereumError (326) */
   export interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
-  /** @name PalletEvmCoderSubstrateError (326) */
+  /** @name PalletEvmCoderSubstrateError (327) */
   export interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (327) */
+  /** @name PalletEvmContractHelpersSponsoringModeT (328) */
   export interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
@@ -2596,20 +2599,20 @@
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (329) */
+  /** @name PalletEvmContractHelpersError (330) */
   export interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
     readonly type: 'NoPermission';
   }
 
-  /** @name PalletEvmMigrationError (330) */
+  /** @name PalletEvmMigrationError (331) */
   export interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
   }
 
-  /** @name SpRuntimeMultiSignature (332) */
+  /** @name SpRuntimeMultiSignature (333) */
   export interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
@@ -2620,31 +2623,31 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (333) */
+  /** @name SpCoreEd25519Signature (334) */
   export interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (335) */
+  /** @name SpCoreSr25519Signature (336) */
   export interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (336) */
+  /** @name SpCoreEcdsaSignature (337) */
   export interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (339) */
+  /** @name FrameSystemExtensionsCheckSpecVersion (340) */
   export type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (340) */
+  /** @name FrameSystemExtensionsCheckGenesis (341) */
   export type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (343) */
+  /** @name FrameSystemExtensionsCheckNonce (344) */
   export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (344) */
+  /** @name FrameSystemExtensionsCheckWeight (345) */
   export type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (345) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (346) */
   export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (346) */
+  /** @name OpalRuntimeRuntime (347) */
   export type OpalRuntimeRuntime = Null;
 
 } // declare module
modifiedtests/src/interfaces/unique/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/unique/types.ts
+++ b/tests/src/interfaces/unique/types.ts
@@ -6,6 +6,9 @@
 import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';
 import type { Event } from '@polkadot/types/interfaces/system';
 
+/** @name BTreeSet */
+export interface BTreeSet extends Vec<Bytes> {}
+
 /** @name CumulusPalletDmpQueueCall */
 export interface CumulusPalletDmpQueueCall extends Enum {
   readonly isServiceOverweight: boolean;
@@ -299,7 +302,7 @@
 /** @name EthereumTransactionAccessListItem */
 export interface EthereumTransactionAccessListItem extends Struct {
   readonly address: H160;
-  readonly slots: Vec<H256>;
+  readonly storageKeys: Vec<H256>;
 }
 
 /** @name EthereumTransactionEip1559Transaction */
@@ -1711,7 +1714,7 @@
 
 /** @name SpTrieStorageProof */
 export interface SpTrieStorageProof extends Struct {
-  readonly trieNodes: Vec<Bytes>;
+  readonly trieNodes: BTreeSet;
 }
 
 /** @name SpVersionRuntimeVersion */