git.delta.rocks / unique-network / refs/commits / 4072e104889f

difftreelog

test regenerate types

Yaroslav Bolyukin2022-09-16parent: #0a85bcf.patch.diff
in: master

10 files changed

modifiedtests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-consts.ts
+++ b/tests/src/interfaces/augment-api-consts.ts
@@ -8,7 +8,7 @@
 import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';
 import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { Codec } from '@polkadot/types-codec/types';
-import type { Permill, Perbill } from '@polkadot/types/interfaces/runtime';
+import type { Perbill, Permill } from '@polkadot/types/interfaces/runtime';
 import type { FrameSupportPalletId, FrameSupportWeightsRuntimeDbWeight, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, XcmV1MultiLocation } from '@polkadot/types/lookup';
 
 export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
@@ -25,7 +25,7 @@
        **/
       nominal: u128 & AugmentedConst<ApiType>;
       /**
-       * The app's pallet id, used for deriving its sovereign account ID.
+       * The app's pallet id, used for deriving its sovereign account address.
        **/
       palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
       /**
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -303,6 +303,10 @@
        **/
       NoPermission: AugmentedError<ApiType>;
       /**
+       * Number of methods that sponsored limit is defined for exceeds maximum.
+       **/
+      TooManyMethodsHaveSponsoredLimit: AugmentedError<ApiType>;
+      /**
        * Generic error
        **/
       [key: string]: AugmentedError<ApiType>;
modifiedtests/src/interfaces/augment-api-events.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -20,14 +20,14 @@
        * The admin was set
        * 
        * # Arguments
-       * * AccountId: ID of the admin
+       * * AccountId: account address of the admin
        **/
       SetAdmin: AugmentedEvent<ApiType, [AccountId32]>;
       /**
        * Staking was performed
        * 
        * # Arguments
-       * * AccountId: ID of the staker
+       * * AccountId: account of the staker
        * * Balance : staking amount
        **/
       Stake: AugmentedEvent<ApiType, [AccountId32, u128]>;
@@ -35,7 +35,7 @@
        * Staking recalculation was performed
        * 
        * # Arguments
-       * * AccountId: ID of the staker.
+       * * AccountId: account of the staker.
        * * Balance : recalculation base
        * * Balance : total income
        **/
@@ -44,7 +44,7 @@
        * Unstaking was performed
        * 
        * # Arguments
-       * * AccountId: ID of the staker
+       * * AccountId: account of the staker
        * * Balance : unstaking amount
        **/
       Unstake: AugmentedEvent<ApiType, [AccountId32, u128]>;
@@ -246,6 +246,24 @@
        **/
       [key: string]: AugmentedEvent<ApiType>;
     };
+    evmContractHelpers: {
+      /**
+       * Collection sponsor was removed.
+       **/
+      ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;
+      /**
+       * Contract sponsor was set.
+       **/
+      ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;
+      /**
+       * New sponsor was confirm.
+       **/
+      ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;
+      /**
+       * Generic event
+       **/
+      [key: string]: AugmentedEvent<ApiType>;
+    };
     foreignAssets: {
       /**
        * The asset registered.
@@ -263,24 +281,6 @@
        * The foreign asset updated.
        **/
       ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;
-      /**
-       * Generic event
-       **/
-      [key: string]: AugmentedEvent<ApiType>;
-    },
-    evmContractHelpers: {
-      /**
-       * Collection sponsor was removed.
-       **/
-      ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;
-      /**
-       * Contract sponsor was set.
-       **/
-      ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;
-      /**
-       * New sponsor was confirm.
-       **/
-      ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;
       /**
        * Generic event
        **/
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -5,13 +5,11 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/api-base/types/storage';
 
-
-
 import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
 import type { BTreeMap, Bytes, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } 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, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerScheduledV3, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, PalletForeignAssetsAssetIds, XcmV1MultiLocation, PalletForeignAssetsModuleAssetMetadata, OrmlTokensAccountData, OrmlTokensReserveData } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerScheduledV3, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
 import type { Observable } from '@polkadot/types/types';
 
 export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
