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
--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -5,10 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, 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,
-  OrmlTokensAccountData,OrmlTokensBalanceLock,OrmlTokensModuleCall,OrmlTokensModuleError,OrmlTokensModuleEvent,OrmlTokensReserveData,OrmlXtokensModuleCall,OrmlXtokensModuleError,OrmlXtokensModuleEvent, 
-  PalletForeignAssetsAssetIds,PalletForeignAssetsModuleAssetMetadata,PalletForeignAssetsModuleCall,PalletForeignAssetsModuleError,PalletForeignAssetsModuleEvent,PalletForeignAssetsNativeCurrency, XcmVersionedMultiAsset } from './default';
+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 './default';
 import type { Data, StorageKey } from '@polkadot/types';
 import 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';
 import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
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
before · tests/src/interfaces/types-lookup.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/lookup';78import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { ITuple } from '@polkadot/types-codec/types';10import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';11import type { Event } from '@polkadot/types/interfaces/system';1213declare module '@polkadot/types/lookup' {14  /** @name FrameSystemAccountInfo (3) */15  interface FrameSystemAccountInfo extends Struct {16    readonly nonce: u32;17    readonly consumers: u32;18    readonly providers: u32;19    readonly sufficients: u32;20    readonly data: PalletBalancesAccountData;21  }2223  /** @name PalletBalancesAccountData (5) */24  interface PalletBalancesAccountData extends Struct {25    readonly free: u128;26    readonly reserved: u128;27    readonly miscFrozen: u128;28    readonly feeFrozen: u128;29  }3031  /** @name FrameSupportWeightsPerDispatchClassU64 (7) */32  interface FrameSupportWeightsPerDispatchClassU64 extends Struct {33    readonly normal: u64;34    readonly operational: u64;35    readonly mandatory: u64;36  }3738  /** @name SpRuntimeDigest (11) */39  interface SpRuntimeDigest extends Struct {40    readonly logs: Vec<SpRuntimeDigestDigestItem>;41  }4243  /** @name SpRuntimeDigestDigestItem (13) */44  interface SpRuntimeDigestDigestItem extends Enum {45    readonly isOther: boolean;46    readonly asOther: Bytes;47    readonly isConsensus: boolean;48    readonly asConsensus: ITuple<[U8aFixed, Bytes]>;49    readonly isSeal: boolean;50    readonly asSeal: ITuple<[U8aFixed, Bytes]>;51    readonly isPreRuntime: boolean;52    readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;53    readonly isRuntimeEnvironmentUpdated: boolean;54    readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';55  }5657  /** @name FrameSystemEventRecord (16) */58  interface FrameSystemEventRecord extends Struct {59    readonly phase: FrameSystemPhase;60    readonly event: Event;61    readonly topics: Vec<H256>;62  }6364  /** @name FrameSystemEvent (18) */65  interface FrameSystemEvent extends Enum {66    readonly isExtrinsicSuccess: boolean;67    readonly asExtrinsicSuccess: {68      readonly dispatchInfo: FrameSupportWeightsDispatchInfo;69    } & Struct;70    readonly isExtrinsicFailed: boolean;71    readonly asExtrinsicFailed: {72      readonly dispatchError: SpRuntimeDispatchError;73      readonly dispatchInfo: FrameSupportWeightsDispatchInfo;74    } & Struct;75    readonly isCodeUpdated: boolean;76    readonly isNewAccount: boolean;77    readonly asNewAccount: {78      readonly account: AccountId32;79    } & Struct;80    readonly isKilledAccount: boolean;81    readonly asKilledAccount: {82      readonly account: AccountId32;83    } & Struct;84    readonly isRemarked: boolean;85    readonly asRemarked: {86      readonly sender: AccountId32;87      readonly hash_: H256;88    } & Struct;89    readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';90  }9192  /** @name FrameSupportWeightsDispatchInfo (19) */93  interface FrameSupportWeightsDispatchInfo extends Struct {94    readonly weight: u64;95    readonly class: FrameSupportWeightsDispatchClass;96    readonly paysFee: FrameSupportWeightsPays;97  }9899  /** @name FrameSupportWeightsDispatchClass (20) */100  interface FrameSupportWeightsDispatchClass extends Enum {101    readonly isNormal: boolean;102    readonly isOperational: boolean;103    readonly isMandatory: boolean;104    readonly type: 'Normal' | 'Operational' | 'Mandatory';105  }106107  /** @name FrameSupportWeightsPays (21) */108  interface FrameSupportWeightsPays extends Enum {109    readonly isYes: boolean;110    readonly isNo: boolean;111    readonly type: 'Yes' | 'No';112  }113114  /** @name SpRuntimeDispatchError (22) */115  interface SpRuntimeDispatchError extends Enum {116    readonly isOther: boolean;117    readonly isCannotLookup: boolean;118    readonly isBadOrigin: boolean;119    readonly isModule: boolean;120    readonly asModule: SpRuntimeModuleError;121    readonly isConsumerRemaining: boolean;122    readonly isNoProviders: boolean;123    readonly isTooManyConsumers: boolean;124    readonly isToken: boolean;125    readonly asToken: SpRuntimeTokenError;126    readonly isArithmetic: boolean;127    readonly asArithmetic: SpRuntimeArithmeticError;128    readonly isTransactional: boolean;129    readonly asTransactional: SpRuntimeTransactionalError;130    readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';131  }132133  /** @name SpRuntimeModuleError (23) */134  interface SpRuntimeModuleError extends Struct {135    readonly index: u8;136    readonly error: U8aFixed;137  }138139  /** @name SpRuntimeTokenError (24) */140  interface SpRuntimeTokenError extends Enum {141    readonly isNoFunds: boolean;142    readonly isWouldDie: boolean;143    readonly isBelowMinimum: boolean;144    readonly isCannotCreate: boolean;145    readonly isUnknownAsset: boolean;146    readonly isFrozen: boolean;147    readonly isUnsupported: boolean;148    readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';149  }150151  /** @name SpRuntimeArithmeticError (25) */152  interface SpRuntimeArithmeticError extends Enum {153    readonly isUnderflow: boolean;154    readonly isOverflow: boolean;155    readonly isDivisionByZero: boolean;156    readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';157  }158159  /** @name SpRuntimeTransactionalError (26) */160  interface SpRuntimeTransactionalError extends Enum {161    readonly isLimitReached: boolean;162    readonly isNoLayer: boolean;163    readonly type: 'LimitReached' | 'NoLayer';164  }165166  /** @name CumulusPalletParachainSystemEvent (27) */167  interface CumulusPalletParachainSystemEvent extends Enum {168    readonly isValidationFunctionStored: boolean;169    readonly isValidationFunctionApplied: boolean;170    readonly asValidationFunctionApplied: {171      readonly relayChainBlockNum: u32;172    } & Struct;173    readonly isValidationFunctionDiscarded: boolean;174    readonly isUpgradeAuthorized: boolean;175    readonly asUpgradeAuthorized: {176      readonly codeHash: H256;177    } & Struct;178    readonly isDownwardMessagesReceived: boolean;179    readonly asDownwardMessagesReceived: {180      readonly count: u32;181    } & Struct;182    readonly isDownwardMessagesProcessed: boolean;183    readonly asDownwardMessagesProcessed: {184      readonly weightUsed: u64;185      readonly dmqHead: H256;186    } & Struct;187    readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';188  }189190  /** @name PalletBalancesEvent (28) */191  interface PalletBalancesEvent extends Enum {192    readonly isEndowed: boolean;193    readonly asEndowed: {194      readonly account: AccountId32;195      readonly freeBalance: u128;196    } & Struct;197    readonly isDustLost: boolean;198    readonly asDustLost: {199      readonly account: AccountId32;200      readonly amount: u128;201    } & Struct;202    readonly isTransfer: boolean;203    readonly asTransfer: {204      readonly from: AccountId32;205      readonly to: AccountId32;206      readonly amount: u128;207    } & Struct;208    readonly isBalanceSet: boolean;209    readonly asBalanceSet: {210      readonly who: AccountId32;211      readonly free: u128;212      readonly reserved: u128;213    } & Struct;214    readonly isReserved: boolean;215    readonly asReserved: {216      readonly who: AccountId32;217      readonly amount: u128;218    } & Struct;219    readonly isUnreserved: boolean;220    readonly asUnreserved: {221      readonly who: AccountId32;222      readonly amount: u128;223    } & Struct;224    readonly isReserveRepatriated: boolean;225    readonly asReserveRepatriated: {226      readonly from: AccountId32;227      readonly to: AccountId32;228      readonly amount: u128;229      readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;230    } & Struct;231    readonly isDeposit: boolean;232    readonly asDeposit: {233      readonly who: AccountId32;234      readonly amount: u128;235    } & Struct;236    readonly isWithdraw: boolean;237    readonly asWithdraw: {238      readonly who: AccountId32;239      readonly amount: u128;240    } & Struct;241    readonly isSlashed: boolean;242    readonly asSlashed: {243      readonly who: AccountId32;244      readonly amount: u128;245    } & Struct;246    readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';247  }248249  /** @name FrameSupportTokensMiscBalanceStatus (29) */250  interface FrameSupportTokensMiscBalanceStatus extends Enum {251    readonly isFree: boolean;252    readonly isReserved: boolean;253    readonly type: 'Free' | 'Reserved';254  }255256  /** @name PalletTransactionPaymentEvent (30) */257  interface PalletTransactionPaymentEvent extends Enum {258    readonly isTransactionFeePaid: boolean;259    readonly asTransactionFeePaid: {260      readonly who: AccountId32;261      readonly actualFee: u128;262      readonly tip: u128;263    } & Struct;264    readonly type: 'TransactionFeePaid';265  }266267  /** @name PalletTreasuryEvent (31) */268  interface PalletTreasuryEvent extends Enum {269    readonly isProposed: boolean;270    readonly asProposed: {271      readonly proposalIndex: u32;272    } & Struct;273    readonly isSpending: boolean;274    readonly asSpending: {275      readonly budgetRemaining: u128;276    } & Struct;277    readonly isAwarded: boolean;278    readonly asAwarded: {279      readonly proposalIndex: u32;280      readonly award: u128;281      readonly account: AccountId32;282    } & Struct;283    readonly isRejected: boolean;284    readonly asRejected: {285      readonly proposalIndex: u32;286      readonly slashed: u128;287    } & Struct;288    readonly isBurnt: boolean;289    readonly asBurnt: {290      readonly burntFunds: u128;291    } & Struct;292    readonly isRollover: boolean;293    readonly asRollover: {294      readonly rolloverBalance: u128;295    } & Struct;296    readonly isDeposit: boolean;297    readonly asDeposit: {298      readonly value: u128;299    } & Struct;300    readonly isSpendApproved: boolean;301    readonly asSpendApproved: {302      readonly proposalIndex: u32;303      readonly amount: u128;304      readonly beneficiary: AccountId32;305    } & Struct;306    readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';307  }308309  /** @name PalletSudoEvent (32) */310  interface PalletSudoEvent extends Enum {311    readonly isSudid: boolean;312    readonly asSudid: {313      readonly sudoResult: Result<Null, SpRuntimeDispatchError>;314    } & Struct;315    readonly isKeyChanged: boolean;316    readonly asKeyChanged: {317      readonly oldSudoer: Option<AccountId32>;318    } & Struct;319    readonly isSudoAsDone: boolean;320    readonly asSudoAsDone: {321      readonly sudoResult: Result<Null, SpRuntimeDispatchError>;322    } & Struct;323    readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';324  }325326  /** @name OrmlVestingModuleEvent (36) */327  interface OrmlVestingModuleEvent extends Enum {328    readonly isVestingScheduleAdded: boolean;329    readonly asVestingScheduleAdded: {330      readonly from: AccountId32;331      readonly to: AccountId32;332      readonly vestingSchedule: OrmlVestingVestingSchedule;333    } & Struct;334    readonly isClaimed: boolean;335    readonly asClaimed: {336      readonly who: AccountId32;337      readonly amount: u128;338    } & Struct;339    readonly isVestingSchedulesUpdated: boolean;340    readonly asVestingSchedulesUpdated: {341      readonly who: AccountId32;342    } & Struct;343    readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';344  }345346  /** @name OrmlVestingVestingSchedule (37) */347  interface OrmlVestingVestingSchedule extends Struct {348    readonly start: u32;349    readonly period: u32;350    readonly periodCount: u32;351    readonly perPeriod: Compact<u128>;352  }353354  /** @name OrmlXtokensModuleEvent (39) */355  interface OrmlXtokensModuleEvent extends Enum {356    readonly isTransferredMultiAssets: boolean;357    readonly asTransferredMultiAssets: {358      readonly sender: AccountId32;359      readonly assets: XcmV1MultiassetMultiAssets;360      readonly fee: XcmV1MultiAsset;361      readonly dest: XcmV1MultiLocation;362    } & Struct;363    readonly type: 'TransferredMultiAssets';364  }365366  /** @name XcmV1MultiassetMultiAssets (40) */367  interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}368369  /** @name XcmV1MultiAsset (42) */370  interface XcmV1MultiAsset extends Struct {371    readonly id: XcmV1MultiassetAssetId;372    readonly fun: XcmV1MultiassetFungibility;373  }374375  /** @name XcmV1MultiassetAssetId (43) */376  interface XcmV1MultiassetAssetId extends Enum {377    readonly isConcrete: boolean;378    readonly asConcrete: XcmV1MultiLocation;379    readonly isAbstract: boolean;380    readonly asAbstract: Bytes;381    readonly type: 'Concrete' | 'Abstract';382  }383384  /** @name XcmV1MultiLocation (44) */385  interface XcmV1MultiLocation extends Struct {386    readonly parents: u8;387    readonly interior: XcmV1MultilocationJunctions;388  }389390  /** @name XcmV1MultilocationJunctions (45) */391  interface XcmV1MultilocationJunctions extends Enum {392    readonly isHere: boolean;393    readonly isX1: boolean;394    readonly asX1: XcmV1Junction;395    readonly isX2: boolean;396    readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;397    readonly isX3: boolean;398    readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;399    readonly isX4: boolean;400    readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;401    readonly isX5: boolean;402    readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;403    readonly isX6: boolean;404    readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;405    readonly isX7: boolean;406    readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;407    readonly isX8: boolean;408    readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;409    readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';410  }411412  /** @name XcmV1Junction (46) */413  interface XcmV1Junction extends Enum {414    readonly isParachain: boolean;415    readonly asParachain: Compact<u32>;416    readonly isAccountId32: boolean;417    readonly asAccountId32: {418      readonly network: XcmV0JunctionNetworkId;419      readonly id: U8aFixed;420    } & Struct;421    readonly isAccountIndex64: boolean;422    readonly asAccountIndex64: {423      readonly network: XcmV0JunctionNetworkId;424      readonly index: Compact<u64>;425    } & Struct;426    readonly isAccountKey20: boolean;427    readonly asAccountKey20: {428      readonly network: XcmV0JunctionNetworkId;429      readonly key: U8aFixed;430    } & Struct;431    readonly isPalletInstance: boolean;432    readonly asPalletInstance: u8;433    readonly isGeneralIndex: boolean;434    readonly asGeneralIndex: Compact<u128>;435    readonly isGeneralKey: boolean;436    readonly asGeneralKey: Bytes;437    readonly isOnlyChild: boolean;438    readonly isPlurality: boolean;439    readonly asPlurality: {440      readonly id: XcmV0JunctionBodyId;441      readonly part: XcmV0JunctionBodyPart;442    } & Struct;443    readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';444  }445446  /** @name XcmV0JunctionNetworkId (48) */447  interface XcmV0JunctionNetworkId extends Enum {448    readonly isAny: boolean;449    readonly isNamed: boolean;450    readonly asNamed: Bytes;451    readonly isPolkadot: boolean;452    readonly isKusama: boolean;453    readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';454  }455456  /** @name XcmV0JunctionBodyId (52) */457  interface XcmV0JunctionBodyId extends Enum {458    readonly isUnit: boolean;459    readonly isNamed: boolean;460    readonly asNamed: Bytes;461    readonly isIndex: boolean;462    readonly asIndex: Compact<u32>;463    readonly isExecutive: boolean;464    readonly isTechnical: boolean;465    readonly isLegislative: boolean;466    readonly isJudicial: boolean;467    readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';468  }469470  /** @name XcmV0JunctionBodyPart (53) */471  interface XcmV0JunctionBodyPart extends Enum {472    readonly isVoice: boolean;473    readonly isMembers: boolean;474    readonly asMembers: {475      readonly count: Compact<u32>;476    } & Struct;477    readonly isFraction: boolean;478    readonly asFraction: {479      readonly nom: Compact<u32>;480      readonly denom: Compact<u32>;481    } & Struct;482    readonly isAtLeastProportion: boolean;483    readonly asAtLeastProportion: {484      readonly nom: Compact<u32>;485      readonly denom: Compact<u32>;486    } & Struct;487    readonly isMoreThanProportion: boolean;488    readonly asMoreThanProportion: {489      readonly nom: Compact<u32>;490      readonly denom: Compact<u32>;491    } & Struct;492    readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';493  }494495  /** @name XcmV1MultiassetFungibility (54) */496  interface XcmV1MultiassetFungibility extends Enum {497    readonly isFungible: boolean;498    readonly asFungible: Compact<u128>;499    readonly isNonFungible: boolean;500    readonly asNonFungible: XcmV1MultiassetAssetInstance;501    readonly type: 'Fungible' | 'NonFungible';502  }503504  /** @name XcmV1MultiassetAssetInstance (55) */505  interface XcmV1MultiassetAssetInstance extends Enum {506    readonly isUndefined: boolean;507    readonly isIndex: boolean;508    readonly asIndex: Compact<u128>;509    readonly isArray4: boolean;510    readonly asArray4: U8aFixed;511    readonly isArray8: boolean;512    readonly asArray8: U8aFixed;513    readonly isArray16: boolean;514    readonly asArray16: U8aFixed;515    readonly isArray32: boolean;516    readonly asArray32: U8aFixed;517    readonly isBlob: boolean;518    readonly asBlob: Bytes;519    readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';520  }521522  /** @name OrmlTokensModuleEvent (58) */523  interface OrmlTokensModuleEvent extends Enum {524    readonly isEndowed: boolean;525    readonly asEndowed: {526      readonly currencyId: PalletForeignAssetsAssetIds;527      readonly who: AccountId32;528      readonly amount: u128;529    } & Struct;530    readonly isDustLost: boolean;531    readonly asDustLost: {532      readonly currencyId: PalletForeignAssetsAssetIds;533      readonly who: AccountId32;534      readonly amount: u128;535    } & Struct;536    readonly isTransfer: boolean;537    readonly asTransfer: {538      readonly currencyId: PalletForeignAssetsAssetIds;539      readonly from: AccountId32;540      readonly to: AccountId32;541      readonly amount: u128;542    } & Struct;543    readonly isReserved: boolean;544    readonly asReserved: {545      readonly currencyId: PalletForeignAssetsAssetIds;546      readonly who: AccountId32;547      readonly amount: u128;548    } & Struct;549    readonly isUnreserved: boolean;550    readonly asUnreserved: {551      readonly currencyId: PalletForeignAssetsAssetIds;552      readonly who: AccountId32;553      readonly amount: u128;554    } & Struct;555    readonly isReserveRepatriated: boolean;556    readonly asReserveRepatriated: {557      readonly currencyId: PalletForeignAssetsAssetIds;558      readonly from: AccountId32;559      readonly to: AccountId32;560      readonly amount: u128;561      readonly status: FrameSupportTokensMiscBalanceStatus;562    } & Struct;563    readonly isBalanceSet: boolean;564    readonly asBalanceSet: {565      readonly currencyId: PalletForeignAssetsAssetIds;566      readonly who: AccountId32;567      readonly free: u128;568      readonly reserved: u128;569    } & Struct;570    readonly isTotalIssuanceSet: boolean;571    readonly asTotalIssuanceSet: {572      readonly currencyId: PalletForeignAssetsAssetIds;573      readonly amount: u128;574    } & Struct;575    readonly isWithdrawn: boolean;576    readonly asWithdrawn: {577      readonly currencyId: PalletForeignAssetsAssetIds;578      readonly who: AccountId32;579      readonly amount: u128;580    } & Struct;581    readonly isSlashed: boolean;582    readonly asSlashed: {583      readonly currencyId: PalletForeignAssetsAssetIds;584      readonly who: AccountId32;585      readonly freeAmount: u128;586      readonly reservedAmount: u128;587    } & Struct;588    readonly isDeposited: boolean;589    readonly asDeposited: {590      readonly currencyId: PalletForeignAssetsAssetIds;591      readonly who: AccountId32;592      readonly amount: u128;593    } & Struct;594    readonly isLockSet: boolean;595    readonly asLockSet: {596      readonly lockId: U8aFixed;597      readonly currencyId: PalletForeignAssetsAssetIds;598      readonly who: AccountId32;599      readonly amount: u128;600    } & Struct;601    readonly isLockRemoved: boolean;602    readonly asLockRemoved: {603      readonly lockId: U8aFixed;604      readonly currencyId: PalletForeignAssetsAssetIds;605      readonly who: AccountId32;606    } & Struct;607    readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';608  }609610  /** @name PalletForeignAssetsAssetIds (59) */611  interface PalletForeignAssetsAssetIds extends Enum {612    readonly isForeignAssetId: boolean;613    readonly asForeignAssetId: u32;614    readonly isNativeAssetId: boolean;615    readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;616    readonly type: 'ForeignAssetId' | 'NativeAssetId';617  }618619  /** @name PalletForeignAssetsNativeCurrency (60) */620  interface PalletForeignAssetsNativeCurrency extends Enum {621    readonly isHere: boolean;622    readonly isParent: boolean;623    readonly type: 'Here' | 'Parent';624  }625626  /** @name CumulusPalletXcmpQueueEvent (61) */627  interface CumulusPalletXcmpQueueEvent extends Enum {628    readonly isSuccess: boolean;629    readonly asSuccess: {630      readonly messageHash: Option<H256>;631      readonly weight: u64;632    } & Struct;633    readonly isFail: boolean;634    readonly asFail: {635      readonly messageHash: Option<H256>;636      readonly error: XcmV2TraitsError;637      readonly weight: u64;638    } & Struct;639    readonly isBadVersion: boolean;640    readonly asBadVersion: {641      readonly messageHash: Option<H256>;642    } & Struct;643    readonly isBadFormat: boolean;644    readonly asBadFormat: {645      readonly messageHash: Option<H256>;646    } & Struct;647    readonly isUpwardMessageSent: boolean;648    readonly asUpwardMessageSent: {649      readonly messageHash: Option<H256>;650    } & Struct;651    readonly isXcmpMessageSent: boolean;652    readonly asXcmpMessageSent: {653      readonly messageHash: Option<H256>;654    } & Struct;655    readonly isOverweightEnqueued: boolean;656    readonly asOverweightEnqueued: {657      readonly sender: u32;658      readonly sentAt: u32;659      readonly index: u64;660      readonly required: u64;661    } & Struct;662    readonly isOverweightServiced: boolean;663    readonly asOverweightServiced: {664      readonly index: u64;665      readonly used: u64;666    } & Struct;667    readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';668  }669670  /** @name XcmV2TraitsError (63) */671  interface XcmV2TraitsError extends Enum {672    readonly isOverflow: boolean;673    readonly isUnimplemented: boolean;674    readonly isUntrustedReserveLocation: boolean;675    readonly isUntrustedTeleportLocation: boolean;676    readonly isMultiLocationFull: boolean;677    readonly isMultiLocationNotInvertible: boolean;678    readonly isBadOrigin: boolean;679    readonly isInvalidLocation: boolean;680    readonly isAssetNotFound: boolean;681    readonly isFailedToTransactAsset: boolean;682    readonly isNotWithdrawable: boolean;683    readonly isLocationCannotHold: boolean;684    readonly isExceedsMaxMessageSize: boolean;685    readonly isDestinationUnsupported: boolean;686    readonly isTransport: boolean;687    readonly isUnroutable: boolean;688    readonly isUnknownClaim: boolean;689    readonly isFailedToDecode: boolean;690    readonly isMaxWeightInvalid: boolean;691    readonly isNotHoldingFees: boolean;692    readonly isTooExpensive: boolean;693    readonly isTrap: boolean;694    readonly asTrap: u64;695    readonly isUnhandledXcmVersion: boolean;696    readonly isWeightLimitReached: boolean;697    readonly asWeightLimitReached: u64;698    readonly isBarrier: boolean;699    readonly isWeightNotComputable: boolean;700    readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';701  }702703  /** @name PalletXcmEvent (65) */704  interface PalletXcmEvent extends Enum {705    readonly isAttempted: boolean;706    readonly asAttempted: XcmV2TraitsOutcome;707    readonly isSent: boolean;708    readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;709    readonly isUnexpectedResponse: boolean;710    readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;711    readonly isResponseReady: boolean;712    readonly asResponseReady: ITuple<[u64, XcmV2Response]>;713    readonly isNotified: boolean;714    readonly asNotified: ITuple<[u64, u8, u8]>;715    readonly isNotifyOverweight: boolean;716    readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>;717    readonly isNotifyDispatchError: boolean;718    readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;719    readonly isNotifyDecodeFailed: boolean;720    readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;721    readonly isInvalidResponder: boolean;722    readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;723    readonly isInvalidResponderVersion: boolean;724    readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;725    readonly isResponseTaken: boolean;726    readonly asResponseTaken: u64;727    readonly isAssetsTrapped: boolean;728    readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;729    readonly isVersionChangeNotified: boolean;730    readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;731    readonly isSupportedVersionChanged: boolean;732    readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;733    readonly isNotifyTargetSendFail: boolean;734    readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;735    readonly isNotifyTargetMigrationFail: boolean;736    readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;737    readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';738  }739740  /** @name XcmV2TraitsOutcome (66) */741  interface XcmV2TraitsOutcome extends Enum {742    readonly isComplete: boolean;743    readonly asComplete: u64;744    readonly isIncomplete: boolean;745    readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;746    readonly isError: boolean;747    readonly asError: XcmV2TraitsError;748    readonly type: 'Complete' | 'Incomplete' | 'Error';749  }750751  /** @name XcmV2Xcm (67) */752  interface XcmV2Xcm extends Vec<XcmV2Instruction> {}753754  /** @name XcmV2Instruction (69) */755  interface XcmV2Instruction extends Enum {756    readonly isWithdrawAsset: boolean;757    readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;758    readonly isReserveAssetDeposited: boolean;759    readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;760    readonly isReceiveTeleportedAsset: boolean;761    readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;762    readonly isQueryResponse: boolean;763    readonly asQueryResponse: {764      readonly queryId: Compact<u64>;765      readonly response: XcmV2Response;766      readonly maxWeight: Compact<u64>;767    } & Struct;768    readonly isTransferAsset: boolean;769    readonly asTransferAsset: {770      readonly assets: XcmV1MultiassetMultiAssets;771      readonly beneficiary: XcmV1MultiLocation;772    } & Struct;773    readonly isTransferReserveAsset: boolean;774    readonly asTransferReserveAsset: {775      readonly assets: XcmV1MultiassetMultiAssets;776      readonly dest: XcmV1MultiLocation;777      readonly xcm: XcmV2Xcm;778    } & Struct;779    readonly isTransact: boolean;780    readonly asTransact: {781      readonly originType: XcmV0OriginKind;782      readonly requireWeightAtMost: Compact<u64>;783      readonly call: XcmDoubleEncoded;784    } & Struct;785    readonly isHrmpNewChannelOpenRequest: boolean;786    readonly asHrmpNewChannelOpenRequest: {787      readonly sender: Compact<u32>;788      readonly maxMessageSize: Compact<u32>;789      readonly maxCapacity: Compact<u32>;790    } & Struct;791    readonly isHrmpChannelAccepted: boolean;792    readonly asHrmpChannelAccepted: {793      readonly recipient: Compact<u32>;794    } & Struct;795    readonly isHrmpChannelClosing: boolean;796    readonly asHrmpChannelClosing: {797      readonly initiator: Compact<u32>;798      readonly sender: Compact<u32>;799      readonly recipient: Compact<u32>;800    } & Struct;801    readonly isClearOrigin: boolean;802    readonly isDescendOrigin: boolean;803    readonly asDescendOrigin: XcmV1MultilocationJunctions;804    readonly isReportError: boolean;805    readonly asReportError: {806      readonly queryId: Compact<u64>;807      readonly dest: XcmV1MultiLocation;808      readonly maxResponseWeight: Compact<u64>;809    } & Struct;810    readonly isDepositAsset: boolean;811    readonly asDepositAsset: {812      readonly assets: XcmV1MultiassetMultiAssetFilter;813      readonly maxAssets: Compact<u32>;814      readonly beneficiary: XcmV1MultiLocation;815    } & Struct;816    readonly isDepositReserveAsset: boolean;817    readonly asDepositReserveAsset: {818      readonly assets: XcmV1MultiassetMultiAssetFilter;819      readonly maxAssets: Compact<u32>;820      readonly dest: XcmV1MultiLocation;821      readonly xcm: XcmV2Xcm;822    } & Struct;823    readonly isExchangeAsset: boolean;824    readonly asExchangeAsset: {825      readonly give: XcmV1MultiassetMultiAssetFilter;826      readonly receive: XcmV1MultiassetMultiAssets;827    } & Struct;828    readonly isInitiateReserveWithdraw: boolean;829    readonly asInitiateReserveWithdraw: {830      readonly assets: XcmV1MultiassetMultiAssetFilter;831      readonly reserve: XcmV1MultiLocation;832      readonly xcm: XcmV2Xcm;833    } & Struct;834    readonly isInitiateTeleport: boolean;835    readonly asInitiateTeleport: {836      readonly assets: XcmV1MultiassetMultiAssetFilter;837      readonly dest: XcmV1MultiLocation;838      readonly xcm: XcmV2Xcm;839    } & Struct;840    readonly isQueryHolding: boolean;841    readonly asQueryHolding: {842      readonly queryId: Compact<u64>;843      readonly dest: XcmV1MultiLocation;844      readonly assets: XcmV1MultiassetMultiAssetFilter;845      readonly maxResponseWeight: Compact<u64>;846    } & Struct;847    readonly isBuyExecution: boolean;848    readonly asBuyExecution: {849      readonly fees: XcmV1MultiAsset;850      readonly weightLimit: XcmV2WeightLimit;851    } & Struct;852    readonly isRefundSurplus: boolean;853    readonly isSetErrorHandler: boolean;854    readonly asSetErrorHandler: XcmV2Xcm;855    readonly isSetAppendix: boolean;856    readonly asSetAppendix: XcmV2Xcm;857    readonly isClearError: boolean;858    readonly isClaimAsset: boolean;859    readonly asClaimAsset: {860      readonly assets: XcmV1MultiassetMultiAssets;861      readonly ticket: XcmV1MultiLocation;862    } & Struct;863    readonly isTrap: boolean;864    readonly asTrap: Compact<u64>;865    readonly isSubscribeVersion: boolean;866    readonly asSubscribeVersion: {867      readonly queryId: Compact<u64>;868      readonly maxResponseWeight: Compact<u64>;869    } & Struct;870    readonly isUnsubscribeVersion: boolean;871    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';872  }873874  /** @name XcmV2Response (70) */875  interface XcmV2Response extends Enum {876    readonly isNull: boolean;877    readonly isAssets: boolean;878    readonly asAssets: XcmV1MultiassetMultiAssets;879    readonly isExecutionResult: boolean;880    readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;881    readonly isVersion: boolean;882    readonly asVersion: u32;883    readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';884  }885886  /** @name XcmV0OriginKind (73) */887  interface XcmV0OriginKind extends Enum {888    readonly isNative: boolean;889    readonly isSovereignAccount: boolean;890    readonly isSuperuser: boolean;891    readonly isXcm: boolean;892    readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';893  }894895  /** @name XcmDoubleEncoded (74) */896  interface XcmDoubleEncoded extends Struct {897    readonly encoded: Bytes;898  }899900  /** @name XcmV1MultiassetMultiAssetFilter (75) */901  interface XcmV1MultiassetMultiAssetFilter extends Enum {902    readonly isDefinite: boolean;903    readonly asDefinite: XcmV1MultiassetMultiAssets;904    readonly isWild: boolean;905    readonly asWild: XcmV1MultiassetWildMultiAsset;906    readonly type: 'Definite' | 'Wild';907  }908909  /** @name XcmV1MultiassetWildMultiAsset (76) */910  interface XcmV1MultiassetWildMultiAsset extends Enum {911    readonly isAll: boolean;912    readonly isAllOf: boolean;913    readonly asAllOf: {914      readonly id: XcmV1MultiassetAssetId;915      readonly fun: XcmV1MultiassetWildFungibility;916    } & Struct;917    readonly type: 'All' | 'AllOf';918  }919920  /** @name XcmV1MultiassetWildFungibility (77) */921  interface XcmV1MultiassetWildFungibility extends Enum {922    readonly isFungible: boolean;923    readonly isNonFungible: boolean;924    readonly type: 'Fungible' | 'NonFungible';925  }926927  /** @name XcmV2WeightLimit (78) */928  interface XcmV2WeightLimit extends Enum {929    readonly isUnlimited: boolean;930    readonly isLimited: boolean;931    readonly asLimited: Compact<u64>;932    readonly type: 'Unlimited' | 'Limited';933  }934935  /** @name XcmVersionedMultiAssets (80) */936  interface XcmVersionedMultiAssets extends Enum {937    readonly isV0: boolean;938    readonly asV0: Vec<XcmV0MultiAsset>;939    readonly isV1: boolean;940    readonly asV1: XcmV1MultiassetMultiAssets;941    readonly type: 'V0' | 'V1';942  }943944  /** @name XcmV0MultiAsset (82) */945  interface XcmV0MultiAsset extends Enum {946    readonly isNone: boolean;947    readonly isAll: boolean;948    readonly isAllFungible: boolean;949    readonly isAllNonFungible: boolean;950    readonly isAllAbstractFungible: boolean;951    readonly asAllAbstractFungible: {952      readonly id: Bytes;953    } & Struct;954    readonly isAllAbstractNonFungible: boolean;955    readonly asAllAbstractNonFungible: {956      readonly class: Bytes;957    } & Struct;958    readonly isAllConcreteFungible: boolean;959    readonly asAllConcreteFungible: {960      readonly id: XcmV0MultiLocation;961    } & Struct;962    readonly isAllConcreteNonFungible: boolean;963    readonly asAllConcreteNonFungible: {964      readonly class: XcmV0MultiLocation;965    } & Struct;966    readonly isAbstractFungible: boolean;967    readonly asAbstractFungible: {968      readonly id: Bytes;969      readonly amount: Compact<u128>;970    } & Struct;971    readonly isAbstractNonFungible: boolean;972    readonly asAbstractNonFungible: {973      readonly class: Bytes;974      readonly instance: XcmV1MultiassetAssetInstance;975    } & Struct;976    readonly isConcreteFungible: boolean;977    readonly asConcreteFungible: {978      readonly id: XcmV0MultiLocation;979      readonly amount: Compact<u128>;980    } & Struct;981    readonly isConcreteNonFungible: boolean;982    readonly asConcreteNonFungible: {983      readonly class: XcmV0MultiLocation;984      readonly instance: XcmV1MultiassetAssetInstance;985    } & Struct;986    readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';987  }988989  /** @name XcmV0MultiLocation (83) */990  interface XcmV0MultiLocation extends Enum {991    readonly isNull: boolean;992    readonly isX1: boolean;993    readonly asX1: XcmV0Junction;994    readonly isX2: boolean;995    readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;996    readonly isX3: boolean;997    readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;998    readonly isX4: boolean;999    readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1000    readonly isX5: boolean;1001    readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1002    readonly isX6: boolean;1003    readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1004    readonly isX7: boolean;1005    readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1006    readonly isX8: boolean;1007    readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1008    readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';1009  }10101011  /** @name XcmV0Junction (84) */1012  interface XcmV0Junction extends Enum {1013    readonly isParent: boolean;1014    readonly isParachain: boolean;1015    readonly asParachain: Compact<u32>;1016    readonly isAccountId32: boolean;1017    readonly asAccountId32: {1018      readonly network: XcmV0JunctionNetworkId;1019      readonly id: U8aFixed;1020    } & Struct;1021    readonly isAccountIndex64: boolean;1022    readonly asAccountIndex64: {1023      readonly network: XcmV0JunctionNetworkId;1024      readonly index: Compact<u64>;1025    } & Struct;1026    readonly isAccountKey20: boolean;1027    readonly asAccountKey20: {1028      readonly network: XcmV0JunctionNetworkId;1029      readonly key: U8aFixed;1030    } & Struct;1031    readonly isPalletInstance: boolean;1032    readonly asPalletInstance: u8;1033    readonly isGeneralIndex: boolean;1034    readonly asGeneralIndex: Compact<u128>;1035    readonly isGeneralKey: boolean;1036    readonly asGeneralKey: Bytes;1037    readonly isOnlyChild: boolean;1038    readonly isPlurality: boolean;1039    readonly asPlurality: {1040      readonly id: XcmV0JunctionBodyId;1041      readonly part: XcmV0JunctionBodyPart;1042    } & Struct;1043    readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';1044  }10451046  /** @name XcmVersionedMultiLocation (85) */1047  interface XcmVersionedMultiLocation extends Enum {1048    readonly isV0: boolean;1049    readonly asV0: XcmV0MultiLocation;1050    readonly isV1: boolean;1051    readonly asV1: XcmV1MultiLocation;1052    readonly type: 'V0' | 'V1';1053  }10541055  /** @name CumulusPalletXcmEvent (86) */1056  interface CumulusPalletXcmEvent extends Enum {1057    readonly isInvalidFormat: boolean;1058    readonly asInvalidFormat: U8aFixed;1059    readonly isUnsupportedVersion: boolean;1060    readonly asUnsupportedVersion: U8aFixed;1061    readonly isExecutedDownward: boolean;1062    readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;1063    readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';1064  }10651066  /** @name CumulusPalletDmpQueueEvent (87) */1067  interface CumulusPalletDmpQueueEvent extends Enum {1068    readonly isInvalidFormat: boolean;1069    readonly asInvalidFormat: {1070      readonly messageId: U8aFixed;1071    } & Struct;1072    readonly isUnsupportedVersion: boolean;1073    readonly asUnsupportedVersion: {1074      readonly messageId: U8aFixed;1075    } & Struct;1076    readonly isExecutedDownward: boolean;1077    readonly asExecutedDownward: {1078      readonly messageId: U8aFixed;1079      readonly outcome: XcmV2TraitsOutcome;1080    } & Struct;1081    readonly isWeightExhausted: boolean;1082    readonly asWeightExhausted: {1083      readonly messageId: U8aFixed;1084      readonly remainingWeight: u64;1085      readonly requiredWeight: u64;1086    } & Struct;1087    readonly isOverweightEnqueued: boolean;1088    readonly asOverweightEnqueued: {1089      readonly messageId: U8aFixed;1090      readonly overweightIndex: u64;1091      readonly requiredWeight: u64;1092    } & Struct;1093    readonly isOverweightServiced: boolean;1094    readonly asOverweightServiced: {1095      readonly overweightIndex: u64;1096      readonly weightUsed: u64;1097    } & Struct;1098    readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1099  }11001101  /** @name PalletUniqueRawEvent (88) */1102  interface PalletUniqueRawEvent extends Enum {1103    readonly isCollectionSponsorRemoved: boolean;1104    readonly asCollectionSponsorRemoved: u32;1105    readonly isCollectionAdminAdded: boolean;1106    readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1107    readonly isCollectionOwnedChanged: boolean;1108    readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;1109    readonly isCollectionSponsorSet: boolean;1110    readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1111    readonly isSponsorshipConfirmed: boolean;1112    readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1113    readonly isCollectionAdminRemoved: boolean;1114    readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1115    readonly isAllowListAddressRemoved: boolean;1116    readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1117    readonly isAllowListAddressAdded: boolean;1118    readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1119    readonly isCollectionLimitSet: boolean;1120    readonly asCollectionLimitSet: u32;1121    readonly isCollectionPermissionSet: boolean;1122    readonly asCollectionPermissionSet: u32;1123    readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';1124  }11251126  /** @name PalletEvmAccountBasicCrossAccountIdRepr (89) */1127  interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1128    readonly isSubstrate: boolean;1129    readonly asSubstrate: AccountId32;1130    readonly isEthereum: boolean;1131    readonly asEthereum: H160;1132    readonly type: 'Substrate' | 'Ethereum';1133  }11341135  /** @name PalletUniqueSchedulerEvent (92) */1136  interface PalletUniqueSchedulerEvent extends Enum {1137    readonly isScheduled: boolean;1138    readonly asScheduled: {1139      readonly when: u32;1140      readonly index: u32;1141    } & Struct;1142    readonly isCanceled: boolean;1143    readonly asCanceled: {1144      readonly when: u32;1145      readonly index: u32;1146    } & Struct;1147    readonly isDispatched: boolean;1148    readonly asDispatched: {1149      readonly task: ITuple<[u32, u32]>;1150      readonly id: Option<U8aFixed>;1151      readonly result: Result<Null, SpRuntimeDispatchError>;1152    } & Struct;1153    readonly isCallLookupFailed: boolean;1154    readonly asCallLookupFailed: {1155      readonly task: ITuple<[u32, u32]>;1156      readonly id: Option<U8aFixed>;1157      readonly error: FrameSupportScheduleLookupError;1158    } & Struct;1159    readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';1160  }11611162  /** @name FrameSupportScheduleLookupError (95) */1163  interface FrameSupportScheduleLookupError extends Enum {1164    readonly isUnknown: boolean;1165    readonly isBadFormat: boolean;1166    readonly type: 'Unknown' | 'BadFormat';1167  }11681169  /** @name PalletCommonEvent (96) */1170  interface PalletCommonEvent extends Enum {1171    readonly isCollectionCreated: boolean;1172    readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1173    readonly isCollectionDestroyed: boolean;1174    readonly asCollectionDestroyed: u32;1175    readonly isItemCreated: boolean;1176    readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1177    readonly isItemDestroyed: boolean;1178    readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1179    readonly isTransfer: boolean;1180    readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1181    readonly isApproved: boolean;1182    readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1183    readonly isCollectionPropertySet: boolean;1184    readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1185    readonly isCollectionPropertyDeleted: boolean;1186    readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1187    readonly isTokenPropertySet: boolean;1188    readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1189    readonly isTokenPropertyDeleted: boolean;1190    readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1191    readonly isPropertyPermissionSet: boolean;1192    readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1193    readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';1194  }11951196  /** @name PalletStructureEvent (99) */1197  interface PalletStructureEvent extends Enum {1198    readonly isExecuted: boolean;1199    readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1200    readonly type: 'Executed';1201  }12021203  /** @name PalletRmrkCoreEvent (100) */1204  interface PalletRmrkCoreEvent extends Enum {1205    readonly isCollectionCreated: boolean;1206    readonly asCollectionCreated: {1207      readonly issuer: AccountId32;1208      readonly collectionId: u32;1209    } & Struct;1210    readonly isCollectionDestroyed: boolean;1211    readonly asCollectionDestroyed: {1212      readonly issuer: AccountId32;1213      readonly collectionId: u32;1214    } & Struct;1215    readonly isIssuerChanged: boolean;1216    readonly asIssuerChanged: {1217      readonly oldIssuer: AccountId32;1218      readonly newIssuer: AccountId32;1219      readonly collectionId: u32;1220    } & Struct;1221    readonly isCollectionLocked: boolean;1222    readonly asCollectionLocked: {1223      readonly issuer: AccountId32;1224      readonly collectionId: u32;1225    } & Struct;1226    readonly isNftMinted: boolean;1227    readonly asNftMinted: {1228      readonly owner: AccountId32;1229      readonly collectionId: u32;1230      readonly nftId: u32;1231    } & Struct;1232    readonly isNftBurned: boolean;1233    readonly asNftBurned: {1234      readonly owner: AccountId32;1235      readonly nftId: u32;1236    } & Struct;1237    readonly isNftSent: boolean;1238    readonly asNftSent: {1239      readonly sender: AccountId32;1240      readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1241      readonly collectionId: u32;1242      readonly nftId: u32;1243      readonly approvalRequired: bool;1244    } & Struct;1245    readonly isNftAccepted: boolean;1246    readonly asNftAccepted: {1247      readonly sender: AccountId32;1248      readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1249      readonly collectionId: u32;1250      readonly nftId: u32;1251    } & Struct;1252    readonly isNftRejected: boolean;1253    readonly asNftRejected: {1254      readonly sender: AccountId32;1255      readonly collectionId: u32;1256      readonly nftId: u32;1257    } & Struct;1258    readonly isPropertySet: boolean;1259    readonly asPropertySet: {1260      readonly collectionId: u32;1261      readonly maybeNftId: Option<u32>;1262      readonly key: Bytes;1263      readonly value: Bytes;1264    } & Struct;1265    readonly isResourceAdded: boolean;1266    readonly asResourceAdded: {1267      readonly nftId: u32;1268      readonly resourceId: u32;1269    } & Struct;1270    readonly isResourceRemoval: boolean;1271    readonly asResourceRemoval: {1272      readonly nftId: u32;1273      readonly resourceId: u32;1274    } & Struct;1275    readonly isResourceAccepted: boolean;1276    readonly asResourceAccepted: {1277      readonly nftId: u32;1278      readonly resourceId: u32;1279    } & Struct;1280    readonly isResourceRemovalAccepted: boolean;1281    readonly asResourceRemovalAccepted: {1282      readonly nftId: u32;1283      readonly resourceId: u32;1284    } & Struct;1285    readonly isPrioritySet: boolean;1286    readonly asPrioritySet: {1287      readonly collectionId: u32;1288      readonly nftId: u32;1289    } & Struct;1290    readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1291  }12921293  /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (101) */1294  interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1295    readonly isAccountId: boolean;1296    readonly asAccountId: AccountId32;1297    readonly isCollectionAndNftTuple: boolean;1298    readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;1299    readonly type: 'AccountId' | 'CollectionAndNftTuple';1300  }13011302  /** @name PalletRmrkEquipEvent (106) */1303  interface PalletRmrkEquipEvent extends Enum {1304    readonly isBaseCreated: boolean;1305    readonly asBaseCreated: {1306      readonly issuer: AccountId32;1307      readonly baseId: u32;1308    } & Struct;1309    readonly isEquippablesUpdated: boolean;1310    readonly asEquippablesUpdated: {1311      readonly baseId: u32;1312      readonly slotId: u32;1313    } & Struct;1314    readonly type: 'BaseCreated' | 'EquippablesUpdated';1315  }13161317  /** @name PalletForeignAssetsModuleEvent (107) */1318  interface PalletForeignAssetsModuleEvent extends Enum {1319    readonly isForeignAssetRegistered: boolean;1320    readonly asForeignAssetRegistered: {1321      readonly assetId: u32;1322      readonly assetAddress: XcmV1MultiLocation;1323      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1324    } & Struct;1325    readonly isForeignAssetUpdated: boolean;1326    readonly asForeignAssetUpdated: {1327      readonly assetId: u32;1328      readonly assetAddress: XcmV1MultiLocation;1329      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1330    } & Struct;1331    readonly isAssetRegistered: boolean;1332    readonly asAssetRegistered: {1333      readonly assetId: PalletForeignAssetsAssetIds;1334      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1335    } & Struct;1336    readonly isAssetUpdated: boolean;1337    readonly asAssetUpdated: {1338      readonly assetId: PalletForeignAssetsAssetIds;1339      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1340    } & Struct;1341    readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1342  }13431344  /** @name PalletForeignAssetsModuleAssetMetadata (108) */1345  interface PalletForeignAssetsModuleAssetMetadata extends Struct {1346    readonly name: Bytes;1347    readonly symbol: Bytes;1348    readonly decimals: u8;1349    readonly minimalBalance: u128;1350  }13511352  /** @name PalletEvmEvent (109) */1353  /** @name PalletAppPromotionEvent (103) */1354  interface PalletAppPromotionEvent extends Enum {1355    readonly isStakingRecalculation: boolean;1356    readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1357    readonly isStake: boolean;1358    readonly asStake: ITuple<[AccountId32, u128]>;1359    readonly isUnstake: boolean;1360    readonly asUnstake: ITuple<[AccountId32, u128]>;1361    readonly isSetAdmin: boolean;1362    readonly asSetAdmin: AccountId32;1363    readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1364  }13651366  /** @name PalletEvmEvent (104) */1367  interface PalletEvmEvent extends Enum {1368    readonly isLog: boolean;1369    readonly asLog: EthereumLog;1370    readonly isCreated: boolean;1371    readonly asCreated: H160;1372    readonly isCreatedFailed: boolean;1373    readonly asCreatedFailed: H160;1374    readonly isExecuted: boolean;1375    readonly asExecuted: H160;1376    readonly isExecutedFailed: boolean;1377    readonly asExecutedFailed: H160;1378    readonly isBalanceDeposit: boolean;1379    readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;1380    readonly isBalanceWithdraw: boolean;1381    readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;1382    readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';1383  }13841385  /** @name EthereumLog (105) */1386  interface EthereumLog extends Struct {1387    readonly address: H160;1388    readonly topics: Vec<H256>;1389    readonly data: Bytes;1390  }13911392  /** @name PalletEthereumEvent (109) */1393  interface PalletEthereumEvent extends Enum {1394    readonly isExecuted: boolean;1395    readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;1396    readonly type: 'Executed';1397  }13981399  /** @name EvmCoreErrorExitReason (110) */1400  interface EvmCoreErrorExitReason extends Enum {1401    readonly isSucceed: boolean;1402    readonly asSucceed: EvmCoreErrorExitSucceed;1403    readonly isError: boolean;1404    readonly asError: EvmCoreErrorExitError;1405    readonly isRevert: boolean;1406    readonly asRevert: EvmCoreErrorExitRevert;1407    readonly isFatal: boolean;1408    readonly asFatal: EvmCoreErrorExitFatal;1409    readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1410  }14111412  /** @name EvmCoreErrorExitSucceed (111) */1413  interface EvmCoreErrorExitSucceed extends Enum {1414    readonly isStopped: boolean;1415    readonly isReturned: boolean;1416    readonly isSuicided: boolean;1417    readonly type: 'Stopped' | 'Returned' | 'Suicided';1418  }14191420  /** @name EvmCoreErrorExitError (112) */1421  interface EvmCoreErrorExitError extends Enum {1422    readonly isStackUnderflow: boolean;1423    readonly isStackOverflow: boolean;1424    readonly isInvalidJump: boolean;1425    readonly isInvalidRange: boolean;1426    readonly isDesignatedInvalid: boolean;1427    readonly isCallTooDeep: boolean;1428    readonly isCreateCollision: boolean;1429    readonly isCreateContractLimit: boolean;1430    readonly isOutOfOffset: boolean;1431    readonly isOutOfGas: boolean;1432    readonly isOutOfFund: boolean;1433    readonly isPcUnderflow: boolean;1434    readonly isCreateEmpty: boolean;1435    readonly isOther: boolean;1436    readonly asOther: Text;1437    readonly isInvalidCode: boolean;1438    readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1439  }14401441  /** @name EvmCoreErrorExitRevert (115) */1442  interface EvmCoreErrorExitRevert extends Enum {1443    readonly isReverted: boolean;1444    readonly type: 'Reverted';1445  }14461447  /** @name EvmCoreErrorExitFatal (116) */1448  interface EvmCoreErrorExitFatal extends Enum {1449    readonly isNotSupported: boolean;1450    readonly isUnhandledInterrupt: boolean;1451    readonly isCallErrorAsFatal: boolean;1452    readonly asCallErrorAsFatal: EvmCoreErrorExitError;1453    readonly isOther: boolean;1454    readonly asOther: Text;1455    readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1456  }14571458  /** @name FrameSystemPhase (122) */1459  /** @name PalletEvmContractHelpersEvent (117) */1460  interface PalletEvmContractHelpersEvent extends Enum {1461    readonly isContractSponsorSet: boolean;1462    readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1463    readonly isContractSponsorshipConfirmed: boolean;1464    readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1465    readonly isContractSponsorRemoved: boolean;1466    readonly asContractSponsorRemoved: H160;1467    readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1468  }14691470  /** @name FrameSystemPhase (118) */1471  interface FrameSystemPhase extends Enum {1472    readonly isApplyExtrinsic: boolean;1473    readonly asApplyExtrinsic: u32;1474    readonly isFinalization: boolean;1475    readonly isInitialization: boolean;1476    readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1477  }14781479  /** @name FrameSystemLastRuntimeUpgradeInfo (120) */1480  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1481    readonly specVersion: Compact<u32>;1482    readonly specName: Text;1483  }14841485  /** @name FrameSystemCall (121) */1486  interface FrameSystemCall extends Enum {1487    readonly isFillBlock: boolean;1488    readonly asFillBlock: {1489      readonly ratio: Perbill;1490    } & Struct;1491    readonly isRemark: boolean;1492    readonly asRemark: {1493      readonly remark: Bytes;1494    } & Struct;1495    readonly isSetHeapPages: boolean;1496    readonly asSetHeapPages: {1497      readonly pages: u64;1498    } & Struct;1499    readonly isSetCode: boolean;1500    readonly asSetCode: {1501      readonly code: Bytes;1502    } & Struct;1503    readonly isSetCodeWithoutChecks: boolean;1504    readonly asSetCodeWithoutChecks: {1505      readonly code: Bytes;1506    } & Struct;1507    readonly isSetStorage: boolean;1508    readonly asSetStorage: {1509      readonly items: Vec<ITuple<[Bytes, Bytes]>>;1510    } & Struct;1511    readonly isKillStorage: boolean;1512    readonly asKillStorage: {1513      readonly keys_: Vec<Bytes>;1514    } & Struct;1515    readonly isKillPrefix: boolean;1516    readonly asKillPrefix: {1517      readonly prefix: Bytes;1518      readonly subkeys: u32;1519    } & Struct;1520    readonly isRemarkWithEvent: boolean;1521    readonly asRemarkWithEvent: {1522      readonly remark: Bytes;1523    } & Struct;1524    readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1525  }15261527  /** @name FrameSystemLimitsBlockWeights (126) */1528  interface FrameSystemLimitsBlockWeights extends Struct {1529    readonly baseBlock: u64;1530    readonly maxBlock: u64;1531    readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;1532  }15331534  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (127) */1535  interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {1536    readonly normal: FrameSystemLimitsWeightsPerClass;1537    readonly operational: FrameSystemLimitsWeightsPerClass;1538    readonly mandatory: FrameSystemLimitsWeightsPerClass;1539  }15401541  /** @name FrameSystemLimitsWeightsPerClass (128) */1542  interface FrameSystemLimitsWeightsPerClass extends Struct {1543    readonly baseExtrinsic: u64;1544    readonly maxExtrinsic: Option<u64>;1545    readonly maxTotal: Option<u64>;1546    readonly reserved: Option<u64>;1547  }15481549  /** @name FrameSystemLimitsBlockLength (130) */1550  interface FrameSystemLimitsBlockLength extends Struct {1551    readonly max: FrameSupportWeightsPerDispatchClassU32;1552  }15531554  /** @name FrameSupportWeightsPerDispatchClassU32 (131) */1555  interface FrameSupportWeightsPerDispatchClassU32 extends Struct {1556    readonly normal: u32;1557    readonly operational: u32;1558    readonly mandatory: u32;1559  }15601561  /** @name FrameSupportWeightsRuntimeDbWeight (132) */1562  interface FrameSupportWeightsRuntimeDbWeight extends Struct {1563    readonly read: u64;1564    readonly write: u64;1565  }15661567  /** @name SpVersionRuntimeVersion (133) */1568  interface SpVersionRuntimeVersion extends Struct {1569    readonly specName: Text;1570    readonly implName: Text;1571    readonly authoringVersion: u32;1572    readonly specVersion: u32;1573    readonly implVersion: u32;1574    readonly apis: Vec<ITuple<[U8aFixed, u32]>>;1575    readonly transactionVersion: u32;1576    readonly stateVersion: u8;1577  }15781579  /** @name FrameSystemError (138) */1580  interface FrameSystemError extends Enum {1581    readonly isInvalidSpecName: boolean;1582    readonly isSpecVersionNeedsToIncrease: boolean;1583    readonly isFailedToExtractRuntimeVersion: boolean;1584    readonly isNonDefaultComposite: boolean;1585    readonly isNonZeroRefCount: boolean;1586    readonly isCallFiltered: boolean;1587    readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1588  }15891590  /** @name PolkadotPrimitivesV2PersistedValidationData (139) */1591  interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1592    readonly parentHead: Bytes;1593    readonly relayParentNumber: u32;1594    readonly relayParentStorageRoot: H256;1595    readonly maxPovSize: u32;1596  }15971598  /** @name PolkadotPrimitivesV2UpgradeRestriction (142) */1599  interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1600    readonly isPresent: boolean;1601    readonly type: 'Present';1602  }16031604  /** @name SpTrieStorageProof (143) */1605  interface SpTrieStorageProof extends Struct {1606    readonly trieNodes: BTreeSet<Bytes>;1607  }16081609  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (145) */1610  interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1611    readonly dmqMqcHead: H256;1612    readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1613    readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1614    readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1615  }16161617  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (148) */1618  interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1619    readonly maxCapacity: u32;1620    readonly maxTotalSize: u32;1621    readonly maxMessageSize: u32;1622    readonly msgCount: u32;1623    readonly totalSize: u32;1624    readonly mqcHead: Option<H256>;1625  }16261627  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (149) */1628  interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1629    readonly maxCodeSize: u32;1630    readonly maxHeadDataSize: u32;1631    readonly maxUpwardQueueCount: u32;1632    readonly maxUpwardQueueSize: u32;1633    readonly maxUpwardMessageSize: u32;1634    readonly maxUpwardMessageNumPerCandidate: u32;1635    readonly hrmpMaxMessageNumPerCandidate: u32;1636    readonly validationUpgradeCooldown: u32;1637    readonly validationUpgradeDelay: u32;1638  }16391640  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (155) */1641  interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1642    readonly recipient: u32;1643    readonly data: Bytes;1644  }16451646  /** @name CumulusPalletParachainSystemCall (156) */1647  interface CumulusPalletParachainSystemCall extends Enum {1648    readonly isSetValidationData: boolean;1649    readonly asSetValidationData: {1650      readonly data: CumulusPrimitivesParachainInherentParachainInherentData;1651    } & Struct;1652    readonly isSudoSendUpwardMessage: boolean;1653    readonly asSudoSendUpwardMessage: {1654      readonly message: Bytes;1655    } & Struct;1656    readonly isAuthorizeUpgrade: boolean;1657    readonly asAuthorizeUpgrade: {1658      readonly codeHash: H256;1659    } & Struct;1660    readonly isEnactAuthorizedUpgrade: boolean;1661    readonly asEnactAuthorizedUpgrade: {1662      readonly code: Bytes;1663    } & Struct;1664    readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1665  }16661667  /** @name CumulusPrimitivesParachainInherentParachainInherentData (157) */1668  interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1669    readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1670    readonly relayChainState: SpTrieStorageProof;1671    readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1672    readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1673  }16741675  /** @name PolkadotCorePrimitivesInboundDownwardMessage (159) */1676  interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1677    readonly sentAt: u32;1678    readonly msg: Bytes;1679  }16801681  /** @name PolkadotCorePrimitivesInboundHrmpMessage (162) */1682  interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1683    readonly sentAt: u32;1684    readonly data: Bytes;1685  }16861687  /** @name CumulusPalletParachainSystemError (165) */1688  interface CumulusPalletParachainSystemError extends Enum {1689    readonly isOverlappingUpgrades: boolean;1690    readonly isProhibitedByPolkadot: boolean;1691    readonly isTooBig: boolean;1692    readonly isValidationDataNotAvailable: boolean;1693    readonly isHostConfigurationNotAvailable: boolean;1694    readonly isNotScheduled: boolean;1695    readonly isNothingAuthorized: boolean;1696    readonly isUnauthorized: boolean;1697    readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1698  }16991700  /** @name PalletBalancesBalanceLock (167) */1701  interface PalletBalancesBalanceLock extends Struct {1702    readonly id: U8aFixed;1703    readonly amount: u128;1704    readonly reasons: PalletBalancesReasons;1705  }17061707  /** @name PalletBalancesReasons (168) */1708  interface PalletBalancesReasons extends Enum {1709    readonly isFee: boolean;1710    readonly isMisc: boolean;1711    readonly isAll: boolean;1712    readonly type: 'Fee' | 'Misc' | 'All';1713  }17141715  /** @name PalletBalancesReserveData (171) */1716  interface PalletBalancesReserveData extends Struct {1717    readonly id: U8aFixed;1718    readonly amount: u128;1719  }17201721  /** @name PalletBalancesReleases (173) */1722  interface PalletBalancesReleases extends Enum {1723    readonly isV100: boolean;1724    readonly isV200: boolean;1725    readonly type: 'V100' | 'V200';1726  }17271728  /** @name PalletBalancesCall (174) */1729  interface PalletBalancesCall extends Enum {1730    readonly isTransfer: boolean;1731    readonly asTransfer: {1732      readonly dest: MultiAddress;1733      readonly value: Compact<u128>;1734    } & Struct;1735    readonly isSetBalance: boolean;1736    readonly asSetBalance: {1737      readonly who: MultiAddress;1738      readonly newFree: Compact<u128>;1739      readonly newReserved: Compact<u128>;1740    } & Struct;1741    readonly isForceTransfer: boolean;1742    readonly asForceTransfer: {1743      readonly source: MultiAddress;1744      readonly dest: MultiAddress;1745      readonly value: Compact<u128>;1746    } & Struct;1747    readonly isTransferKeepAlive: boolean;1748    readonly asTransferKeepAlive: {1749      readonly dest: MultiAddress;1750      readonly value: Compact<u128>;1751    } & Struct;1752    readonly isTransferAll: boolean;1753    readonly asTransferAll: {1754      readonly dest: MultiAddress;1755      readonly keepAlive: bool;1756    } & Struct;1757    readonly isForceUnreserve: boolean;1758    readonly asForceUnreserve: {1759      readonly who: MultiAddress;1760      readonly amount: u128;1761    } & Struct;1762    readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1763  }17641765  /** @name PalletBalancesError (177) */1766  interface PalletBalancesError extends Enum {1767    readonly isVestingBalance: boolean;1768    readonly isLiquidityRestrictions: boolean;1769    readonly isInsufficientBalance: boolean;1770    readonly isExistentialDeposit: boolean;1771    readonly isKeepAlive: boolean;1772    readonly isExistingVestingSchedule: boolean;1773    readonly isDeadAccount: boolean;1774    readonly isTooManyReserves: boolean;1775    readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1776  }17771778  /** @name PalletTimestampCall (179) */1779  interface PalletTimestampCall extends Enum {1780    readonly isSet: boolean;1781    readonly asSet: {1782      readonly now: Compact<u64>;1783    } & Struct;1784    readonly type: 'Set';1785  }17861787  /** @name PalletTransactionPaymentReleases (181) */1788  interface PalletTransactionPaymentReleases extends Enum {1789    readonly isV1Ancient: boolean;1790    readonly isV2: boolean;1791    readonly type: 'V1Ancient' | 'V2';1792  }17931794  /** @name PalletTreasuryProposal (182) */1795  interface PalletTreasuryProposal extends Struct {1796    readonly proposer: AccountId32;1797    readonly value: u128;1798    readonly beneficiary: AccountId32;1799    readonly bond: u128;1800  }18011802  /** @name PalletTreasuryCall (185) */1803  interface PalletTreasuryCall extends Enum {1804    readonly isProposeSpend: boolean;1805    readonly asProposeSpend: {1806      readonly value: Compact<u128>;1807      readonly beneficiary: MultiAddress;1808    } & Struct;1809    readonly isRejectProposal: boolean;1810    readonly asRejectProposal: {1811      readonly proposalId: Compact<u32>;1812    } & Struct;1813    readonly isApproveProposal: boolean;1814    readonly asApproveProposal: {1815      readonly proposalId: Compact<u32>;1816    } & Struct;1817    readonly isSpend: boolean;1818    readonly asSpend: {1819      readonly amount: Compact<u128>;1820      readonly beneficiary: MultiAddress;1821    } & Struct;1822    readonly isRemoveApproval: boolean;1823    readonly asRemoveApproval: {1824      readonly proposalId: Compact<u32>;1825    } & Struct;1826    readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1827  }18281829  /** @name FrameSupportPalletId (188) */1830  interface FrameSupportPalletId extends U8aFixed {}18311832  /** @name PalletTreasuryError (189) */1833  interface PalletTreasuryError extends Enum {1834    readonly isInsufficientProposersBalance: boolean;1835    readonly isInvalidIndex: boolean;1836    readonly isTooManyApprovals: boolean;1837    readonly isInsufficientPermission: boolean;1838    readonly isProposalNotApproved: boolean;1839    readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1840  }18411842  /** @name PalletSudoCall (190) */1843  interface PalletSudoCall extends Enum {1844    readonly isSudo: boolean;1845    readonly asSudo: {1846      readonly call: Call;1847    } & Struct;1848    readonly isSudoUncheckedWeight: boolean;1849    readonly asSudoUncheckedWeight: {1850      readonly call: Call;1851      readonly weight: u64;1852    } & Struct;1853    readonly isSetKey: boolean;1854    readonly asSetKey: {1855      readonly new_: MultiAddress;1856    } & Struct;1857    readonly isSudoAs: boolean;1858    readonly asSudoAs: {1859      readonly who: MultiAddress;1860      readonly call: Call;1861    } & Struct;1862    readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1863  }18641865  /** @name OrmlVestingModuleCall (192) */1866  interface OrmlVestingModuleCall extends Enum {1867    readonly isClaim: boolean;1868    readonly isVestedTransfer: boolean;1869    readonly asVestedTransfer: {1870      readonly dest: MultiAddress;1871      readonly schedule: OrmlVestingVestingSchedule;1872    } & Struct;1873    readonly isUpdateVestingSchedules: boolean;1874    readonly asUpdateVestingSchedules: {1875      readonly who: MultiAddress;1876      readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;1877    } & Struct;1878    readonly isClaimFor: boolean;1879    readonly asClaimFor: {1880      readonly dest: MultiAddress;1881    } & Struct;1882    readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';1883  }18841885  /** @name OrmlXtokensModuleCall (198) */1886  interface OrmlXtokensModuleCall extends Enum {1887    readonly isTransfer: boolean;1888    readonly asTransfer: {1889      readonly currencyId: PalletForeignAssetsAssetIds;1890      readonly amount: u128;1891      readonly dest: XcmVersionedMultiLocation;1892      readonly destWeight: u64;1893    } & Struct;1894    readonly isTransferMultiasset: boolean;1895    readonly asTransferMultiasset: {1896      readonly asset: XcmVersionedMultiAsset;1897      readonly dest: XcmVersionedMultiLocation;1898      readonly destWeight: u64;1899    } & Struct;1900    readonly isTransferWithFee: boolean;1901    readonly asTransferWithFee: {1902      readonly currencyId: PalletForeignAssetsAssetIds;1903      readonly amount: u128;1904      readonly fee: u128;1905      readonly dest: XcmVersionedMultiLocation;1906      readonly destWeight: u64;1907    } & Struct;1908    readonly isTransferMultiassetWithFee: boolean;1909    readonly asTransferMultiassetWithFee: {1910      readonly asset: XcmVersionedMultiAsset;1911      readonly fee: XcmVersionedMultiAsset;1912      readonly dest: XcmVersionedMultiLocation;1913      readonly destWeight: u64;1914    } & Struct;1915    readonly isTransferMulticurrencies: boolean;1916    readonly asTransferMulticurrencies: {1917      readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;1918      readonly feeItem: u32;1919      readonly dest: XcmVersionedMultiLocation;1920      readonly destWeight: u64;1921    } & Struct;1922    readonly isTransferMultiassets: boolean;1923    readonly asTransferMultiassets: {1924      readonly assets: XcmVersionedMultiAssets;1925      readonly feeItem: u32;1926      readonly dest: XcmVersionedMultiLocation;1927      readonly destWeight: u64;1928    } & Struct;1929    readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1930  }19311932  /** @name XcmVersionedMultiAsset (199) */1933  interface XcmVersionedMultiAsset extends Enum {1934    readonly isV0: boolean;1935    readonly asV0: XcmV0MultiAsset;1936    readonly isV1: boolean;1937    readonly asV1: XcmV1MultiAsset;1938    readonly type: 'V0' | 'V1';1939  }19401941  /** @name OrmlTokensModuleCall (202) */1942  interface OrmlTokensModuleCall extends Enum {1943    readonly isTransfer: boolean;1944    readonly asTransfer: {1945      readonly dest: MultiAddress;1946      readonly currencyId: PalletForeignAssetsAssetIds;1947      readonly amount: Compact<u128>;1948    } & Struct;1949    readonly isTransferAll: boolean;1950    readonly asTransferAll: {1951      readonly dest: MultiAddress;1952      readonly currencyId: PalletForeignAssetsAssetIds;1953      readonly keepAlive: bool;1954    } & Struct;1955    readonly isTransferKeepAlive: boolean;1956    readonly asTransferKeepAlive: {1957      readonly dest: MultiAddress;1958      readonly currencyId: PalletForeignAssetsAssetIds;1959      readonly amount: Compact<u128>;1960    } & Struct;1961    readonly isForceTransfer: boolean;1962    readonly asForceTransfer: {1963      readonly source: MultiAddress;1964      readonly dest: MultiAddress;1965      readonly currencyId: PalletForeignAssetsAssetIds;1966      readonly amount: Compact<u128>;1967    } & Struct;1968    readonly isSetBalance: boolean;1969    readonly asSetBalance: {1970      readonly who: MultiAddress;1971      readonly currencyId: PalletForeignAssetsAssetIds;1972      readonly newFree: Compact<u128>;1973      readonly newReserved: Compact<u128>;1974    } & Struct;1975    readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';1976  }19771978  /** @name CumulusPalletXcmpQueueCall (203) */1979  interface CumulusPalletXcmpQueueCall extends Enum {1980    readonly isServiceOverweight: boolean;1981    readonly asServiceOverweight: {1982      readonly index: u64;1983      readonly weightLimit: u64;1984    } & Struct;1985    readonly isSuspendXcmExecution: boolean;1986    readonly isResumeXcmExecution: boolean;1987    readonly isUpdateSuspendThreshold: boolean;1988    readonly asUpdateSuspendThreshold: {1989      readonly new_: u32;1990    } & Struct;1991    readonly isUpdateDropThreshold: boolean;1992    readonly asUpdateDropThreshold: {1993      readonly new_: u32;1994    } & Struct;1995    readonly isUpdateResumeThreshold: boolean;1996    readonly asUpdateResumeThreshold: {1997      readonly new_: u32;1998    } & Struct;1999    readonly isUpdateThresholdWeight: boolean;2000    readonly asUpdateThresholdWeight: {2001      readonly new_: u64;2002    } & Struct;2003    readonly isUpdateWeightRestrictDecay: boolean;2004    readonly asUpdateWeightRestrictDecay: {2005      readonly new_: u64;2006    } & Struct;2007    readonly isUpdateXcmpMaxIndividualWeight: boolean;2008    readonly asUpdateXcmpMaxIndividualWeight: {2009      readonly new_: u64;2010    } & Struct;2011    readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2012  }20132014  /** @name PalletXcmCall (195) */2015  interface PalletXcmCall extends Enum {2016    readonly isSend: boolean;2017    readonly asSend: {2018      readonly dest: XcmVersionedMultiLocation;2019      readonly message: XcmVersionedXcm;2020    } & Struct;2021    readonly isTeleportAssets: boolean;2022    readonly asTeleportAssets: {2023      readonly dest: XcmVersionedMultiLocation;2024      readonly beneficiary: XcmVersionedMultiLocation;2025      readonly assets: XcmVersionedMultiAssets;2026      readonly feeAssetItem: u32;2027    } & Struct;2028    readonly isReserveTransferAssets: boolean;2029    readonly asReserveTransferAssets: {2030      readonly dest: XcmVersionedMultiLocation;2031      readonly beneficiary: XcmVersionedMultiLocation;2032      readonly assets: XcmVersionedMultiAssets;2033      readonly feeAssetItem: u32;2034    } & Struct;2035    readonly isExecute: boolean;2036    readonly asExecute: {2037      readonly message: XcmVersionedXcm;2038      readonly maxWeight: u64;2039    } & Struct;2040    readonly isForceXcmVersion: boolean;2041    readonly asForceXcmVersion: {2042      readonly location: XcmV1MultiLocation;2043      readonly xcmVersion: u32;2044    } & Struct;2045    readonly isForceDefaultXcmVersion: boolean;2046    readonly asForceDefaultXcmVersion: {2047      readonly maybeXcmVersion: Option<u32>;2048    } & Struct;2049    readonly isForceSubscribeVersionNotify: boolean;2050    readonly asForceSubscribeVersionNotify: {2051      readonly location: XcmVersionedMultiLocation;2052    } & Struct;2053    readonly isForceUnsubscribeVersionNotify: boolean;2054    readonly asForceUnsubscribeVersionNotify: {2055      readonly location: XcmVersionedMultiLocation;2056    } & Struct;2057    readonly isLimitedReserveTransferAssets: boolean;2058    readonly asLimitedReserveTransferAssets: {2059      readonly dest: XcmVersionedMultiLocation;2060      readonly beneficiary: XcmVersionedMultiLocation;2061      readonly assets: XcmVersionedMultiAssets;2062      readonly feeAssetItem: u32;2063      readonly weightLimit: XcmV2WeightLimit;2064    } & Struct;2065    readonly isLimitedTeleportAssets: boolean;2066    readonly asLimitedTeleportAssets: {2067      readonly dest: XcmVersionedMultiLocation;2068      readonly beneficiary: XcmVersionedMultiLocation;2069      readonly assets: XcmVersionedMultiAssets;2070      readonly feeAssetItem: u32;2071      readonly weightLimit: XcmV2WeightLimit;2072    } & Struct;2073    readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2074  }20752076  /** @name XcmVersionedXcm (196) */2077  interface XcmVersionedXcm extends Enum {2078    readonly isV0: boolean;2079    readonly asV0: XcmV0Xcm;2080    readonly isV1: boolean;2081    readonly asV1: XcmV1Xcm;2082    readonly isV2: boolean;2083    readonly asV2: XcmV2Xcm;2084    readonly type: 'V0' | 'V1' | 'V2';2085  }20862087  /** @name XcmV0Xcm (197) */2088  interface XcmV0Xcm extends Enum {2089    readonly isWithdrawAsset: boolean;2090    readonly asWithdrawAsset: {2091      readonly assets: Vec<XcmV0MultiAsset>;2092      readonly effects: Vec<XcmV0Order>;2093    } & Struct;2094    readonly isReserveAssetDeposit: boolean;2095    readonly asReserveAssetDeposit: {2096      readonly assets: Vec<XcmV0MultiAsset>;2097      readonly effects: Vec<XcmV0Order>;2098    } & Struct;2099    readonly isTeleportAsset: boolean;2100    readonly asTeleportAsset: {2101      readonly assets: Vec<XcmV0MultiAsset>;2102      readonly effects: Vec<XcmV0Order>;2103    } & Struct;2104    readonly isQueryResponse: boolean;2105    readonly asQueryResponse: {2106      readonly queryId: Compact<u64>;2107      readonly response: XcmV0Response;2108    } & Struct;2109    readonly isTransferAsset: boolean;2110    readonly asTransferAsset: {2111      readonly assets: Vec<XcmV0MultiAsset>;2112      readonly dest: XcmV0MultiLocation;2113    } & Struct;2114    readonly isTransferReserveAsset: boolean;2115    readonly asTransferReserveAsset: {2116      readonly assets: Vec<XcmV0MultiAsset>;2117      readonly dest: XcmV0MultiLocation;2118      readonly effects: Vec<XcmV0Order>;2119    } & Struct;2120    readonly isTransact: boolean;2121    readonly asTransact: {2122      readonly originType: XcmV0OriginKind;2123      readonly requireWeightAtMost: u64;2124      readonly call: XcmDoubleEncoded;2125    } & Struct;2126    readonly isHrmpNewChannelOpenRequest: boolean;2127    readonly asHrmpNewChannelOpenRequest: {2128      readonly sender: Compact<u32>;2129      readonly maxMessageSize: Compact<u32>;2130      readonly maxCapacity: Compact<u32>;2131    } & Struct;2132    readonly isHrmpChannelAccepted: boolean;2133    readonly asHrmpChannelAccepted: {2134      readonly recipient: Compact<u32>;2135    } & Struct;2136    readonly isHrmpChannelClosing: boolean;2137    readonly asHrmpChannelClosing: {2138      readonly initiator: Compact<u32>;2139      readonly sender: Compact<u32>;2140      readonly recipient: Compact<u32>;2141    } & Struct;2142    readonly isRelayedFrom: boolean;2143    readonly asRelayedFrom: {2144      readonly who: XcmV0MultiLocation;2145      readonly message: XcmV0Xcm;2146    } & Struct;2147    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2148  }21492150  /** @name XcmV0Order (199) */2151  interface XcmV0Order extends Enum {2152    readonly isNull: boolean;2153    readonly isDepositAsset: boolean;2154    readonly asDepositAsset: {2155      readonly assets: Vec<XcmV0MultiAsset>;2156      readonly dest: XcmV0MultiLocation;2157    } & Struct;2158    readonly isDepositReserveAsset: boolean;2159    readonly asDepositReserveAsset: {2160      readonly assets: Vec<XcmV0MultiAsset>;2161      readonly dest: XcmV0MultiLocation;2162      readonly effects: Vec<XcmV0Order>;2163    } & Struct;2164    readonly isExchangeAsset: boolean;2165    readonly asExchangeAsset: {2166      readonly give: Vec<XcmV0MultiAsset>;2167      readonly receive: Vec<XcmV0MultiAsset>;2168    } & Struct;2169    readonly isInitiateReserveWithdraw: boolean;2170    readonly asInitiateReserveWithdraw: {2171      readonly assets: Vec<XcmV0MultiAsset>;2172      readonly reserve: XcmV0MultiLocation;2173      readonly effects: Vec<XcmV0Order>;2174    } & Struct;2175    readonly isInitiateTeleport: boolean;2176    readonly asInitiateTeleport: {2177      readonly assets: Vec<XcmV0MultiAsset>;2178      readonly dest: XcmV0MultiLocation;2179      readonly effects: Vec<XcmV0Order>;2180    } & Struct;2181    readonly isQueryHolding: boolean;2182    readonly asQueryHolding: {2183      readonly queryId: Compact<u64>;2184      readonly dest: XcmV0MultiLocation;2185      readonly assets: Vec<XcmV0MultiAsset>;2186    } & Struct;2187    readonly isBuyExecution: boolean;2188    readonly asBuyExecution: {2189      readonly fees: XcmV0MultiAsset;2190      readonly weight: u64;2191      readonly debt: u64;2192      readonly haltOnError: bool;2193      readonly xcm: Vec<XcmV0Xcm>;2194    } & Struct;2195    readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2196  }21972198  /** @name XcmV0Response (201) */2199  interface XcmV0Response extends Enum {2200    readonly isAssets: boolean;2201    readonly asAssets: Vec<XcmV0MultiAsset>;2202    readonly type: 'Assets';2203  }22042205  /** @name XcmV1Xcm (202) */2206  interface XcmV1Xcm extends Enum {2207    readonly isWithdrawAsset: boolean;2208    readonly asWithdrawAsset: {2209      readonly assets: XcmV1MultiassetMultiAssets;2210      readonly effects: Vec<XcmV1Order>;2211    } & Struct;2212    readonly isReserveAssetDeposited: boolean;2213    readonly asReserveAssetDeposited: {2214      readonly assets: XcmV1MultiassetMultiAssets;2215      readonly effects: Vec<XcmV1Order>;2216    } & Struct;2217    readonly isReceiveTeleportedAsset: boolean;2218    readonly asReceiveTeleportedAsset: {2219      readonly assets: XcmV1MultiassetMultiAssets;2220      readonly effects: Vec<XcmV1Order>;2221    } & Struct;2222    readonly isQueryResponse: boolean;2223    readonly asQueryResponse: {2224      readonly queryId: Compact<u64>;2225      readonly response: XcmV1Response;2226    } & Struct;2227    readonly isTransferAsset: boolean;2228    readonly asTransferAsset: {2229      readonly assets: XcmV1MultiassetMultiAssets;2230      readonly beneficiary: XcmV1MultiLocation;2231    } & Struct;2232    readonly isTransferReserveAsset: boolean;2233    readonly asTransferReserveAsset: {2234      readonly assets: XcmV1MultiassetMultiAssets;2235      readonly dest: XcmV1MultiLocation;2236      readonly effects: Vec<XcmV1Order>;2237    } & Struct;2238    readonly isTransact: boolean;2239    readonly asTransact: {2240      readonly originType: XcmV0OriginKind;2241      readonly requireWeightAtMost: u64;2242      readonly call: XcmDoubleEncoded;2243    } & Struct;2244    readonly isHrmpNewChannelOpenRequest: boolean;2245    readonly asHrmpNewChannelOpenRequest: {2246      readonly sender: Compact<u32>;2247      readonly maxMessageSize: Compact<u32>;2248      readonly maxCapacity: Compact<u32>;2249    } & Struct;2250    readonly isHrmpChannelAccepted: boolean;2251    readonly asHrmpChannelAccepted: {2252      readonly recipient: Compact<u32>;2253    } & Struct;2254    readonly isHrmpChannelClosing: boolean;2255    readonly asHrmpChannelClosing: {2256      readonly initiator: Compact<u32>;2257      readonly sender: Compact<u32>;2258      readonly recipient: Compact<u32>;2259    } & Struct;2260    readonly isRelayedFrom: boolean;2261    readonly asRelayedFrom: {2262      readonly who: XcmV1MultilocationJunctions;2263      readonly message: XcmV1Xcm;2264    } & Struct;2265    readonly isSubscribeVersion: boolean;2266    readonly asSubscribeVersion: {2267      readonly queryId: Compact<u64>;2268      readonly maxResponseWeight: Compact<u64>;2269    } & Struct;2270    readonly isUnsubscribeVersion: boolean;2271    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2272  }22732274  /** @name XcmV1Order (204) */2275  interface XcmV1Order extends Enum {2276    readonly isNoop: boolean;2277    readonly isDepositAsset: boolean;2278    readonly asDepositAsset: {2279      readonly assets: XcmV1MultiassetMultiAssetFilter;2280      readonly maxAssets: u32;2281      readonly beneficiary: XcmV1MultiLocation;2282    } & Struct;2283    readonly isDepositReserveAsset: boolean;2284    readonly asDepositReserveAsset: {2285      readonly assets: XcmV1MultiassetMultiAssetFilter;2286      readonly maxAssets: u32;2287      readonly dest: XcmV1MultiLocation;2288      readonly effects: Vec<XcmV1Order>;2289    } & Struct;2290    readonly isExchangeAsset: boolean;2291    readonly asExchangeAsset: {2292      readonly give: XcmV1MultiassetMultiAssetFilter;2293      readonly receive: XcmV1MultiassetMultiAssets;2294    } & Struct;2295    readonly isInitiateReserveWithdraw: boolean;2296    readonly asInitiateReserveWithdraw: {2297      readonly assets: XcmV1MultiassetMultiAssetFilter;2298      readonly reserve: XcmV1MultiLocation;2299      readonly effects: Vec<XcmV1Order>;2300    } & Struct;2301    readonly isInitiateTeleport: boolean;2302    readonly asInitiateTeleport: {2303      readonly assets: XcmV1MultiassetMultiAssetFilter;2304      readonly dest: XcmV1MultiLocation;2305      readonly effects: Vec<XcmV1Order>;2306    } & Struct;2307    readonly isQueryHolding: boolean;2308    readonly asQueryHolding: {2309      readonly queryId: Compact<u64>;2310      readonly dest: XcmV1MultiLocation;2311      readonly assets: XcmV1MultiassetMultiAssetFilter;2312    } & Struct;2313    readonly isBuyExecution: boolean;2314    readonly asBuyExecution: {2315      readonly fees: XcmV1MultiAsset;2316      readonly weight: u64;2317      readonly debt: u64;2318      readonly haltOnError: bool;2319      readonly instructions: Vec<XcmV1Xcm>;2320    } & Struct;2321    readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2322  }23232324  /** @name XcmV1Response (206) */2325  interface XcmV1Response extends Enum {2326    readonly isAssets: boolean;2327    readonly asAssets: XcmV1MultiassetMultiAssets;2328    readonly isVersion: boolean;2329    readonly asVersion: u32;2330    readonly type: 'Assets' | 'Version';2331  }23322333  /** @name CumulusPalletXcmCall (220) */2334  type CumulusPalletXcmCall = Null;23352336  /** @name CumulusPalletDmpQueueCall (221) */2337  interface CumulusPalletDmpQueueCall extends Enum {2338    readonly isServiceOverweight: boolean;2339    readonly asServiceOverweight: {2340      readonly index: u64;2341      readonly weightLimit: u64;2342    } & Struct;2343    readonly type: 'ServiceOverweight';2344  }23452346  /** @name PalletInflationCall (222) */2347  interface PalletInflationCall extends Enum {2348    readonly isStartInflation: boolean;2349    readonly asStartInflation: {2350      readonly inflationStartRelayBlock: u32;2351    } & Struct;2352    readonly type: 'StartInflation';2353  }23542355  /** @name PalletUniqueCall (223) */2356  interface PalletUniqueCall extends Enum {2357    readonly isCreateCollection: boolean;2358    readonly asCreateCollection: {2359      readonly collectionName: Vec<u16>;2360      readonly collectionDescription: Vec<u16>;2361      readonly tokenPrefix: Bytes;2362      readonly mode: UpDataStructsCollectionMode;2363    } & Struct;2364    readonly isCreateCollectionEx: boolean;2365    readonly asCreateCollectionEx: {2366      readonly data: UpDataStructsCreateCollectionData;2367    } & Struct;2368    readonly isDestroyCollection: boolean;2369    readonly asDestroyCollection: {2370      readonly collectionId: u32;2371    } & Struct;2372    readonly isAddToAllowList: boolean;2373    readonly asAddToAllowList: {2374      readonly collectionId: u32;2375      readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2376    } & Struct;2377    readonly isRemoveFromAllowList: boolean;2378    readonly asRemoveFromAllowList: {2379      readonly collectionId: u32;2380      readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2381    } & Struct;2382    readonly isChangeCollectionOwner: boolean;2383    readonly asChangeCollectionOwner: {2384      readonly collectionId: u32;2385      readonly newOwner: AccountId32;2386    } & Struct;2387    readonly isAddCollectionAdmin: boolean;2388    readonly asAddCollectionAdmin: {2389      readonly collectionId: u32;2390      readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2391    } & Struct;2392    readonly isRemoveCollectionAdmin: boolean;2393    readonly asRemoveCollectionAdmin: {2394      readonly collectionId: u32;2395      readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2396    } & Struct;2397    readonly isSetCollectionSponsor: boolean;2398    readonly asSetCollectionSponsor: {2399      readonly collectionId: u32;2400      readonly newSponsor: AccountId32;2401    } & Struct;2402    readonly isConfirmSponsorship: boolean;2403    readonly asConfirmSponsorship: {2404      readonly collectionId: u32;2405    } & Struct;2406    readonly isRemoveCollectionSponsor: boolean;2407    readonly asRemoveCollectionSponsor: {2408      readonly collectionId: u32;2409    } & Struct;2410    readonly isCreateItem: boolean;2411    readonly asCreateItem: {2412      readonly collectionId: u32;2413      readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2414      readonly data: UpDataStructsCreateItemData;2415    } & Struct;2416    readonly isCreateMultipleItems: boolean;2417    readonly asCreateMultipleItems: {2418      readonly collectionId: u32;2419      readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2420      readonly itemsData: Vec<UpDataStructsCreateItemData>;2421    } & Struct;2422    readonly isSetCollectionProperties: boolean;2423    readonly asSetCollectionProperties: {2424      readonly collectionId: u32;2425      readonly properties: Vec<UpDataStructsProperty>;2426    } & Struct;2427    readonly isDeleteCollectionProperties: boolean;2428    readonly asDeleteCollectionProperties: {2429      readonly collectionId: u32;2430      readonly propertyKeys: Vec<Bytes>;2431    } & Struct;2432    readonly isSetTokenProperties: boolean;2433    readonly asSetTokenProperties: {2434      readonly collectionId: u32;2435      readonly tokenId: u32;2436      readonly properties: Vec<UpDataStructsProperty>;2437    } & Struct;2438    readonly isDeleteTokenProperties: boolean;2439    readonly asDeleteTokenProperties: {2440      readonly collectionId: u32;2441      readonly tokenId: u32;2442      readonly propertyKeys: Vec<Bytes>;2443    } & Struct;2444    readonly isSetTokenPropertyPermissions: boolean;2445    readonly asSetTokenPropertyPermissions: {2446      readonly collectionId: u32;2447      readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2448    } & Struct;2449    readonly isCreateMultipleItemsEx: boolean;2450    readonly asCreateMultipleItemsEx: {2451      readonly collectionId: u32;2452      readonly data: UpDataStructsCreateItemExData;2453    } & Struct;2454    readonly isSetTransfersEnabledFlag: boolean;2455    readonly asSetTransfersEnabledFlag: {2456      readonly collectionId: u32;2457      readonly value: bool;2458    } & Struct;2459    readonly isBurnItem: boolean;2460    readonly asBurnItem: {2461      readonly collectionId: u32;2462      readonly itemId: u32;2463      readonly value: u128;2464    } & Struct;2465    readonly isBurnFrom: boolean;2466    readonly asBurnFrom: {2467      readonly collectionId: u32;2468      readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2469      readonly itemId: u32;2470      readonly value: u128;2471    } & Struct;2472    readonly isTransfer: boolean;2473    readonly asTransfer: {2474      readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2475      readonly collectionId: u32;2476      readonly itemId: u32;2477      readonly value: u128;2478    } & Struct;2479    readonly isApprove: boolean;2480    readonly asApprove: {2481      readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2482      readonly collectionId: u32;2483      readonly itemId: u32;2484      readonly amount: u128;2485    } & Struct;2486    readonly isTransferFrom: boolean;2487    readonly asTransferFrom: {2488      readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2489      readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2490      readonly collectionId: u32;2491      readonly itemId: u32;2492      readonly value: u128;2493    } & Struct;2494    readonly isSetCollectionLimits: boolean;2495    readonly asSetCollectionLimits: {2496      readonly collectionId: u32;2497      readonly newLimit: UpDataStructsCollectionLimits;2498    } & Struct;2499    readonly isSetCollectionPermissions: boolean;2500    readonly asSetCollectionPermissions: {2501      readonly collectionId: u32;2502      readonly newPermission: UpDataStructsCollectionPermissions;2503    } & Struct;2504    readonly isRepartition: boolean;2505    readonly asRepartition: {2506      readonly collectionId: u32;2507      readonly tokenId: u32;2508      readonly amount: u128;2509    } & Struct;2510    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';2511  }25122513  /** @name UpDataStructsCollectionMode (228) */2514  interface UpDataStructsCollectionMode extends Enum {2515    readonly isNft: boolean;2516    readonly isFungible: boolean;2517    readonly asFungible: u8;2518    readonly isReFungible: boolean;2519    readonly type: 'Nft' | 'Fungible' | 'ReFungible';2520  }25212522  /** @name UpDataStructsCreateCollectionData (229) */2523  interface UpDataStructsCreateCollectionData extends Struct {2524    readonly mode: UpDataStructsCollectionMode;2525    readonly access: Option<UpDataStructsAccessMode>;2526    readonly name: Vec<u16>;2527    readonly description: Vec<u16>;2528    readonly tokenPrefix: Bytes;2529    readonly pendingSponsor: Option<AccountId32>;2530    readonly limits: Option<UpDataStructsCollectionLimits>;2531    readonly permissions: Option<UpDataStructsCollectionPermissions>;2532    readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2533    readonly properties: Vec<UpDataStructsProperty>;2534  }25352536  /** @name UpDataStructsAccessMode (231) */2537  interface UpDataStructsAccessMode extends Enum {2538    readonly isNormal: boolean;2539    readonly isAllowList: boolean;2540    readonly type: 'Normal' | 'AllowList';2541  }25422543  /** @name UpDataStructsCollectionLimits (233) */2544  interface UpDataStructsCollectionLimits extends Struct {2545    readonly accountTokenOwnershipLimit: Option<u32>;2546    readonly sponsoredDataSize: Option<u32>;2547    readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2548    readonly tokenLimit: Option<u32>;2549    readonly sponsorTransferTimeout: Option<u32>;2550    readonly sponsorApproveTimeout: Option<u32>;2551    readonly ownerCanTransfer: Option<bool>;2552    readonly ownerCanDestroy: Option<bool>;2553    readonly transfersEnabled: Option<bool>;2554  }25552556  /** @name UpDataStructsSponsoringRateLimit (235) */2557  interface UpDataStructsSponsoringRateLimit extends Enum {2558    readonly isSponsoringDisabled: boolean;2559    readonly isBlocks: boolean;2560    readonly asBlocks: u32;2561    readonly type: 'SponsoringDisabled' | 'Blocks';2562  }25632564  /** @name UpDataStructsCollectionPermissions (238) */2565  interface UpDataStructsCollectionPermissions extends Struct {2566    readonly access: Option<UpDataStructsAccessMode>;2567    readonly mintMode: Option<bool>;2568    readonly nesting: Option<UpDataStructsNestingPermissions>;2569  }25702571  /** @name UpDataStructsNestingPermissions (240) */2572  interface UpDataStructsNestingPermissions extends Struct {2573    readonly tokenOwner: bool;2574    readonly collectionAdmin: bool;2575    readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2576  }25772578  /** @name UpDataStructsOwnerRestrictedSet (242) */2579  interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}25802581  /** @name UpDataStructsPropertyKeyPermission (247) */2582  interface UpDataStructsPropertyKeyPermission extends Struct {2583    readonly key: Bytes;2584    readonly permission: UpDataStructsPropertyPermission;2585  }25862587  /** @name UpDataStructsPropertyPermission (248) */2588  interface UpDataStructsPropertyPermission extends Struct {2589    readonly mutable: bool;2590    readonly collectionAdmin: bool;2591    readonly tokenOwner: bool;2592  }25932594  /** @name UpDataStructsProperty (251) */2595  interface UpDataStructsProperty extends Struct {2596    readonly key: Bytes;2597    readonly value: Bytes;2598  }25992600  /** @name UpDataStructsCreateItemData (254) */2601  interface UpDataStructsCreateItemData extends Enum {2602    readonly isNft: boolean;2603    readonly asNft: UpDataStructsCreateNftData;2604    readonly isFungible: boolean;2605    readonly asFungible: UpDataStructsCreateFungibleData;2606    readonly isReFungible: boolean;2607    readonly asReFungible: UpDataStructsCreateReFungibleData;2608    readonly type: 'Nft' | 'Fungible' | 'ReFungible';2609  }26102611  /** @name UpDataStructsCreateNftData (255) */2612  interface UpDataStructsCreateNftData extends Struct {2613    readonly properties: Vec<UpDataStructsProperty>;2614  }26152616  /** @name UpDataStructsCreateFungibleData (256) */2617  interface UpDataStructsCreateFungibleData extends Struct {2618    readonly value: u128;2619  }26202621  /** @name UpDataStructsCreateReFungibleData (257) */2622  interface UpDataStructsCreateReFungibleData extends Struct {2623    readonly pieces: u128;2624    readonly properties: Vec<UpDataStructsProperty>;2625  }26262627  /** @name UpDataStructsCreateItemExData (260) */2628  interface UpDataStructsCreateItemExData extends Enum {2629    readonly isNft: boolean;2630    readonly asNft: Vec<UpDataStructsCreateNftExData>;2631    readonly isFungible: boolean;2632    readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2633    readonly isRefungibleMultipleItems: boolean;2634    readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2635    readonly isRefungibleMultipleOwners: boolean;2636    readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2637    readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2638  }26392640  /** @name UpDataStructsCreateNftExData (262) */2641  interface UpDataStructsCreateNftExData extends Struct {2642    readonly properties: Vec<UpDataStructsProperty>;2643    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2644  }26452646  /** @name UpDataStructsCreateRefungibleExSingleOwner (269) */2647  interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2648    readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2649    readonly pieces: u128;2650    readonly properties: Vec<UpDataStructsProperty>;2651  }26522653  /** @name UpDataStructsCreateRefungibleExMultipleOwners (271) */2654  interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2655    readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2656    readonly properties: Vec<UpDataStructsProperty>;2657  }26582659  /** @name PalletUniqueSchedulerCall (272) */2660  interface PalletUniqueSchedulerCall extends Enum {2661    readonly isScheduleNamed: boolean;2662    readonly asScheduleNamed: {2663      readonly id: U8aFixed;2664      readonly when: u32;2665      readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2666      readonly priority: u8;2667      readonly call: FrameSupportScheduleMaybeHashed;2668    } & Struct;2669    readonly isCancelNamed: boolean;2670    readonly asCancelNamed: {2671      readonly id: U8aFixed;2672    } & Struct;2673    readonly isScheduleNamedAfter: boolean;2674    readonly asScheduleNamedAfter: {2675      readonly id: U8aFixed;2676      readonly after: u32;2677      readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2678      readonly priority: u8;2679      readonly call: FrameSupportScheduleMaybeHashed;2680    } & Struct;2681    readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';2682  }26832684  /** @name FrameSupportScheduleMaybeHashed (274) */2685  interface FrameSupportScheduleMaybeHashed extends Enum {2686    readonly isValue: boolean;2687    readonly asValue: Call;2688    readonly isHash: boolean;2689    readonly asHash: H256;2690    readonly type: 'Value' | 'Hash';2691  }26922693  /** @name PalletConfigurationCall (275) */2694  interface PalletConfigurationCall extends Enum {2695    readonly isSetWeightToFeeCoefficientOverride: boolean;2696    readonly asSetWeightToFeeCoefficientOverride: {2697      readonly coeff: Option<u32>;2698    } & Struct;2699    readonly isSetMinGasPriceOverride: boolean;2700    readonly asSetMinGasPriceOverride: {2701      readonly coeff: Option<u64>;2702    } & Struct;2703    readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';2704  }27052706  /** @name PalletTemplateTransactionPaymentCall (276) */2707  type PalletTemplateTransactionPaymentCall = Null;27082709  /** @name PalletStructureCall (277) */2710  type PalletStructureCall = Null;27112712  /** @name PalletRmrkCoreCall (278) */2713  interface PalletRmrkCoreCall extends Enum {2714    readonly isCreateCollection: boolean;2715    readonly asCreateCollection: {2716      readonly metadata: Bytes;2717      readonly max: Option<u32>;2718      readonly symbol: Bytes;2719    } & Struct;2720    readonly isDestroyCollection: boolean;2721    readonly asDestroyCollection: {2722      readonly collectionId: u32;2723    } & Struct;2724    readonly isChangeCollectionIssuer: boolean;2725    readonly asChangeCollectionIssuer: {2726      readonly collectionId: u32;2727      readonly newIssuer: MultiAddress;2728    } & Struct;2729    readonly isLockCollection: boolean;2730    readonly asLockCollection: {2731      readonly collectionId: u32;2732    } & Struct;2733    readonly isMintNft: boolean;2734    readonly asMintNft: {2735      readonly owner: Option<AccountId32>;2736      readonly collectionId: u32;2737      readonly recipient: Option<AccountId32>;2738      readonly royaltyAmount: Option<Permill>;2739      readonly metadata: Bytes;2740      readonly transferable: bool;2741      readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;2742    } & Struct;2743    readonly isBurnNft: boolean;2744    readonly asBurnNft: {2745      readonly collectionId: u32;2746      readonly nftId: u32;2747      readonly maxBurns: u32;2748    } & Struct;2749    readonly isSend: boolean;2750    readonly asSend: {2751      readonly rmrkCollectionId: u32;2752      readonly rmrkNftId: u32;2753      readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2754    } & Struct;2755    readonly isAcceptNft: boolean;2756    readonly asAcceptNft: {2757      readonly rmrkCollectionId: u32;2758      readonly rmrkNftId: u32;2759      readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2760    } & Struct;2761    readonly isRejectNft: boolean;2762    readonly asRejectNft: {2763      readonly rmrkCollectionId: u32;2764      readonly rmrkNftId: u32;2765    } & Struct;2766    readonly isAcceptResource: boolean;2767    readonly asAcceptResource: {2768      readonly rmrkCollectionId: u32;2769      readonly rmrkNftId: u32;2770      readonly resourceId: u32;2771    } & Struct;2772    readonly isAcceptResourceRemoval: boolean;2773    readonly asAcceptResourceRemoval: {2774      readonly rmrkCollectionId: u32;2775      readonly rmrkNftId: u32;2776      readonly resourceId: u32;2777    } & Struct;2778    readonly isSetProperty: boolean;2779    readonly asSetProperty: {2780      readonly rmrkCollectionId: Compact<u32>;2781      readonly maybeNftId: Option<u32>;2782      readonly key: Bytes;2783      readonly value: Bytes;2784    } & Struct;2785    readonly isSetPriority: boolean;2786    readonly asSetPriority: {2787      readonly rmrkCollectionId: u32;2788      readonly rmrkNftId: u32;2789      readonly priorities: Vec<u32>;2790    } & Struct;2791    readonly isAddBasicResource: boolean;2792    readonly asAddBasicResource: {2793      readonly rmrkCollectionId: u32;2794      readonly nftId: u32;2795      readonly resource: RmrkTraitsResourceBasicResource;2796    } & Struct;2797    readonly isAddComposableResource: boolean;2798    readonly asAddComposableResource: {2799      readonly rmrkCollectionId: u32;2800      readonly nftId: u32;2801      readonly resource: RmrkTraitsResourceComposableResource;2802    } & Struct;2803    readonly isAddSlotResource: boolean;2804    readonly asAddSlotResource: {2805      readonly rmrkCollectionId: u32;2806      readonly nftId: u32;2807      readonly resource: RmrkTraitsResourceSlotResource;2808    } & Struct;2809    readonly isRemoveResource: boolean;2810    readonly asRemoveResource: {2811      readonly rmrkCollectionId: u32;2812      readonly nftId: u32;2813      readonly resourceId: u32;2814    } & Struct;2815    readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2816  }28172818  /** @name RmrkTraitsResourceResourceTypes (284) */2819  interface RmrkTraitsResourceResourceTypes extends Enum {2820    readonly isBasic: boolean;2821    readonly asBasic: RmrkTraitsResourceBasicResource;2822    readonly isComposable: boolean;2823    readonly asComposable: RmrkTraitsResourceComposableResource;2824    readonly isSlot: boolean;2825    readonly asSlot: RmrkTraitsResourceSlotResource;2826    readonly type: 'Basic' | 'Composable' | 'Slot';2827  }28282829  /** @name RmrkTraitsResourceBasicResource (286) */2830  interface RmrkTraitsResourceBasicResource extends Struct {2831    readonly src: Option<Bytes>;2832    readonly metadata: Option<Bytes>;2833    readonly license: Option<Bytes>;2834    readonly thumb: Option<Bytes>;2835  }28362837  /** @name RmrkTraitsResourceComposableResource (288) */2838  interface RmrkTraitsResourceComposableResource extends Struct {2839    readonly parts: Vec<u32>;2840    readonly base: u32;2841    readonly src: Option<Bytes>;2842    readonly metadata: Option<Bytes>;2843    readonly license: Option<Bytes>;2844    readonly thumb: Option<Bytes>;2845  }28462847  /** @name RmrkTraitsResourceSlotResource (289) */2848  interface RmrkTraitsResourceSlotResource extends Struct {2849    readonly base: u32;2850    readonly src: Option<Bytes>;2851    readonly metadata: Option<Bytes>;2852    readonly slot: u32;2853    readonly license: Option<Bytes>;2854    readonly thumb: Option<Bytes>;2855  }28562857  /** @name PalletRmrkEquipCall (292) */2858  interface PalletRmrkEquipCall extends Enum {2859    readonly isCreateBase: boolean;2860    readonly asCreateBase: {2861      readonly baseType: Bytes;2862      readonly symbol: Bytes;2863      readonly parts: Vec<RmrkTraitsPartPartType>;2864    } & Struct;2865    readonly isThemeAdd: boolean;2866    readonly asThemeAdd: {2867      readonly baseId: u32;2868      readonly theme: RmrkTraitsTheme;2869    } & Struct;2870    readonly isEquippable: boolean;2871    readonly asEquippable: {2872      readonly baseId: u32;2873      readonly slotId: u32;2874      readonly equippables: RmrkTraitsPartEquippableList;2875    } & Struct;2876    readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';2877  }28782879  /** @name RmrkTraitsPartPartType (295) */2880  interface RmrkTraitsPartPartType extends Enum {2881    readonly isFixedPart: boolean;2882    readonly asFixedPart: RmrkTraitsPartFixedPart;2883    readonly isSlotPart: boolean;2884    readonly asSlotPart: RmrkTraitsPartSlotPart;2885    readonly type: 'FixedPart' | 'SlotPart';2886  }28872888  /** @name RmrkTraitsPartFixedPart (297) */2889  interface RmrkTraitsPartFixedPart extends Struct {2890    readonly id: u32;2891    readonly z: u32;2892    readonly src: Bytes;2893  }28942895  /** @name RmrkTraitsPartSlotPart (298) */2896  interface RmrkTraitsPartSlotPart extends Struct {2897    readonly id: u32;2898    readonly equippable: RmrkTraitsPartEquippableList;2899    readonly src: Bytes;2900    readonly z: u32;2901  }29022903  /** @name RmrkTraitsPartEquippableList (299) */2904  interface RmrkTraitsPartEquippableList extends Enum {2905    readonly isAll: boolean;2906    readonly isEmpty: boolean;2907    readonly isCustom: boolean;2908    readonly asCustom: Vec<u32>;2909    readonly type: 'All' | 'Empty' | 'Custom';2910  }29112912  /** @name RmrkTraitsTheme (301) */2913  interface RmrkTraitsTheme extends Struct {2914    readonly name: Bytes;2915    readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2916    readonly inherit: bool;2917  }29182919  /** @name RmrkTraitsThemeThemeProperty (303) */2920  interface RmrkTraitsThemeThemeProperty extends Struct {2921    readonly key: Bytes;2922    readonly value: Bytes;2923  }29242925  /** @name PalletForeignAssetsModuleCall (314) */2926  interface PalletForeignAssetsModuleCall extends Enum {2927    readonly isRegisterForeignAsset: boolean;2928    readonly asRegisterForeignAsset: {2929      readonly owner: AccountId32;2930      readonly location: XcmVersionedMultiLocation;2931      readonly metadata: PalletForeignAssetsModuleAssetMetadata;2932    } & Struct;2933    readonly isUpdateForeignAsset: boolean;2934    readonly asUpdateForeignAsset: {2935      readonly foreignAssetId: u32;2936      readonly location: XcmVersionedMultiLocation;2937      readonly metadata: PalletForeignAssetsModuleAssetMetadata;2938    } & Struct;2939    readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';2940  }29412942  /** @name PalletEvmCall (315) */2943  /** @name PalletAppPromotionCall (305) */2944  interface PalletAppPromotionCall extends Enum {2945    readonly isSetAdminAddress: boolean;2946    readonly asSetAdminAddress: {2947      readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;2948    } & Struct;2949    readonly isStake: boolean;2950    readonly asStake: {2951      readonly amount: u128;2952    } & Struct;2953    readonly isUnstake: boolean;2954    readonly isSponsorCollection: boolean;2955    readonly asSponsorCollection: {2956      readonly collectionId: u32;2957    } & Struct;2958    readonly isStopSponsoringCollection: boolean;2959    readonly asStopSponsoringCollection: {2960      readonly collectionId: u32;2961    } & Struct;2962    readonly isSponsorContract: boolean;2963    readonly asSponsorContract: {2964      readonly contractId: H160;2965    } & Struct;2966    readonly isStopSponsoringContract: boolean;2967    readonly asStopSponsoringContract: {2968      readonly contractId: H160;2969    } & Struct;2970    readonly isPayoutStakers: boolean;2971    readonly asPayoutStakers: {2972      readonly stakersNumber: Option<u8>;2973    } & Struct;2974    readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';2975  }29762977  /** @name PalletEvmCall (307) */2978  interface PalletEvmCall extends Enum {2979    readonly isWithdraw: boolean;2980    readonly asWithdraw: {2981      readonly address: H160;2982      readonly value: u128;2983    } & Struct;2984    readonly isCall: boolean;2985    readonly asCall: {2986      readonly source: H160;2987      readonly target: H160;2988      readonly input: Bytes;2989      readonly value: U256;2990      readonly gasLimit: u64;2991      readonly maxFeePerGas: U256;2992      readonly maxPriorityFeePerGas: Option<U256>;2993      readonly nonce: Option<U256>;2994      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;2995    } & Struct;2996    readonly isCreate: boolean;2997    readonly asCreate: {2998      readonly source: H160;2999      readonly init: Bytes;3000      readonly value: U256;3001      readonly gasLimit: u64;3002      readonly maxFeePerGas: U256;3003      readonly maxPriorityFeePerGas: Option<U256>;3004      readonly nonce: Option<U256>;3005      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3006    } & Struct;3007    readonly isCreate2: boolean;3008    readonly asCreate2: {3009      readonly source: H160;3010      readonly init: Bytes;3011      readonly salt: H256;3012      readonly value: U256;3013      readonly gasLimit: u64;3014      readonly maxFeePerGas: U256;3015      readonly maxPriorityFeePerGas: Option<U256>;3016      readonly nonce: Option<U256>;3017      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3018    } & Struct;3019    readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3020  }30213022  /** @name PalletEthereumCall (311) */3023  interface PalletEthereumCall extends Enum {3024    readonly isTransact: boolean;3025    readonly asTransact: {3026      readonly transaction: EthereumTransactionTransactionV2;3027    } & Struct;3028    readonly type: 'Transact';3029  }30303031  /** @name EthereumTransactionTransactionV2 (312) */3032  interface EthereumTransactionTransactionV2 extends Enum {3033    readonly isLegacy: boolean;3034    readonly asLegacy: EthereumTransactionLegacyTransaction;3035    readonly isEip2930: boolean;3036    readonly asEip2930: EthereumTransactionEip2930Transaction;3037    readonly isEip1559: boolean;3038    readonly asEip1559: EthereumTransactionEip1559Transaction;3039    readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3040  }30413042  /** @name EthereumTransactionLegacyTransaction (313) */3043  interface EthereumTransactionLegacyTransaction extends Struct {3044    readonly nonce: U256;3045    readonly gasPrice: U256;3046    readonly gasLimit: U256;3047    readonly action: EthereumTransactionTransactionAction;3048    readonly value: U256;3049    readonly input: Bytes;3050    readonly signature: EthereumTransactionTransactionSignature;3051  }30523053  /** @name EthereumTransactionTransactionAction (314) */3054  interface EthereumTransactionTransactionAction extends Enum {3055    readonly isCall: boolean;3056    readonly asCall: H160;3057    readonly isCreate: boolean;3058    readonly type: 'Call' | 'Create';3059  }30603061  /** @name EthereumTransactionTransactionSignature (315) */3062  interface EthereumTransactionTransactionSignature extends Struct {3063    readonly v: u64;3064    readonly r: H256;3065    readonly s: H256;3066  }30673068  /** @name EthereumTransactionEip2930Transaction (317) */3069  interface EthereumTransactionEip2930Transaction extends Struct {3070    readonly chainId: u64;3071    readonly nonce: U256;3072    readonly gasPrice: U256;3073    readonly gasLimit: U256;3074    readonly action: EthereumTransactionTransactionAction;3075    readonly value: U256;3076    readonly input: Bytes;3077    readonly accessList: Vec<EthereumTransactionAccessListItem>;3078    readonly oddYParity: bool;3079    readonly r: H256;3080    readonly s: H256;3081  }30823083  /** @name EthereumTransactionAccessListItem (319) */3084  interface EthereumTransactionAccessListItem extends Struct {3085    readonly address: H160;3086    readonly storageKeys: Vec<H256>;3087  }30883089  /** @name EthereumTransactionEip1559Transaction (320) */3090  interface EthereumTransactionEip1559Transaction extends Struct {3091    readonly chainId: u64;3092    readonly nonce: U256;3093    readonly maxPriorityFeePerGas: U256;3094    readonly maxFeePerGas: U256;3095    readonly gasLimit: U256;3096    readonly action: EthereumTransactionTransactionAction;3097    readonly value: U256;3098    readonly input: Bytes;3099    readonly accessList: Vec<EthereumTransactionAccessListItem>;3100    readonly oddYParity: bool;3101    readonly r: H256;3102    readonly s: H256;3103  }31043105  /** @name PalletEvmMigrationCall (321) */3106  interface PalletEvmMigrationCall extends Enum {3107    readonly isBegin: boolean;3108    readonly asBegin: {3109      readonly address: H160;3110    } & Struct;3111    readonly isSetData: boolean;3112    readonly asSetData: {3113      readonly address: H160;3114      readonly data: Vec<ITuple<[H256, H256]>>;3115    } & Struct;3116    readonly isFinish: boolean;3117    readonly asFinish: {3118      readonly address: H160;3119      readonly code: Bytes;3120    } & Struct;3121    readonly type: 'Begin' | 'SetData' | 'Finish';3122  }31233124  /** @name PalletSudoError (324) */3125  interface PalletSudoError extends Enum {3126    readonly isRequireSudo: boolean;3127    readonly type: 'RequireSudo';3128  }31293130  /** @name OrmlVestingModuleError (326) */3131  interface OrmlVestingModuleError extends Enum {3132    readonly isZeroVestingPeriod: boolean;3133    readonly isZeroVestingPeriodCount: boolean;3134    readonly isInsufficientBalanceToLock: boolean;3135    readonly isTooManyVestingSchedules: boolean;3136    readonly isAmountLow: boolean;3137    readonly isMaxVestingSchedulesExceeded: boolean;3138    readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3139  }31403141  /** @name OrmlXtokensModuleError (335) */3142  interface OrmlXtokensModuleError extends Enum {3143    readonly isAssetHasNoReserve: boolean;3144    readonly isNotCrossChainTransfer: boolean;3145    readonly isInvalidDest: boolean;3146    readonly isNotCrossChainTransferableCurrency: boolean;3147    readonly isUnweighableMessage: boolean;3148    readonly isXcmExecutionFailed: boolean;3149    readonly isCannotReanchor: boolean;3150    readonly isInvalidAncestry: boolean;3151    readonly isInvalidAsset: boolean;3152    readonly isDestinationNotInvertible: boolean;3153    readonly isBadVersion: boolean;3154    readonly isDistinctReserveForAssetAndFee: boolean;3155    readonly isZeroFee: boolean;3156    readonly isZeroAmount: boolean;3157    readonly isTooManyAssetsBeingSent: boolean;3158    readonly isAssetIndexNonExistent: boolean;3159    readonly isFeeNotEnough: boolean;3160    readonly isNotSupportedMultiLocation: boolean;3161    readonly isMinXcmFeeNotDefined: boolean;3162    readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3163  }31643165  /** @name OrmlTokensBalanceLock (338) */3166  interface OrmlTokensBalanceLock extends Struct {3167    readonly id: U8aFixed;3168    readonly amount: u128;3169  }31703171  /** @name OrmlTokensAccountData (340) */3172  interface OrmlTokensAccountData extends Struct {3173    readonly free: u128;3174    readonly reserved: u128;3175    readonly frozen: u128;3176  }31773178  /** @name OrmlTokensReserveData (342) */3179  interface OrmlTokensReserveData extends Struct {3180    readonly id: Null;3181    readonly amount: u128;3182  }31833184  /** @name OrmlTokensModuleError (344) */3185  interface OrmlTokensModuleError extends Enum {3186    readonly isBalanceTooLow: boolean;3187    readonly isAmountIntoBalanceFailed: boolean;3188    readonly isLiquidityRestrictions: boolean;3189    readonly isMaxLocksExceeded: boolean;3190    readonly isKeepAlive: boolean;3191    readonly isExistentialDeposit: boolean;3192    readonly isDeadAccount: boolean;3193    readonly isTooManyReserves: boolean;3194    readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3195  }31963197  /** @name CumulusPalletXcmpQueueInboundChannelDetails (346) */3198  interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3199    readonly sender: u32;3200    readonly state: CumulusPalletXcmpQueueInboundState;3201    readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3202  }32033204  /** @name CumulusPalletXcmpQueueInboundState (329) */3205  interface CumulusPalletXcmpQueueInboundState extends Enum {3206    readonly isOk: boolean;3207    readonly isSuspended: boolean;3208    readonly type: 'Ok' | 'Suspended';3209  }32103211  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (332) */3212  interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3213    readonly isConcatenatedVersionedXcm: boolean;3214    readonly isConcatenatedEncodedBlob: boolean;3215    readonly isSignals: boolean;3216    readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3217  }32183219  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (335) */3220  interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3221    readonly recipient: u32;3222    readonly state: CumulusPalletXcmpQueueOutboundState;3223    readonly signalsExist: bool;3224    readonly firstIndex: u16;3225    readonly lastIndex: u16;3226  }32273228  /** @name CumulusPalletXcmpQueueOutboundState (336) */3229  interface CumulusPalletXcmpQueueOutboundState extends Enum {3230    readonly isOk: boolean;3231    readonly isSuspended: boolean;3232    readonly type: 'Ok' | 'Suspended';3233  }32343235  /** @name CumulusPalletXcmpQueueQueueConfigData (338) */3236  interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3237    readonly suspendThreshold: u32;3238    readonly dropThreshold: u32;3239    readonly resumeThreshold: u32;3240    readonly thresholdWeight: u64;3241    readonly weightRestrictDecay: u64;3242    readonly xcmpMaxIndividualWeight: u64;3243  }32443245  /** @name CumulusPalletXcmpQueueError (340) */3246  interface CumulusPalletXcmpQueueError extends Enum {3247    readonly isFailedToSend: boolean;3248    readonly isBadXcmOrigin: boolean;3249    readonly isBadXcm: boolean;3250    readonly isBadOverweightIndex: boolean;3251    readonly isWeightOverLimit: boolean;3252    readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3253  }32543255  /** @name PalletXcmError (341) */3256  interface PalletXcmError extends Enum {3257    readonly isUnreachable: boolean;3258    readonly isSendFailure: boolean;3259    readonly isFiltered: boolean;3260    readonly isUnweighableMessage: boolean;3261    readonly isDestinationNotInvertible: boolean;3262    readonly isEmpty: boolean;3263    readonly isCannotReanchor: boolean;3264    readonly isTooManyAssets: boolean;3265    readonly isInvalidOrigin: boolean;3266    readonly isBadVersion: boolean;3267    readonly isBadLocation: boolean;3268    readonly isNoSubscription: boolean;3269    readonly isAlreadySubscribed: boolean;3270    readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3271  }32723273  /** @name CumulusPalletXcmError (342) */3274  type CumulusPalletXcmError = Null;32753276  /** @name CumulusPalletDmpQueueConfigData (343) */3277  interface CumulusPalletDmpQueueConfigData extends Struct {3278    readonly maxIndividual: u64;3279  }32803281  /** @name CumulusPalletDmpQueuePageIndexData (344) */3282  interface CumulusPalletDmpQueuePageIndexData extends Struct {3283    readonly beginUsed: u32;3284    readonly endUsed: u32;3285    readonly overweightCount: u64;3286  }32873288  /** @name CumulusPalletDmpQueueError (347) */3289  interface CumulusPalletDmpQueueError extends Enum {3290    readonly isUnknown: boolean;3291    readonly isOverLimit: boolean;3292    readonly type: 'Unknown' | 'OverLimit';3293  }32943295  /** @name PalletUniqueError (351) */3296  interface PalletUniqueError extends Enum {3297    readonly isCollectionDecimalPointLimitExceeded: boolean;3298    readonly isConfirmUnsetSponsorFail: boolean;3299    readonly isEmptyArgument: boolean;3300    readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3301    readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3302  }33033304  /** @name PalletUniqueSchedulerScheduledV3 (354) */3305  interface PalletUniqueSchedulerScheduledV3 extends Struct {3306    readonly maybeId: Option<U8aFixed>;3307    readonly priority: u8;3308    readonly call: FrameSupportScheduleMaybeHashed;3309    readonly maybePeriodic: Option<ITuple<[u32, u32]>>;3310    readonly origin: OpalRuntimeOriginCaller;3311  }33123313  /** @name OpalRuntimeOriginCaller (355) */3314  interface OpalRuntimeOriginCaller extends Enum {3315    readonly isSystem: boolean;3316    readonly asSystem: FrameSupportDispatchRawOrigin;3317    readonly isVoid: boolean;3318    readonly isPolkadotXcm: boolean;3319    readonly asPolkadotXcm: PalletXcmOrigin;3320    readonly isCumulusXcm: boolean;3321    readonly asCumulusXcm: CumulusPalletXcmOrigin;3322    readonly isEthereum: boolean;3323    readonly asEthereum: PalletEthereumRawOrigin;3324    readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';3325  }33263327  /** @name FrameSupportDispatchRawOrigin (356) */3328  interface FrameSupportDispatchRawOrigin extends Enum {3329    readonly isRoot: boolean;3330    readonly isSigned: boolean;3331    readonly asSigned: AccountId32;3332    readonly isNone: boolean;3333    readonly type: 'Root' | 'Signed' | 'None';3334  }33353336  /** @name PalletXcmOrigin (357) */3337  interface PalletXcmOrigin extends Enum {3338    readonly isXcm: boolean;3339    readonly asXcm: XcmV1MultiLocation;3340    readonly isResponse: boolean;3341    readonly asResponse: XcmV1MultiLocation;3342    readonly type: 'Xcm' | 'Response';3343  }33443345  /** @name CumulusPalletXcmOrigin (358) */3346  interface CumulusPalletXcmOrigin extends Enum {3347    readonly isRelay: boolean;3348    readonly isSiblingParachain: boolean;3349    readonly asSiblingParachain: u32;3350    readonly type: 'Relay' | 'SiblingParachain';3351  }33523353  /** @name PalletEthereumRawOrigin (359) */3354  interface PalletEthereumRawOrigin extends Enum {3355    readonly isEthereumTransaction: boolean;3356    readonly asEthereumTransaction: H160;3357    readonly type: 'EthereumTransaction';3358  }33593360  /** @name SpCoreVoid (360) */3361  type SpCoreVoid = Null;33623363  /** @name PalletUniqueSchedulerError (361) */3364  interface PalletUniqueSchedulerError extends Enum {3365    readonly isFailedToSchedule: boolean;3366    readonly isNotFound: boolean;3367    readonly isTargetBlockNumberInPast: boolean;3368    readonly isRescheduleNoChange: boolean;3369    readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';3370  }33713372  /** @name UpDataStructsCollection (362) */3373  interface UpDataStructsCollection extends Struct {3374    readonly owner: AccountId32;3375    readonly mode: UpDataStructsCollectionMode;3376    readonly name: Vec<u16>;3377    readonly description: Vec<u16>;3378    readonly tokenPrefix: Bytes;3379    readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3380    readonly limits: UpDataStructsCollectionLimits;3381    readonly permissions: UpDataStructsCollectionPermissions;3382    readonly externalCollection: bool;3383  }33843385  /** @name UpDataStructsSponsorshipStateAccountId32 (363) */3386  interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3387    readonly isDisabled: boolean;3388    readonly isUnconfirmed: boolean;3389    readonly asUnconfirmed: AccountId32;3390    readonly isConfirmed: boolean;3391    readonly asConfirmed: AccountId32;3392    readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3393  }33943395  /** @name UpDataStructsProperties (364) */3396  interface UpDataStructsProperties extends Struct {3397    readonly map: UpDataStructsPropertiesMapBoundedVec;3398    readonly consumedSpace: u32;3399    readonly spaceLimit: u32;3400  }34013402  /** @name UpDataStructsPropertiesMapBoundedVec (365) */3403  interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}34043405  /** @name UpDataStructsPropertiesMapPropertyPermission (370) */3406  interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}34073408  /** @name UpDataStructsCollectionStats (377) */3409  interface UpDataStructsCollectionStats extends Struct {3410    readonly created: u32;3411    readonly destroyed: u32;3412    readonly alive: u32;3413  }34143415  /** @name UpDataStructsTokenChild (378) */3416  interface UpDataStructsTokenChild extends Struct {3417    readonly token: u32;3418    readonly collection: u32;3419  }34203421  /** @name PhantomTypeUpDataStructs (379) */3422  interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}34233424  /** @name UpDataStructsTokenData (381) */3425  interface UpDataStructsTokenData extends Struct {3426    readonly properties: Vec<UpDataStructsProperty>;3427    readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3428    readonly pieces: u128;3429  }34303431  /** @name UpDataStructsRpcCollection (383) */3432  interface UpDataStructsRpcCollection extends Struct {3433    readonly owner: AccountId32;3434    readonly mode: UpDataStructsCollectionMode;3435    readonly name: Vec<u16>;3436    readonly description: Vec<u16>;3437    readonly tokenPrefix: Bytes;3438    readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3439    readonly limits: UpDataStructsCollectionLimits;3440    readonly permissions: UpDataStructsCollectionPermissions;3441    readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3442    readonly properties: Vec<UpDataStructsProperty>;3443    readonly readOnly: bool;3444  }34453446  /** @name RmrkTraitsCollectionCollectionInfo (384) */3447  interface RmrkTraitsCollectionCollectionInfo extends Struct {3448    readonly issuer: AccountId32;3449    readonly metadata: Bytes;3450    readonly max: Option<u32>;3451    readonly symbol: Bytes;3452    readonly nftsCount: u32;3453  }34543455  /** @name RmrkTraitsNftNftInfo (385) */3456  interface RmrkTraitsNftNftInfo extends Struct {3457    readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3458    readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3459    readonly metadata: Bytes;3460    readonly equipped: bool;3461    readonly pending: bool;3462  }34633464  /** @name RmrkTraitsNftRoyaltyInfo (387) */3465  interface RmrkTraitsNftRoyaltyInfo extends Struct {3466    readonly recipient: AccountId32;3467    readonly amount: Permill;3468  }34693470  /** @name RmrkTraitsResourceResourceInfo (388) */3471  interface RmrkTraitsResourceResourceInfo extends Struct {3472    readonly id: u32;3473    readonly resource: RmrkTraitsResourceResourceTypes;3474    readonly pending: bool;3475    readonly pendingRemoval: bool;3476  }34773478  /** @name RmrkTraitsPropertyPropertyInfo (389) */3479  interface RmrkTraitsPropertyPropertyInfo extends Struct {3480    readonly key: Bytes;3481    readonly value: Bytes;3482  }34833484  /** @name RmrkTraitsBaseBaseInfo (390) */3485  interface RmrkTraitsBaseBaseInfo extends Struct {3486    readonly issuer: AccountId32;3487    readonly baseType: Bytes;3488    readonly symbol: Bytes;3489  }34903491  /** @name RmrkTraitsNftNftChild (391) */3492  interface RmrkTraitsNftNftChild extends Struct {3493    readonly collectionId: u32;3494    readonly nftId: u32;3495  }34963497  /** @name PalletCommonError (393) */3498  interface PalletCommonError extends Enum {3499    readonly isCollectionNotFound: boolean;3500    readonly isMustBeTokenOwner: boolean;3501    readonly isNoPermission: boolean;3502    readonly isCantDestroyNotEmptyCollection: boolean;3503    readonly isPublicMintingNotAllowed: boolean;3504    readonly isAddressNotInAllowlist: boolean;3505    readonly isCollectionNameLimitExceeded: boolean;3506    readonly isCollectionDescriptionLimitExceeded: boolean;3507    readonly isCollectionTokenPrefixLimitExceeded: boolean;3508    readonly isTotalCollectionsLimitExceeded: boolean;3509    readonly isCollectionAdminCountExceeded: boolean;3510    readonly isCollectionLimitBoundsExceeded: boolean;3511    readonly isOwnerPermissionsCantBeReverted: boolean;3512    readonly isTransferNotAllowed: boolean;3513    readonly isAccountTokenLimitExceeded: boolean;3514    readonly isCollectionTokenLimitExceeded: boolean;3515    readonly isMetadataFlagFrozen: boolean;3516    readonly isTokenNotFound: boolean;3517    readonly isTokenValueTooLow: boolean;3518    readonly isApprovedValueTooLow: boolean;3519    readonly isCantApproveMoreThanOwned: boolean;3520    readonly isAddressIsZero: boolean;3521    readonly isUnsupportedOperation: boolean;3522    readonly isNotSufficientFounds: boolean;3523    readonly isUserIsNotAllowedToNest: boolean;3524    readonly isSourceCollectionIsNotAllowedToNest: boolean;3525    readonly isCollectionFieldSizeExceeded: boolean;3526    readonly isNoSpaceForProperty: boolean;3527    readonly isPropertyLimitReached: boolean;3528    readonly isPropertyKeyIsTooLong: boolean;3529    readonly isInvalidCharacterInPropertyKey: boolean;3530    readonly isEmptyPropertyKey: boolean;3531    readonly isCollectionIsExternal: boolean;3532    readonly isCollectionIsInternal: boolean;3533    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';3534  }35353536  /** @name PalletFungibleError (395) */3537  interface PalletFungibleError extends Enum {3538    readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3539    readonly isFungibleItemsHaveNoId: boolean;3540    readonly isFungibleItemsDontHaveData: boolean;3541    readonly isFungibleDisallowsNesting: boolean;3542    readonly isSettingPropertiesNotAllowed: boolean;3543    readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3544  }35453546  /** @name PalletRefungibleItemData (396) */3547  interface PalletRefungibleItemData extends Struct {3548    readonly constData: Bytes;3549  }35503551  /** @name PalletRefungibleError (401) */3552  interface PalletRefungibleError extends Enum {3553    readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3554    readonly isWrongRefungiblePieces: boolean;3555    readonly isRepartitionWhileNotOwningAllPieces: boolean;3556    readonly isRefungibleDisallowsNesting: boolean;3557    readonly isSettingPropertiesNotAllowed: boolean;3558    readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3559  }35603561  /** @name PalletNonfungibleItemData (402) */3562  interface PalletNonfungibleItemData extends Struct {3563    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3564  }35653566  /** @name UpDataStructsPropertyScope (404) */3567  interface UpDataStructsPropertyScope extends Enum {3568    readonly isNone: boolean;3569    readonly isRmrk: boolean;3570    readonly type: 'None' | 'Rmrk';3571  }35723573  /** @name PalletNonfungibleError (406) */3574  interface PalletNonfungibleError extends Enum {3575    readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3576    readonly isNonfungibleItemsHaveNoAmount: boolean;3577    readonly isCantBurnNftWithChildren: boolean;3578    readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3579  }35803581  /** @name PalletStructureError (407) */3582  interface PalletStructureError extends Enum {3583    readonly isOuroborosDetected: boolean;3584    readonly isDepthLimit: boolean;3585    readonly isBreadthLimit: boolean;3586    readonly isTokenNotFound: boolean;3587    readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3588  }35893590  /** @name PalletRmrkCoreError (408) */3591  interface PalletRmrkCoreError extends Enum {3592    readonly isCorruptedCollectionType: boolean;3593    readonly isRmrkPropertyKeyIsTooLong: boolean;3594    readonly isRmrkPropertyValueIsTooLong: boolean;3595    readonly isRmrkPropertyIsNotFound: boolean;3596    readonly isUnableToDecodeRmrkData: boolean;3597    readonly isCollectionNotEmpty: boolean;3598    readonly isNoAvailableCollectionId: boolean;3599    readonly isNoAvailableNftId: boolean;3600    readonly isCollectionUnknown: boolean;3601    readonly isNoPermission: boolean;3602    readonly isNonTransferable: boolean;3603    readonly isCollectionFullOrLocked: boolean;3604    readonly isResourceDoesntExist: boolean;3605    readonly isCannotSendToDescendentOrSelf: boolean;3606    readonly isCannotAcceptNonOwnedNft: boolean;3607    readonly isCannotRejectNonOwnedNft: boolean;3608    readonly isCannotRejectNonPendingNft: boolean;3609    readonly isResourceNotPending: boolean;3610    readonly isNoAvailableResourceId: boolean;3611    readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3612  }36133614  /** @name PalletRmrkEquipError (410) */3615  interface PalletRmrkEquipError extends Enum {3616    readonly isPermissionError: boolean;3617    readonly isNoAvailableBaseId: boolean;3618    readonly isNoAvailablePartId: boolean;3619    readonly isBaseDoesntExist: boolean;3620    readonly isNeedsDefaultThemeFirst: boolean;3621    readonly isPartDoesntExist: boolean;3622    readonly isNoEquippableOnFixedPart: boolean;3623    readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3624  }36253626  /** @name PalletForeignAssetsModuleError (429) */3627  interface PalletForeignAssetsModuleError extends Enum {3628    readonly isBadLocation: boolean;3629    readonly isMultiLocationExisted: boolean;3630    readonly isAssetIdNotExists: boolean;3631    readonly isAssetIdExisted: boolean;3632    readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3633  }36343635  /** @name PalletEvmError (432) */3636  /** @name PalletAppPromotionError (416) */3637  interface PalletAppPromotionError extends Enum {3638    readonly isAdminNotSet: boolean;3639    readonly isNoPermission: boolean;3640    readonly isNotSufficientFunds: boolean;3641    readonly isPendingForBlockOverflow: boolean;3642    readonly isSponsorNotSet: boolean;3643    readonly isIncorrectLockedBalanceOperation: boolean;3644    readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3645  }36463647  /** @name PalletEvmError (419) */3648  interface PalletEvmError extends Enum {3649    readonly isBalanceLow: boolean;3650    readonly isFeeOverflow: boolean;3651    readonly isPaymentOverflow: boolean;3652    readonly isWithdrawFailed: boolean;3653    readonly isGasPriceTooLow: boolean;3654    readonly isInvalidNonce: boolean;3655    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';3656  }36573658  /** @name FpRpcTransactionStatus (422) */3659  interface FpRpcTransactionStatus extends Struct {3660    readonly transactionHash: H256;3661    readonly transactionIndex: u32;3662    readonly from: H160;3663    readonly to: Option<H160>;3664    readonly contractAddress: Option<H160>;3665    readonly logs: Vec<EthereumLog>;3666    readonly logsBloom: EthbloomBloom;3667  }36683669  /** @name EthbloomBloom (424) */3670  interface EthbloomBloom extends U8aFixed {}36713672  /** @name EthereumReceiptReceiptV3 (426) */3673  interface EthereumReceiptReceiptV3 extends Enum {3674    readonly isLegacy: boolean;3675    readonly asLegacy: EthereumReceiptEip658ReceiptData;3676    readonly isEip2930: boolean;3677    readonly asEip2930: EthereumReceiptEip658ReceiptData;3678    readonly isEip1559: boolean;3679    readonly asEip1559: EthereumReceiptEip658ReceiptData;3680    readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3681  }36823683  /** @name EthereumReceiptEip658ReceiptData (427) */3684  interface EthereumReceiptEip658ReceiptData extends Struct {3685    readonly statusCode: u8;3686    readonly usedGas: U256;3687    readonly logsBloom: EthbloomBloom;3688    readonly logs: Vec<EthereumLog>;3689  }36903691  /** @name EthereumBlock (428) */3692  interface EthereumBlock extends Struct {3693    readonly header: EthereumHeader;3694    readonly transactions: Vec<EthereumTransactionTransactionV2>;3695    readonly ommers: Vec<EthereumHeader>;3696  }36973698  /** @name EthereumHeader (429) */3699  interface EthereumHeader extends Struct {3700    readonly parentHash: H256;3701    readonly ommersHash: H256;3702    readonly beneficiary: H160;3703    readonly stateRoot: H256;3704    readonly transactionsRoot: H256;3705    readonly receiptsRoot: H256;3706    readonly logsBloom: EthbloomBloom;3707    readonly difficulty: U256;3708    readonly number: U256;3709    readonly gasLimit: U256;3710    readonly gasUsed: U256;3711    readonly timestamp: u64;3712    readonly extraData: Bytes;3713    readonly mixHash: H256;3714    readonly nonce: EthereumTypesHashH64;3715  }37163717  /** @name EthereumTypesHashH64 (430) */3718  interface EthereumTypesHashH64 extends U8aFixed {}37193720  /** @name PalletEthereumError (435) */3721  interface PalletEthereumError extends Enum {3722    readonly isInvalidSignature: boolean;3723    readonly isPreLogExists: boolean;3724    readonly type: 'InvalidSignature' | 'PreLogExists';3725  }37263727  /** @name PalletEvmCoderSubstrateError (436) */3728  interface PalletEvmCoderSubstrateError extends Enum {3729    readonly isOutOfGas: boolean;3730    readonly isOutOfFund: boolean;3731    readonly type: 'OutOfGas' | 'OutOfFund';3732  }37333734  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (437) */3735  interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3736    readonly isDisabled: boolean;3737    readonly isUnconfirmed: boolean;3738    readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3739    readonly isConfirmed: boolean;3740    readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3741    readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3742  }37433744  /** @name PalletEvmContractHelpersSponsoringModeT (438) */3745  interface PalletEvmContractHelpersSponsoringModeT extends Enum {3746    readonly isDisabled: boolean;3747    readonly isAllowlisted: boolean;3748    readonly isGenerous: boolean;3749    readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3750  }37513752  /** @name PalletEvmContractHelpersError (440) */3753  interface PalletEvmContractHelpersError extends Enum {3754    readonly isNoPermission: boolean;3755    readonly isNoPendingSponsor: boolean;3756    readonly type: 'NoPermission' | 'NoPendingSponsor';3757  }37583759  /** @name PalletEvmMigrationError (441) */3760  interface PalletEvmMigrationError extends Enum {3761    readonly isAccountNotEmpty: boolean;3762    readonly isAccountIsNotMigrating: boolean;3763    readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';3764  }37653766  /** @name SpRuntimeMultiSignature (443) */3767  interface SpRuntimeMultiSignature extends Enum {3768    readonly isEd25519: boolean;3769    readonly asEd25519: SpCoreEd25519Signature;3770    readonly isSr25519: boolean;3771    readonly asSr25519: SpCoreSr25519Signature;3772    readonly isEcdsa: boolean;3773    readonly asEcdsa: SpCoreEcdsaSignature;3774    readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3775  }37763777  /** @name SpCoreEd25519Signature (444) */3778  interface SpCoreEd25519Signature extends U8aFixed {}37793780  /** @name SpCoreSr25519Signature (446) */3781  interface SpCoreSr25519Signature extends U8aFixed {}37823783  /** @name SpCoreEcdsaSignature (447) */3784  interface SpCoreEcdsaSignature extends U8aFixed {}37853786  /** @name FrameSystemExtensionsCheckSpecVersion (450) */3787  type FrameSystemExtensionsCheckSpecVersion = Null;37883789  /** @name FrameSystemExtensionsCheckGenesis (451) */3790  type FrameSystemExtensionsCheckGenesis = Null;37913792  /** @name FrameSystemExtensionsCheckNonce (454) */3793  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}37943795  /** @name FrameSystemExtensionsCheckWeight (455) */3796  type FrameSystemExtensionsCheckWeight = Null;37973798  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (456) */3799  interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}38003801  /** @name OpalRuntimeRuntime (457) */3802  type OpalRuntimeRuntime = Null;38033804  /** @name PalletEthereumFakeTransactionFinalizer (458) */3805  type PalletEthereumFakeTransactionFinalizer = Null;38063807} // declare module