@@ -20,21 +18,41 @@
 declare module '@polkadot/api-base/types/storage' {
   interface AugmentedQueries<ApiType extends ApiTypes> {
     appPromotion: {
+      /**
+       * Stores the `admin` account. Some extrinsics can only be executed if they were signed by `admin`.
+       **/
       admin: AugmentedQuery<ApiType, () => Observable<Option<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;
       /**
        * Stores a key for record for which the next revenue recalculation would be performed.
        * If `None`, then recalculation has not yet been performed or calculations have been completed for all stakers.
        **/
       nextCalculatedRecord: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[AccountId32, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
+       * Stores amount of stakes for an `Account`.
+       * 
+       * * **Key** - Staker account.
+       * * **Value** - Amount of stakes.
+       **/
       pendingUnstake: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u128]>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
       /**
-       * Amount of tokens staked by account in the blocknumber.
+       * Stores the amount of tokens staked by account in the blocknumber.
+       * 
+       * * **Key1** - Staker account.
+       * * **Key2** - Relay block number when the stake was made.
+       * * **(Balance, BlockNumber)** - Balance of the stake.
+       * The number of the relay block in which we must perform the interest recalculation
        **/
       staked: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<ITuple<[u128, u32]>>, [AccountId32, u32]> & QueryableStorageEntry<ApiType, [AccountId32, u32]>;
       /**
-       * Amount of stakes for an Account
+       * Stores amount of stakes for an `Account`.
+       * 
+       * * **Key** - Staker account.
+       * * **Value** - Amount of stakes.
        **/
       stakesPerAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u8>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
+      /**
+       * Stores the total staked amount.
+       **/
       totalStaked: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
       /**
        * Generic query
@@ -247,13 +265,6 @@
        **/
       owner: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<H160>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
       selfSponsoring: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
-      /**
-       * Storage for last sponsored block.
-       * 
-       * * **Key1** - contract address.
-       * * **Key2** - sponsored user address.
-       * * **Value** - last sponsored block number.
-       **/
       sponsorBasket: AugmentedQuery<ApiType, (arg1: H160 | string | Uint8Array, arg2: H160 | string | Uint8Array) => Observable<Option<u32>>, [H160, H160]> & QueryableStorageEntry<ApiType, [H160, H160]>;
       /**
        * Store for contract sponsorship state.
@@ -263,6 +274,14 @@
        **/
       sponsoring: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<UpDataStructsSponsorshipStateBasicCrossAccountIdRepr>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
       /**
+       * Storage for last sponsored block.
+       * 
+       * * **Key1** - contract address.
+       * * **Key2** - sponsored user address.
+       * * **Value** - last sponsored block number.
+       **/
+      sponsoringFeeLimit: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<BTreeMap<u32, U256>>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+      /**
        * Store for sponsoring mode.
        * 
        * ### Usage
@@ -335,10 +354,6 @@
        * Amount of tokens owned by an account inside a collection.
        **/
       balance: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => Observable<u128>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]> & QueryableStorageEntry<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;
-      /**
-       * Foreign collection flag
-       **/
-      foreignCollection: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<bool>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
       /**
        * Total amount of fungible tokens inside a collection.
        **/
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -18,13 +18,101 @@
 declare module '@polkadot/api-base/types/submittable' {
   interface AugmentedSubmittables<ApiType extends ApiTypes> {
     appPromotion: {
+      /**
+       * Recalculates interest for the specified number of stakers.
+       * If all stakers are not recalculated, the next call of the extrinsic
+       * will continue the recalculation, from those stakers for whom this
+       * was not perform in last call.
+       * 
+       * # Permissions
+       * 
+       * * Pallet admin
+       * 
+       * # Arguments
+       * 
+       * * `stakers_number`: the number of stakers for which recalculation will be performed
+       **/
       payoutStakers: AugmentedSubmittable<(stakersNumber: Option<u8> | null | Uint8Array | u8 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u8>]>;
+      /**
+       * Sets an address as the the admin.
+       * 
+       * # Permissions
+       * 
+       * * Sudo
+       * 
+       * # Arguments
+       * 
+       * * `admin`: account of the new admin.
+       **/
       setAdminAddress: AugmentedSubmittable<(admin: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr]>;
+      /**
+       * Sets the pallet to be the sponsor for the collection.
+       * 
+       * # Permissions
+       * 
+       * * Pallet admin
+       * 
+       * # Arguments
+       * 
+       * * `collection_id`: ID of the collection that will be sponsored by `pallet_id`
+       **/
       sponsorCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
+      /**
+       * Sets the pallet to be the sponsor for the contract.
+       * 
+       * # Permissions
+       * 
+       * * Pallet admin
+       * 
+       * # Arguments
+       * 
+       * * `contract_id`: the contract address that will be sponsored by `pallet_id`
+       **/
       sponsorContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+      /**
+       * Stakes the amount of native tokens.
+       * Sets `amount` to the locked state.
+       * The maximum number of stakes for a staker is 10.
+       * 
+       * # Arguments
+       * 
+       * * `amount`: in native tokens.
+       **/
       stake: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
+      /**
+       * Removes the pallet as the sponsor for the collection.
+       * Returns [`NoPermission`][`Error::NoPermission`]
+       * if the pallet wasn't the sponsor.
+       * 
+       * # Permissions
+       * 
+       * * Pallet admin
+       * 
+       * # Arguments
+       * 
+       * * `collection_id`: ID of the collection that is sponsored by `pallet_id`
+       **/
       stopSponsoringCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
+      /**
+       * Removes the pallet as the sponsor for the contract.
+       * Returns [`NoPermission`][`Error::NoPermission`]
+       * if the pallet wasn't the sponsor.
+       * 
+       * # Permissions
+       * 
+       * * Pallet admin
+       * 
+       * # Arguments
+       * 
+       * * `contract_id`: the contract address that is sponsored by `pallet_id`
+       **/
       stopSponsoringContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+      /**
+       * Unstakes all stakes.
+       * Moves the sum of all stakes to the `reserved` state.
+       * After the end of `PendingInterval` this sum becomes completely
+       * free for further use.
+       **/
       unstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
       /**
        * Generic tx
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
before · tests/src/interfaces/augment-types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';789import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm,10  OrmlTokensAccountData,OrmlTokensBalanceLock,OrmlTokensModuleCall,OrmlTokensModuleError,OrmlTokensModuleEvent,OrmlTokensReserveData,OrmlXtokensModuleCall,OrmlXtokensModuleError,OrmlXtokensModuleEvent, 11  PalletForeignAssetsAssetIds,PalletForeignAssetsModuleAssetMetadata,PalletForeignAssetsModuleCall,PalletForeignAssetsModuleError,PalletForeignAssetsModuleEvent,PalletForeignAssetsNativeCurrency, XcmVersionedMultiAsset } from './default';12import type { Data, StorageKey } from '@polkadot/types';13import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';14import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';15import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';16import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';17import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';18import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';19import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';20import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';21import type { BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, MmrRootHash, ValidatorSet, ValidatorSetId } from '@polkadot/types/interfaces/beefy';22import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from '@polkadot/types/interfaces/benchmark';23import type { CheckInherentsResult, InherentData, InherentIdentifier } from '@polkadot/types/interfaces/blockbuilder';24import 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';25import type { BlockHash } from '@polkadot/types/interfaces/chain';26import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';27import type { StatementKind } from '@polkadot/types/interfaces/claims';28import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';29import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';30import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';31import 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';32import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';33import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';34import 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';35import type { BlockStats } from '@polkadot/types/interfaces/dev';36import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';37import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';38import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';39import type { EvmAccount, EvmCallInfo, EvmCreateInfo, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';40import 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';41import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';42import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';43import 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';44import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';45import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';46import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';47import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';48import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr';49import type { NpApiError } from '@polkadot/types/interfaces/nompools';50import type { StorageKind } from '@polkadot/types/interfaces/offchain';51import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';52import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';53import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';54import type { Approvals } from '@polkadot/types/interfaces/poll';55import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';56import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';57import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';58import type { RpcMethods } from '@polkadot/types/interfaces/rpc';59import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';60import 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';61import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';62import 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';63import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';64import 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';65import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';66import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';67import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';68import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';69import type { Multiplier } from '@polkadot/types/interfaces/txpayment';70import type { TransactionSource, TransactionValidity, ValidTransaction } from '@polkadot/types/interfaces/txqueue';71import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';72import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';73import type { VestingInfo } from '@polkadot/types/interfaces/vesting';74import 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';7576declare module '@polkadot/types/types/registry' {77  interface InterfaceTypes {78    AbridgedCandidateReceipt: AbridgedCandidateReceipt;79    AbridgedHostConfiguration: AbridgedHostConfiguration;80    AbridgedHrmpChannel: AbridgedHrmpChannel;81    AccountData: AccountData;82    AccountId: AccountId;83    AccountId20: AccountId20;84    AccountId32: AccountId32;85    AccountIdOf: AccountIdOf;86    AccountIndex: AccountIndex;87    AccountInfo: AccountInfo;88    AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;89    AccountInfoWithProviders: AccountInfoWithProviders;90    AccountInfoWithRefCount: AccountInfoWithRefCount;91    AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;92    AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;93    AccountStatus: AccountStatus;94    AccountValidity: AccountValidity;95    AccountVote: AccountVote;96    AccountVoteSplit: AccountVoteSplit;97    AccountVoteStandard: AccountVoteStandard;98    ActiveEraInfo: ActiveEraInfo;99    ActiveGilt: ActiveGilt;100    ActiveGiltsTotal: ActiveGiltsTotal;101    ActiveIndex: ActiveIndex;102    ActiveRecovery: ActiveRecovery;103    Address: Address;104    AliveContractInfo: AliveContractInfo;105    AllowedSlots: AllowedSlots;106    AnySignature: AnySignature;107    ApiId: ApiId;108    ApplyExtrinsicResult: ApplyExtrinsicResult;109    ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;110    ApprovalFlag: ApprovalFlag;111    Approvals: Approvals;112    ArithmeticError: ArithmeticError;113    AssetApproval: AssetApproval;114    AssetApprovalKey: AssetApprovalKey;115    AssetBalance: AssetBalance;116    AssetDestroyWitness: AssetDestroyWitness;117    AssetDetails: AssetDetails;118    AssetId: AssetId;119    AssetInstance: AssetInstance;120    AssetInstanceV0: AssetInstanceV0;121    AssetInstanceV1: AssetInstanceV1;122    AssetInstanceV2: AssetInstanceV2;123    AssetMetadata: AssetMetadata;124    AssetOptions: AssetOptions;125    AssignmentId: AssignmentId;126    AssignmentKind: AssignmentKind;127    AttestedCandidate: AttestedCandidate;128    AuctionIndex: AuctionIndex;129    AuthIndex: AuthIndex;130    AuthorityDiscoveryId: AuthorityDiscoveryId;131    AuthorityId: AuthorityId;132    AuthorityIndex: AuthorityIndex;133    AuthorityList: AuthorityList;134    AuthoritySet: AuthoritySet;135    AuthoritySetChange: AuthoritySetChange;136    AuthoritySetChanges: AuthoritySetChanges;137    AuthoritySignature: AuthoritySignature;138    AuthorityWeight: AuthorityWeight;139    AvailabilityBitfield: AvailabilityBitfield;140    AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;141    BabeAuthorityWeight: BabeAuthorityWeight;142    BabeBlockWeight: BabeBlockWeight;143    BabeEpochConfiguration: BabeEpochConfiguration;144    BabeEquivocationProof: BabeEquivocationProof;145    BabeGenesisConfiguration: BabeGenesisConfiguration;146    BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;147    BabeWeight: BabeWeight;148    BackedCandidate: BackedCandidate;149    Balance: Balance;150    BalanceLock: BalanceLock;151    BalanceLockTo212: BalanceLockTo212;152    BalanceOf: BalanceOf;153    BalanceStatus: BalanceStatus;154    BeefyAuthoritySet: BeefyAuthoritySet;155    BeefyCommitment: BeefyCommitment;156    BeefyId: BeefyId;157    BeefyKey: BeefyKey;158    BeefyNextAuthoritySet: BeefyNextAuthoritySet;159    BeefyPayload: BeefyPayload;160    BeefyPayloadId: BeefyPayloadId;161    BeefySignedCommitment: BeefySignedCommitment;162    BenchmarkBatch: BenchmarkBatch;163    BenchmarkConfig: BenchmarkConfig;164    BenchmarkList: BenchmarkList;165    BenchmarkMetadata: BenchmarkMetadata;166    BenchmarkParameter: BenchmarkParameter;167    BenchmarkResult: BenchmarkResult;168    Bid: Bid;169    Bidder: Bidder;170    BidKind: BidKind;171    BitVec: BitVec;172    Block: Block;173    BlockAttestations: BlockAttestations;174    BlockHash: BlockHash;175    BlockLength: BlockLength;176    BlockNumber: BlockNumber;177    BlockNumberFor: BlockNumberFor;178    BlockNumberOf: BlockNumberOf;179    BlockStats: BlockStats;180    BlockTrace: BlockTrace;181    BlockTraceEvent: BlockTraceEvent;182    BlockTraceEventData: BlockTraceEventData;183    BlockTraceSpan: BlockTraceSpan;184    BlockV0: BlockV0;185    BlockV1: BlockV1;186    BlockV2: BlockV2;187    BlockWeights: BlockWeights;188    BodyId: BodyId;189    BodyPart: BodyPart;190    bool: bool;191    Bool: Bool;192    Bounty: Bounty;193    BountyIndex: BountyIndex;194    BountyStatus: BountyStatus;195    BountyStatusActive: BountyStatusActive;196    BountyStatusCuratorProposed: BountyStatusCuratorProposed;197    BountyStatusPendingPayout: BountyStatusPendingPayout;198    BridgedBlockHash: BridgedBlockHash;199    BridgedBlockNumber: BridgedBlockNumber;200    BridgedHeader: BridgedHeader;201    BridgeMessageId: BridgeMessageId;202    BufferedSessionChange: BufferedSessionChange;203    Bytes: Bytes;204    Call: Call;205    CallHash: CallHash;206    CallHashOf: CallHashOf;207    CallIndex: CallIndex;208    CallOrigin: CallOrigin;209    CandidateCommitments: CandidateCommitments;210    CandidateDescriptor: CandidateDescriptor;211    CandidateEvent: CandidateEvent;212    CandidateHash: CandidateHash;213    CandidateInfo: CandidateInfo;214    CandidatePendingAvailability: CandidatePendingAvailability;215    CandidateReceipt: CandidateReceipt;216    ChainId: ChainId;217    ChainProperties: ChainProperties;218    ChainType: ChainType;219    ChangesTrieConfiguration: ChangesTrieConfiguration;220    ChangesTrieSignal: ChangesTrieSignal;221    CheckInherentsResult: CheckInherentsResult;222    ClassDetails: ClassDetails;223    ClassId: ClassId;224    ClassMetadata: ClassMetadata;225    CodecHash: CodecHash;226    CodeHash: CodeHash;227    CodeSource: CodeSource;228    CodeUploadRequest: CodeUploadRequest;229    CodeUploadResult: CodeUploadResult;230    CodeUploadResultValue: CodeUploadResultValue;231    CollationInfo: CollationInfo;232    CollationInfoV1: CollationInfoV1;233    CollatorId: CollatorId;234    CollatorSignature: CollatorSignature;235    CollectiveOrigin: CollectiveOrigin;236    CommittedCandidateReceipt: CommittedCandidateReceipt;237    CompactAssignments: CompactAssignments;238    CompactAssignmentsTo257: CompactAssignmentsTo257;239    CompactAssignmentsTo265: CompactAssignmentsTo265;240    CompactAssignmentsWith16: CompactAssignmentsWith16;241    CompactAssignmentsWith24: CompactAssignmentsWith24;242    CompactScore: CompactScore;243    CompactScoreCompact: CompactScoreCompact;244    ConfigData: ConfigData;245    Consensus: Consensus;246    ConsensusEngineId: ConsensusEngineId;247    ConsumedWeight: ConsumedWeight;248    ContractCallFlags: ContractCallFlags;249    ContractCallRequest: ContractCallRequest;250    ContractConstructorSpecLatest: ContractConstructorSpecLatest;251    ContractConstructorSpecV0: ContractConstructorSpecV0;252    ContractConstructorSpecV1: ContractConstructorSpecV1;253    ContractConstructorSpecV2: ContractConstructorSpecV2;254    ContractConstructorSpecV3: ContractConstructorSpecV3;255    ContractContractSpecV0: ContractContractSpecV0;256    ContractContractSpecV1: ContractContractSpecV1;257    ContractContractSpecV2: ContractContractSpecV2;258    ContractContractSpecV3: ContractContractSpecV3;259    ContractCryptoHasher: ContractCryptoHasher;260    ContractDiscriminant: ContractDiscriminant;261    ContractDisplayName: ContractDisplayName;262    ContractEventParamSpecLatest: ContractEventParamSpecLatest;263    ContractEventParamSpecV0: ContractEventParamSpecV0;264    ContractEventParamSpecV2: ContractEventParamSpecV2;265    ContractEventSpecLatest: ContractEventSpecLatest;266    ContractEventSpecV0: ContractEventSpecV0;267    ContractEventSpecV1: ContractEventSpecV1;268    ContractEventSpecV2: ContractEventSpecV2;269    ContractExecResult: ContractExecResult;270    ContractExecResultOk: ContractExecResultOk;271    ContractExecResultResult: ContractExecResultResult;272    ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;273    ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;274    ContractExecResultTo255: ContractExecResultTo255;275    ContractExecResultTo260: ContractExecResultTo260;276    ContractExecResultTo267: ContractExecResultTo267;277    ContractInfo: ContractInfo;278    ContractInstantiateResult: ContractInstantiateResult;279    ContractInstantiateResultTo267: ContractInstantiateResultTo267;280    ContractInstantiateResultTo299: ContractInstantiateResultTo299;281    ContractLayoutArray: ContractLayoutArray;282    ContractLayoutCell: ContractLayoutCell;283    ContractLayoutEnum: ContractLayoutEnum;284    ContractLayoutHash: ContractLayoutHash;285    ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;286    ContractLayoutKey: ContractLayoutKey;287    ContractLayoutStruct: ContractLayoutStruct;288    ContractLayoutStructField: ContractLayoutStructField;289    ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;290    ContractMessageParamSpecV0: ContractMessageParamSpecV0;291    ContractMessageParamSpecV2: ContractMessageParamSpecV2;292    ContractMessageSpecLatest: ContractMessageSpecLatest;293    ContractMessageSpecV0: ContractMessageSpecV0;294    ContractMessageSpecV1: ContractMessageSpecV1;295    ContractMessageSpecV2: ContractMessageSpecV2;296    ContractMetadata: ContractMetadata;297    ContractMetadataLatest: ContractMetadataLatest;298    ContractMetadataV0: ContractMetadataV0;299    ContractMetadataV1: ContractMetadataV1;300    ContractMetadataV2: ContractMetadataV2;301    ContractMetadataV3: ContractMetadataV3;302    ContractProject: ContractProject;303    ContractProjectContract: ContractProjectContract;304    ContractProjectInfo: ContractProjectInfo;305    ContractProjectSource: ContractProjectSource;306    ContractProjectV0: ContractProjectV0;307    ContractReturnFlags: ContractReturnFlags;308    ContractSelector: ContractSelector;309    ContractStorageKey: ContractStorageKey;310    ContractStorageLayout: ContractStorageLayout;311    ContractTypeSpec: ContractTypeSpec;312    Conviction: Conviction;313    CoreAssignment: CoreAssignment;314    CoreIndex: CoreIndex;315    CoreOccupied: CoreOccupied;316    CoreState: CoreState;317    CrateVersion: CrateVersion;318    CreatedBlock: CreatedBlock;319    CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;320    CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;321    CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;322    CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;323    CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;324    CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;325    CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;326    CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;327    CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;328    CumulusPalletXcmCall: CumulusPalletXcmCall;329    CumulusPalletXcmError: CumulusPalletXcmError;330    CumulusPalletXcmEvent: CumulusPalletXcmEvent;331    CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;332    CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;333    CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;334    CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;335    CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;336    CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;337    CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;338    CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;339    CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;340    CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;341    Data: Data;342    DeferredOffenceOf: DeferredOffenceOf;343    DefunctVoter: DefunctVoter;344    DelayKind: DelayKind;345    DelayKindBest: DelayKindBest;346    Delegations: Delegations;347    DeletedContract: DeletedContract;348    DeliveredMessages: DeliveredMessages;349    DepositBalance: DepositBalance;350    DepositBalanceOf: DepositBalanceOf;351    DestroyWitness: DestroyWitness;352    Digest: Digest;353    DigestItem: DigestItem;354    DigestOf: DigestOf;355    DispatchClass: DispatchClass;356    DispatchError: DispatchError;357    DispatchErrorModule: DispatchErrorModule;358    DispatchErrorModulePre6: DispatchErrorModulePre6;359    DispatchErrorModuleU8: DispatchErrorModuleU8;360    DispatchErrorModuleU8a: DispatchErrorModuleU8a;361    DispatchErrorPre6: DispatchErrorPre6;362    DispatchErrorPre6First: DispatchErrorPre6First;363    DispatchErrorTo198: DispatchErrorTo198;364    DispatchFeePayment: DispatchFeePayment;365    DispatchInfo: DispatchInfo;366    DispatchInfoTo190: DispatchInfoTo190;367    DispatchInfoTo244: DispatchInfoTo244;368    DispatchOutcome: DispatchOutcome;369    DispatchOutcomePre6: DispatchOutcomePre6;370    DispatchResult: DispatchResult;371    DispatchResultOf: DispatchResultOf;372    DispatchResultTo198: DispatchResultTo198;373    DisputeLocation: DisputeLocation;374    DisputeResult: DisputeResult;375    DisputeState: DisputeState;376    DisputeStatement: DisputeStatement;377    DisputeStatementSet: DisputeStatementSet;378    DoubleEncodedCall: DoubleEncodedCall;379    DoubleVoteReport: DoubleVoteReport;380    DownwardMessage: DownwardMessage;381    EcdsaSignature: EcdsaSignature;382    Ed25519Signature: Ed25519Signature;383    EIP1559Transaction: EIP1559Transaction;384    EIP2930Transaction: EIP2930Transaction;385    ElectionCompute: ElectionCompute;386    ElectionPhase: ElectionPhase;387    ElectionResult: ElectionResult;388    ElectionScore: ElectionScore;389    ElectionSize: ElectionSize;390    ElectionStatus: ElectionStatus;391    EncodedFinalityProofs: EncodedFinalityProofs;392    EncodedJustification: EncodedJustification;393    Epoch: Epoch;394    EpochAuthorship: EpochAuthorship;395    Era: Era;396    EraIndex: EraIndex;397    EraPoints: EraPoints;398    EraRewardPoints: EraRewardPoints;399    EraRewards: EraRewards;400    ErrorMetadataLatest: ErrorMetadataLatest;401    ErrorMetadataV10: ErrorMetadataV10;402    ErrorMetadataV11: ErrorMetadataV11;403    ErrorMetadataV12: ErrorMetadataV12;404    ErrorMetadataV13: ErrorMetadataV13;405    ErrorMetadataV14: ErrorMetadataV14;406    ErrorMetadataV9: ErrorMetadataV9;407    EthAccessList: EthAccessList;408    EthAccessListItem: EthAccessListItem;409    EthAccount: EthAccount;410    EthAddress: EthAddress;411    EthBlock: EthBlock;412    EthBloom: EthBloom;413    EthbloomBloom: EthbloomBloom;414    EthCallRequest: EthCallRequest;415    EthereumAccountId: EthereumAccountId;416    EthereumAddress: EthereumAddress;417    EthereumBlock: EthereumBlock;418    EthereumHeader: EthereumHeader;419    EthereumLog: EthereumLog;420    EthereumLookupSource: EthereumLookupSource;421    EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;422    EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;423    EthereumSignature: EthereumSignature;424    EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;425    EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;426    EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;427    EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;428    EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;429    EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;430    EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;431    EthereumTypesHashH64: EthereumTypesHashH64;432    EthFeeHistory: EthFeeHistory;433    EthFilter: EthFilter;434    EthFilterAddress: EthFilterAddress;435    EthFilterChanges: EthFilterChanges;436    EthFilterTopic: EthFilterTopic;437    EthFilterTopicEntry: EthFilterTopicEntry;438    EthFilterTopicInner: EthFilterTopicInner;439    EthHeader: EthHeader;440    EthLog: EthLog;441    EthReceipt: EthReceipt;442    EthReceiptV0: EthReceiptV0;443    EthReceiptV3: EthReceiptV3;444    EthRichBlock: EthRichBlock;445    EthRichHeader: EthRichHeader;446    EthStorageProof: EthStorageProof;447    EthSubKind: EthSubKind;448    EthSubParams: EthSubParams;449    EthSubResult: EthSubResult;450    EthSyncInfo: EthSyncInfo;451    EthSyncStatus: EthSyncStatus;452    EthTransaction: EthTransaction;453    EthTransactionAction: EthTransactionAction;454    EthTransactionCondition: EthTransactionCondition;455    EthTransactionRequest: EthTransactionRequest;456    EthTransactionSignature: EthTransactionSignature;457    EthTransactionStatus: EthTransactionStatus;458    EthWork: EthWork;459    Event: Event;460    EventId: EventId;461    EventIndex: EventIndex;462    EventMetadataLatest: EventMetadataLatest;463    EventMetadataV10: EventMetadataV10;464    EventMetadataV11: EventMetadataV11;465    EventMetadataV12: EventMetadataV12;466    EventMetadataV13: EventMetadataV13;467    EventMetadataV14: EventMetadataV14;468    EventMetadataV9: EventMetadataV9;469    EventRecord: EventRecord;470    EvmAccount: EvmAccount;471    EvmCallInfo: EvmCallInfo;472    EvmCoreErrorExitError: EvmCoreErrorExitError;473    EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;474    EvmCoreErrorExitReason: EvmCoreErrorExitReason;475    EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;476    EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;477    EvmCreateInfo: EvmCreateInfo;478    EvmLog: EvmLog;479    EvmVicinity: EvmVicinity;480    ExecReturnValue: ExecReturnValue;481    ExitError: ExitError;482    ExitFatal: ExitFatal;483    ExitReason: ExitReason;484    ExitRevert: ExitRevert;485    ExitSucceed: ExitSucceed;486    ExplicitDisputeStatement: ExplicitDisputeStatement;487    Exposure: Exposure;488    ExtendedBalance: ExtendedBalance;489    Extrinsic: Extrinsic;490    ExtrinsicEra: ExtrinsicEra;491    ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;492    ExtrinsicMetadataV11: ExtrinsicMetadataV11;493    ExtrinsicMetadataV12: ExtrinsicMetadataV12;494    ExtrinsicMetadataV13: ExtrinsicMetadataV13;495    ExtrinsicMetadataV14: ExtrinsicMetadataV14;496    ExtrinsicOrHash: ExtrinsicOrHash;497    ExtrinsicPayload: ExtrinsicPayload;498    ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;499    ExtrinsicPayloadV4: ExtrinsicPayloadV4;500    ExtrinsicSignature: ExtrinsicSignature;501    ExtrinsicSignatureV4: ExtrinsicSignatureV4;502    ExtrinsicStatus: ExtrinsicStatus;503    ExtrinsicsWeight: ExtrinsicsWeight;504    ExtrinsicUnknown: ExtrinsicUnknown;505    ExtrinsicV4: ExtrinsicV4;506    f32: f32;507    F32: F32;508    f64: f64;509    F64: F64;510    FeeDetails: FeeDetails;511    Fixed128: Fixed128;512    Fixed64: Fixed64;513    FixedI128: FixedI128;514    FixedI64: FixedI64;515    FixedU128: FixedU128;516    FixedU64: FixedU64;517    Forcing: Forcing;518    ForkTreePendingChange: ForkTreePendingChange;519    ForkTreePendingChangeNode: ForkTreePendingChangeNode;520    FpRpcTransactionStatus: FpRpcTransactionStatus;521    FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;522    FrameSupportPalletId: FrameSupportPalletId;523    FrameSupportScheduleLookupError: FrameSupportScheduleLookupError;524    FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed;525    FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;526    FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;527    FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;528    FrameSupportWeightsPays: FrameSupportWeightsPays;529    FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;530    FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;531    FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;532    FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;533    FrameSystemAccountInfo: FrameSystemAccountInfo;534    FrameSystemCall: FrameSystemCall;535    FrameSystemError: FrameSystemError;536    FrameSystemEvent: FrameSystemEvent;537    FrameSystemEventRecord: FrameSystemEventRecord;538    FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;539    FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;540    FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;541    FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;542    FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;543    FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;544    FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;545    FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;546    FrameSystemPhase: FrameSystemPhase;547    FullIdentification: FullIdentification;548    FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;549    FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;550    FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;551    FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;552    FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;553    FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;554    FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;555    FunctionMetadataLatest: FunctionMetadataLatest;556    FunctionMetadataV10: FunctionMetadataV10;557    FunctionMetadataV11: FunctionMetadataV11;558    FunctionMetadataV12: FunctionMetadataV12;559    FunctionMetadataV13: FunctionMetadataV13;560    FunctionMetadataV14: FunctionMetadataV14;561    FunctionMetadataV9: FunctionMetadataV9;562    FundIndex: FundIndex;563    FundInfo: FundInfo;564    Fungibility: Fungibility;565    FungibilityV0: FungibilityV0;566    FungibilityV1: FungibilityV1;567    FungibilityV2: FungibilityV2;568    Gas: Gas;569    GiltBid: GiltBid;570    GlobalValidationData: GlobalValidationData;571    GlobalValidationSchedule: GlobalValidationSchedule;572    GrandpaCommit: GrandpaCommit;573    GrandpaEquivocation: GrandpaEquivocation;574    GrandpaEquivocationProof: GrandpaEquivocationProof;575    GrandpaEquivocationValue: GrandpaEquivocationValue;576    GrandpaJustification: GrandpaJustification;577    GrandpaPrecommit: GrandpaPrecommit;578    GrandpaPrevote: GrandpaPrevote;579    GrandpaSignedPrecommit: GrandpaSignedPrecommit;580    GroupIndex: GroupIndex;581    GroupRotationInfo: GroupRotationInfo;582    H1024: H1024;583    H128: H128;584    H160: H160;585    H2048: H2048;586    H256: H256;587    H32: H32;588    H512: H512;589    H64: H64;590    Hash: Hash;591    HeadData: HeadData;592    Header: Header;593    HeaderPartial: HeaderPartial;594    Health: Health;595    Heartbeat: Heartbeat;596    HeartbeatTo244: HeartbeatTo244;597    HostConfiguration: HostConfiguration;598    HostFnWeights: HostFnWeights;599    HostFnWeightsTo264: HostFnWeightsTo264;600    HrmpChannel: HrmpChannel;601    HrmpChannelId: HrmpChannelId;602    HrmpOpenChannelRequest: HrmpOpenChannelRequest;603    i128: i128;604    I128: I128;605    i16: i16;606    I16: I16;607    i256: i256;608    I256: I256;609    i32: i32;610    I32: I32;611    I32F32: I32F32;612    i64: i64;613    I64: I64;614    i8: i8;615    I8: I8;616    IdentificationTuple: IdentificationTuple;617    IdentityFields: IdentityFields;618    IdentityInfo: IdentityInfo;619    IdentityInfoAdditional: IdentityInfoAdditional;620    IdentityInfoTo198: IdentityInfoTo198;621    IdentityJudgement: IdentityJudgement;622    ImmortalEra: ImmortalEra;623    ImportedAux: ImportedAux;624    InboundDownwardMessage: InboundDownwardMessage;625    InboundHrmpMessage: InboundHrmpMessage;626    InboundHrmpMessages: InboundHrmpMessages;627    InboundLaneData: InboundLaneData;628    InboundRelayer: InboundRelayer;629    InboundStatus: InboundStatus;630    IncludedBlocks: IncludedBlocks;631    InclusionFee: InclusionFee;632    IncomingParachain: IncomingParachain;633    IncomingParachainDeploy: IncomingParachainDeploy;634    IncomingParachainFixed: IncomingParachainFixed;635    Index: Index;636    IndicesLookupSource: IndicesLookupSource;637    IndividualExposure: IndividualExposure;638    InherentData: InherentData;639    InherentIdentifier: InherentIdentifier;640    InitializationData: InitializationData;641    InstanceDetails: InstanceDetails;642    InstanceId: InstanceId;643    InstanceMetadata: InstanceMetadata;644    InstantiateRequest: InstantiateRequest;645    InstantiateRequestV1: InstantiateRequestV1;646    InstantiateRequestV2: InstantiateRequestV2;647    InstantiateReturnValue: InstantiateReturnValue;648    InstantiateReturnValueOk: InstantiateReturnValueOk;649    InstantiateReturnValueTo267: InstantiateReturnValueTo267;650    InstructionV2: InstructionV2;651    InstructionWeights: InstructionWeights;652    InteriorMultiLocation: InteriorMultiLocation;653    InvalidDisputeStatementKind: InvalidDisputeStatementKind;654    InvalidTransaction: InvalidTransaction;655    Json: Json;656    Junction: Junction;657    Junctions: Junctions;658    JunctionsV1: JunctionsV1;659    JunctionsV2: JunctionsV2;660    JunctionV0: JunctionV0;661    JunctionV1: JunctionV1;662    JunctionV2: JunctionV2;663    Justification: Justification;664    JustificationNotification: JustificationNotification;665    Justifications: Justifications;666    Key: Key;667    KeyOwnerProof: KeyOwnerProof;668    Keys: Keys;669    KeyType: KeyType;670    KeyTypeId: KeyTypeId;671    KeyValue: KeyValue;672    KeyValueOption: KeyValueOption;673    Kind: Kind;674    LaneId: LaneId;675    LastContribution: LastContribution;676    LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;677    LeasePeriod: LeasePeriod;678    LeasePeriodOf: LeasePeriodOf;679    LegacyTransaction: LegacyTransaction;680    Limits: Limits;681    LimitsTo264: LimitsTo264;682    LocalValidationData: LocalValidationData;683    LockIdentifier: LockIdentifier;684    LookupSource: LookupSource;685    LookupTarget: LookupTarget;686    LotteryConfig: LotteryConfig;687    MaybeRandomness: MaybeRandomness;688    MaybeVrf: MaybeVrf;689    MemberCount: MemberCount;690    MembershipProof: MembershipProof;691    MessageData: MessageData;692    MessageId: MessageId;693    MessageIngestionType: MessageIngestionType;694    MessageKey: MessageKey;695    MessageNonce: MessageNonce;696    MessageQueueChain: MessageQueueChain;697    MessagesDeliveryProofOf: MessagesDeliveryProofOf;698    MessagesProofOf: MessagesProofOf;699    MessagingStateSnapshot: MessagingStateSnapshot;700    MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;701    MetadataAll: MetadataAll;702    MetadataLatest: MetadataLatest;703    MetadataV10: MetadataV10;704    MetadataV11: MetadataV11;705    MetadataV12: MetadataV12;706    MetadataV13: MetadataV13;707    MetadataV14: MetadataV14;708    MetadataV9: MetadataV9;709    MigrationStatusResult: MigrationStatusResult;710    MmrBatchProof: MmrBatchProof;711    MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;712    MmrError: MmrError;713    MmrLeafBatchProof: MmrLeafBatchProof;714    MmrLeafIndex: MmrLeafIndex;715    MmrLeafProof: MmrLeafProof;716    MmrNodeIndex: MmrNodeIndex;717    MmrProof: MmrProof;718    MmrRootHash: MmrRootHash;719    ModuleConstantMetadataV10: ModuleConstantMetadataV10;720    ModuleConstantMetadataV11: ModuleConstantMetadataV11;721    ModuleConstantMetadataV12: ModuleConstantMetadataV12;722    ModuleConstantMetadataV13: ModuleConstantMetadataV13;723    ModuleConstantMetadataV9: ModuleConstantMetadataV9;724    ModuleId: ModuleId;725    ModuleMetadataV10: ModuleMetadataV10;726    ModuleMetadataV11: ModuleMetadataV11;727    ModuleMetadataV12: ModuleMetadataV12;728    ModuleMetadataV13: ModuleMetadataV13;729    ModuleMetadataV9: ModuleMetadataV9;730    Moment: Moment;731    MomentOf: MomentOf;732    MoreAttestations: MoreAttestations;733    MortalEra: MortalEra;734    MultiAddress: MultiAddress;735    MultiAsset: MultiAsset;736    MultiAssetFilter: MultiAssetFilter;737    MultiAssetFilterV1: MultiAssetFilterV1;738    MultiAssetFilterV2: MultiAssetFilterV2;739    MultiAssets: MultiAssets;740    MultiAssetsV1: MultiAssetsV1;741    MultiAssetsV2: MultiAssetsV2;742    MultiAssetV0: MultiAssetV0;743    MultiAssetV1: MultiAssetV1;744    MultiAssetV2: MultiAssetV2;745    MultiDisputeStatementSet: MultiDisputeStatementSet;746    MultiLocation: MultiLocation;747    MultiLocationV0: MultiLocationV0;748    MultiLocationV1: MultiLocationV1;749    MultiLocationV2: MultiLocationV2;750    Multiplier: Multiplier;751    Multisig: Multisig;752    MultiSignature: MultiSignature;753    MultiSigner: MultiSigner;754    NetworkId: NetworkId;755    NetworkState: NetworkState;756    NetworkStatePeerset: NetworkStatePeerset;757    NetworkStatePeersetInfo: NetworkStatePeersetInfo;758    NewBidder: NewBidder;759    NextAuthority: NextAuthority;760    NextConfigDescriptor: NextConfigDescriptor;761    NextConfigDescriptorV1: NextConfigDescriptorV1;762    NodeRole: NodeRole;763    Nominations: Nominations;764    NominatorIndex: NominatorIndex;765    NominatorIndexCompact: NominatorIndexCompact;766    NotConnectedPeer: NotConnectedPeer;767    NpApiError: NpApiError;768    Null: Null;769    OccupiedCore: OccupiedCore;770    OccupiedCoreAssumption: OccupiedCoreAssumption;771    OffchainAccuracy: OffchainAccuracy;772    OffchainAccuracyCompact: OffchainAccuracyCompact;773    OffenceDetails: OffenceDetails;774    Offender: Offender;775    OldV1SessionInfo: OldV1SessionInfo;776    OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;777    OpalRuntimeRuntime: OpalRuntimeRuntime;778    OpaqueCall: OpaqueCall;779    OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;780    OpaqueMetadata: OpaqueMetadata;781    OpaqueMultiaddr: OpaqueMultiaddr;782    OpaqueNetworkState: OpaqueNetworkState;783    OpaquePeerId: OpaquePeerId;784    OpaqueTimeSlot: OpaqueTimeSlot;785    OpenTip: OpenTip;786    OpenTipFinderTo225: OpenTipFinderTo225;787    OpenTipTip: OpenTipTip;788    OpenTipTo225: OpenTipTo225;789    OperatingMode: OperatingMode;790    OptionBool: OptionBool;791    Origin: Origin;792    OriginCaller: OriginCaller;793    OriginKindV0: OriginKindV0;794    OriginKindV1: OriginKindV1;795    OriginKindV2: OriginKindV2;796    OrmlTokensAccountData: OrmlTokensAccountData;797    OrmlTokensBalanceLock: OrmlTokensBalanceLock;798    OrmlTokensModuleCall: OrmlTokensModuleCall;799    OrmlTokensModuleError: OrmlTokensModuleError;800    OrmlTokensModuleEvent: OrmlTokensModuleEvent;801    OrmlTokensReserveData: OrmlTokensReserveData;802    OrmlVestingModuleCall: OrmlVestingModuleCall;803    OrmlVestingModuleError: OrmlVestingModuleError;804    OrmlVestingModuleEvent: OrmlVestingModuleEvent;805    OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;806    OrmlXtokensModuleCall: OrmlXtokensModuleCall;807    OrmlXtokensModuleError: OrmlXtokensModuleError;808    OrmlXtokensModuleEvent: OrmlXtokensModuleEvent;809    OutboundHrmpMessage: OutboundHrmpMessage;810    OutboundLaneData: OutboundLaneData;811    OutboundMessageFee: OutboundMessageFee;812    OutboundPayload: OutboundPayload;813    OutboundStatus: OutboundStatus;814    Outcome: Outcome;815    OverweightIndex: OverweightIndex;816    Owner: Owner;817    PageCounter: PageCounter;818    PageIndexData: PageIndexData;819    PalletAppPromotionCall: PalletAppPromotionCall;820    PalletAppPromotionError: PalletAppPromotionError;821    PalletAppPromotionEvent: PalletAppPromotionEvent;822    PalletBalancesAccountData: PalletBalancesAccountData;823    PalletBalancesBalanceLock: PalletBalancesBalanceLock;824    PalletBalancesCall: PalletBalancesCall;825    PalletBalancesError: PalletBalancesError;826    PalletBalancesEvent: PalletBalancesEvent;827    PalletBalancesReasons: PalletBalancesReasons;828    PalletBalancesReleases: PalletBalancesReleases;829    PalletBalancesReserveData: PalletBalancesReserveData;830    PalletCallMetadataLatest: PalletCallMetadataLatest;831    PalletCallMetadataV14: PalletCallMetadataV14;832    PalletCommonError: PalletCommonError;833    PalletCommonEvent: PalletCommonEvent;834    PalletConfigurationCall: PalletConfigurationCall;835    PalletConstantMetadataLatest: PalletConstantMetadataLatest;836    PalletConstantMetadataV14: PalletConstantMetadataV14;837    PalletErrorMetadataLatest: PalletErrorMetadataLatest;838    PalletErrorMetadataV14: PalletErrorMetadataV14;839    PalletEthereumCall: PalletEthereumCall;840    PalletEthereumError: PalletEthereumError;841    PalletEthereumEvent: PalletEthereumEvent;842    PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;843    PalletEthereumRawOrigin: PalletEthereumRawOrigin;844    PalletEventMetadataLatest: PalletEventMetadataLatest;845    PalletEventMetadataV14: PalletEventMetadataV14;846    PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;847    PalletEvmCall: PalletEvmCall;848    PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;849    PalletEvmContractHelpersError: PalletEvmContractHelpersError;850    PalletEvmContractHelpersEvent: PalletEvmContractHelpersEvent;851    PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;852    PalletEvmError: PalletEvmError;853    PalletEvmEvent: PalletEvmEvent;854    PalletEvmMigrationCall: PalletEvmMigrationCall;855    PalletEvmMigrationError: PalletEvmMigrationError;856    PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;857    PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;858    PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;859    PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;860    PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;861    PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;862    PalletFungibleError: PalletFungibleError;863    PalletId: PalletId;864    PalletInflationCall: PalletInflationCall;865    PalletMetadataLatest: PalletMetadataLatest;866    PalletMetadataV14: PalletMetadataV14;867    PalletNonfungibleError: PalletNonfungibleError;868    PalletNonfungibleItemData: PalletNonfungibleItemData;869    PalletRefungibleError: PalletRefungibleError;870    PalletRefungibleItemData: PalletRefungibleItemData;871    PalletRmrkCoreCall: PalletRmrkCoreCall;872    PalletRmrkCoreError: PalletRmrkCoreError;873    PalletRmrkCoreEvent: PalletRmrkCoreEvent;874    PalletRmrkEquipCall: PalletRmrkEquipCall;875    PalletRmrkEquipError: PalletRmrkEquipError;876    PalletRmrkEquipEvent: PalletRmrkEquipEvent;877    PalletsOrigin: PalletsOrigin;878    PalletStorageMetadataLatest: PalletStorageMetadataLatest;879    PalletStorageMetadataV14: PalletStorageMetadataV14;880    PalletStructureCall: PalletStructureCall;881    PalletStructureError: PalletStructureError;882    PalletStructureEvent: PalletStructureEvent;883    PalletSudoCall: PalletSudoCall;884    PalletSudoError: PalletSudoError;885    PalletSudoEvent: PalletSudoEvent;886    PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;887    PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;888    PalletTimestampCall: PalletTimestampCall;889    PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;890    PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;891    PalletTreasuryCall: PalletTreasuryCall;892    PalletTreasuryError: PalletTreasuryError;893    PalletTreasuryEvent: PalletTreasuryEvent;894    PalletTreasuryProposal: PalletTreasuryProposal;895    PalletUniqueCall: PalletUniqueCall;896    PalletUniqueError: PalletUniqueError;897    PalletUniqueRawEvent: PalletUniqueRawEvent;898    PalletUniqueSchedulerCall: PalletUniqueSchedulerCall;899    PalletUniqueSchedulerError: PalletUniqueSchedulerError;900    PalletUniqueSchedulerEvent: PalletUniqueSchedulerEvent;901    PalletUniqueSchedulerScheduledV3: PalletUniqueSchedulerScheduledV3;902    PalletVersion: PalletVersion;903    PalletXcmCall: PalletXcmCall;904    PalletXcmError: PalletXcmError;905    PalletXcmEvent: PalletXcmEvent;906    PalletXcmOrigin: PalletXcmOrigin;907    ParachainDispatchOrigin: ParachainDispatchOrigin;908    ParachainInherentData: ParachainInherentData;909    ParachainProposal: ParachainProposal;910    ParachainsInherentData: ParachainsInherentData;911    ParaGenesisArgs: ParaGenesisArgs;912    ParaId: ParaId;913    ParaInfo: ParaInfo;914    ParaLifecycle: ParaLifecycle;915    Parameter: Parameter;916    ParaPastCodeMeta: ParaPastCodeMeta;917    ParaScheduling: ParaScheduling;918    ParathreadClaim: ParathreadClaim;919    ParathreadClaimQueue: ParathreadClaimQueue;920    ParathreadEntry: ParathreadEntry;921    ParaValidatorIndex: ParaValidatorIndex;922    Pays: Pays;923    Peer: Peer;924    PeerEndpoint: PeerEndpoint;925    PeerEndpointAddr: PeerEndpointAddr;926    PeerInfo: PeerInfo;927    PeerPing: PeerPing;928    PendingChange: PendingChange;929    PendingPause: PendingPause;930    PendingResume: PendingResume;931    Perbill: Perbill;932    Percent: Percent;933    PerDispatchClassU32: PerDispatchClassU32;934    PerDispatchClassWeight: PerDispatchClassWeight;935    PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;936    Period: Period;937    Permill: Permill;938    PermissionLatest: PermissionLatest;939    PermissionsV1: PermissionsV1;940    PermissionVersions: PermissionVersions;941    Perquintill: Perquintill;942    PersistedValidationData: PersistedValidationData;943    PerU16: PerU16;944    Phantom: Phantom;945    PhantomData: PhantomData;946    PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;947    Phase: Phase;948    PhragmenScore: PhragmenScore;949    Points: Points;950    PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;951    PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;952    PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;953    PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;954    PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;955    PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;956    PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;957    PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;958    PortableType: PortableType;959    PortableTypeV14: PortableTypeV14;960    Precommits: Precommits;961    PrefabWasmModule: PrefabWasmModule;962    PrefixedStorageKey: PrefixedStorageKey;963    PreimageStatus: PreimageStatus;964    PreimageStatusAvailable: PreimageStatusAvailable;965    PreRuntime: PreRuntime;966    Prevotes: Prevotes;967    Priority: Priority;968    PriorLock: PriorLock;969    PropIndex: PropIndex;970    Proposal: Proposal;971    ProposalIndex: ProposalIndex;972    ProxyAnnouncement: ProxyAnnouncement;973    ProxyDefinition: ProxyDefinition;974    ProxyState: ProxyState;975    ProxyType: ProxyType;976    PvfCheckStatement: PvfCheckStatement;977    QueryId: QueryId;978    QueryStatus: QueryStatus;979    QueueConfigData: QueueConfigData;980    QueuedParathread: QueuedParathread;981    Randomness: Randomness;982    Raw: Raw;983    RawAuraPreDigest: RawAuraPreDigest;984    RawBabePreDigest: RawBabePreDigest;985    RawBabePreDigestCompat: RawBabePreDigestCompat;986    RawBabePreDigestPrimary: RawBabePreDigestPrimary;987    RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;988    RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;989    RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;990    RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;991    RawBabePreDigestTo159: RawBabePreDigestTo159;992    RawOrigin: RawOrigin;993    RawSolution: RawSolution;994    RawSolutionTo265: RawSolutionTo265;995    RawSolutionWith16: RawSolutionWith16;996    RawSolutionWith24: RawSolutionWith24;997    RawVRFOutput: RawVRFOutput;998    ReadProof: ReadProof;999    ReadySolution: ReadySolution;1000    Reasons: Reasons;1001    RecoveryConfig: RecoveryConfig;1002    RefCount: RefCount;1003    RefCountTo259: RefCountTo259;1004    ReferendumIndex: ReferendumIndex;1005    ReferendumInfo: ReferendumInfo;1006    ReferendumInfoFinished: ReferendumInfoFinished;1007    ReferendumInfoTo239: ReferendumInfoTo239;1008    ReferendumStatus: ReferendumStatus;1009    RegisteredParachainInfo: RegisteredParachainInfo;1010    RegistrarIndex: RegistrarIndex;1011    RegistrarInfo: RegistrarInfo;1012    Registration: Registration;1013    RegistrationJudgement: RegistrationJudgement;1014    RegistrationTo198: RegistrationTo198;1015    RelayBlockNumber: RelayBlockNumber;1016    RelayChainBlockNumber: RelayChainBlockNumber;1017    RelayChainHash: RelayChainHash;1018    RelayerId: RelayerId;1019    RelayHash: RelayHash;1020    Releases: Releases;1021    Remark: Remark;1022    Renouncing: Renouncing;1023    RentProjection: RentProjection;1024    ReplacementTimes: ReplacementTimes;1025    ReportedRoundStates: ReportedRoundStates;1026    Reporter: Reporter;1027    ReportIdOf: ReportIdOf;1028    ReserveData: ReserveData;1029    ReserveIdentifier: ReserveIdentifier;1030    Response: Response;1031    ResponseV0: ResponseV0;1032    ResponseV1: ResponseV1;1033    ResponseV2: ResponseV2;1034    ResponseV2Error: ResponseV2Error;1035    ResponseV2Result: ResponseV2Result;1036    Retriable: Retriable;1037    RewardDestination: RewardDestination;1038    RewardPoint: RewardPoint;1039    RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;1040    RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;1041    RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;1042    RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;1043    RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;1044    RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;1045    RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;1046    RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;1047    RmrkTraitsPartPartType: RmrkTraitsPartPartType;1048    RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;1049    RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;1050    RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;1051    RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;1052    RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;1053    RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;1054    RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;1055    RmrkTraitsTheme: RmrkTraitsTheme;1056    RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;1057    RoundSnapshot: RoundSnapshot;1058    RoundState: RoundState;1059    RpcMethods: RpcMethods;1060    RuntimeDbWeight: RuntimeDbWeight;1061    RuntimeDispatchInfo: RuntimeDispatchInfo;1062    RuntimeVersion: RuntimeVersion;1063    RuntimeVersionApi: RuntimeVersionApi;1064    RuntimeVersionPartial: RuntimeVersionPartial;1065    RuntimeVersionPre3: RuntimeVersionPre3;1066    RuntimeVersionPre4: RuntimeVersionPre4;1067    Schedule: Schedule;1068    Scheduled: Scheduled;1069    ScheduledCore: ScheduledCore;1070    ScheduledTo254: ScheduledTo254;1071    SchedulePeriod: SchedulePeriod;1072    SchedulePriority: SchedulePriority;1073    ScheduleTo212: ScheduleTo212;1074    ScheduleTo258: ScheduleTo258;1075    ScheduleTo264: ScheduleTo264;1076    Scheduling: Scheduling;1077    ScrapedOnChainVotes: ScrapedOnChainVotes;1078    Seal: Seal;1079    SealV0: SealV0;1080    SeatHolder: SeatHolder;1081    SeedOf: SeedOf;1082    ServiceQuality: ServiceQuality;1083    SessionIndex: SessionIndex;1084    SessionInfo: SessionInfo;1085    SessionInfoValidatorGroup: SessionInfoValidatorGroup;1086    SessionKeys1: SessionKeys1;1087    SessionKeys10: SessionKeys10;1088    SessionKeys10B: SessionKeys10B;1089    SessionKeys2: SessionKeys2;1090    SessionKeys3: SessionKeys3;1091    SessionKeys4: SessionKeys4;1092    SessionKeys5: SessionKeys5;1093    SessionKeys6: SessionKeys6;1094    SessionKeys6B: SessionKeys6B;1095    SessionKeys7: SessionKeys7;1096    SessionKeys7B: SessionKeys7B;1097    SessionKeys8: SessionKeys8;1098    SessionKeys8B: SessionKeys8B;1099    SessionKeys9: SessionKeys9;1100    SessionKeys9B: SessionKeys9B;1101    SetId: SetId;1102    SetIndex: SetIndex;1103    Si0Field: Si0Field;1104    Si0LookupTypeId: Si0LookupTypeId;1105    Si0Path: Si0Path;1106    Si0Type: Si0Type;1107    Si0TypeDef: Si0TypeDef;1108    Si0TypeDefArray: Si0TypeDefArray;1109    Si0TypeDefBitSequence: Si0TypeDefBitSequence;1110    Si0TypeDefCompact: Si0TypeDefCompact;1111    Si0TypeDefComposite: Si0TypeDefComposite;1112    Si0TypeDefPhantom: Si0TypeDefPhantom;1113    Si0TypeDefPrimitive: Si0TypeDefPrimitive;1114    Si0TypeDefSequence: Si0TypeDefSequence;1115    Si0TypeDefTuple: Si0TypeDefTuple;1116    Si0TypeDefVariant: Si0TypeDefVariant;1117    Si0TypeParameter: Si0TypeParameter;1118    Si0Variant: Si0Variant;1119    Si1Field: Si1Field;1120    Si1LookupTypeId: Si1LookupTypeId;1121    Si1Path: Si1Path;1122    Si1Type: Si1Type;1123    Si1TypeDef: Si1TypeDef;1124    Si1TypeDefArray: Si1TypeDefArray;1125    Si1TypeDefBitSequence: Si1TypeDefBitSequence;1126    Si1TypeDefCompact: Si1TypeDefCompact;1127    Si1TypeDefComposite: Si1TypeDefComposite;1128    Si1TypeDefPrimitive: Si1TypeDefPrimitive;1129    Si1TypeDefSequence: Si1TypeDefSequence;1130    Si1TypeDefTuple: Si1TypeDefTuple;1131    Si1TypeDefVariant: Si1TypeDefVariant;1132    Si1TypeParameter: Si1TypeParameter;1133    Si1Variant: Si1Variant;1134    SiField: SiField;1135    Signature: Signature;1136    SignedAvailabilityBitfield: SignedAvailabilityBitfield;1137    SignedAvailabilityBitfields: SignedAvailabilityBitfields;1138    SignedBlock: SignedBlock;1139    SignedBlockWithJustification: SignedBlockWithJustification;1140    SignedBlockWithJustifications: SignedBlockWithJustifications;1141    SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1142    SignedExtensionMetadataV14: SignedExtensionMetadataV14;1143    SignedSubmission: SignedSubmission;1144    SignedSubmissionOf: SignedSubmissionOf;1145    SignedSubmissionTo276: SignedSubmissionTo276;1146    SignerPayload: SignerPayload;1147    SigningContext: SigningContext;1148    SiLookupTypeId: SiLookupTypeId;1149    SiPath: SiPath;1150    SiType: SiType;1151    SiTypeDef: SiTypeDef;1152    SiTypeDefArray: SiTypeDefArray;1153    SiTypeDefBitSequence: SiTypeDefBitSequence;1154    SiTypeDefCompact: SiTypeDefCompact;1155    SiTypeDefComposite: SiTypeDefComposite;1156    SiTypeDefPrimitive: SiTypeDefPrimitive;1157    SiTypeDefSequence: SiTypeDefSequence;1158    SiTypeDefTuple: SiTypeDefTuple;1159    SiTypeDefVariant: SiTypeDefVariant;1160    SiTypeParameter: SiTypeParameter;1161    SiVariant: SiVariant;1162    SlashingSpans: SlashingSpans;1163    SlashingSpansTo204: SlashingSpansTo204;1164    SlashJournalEntry: SlashJournalEntry;1165    Slot: Slot;1166    SlotDuration: SlotDuration;1167    SlotNumber: SlotNumber;1168    SlotRange: SlotRange;1169    SlotRange10: SlotRange10;1170    SocietyJudgement: SocietyJudgement;1171    SocietyVote: SocietyVote;1172    SolutionOrSnapshotSize: SolutionOrSnapshotSize;1173    SolutionSupport: SolutionSupport;1174    SolutionSupports: SolutionSupports;1175    SpanIndex: SpanIndex;1176    SpanRecord: SpanRecord;1177    SpCoreEcdsaSignature: SpCoreEcdsaSignature;1178    SpCoreEd25519Signature: SpCoreEd25519Signature;1179    SpCoreSr25519Signature: SpCoreSr25519Signature;1180    SpCoreVoid: SpCoreVoid;1181    SpecVersion: SpecVersion;1182    SpRuntimeArithmeticError: SpRuntimeArithmeticError;1183    SpRuntimeDigest: SpRuntimeDigest;1184    SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1185    SpRuntimeDispatchError: SpRuntimeDispatchError;1186    SpRuntimeModuleError: SpRuntimeModuleError;1187    SpRuntimeMultiSignature: SpRuntimeMultiSignature;1188    SpRuntimeTokenError: SpRuntimeTokenError;1189    SpRuntimeTransactionalError: SpRuntimeTransactionalError;1190    SpTrieStorageProof: SpTrieStorageProof;1191    SpVersionRuntimeVersion: SpVersionRuntimeVersion;1192    Sr25519Signature: Sr25519Signature;1193    StakingLedger: StakingLedger;1194    StakingLedgerTo223: StakingLedgerTo223;1195    StakingLedgerTo240: StakingLedgerTo240;1196    Statement: Statement;1197    StatementKind: StatementKind;1198    StorageChangeSet: StorageChangeSet;1199    StorageData: StorageData;1200    StorageDeposit: StorageDeposit;1201    StorageEntryMetadataLatest: StorageEntryMetadataLatest;1202    StorageEntryMetadataV10: StorageEntryMetadataV10;1203    StorageEntryMetadataV11: StorageEntryMetadataV11;1204    StorageEntryMetadataV12: StorageEntryMetadataV12;1205    StorageEntryMetadataV13: StorageEntryMetadataV13;1206    StorageEntryMetadataV14: StorageEntryMetadataV14;1207    StorageEntryMetadataV9: StorageEntryMetadataV9;1208    StorageEntryModifierLatest: StorageEntryModifierLatest;1209    StorageEntryModifierV10: StorageEntryModifierV10;1210    StorageEntryModifierV11: StorageEntryModifierV11;1211    StorageEntryModifierV12: StorageEntryModifierV12;1212    StorageEntryModifierV13: StorageEntryModifierV13;1213    StorageEntryModifierV14: StorageEntryModifierV14;1214    StorageEntryModifierV9: StorageEntryModifierV9;1215    StorageEntryTypeLatest: StorageEntryTypeLatest;1216    StorageEntryTypeV10: StorageEntryTypeV10;1217    StorageEntryTypeV11: StorageEntryTypeV11;1218    StorageEntryTypeV12: StorageEntryTypeV12;1219    StorageEntryTypeV13: StorageEntryTypeV13;1220    StorageEntryTypeV14: StorageEntryTypeV14;1221    StorageEntryTypeV9: StorageEntryTypeV9;1222    StorageHasher: StorageHasher;1223    StorageHasherV10: StorageHasherV10;1224    StorageHasherV11: StorageHasherV11;1225    StorageHasherV12: StorageHasherV12;1226    StorageHasherV13: StorageHasherV13;1227    StorageHasherV14: StorageHasherV14;1228    StorageHasherV9: StorageHasherV9;1229    StorageInfo: StorageInfo;1230    StorageKey: StorageKey;1231    StorageKind: StorageKind;1232    StorageMetadataV10: StorageMetadataV10;1233    StorageMetadataV11: StorageMetadataV11;1234    StorageMetadataV12: StorageMetadataV12;1235    StorageMetadataV13: StorageMetadataV13;1236    StorageMetadataV9: StorageMetadataV9;1237    StorageProof: StorageProof;1238    StoredPendingChange: StoredPendingChange;1239    StoredState: StoredState;1240    StrikeCount: StrikeCount;1241    SubId: SubId;1242    SubmissionIndicesOf: SubmissionIndicesOf;1243    Supports: Supports;1244    SyncState: SyncState;1245    SystemInherentData: SystemInherentData;1246    SystemOrigin: SystemOrigin;1247    Tally: Tally;1248    TaskAddress: TaskAddress;1249    TAssetBalance: TAssetBalance;1250    TAssetDepositBalance: TAssetDepositBalance;1251    Text: Text;1252    Timepoint: Timepoint;1253    TokenError: TokenError;1254    TombstoneContractInfo: TombstoneContractInfo;1255    TraceBlockResponse: TraceBlockResponse;1256    TraceError: TraceError;1257    TransactionalError: TransactionalError;1258    TransactionInfo: TransactionInfo;1259    TransactionLongevity: TransactionLongevity;1260    TransactionPriority: TransactionPriority;1261    TransactionSource: TransactionSource;1262    TransactionStorageProof: TransactionStorageProof;1263    TransactionTag: TransactionTag;1264    TransactionV0: TransactionV0;1265    TransactionV1: TransactionV1;1266    TransactionV2: TransactionV2;1267    TransactionValidity: TransactionValidity;1268    TransactionValidityError: TransactionValidityError;1269    TransientValidationData: TransientValidationData;1270    TreasuryProposal: TreasuryProposal;1271    TrieId: TrieId;1272    TrieIndex: TrieIndex;1273    Type: Type;1274    u128: u128;1275    U128: U128;1276    u16: u16;1277    U16: U16;1278    u256: u256;1279    U256: U256;1280    u32: u32;1281    U32: U32;1282    U32F32: U32F32;1283    u64: u64;1284    U64: U64;1285    u8: u8;1286    U8: U8;1287    UnappliedSlash: UnappliedSlash;1288    UnappliedSlashOther: UnappliedSlashOther;1289    UncleEntryItem: UncleEntryItem;1290    UnknownTransaction: UnknownTransaction;1291    UnlockChunk: UnlockChunk;1292    UnrewardedRelayer: UnrewardedRelayer;1293    UnrewardedRelayersState: UnrewardedRelayersState;1294    UpDataStructsAccessMode: UpDataStructsAccessMode;1295    UpDataStructsCollection: UpDataStructsCollection;1296    UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1297    UpDataStructsCollectionMode: UpDataStructsCollectionMode;1298    UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;1299    UpDataStructsCollectionStats: UpDataStructsCollectionStats;1300    UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1301    UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1302    UpDataStructsCreateItemData: UpDataStructsCreateItemData;1303    UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1304    UpDataStructsCreateNftData: UpDataStructsCreateNftData;1305    UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1306    UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1307    UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;1308    UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;1309    UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1310    UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1311    UpDataStructsProperties: UpDataStructsProperties;1312    UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;1313    UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;1314    UpDataStructsProperty: UpDataStructsProperty;1315    UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;1316    UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;1317    UpDataStructsPropertyScope: UpDataStructsPropertyScope;1318    UpDataStructsRpcCollection: UpDataStructsRpcCollection;1319    UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1320    UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;1321    UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;1322    UpDataStructsTokenChild: UpDataStructsTokenChild;1323    UpDataStructsTokenData: UpDataStructsTokenData;1324    UpgradeGoAhead: UpgradeGoAhead;1325    UpgradeRestriction: UpgradeRestriction;1326    UpwardMessage: UpwardMessage;1327    usize: usize;1328    USize: USize;1329    ValidationCode: ValidationCode;1330    ValidationCodeHash: ValidationCodeHash;1331    ValidationData: ValidationData;1332    ValidationDataType: ValidationDataType;1333    ValidationFunctionParams: ValidationFunctionParams;1334    ValidatorCount: ValidatorCount;1335    ValidatorId: ValidatorId;1336    ValidatorIdOf: ValidatorIdOf;1337    ValidatorIndex: ValidatorIndex;1338    ValidatorIndexCompact: ValidatorIndexCompact;1339    ValidatorPrefs: ValidatorPrefs;1340    ValidatorPrefsTo145: ValidatorPrefsTo145;1341    ValidatorPrefsTo196: ValidatorPrefsTo196;1342    ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1343    ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1344    ValidatorSet: ValidatorSet;1345    ValidatorSetId: ValidatorSetId;1346    ValidatorSignature: ValidatorSignature;1347    ValidDisputeStatementKind: ValidDisputeStatementKind;1348    ValidityAttestation: ValidityAttestation;1349    ValidTransaction: ValidTransaction;1350    VecInboundHrmpMessage: VecInboundHrmpMessage;1351    VersionedMultiAsset: VersionedMultiAsset;1352    VersionedMultiAssets: VersionedMultiAssets;1353    VersionedMultiLocation: VersionedMultiLocation;1354    VersionedResponse: VersionedResponse;1355    VersionedXcm: VersionedXcm;1356    VersionMigrationStage: VersionMigrationStage;1357    VestingInfo: VestingInfo;1358    VestingSchedule: VestingSchedule;1359    Vote: Vote;1360    VoteIndex: VoteIndex;1361    Voter: Voter;1362    VoterInfo: VoterInfo;1363    Votes: Votes;1364    VotesTo230: VotesTo230;1365    VoteThreshold: VoteThreshold;1366    VoteWeight: VoteWeight;1367    Voting: Voting;1368    VotingDelegating: VotingDelegating;1369    VotingDirect: VotingDirect;1370    VotingDirectVote: VotingDirectVote;1371    VouchingStatus: VouchingStatus;1372    VrfData: VrfData;1373    VrfOutput: VrfOutput;1374    VrfProof: VrfProof;1375    Weight: Weight;1376    WeightLimitV2: WeightLimitV2;1377    WeightMultiplier: WeightMultiplier;1378    WeightPerClass: WeightPerClass;1379    WeightToFeeCoefficient: WeightToFeeCoefficient;1380    WildFungibility: WildFungibility;1381    WildFungibilityV0: WildFungibilityV0;1382    WildFungibilityV1: WildFungibilityV1;1383    WildFungibilityV2: WildFungibilityV2;1384    WildMultiAsset: WildMultiAsset;1385    WildMultiAssetV1: WildMultiAssetV1;1386    WildMultiAssetV2: WildMultiAssetV2;1387    WinnersData: WinnersData;1388    WinnersData10: WinnersData10;1389    WinnersDataTuple: WinnersDataTuple;1390    WinnersDataTuple10: WinnersDataTuple10;1391    WinningData: WinningData;1392    WinningData10: WinningData10;1393    WinningDataEntry: WinningDataEntry;1394    WithdrawReasons: WithdrawReasons;1395    Xcm: Xcm;1396    XcmAssetId: XcmAssetId;1397    XcmDoubleEncoded: XcmDoubleEncoded;1398    XcmError: XcmError;1399    XcmErrorV0: XcmErrorV0;1400    XcmErrorV1: XcmErrorV1;1401    XcmErrorV2: XcmErrorV2;1402    XcmOrder: XcmOrder;1403    XcmOrderV0: XcmOrderV0;1404    XcmOrderV1: XcmOrderV1;1405    XcmOrderV2: XcmOrderV2;1406    XcmOrigin: XcmOrigin;1407    XcmOriginKind: XcmOriginKind;1408    XcmpMessageFormat: XcmpMessageFormat;1409    XcmV0: XcmV0;1410    XcmV0Junction: XcmV0Junction;1411    XcmV0JunctionBodyId: XcmV0JunctionBodyId;1412    XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1413    XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1414    XcmV0MultiAsset: XcmV0MultiAsset;1415    XcmV0MultiLocation: XcmV0MultiLocation;1416    XcmV0Order: XcmV0Order;1417    XcmV0OriginKind: XcmV0OriginKind;1418    XcmV0Response: XcmV0Response;1419    XcmV0Xcm: XcmV0Xcm;1420    XcmV1: XcmV1;1421    XcmV1Junction: XcmV1Junction;1422    XcmV1MultiAsset: XcmV1MultiAsset;1423    XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1424    XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1425    XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1426    XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1427    XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1428    XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1429    XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1430    XcmV1MultiLocation: XcmV1MultiLocation;1431    XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1432    XcmV1Order: XcmV1Order;1433    XcmV1Response: XcmV1Response;1434    XcmV1Xcm: XcmV1Xcm;1435    XcmV2: XcmV2;1436    XcmV2Instruction: XcmV2Instruction;1437    XcmV2Response: XcmV2Response;1438    XcmV2TraitsError: XcmV2TraitsError;1439    XcmV2TraitsOutcome: XcmV2TraitsOutcome;1440    XcmV2WeightLimit: XcmV2WeightLimit;1441    XcmV2Xcm: XcmV2Xcm;1442    XcmVersion: XcmVersion;1443    XcmVersionedMultiAsset: XcmVersionedMultiAsset;1444    XcmVersionedMultiAssets: XcmVersionedMultiAssets;1445    XcmVersionedMultiLocation: XcmVersionedMultiLocation;1446    XcmVersionedXcm: XcmVersionedXcm;1447  } // InterfaceTypes1448} // declare module
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -1426,7 +1426,8 @@
 export interface PalletEvmContractHelpersError extends Enum {
   readonly isNoPermission: boolean;
   readonly isNoPendingSponsor: boolean;
-  readonly type: 'NoPermission' | 'NoPendingSponsor';
+  readonly isTooManyMethodsHaveSponsoredLimit: boolean;
+  readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
 }
 
 /** @name PalletEvmContractHelpersEvent */
@@ -2809,7 +2810,7 @@
   readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;
   readonly limits: UpDataStructsCollectionLimits;
   readonly permissions: UpDataStructsCollectionPermissions;
-  readonly externalCollection: bool;
+  readonly flags: U8aFixed;
 }
 
 /** @name UpDataStructsCollectionLimits */
@@ -2983,6 +2984,7 @@
   readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;
   readonly properties: Vec<UpDataStructsProperty>;
   readonly readOnly: bool;
+  readonly foreign: bool;
 }
 
 /** @name UpDataStructsSponsoringRateLimit */
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -1162,8 +1162,19 @@
     }
   },
   /**
-   * Lookup107: pallet_foreign_assets::module::Event<T>
+   * Lookup107: pallet_app_promotion::pallet::Event<T>
    **/
+  PalletAppPromotionEvent: {
+    _enum: {
+      StakingRecalculation: '(AccountId32,u128,u128)',
+      Stake: '(AccountId32,u128)',
+      Unstake: '(AccountId32,u128)',
+      SetAdmin: 'AccountId32'
+    }
+  },
+  /**
+   * Lookup108: pallet_foreign_assets::module::Event<T>
+   **/
   PalletForeignAssetsModuleEvent: {
     _enum: {
       ForeignAssetRegistered: {
@@ -1187,7 +1198,7 @@
     }
   },
   /**
-   * Lookup108: pallet_foreign_assets::module::AssetMetadata<Balance>
+   * Lookup109: pallet_foreign_assets::module::AssetMetadata<Balance>
    **/
   PalletForeignAssetsModuleAssetMetadata: {
     name: 'Bytes',
@@ -1196,19 +1207,7 @@
     minimalBalance: 'u128'
   },
   /**
-   * Lookup109: pallet_evm::pallet::Event<T>
-   * Lookup103: pallet_app_promotion::pallet::Event<T>
-   **/
-  PalletAppPromotionEvent: {
-    _enum: {
-      StakingRecalculation: '(AccountId32,u128,u128)',
-      Stake: '(AccountId32,u128)',
-      Unstake: '(AccountId32,u128)',
-      SetAdmin: 'AccountId32'
-    }
-  },
-  /**
-   * Lookup104: pallet_evm::pallet::Event<T>
+   * Lookup110: pallet_evm::pallet::Event<T>
    **/
   PalletEvmEvent: {
     _enum: {
@@ -1222,7 +1221,7 @@
     }
   },
   /**
-   * Lookup105: ethereum::log::Log
+   * Lookup111: ethereum::log::Log
    **/
   EthereumLog: {
     address: 'H160',
@@ -1230,7 +1229,7 @@
     data: 'Bytes'
   },
   /**
-   * Lookup109: pallet_ethereum::pallet::Event
+   * Lookup115: pallet_ethereum::pallet::Event
    **/
   PalletEthereumEvent: {
     _enum: {
@@ -1238,7 +1237,7 @@
     }
   },
   /**
-   * Lookup110: evm_core::error::ExitReason
+   * Lookup116: evm_core::error::ExitReason
    **/
   EvmCoreErrorExitReason: {
     _enum: {
@@ -1249,13 +1248,13 @@
     }
   },
   /**
-   * Lookup111: evm_core::error::ExitSucceed
+   * Lookup117: evm_core::error::ExitSucceed
    **/
   EvmCoreErrorExitSucceed: {
     _enum: ['Stopped', 'Returned', 'Suicided']
   },
   /**
-   * Lookup112: evm_core::error::ExitError
+   * Lookup118: evm_core::error::ExitError
    **/
   EvmCoreErrorExitError: {
     _enum: {
@@ -1277,13 +1276,13 @@
     }
   },
   /**
-   * Lookup115: evm_core::error::ExitRevert
+   * Lookup121: evm_core::error::ExitRevert
    **/
   EvmCoreErrorExitRevert: {
     _enum: ['Reverted']
   },
   /**
-   * Lookup116: evm_core::error::ExitFatal
+   * Lookup122: evm_core::error::ExitFatal
    **/
   EvmCoreErrorExitFatal: {
     _enum: {
@@ -1294,7 +1293,7 @@
     }
   },
   /**
-   * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>
+   * Lookup123: pallet_evm_contract_helpers::pallet::Event<T>
    **/
   PalletEvmContractHelpersEvent: {
     _enum: {
@@ -1304,7 +1303,7 @@
     }
   },
   /**
-   * Lookup118: frame_system::Phase
+   * Lookup124: frame_system::Phase
    **/
   FrameSystemPhase: {
     _enum: {
@@ -1314,14 +1313,14 @@
     }
   },
   /**
-   * Lookup120: frame_system::LastRuntimeUpgradeInfo
+   * Lookup126: frame_system::LastRuntimeUpgradeInfo
    **/
   FrameSystemLastRuntimeUpgradeInfo: {
     specVersion: 'Compact<u32>',
     specName: 'Text'
   },
   /**
-   * Lookup121: frame_system::pallet::Call<T>
+   * Lookup127: frame_system::pallet::Call<T>
    **/
   FrameSystemCall: {
     _enum: {
@@ -1359,7 +1358,7 @@
     }
   },
   /**
-   * Lookup126: frame_system::limits::BlockWeights
+   * Lookup132: frame_system::limits::BlockWeights
    **/
   FrameSystemLimitsBlockWeights: {
     baseBlock: 'u64',
@@ -1367,7 +1366,7 @@
     perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'
   },
   /**
-   * Lookup127: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
+   * Lookup133: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
    **/
   FrameSupportWeightsPerDispatchClassWeightsPerClass: {
     normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1375,7 +1374,7 @@
     mandatory: 'FrameSystemLimitsWeightsPerClass'
   },
   /**
-   * Lookup128: frame_system::limits::WeightsPerClass
+   * Lookup134: frame_system::limits::WeightsPerClass
    **/
   FrameSystemLimitsWeightsPerClass: {
     baseExtrinsic: 'u64',
@@ -1384,13 +1383,13 @@
     reserved: 'Option<u64>'
   },
   /**
-   * Lookup130: frame_system::limits::BlockLength
+   * Lookup136: frame_system::limits::BlockLength
    **/
   FrameSystemLimitsBlockLength: {
     max: 'FrameSupportWeightsPerDispatchClassU32'
   },
   /**
-   * Lookup131: frame_support::weights::PerDispatchClass<T>
+   * Lookup137: frame_support::weights::PerDispatchClass<T>
    **/
   FrameSupportWeightsPerDispatchClassU32: {
     normal: 'u32',
@@ -1398,14 +1397,14 @@
     mandatory: 'u32'
   },
   /**
-   * Lookup132: frame_support::weights::RuntimeDbWeight
+   * Lookup138: frame_support::weights::RuntimeDbWeight
    **/
   FrameSupportWeightsRuntimeDbWeight: {
     read: 'u64',
     write: 'u64'
   },
   /**
-   * Lookup133: sp_version::RuntimeVersion
+   * Lookup139: sp_version::RuntimeVersion
    **/
   SpVersionRuntimeVersion: {
     specName: 'Text',
@@ -1418,13 +1417,13 @@
     stateVersion: 'u8'
   },
   /**
-   * Lookup138: frame_system::pallet::Error<T>
+   * Lookup144: frame_system::pallet::Error<T>
    **/
   FrameSystemError: {
     _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
   },
   /**
-   * Lookup139: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+   * Lookup145: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
    **/
   PolkadotPrimitivesV2PersistedValidationData: {
     parentHead: 'Bytes',
@@ -1433,19 +1432,19 @@
     maxPovSize: 'u32'
   },
   /**
-   * Lookup142: polkadot_primitives::v2::UpgradeRestriction
+   * Lookup148: polkadot_primitives::v2::UpgradeRestriction
    **/
   PolkadotPrimitivesV2UpgradeRestriction: {
     _enum: ['Present']
   },
   /**
-   * Lookup143: sp_trie::storage_proof::StorageProof
+   * Lookup149: sp_trie::storage_proof::StorageProof
    **/
   SpTrieStorageProof: {
     trieNodes: 'BTreeSet<Bytes>'
   },
   /**
-   * Lookup145: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+   * Lookup151: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
    **/
   CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
     dmqMqcHead: 'H256',
@@ -1454,7 +1453,7 @@
     egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
   },
   /**
-   * Lookup148: polkadot_primitives::v2::AbridgedHrmpChannel
+   * Lookup154: polkadot_primitives::v2::AbridgedHrmpChannel
    **/
   PolkadotPrimitivesV2AbridgedHrmpChannel: {
     maxCapacity: 'u32',
@@ -1465,7 +1464,7 @@
     mqcHead: 'Option<H256>'
   },
   /**
-   * Lookup149: polkadot_primitives::v2::AbridgedHostConfiguration
+   * Lookup155: polkadot_primitives::v2::AbridgedHostConfiguration
    **/
   PolkadotPrimitivesV2AbridgedHostConfiguration: {
     maxCodeSize: 'u32',
@@ -1479,14 +1478,14 @@
     validationUpgradeDelay: 'u32'
   },
   /**
-   * Lookup155: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+   * Lookup161: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
    **/
   PolkadotCorePrimitivesOutboundHrmpMessage: {
     recipient: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup156: cumulus_pallet_parachain_system::pallet::Call<T>
+   * Lookup162: cumulus_pallet_parachain_system::pallet::Call<T>
    **/
   CumulusPalletParachainSystemCall: {
     _enum: {
@@ -1505,7 +1504,7 @@
     }
   },
   /**
-   * Lookup157: cumulus_primitives_parachain_inherent::ParachainInherentData
+   * Lookup163: cumulus_primitives_parachain_inherent::ParachainInherentData
    **/
   CumulusPrimitivesParachainInherentParachainInherentData: {
     validationData: 'PolkadotPrimitivesV2PersistedValidationData',
@@ -1514,27 +1513,27 @@
     horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
   },
   /**
-   * Lookup159: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+   * Lookup165: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
    **/
   PolkadotCorePrimitivesInboundDownwardMessage: {
     sentAt: 'u32',
     msg: 'Bytes'
   },
   /**
-   * Lookup162: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+   * Lookup168: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
    **/
   PolkadotCorePrimitivesInboundHrmpMessage: {
     sentAt: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup165: cumulus_pallet_parachain_system::pallet::Error<T>
+   * Lookup171: cumulus_pallet_parachain_system::pallet::Error<T>
    **/
   CumulusPalletParachainSystemError: {
     _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
   },
   /**
-   * Lookup167: pallet_balances::BalanceLock<Balance>
+   * Lookup173: pallet_balances::BalanceLock<Balance>
    **/
   PalletBalancesBalanceLock: {
     id: '[u8;8]',
@@ -1542,26 +1541,26 @@
     reasons: 'PalletBalancesReasons'
   },
   /**
-   * Lookup168: pallet_balances::Reasons
+   * Lookup174: pallet_balances::Reasons
    **/
   PalletBalancesReasons: {
     _enum: ['Fee', 'Misc', 'All']
   },
   /**
-   * Lookup171: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+   * Lookup177: pallet_balances::ReserveData<ReserveIdentifier, Balance>
    **/
   PalletBalancesReserveData: {
     id: '[u8;16]',
     amount: 'u128'
   },
   /**
-   * Lookup173: pallet_balances::Releases
+   * Lookup179: pallet_balances::Releases
    **/
   PalletBalancesReleases: {
     _enum: ['V1_0_0', 'V2_0_0']
   },
   /**
-   * Lookup174: pallet_balances::pallet::Call<T, I>
+   * Lookup180: pallet_balances::pallet::Call<T, I>
    **/
   PalletBalancesCall: {
     _enum: {
@@ -1594,13 +1593,13 @@
     }
   },
   /**
-   * Lookup177: pallet_balances::pallet::Error<T, I>
+   * Lookup183: pallet_balances::pallet::Error<T, I>
    **/
   PalletBalancesError: {
     _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
   },
   /**
-   * Lookup179: pallet_timestamp::pallet::Call<T>
+   * Lookup185: pallet_timestamp::pallet::Call<T>
    **/
   PalletTimestampCall: {
     _enum: {
@@ -1610,13 +1609,13 @@
     }
   },
   /**
-   * Lookup181: pallet_transaction_payment::Releases
+   * Lookup187: pallet_transaction_payment::Releases
    **/
   PalletTransactionPaymentReleases: {
     _enum: ['V1Ancient', 'V2']
   },
   /**
-   * Lookup182: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+   * Lookup188: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
    **/
   PalletTreasuryProposal: {
     proposer: 'AccountId32',
@@ -1625,7 +1624,7 @@
     bond: 'u128'
   },
   /**
-   * Lookup185: pallet_treasury::pallet::Call<T, I>
+   * Lookup191: pallet_treasury::pallet::Call<T, I>
    **/
   PalletTreasuryCall: {
     _enum: {
@@ -1649,17 +1648,17 @@
     }
   },
   /**
-   * Lookup188: frame_support::PalletId
+   * Lookup194: frame_support::PalletId
    **/
   FrameSupportPalletId: '[u8;8]',
   /**
-   * Lookup189: pallet_treasury::pallet::Error<T, I>
+   * Lookup195: pallet_treasury::pallet::Error<T, I>
    **/
   PalletTreasuryError: {
     _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
   },
   /**
-   * Lookup190: pallet_sudo::pallet::Call<T>
+   * Lookup196: pallet_sudo::pallet::Call<T>
    **/
   PalletSudoCall: {
     _enum: {
@@ -1683,7 +1682,7 @@
     }
   },
   /**
-   * Lookup192: orml_vesting::module::Call<T>
+   * Lookup198: orml_vesting::module::Call<T>
    **/
   OrmlVestingModuleCall: {
     _enum: {
@@ -1702,7 +1701,7 @@
     }
   },
   /**
-   * Lookup198: orml_xtokens::module::Call<T>
+   * Lookup200: orml_xtokens::module::Call<T>
    **/
   OrmlXtokensModuleCall: {
     _enum: {
@@ -1745,7 +1744,7 @@
     }
   },
   /**
-   * Lookup199: xcm::VersionedMultiAsset
+   * Lookup201: xcm::VersionedMultiAsset
    **/
   XcmVersionedMultiAsset: {
     _enum: {
@@ -1754,7 +1753,7 @@
     }
   },
   /**
-   * Lookup202: orml_tokens::module::Call<T>
+   * Lookup204: orml_tokens::module::Call<T>
    **/
   OrmlTokensModuleCall: {
     _enum: {
@@ -1788,7 +1787,7 @@
     }
   },
   /**
-   * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>
+   * Lookup205: cumulus_pallet_xcmp_queue::pallet::Call<T>
    **/
   CumulusPalletXcmpQueueCall: {
     _enum: {
@@ -1837,7 +1836,7 @@
     }
   },
   /**
-   * Lookup195: pallet_xcm::pallet::Call<T>
+   * Lookup206: pallet_xcm::pallet::Call<T>
    **/
   PalletXcmCall: {
     _enum: {
@@ -1891,7 +1890,7 @@
     }
   },
   /**
-   * Lookup196: xcm::VersionedXcm<Call>
+   * Lookup207: xcm::VersionedXcm<Call>
    **/
   XcmVersionedXcm: {
     _enum: {
@@ -1901,7 +1900,7 @@
     }
   },
   /**
-   * Lookup197: xcm::v0::Xcm<Call>
+   * Lookup208: xcm::v0::Xcm<Call>
    **/
   XcmV0Xcm: {
     _enum: {
@@ -1955,7 +1954,7 @@
     }
   },
   /**
-   * Lookup199: xcm::v0::order::Order<Call>
+   * Lookup210: xcm::v0::order::Order<Call>
    **/
   XcmV0Order: {
     _enum: {
@@ -1998,7 +1997,7 @@
     }
   },
   /**
-   * Lookup201: xcm::v0::Response
+   * Lookup212: xcm::v0::Response
    **/
   XcmV0Response: {
     _enum: {
@@ -2006,7 +2005,7 @@
     }
   },
   /**
-   * Lookup202: xcm::v1::Xcm<Call>
+   * Lookup213: xcm::v1::Xcm<Call>
    **/
   XcmV1Xcm: {
     _enum: {
@@ -2065,7 +2064,7 @@
     }
   },
   /**
-   * Lookup204: xcm::v1::order::Order<Call>
+   * Lookup215: xcm::v1::order::Order<Call>
    **/
   XcmV1Order: {
     _enum: {
@@ -2110,7 +2109,7 @@
     }
   },
   /**
-   * Lookup206: xcm::v1::Response
+   * Lookup217: xcm::v1::Response
    **/
   XcmV1Response: {
     _enum: {
@@ -2119,11 +2118,11 @@
     }
   },
   /**
-   * Lookup220: cumulus_pallet_xcm::pallet::Call<T>
+   * Lookup231: cumulus_pallet_xcm::pallet::Call<T>
    **/
   CumulusPalletXcmCall: 'Null',
   /**
-   * Lookup221: cumulus_pallet_dmp_queue::pallet::Call<T>
+   * Lookup232: cumulus_pallet_dmp_queue::pallet::Call<T>
    **/
   CumulusPalletDmpQueueCall: {
     _enum: {
@@ -2134,7 +2133,7 @@
     }
   },
   /**
-   * Lookup222: pallet_inflation::pallet::Call<T>
+   * Lookup233: pallet_inflation::pallet::Call<T>
    **/
   PalletInflationCall: {
     _enum: {
@@ -2144,7 +2143,7 @@
     }
   },
   /**
-   * Lookup223: pallet_unique::Call<T>
+   * Lookup234: pallet_unique::Call<T>
    **/
   PalletUniqueCall: {
     _enum: {
@@ -2276,7 +2275,7 @@
     }
   },
   /**
-   * Lookup228: up_data_structs::CollectionMode
+   * Lookup239: up_data_structs::CollectionMode
    **/
   UpDataStructsCollectionMode: {
     _enum: {
@@ -2286,7 +2285,7 @@
     }
   },
   /**
-   * Lookup229: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+   * Lookup240: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCreateCollectionData: {
     mode: 'UpDataStructsCollectionMode',
@@ -2301,13 +2300,13 @@
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup231: up_data_structs::AccessMode
+   * Lookup242: up_data_structs::AccessMode
    **/
   UpDataStructsAccessMode: {
     _enum: ['Normal', 'AllowList']
   },
   /**
-   * Lookup233: up_data_structs::CollectionLimits
+   * Lookup244: up_data_structs::CollectionLimits
    **/
   UpDataStructsCollectionLimits: {
     accountTokenOwnershipLimit: 'Option<u32>',
@@ -2321,7 +2320,7 @@
     transfersEnabled: 'Option<bool>'
   },
   /**
-   * Lookup235: up_data_structs::SponsoringRateLimit
+   * Lookup246: up_data_structs::SponsoringRateLimit
    **/
   UpDataStructsSponsoringRateLimit: {
     _enum: {
@@ -2330,7 +2329,7 @@
     }
   },
   /**
-   * Lookup238: up_data_structs::CollectionPermissions
+   * Lookup249: up_data_structs::CollectionPermissions
    **/
   UpDataStructsCollectionPermissions: {
     access: 'Option<UpDataStructsAccessMode>',
@@ -2338,7 +2337,7 @@
     nesting: 'Option<UpDataStructsNestingPermissions>'
   },
   /**
-   * Lookup240: up_data_structs::NestingPermissions
+   * Lookup251: up_data_structs::NestingPermissions
    **/
   UpDataStructsNestingPermissions: {
     tokenOwner: 'bool',
@@ -2346,18 +2345,18 @@
     restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
   },
   /**
-   * Lookup242: up_data_structs::OwnerRestrictedSet
+   * Lookup253: up_data_structs::OwnerRestrictedSet
    **/
   UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
   /**
-   * Lookup247: up_data_structs::PropertyKeyPermission
+   * Lookup258: up_data_structs::PropertyKeyPermission
    **/
   UpDataStructsPropertyKeyPermission: {
     key: 'Bytes',
     permission: 'UpDataStructsPropertyPermission'
   },
   /**
-   * Lookup248: up_data_structs::PropertyPermission
+   * Lookup259: up_data_structs::PropertyPermission
    **/
   UpDataStructsPropertyPermission: {
     mutable: 'bool',
@@ -2365,14 +2364,14 @@
     tokenOwner: 'bool'
   },
   /**
-   * Lookup251: up_data_structs::Property
+   * Lookup262: up_data_structs::Property
    **/
   UpDataStructsProperty: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
-   * Lookup254: up_data_structs::CreateItemData
+   * Lookup265: up_data_structs::CreateItemData
    **/
   UpDataStructsCreateItemData: {
     _enum: {
@@ -2382,26 +2381,26 @@
     }
   },
   /**
-   * Lookup255: up_data_structs::CreateNftData
+   * Lookup266: up_data_structs::CreateNftData
    **/
   UpDataStructsCreateNftData: {
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup256: up_data_structs::CreateFungibleData
+   * Lookup267: up_data_structs::CreateFungibleData
    **/
   UpDataStructsCreateFungibleData: {
     value: 'u128'
   },
   /**
-   * Lookup257: up_data_structs::CreateReFungibleData
+   * Lookup268: up_data_structs::CreateReFungibleData
    **/
   UpDataStructsCreateReFungibleData: {
     pieces: 'u128',
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup260: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup271: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateItemExData: {
     _enum: {
@@ -2412,14 +2411,14 @@
     }
   },
   /**
-   * Lookup262: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup273: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateNftExData: {
     properties: 'Vec<UpDataStructsProperty>',
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup269: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup280: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateRefungibleExSingleOwner: {
     user: 'PalletEvmAccountBasicCrossAccountIdRepr',
@@ -2427,14 +2426,14 @@
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup271: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup282: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateRefungibleExMultipleOwners: {
     users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup272: pallet_unique_scheduler::pallet::Call<T>
+   * Lookup283: pallet_unique_scheduler::pallet::Call<T>
    **/
   PalletUniqueSchedulerCall: {
     _enum: {
@@ -2458,7 +2457,7 @@
     }
   },
   /**
-   * Lookup274: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>
+   * Lookup285: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>
    **/
   FrameSupportScheduleMaybeHashed: {
     _enum: {
@@ -2467,7 +2466,7 @@
     }
   },
   /**
-   * Lookup275: pallet_configuration::pallet::Call<T>
+   * Lookup286: pallet_configuration::pallet::Call<T>
    **/
   PalletConfigurationCall: {
     _enum: {
@@ -2480,15 +2479,15 @@
     }
   },
   /**
-   * Lookup276: pallet_template_transaction_payment::Call<T>
+   * Lookup287: pallet_template_transaction_payment::Call<T>
    **/
   PalletTemplateTransactionPaymentCall: 'Null',
   /**
-   * Lookup277: pallet_structure::pallet::Call<T>
+   * Lookup288: pallet_structure::pallet::Call<T>
    **/
   PalletStructureCall: 'Null',
   /**
-   * Lookup278: pallet_rmrk_core::pallet::Call<T>
+   * Lookup289: pallet_rmrk_core::pallet::Call<T>
    **/
   PalletRmrkCoreCall: {
     _enum: {
@@ -2579,7 +2578,7 @@
     }
   },
   /**
-   * Lookup284: rmrk_traits::resource::ResourceTypes<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup295: rmrk_traits::resource::ResourceTypes<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsResourceResourceTypes: {
     _enum: {
@@ -2589,7 +2588,7 @@
     }
   },
   /**
-   * Lookup286: rmrk_traits::resource::BasicResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup297: rmrk_traits::resource::BasicResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsResourceBasicResource: {
     src: 'Option<Bytes>',
@@ -2598,7 +2597,7 @@
     thumb: 'Option<Bytes>'
   },
   /**
-   * Lookup288: rmrk_traits::resource::ComposableResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup299: rmrk_traits::resource::ComposableResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsResourceComposableResource: {
     parts: 'Vec<u32>',
@@ -2609,7 +2608,7 @@
     thumb: 'Option<Bytes>'
   },
   /**
-   * Lookup289: rmrk_traits::resource::SlotResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup300: rmrk_traits::resource::SlotResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsResourceSlotResource: {
     base: 'u32',
@@ -2620,7 +2619,7 @@
     thumb: 'Option<Bytes>'
   },
   /**
-   * Lookup292: pallet_rmrk_equip::pallet::Call<T>
+   * Lookup303: pallet_rmrk_equip::pallet::Call<T>
    **/
   PalletRmrkEquipCall: {
     _enum: {
@@ -2641,7 +2640,7 @@
     }
   },
   /**
-   * Lookup295: rmrk_traits::part::PartType<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup306: rmrk_traits::part::PartType<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsPartPartType: {
     _enum: {
@@ -2650,7 +2649,7 @@
     }
   },
   /**
-   * Lookup297: rmrk_traits::part::FixedPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup308: rmrk_traits::part::FixedPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsPartFixedPart: {
     id: 'u32',
@@ -2658,7 +2657,7 @@
     src: 'Bytes'
   },
   /**
-   * Lookup298: rmrk_traits::part::SlotPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup309: rmrk_traits::part::SlotPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsPartSlotPart: {
     id: 'u32',
@@ -2667,7 +2666,7 @@
     z: 'u32'
   },
   /**
-   * Lookup299: rmrk_traits::part::EquippableList<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup310: rmrk_traits::part::EquippableList<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsPartEquippableList: {
     _enum: {
@@ -2677,7 +2676,7 @@
     }
   },
   /**
-   * Lookup301: rmrk_traits::theme::Theme<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+   * Lookup312: rmrk_traits::theme::Theme<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>, S>>
    **/
   RmrkTraitsTheme: {
     name: 'Bytes',
@@ -2685,31 +2684,14 @@
     inherit: 'bool'
   },
   /**
-   * Lookup303: rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup314: rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsThemeThemeProperty: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
-   * Lookup314: pallet_foreign_assets::module::Call<T>
-   **/
-  PalletForeignAssetsModuleCall: {
-    _enum: {
-      register_foreign_asset: {
-        owner: 'AccountId32',
-        location: 'XcmVersionedMultiLocation',
-        metadata: 'PalletForeignAssetsModuleAssetMetadata',
-      },
-      update_foreign_asset: {
-        foreignAssetId: 'u32',
-        location: 'XcmVersionedMultiLocation',
-        metadata: 'PalletForeignAssetsModuleAssetMetadata'
-      }
-    }
-  },
-   /**
-   * Lookup305: pallet_app_promotion::pallet::Call<T>
+   * Lookup316: pallet_app_promotion::pallet::Call<T>
    **/
   PalletAppPromotionCall: {
     _enum: {
@@ -2738,7 +2720,24 @@
     }
   },
   /**
-   * Lookup307: pallet_evm::pallet::Call<T>
+   * Lookup318: pallet_foreign_assets::module::Call<T>
+   **/
+  PalletForeignAssetsModuleCall: {
+    _enum: {
+      register_foreign_asset: {
+        owner: 'AccountId32',
+        location: 'XcmVersionedMultiLocation',
+        metadata: 'PalletForeignAssetsModuleAssetMetadata',
+      },
+      update_foreign_asset: {
+        foreignAssetId: 'u32',
+        location: 'XcmVersionedMultiLocation',
+        metadata: 'PalletForeignAssetsModuleAssetMetadata'
+      }
+    }
+  },
+  /**
+   * Lookup319: pallet_evm::pallet::Call<T>
    **/
   PalletEvmCall: {
     _enum: {
@@ -2781,7 +2780,7 @@
     }
   },
   /**
-   * Lookup311: pallet_ethereum::pallet::Call<T>
+   * Lookup323: pallet_ethereum::pallet::Call<T>
    **/
   PalletEthereumCall: {
     _enum: {
@@ -2791,7 +2790,7 @@
     }
   },
   /**
-   * Lookup312: ethereum::transaction::TransactionV2
+   * Lookup324: ethereum::transaction::TransactionV2
    **/
   EthereumTransactionTransactionV2: {
     _enum: {
@@ -2801,7 +2800,7 @@
     }
   },
   /**
-   * Lookup313: ethereum::transaction::LegacyTransaction
+   * Lookup325: ethereum::transaction::LegacyTransaction
    **/
   EthereumTransactionLegacyTransaction: {
     nonce: 'U256',
@@ -2813,7 +2812,7 @@
     signature: 'EthereumTransactionTransactionSignature'
   },
   /**
-   * Lookup314: ethereum::transaction::TransactionAction
+   * Lookup326: ethereum::transaction::TransactionAction
    **/
   EthereumTransactionTransactionAction: {
     _enum: {
@@ -2822,7 +2821,7 @@
     }
   },
   /**
-   * Lookup315: ethereum::transaction::TransactionSignature
+   * Lookup327: ethereum::transaction::TransactionSignature
    **/
   EthereumTransactionTransactionSignature: {
     v: 'u64',
@@ -2830,7 +2829,7 @@
     s: 'H256'
   },
   /**
-   * Lookup317: ethereum::transaction::EIP2930Transaction
+   * Lookup329: ethereum::transaction::EIP2930Transaction
    **/
   EthereumTransactionEip2930Transaction: {
     chainId: 'u64',
@@ -2846,14 +2845,14 @@
     s: 'H256'
   },
   /**
-   * Lookup319: ethereum::transaction::AccessListItem
+   * Lookup331: ethereum::transaction::AccessListItem
    **/
   EthereumTransactionAccessListItem: {
     address: 'H160',
     storageKeys: 'Vec<H256>'
   },
   /**
-   * Lookup320: ethereum::transaction::EIP1559Transaction
+   * Lookup332: ethereum::transaction::EIP1559Transaction
    **/
   EthereumTransactionEip1559Transaction: {
     chainId: 'u64',
@@ -2870,7 +2869,7 @@
     s: 'H256'
   },
   /**
-   * Lookup321: pallet_evm_migration::pallet::Call<T>
+   * Lookup333: pallet_evm_migration::pallet::Call<T>
    **/
   PalletEvmMigrationCall: {
     _enum: {
@@ -2888,32 +2887,32 @@
     }
   },
   /**
-   * Lookup324: pallet_sudo::pallet::Error<T>
+   * Lookup336: pallet_sudo::pallet::Error<T>
    **/
   PalletSudoError: {
     _enum: ['RequireSudo']
   },
   /**
-   * Lookup326: orml_vesting::module::Error<T>
+   * Lookup338: orml_vesting::module::Error<T>
    **/
   OrmlVestingModuleError: {
     _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
   },
   /**
-   * Lookup335: orml_xtokens::module::Error<T>
+   * Lookup339: orml_xtokens::module::Error<T>
    **/
   OrmlXtokensModuleError: {
     _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
   },
   /**
-   * Lookup338: orml_tokens::BalanceLock<Balance>
+   * Lookup342: orml_tokens::BalanceLock<Balance>
    **/
   OrmlTokensBalanceLock: {
     id: '[u8;8]',
     amount: 'u128'
   },
   /**
-   * Lookup340: orml_tokens::AccountData<Balance>
+   * Lookup344: orml_tokens::AccountData<Balance>
    **/
   OrmlTokensAccountData: {
     free: 'u128',
@@ -2921,20 +2920,20 @@
     frozen: 'u128'
   },
   /**
-   * Lookup342: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+   * Lookup346: orml_tokens::ReserveData<ReserveIdentifier, Balance>
    **/
   OrmlTokensReserveData: {
     id: 'Null',
     amount: 'u128'
   },
   /**
-   * Lookup344: orml_tokens::module::Error<T>
+   * Lookup348: orml_tokens::module::Error<T>
    **/
   OrmlTokensModuleError: {
     _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
   },
   /**
-   * Lookup346: cumulus_pallet_xcmp_queue::InboundChannelDetails
+   * Lookup350: cumulus_pallet_xcmp_queue::InboundChannelDetails
    **/
   CumulusPalletXcmpQueueInboundChannelDetails: {
     sender: 'u32',
@@ -2942,19 +2941,19 @@
     messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
   },
   /**
-   * Lookup329: cumulus_pallet_xcmp_queue::InboundState
+   * Lookup351: cumulus_pallet_xcmp_queue::InboundState
    **/
   CumulusPalletXcmpQueueInboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup332: polkadot_parachain::primitives::XcmpMessageFormat
+   * Lookup354: polkadot_parachain::primitives::XcmpMessageFormat
    **/
   PolkadotParachainPrimitivesXcmpMessageFormat: {
     _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
   },
   /**
-   * Lookup335: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+   * Lookup357: cumulus_pallet_xcmp_queue::OutboundChannelDetails
    **/
   CumulusPalletXcmpQueueOutboundChannelDetails: {
     recipient: 'u32',
@@ -2964,13 +2963,13 @@
     lastIndex: 'u16'
   },
   /**
-   * Lookup336: cumulus_pallet_xcmp_queue::OutboundState
+   * Lookup358: cumulus_pallet_xcmp_queue::OutboundState
    **/
   CumulusPalletXcmpQueueOutboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup338: cumulus_pallet_xcmp_queue::QueueConfigData
+   * Lookup360: cumulus_pallet_xcmp_queue::QueueConfigData
    **/
   CumulusPalletXcmpQueueQueueConfigData: {
     suspendThreshold: 'u32',
@@ -2981,29 +2980,29 @@
     xcmpMaxIndividualWeight: 'u64'
   },
   /**
-   * Lookup340: cumulus_pallet_xcmp_queue::pallet::Error<T>
+   * Lookup362: cumulus_pallet_xcmp_queue::pallet::Error<T>
    **/
   CumulusPalletXcmpQueueError: {
     _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
   },
   /**
-   * Lookup341: pallet_xcm::pallet::Error<T>
+   * Lookup363: pallet_xcm::pallet::Error<T>
    **/
   PalletXcmError: {
     _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
   },
   /**
-   * Lookup342: cumulus_pallet_xcm::pallet::Error<T>
+   * Lookup364: cumulus_pallet_xcm::pallet::Error<T>
    **/
   CumulusPalletXcmError: 'Null',
   /**
-   * Lookup343: cumulus_pallet_dmp_queue::ConfigData
+   * Lookup365: cumulus_pallet_dmp_queue::ConfigData
    **/
   CumulusPalletDmpQueueConfigData: {
     maxIndividual: 'u64'
   },
   /**
-   * Lookup344: cumulus_pallet_dmp_queue::PageIndexData
+   * Lookup366: cumulus_pallet_dmp_queue::PageIndexData
    **/
   CumulusPalletDmpQueuePageIndexData: {
     beginUsed: 'u32',
@@ -3011,19 +3010,19 @@
     overweightCount: 'u64'
   },
   /**
-   * Lookup347: cumulus_pallet_dmp_queue::pallet::Error<T>
+   * Lookup369: cumulus_pallet_dmp_queue::pallet::Error<T>
    **/
   CumulusPalletDmpQueueError: {
     _enum: ['Unknown', 'OverLimit']
   },
   /**
-   * Lookup351: pallet_unique::Error<T>
+   * Lookup373: pallet_unique::Error<T>
    **/
   PalletUniqueError: {
     _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
   },
   /**
-   * Lookup354: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+   * Lookup376: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
    **/
   PalletUniqueSchedulerScheduledV3: {
     maybeId: 'Option<[u8;16]>',
@@ -3033,7 +3032,7 @@
     origin: 'OpalRuntimeOriginCaller'
   },
   /**
-   * Lookup355: opal_runtime::OriginCaller
+   * Lookup377: opal_runtime::OriginCaller
    **/
   OpalRuntimeOriginCaller: {
     _enum: {
@@ -3142,7 +3141,7 @@
     }
   },
   /**
-   * Lookup356: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+   * Lookup378: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
    **/
   FrameSupportDispatchRawOrigin: {
     _enum: {
@@ -3152,7 +3151,7 @@
     }
   },
   /**
-   * Lookup357: pallet_xcm::pallet::Origin
+   * Lookup379: pallet_xcm::pallet::Origin
    **/
   PalletXcmOrigin: {
     _enum: {
@@ -3161,7 +3160,7 @@
     }
   },
   /**
-   * Lookup358: cumulus_pallet_xcm::pallet::Origin
+   * Lookup380: cumulus_pallet_xcm::pallet::Origin
    **/
   CumulusPalletXcmOrigin: {
     _enum: {
@@ -3170,7 +3169,7 @@
     }
   },
   /**
-   * Lookup359: pallet_ethereum::RawOrigin
+   * Lookup381: pallet_ethereum::RawOrigin
    **/
   PalletEthereumRawOrigin: {
     _enum: {
@@ -3178,17 +3177,17 @@
     }
   },
   /**
-   * Lookup360: sp_core::Void
+   * Lookup382: sp_core::Void
    **/
   SpCoreVoid: 'Null',
   /**
-   * Lookup361: pallet_unique_scheduler::pallet::Error<T>
+   * Lookup383: pallet_unique_scheduler::pallet::Error<T>
    **/
   PalletUniqueSchedulerError: {
     _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']
   },
   /**
-   * Lookup362: up_data_structs::Collection<sp_core::crypto::AccountId32>
+   * Lookup384: up_data_structs::Collection<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCollection: {
     owner: 'AccountId32',
@@ -3199,10 +3198,10 @@
     sponsorship: 'UpDataStructsSponsorshipStateAccountId32',
     limits: 'UpDataStructsCollectionLimits',
     permissions: 'UpDataStructsCollectionPermissions',
-    externalCollection: 'bool'
+    flags: '[u8;1]'
   },
   /**
-   * Lookup363: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+   * Lookup385: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
    **/
   UpDataStructsSponsorshipStateAccountId32: {
     _enum: {
@@ -3212,7 +3211,7 @@
     }
   },
   /**
-   * Lookup364: up_data_structs::Properties
+   * Lookup387: up_data_structs::Properties
    **/
   UpDataStructsProperties: {
     map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -3220,15 +3219,15 @@
     spaceLimit: 'u32'
   },
   /**
-   * Lookup365: up_data_structs::PropertiesMap<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup388: up_data_structs::PropertiesMap<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
   /**
-   * Lookup370: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+   * Lookup393: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
    **/
   UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
   /**
-   * Lookup377: up_data_structs::CollectionStats
+   * Lookup400: up_data_structs::CollectionStats
    **/
   UpDataStructsCollectionStats: {
     created: 'u32',
@@ -3236,18 +3235,18 @@
     alive: 'u32'
   },
   /**
-   * Lookup378: up_data_structs::TokenChild
+   * Lookup401: up_data_structs::TokenChild
    **/
   UpDataStructsTokenChild: {
     token: 'u32',
     collection: 'u32'
   },
   /**
-   * Lookup379: PhantomType::up_data_structs<T>
+   * Lookup402: PhantomType::up_data_structs<T>
    **/
   PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',
   /**
-   * Lookup381: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup404: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsTokenData: {
     properties: 'Vec<UpDataStructsProperty>',
@@ -3255,7 +3254,7 @@
     pieces: 'u128'
   },
   /**
-   * Lookup383: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+   * Lookup406: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
    **/
   UpDataStructsRpcCollection: {
     owner: 'AccountId32',
@@ -3268,10 +3267,11 @@
     permissions: 'UpDataStructsCollectionPermissions',
     tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',
     properties: 'Vec<UpDataStructsProperty>',
-    readOnly: 'bool'
+    readOnly: 'bool',
+    foreign: 'bool'
   },
   /**
-   * Lookup384: rmrk_traits::collection::CollectionInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+   * Lookup407: rmrk_traits::collection::CollectionInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
    **/
   RmrkTraitsCollectionCollectionInfo: {
     issuer: 'AccountId32',
@@ -3281,7 +3281,7 @@
     nftsCount: 'u32'
   },
   /**
-   * Lookup385: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup408: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsNftNftInfo: {
     owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
@@ -3291,14 +3291,14 @@
     pending: 'bool'
   },
   /**
-   * Lookup387: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+   * Lookup410: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
    **/
   RmrkTraitsNftRoyaltyInfo: {
     recipient: 'AccountId32',
     amount: 'Permill'
   },
   /**
-   * Lookup388: rmrk_traits::resource::ResourceInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup411: rmrk_traits::resource::ResourceInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsResourceResourceInfo: {
     id: 'u32',
@@ -3307,14 +3307,14 @@
     pendingRemoval: 'bool'
   },
   /**
-   * Lookup389: rmrk_traits::property::PropertyInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup412: rmrk_traits::property::PropertyInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsPropertyPropertyInfo: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
-   * Lookup390: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+   * Lookup413: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
    **/
   RmrkTraitsBaseBaseInfo: {
     issuer: 'AccountId32',
@@ -3322,93 +3322,92 @@
     symbol: 'Bytes'
   },
   /**
-   * Lookup391: rmrk_traits::nft::NftChild
+   * Lookup414: rmrk_traits::nft::NftChild
    **/
   RmrkTraitsNftNftChild: {
     collectionId: 'u32',
     nftId: 'u32'
   },
   /**
-   * Lookup393: pallet_common::pallet::Error<T>
+   * Lookup416: pallet_common::pallet::Error<T>
    **/
   PalletCommonError: {
     _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal']
   },
   /**
-   * Lookup395: pallet_fungible::pallet::Error<T>
+   * Lookup418: pallet_fungible::pallet::Error<T>
    **/
   PalletFungibleError: {
     _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
   },
   /**
-   * Lookup396: pallet_refungible::ItemData
+   * Lookup419: pallet_refungible::ItemData
    **/
   PalletRefungibleItemData: {
     constData: 'Bytes'
   },
   /**
-   * Lookup401: pallet_refungible::pallet::Error<T>
+   * Lookup424: pallet_refungible::pallet::Error<T>
    **/
   PalletRefungibleError: {
     _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
   },
   /**
-   * Lookup402: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup425: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   PalletNonfungibleItemData: {
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup404: up_data_structs::PropertyScope
+   * Lookup427: up_data_structs::PropertyScope
    **/
   UpDataStructsPropertyScope: {
     _enum: ['None', 'Rmrk']
   },
   /**
-   * Lookup406: pallet_nonfungible::pallet::Error<T>
+   * Lookup429: pallet_nonfungible::pallet::Error<T>
    **/
   PalletNonfungibleError: {
     _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
   },
   /**
-   * Lookup407: pallet_structure::pallet::Error<T>
+   * Lookup430: pallet_structure::pallet::Error<T>
    **/
   PalletStructureError: {
     _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
   },
   /**
-   * Lookup408: pallet_rmrk_core::pallet::Error<T>
+   * Lookup431: pallet_rmrk_core::pallet::Error<T>
    **/
   PalletRmrkCoreError: {
     _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
   },
   /**
-   * Lookup410: pallet_rmrk_equip::pallet::Error<T>
+   * Lookup433: pallet_rmrk_equip::pallet::Error<T>
    **/
   PalletRmrkEquipError: {
     _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
   },
   /**
-   * Lookup429: pallet_foreign_assets::module::Error<T>
+   * Lookup439: pallet_app_promotion::pallet::Error<T>
    **/
-  PalletForeignAssetsModuleError: {
-    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
+  PalletAppPromotionError: {
+    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
   },
   /**
-   * Lookup432: pallet_evm::pallet::Error<T>
-   * Lookup416: pallet_app_promotion::pallet::Error<T>
+   * Lookup440: pallet_foreign_assets::module::Error<T>
    **/
-  PalletAppPromotionError: {
-    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
+  PalletForeignAssetsModuleError: {
+    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
   },
   /**
-   * Lookup419: pallet_evm::pallet::Error<T>
+   * Lookup443: pallet_evm::pallet::Error<T>
    **/
   PalletEvmError: {
     _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']
   },
   /**
-   * Lookup422: fp_rpc::TransactionStatus
+   * Lookup446: fp_rpc::TransactionStatus
    **/
   FpRpcTransactionStatus: {
     transactionHash: 'H256',
@@ -3420,11 +3419,11 @@
     logsBloom: 'EthbloomBloom'
   },
   /**
-   * Lookup424: ethbloom::Bloom
+   * Lookup448: ethbloom::Bloom
    **/
   EthbloomBloom: '[u8;256]',
   /**
-   * Lookup426: ethereum::receipt::ReceiptV3
+   * Lookup450: ethereum::receipt::ReceiptV3
    **/
   EthereumReceiptReceiptV3: {
     _enum: {
@@ -3434,7 +3433,7 @@
     }
   },
   /**
-   * Lookup427: ethereum::receipt::EIP658ReceiptData
+   * Lookup451: ethereum::receipt::EIP658ReceiptData
    **/
   EthereumReceiptEip658ReceiptData: {
     statusCode: 'u8',
@@ -3443,7 +3442,7 @@
     logs: 'Vec<EthereumLog>'
   },
   /**
-   * Lookup428: ethereum::block::Block<ethereum::transaction::TransactionV2>
+   * Lookup452: ethereum::block::Block<ethereum::transaction::TransactionV2>
    **/
   EthereumBlock: {
     header: 'EthereumHeader',
@@ -3451,7 +3450,7 @@
     ommers: 'Vec<EthereumHeader>'
   },
   /**
-   * Lookup429: ethereum::header::Header
+   * Lookup453: ethereum::header::Header
    **/
   EthereumHeader: {
     parentHash: 'H256',
@@ -3471,23 +3470,23 @@
     nonce: 'EthereumTypesHashH64'
   },
   /**
-   * Lookup430: ethereum_types::hash::H64
+   * Lookup454: ethereum_types::hash::H64
    **/
   EthereumTypesHashH64: '[u8;8]',
   /**
-   * Lookup435: pallet_ethereum::pallet::Error<T>
+   * Lookup459: pallet_ethereum::pallet::Error<T>
    **/
   PalletEthereumError: {
     _enum: ['InvalidSignature', 'PreLogExists']
   },
   /**
-   * Lookup436: pallet_evm_coder_substrate::pallet::Error<T>
+   * Lookup460: pallet_evm_coder_substrate::pallet::Error<T>
    **/
   PalletEvmCoderSubstrateError: {
     _enum: ['OutOfGas', 'OutOfFund']
   },
   /**
-   * Lookup437: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup461: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
     _enum: {
@@ -3497,25 +3496,25 @@
     }
   },
   /**
-   * Lookup438: pallet_evm_contract_helpers::SponsoringModeT
+   * Lookup462: pallet_evm_contract_helpers::SponsoringModeT
    **/
   PalletEvmContractHelpersSponsoringModeT: {
     _enum: ['Disabled', 'Allowlisted', 'Generous']
   },
   /**
-   * Lookup440: pallet_evm_contract_helpers::pallet::Error<T>
+   * Lookup468: pallet_evm_contract_helpers::pallet::Error<T>
    **/
   PalletEvmContractHelpersError: {
-    _enum: ['NoPermission', 'NoPendingSponsor']
+    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
   },
   /**
-   * Lookup441: pallet_evm_migration::pallet::Error<T>
+   * Lookup469: pallet_evm_migration::pallet::Error<T>
    **/
   PalletEvmMigrationError: {
     _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
   },
   /**
-   * Lookup443: sp_runtime::MultiSignature
+   * Lookup471: sp_runtime::MultiSignature
    **/
   SpRuntimeMultiSignature: {
     _enum: {
@@ -3525,43 +3524,43 @@
     }
   },
   /**
-   * Lookup444: sp_core::ed25519::Signature
+   * Lookup472: sp_core::ed25519::Signature
    **/
   SpCoreEd25519Signature: '[u8;64]',
   /**
-   * Lookup446: sp_core::sr25519::Signature
+   * Lookup474: sp_core::sr25519::Signature
    **/
   SpCoreSr25519Signature: '[u8;64]',
   /**
-   * Lookup447: sp_core::ecdsa::Signature
+   * Lookup475: sp_core::ecdsa::Signature
    **/
   SpCoreEcdsaSignature: '[u8;65]',
   /**
-   * Lookup450: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+   * Lookup478: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup451: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup479: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup454: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup482: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup455: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup483: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup456: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup484: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup457: opal_runtime::Runtime
+   * Lookup485: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null',
   /**
-   * Lookup458: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+   * Lookup486: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
    **/
   PalletEthereumFakeTransactionFinalizer: 'Null'
 };
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,14 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-
-
-  import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, 
-  CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, 
-  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, OrmlXtokensModuleCall, OrmlXtokensModuleError, 
-  OrmlXtokensModuleEvent, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData,
-  XcmVersionedMultiAsset, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency,
-  CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
 
 declare module '@polkadot/types/types/registry' {
   interface InterfaceTypes {
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1314,7 +1314,20 @@
     readonly type: 'BaseCreated' | 'EquippablesUpdated';
   }
 
-  /** @name PalletForeignAssetsModuleEvent (107) */
+  /** @name PalletAppPromotionEvent (107) */
+  interface PalletAppPromotionEvent extends Enum {
+    readonly isStakingRecalculation: boolean;
+    readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;
+    readonly isStake: boolean;
+    readonly asStake: ITuple<[AccountId32, u128]>;
+    readonly isUnstake: boolean;
+    readonly asUnstake: ITuple<[AccountId32, u128]>;
+    readonly isSetAdmin: boolean;
+    readonly asSetAdmin: AccountId32;
+    readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';
+  }
+
+  /** @name PalletForeignAssetsModuleEvent (108) */
   interface PalletForeignAssetsModuleEvent extends Enum {
     readonly isForeignAssetRegistered: boolean;
     readonly asForeignAssetRegistered: {
@@ -1341,7 +1354,7 @@
     readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';
   }
 
-  /** @name PalletForeignAssetsModuleAssetMetadata (108) */
+  /** @name PalletForeignAssetsModuleAssetMetadata (109) */
   interface PalletForeignAssetsModuleAssetMetadata extends Struct {
     readonly name: Bytes;
     readonly symbol: Bytes;
@@ -1349,21 +1362,7 @@
     readonly minimalBalance: u128;
   }
 
-  /** @name PalletEvmEvent (109) */
-  /** @name PalletAppPromotionEvent (103) */
-  interface PalletAppPromotionEvent extends Enum {
-    readonly isStakingRecalculation: boolean;
-    readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;
-    readonly isStake: boolean;
-    readonly asStake: ITuple<[AccountId32, u128]>;
-    readonly isUnstake: boolean;
-    readonly asUnstake: ITuple<[AccountId32, u128]>;
-    readonly isSetAdmin: boolean;
-    readonly asSetAdmin: AccountId32;
-    readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';
-  }
-
-  /** @name PalletEvmEvent (104) */
+  /** @name PalletEvmEvent (110) */
   interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
     readonly asLog: EthereumLog;
@@ -1382,21 +1381,21 @@
     readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
   }
 
-  /** @name EthereumLog (105) */
+  /** @name EthereumLog (111) */
   interface EthereumLog extends Struct {
     readonly address: H160;
     readonly topics: Vec<H256>;
     readonly data: Bytes;
   }
 
-  /** @name PalletEthereumEvent (109) */
+  /** @name PalletEthereumEvent (115) */
   interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
     readonly type: 'Executed';
   }
 
-  /** @name EvmCoreErrorExitReason (110) */
+  /** @name EvmCoreErrorExitReason (116) */
   interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -1409,7 +1408,7 @@
     readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
   }
 
-  /** @name EvmCoreErrorExitSucceed (111) */
+  /** @name EvmCoreErrorExitSucceed (117) */
   interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
@@ -1417,7 +1416,7 @@
     readonly type: 'Stopped' | 'Returned' | 'Suicided';
   }
 
-  /** @name EvmCoreErrorExitError (112) */
+  /** @name EvmCoreErrorExitError (118) */
   interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
@@ -1438,13 +1437,13 @@
     readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
   }
 
-  /** @name EvmCoreErrorExitRevert (115) */
+  /** @name EvmCoreErrorExitRevert (121) */
   interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
-  /** @name EvmCoreErrorExitFatal (116) */
+  /** @name EvmCoreErrorExitFatal (122) */
   interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
@@ -1455,8 +1454,7 @@
     readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
   }
 
-  /** @name FrameSystemPhase (122) */
-  /** @name PalletEvmContractHelpersEvent (117) */
+  /** @name PalletEvmContractHelpersEvent (123) */
   interface PalletEvmContractHelpersEvent extends Enum {
     readonly isContractSponsorSet: boolean;
     readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;
@@ -1467,7 +1465,7 @@
     readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';
   }
 
-  /** @name FrameSystemPhase (118) */
+  /** @name FrameSystemPhase (124) */
   interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
@@ -1476,13 +1474,13 @@
     readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
   }
 
-  /** @name FrameSystemLastRuntimeUpgradeInfo (120) */
+  /** @name FrameSystemLastRuntimeUpgradeInfo (126) */
   interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
-  /** @name FrameSystemCall (121) */
+  /** @name FrameSystemCall (127) */
   interface FrameSystemCall extends Enum {
     readonly isFillBlock: boolean;
     readonly asFillBlock: {
@@ -1524,21 +1522,21 @@
     readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name FrameSystemLimitsBlockWeights (126) */
+  /** @name FrameSystemLimitsBlockWeights (132) */
   interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: u64;
     readonly maxBlock: u64;
     readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (127) */
+  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (133) */
   interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (128) */
+  /** @name FrameSystemLimitsWeightsPerClass (134) */
   interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: u64;
     readonly maxExtrinsic: Option<u64>;
@@ -1546,25 +1544,25 @@
     readonly reserved: Option<u64>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (130) */
+  /** @name FrameSystemLimitsBlockLength (136) */
   interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportWeightsPerDispatchClassU32;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassU32 (131) */
+  /** @name FrameSupportWeightsPerDispatchClassU32 (137) */
   interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name FrameSupportWeightsRuntimeDbWeight (132) */
+  /** @name FrameSupportWeightsRuntimeDbWeight (138) */
   interface FrameSupportWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (133) */
+  /** @name SpVersionRuntimeVersion (139) */
   interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -1576,7 +1574,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (138) */
+  /** @name FrameSystemError (144) */
   interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1587,7 +1585,7 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name PolkadotPrimitivesV2PersistedValidationData (139) */
+  /** @name PolkadotPrimitivesV2PersistedValidationData (145) */
   interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
     readonly parentHead: Bytes;
     readonly relayParentNumber: u32;
@@ -1595,18 +1593,18 @@
     readonly maxPovSize: u32;
   }
 
-  /** @name PolkadotPrimitivesV2UpgradeRestriction (142) */
+  /** @name PolkadotPrimitivesV2UpgradeRestriction (148) */
   interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
     readonly isPresent: boolean;
     readonly type: 'Present';
   }
 
-  /** @name SpTrieStorageProof (143) */
+  /** @name SpTrieStorageProof (149) */
   interface SpTrieStorageProof extends Struct {
     readonly trieNodes: BTreeSet<Bytes>;
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (145) */
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (151) */
   interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -1614,7 +1612,7 @@
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (148) */
+  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (154) */
   interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -1624,7 +1622,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (149) */
+  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (155) */
   interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -1637,13 +1635,13 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (155) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (161) */
   interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCall (156) */
+  /** @name CumulusPalletParachainSystemCall (162) */
   interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -1664,7 +1662,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (157) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (163) */
   interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -1672,19 +1670,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (159) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (165) */
   interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (162) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (168) */
   interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemError (165) */
+  /** @name CumulusPalletParachainSystemError (171) */
   interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -1697,14 +1695,14 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name PalletBalancesBalanceLock (167) */
+  /** @name PalletBalancesBalanceLock (173) */
   interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (168) */
+  /** @name PalletBalancesReasons (174) */
   interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -1712,20 +1710,20 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (171) */
+  /** @name PalletBalancesReserveData (177) */
   interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesReleases (173) */
+  /** @name PalletBalancesReleases (179) */
   interface PalletBalancesReleases extends Enum {
     readonly isV100: boolean;
     readonly isV200: boolean;
     readonly type: 'V100' | 'V200';
   }
 
-  /** @name PalletBalancesCall (174) */
+  /** @name PalletBalancesCall (180) */
   interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1762,7 +1760,7 @@
     readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
   }
 
-  /** @name PalletBalancesError (177) */
+  /** @name PalletBalancesError (183) */
   interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -1775,7 +1773,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletTimestampCall (179) */
+  /** @name PalletTimestampCall (185) */
   interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -1784,14 +1782,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (181) */
+  /** @name PalletTransactionPaymentReleases (187) */
   interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name PalletTreasuryProposal (182) */
+  /** @name PalletTreasuryProposal (188) */
   interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -1799,7 +1797,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (185) */
+  /** @name PalletTreasuryCall (191) */
   interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -1826,10 +1824,10 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
   }
 
-  /** @name FrameSupportPalletId (188) */
+  /** @name FrameSupportPalletId (194) */
   interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (189) */
+  /** @name PalletTreasuryError (195) */
   interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -1839,7 +1837,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
   }
 
-  /** @name PalletSudoCall (190) */
+  /** @name PalletSudoCall (196) */
   interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -1862,7 +1860,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name OrmlVestingModuleCall (192) */
+  /** @name OrmlVestingModuleCall (198) */
   interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -1882,7 +1880,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlXtokensModuleCall (198) */
+  /** @name OrmlXtokensModuleCall (200) */
   interface OrmlXtokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1929,7 +1927,7 @@
     readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
   }
 
-  /** @name XcmVersionedMultiAsset (199) */
+  /** @name XcmVersionedMultiAsset (201) */
   interface XcmVersionedMultiAsset extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiAsset;
@@ -1938,7 +1936,7 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name OrmlTokensModuleCall (202) */
+  /** @name OrmlTokensModuleCall (204) */
   interface OrmlTokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1975,7 +1973,7 @@
     readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
   }
 
-  /** @name CumulusPalletXcmpQueueCall (203) */
+  /** @name CumulusPalletXcmpQueueCall (205) */
   interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2011,7 +2009,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (195) */
+  /** @name PalletXcmCall (206) */
   interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -2073,7 +2071,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
   }
 
-  /** @name XcmVersionedXcm (196) */
+  /** @name XcmVersionedXcm (207) */
   interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
@@ -2084,7 +2082,7 @@
     readonly type: 'V0' | 'V1' | 'V2';
   }
 
-  /** @name XcmV0Xcm (197) */
+  /** @name XcmV0Xcm (208) */
   interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2147,7 +2145,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
   }
 
-  /** @name XcmV0Order (199) */
+  /** @name XcmV0Order (210) */
   interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
@@ -2195,14 +2193,14 @@
     readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV0Response (201) */
+  /** @name XcmV0Response (212) */
   interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
-  /** @name XcmV1Xcm (202) */
+  /** @name XcmV1Xcm (213) */
   interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2271,7 +2269,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV1Order (204) */
+  /** @name XcmV1Order (215) */
   interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
@@ -2321,7 +2319,7 @@
     readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV1Response (206) */
+  /** @name XcmV1Response (217) */
   interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -2330,10 +2328,10 @@
     readonly type: 'Assets' | 'Version';
   }
 
-  /** @name CumulusPalletXcmCall (220) */
+  /** @name CumulusPalletXcmCall (231) */
   type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (221) */
+  /** @name CumulusPalletDmpQueueCall (232) */
   interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2343,7 +2341,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (222) */
+  /** @name PalletInflationCall (233) */
   interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -2352,7 +2350,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (223) */
+  /** @name PalletUniqueCall (234) */
   interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2510,7 +2508,7 @@
     readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition';
   }
 
-  /** @name UpDataStructsCollectionMode (228) */
+  /** @name UpDataStructsCollectionMode (239) */
   interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -2519,7 +2517,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (229) */
+  /** @name UpDataStructsCreateCollectionData (240) */
   interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -2533,14 +2531,14 @@
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsAccessMode (231) */
+  /** @name UpDataStructsAccessMode (242) */
   interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsCollectionLimits (233) */
+  /** @name UpDataStructsCollectionLimits (244) */
   interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -2553,7 +2551,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (235) */
+  /** @name UpDataStructsSponsoringRateLimit (246) */
   interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -2561,43 +2559,43 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsCollectionPermissions (238) */
+  /** @name UpDataStructsCollectionPermissions (249) */
   interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
     readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingPermissions>;
   }
 
-  /** @name UpDataStructsNestingPermissions (240) */
+  /** @name UpDataStructsNestingPermissions (251) */
   interface UpDataStructsNestingPermissions extends Struct {
     readonly tokenOwner: bool;
     readonly collectionAdmin: bool;
     readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
   }
 
-  /** @name UpDataStructsOwnerRestrictedSet (242) */
+  /** @name UpDataStructsOwnerRestrictedSet (253) */
   interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
 
-  /** @name UpDataStructsPropertyKeyPermission (247) */
+  /** @name UpDataStructsPropertyKeyPermission (258) */
   interface UpDataStructsPropertyKeyPermission extends Struct {
     readonly key: Bytes;
     readonly permission: UpDataStructsPropertyPermission;
   }
 
-  /** @name UpDataStructsPropertyPermission (248) */
+  /** @name UpDataStructsPropertyPermission (259) */
   interface UpDataStructsPropertyPermission extends Struct {
     readonly mutable: bool;
     readonly collectionAdmin: bool;
     readonly tokenOwner: bool;
   }
 
-  /** @name UpDataStructsProperty (251) */
+  /** @name UpDataStructsProperty (262) */
   interface UpDataStructsProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name UpDataStructsCreateItemData (254) */
+  /** @name UpDataStructsCreateItemData (265) */
   interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -2608,23 +2606,23 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (255) */
+  /** @name UpDataStructsCreateNftData (266) */
   interface UpDataStructsCreateNftData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateFungibleData (256) */
+  /** @name UpDataStructsCreateFungibleData (267) */
   interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (257) */
+  /** @name UpDataStructsCreateReFungibleData (268) */
   interface UpDataStructsCreateReFungibleData extends Struct {
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateItemExData (260) */
+  /** @name UpDataStructsCreateItemExData (271) */
   interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -2637,26 +2635,26 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (262) */
+  /** @name UpDataStructsCreateNftExData (273) */
   interface UpDataStructsCreateNftExData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExSingleOwner (269) */
+  /** @name UpDataStructsCreateRefungibleExSingleOwner (280) */
   interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
     readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateRefungibleExMultipleOwners (271) */
+  /** @name UpDataStructsCreateRefungibleExMultipleOwners (282) */
   interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name PalletUniqueSchedulerCall (272) */
+  /** @name PalletUniqueSchedulerCall (283) */
   interface PalletUniqueSchedulerCall extends Enum {
     readonly isScheduleNamed: boolean;
     readonly asScheduleNamed: {
@@ -2681,7 +2679,7 @@
     readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';
   }
 
-  /** @name FrameSupportScheduleMaybeHashed (274) */
+  /** @name FrameSupportScheduleMaybeHashed (285) */
   interface FrameSupportScheduleMaybeHashed extends Enum {
     readonly isValue: boolean;
     readonly asValue: Call;
@@ -2690,7 +2688,7 @@
     readonly type: 'Value' | 'Hash';
   }
 
-  /** @name PalletConfigurationCall (275) */
+  /** @name PalletConfigurationCall (286) */
   interface PalletConfigurationCall extends Enum {
     readonly isSetWeightToFeeCoefficientOverride: boolean;
     readonly asSetWeightToFeeCoefficientOverride: {
@@ -2703,13 +2701,13 @@
     readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';
   }
 
-  /** @name PalletTemplateTransactionPaymentCall (276) */
+  /** @name PalletTemplateTransactionPaymentCall (287) */
   type PalletTemplateTransactionPaymentCall = Null;
 
-  /** @name PalletStructureCall (277) */
+  /** @name PalletStructureCall (288) */
   type PalletStructureCall = Null;
 
-  /** @name PalletRmrkCoreCall (278) */
+  /** @name PalletRmrkCoreCall (289) */
   interface PalletRmrkCoreCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2815,7 +2813,7 @@
     readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
   }
 
-  /** @name RmrkTraitsResourceResourceTypes (284) */
+  /** @name RmrkTraitsResourceResourceTypes (295) */
   interface RmrkTraitsResourceResourceTypes extends Enum {
     readonly isBasic: boolean;
     readonly asBasic: RmrkTraitsResourceBasicResource;
@@ -2826,7 +2824,7 @@
     readonly type: 'Basic' | 'Composable' | 'Slot';
   }
 
-  /** @name RmrkTraitsResourceBasicResource (286) */
+  /** @name RmrkTraitsResourceBasicResource (297) */
   interface RmrkTraitsResourceBasicResource extends Struct {
     readonly src: Option<Bytes>;
     readonly metadata: Option<Bytes>;
@@ -2834,7 +2832,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceComposableResource (288) */
+  /** @name RmrkTraitsResourceComposableResource (299) */
   interface RmrkTraitsResourceComposableResource extends Struct {
     readonly parts: Vec<u32>;
     readonly base: u32;
@@ -2844,7 +2842,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceSlotResource (289) */
+  /** @name RmrkTraitsResourceSlotResource (300) */
   interface RmrkTraitsResourceSlotResource extends Struct {
     readonly base: u32;
     readonly src: Option<Bytes>;
@@ -2854,7 +2852,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name PalletRmrkEquipCall (292) */
+  /** @name PalletRmrkEquipCall (303) */
   interface PalletRmrkEquipCall extends Enum {
     readonly isCreateBase: boolean;
     readonly asCreateBase: {
@@ -2876,7 +2874,7 @@
     readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
   }
 
-  /** @name RmrkTraitsPartPartType (295) */
+  /** @name RmrkTraitsPartPartType (306) */
   interface RmrkTraitsPartPartType extends Enum {
     readonly isFixedPart: boolean;
     readonly asFixedPart: RmrkTraitsPartFixedPart;
@@ -2885,14 +2883,14 @@
     readonly type: 'FixedPart' | 'SlotPart';
   }
 
-  /** @name RmrkTraitsPartFixedPart (297) */
+  /** @name RmrkTraitsPartFixedPart (308) */
   interface RmrkTraitsPartFixedPart extends Struct {
     readonly id: u32;
     readonly z: u32;
     readonly src: Bytes;
   }
 
-  /** @name RmrkTraitsPartSlotPart (298) */
+  /** @name RmrkTraitsPartSlotPart (309) */
   interface RmrkTraitsPartSlotPart extends Struct {
     readonly id: u32;
     readonly equippable: RmrkTraitsPartEquippableList;
@@ -2900,7 +2898,7 @@
     readonly z: u32;
   }
 
-  /** @name RmrkTraitsPartEquippableList (299) */
+  /** @name RmrkTraitsPartEquippableList (310) */
   interface RmrkTraitsPartEquippableList extends Enum {
     readonly isAll: boolean;
     readonly isEmpty: boolean;
@@ -2909,38 +2907,20 @@
     readonly type: 'All' | 'Empty' | 'Custom';
   }
 
-  /** @name RmrkTraitsTheme (301) */
+  /** @name RmrkTraitsTheme (312) */
   interface RmrkTraitsTheme extends Struct {
     readonly name: Bytes;
     readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
     readonly inherit: bool;
   }
 
-  /** @name RmrkTraitsThemeThemeProperty (303) */
+  /** @name RmrkTraitsThemeThemeProperty (314) */
   interface RmrkTraitsThemeThemeProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name PalletForeignAssetsModuleCall (314) */
-  interface PalletForeignAssetsModuleCall extends Enum {
-    readonly isRegisterForeignAsset: boolean;
-    readonly asRegisterForeignAsset: {
-      readonly owner: AccountId32;
-      readonly location: XcmVersionedMultiLocation;
-      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
-    } & Struct;
-    readonly isUpdateForeignAsset: boolean;
-    readonly asUpdateForeignAsset: {
-      readonly foreignAssetId: u32;
-      readonly location: XcmVersionedMultiLocation;
-      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
-    } & Struct;
-    readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
-  }
-
-  /** @name PalletEvmCall (315) */
-  /** @name PalletAppPromotionCall (305) */
+  /** @name PalletAppPromotionCall (316) */
   interface PalletAppPromotionCall extends Enum {
     readonly isSetAdminAddress: boolean;
     readonly asSetAdminAddress: {
@@ -2974,7 +2954,24 @@
     readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';
   }
 
-  /** @name PalletEvmCall (307) */
+  /** @name PalletForeignAssetsModuleCall (318) */
+  interface PalletForeignAssetsModuleCall extends Enum {
+    readonly isRegisterForeignAsset: boolean;
+    readonly asRegisterForeignAsset: {
+      readonly owner: AccountId32;
+      readonly location: XcmVersionedMultiLocation;
+      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
+    } & Struct;
+    readonly isUpdateForeignAsset: boolean;
+    readonly asUpdateForeignAsset: {
+      readonly foreignAssetId: u32;
+      readonly location: XcmVersionedMultiLocation;
+      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
+    } & Struct;
+    readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
+  }
+
+  /** @name PalletEvmCall (319) */
   interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -3019,7 +3016,7 @@
     readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
   }
 
-  /** @name PalletEthereumCall (311) */
+  /** @name PalletEthereumCall (323) */
   interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
@@ -3028,7 +3025,7 @@
     readonly type: 'Transact';
   }
 
-  /** @name EthereumTransactionTransactionV2 (312) */
+  /** @name EthereumTransactionTransactionV2 (324) */
   interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -3039,7 +3036,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumTransactionLegacyTransaction (313) */
+  /** @name EthereumTransactionLegacyTransaction (325) */
   interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -3050,7 +3047,7 @@
     readonly signature: EthereumTransactionTransactionSignature;
   }
 
-  /** @name EthereumTransactionTransactionAction (314) */
+  /** @name EthereumTransactionTransactionAction (326) */
   interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
@@ -3058,14 +3055,14 @@
     readonly type: 'Call' | 'Create';
   }
 
-  /** @name EthereumTransactionTransactionSignature (315) */
+  /** @name EthereumTransactionTransactionSignature (327) */
   interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionEip2930Transaction (317) */
+  /** @name EthereumTransactionEip2930Transaction (329) */
   interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3080,13 +3077,13 @@
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionAccessListItem (319) */
+  /** @name EthereumTransactionAccessListItem (331) */
   interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
     readonly storageKeys: Vec<H256>;
   }
 
-  /** @name EthereumTransactionEip1559Transaction (320) */
+  /** @name EthereumTransactionEip1559Transaction (332) */
   interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3102,7 +3099,7 @@
     readonly s: H256;
   }
 
-  /** @name PalletEvmMigrationCall (321) */
+  /** @name PalletEvmMigrationCall (333) */
   interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
@@ -3121,13 +3118,13 @@
     readonly type: 'Begin' | 'SetData' | 'Finish';
   }
 
-  /** @name PalletSudoError (324) */
+  /** @name PalletSudoError (336) */
   interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
-  /** @name OrmlVestingModuleError (326) */
+  /** @name OrmlVestingModuleError (338) */
   interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
@@ -3138,7 +3135,7 @@
     readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
   }
 
-  /** @name OrmlXtokensModuleError (335) */
+  /** @name OrmlXtokensModuleError (339) */
   interface OrmlXtokensModuleError extends Enum {
     readonly isAssetHasNoReserve: boolean;
     readonly isNotCrossChainTransfer: boolean;
@@ -3162,26 +3159,26 @@
     readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';
   }
 
-  /** @name OrmlTokensBalanceLock (338) */
+  /** @name OrmlTokensBalanceLock (342) */
   interface OrmlTokensBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensAccountData (340) */
+  /** @name OrmlTokensAccountData (344) */
   interface OrmlTokensAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
     readonly frozen: u128;
   }
 
-  /** @name OrmlTokensReserveData (342) */
+  /** @name OrmlTokensReserveData (346) */
   interface OrmlTokensReserveData extends Struct {
     readonly id: Null;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensModuleError (344) */
+  /** @name OrmlTokensModuleError (348) */
   interface OrmlTokensModuleError extends Enum {
     readonly isBalanceTooLow: boolean;
     readonly isAmountIntoBalanceFailed: boolean;
@@ -3194,21 +3191,21 @@
     readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name CumulusPalletXcmpQueueInboundChannelDetails (346) */
+  /** @name CumulusPalletXcmpQueueInboundChannelDetails (350) */
   interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
-  /** @name CumulusPalletXcmpQueueInboundState (329) */
+  /** @name CumulusPalletXcmpQueueInboundState (351) */
   interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (332) */
+  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (354) */
   interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
@@ -3216,7 +3213,7 @@
     readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (335) */
+  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (357) */
   interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -3225,14 +3222,14 @@
     readonly lastIndex: u16;
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundState (336) */
+  /** @name CumulusPalletXcmpQueueOutboundState (358) */
   interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name CumulusPalletXcmpQueueQueueConfigData (338) */
+  /** @name CumulusPalletXcmpQueueQueueConfigData (360) */
   interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
@@ -3242,7 +3239,7 @@
     readonly xcmpMaxIndividualWeight: u64;
   }
 
-  /** @name CumulusPalletXcmpQueueError (340) */
+  /** @name CumulusPalletXcmpQueueError (362) */
   interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
@@ -3252,7 +3249,7 @@
     readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
   }
 
-  /** @name PalletXcmError (341) */
+  /** @name PalletXcmError (363) */
   interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
@@ -3270,29 +3267,29 @@
     readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
   }
 
-  /** @name CumulusPalletXcmError (342) */
+  /** @name CumulusPalletXcmError (364) */
   type CumulusPalletXcmError = Null;
 
-  /** @name CumulusPalletDmpQueueConfigData (343) */
+  /** @name CumulusPalletDmpQueueConfigData (365) */
   interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: u64;
   }
 
-  /** @name CumulusPalletDmpQueuePageIndexData (344) */
+  /** @name CumulusPalletDmpQueuePageIndexData (366) */
   interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
-  /** @name CumulusPalletDmpQueueError (347) */
+  /** @name CumulusPalletDmpQueueError (369) */
   interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
-  /** @name PalletUniqueError (351) */
+  /** @name PalletUniqueError (373) */
   interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isConfirmUnsetSponsorFail: boolean;
@@ -3301,7 +3298,7 @@
     readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
   }
 
-  /** @name PalletUniqueSchedulerScheduledV3 (354) */
+  /** @name PalletUniqueSchedulerScheduledV3 (376) */
   interface PalletUniqueSchedulerScheduledV3 extends Struct {
     readonly maybeId: Option<U8aFixed>;
     readonly priority: u8;
@@ -3310,7 +3307,7 @@
     readonly origin: OpalRuntimeOriginCaller;
   }
 
-  /** @name OpalRuntimeOriginCaller (355) */
+  /** @name OpalRuntimeOriginCaller (377) */
   interface OpalRuntimeOriginCaller extends Enum {
     readonly isSystem: boolean;
     readonly asSystem: FrameSupportDispatchRawOrigin;
@@ -3324,7 +3321,7 @@
     readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';
   }
 
-  /** @name FrameSupportDispatchRawOrigin (356) */
+  /** @name FrameSupportDispatchRawOrigin (378) */
   interface FrameSupportDispatchRawOrigin extends Enum {
     readonly isRoot: boolean;
     readonly isSigned: boolean;
@@ -3333,7 +3330,7 @@
     readonly type: 'Root' | 'Signed' | 'None';
   }
 
-  /** @name PalletXcmOrigin (357) */
+  /** @name PalletXcmOrigin (379) */
   interface PalletXcmOrigin extends Enum {
     readonly isXcm: boolean;
     readonly asXcm: XcmV1MultiLocation;
@@ -3342,7 +3339,7 @@
     readonly type: 'Xcm' | 'Response';
   }
 
-  /** @name CumulusPalletXcmOrigin (358) */
+  /** @name CumulusPalletXcmOrigin (380) */
   interface CumulusPalletXcmOrigin extends Enum {
     readonly isRelay: boolean;
     readonly isSiblingParachain: boolean;
@@ -3350,17 +3347,17 @@
     readonly type: 'Relay' | 'SiblingParachain';
   }
 
-  /** @name PalletEthereumRawOrigin (359) */
+  /** @name PalletEthereumRawOrigin (381) */
   interface PalletEthereumRawOrigin extends Enum {
     readonly isEthereumTransaction: boolean;
     readonly asEthereumTransaction: H160;
     readonly type: 'EthereumTransaction';
   }
 
-  /** @name SpCoreVoid (360) */
+  /** @name SpCoreVoid (382) */
   type SpCoreVoid = Null;
 
-  /** @name PalletUniqueSchedulerError (361) */
+  /** @name PalletUniqueSchedulerError (383) */
   interface PalletUniqueSchedulerError extends Enum {
     readonly isFailedToSchedule: boolean;
     readonly isNotFound: boolean;
@@ -3369,7 +3366,7 @@
     readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';
   }
 
-  /** @name UpDataStructsCollection (362) */
+  /** @name UpDataStructsCollection (384) */
   interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3379,10 +3376,10 @@
     readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;
     readonly limits: UpDataStructsCollectionLimits;
     readonly permissions: UpDataStructsCollectionPermissions;
-    readonly externalCollection: bool;
+    readonly flags: U8aFixed;
   }
 
-  /** @name UpDataStructsSponsorshipStateAccountId32 (363) */
+  /** @name UpDataStructsSponsorshipStateAccountId32 (385) */
   interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3392,43 +3389,43 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name UpDataStructsProperties (364) */
+  /** @name UpDataStructsProperties (387) */
   interface UpDataStructsProperties extends Struct {
     readonly map: UpDataStructsPropertiesMapBoundedVec;
     readonly consumedSpace: u32;
     readonly spaceLimit: u32;
   }
 
-  /** @name UpDataStructsPropertiesMapBoundedVec (365) */
+  /** @name UpDataStructsPropertiesMapBoundedVec (388) */
   interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
 
-  /** @name UpDataStructsPropertiesMapPropertyPermission (370) */
+  /** @name UpDataStructsPropertiesMapPropertyPermission (393) */
   interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
 
-  /** @name UpDataStructsCollectionStats (377) */
+  /** @name UpDataStructsCollectionStats (400) */
   interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
-  /** @name UpDataStructsTokenChild (378) */
+  /** @name UpDataStructsTokenChild (401) */
   interface UpDataStructsTokenChild extends Struct {
     readonly token: u32;
     readonly collection: u32;
   }
 
-  /** @name PhantomTypeUpDataStructs (379) */
+  /** @name PhantomTypeUpDataStructs (402) */
   interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
 
-  /** @name UpDataStructsTokenData (381) */
+  /** @name UpDataStructsTokenData (404) */
   interface UpDataStructsTokenData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
     readonly pieces: u128;
   }
 
-  /** @name UpDataStructsRpcCollection (383) */
+  /** @name UpDataStructsRpcCollection (406) */
   interface UpDataStructsRpcCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3441,9 +3438,10 @@
     readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;
     readonly properties: Vec<UpDataStructsProperty>;
     readonly readOnly: bool;
+    readonly foreign: bool;
   }
 
-  /** @name RmrkTraitsCollectionCollectionInfo (384) */
+  /** @name RmrkTraitsCollectionCollectionInfo (407) */
   interface RmrkTraitsCollectionCollectionInfo extends Struct {
     readonly issuer: AccountId32;
     readonly metadata: Bytes;
@@ -3452,7 +3450,7 @@
     readonly nftsCount: u32;
   }
 
-  /** @name RmrkTraitsNftNftInfo (385) */
+  /** @name RmrkTraitsNftNftInfo (408) */
   interface RmrkTraitsNftNftInfo extends Struct {
     readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
     readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
@@ -3461,13 +3459,13 @@
     readonly pending: bool;
   }
 
-  /** @name RmrkTraitsNftRoyaltyInfo (387) */
+  /** @name RmrkTraitsNftRoyaltyInfo (410) */
   interface RmrkTraitsNftRoyaltyInfo extends Struct {
     readonly recipient: AccountId32;
     readonly amount: Permill;
   }
 
-  /** @name RmrkTraitsResourceResourceInfo (388) */
+  /** @name RmrkTraitsResourceResourceInfo (411) */
   interface RmrkTraitsResourceResourceInfo extends Struct {
     readonly id: u32;
     readonly resource: RmrkTraitsResourceResourceTypes;
@@ -3475,26 +3473,26 @@
     readonly pendingRemoval: bool;
   }
 
-  /** @name RmrkTraitsPropertyPropertyInfo (389) */
+  /** @name RmrkTraitsPropertyPropertyInfo (412) */
   interface RmrkTraitsPropertyPropertyInfo extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name RmrkTraitsBaseBaseInfo (390) */
+  /** @name RmrkTraitsBaseBaseInfo (413) */
   interface RmrkTraitsBaseBaseInfo extends Struct {
     readonly issuer: AccountId32;
     readonly baseType: Bytes;
     readonly symbol: Bytes;
   }
 
-  /** @name RmrkTraitsNftNftChild (391) */
+  /** @name RmrkTraitsNftNftChild (414) */
   interface RmrkTraitsNftNftChild extends Struct {
     readonly collectionId: u32;
     readonly nftId: u32;
   }
 
-  /** @name PalletCommonError (393) */
+  /** @name PalletCommonError (416) */
   interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
@@ -3533,7 +3531,7 @@
     readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';
   }
 
-  /** @name PalletFungibleError (395) */
+  /** @name PalletFungibleError (418) */
   interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
@@ -3543,12 +3541,12 @@
     readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
   }
 
-  /** @name PalletRefungibleItemData (396) */
+  /** @name PalletRefungibleItemData (419) */
   interface PalletRefungibleItemData extends Struct {
     readonly constData: Bytes;
   }
 
-  /** @name PalletRefungibleError (401) */
+  /** @name PalletRefungibleError (424) */
   interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
@@ -3558,19 +3556,19 @@
     readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
   }
 
-  /** @name PalletNonfungibleItemData (402) */
+  /** @name PalletNonfungibleItemData (425) */
   interface PalletNonfungibleItemData extends Struct {
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsPropertyScope (404) */
+  /** @name UpDataStructsPropertyScope (427) */
   interface UpDataStructsPropertyScope extends Enum {
     readonly isNone: boolean;
     readonly isRmrk: boolean;
     readonly type: 'None' | 'Rmrk';
   }
 
-  /** @name PalletNonfungibleError (406) */
+  /** @name PalletNonfungibleError (429) */
   interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -3578,7 +3576,7 @@
     readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
   }
 
-  /** @name PalletStructureError (407) */
+  /** @name PalletStructureError (430) */
   interface PalletStructureError extends Enum {
     readonly isOuroborosDetected: boolean;
     readonly isDepthLimit: boolean;
@@ -3587,7 +3585,7 @@
     readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
   }
 
-  /** @name PalletRmrkCoreError (408) */
+  /** @name PalletRmrkCoreError (431) */
   interface PalletRmrkCoreError extends Enum {
     readonly isCorruptedCollectionType: boolean;
     readonly isRmrkPropertyKeyIsTooLong: boolean;
@@ -3611,7 +3609,7 @@
     readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
   }
 
-  /** @name PalletRmrkEquipError (410) */
+  /** @name PalletRmrkEquipError (433) */
   interface PalletRmrkEquipError extends Enum {
     readonly isPermissionError: boolean;
     readonly isNoAvailableBaseId: boolean;
@@ -3623,17 +3621,7 @@
     readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
   }
 
-  /** @name PalletForeignAssetsModuleError (429) */
-  interface PalletForeignAssetsModuleError extends Enum {
-    readonly isBadLocation: boolean;
-    readonly isMultiLocationExisted: boolean;
-    readonly isAssetIdNotExists: boolean;
-    readonly isAssetIdExisted: boolean;
-    readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
-  }
-
-  /** @name PalletEvmError (432) */
-  /** @name PalletAppPromotionError (416) */
+  /** @name PalletAppPromotionError (439) */
   interface PalletAppPromotionError extends Enum {
     readonly isAdminNotSet: boolean;
     readonly isNoPermission: boolean;
@@ -3644,7 +3632,16 @@
     readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';
   }
 
-  /** @name PalletEvmError (419) */
+  /** @name PalletForeignAssetsModuleError (440) */
+  interface PalletForeignAssetsModuleError extends Enum {
+    readonly isBadLocation: boolean;
+    readonly isMultiLocationExisted: boolean;
+    readonly isAssetIdNotExists: boolean;
+    readonly isAssetIdExisted: boolean;
+    readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
+  }
+
+  /** @name PalletEvmError (443) */
   interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
@@ -3655,7 +3652,7 @@
     readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
   }
 
-  /** @name FpRpcTransactionStatus (422) */
+  /** @name FpRpcTransactionStatus (446) */
   interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
@@ -3666,10 +3663,10 @@
     readonly logsBloom: EthbloomBloom;
   }
 
-  /** @name EthbloomBloom (424) */
+  /** @name EthbloomBloom (448) */
   interface EthbloomBloom extends U8aFixed {}
 
-  /** @name EthereumReceiptReceiptV3 (426) */
+  /** @name EthereumReceiptReceiptV3 (450) */
   interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3680,7 +3677,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumReceiptEip658ReceiptData (427) */
+  /** @name EthereumReceiptEip658ReceiptData (451) */
   interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
@@ -3688,14 +3685,14 @@
     readonly logs: Vec<EthereumLog>;
   }
 
-  /** @name EthereumBlock (428) */
+  /** @name EthereumBlock (452) */
   interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
-  /** @name EthereumHeader (429) */
+  /** @name EthereumHeader (453) */
   interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
@@ -3714,24 +3711,24 @@
     readonly nonce: EthereumTypesHashH64;
   }
 
-  /** @name EthereumTypesHashH64 (430) */
+  /** @name EthereumTypesHashH64 (454) */
   interface EthereumTypesHashH64 extends U8aFixed {}
 
-  /** @name PalletEthereumError (435) */
+  /** @name PalletEthereumError (459) */
   interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
-  /** @name PalletEvmCoderSubstrateError (436) */
+  /** @name PalletEvmCoderSubstrateError (460) */
   interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (437) */
+  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (461) */
   interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3741,7 +3738,7 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (438) */
+  /** @name PalletEvmContractHelpersSponsoringModeT (462) */
   interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
@@ -3749,21 +3746,22 @@
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (440) */
+  /** @name PalletEvmContractHelpersError (468) */
   interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
     readonly isNoPendingSponsor: boolean;
-    readonly type: 'NoPermission' | 'NoPendingSponsor';
+    readonly isTooManyMethodsHaveSponsoredLimit: boolean;
+    readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
   }
 
-  /** @name PalletEvmMigrationError (441) */
+  /** @name PalletEvmMigrationError (469) */
   interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
   }
 
-  /** @name SpRuntimeMultiSignature (443) */
+  /** @name SpRuntimeMultiSignature (471) */
   interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
@@ -3774,34 +3772,34 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (444) */
+  /** @name SpCoreEd25519Signature (472) */
   interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (446) */
+  /** @name SpCoreSr25519Signature (474) */
   interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (447) */
+  /** @name SpCoreEcdsaSignature (475) */
   interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (450) */
+  /** @name FrameSystemExtensionsCheckSpecVersion (478) */
   type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (451) */
+  /** @name FrameSystemExtensionsCheckGenesis (479) */
   type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (454) */
+  /** @name FrameSystemExtensionsCheckNonce (482) */
   interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (455) */
+  /** @name FrameSystemExtensionsCheckWeight (483) */
   type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (456) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (484) */
   interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (457) */
+  /** @name OpalRuntimeRuntime (485) */
   type OpalRuntimeRuntime = Null;
 
-  /** @name PalletEthereumFakeTransactionFinalizer (458) */
+  /** @name PalletEthereumFakeTransactionFinalizer (486) */
   type PalletEthereumFakeTransactionFinalizer = Null;
 
 } // declare module