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
before · tests/src/interfaces/augment-api-tx.ts
1// Auto-generated via `yarn polkadot-types-from-chain`, 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/api-base/types/submittable';78import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';9import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';12import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, FrameSupportScheduleMaybeHashed, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';1314export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;15export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;16export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;1718declare module '@polkadot/api-base/types/submittable' {19  interface AugmentedSubmittables<ApiType extends ApiTypes> {20    appPromotion: {21      payoutStakers: AugmentedSubmittable<(stakersNumber: Option<u8> | null | Uint8Array | u8 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u8>]>;22      setAdminAddress: AugmentedSubmittable<(admin: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr]>;23      sponsorCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;24      sponsorContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;25      stake: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;26      stopSponsoringCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;27      stopSponsoringContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;28      unstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;29      /**30       * Generic tx31       **/32      [key: string]: SubmittableExtrinsicFunction<ApiType>;33    };34    balances: {35      /**36       * Exactly as `transfer`, except the origin must be root and the source account may be37       * specified.38       * # <weight>39       * - Same as transfer, but additional read and write because the source account is not40       * assumed to be in the overlay.41       * # </weight>42       **/43      forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;44      /**45       * Unreserve some balance from a user by force.46       * 47       * Can only be called by ROOT.48       **/49      forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;50      /**51       * Set the balances of a given account.52       * 53       * This will alter `FreeBalance` and `ReservedBalance` in storage. it will54       * also alter the total issuance of the system (`TotalIssuance`) appropriately.55       * If the new free or reserved balance is below the existential deposit,56       * it will reset the account nonce (`frame_system::AccountNonce`).57       * 58       * The dispatch origin for this call is `root`.59       **/60      setBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array, newReserved: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>, Compact<u128>]>;61      /**62       * Transfer some liquid free balance to another account.63       * 64       * `transfer` will set the `FreeBalance` of the sender and receiver.65       * If the sender's account is below the existential deposit as a result66       * of the transfer, the account will be reaped.67       * 68       * The dispatch origin for this call must be `Signed` by the transactor.69       * 70       * # <weight>71       * - Dependent on arguments but not critical, given proper implementations for input config72       * types. See related functions below.73       * - It contains a limited number of reads and writes internally and no complex74       * computation.75       * 76       * Related functions:77       * 78       * - `ensure_can_withdraw` is always called internally but has a bounded complexity.79       * - Transferring balances to accounts that did not exist before will cause80       * `T::OnNewAccount::on_new_account` to be called.81       * - Removing enough funds from an account will trigger `T::DustRemoval::on_unbalanced`.82       * - `transfer_keep_alive` works the same way as `transfer`, but has an additional check83       * that the transfer will not kill the origin account.84       * ---------------------------------85       * - Origin account is already in memory, so no DB operations for them.86       * # </weight>87       **/88      transfer: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;89      /**90       * Transfer the entire transferable balance from the caller account.91       * 92       * NOTE: This function only attempts to transfer _transferable_ balances. This means that93       * any locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be94       * transferred by this function. To ensure that this function results in a killed account,95       * you might need to prepare the account by removing any reference counters, storage96       * deposits, etc...97       * 98       * The dispatch origin of this call must be Signed.99       * 100       * - `dest`: The recipient of the transfer.101       * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all102       * of the funds the account has, causing the sender account to be killed (false), or103       * transfer everything except at least the existential deposit, which will guarantee to104       * keep the sender account alive (true). # <weight>105       * - O(1). Just like transfer, but reading the user's transferable balance first.106       * #</weight>107       **/108      transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;109      /**110       * Same as the [`transfer`] call, but with a check that the transfer will not kill the111       * origin account.112       * 113       * 99% of the time you want [`transfer`] instead.114       * 115       * [`transfer`]: struct.Pallet.html#method.transfer116       **/117      transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;118      /**119       * Generic tx120       **/121      [key: string]: SubmittableExtrinsicFunction<ApiType>;122    };123    charging: {124      /**125       * Generic tx126       **/127      [key: string]: SubmittableExtrinsicFunction<ApiType>;128    };129    configuration: {130      setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;131      setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;132      /**133       * Generic tx134       **/135      [key: string]: SubmittableExtrinsicFunction<ApiType>;136    };137    cumulusXcm: {138      /**139       * Generic tx140       **/141      [key: string]: SubmittableExtrinsicFunction<ApiType>;142    };143    dmpQueue: {144      /**145       * Service a single overweight message.146       * 147       * - `origin`: Must pass `ExecuteOverweightOrigin`.148       * - `index`: The index of the overweight message to service.149       * - `weight_limit`: The amount of weight that message execution may take.150       * 151       * Errors:152       * - `Unknown`: Message of `index` is unknown.153       * - `OverLimit`: Message execution may use greater than `weight_limit`.154       * 155       * Events:156       * - `OverweightServiced`: On success.157       **/158      serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;159      /**160       * Generic tx161       **/162      [key: string]: SubmittableExtrinsicFunction<ApiType>;163    };164    ethereum: {165      /**166       * Transact an Ethereum transaction.167       **/168      transact: AugmentedSubmittable<(transaction: EthereumTransactionTransactionV2 | { Legacy: any } | { EIP2930: any } | { EIP1559: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [EthereumTransactionTransactionV2]>;169      /**170       * Generic tx171       **/172      [key: string]: SubmittableExtrinsicFunction<ApiType>;173    };174    evm: {175      /**176       * Issue an EVM call operation. This is similar to a message call transaction in Ethereum.177       **/178      call: AugmentedSubmittable<(source: H160 | string | Uint8Array, target: H160 | string | Uint8Array, input: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, H160, Bytes, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;179      /**180       * Issue an EVM create operation. This is similar to a contract creation transaction in181       * Ethereum.182       **/183      create: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, Bytes, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;184      /**185       * Issue an EVM create2 operation.186       **/187      create2: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, salt: H256 | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, Bytes, H256, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;188      /**189       * Withdraw balance from EVM into currency/balances pallet.190       **/191      withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, u128]>;192      /**193       * Generic tx194       **/195      [key: string]: SubmittableExtrinsicFunction<ApiType>;196    };197    evmMigration: {198      /**199       * Start contract migration, inserts contract stub at target address,200       * and marks account as pending, allowing to insert storage201       **/202      begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;203      /**204       * Finish contract migration, allows it to be called.205       * It is not possible to alter contract storage via [`Self::set_data`]206       * after this call.207       **/208      finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;209      /**210       * Insert items into contract storage, this method can be called211       * multiple times212       **/213      setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;214      /**215       * Generic tx216       **/217      [key: string]: SubmittableExtrinsicFunction<ApiType>;218    };219    foreignAssets: {220      registerForeignAsset: AugmentedSubmittable<(owner: AccountId32 | string | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;221      updateForeignAsset: AugmentedSubmittable<(foreignAssetId: u32 | AnyNumber | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;222      /**223       * Generic tx224       **/225      [key: string]: SubmittableExtrinsicFunction<ApiType>;226    };227    inflation: {228      /**229       * This method sets the inflation start date. Can be only called once.230       * Inflation start block can be backdated and will catch up. The method will create Treasury231       * account if it does not exist and perform the first inflation deposit.232       * 233       * # Permissions234       * 235       * * Root236       * 237       * # Arguments238       * 239       * * inflation_start_relay_block: The relay chain block at which inflation should start240       **/241      startInflation: AugmentedSubmittable<(inflationStartRelayBlock: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;242      /**243       * Generic tx244       **/245      [key: string]: SubmittableExtrinsicFunction<ApiType>;246    };247    parachainSystem: {248      authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;249      enactAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;250      /**251       * Set the current validation data.252       * 253       * This should be invoked exactly once per block. It will panic at the finalization254       * phase if the call was not invoked.255       * 256       * The dispatch origin for this call must be `Inherent`257       * 258       * As a side effect, this function upgrades the current validation function259       * if the appropriate time has come.260       **/261      setValidationData: AugmentedSubmittable<(data: CumulusPrimitivesParachainInherentParachainInherentData | { validationData?: any; relayChainState?: any; downwardMessages?: any; horizontalMessages?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [CumulusPrimitivesParachainInherentParachainInherentData]>;262      sudoSendUpwardMessage: AugmentedSubmittable<(message: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;263      /**264       * Generic tx265       **/266      [key: string]: SubmittableExtrinsicFunction<ApiType>;267    };268    polkadotXcm: {269      /**270       * Execute an XCM message from a local, signed, origin.271       * 272       * An event is deposited indicating whether `msg` could be executed completely or only273       * partially.274       * 275       * No more than `max_weight` will be used in its attempted execution. If this is less than the276       * maximum amount of weight that the message could take to be executed, then no execution277       * attempt will be made.278       * 279       * NOTE: A successful return to this does *not* imply that the `msg` was executed successfully280       * to completion; only that *some* of it was executed.281       **/282      execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, u64]>;283      /**284       * Set a safe XCM version (the version that XCM should be encoded with if the most recent285       * version a destination can accept is unknown).286       * 287       * - `origin`: Must be Root.288       * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable.289       **/290      forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;291      /**292       * Ask a location to notify us regarding their XCM version and any changes to it.293       * 294       * - `origin`: Must be Root.295       * - `location`: The location to which we should subscribe for XCM version notifications.296       **/297      forceSubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation]>;298      /**299       * Require that a particular destination should no longer notify us regarding any XCM300       * version changes.301       * 302       * - `origin`: Must be Root.303       * - `location`: The location to which we are currently subscribed for XCM version304       * notifications which we no longer desire.305       **/306      forceUnsubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation]>;307      /**308       * Extoll that a particular destination can be communicated with through a particular309       * version of XCM.310       * 311       * - `origin`: Must be Root.312       * - `location`: The destination that is being described.313       * - `xcm_version`: The latest version of XCM that `location` supports.314       **/315      forceXcmVersion: AugmentedSubmittable<(location: XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array, xcmVersion: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmV1MultiLocation, u32]>;316      /**317       * Transfer some assets from the local chain to the sovereign account of a destination318       * chain and forward a notification XCM.319       * 320       * Fee payment on the destination side is made from the asset in the `assets` vector of321       * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight322       * is needed than `weight_limit`, then the operation will fail and the assets send may be323       * at risk.324       * 325       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.326       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send327       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.328       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be329       * an `AccountId32` value.330       * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the331       * `dest` side.332       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay333       * fees.334       * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.335       **/336      limitedReserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;337      /**338       * Teleport some assets from the local chain to some destination chain.339       * 340       * Fee payment on the destination side is made from the asset in the `assets` vector of341       * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight342       * is needed than `weight_limit`, then the operation will fail and the assets send may be343       * at risk.344       * 345       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.346       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send347       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.348       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be349       * an `AccountId32` value.350       * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the351       * `dest` side. May not be empty.352       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay353       * fees.354       * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.355       **/356      limitedTeleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;357      /**358       * Transfer some assets from the local chain to the sovereign account of a destination359       * chain and forward a notification XCM.360       * 361       * Fee payment on the destination side is made from the asset in the `assets` vector of362       * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,363       * with all fees taken as needed from the asset.364       * 365       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.366       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send367       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.368       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be369       * an `AccountId32` value.370       * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the371       * `dest` side.372       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay373       * fees.374       **/375      reserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;376      send: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedXcm]>;377      /**378       * Teleport some assets from the local chain to some destination chain.379       * 380       * Fee payment on the destination side is made from the asset in the `assets` vector of381       * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,382       * with all fees taken as needed from the asset.383       * 384       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.385       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send386       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.387       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be388       * an `AccountId32` value.389       * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the390       * `dest` side. May not be empty.391       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay392       * fees.393       **/394      teleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;395      /**396       * Generic tx397       **/398      [key: string]: SubmittableExtrinsicFunction<ApiType>;399    };400    rmrkCore: {401      /**402       * Accept an NFT sent from another account to self or an owned NFT.403       * 404       * The NFT in question must be pending, and, thus, be [sent](`Pallet::send`) first.405       * 406       * # Permissions:407       * - Token-owner-to-be408       * 409       * # Arguments:410       * - `origin`: sender of the transaction411       * - `rmrk_collection_id`: RMRK collection ID of the NFT to be accepted.412       * - `rmrk_nft_id`: ID of the NFT to be accepted.413       * - `new_owner`: Either the sender's account ID or a sender-owned NFT,414       * whichever the accepted NFT was sent to.415       **/416      acceptNft: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple | { AccountId: any } | { CollectionAndNftTuple: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsNftAccountIdOrCollectionNftTuple]>;417      /**418       * Accept the addition of a newly created pending resource to an existing NFT.419       * 420       * This transaction is needed when a resource is created and assigned to an NFT421       * by a non-owner, i.e. the collection issuer, with one of the422       * [`add_...` transactions](Pallet::add_basic_resource).423       * 424       * # Permissions:425       * - Token owner426       * 427       * # Arguments:428       * - `origin`: sender of the transaction429       * - `rmrk_collection_id`: RMRK collection ID of the NFT.430       * - `rmrk_nft_id`: ID of the NFT with a pending resource to be accepted.431       * - `resource_id`: ID of the newly created pending resource.432       * accept the addition of a new resource to an existing NFT433       **/434      acceptResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, resourceId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;435      /**436       * Accept the removal of a removal-pending resource from an NFT.437       * 438       * This transaction is needed when a non-owner, i.e. the collection issuer,439       * requests a [removal](`Pallet::remove_resource`) of a resource from an NFT.440       * 441       * # Permissions:442       * - Token owner443       * 444       * # Arguments:445       * - `origin`: sender of the transaction446       * - `rmrk_collection_id`: RMRK collection ID of the NFT.447       * - `rmrk_nft_id`: ID of the NFT with a resource to be removed.448       * - `resource_id`: ID of the removal-pending resource.449       **/450      acceptResourceRemoval: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, resourceId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;451      /**452       * Create and set/propose a basic resource for an NFT.453       * 454       * A basic resource is the simplest, lacking a Base and anything that comes with it.455       * See RMRK docs for more information and examples.456       * 457       * # Permissions:458       * - Collection issuer - if not the token owner, adding the resource will warrant459       * the owner's [acceptance](Pallet::accept_resource).460       * 461       * # Arguments:462       * - `origin`: sender of the transaction463       * - `rmrk_collection_id`: RMRK collection ID of the NFT.464       * - `nft_id`: ID of the NFT to assign a resource to.465       * - `resource`: Data of the resource to be created.466       **/467      addBasicResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resource: RmrkTraitsResourceBasicResource | { src?: any; metadata?: any; license?: any; thumb?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsResourceBasicResource]>;468      /**469       * Create and set/propose a composable resource for an NFT.470       * 471       * A composable resource links to a Base and has a subset of its Parts it is composed of.472       * See RMRK docs for more information and examples.473       * 474       * # Permissions:475       * - Collection issuer - if not the token owner, adding the resource will warrant476       * the owner's [acceptance](Pallet::accept_resource).477       * 478       * # Arguments:479       * - `origin`: sender of the transaction480       * - `rmrk_collection_id`: RMRK collection ID of the NFT.481       * - `nft_id`: ID of the NFT to assign a resource to.482       * - `resource`: Data of the resource to be created.483       **/484      addComposableResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resource: RmrkTraitsResourceComposableResource | { parts?: any; base?: any; src?: any; metadata?: any; license?: any; thumb?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsResourceComposableResource]>;485      /**486       * Create and set/propose a slot resource for an NFT.487       * 488       * A slot resource links to a Base and a slot ID in it which it can fit into.489       * See RMRK docs for more information and examples.490       * 491       * # Permissions:492       * - Collection issuer - if not the token owner, adding the resource will warrant493       * the owner's [acceptance](Pallet::accept_resource).494       * 495       * # Arguments:496       * - `origin`: sender of the transaction497       * - `rmrk_collection_id`: RMRK collection ID of the NFT.498       * - `nft_id`: ID of the NFT to assign a resource to.499       * - `resource`: Data of the resource to be created.500       **/501      addSlotResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resource: RmrkTraitsResourceSlotResource | { base?: any; src?: any; metadata?: any; slot?: any; license?: any; thumb?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsResourceSlotResource]>;502      /**503       * Burn an NFT, destroying it and its nested tokens up to the specified limit.504       * If the burning budget is exceeded, the transaction is reverted.505       * 506       * This is the way to burn a nested token as well.507       * 508       * For more information, see [`burn_recursively`](pallet_nonfungible::pallet::Pallet::burn_recursively).509       * 510       * # Permissions:511       * * Token owner512       * 513       * # Arguments:514       * - `origin`: sender of the transaction515       * - `collection_id`: RMRK ID of the collection in which the NFT to burn belongs to.516       * - `nft_id`: ID of the NFT to be destroyed.517       * - `max_burns`: Maximum number of tokens to burn, assuming nesting. The transaction518       * is reverted if there are more tokens to burn in the nesting tree than this number.519       * This is primarily a mechanism of transaction weight control.520       **/521      burnNft: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, maxBurns: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;522      /**523       * Change the issuer of a collection. Analogous to Unique's collection's [`owner`](up_data_structs::Collection).524       * 525       * # Permissions:526       * * Collection issuer527       * 528       * # Arguments:529       * - `origin`: sender of the transaction530       * - `collection_id`: RMRK collection ID to change the issuer of.531       * - `new_issuer`: Collection's new issuer.532       **/533      changeCollectionIssuer: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newIssuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, MultiAddress]>;534      /**535       * Create a new collection of NFTs.536       * 537       * # Permissions:538       * * Anyone - will be assigned as the issuer of the collection.539       * 540       * # Arguments:541       * - `origin`: sender of the transaction542       * - `metadata`: Metadata describing the collection, e.g. IPFS hash. Cannot be changed.543       * - `max`: Optional maximum number of tokens.544       * - `symbol`: UTF-8 string with token prefix, by which to represent the token in wallets and UIs.545       * Analogous to Unique's [`token_prefix`](up_data_structs::Collection). Cannot be changed.546       **/547      createCollection: AugmentedSubmittable<(metadata: Bytes | string | Uint8Array, max: Option<u32> | null | Uint8Array | u32 | AnyNumber, symbol: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, Option<u32>, Bytes]>;548      /**549       * Destroy a collection.550       * 551       * Only empty collections can be destroyed. If it has any tokens, they must be burned first.552       * 553       * # Permissions:554       * * Collection issuer555       * 556       * # Arguments:557       * - `origin`: sender of the transaction558       * - `collection_id`: RMRK ID of the collection to destroy.559       **/560      destroyCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;561      /**562       * "Lock" the collection and prevent new token creation. Cannot be undone.563       * 564       * # Permissions:565       * * Collection issuer566       * 567       * # Arguments:568       * - `origin`: sender of the transaction569       * - `collection_id`: RMRK ID of the collection to lock.570       **/571      lockCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;572      /**573       * Mint an NFT in a specified collection.574       * 575       * # Permissions:576       * * Collection issuer577       * 578       * # Arguments:579       * - `origin`: sender of the transaction580       * - `owner`: Owner account of the NFT. If set to None, defaults to the sender (collection issuer).581       * - `collection_id`: RMRK collection ID for the NFT to be minted within. Cannot be changed.582       * - `recipient`: Receiver account of the royalty. Has no effect if the `royalty_amount` is not set. Cannot be changed.583       * - `royalty_amount`: Optional permillage reward from each trade for the `recipient`. Cannot be changed.584       * - `metadata`: Arbitrary data about an NFT, e.g. IPFS hash. Cannot be changed.585       * - `transferable`: Can this NFT be transferred? Cannot be changed.586       * - `resources`: Resource data to be added to the NFT immediately after minting.587       **/588      mintNft: AugmentedSubmittable<(owner: Option<AccountId32> | null | Uint8Array | AccountId32 | string, collectionId: u32 | AnyNumber | Uint8Array, recipient: Option<AccountId32> | null | Uint8Array | AccountId32 | string, royaltyAmount: Option<Permill> | null | Uint8Array | Permill | AnyNumber, metadata: Bytes | string | Uint8Array, transferable: bool | boolean | Uint8Array, resources: Option<Vec<RmrkTraitsResourceResourceTypes>> | null | Uint8Array | Vec<RmrkTraitsResourceResourceTypes> | (RmrkTraitsResourceResourceTypes | { Basic: any } | { Composable: any } | { Slot: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>, u32, Option<AccountId32>, Option<Permill>, Bytes, bool, Option<Vec<RmrkTraitsResourceResourceTypes>>]>;589      /**590       * Reject an NFT sent from another account to self or owned NFT.591       * The NFT in question will not be sent back and burnt instead.592       * 593       * The NFT in question must be pending, and, thus, be [sent](`Pallet::send`) first.594       * 595       * # Permissions:596       * - Token-owner-to-be-not597       * 598       * # Arguments:599       * - `origin`: sender of the transaction600       * - `rmrk_collection_id`: RMRK ID of the NFT to be rejected.601       * - `rmrk_nft_id`: ID of the NFT to be rejected.602       **/603      rejectNft: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;604      /**605       * Remove and erase a resource from an NFT.606       * 607       * If the sender does not own the NFT, then it will be pending confirmation,608       * and will have to be [accepted](Pallet::accept_resource_removal) by the token owner.609       * 610       * # Permissions611       * - Collection issuer612       * 613       * # Arguments614       * - `origin`: sender of the transaction615       * - `rmrk_collection_id`: RMRK ID of a collection to which the NFT making use of the resource belongs to.616       * - `nft_id`: ID of the NFT with a resource to be removed.617       * - `resource_id`: ID of the resource to be removed.618       **/619      removeResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resourceId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;620      /**621       * Transfer an NFT from an account/NFT A to another account/NFT B.622       * The token must be transferable. Nesting cannot occur deeper than the [`NESTING_BUDGET`].623       * 624       * If the target owner is an NFT owned by another account, then the NFT will enter625       * the pending state and will have to be accepted by the other account.626       * 627       * # Permissions:628       * - Token owner629       * 630       * # Arguments:631       * - `origin`: sender of the transaction632       * - `rmrk_collection_id`: RMRK ID of the collection of the NFT to be transferred.633       * - `rmrk_nft_id`: ID of the NFT to be transferred.634       * - `new_owner`: New owner of the nft which can be either an account or a NFT.635       **/636      send: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple | { AccountId: any } | { CollectionAndNftTuple: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsNftAccountIdOrCollectionNftTuple]>;637      /**638       * Set a different order of resource priorities for an NFT. Priorities can be used,639       * for example, for order of rendering.640       * 641       * Note that the priorities are not updated automatically, and are an empty vector642       * by default. There is no pre-set definition for the order to be particular,643       * it can be interpreted arbitrarily use-case by use-case.644       * 645       * # Permissions:646       * - Token owner647       * 648       * # Arguments:649       * - `origin`: sender of the transaction650       * - `rmrk_collection_id`: RMRK collection ID of the NFT.651       * - `rmrk_nft_id`: ID of the NFT to rearrange resource priorities for.652       * - `priorities`: Ordered vector of resource IDs.653       **/654      setPriority: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, priorities: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<u32>]>;655      /**656       * Add or edit a custom user property, a key-value pair, describing the metadata657       * of a token or a collection, on either one of these.658       * 659       * Note that in this proxy implementation many details regarding RMRK are stored660       * as scoped properties prefixed with "rmrk:", normally inaccessible661       * to external transactions and RPCs.662       * 663       * # Permissions:664       * - Collection issuer - in case of collection property665       * - Token owner - in case of NFT property666       * 667       * # Arguments:668       * - `origin`: sender of the transaction669       * - `rmrk_collection_id`: RMRK collection ID.670       * - `maybe_nft_id`: Optional ID of the NFT. If left empty, then the property is set for the collection.671       * - `key`: Key of the custom property to be referenced by.672       * - `value`: Value of the custom property to be stored.673       **/674      setProperty: AugmentedSubmittable<(rmrkCollectionId: Compact<u32> | AnyNumber | Uint8Array, maybeNftId: Option<u32> | null | Uint8Array | u32 | AnyNumber, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Option<u32>, Bytes, Bytes]>;675      /**676       * Generic tx677       **/678      [key: string]: SubmittableExtrinsicFunction<ApiType>;679    };680    rmrkEquip: {681      /**682       * Create a new Base.683       * 684       * Modeled after the [Base interaction](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/base.md)685       * 686       * # Permissions687       * - Anyone - will be assigned as the issuer of the Base.688       * 689       * # Arguments:690       * - `origin`: Caller, will be assigned as the issuer of the Base691       * - `base_type`: Arbitrary media type, e.g. "svg".692       * - `symbol`: Arbitrary client-chosen symbol.693       * - `parts`: Array of Fixed and Slot Parts composing the Base,694       * confined in length by [`RmrkPartsLimit`](up_data_structs::RmrkPartsLimit).695       **/696      createBase: AugmentedSubmittable<(baseType: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, parts: Vec<RmrkTraitsPartPartType> | (RmrkTraitsPartPartType | { FixedPart: any } | { SlotPart: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Bytes, Bytes, Vec<RmrkTraitsPartPartType>]>;697      /**698       * Update the array of Collections allowed to be equipped to a Base's specified Slot Part.699       * 700       * Modeled after [equippable interaction](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/equippable.md).701       * 702       * # Permissions:703       * - Base issuer704       * 705       * # Arguments:706       * - `origin`: sender of the transaction707       * - `base_id`: Base containing the Slot Part to be updated.708       * - `slot_id`: Slot Part whose Equippable List is being updated .709       * - `equippables`: List of equippables that will override the current Equippables list.710       **/711      equippable: AugmentedSubmittable<(baseId: u32 | AnyNumber | Uint8Array, slotId: u32 | AnyNumber | Uint8Array, equippables: RmrkTraitsPartEquippableList | { All: any } | { Empty: any } | { Custom: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsPartEquippableList]>;712      /**713       * Add a Theme to a Base.714       * A Theme named "default" is required prior to adding other Themes.715       * 716       * Modeled after [Themeadd interaction](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/themeadd.md).717       * 718       * # Permissions:719       * - Base issuer720       * 721       * # Arguments:722       * - `origin`: sender of the transaction723       * - `base_id`: Base ID containing the Theme to be updated.724       * - `theme`: Theme to add to the Base.  A Theme has a name and properties, which are an725       * array of [key, value, inherit].726       * - `key`: Arbitrary BoundedString, defined by client.727       * - `value`: Arbitrary BoundedString, defined by client.728       * - `inherit`: Optional bool.729       **/730      themeAdd: AugmentedSubmittable<(baseId: u32 | AnyNumber | Uint8Array, theme: RmrkTraitsTheme | { name?: any; properties?: any; inherit?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, RmrkTraitsTheme]>;731      /**732       * Generic tx733       **/734      [key: string]: SubmittableExtrinsicFunction<ApiType>;735    };736    scheduler: {737      /**738       * Cancel a named scheduled task.739       **/740      cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;741      /**742       * Schedule a named task.743       **/744      scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: FrameSupportScheduleMaybeHashed | { Value: any } | { Hash: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, FrameSupportScheduleMaybeHashed]>;745      /**746       * Schedule a named task after a delay.747       * 748       * # <weight>749       * Same as [`schedule_named`](Self::schedule_named).750       * # </weight>751       **/752      scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: FrameSupportScheduleMaybeHashed | { Value: any } | { Hash: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, FrameSupportScheduleMaybeHashed]>;753      /**754       * Generic tx755       **/756      [key: string]: SubmittableExtrinsicFunction<ApiType>;757    };758    structure: {759      /**760       * Generic tx761       **/762      [key: string]: SubmittableExtrinsicFunction<ApiType>;763    };764    sudo: {765      /**766       * Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo767       * key.768       * 769       * The dispatch origin for this call must be _Signed_.770       * 771       * # <weight>772       * - O(1).773       * - Limited storage reads.774       * - One DB change.775       * # </weight>776       **/777      setKey: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;778      /**779       * Authenticates the sudo key and dispatches a function call with `Root` origin.780       * 781       * The dispatch origin for this call must be _Signed_.782       * 783       * # <weight>784       * - O(1).785       * - Limited storage reads.786       * - One DB write (event).787       * - Weight of derivative `call` execution + 10,000.788       * # </weight>789       **/790      sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;791      /**792       * Authenticates the sudo key and dispatches a function call with `Signed` origin from793       * a given account.794       * 795       * The dispatch origin for this call must be _Signed_.796       * 797       * # <weight>798       * - O(1).799       * - Limited storage reads.800       * - One DB write (event).801       * - Weight of derivative `call` execution + 10,000.802       * # </weight>803       **/804      sudoAs: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;805      /**806       * Authenticates the sudo key and dispatches a function call with `Root` origin.807       * This function does not check the weight of the call, and instead allows the808       * Sudo user to specify the weight of the call.809       * 810       * The dispatch origin for this call must be _Signed_.811       * 812       * # <weight>813       * - O(1).814       * - The weight of this call is defined by the caller.815       * # </weight>816       **/817      sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, u64]>;818      /**819       * Generic tx820       **/821      [key: string]: SubmittableExtrinsicFunction<ApiType>;822    };823    system: {824      /**825       * A dispatch that will fill the block weight up to the given ratio.826       **/827      fillBlock: AugmentedSubmittable<(ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;828      /**829       * Kill all storage items with a key that starts with the given prefix.830       * 831       * **NOTE:** We rely on the Root origin to provide us the number of subkeys under832       * the prefix we are removing to accurately calculate the weight of this function.833       **/834      killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;835      /**836       * Kill some items from storage.837       **/838      killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;839      /**840       * Make some on-chain remark.841       * 842       * # <weight>843       * - `O(1)`844       * # </weight>845       **/846      remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;847      /**848       * Make some on-chain remark and emit event.849       **/850      remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;851      /**852       * Set the new runtime code.853       * 854       * # <weight>855       * - `O(C + S)` where `C` length of `code` and `S` complexity of `can_set_code`856       * - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is857       * expensive).858       * - 1 storage write (codec `O(C)`).859       * - 1 digest item.860       * - 1 event.861       * The weight of this function is dependent on the runtime, but generally this is very862       * expensive. We will treat this as a full block.863       * # </weight>864       **/865      setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;866      /**867       * Set the new runtime code without doing any checks of the given `code`.868       * 869       * # <weight>870       * - `O(C)` where `C` length of `code`871       * - 1 storage write (codec `O(C)`).872       * - 1 digest item.873       * - 1 event.874       * The weight of this function is dependent on the runtime. We will treat this as a full875       * block. # </weight>876       **/877      setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;878      /**879       * Set the number of pages in the WebAssembly environment's heap.880       **/881      setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;882      /**883       * Set some items of storage.884       **/885      setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;886      /**887       * Generic tx888       **/889      [key: string]: SubmittableExtrinsicFunction<ApiType>;890    };891    timestamp: {892      /**893       * Set the current time.894       * 895       * This call should be invoked exactly once per block. It will panic at the finalization896       * phase, if this call hasn't been invoked by that time.897       * 898       * The timestamp should be greater than the previous one by the amount specified by899       * `MinimumPeriod`.900       * 901       * The dispatch origin for this call must be `Inherent`.902       * 903       * # <weight>904       * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)905       * - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in906       * `on_finalize`)907       * - 1 event handler `on_timestamp_set`. Must be `O(1)`.908       * # </weight>909       **/910      set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;911      /**912       * Generic tx913       **/914      [key: string]: SubmittableExtrinsicFunction<ApiType>;915    };916    tokens: {917      /**918       * Exactly as `transfer`, except the origin must be root and the source919       * account may be specified.920       * 921       * The dispatch origin for this call must be _Root_.922       * 923       * - `source`: The sender of the transfer.924       * - `dest`: The recipient of the transfer.925       * - `currency_id`: currency type.926       * - `amount`: free balance amount to tranfer.927       **/928      forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>]>;929      /**930       * Set the balances of a given account.931       * 932       * This will alter `FreeBalance` and `ReservedBalance` in storage. it933       * will also decrease the total issuance of the system934       * (`TotalIssuance`). If the new free or reserved balance is below the935       * existential deposit, it will reap the `AccountInfo`.936       * 937       * The dispatch origin for this call is `root`.938       **/939      setBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array, newReserved: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>, Compact<u128>]>;940      /**941       * Transfer some liquid free balance to another account.942       * 943       * `transfer` will set the `FreeBalance` of the sender and receiver.944       * It will decrease the total issuance of the system by the945       * `TransferFee`. If the sender's account is below the existential946       * deposit as a result of the transfer, the account will be reaped.947       * 948       * The dispatch origin for this call must be `Signed` by the949       * transactor.950       * 951       * - `dest`: The recipient of the transfer.952       * - `currency_id`: currency type.953       * - `amount`: free balance amount to tranfer.954       **/955      transfer: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>]>;956      /**957       * Transfer all remaining balance to the given account.958       * 959       * NOTE: This function only attempts to transfer _transferable_960       * balances. This means that any locked, reserved, or existential961       * deposits (when `keep_alive` is `true`), will not be transferred by962       * this function. To ensure that this function results in a killed963       * account, you might need to prepare the account by removing any964       * reference counters, storage deposits, etc...965       * 966       * The dispatch origin for this call must be `Signed` by the967       * transactor.968       * 969       * - `dest`: The recipient of the transfer.970       * - `currency_id`: currency type.971       * - `keep_alive`: A boolean to determine if the `transfer_all`972       * operation should send all of the funds the account has, causing973       * the sender account to be killed (false), or transfer everything974       * except at least the existential deposit, which will guarantee to975       * keep the sender account alive (true).976       **/977      transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, bool]>;978      /**979       * Same as the [`transfer`] call, but with a check that the transfer980       * will not kill the origin account.981       * 982       * 99% of the time you want [`transfer`] instead.983       * 984       * The dispatch origin for this call must be `Signed` by the985       * transactor.986       * 987       * - `dest`: The recipient of the transfer.988       * - `currency_id`: currency type.989       * - `amount`: free balance amount to tranfer.990       **/991      transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>]>;992      /**993       * Generic tx994       **/995      [key: string]: SubmittableExtrinsicFunction<ApiType>;996    };997    treasury: {998      /**999       * Approve a proposal. At a later time, the proposal will be allocated to the beneficiary1000       * and the original deposit will be returned.1001       * 1002       * May only be called from `T::ApproveOrigin`.1003       * 1004       * # <weight>1005       * - Complexity: O(1).1006       * - DbReads: `Proposals`, `Approvals`1007       * - DbWrite: `Approvals`1008       * # </weight>1009       **/1010      approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;1011      /**1012       * Put forward a suggestion for spending. A deposit proportional to the value1013       * is reserved and slashed if the proposal is rejected. It is returned once the1014       * proposal is awarded.1015       * 1016       * # <weight>1017       * - Complexity: O(1)1018       * - DbReads: `ProposalCount`, `origin account`1019       * - DbWrites: `ProposalCount`, `Proposals`, `origin account`1020       * # </weight>1021       **/1022      proposeSpend: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;1023      /**1024       * Reject a proposed spend. The original deposit will be slashed.1025       * 1026       * May only be called from `T::RejectOrigin`.1027       * 1028       * # <weight>1029       * - Complexity: O(1)1030       * - DbReads: `Proposals`, `rejected proposer account`1031       * - DbWrites: `Proposals`, `rejected proposer account`1032       * # </weight>1033       **/1034      rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;1035      /**1036       * Force a previously approved proposal to be removed from the approval queue.1037       * The original deposit will no longer be returned.1038       * 1039       * May only be called from `T::RejectOrigin`.1040       * - `proposal_id`: The index of a proposal1041       * 1042       * # <weight>1043       * - Complexity: O(A) where `A` is the number of approvals1044       * - Db reads and writes: `Approvals`1045       * # </weight>1046       * 1047       * Errors:1048       * - `ProposalNotApproved`: The `proposal_id` supplied was not found in the approval queue,1049       * i.e., the proposal has not been approved. This could also mean the proposal does not1050       * exist altogether, thus there is no way it would have been approved in the first place.1051       **/1052      removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;1053      /**1054       * Propose and approve a spend of treasury funds.1055       * 1056       * - `origin`: Must be `SpendOrigin` with the `Success` value being at least `amount`.1057       * - `amount`: The amount to be transferred from the treasury to the `beneficiary`.1058       * - `beneficiary`: The destination account for the transfer.1059       * 1060       * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the1061       * beneficiary.1062       **/1063      spend: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;1064      /**1065       * Generic tx1066       **/1067      [key: string]: SubmittableExtrinsicFunction<ApiType>;1068    };1069    unique: {1070      /**1071       * Add an admin to a collection.1072       * 1073       * NFT Collection can be controlled by multiple admin addresses1074       * (some which can also be servers, for example). Admins can issue1075       * and burn NFTs, as well as add and remove other admins,1076       * but cannot change NFT or Collection ownership.1077       * 1078       * # Permissions1079       * 1080       * * Collection owner1081       * * Collection admin1082       * 1083       * # Arguments1084       * 1085       * * `collection_id`: ID of the Collection to add an admin for.1086       * * `new_admin`: Address of new admin to add.1087       **/1088      addCollectionAdmin: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newAdminId: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1089      /**1090       * Add an address to allow list.1091       * 1092       * # Permissions1093       * 1094       * * Collection owner1095       * * Collection admin1096       * 1097       * # Arguments1098       * 1099       * * `collection_id`: ID of the modified collection.1100       * * `address`: ID of the address to be added to the allowlist.1101       **/1102      addToAllowList: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, address: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1103      /**1104       * Allow a non-permissioned address to transfer or burn an item.1105       * 1106       * # Permissions1107       * 1108       * * Collection owner1109       * * Collection admin1110       * * Current item owner1111       * 1112       * # Arguments1113       * 1114       * * `spender`: Account to be approved to make specific transactions on non-owned tokens.1115       * * `collection_id`: ID of the collection the item belongs to.1116       * * `item_id`: ID of the item transactions on which are now approved.1117       * * `amount`: Number of pieces of the item approved for a transaction (maximum of 1 for NFTs).1118       * Set to 0 to revoke the approval.1119       **/1120      approve: AugmentedSubmittable<(spender: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr, u32, u32, u128]>;1121      /**1122       * Destroy a token on behalf of the owner as a non-owner account.1123       * 1124       * See also: [`approve`][`Pallet::approve`].1125       * 1126       * After this method executes, one approval is removed from the total so that1127       * the approved address will not be able to transfer this item again from this owner.1128       * 1129       * # Permissions1130       * 1131       * * Collection owner1132       * * Collection admin1133       * * Current token owner1134       * * Address approved by current item owner1135       * 1136       * # Arguments1137       * 1138       * * `from`: The owner of the burning item.1139       * * `collection_id`: ID of the collection to which the item belongs.1140       * * `item_id`: ID of item to burn.1141       * * `value`: Number of pieces to burn.1142       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1143       * * Fungible Mode: The desired number of pieces to burn.1144       * * Re-Fungible Mode: The desired number of pieces to burn.1145       **/1146      burnFrom: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, from: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr, u32, u128]>;1147      /**1148       * Destroy an item.1149       * 1150       * # Permissions1151       * 1152       * * Collection owner1153       * * Collection admin1154       * * Current item owner1155       * 1156       * # Arguments1157       * 1158       * * `collection_id`: ID of the collection to which the item belongs.1159       * * `item_id`: ID of item to burn.1160       * * `value`: Number of pieces of the item to destroy.1161       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1162       * * Fungible Mode: The desired number of pieces to burn.1163       * * Re-Fungible Mode: The desired number of pieces to burn.1164       **/1165      burnItem: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u128]>;1166      /**1167       * Change the owner of the collection.1168       * 1169       * # Permissions1170       * 1171       * * Collection owner1172       * 1173       * # Arguments1174       * 1175       * * `collection_id`: ID of the modified collection.1176       * * `new_owner`: ID of the account that will become the owner.1177       **/1178      changeCollectionOwner: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newOwner: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32]>;1179      /**1180       * Confirm own sponsorship of a collection, becoming the sponsor.1181       * 1182       * An invitation must be pending, see [`set_collection_sponsor`][`Pallet::set_collection_sponsor`].1183       * Sponsor can pay the fees of a transaction instead of the sender,1184       * but only within specified limits.1185       * 1186       * # Permissions1187       * 1188       * * Sponsor-to-be1189       * 1190       * # Arguments1191       * 1192       * * `collection_id`: ID of the collection with the pending sponsor.1193       **/1194      confirmSponsorship: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1195      /**1196       * Create a collection of tokens.1197       * 1198       * Each Token may have multiple properties encoded as an array of bytes1199       * of certain length. The initial owner of the collection is set1200       * to the address that signed the transaction and can be changed later.1201       * 1202       * Prefer the more advanced [`create_collection_ex`][`Pallet::create_collection_ex`] instead.1203       * 1204       * # Permissions1205       * 1206       * * Anyone - becomes the owner of the new collection.1207       * 1208       * # Arguments1209       * 1210       * * `collection_name`: Wide-character string with collection name1211       * (limit [`MAX_COLLECTION_NAME_LENGTH`]).1212       * * `collection_description`: Wide-character string with collection description1213       * (limit [`MAX_COLLECTION_DESCRIPTION_LENGTH`]).1214       * * `token_prefix`: Byte string containing the token prefix to mark a collection1215       * to which a token belongs (limit [`MAX_TOKEN_PREFIX_LENGTH`]).1216       * * `mode`: Type of items stored in the collection and type dependent data.1217       **/1218      createCollection: AugmentedSubmittable<(collectionName: Vec<u16> | (u16 | AnyNumber | Uint8Array)[], collectionDescription: Vec<u16> | (u16 | AnyNumber | Uint8Array)[], tokenPrefix: Bytes | string | Uint8Array, mode: UpDataStructsCollectionMode | { NFT: any } | { Fungible: any } | { ReFungible: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<u16>, Vec<u16>, Bytes, UpDataStructsCollectionMode]>;1219      /**1220       * Create a collection with explicit parameters.1221       * 1222       * Prefer it to the deprecated [`create_collection`][`Pallet::create_collection`] method.1223       * 1224       * # Permissions1225       * 1226       * * Anyone - becomes the owner of the new collection.1227       * 1228       * # Arguments1229       * 1230       * * `data`: Explicit data of a collection used for its creation.1231       **/1232      createCollectionEx: AugmentedSubmittable<(data: UpDataStructsCreateCollectionData | { mode?: any; access?: any; name?: any; description?: any; tokenPrefix?: any; pendingSponsor?: any; limits?: any; permissions?: any; tokenPropertyPermissions?: any; properties?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [UpDataStructsCreateCollectionData]>;1233      /**1234       * Mint an item within a collection.1235       * 1236       * A collection must exist first, see [`create_collection_ex`][`Pallet::create_collection_ex`].1237       * 1238       * # Permissions1239       * 1240       * * Collection owner1241       * * Collection admin1242       * * Anyone if1243       * * Allow List is enabled, and1244       * * Address is added to allow list, and1245       * * MintPermission is enabled (see [`set_collection_permissions`][`Pallet::set_collection_permissions`])1246       * 1247       * # Arguments1248       * 1249       * * `collection_id`: ID of the collection to which an item would belong.1250       * * `owner`: Address of the initial owner of the item.1251       * * `data`: Token data describing the item to store on chain.1252       **/1253      createItem: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, owner: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, data: UpDataStructsCreateItemData | { NFT: any } | { Fungible: any } | { ReFungible: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsCreateItemData]>;1254      /**1255       * Create multiple items within a collection.1256       * 1257       * A collection must exist first, see [`create_collection_ex`][`Pallet::create_collection_ex`].1258       * 1259       * # Permissions1260       * 1261       * * Collection owner1262       * * Collection admin1263       * * Anyone if1264       * * Allow List is enabled, and1265       * * Address is added to the allow list, and1266       * * MintPermission is enabled (see [`set_collection_permissions`][`Pallet::set_collection_permissions`])1267       * 1268       * # Arguments1269       * 1270       * * `collection_id`: ID of the collection to which the tokens would belong.1271       * * `owner`: Address of the initial owner of the tokens.1272       * * `items_data`: Vector of data describing each item to be created.1273       **/1274      createMultipleItems: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, owner: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, itemsData: Vec<UpDataStructsCreateItemData> | (UpDataStructsCreateItemData | { NFT: any } | { Fungible: any } | { ReFungible: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr, Vec<UpDataStructsCreateItemData>]>;1275      /**1276       * Create multiple items within a collection with explicitly specified initial parameters.1277       * 1278       * # Permissions1279       * 1280       * * Collection owner1281       * * Collection admin1282       * * Anyone if1283       * * Allow List is enabled, and1284       * * Address is added to allow list, and1285       * * MintPermission is enabled (see [`set_collection_permissions`][`Pallet::set_collection_permissions`])1286       * 1287       * # Arguments1288       * 1289       * * `collection_id`: ID of the collection to which the tokens would belong.1290       * * `data`: Explicit item creation data.1291       **/1292      createMultipleItemsEx: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, data: UpDataStructsCreateItemExData | { NFT: any } | { Fungible: any } | { RefungibleMultipleItems: any } | { RefungibleMultipleOwners: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCreateItemExData]>;1293      /**1294       * Delete specified collection properties.1295       * 1296       * # Permissions1297       * 1298       * * Collection Owner1299       * * Collection Admin1300       * 1301       * # Arguments1302       * 1303       * * `collection_id`: ID of the modified collection.1304       * * `property_keys`: Vector of keys of the properties to be deleted.1305       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1306       **/1307      deleteCollectionProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, propertyKeys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<Bytes>]>;1308      /**1309       * Delete specified token properties. Currently properties only work with NFTs.1310       * 1311       * # Permissions1312       * 1313       * * Depends on collection's token property permissions and specified property mutability:1314       * * Collection owner1315       * * Collection admin1316       * * Token owner1317       * 1318       * # Arguments1319       * 1320       * * `collection_id`: ID of the collection to which the token belongs.1321       * * `token_id`: ID of the modified token.1322       * * `property_keys`: Vector of keys of the properties to be deleted.1323       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1324       **/1325      deleteTokenProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, propertyKeys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<Bytes>]>;1326      /**1327       * Destroy a collection if no tokens exist within.1328       * 1329       * # Permissions1330       * 1331       * * Collection owner1332       * 1333       * # Arguments1334       * 1335       * * `collection_id`: Collection to destroy.1336       **/1337      destroyCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1338      /**1339       * Remove admin of a collection.1340       * 1341       * An admin address can remove itself. List of admins may become empty,1342       * in which case only Collection Owner will be able to add an Admin.1343       * 1344       * # Permissions1345       * 1346       * * Collection owner1347       * * Collection admin1348       * 1349       * # Arguments1350       * 1351       * * `collection_id`: ID of the collection to remove the admin for.1352       * * `account_id`: Address of the admin to remove.1353       **/1354      removeCollectionAdmin: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, accountId: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1355      /**1356       * Remove a collection's a sponsor, making everyone pay for their own transactions.1357       * 1358       * # Permissions1359       * 1360       * * Collection owner1361       * 1362       * # Arguments1363       * 1364       * * `collection_id`: ID of the collection with the sponsor to remove.1365       **/1366      removeCollectionSponsor: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1367      /**1368       * Remove an address from allow list.1369       * 1370       * # Permissions1371       * 1372       * * Collection owner1373       * * Collection admin1374       * 1375       * # Arguments1376       * 1377       * * `collection_id`: ID of the modified collection.1378       * * `address`: ID of the address to be removed from the allowlist.1379       **/1380      removeFromAllowList: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, address: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1381      /**1382       * Re-partition a refungible token, while owning all of its parts/pieces.1383       * 1384       * # Permissions1385       * 1386       * * Token owner (must own every part)1387       * 1388       * # Arguments1389       * 1390       * * `collection_id`: ID of the collection the RFT belongs to.1391       * * `token_id`: ID of the RFT.1392       * * `amount`: New number of parts/pieces into which the token shall be partitioned.1393       **/1394      repartition: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u128]>;1395      /**1396       * Set specific limits of a collection. Empty, or None fields mean chain default.1397       * 1398       * # Permissions1399       * 1400       * * Collection owner1401       * * Collection admin1402       * 1403       * # Arguments1404       * 1405       * * `collection_id`: ID of the modified collection.1406       * * `new_limit`: New limits of the collection. Fields that are not set (None)1407       * will not overwrite the old ones.1408       **/1409      setCollectionLimits: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newLimit: UpDataStructsCollectionLimits | { accountTokenOwnershipLimit?: any; sponsoredDataSize?: any; sponsoredDataRateLimit?: any; tokenLimit?: any; sponsorTransferTimeout?: any; sponsorApproveTimeout?: any; ownerCanTransfer?: any; ownerCanDestroy?: any; transfersEnabled?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCollectionLimits]>;1410      /**1411       * Set specific permissions of a collection. Empty, or None fields mean chain default.1412       * 1413       * # Permissions1414       * 1415       * * Collection owner1416       * * Collection admin1417       * 1418       * # Arguments1419       * 1420       * * `collection_id`: ID of the modified collection.1421       * * `new_permission`: New permissions of the collection. Fields that are not set (None)1422       * will not overwrite the old ones.1423       **/1424      setCollectionPermissions: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newPermission: UpDataStructsCollectionPermissions | { access?: any; mintMode?: any; nesting?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCollectionPermissions]>;1425      /**1426       * Add or change collection properties.1427       * 1428       * # Permissions1429       * 1430       * * Collection owner1431       * * Collection admin1432       * 1433       * # Arguments1434       * 1435       * * `collection_id`: ID of the modified collection.1436       * * `properties`: Vector of key-value pairs stored as the collection's metadata.1437       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1438       **/1439      setCollectionProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsProperty>]>;1440      /**1441       * Set (invite) a new collection sponsor.1442       * 1443       * If successful, confirmation from the sponsor-to-be will be pending.1444       * 1445       * # Permissions1446       * 1447       * * Collection owner1448       * * Collection admin1449       * 1450       * # Arguments1451       * 1452       * * `collection_id`: ID of the modified collection.1453       * * `new_sponsor`: ID of the account of the sponsor-to-be.1454       **/1455      setCollectionSponsor: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newSponsor: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32]>;1456      /**1457       * Add or change token properties according to collection's permissions.1458       * Currently properties only work with NFTs.1459       * 1460       * # Permissions1461       * 1462       * * Depends on collection's token property permissions and specified property mutability:1463       * * Collection owner1464       * * Collection admin1465       * * Token owner1466       * 1467       * See [`set_token_property_permissions`][`Pallet::set_token_property_permissions`].1468       * 1469       * # Arguments1470       * 1471       * * `collection_id: ID of the collection to which the token belongs.1472       * * `token_id`: ID of the modified token.1473       * * `properties`: Vector of key-value pairs stored as the token's metadata.1474       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1475       **/1476      setTokenProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<UpDataStructsProperty>]>;1477      /**1478       * Add or change token property permissions of a collection.1479       * 1480       * Without a permission for a particular key, a property with that key1481       * cannot be created in a token.1482       * 1483       * # Permissions1484       * 1485       * * Collection owner1486       * * Collection admin1487       * 1488       * # Arguments1489       * 1490       * * `collection_id`: ID of the modified collection.1491       * * `property_permissions`: Vector of permissions for property keys.1492       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1493       **/1494      setTokenPropertyPermissions: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, propertyPermissions: Vec<UpDataStructsPropertyKeyPermission> | (UpDataStructsPropertyKeyPermission | { key?: any; permission?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsPropertyKeyPermission>]>;1495      /**1496       * Completely allow or disallow transfers for a particular collection.1497       * 1498       * # Permissions1499       * 1500       * * Collection owner1501       * 1502       * # Arguments1503       * 1504       * * `collection_id`: ID of the collection.1505       * * `value`: New value of the flag, are transfers allowed?1506       **/1507      setTransfersEnabledFlag: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, value: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, bool]>;1508      /**1509       * Change ownership of the token.1510       * 1511       * # Permissions1512       * 1513       * * Collection owner1514       * * Collection admin1515       * * Current token owner1516       * 1517       * # Arguments1518       * 1519       * * `recipient`: Address of token recipient.1520       * * `collection_id`: ID of the collection the item belongs to.1521       * * `item_id`: ID of the item.1522       * * Non-Fungible Mode: Required.1523       * * Fungible Mode: Ignored.1524       * * Re-Fungible Mode: Required.1525       * 1526       * * `value`: Amount to transfer.1527       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1528       * * Fungible Mode: The desired number of pieces to transfer.1529       * * Re-Fungible Mode: The desired number of pieces to transfer.1530       **/1531      transfer: AugmentedSubmittable<(recipient: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr, u32, u32, u128]>;1532      /**1533       * Change ownership of an item on behalf of the owner as a non-owner account.1534       * 1535       * See the [`approve`][`Pallet::approve`] method for additional information.1536       * 1537       * After this method executes, one approval is removed from the total so that1538       * the approved address will not be able to transfer this item again from this owner.1539       * 1540       * # Permissions1541       * 1542       * * Collection owner1543       * * Collection admin1544       * * Current item owner1545       * * Address approved by current item owner1546       * 1547       * # Arguments1548       * 1549       * * `from`: Address that currently owns the token.1550       * * `recipient`: Address of the new token-owner-to-be.1551       * * `collection_id`: ID of the collection the item.1552       * * `item_id`: ID of the item to be transferred.1553       * * `value`: Amount to transfer.1554       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1555       * * Fungible Mode: The desired number of pieces to transfer.1556       * * Re-Fungible Mode: The desired number of pieces to transfer.1557       **/1558      transferFrom: AugmentedSubmittable<(from: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, recipient: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u32, u32, u128]>;1559      /**1560       * Generic tx1561       **/1562      [key: string]: SubmittableExtrinsicFunction<ApiType>;1563    };1564    vesting: {1565      claim: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1566      claimFor: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;1567      updateVestingSchedules: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, vestingSchedules: Vec<OrmlVestingVestingSchedule> | (OrmlVestingVestingSchedule | { start?: any; period?: any; periodCount?: any; perPeriod?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [MultiAddress, Vec<OrmlVestingVestingSchedule>]>;1568      vestedTransfer: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: OrmlVestingVestingSchedule | { start?: any; period?: any; periodCount?: any; perPeriod?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, OrmlVestingVestingSchedule]>;1569      /**1570       * Generic tx1571       **/1572      [key: string]: SubmittableExtrinsicFunction<ApiType>;1573    };1574    xcmpQueue: {1575      /**1576       * Resumes all XCM executions for the XCMP queue.1577       * 1578       * Note that this function doesn't change the status of the in/out bound channels.1579       * 1580       * - `origin`: Must pass `ControllerOrigin`.1581       **/1582      resumeXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1583      /**1584       * Services a single overweight XCM.1585       * 1586       * - `origin`: Must pass `ExecuteOverweightOrigin`.1587       * - `index`: The index of the overweight XCM to service1588       * - `weight_limit`: The amount of weight that XCM execution may take.1589       * 1590       * Errors:1591       * - `BadOverweightIndex`: XCM under `index` is not found in the `Overweight` storage map.1592       * - `BadXcm`: XCM under `index` cannot be properly decoded into a valid XCM format.1593       * - `WeightOverLimit`: XCM execution may use greater `weight_limit`.1594       * 1595       * Events:1596       * - `OverweightServiced`: On success.1597       **/1598      serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;1599      /**1600       * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin.1601       * 1602       * - `origin`: Must pass `ControllerOrigin`.1603       **/1604      suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1605      /**1606       * Overwrites the number of pages of messages which must be in the queue after which we drop any further1607       * messages from the channel.1608       * 1609       * - `origin`: Must pass `Root`.1610       * - `new`: Desired value for `QueueConfigData.drop_threshold`1611       **/1612      updateDropThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1613      /**1614       * Overwrites the number of pages of messages which the queue must be reduced to before it signals that1615       * message sending may recommence after it has been suspended.1616       * 1617       * - `origin`: Must pass `Root`.1618       * - `new`: Desired value for `QueueConfigData.resume_threshold`1619       **/1620      updateResumeThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1621      /**1622       * Overwrites the number of pages of messages which must be in the queue for the other side to be told to1623       * suspend their sending.1624       * 1625       * - `origin`: Must pass `Root`.1626       * - `new`: Desired value for `QueueConfigData.suspend_value`1627       **/1628      updateSuspendThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1629      /**1630       * Overwrites the amount of remaining weight under which we stop processing messages.1631       * 1632       * - `origin`: Must pass `Root`.1633       * - `new`: Desired value for `QueueConfigData.threshold_weight`1634       **/1635      updateThresholdWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;1636      /**1637       * Overwrites the speed to which the available weight approaches the maximum weight.1638       * A lower number results in a faster progression. A value of 1 makes the entire weight available initially.1639       * 1640       * - `origin`: Must pass `Root`.1641       * - `new`: Desired value for `QueueConfigData.weight_restrict_decay`.1642       **/1643      updateWeightRestrictDecay: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;1644      /**1645       * Overwrite the maximum amount of weight any individual message may consume.1646       * Messages above this weight go into the overweight queue and may only be serviced explicitly.1647       * 1648       * - `origin`: Must pass `Root`.1649       * - `new`: Desired value for `QueueConfigData.xcmp_max_individual_weight`.1650       **/1651      updateXcmpMaxIndividualWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;1652      /**1653       * Generic tx1654       **/1655      [key: string]: SubmittableExtrinsicFunction<ApiType>;1656    };1657    xTokens: {1658      /**1659       * Transfer native currencies.1660       * 1661       * `dest_weight` is the weight for XCM execution on the dest chain, and1662       * it would be charged from the transferred assets. If set below1663       * requirements, the execution may fail and assets wouldn't be1664       * received.1665       * 1666       * It's a no-op if any error on local XCM execution or message sending.1667       * Note sending assets out per se doesn't guarantee they would be1668       * received. Receiving depends on if the XCM message could be delivered1669       * by the network, and if the receiving chain would handle1670       * messages correctly.1671       **/1672      transfer: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, XcmVersionedMultiLocation, u64]>;1673      /**1674       * Transfer `MultiAsset`.1675       * 1676       * `dest_weight` is the weight for XCM execution on the dest chain, and1677       * it would be charged from the transferred assets. If set below1678       * requirements, the execution may fail and assets wouldn't be1679       * received.1680       * 1681       * It's a no-op if any error on local XCM execution or message sending.1682       * Note sending assets out per se doesn't guarantee they would be1683       * received. Receiving depends on if the XCM message could be delivered1684       * by the network, and if the receiving chain would handle1685       * messages correctly.1686       **/1687      transferMultiasset: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;1688      /**1689       * Transfer several `MultiAsset` specifying the item to be used as fee1690       * 1691       * `dest_weight` is the weight for XCM execution on the dest chain, and1692       * it would be charged from the transferred assets. If set below1693       * requirements, the execution may fail and assets wouldn't be1694       * received.1695       * 1696       * `fee_item` is index of the MultiAssets that we want to use for1697       * payment1698       * 1699       * It's a no-op if any error on local XCM execution or message sending.1700       * Note sending assets out per se doesn't guarantee they would be1701       * received. Receiving depends on if the XCM message could be delivered1702       * by the network, and if the receiving chain would handle1703       * messages correctly.1704       **/1705      transferMultiassets: AugmentedSubmittable<(assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64]>;1706      /**1707       * Transfer `MultiAsset` specifying the fee and amount as separate.1708       * 1709       * `dest_weight` is the weight for XCM execution on the dest chain, and1710       * it would be charged from the transferred assets. If set below1711       * requirements, the execution may fail and assets wouldn't be1712       * received.1713       * 1714       * `fee` is the multiasset to be spent to pay for execution in1715       * destination chain. Both fee and amount will be subtracted form the1716       * callers balance For now we only accept fee and asset having the same1717       * `MultiLocation` id.1718       * 1719       * If `fee` is not high enough to cover for the execution costs in the1720       * destination chain, then the assets will be trapped in the1721       * destination chain1722       * 1723       * It's a no-op if any error on local XCM execution or message sending.1724       * Note sending assets out per se doesn't guarantee they would be1725       * received. Receiving depends on if the XCM message could be delivered1726       * by the network, and if the receiving chain would handle1727       * messages correctly.1728       **/1729      transferMultiassetWithFee: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;1730      /**1731       * Transfer several currencies specifying the item to be used as fee1732       * 1733       * `dest_weight` is the weight for XCM execution on the dest chain, and1734       * it would be charged from the transferred assets. If set below1735       * requirements, the execution may fail and assets wouldn't be1736       * received.1737       * 1738       * `fee_item` is index of the currencies tuple that we want to use for1739       * payment1740       * 1741       * It's a no-op if any error on local XCM execution or message sending.1742       * Note sending assets out per se doesn't guarantee they would be1743       * received. Receiving depends on if the XCM message could be delivered1744       * by the network, and if the receiving chain would handle1745       * messages correctly.1746       **/1747      transferMulticurrencies: AugmentedSubmittable<(currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>> | ([PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, u128 | AnyNumber | Uint8Array])[], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>, u32, XcmVersionedMultiLocation, u64]>;1748      /**1749       * Transfer native currencies specifying the fee and amount as1750       * separate.1751       * 1752       * `dest_weight` is the weight for XCM execution on the dest chain, and1753       * it would be charged from the transferred assets. If set below1754       * requirements, the execution may fail and assets wouldn't be1755       * received.1756       * 1757       * `fee` is the amount to be spent to pay for execution in destination1758       * chain. Both fee and amount will be subtracted form the callers1759       * balance.1760       * 1761       * If `fee` is not high enough to cover for the execution costs in the1762       * destination chain, then the assets will be trapped in the1763       * destination chain1764       * 1765       * It's a no-op if any error on local XCM execution or message sending.1766       * Note sending assets out per se doesn't guarantee they would be1767       * received. Receiving depends on if the XCM message could be delivered1768       * by the network, and if the receiving chain would handle1769       * messages correctly.1770       **/1771      transferWithFee: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, u128, XcmVersionedMultiLocation, u64]>;1772      /**1773       * Generic tx1774       **/1775      [key: string]: SubmittableExtrinsicFunction<ApiType>;1776    };1777  } // AugmentedSubmittables1778} // declare module
after · tests/src/interfaces/augment-api-tx.ts
1// Auto-generated via `yarn polkadot-types-from-chain`, 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/api-base/types/submittable';78import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';9import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';12import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, FrameSupportScheduleMaybeHashed, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';1314export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;15export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;16export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;1718declare module '@polkadot/api-base/types/submittable' {19  interface AugmentedSubmittables<ApiType extends ApiTypes> {20    appPromotion: {21      /**22       * Recalculates interest for the specified number of stakers.23       * If all stakers are not recalculated, the next call of the extrinsic24       * will continue the recalculation, from those stakers for whom this25       * was not perform in last call.26       * 27       * # Permissions28       * 29       * * Pallet admin30       * 31       * # Arguments32       * 33       * * `stakers_number`: the number of stakers for which recalculation will be performed34       **/35      payoutStakers: AugmentedSubmittable<(stakersNumber: Option<u8> | null | Uint8Array | u8 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u8>]>;36      /**37       * Sets an address as the the admin.38       * 39       * # Permissions40       * 41       * * Sudo42       * 43       * # Arguments44       * 45       * * `admin`: account of the new admin.46       **/47      setAdminAddress: AugmentedSubmittable<(admin: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr]>;48      /**49       * Sets the pallet to be the sponsor for the collection.50       * 51       * # Permissions52       * 53       * * Pallet admin54       * 55       * # Arguments56       * 57       * * `collection_id`: ID of the collection that will be sponsored by `pallet_id`58       **/59      sponsorCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;60      /**61       * Sets the pallet to be the sponsor for the contract.62       * 63       * # Permissions64       * 65       * * Pallet admin66       * 67       * # Arguments68       * 69       * * `contract_id`: the contract address that will be sponsored by `pallet_id`70       **/71      sponsorContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;72      /**73       * Stakes the amount of native tokens.74       * Sets `amount` to the locked state.75       * The maximum number of stakes for a staker is 10.76       * 77       * # Arguments78       * 79       * * `amount`: in native tokens.80       **/81      stake: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;82      /**83       * Removes the pallet as the sponsor for the collection.84       * Returns [`NoPermission`][`Error::NoPermission`]85       * if the pallet wasn't the sponsor.86       * 87       * # Permissions88       * 89       * * Pallet admin90       * 91       * # Arguments92       * 93       * * `collection_id`: ID of the collection that is sponsored by `pallet_id`94       **/95      stopSponsoringCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;96      /**97       * Removes the pallet as the sponsor for the contract.98       * Returns [`NoPermission`][`Error::NoPermission`]99       * if the pallet wasn't the sponsor.100       * 101       * # Permissions102       * 103       * * Pallet admin104       * 105       * # Arguments106       * 107       * * `contract_id`: the contract address that is sponsored by `pallet_id`108       **/109      stopSponsoringContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;110      /**111       * Unstakes all stakes.112       * Moves the sum of all stakes to the `reserved` state.113       * After the end of `PendingInterval` this sum becomes completely114       * free for further use.115       **/116      unstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;117      /**118       * Generic tx119       **/120      [key: string]: SubmittableExtrinsicFunction<ApiType>;121    };122    balances: {123      /**124       * Exactly as `transfer`, except the origin must be root and the source account may be125       * specified.126       * # <weight>127       * - Same as transfer, but additional read and write because the source account is not128       * assumed to be in the overlay.129       * # </weight>130       **/131      forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, Compact<u128>]>;132      /**133       * Unreserve some balance from a user by force.134       * 135       * Can only be called by ROOT.136       **/137      forceUnreserve: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, u128]>;138      /**139       * Set the balances of a given account.140       * 141       * This will alter `FreeBalance` and `ReservedBalance` in storage. it will142       * also alter the total issuance of the system (`TotalIssuance`) appropriately.143       * If the new free or reserved balance is below the existential deposit,144       * it will reset the account nonce (`frame_system::AccountNonce`).145       * 146       * The dispatch origin for this call is `root`.147       **/148      setBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array, newReserved: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>, Compact<u128>]>;149      /**150       * Transfer some liquid free balance to another account.151       * 152       * `transfer` will set the `FreeBalance` of the sender and receiver.153       * If the sender's account is below the existential deposit as a result154       * of the transfer, the account will be reaped.155       * 156       * The dispatch origin for this call must be `Signed` by the transactor.157       * 158       * # <weight>159       * - Dependent on arguments but not critical, given proper implementations for input config160       * types. See related functions below.161       * - It contains a limited number of reads and writes internally and no complex162       * computation.163       * 164       * Related functions:165       * 166       * - `ensure_can_withdraw` is always called internally but has a bounded complexity.167       * - Transferring balances to accounts that did not exist before will cause168       * `T::OnNewAccount::on_new_account` to be called.169       * - Removing enough funds from an account will trigger `T::DustRemoval::on_unbalanced`.170       * - `transfer_keep_alive` works the same way as `transfer`, but has an additional check171       * that the transfer will not kill the origin account.172       * ---------------------------------173       * - Origin account is already in memory, so no DB operations for them.174       * # </weight>175       **/176      transfer: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;177      /**178       * Transfer the entire transferable balance from the caller account.179       * 180       * NOTE: This function only attempts to transfer _transferable_ balances. This means that181       * any locked, reserved, or existential deposits (when `keep_alive` is `true`), will not be182       * transferred by this function. To ensure that this function results in a killed account,183       * you might need to prepare the account by removing any reference counters, storage184       * deposits, etc...185       * 186       * The dispatch origin of this call must be Signed.187       * 188       * - `dest`: The recipient of the transfer.189       * - `keep_alive`: A boolean to determine if the `transfer_all` operation should send all190       * of the funds the account has, causing the sender account to be killed (false), or191       * transfer everything except at least the existential deposit, which will guarantee to192       * keep the sender account alive (true). # <weight>193       * - O(1). Just like transfer, but reading the user's transferable balance first.194       * #</weight>195       **/196      transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, bool]>;197      /**198       * Same as the [`transfer`] call, but with a check that the transfer will not kill the199       * origin account.200       * 201       * 99% of the time you want [`transfer`] instead.202       * 203       * [`transfer`]: struct.Pallet.html#method.transfer204       **/205      transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, value: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Compact<u128>]>;206      /**207       * Generic tx208       **/209      [key: string]: SubmittableExtrinsicFunction<ApiType>;210    };211    charging: {212      /**213       * Generic tx214       **/215      [key: string]: SubmittableExtrinsicFunction<ApiType>;216    };217    configuration: {218      setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;219      setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;220      /**221       * Generic tx222       **/223      [key: string]: SubmittableExtrinsicFunction<ApiType>;224    };225    cumulusXcm: {226      /**227       * Generic tx228       **/229      [key: string]: SubmittableExtrinsicFunction<ApiType>;230    };231    dmpQueue: {232      /**233       * Service a single overweight message.234       * 235       * - `origin`: Must pass `ExecuteOverweightOrigin`.236       * - `index`: The index of the overweight message to service.237       * - `weight_limit`: The amount of weight that message execution may take.238       * 239       * Errors:240       * - `Unknown`: Message of `index` is unknown.241       * - `OverLimit`: Message execution may use greater than `weight_limit`.242       * 243       * Events:244       * - `OverweightServiced`: On success.245       **/246      serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;247      /**248       * Generic tx249       **/250      [key: string]: SubmittableExtrinsicFunction<ApiType>;251    };252    ethereum: {253      /**254       * Transact an Ethereum transaction.255       **/256      transact: AugmentedSubmittable<(transaction: EthereumTransactionTransactionV2 | { Legacy: any } | { EIP2930: any } | { EIP1559: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [EthereumTransactionTransactionV2]>;257      /**258       * Generic tx259       **/260      [key: string]: SubmittableExtrinsicFunction<ApiType>;261    };262    evm: {263      /**264       * Issue an EVM call operation. This is similar to a message call transaction in Ethereum.265       **/266      call: AugmentedSubmittable<(source: H160 | string | Uint8Array, target: H160 | string | Uint8Array, input: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, H160, Bytes, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;267      /**268       * Issue an EVM create operation. This is similar to a contract creation transaction in269       * Ethereum.270       **/271      create: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, Bytes, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;272      /**273       * Issue an EVM create2 operation.274       **/275      create2: AugmentedSubmittable<(source: H160 | string | Uint8Array, init: Bytes | string | Uint8Array, salt: H256 | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: u64 | AnyNumber | Uint8Array, maxFeePerGas: U256 | AnyNumber | Uint8Array, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, accessList: Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => SubmittableExtrinsic<ApiType>, [H160, Bytes, H256, U256, u64, U256, Option<U256>, Option<U256>, Vec<ITuple<[H160, Vec<H256>]>>]>;276      /**277       * Withdraw balance from EVM into currency/balances pallet.278       **/279      withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, u128]>;280      /**281       * Generic tx282       **/283      [key: string]: SubmittableExtrinsicFunction<ApiType>;284    };285    evmMigration: {286      /**287       * Start contract migration, inserts contract stub at target address,288       * and marks account as pending, allowing to insert storage289       **/290      begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;291      /**292       * Finish contract migration, allows it to be called.293       * It is not possible to alter contract storage via [`Self::set_data`]294       * after this call.295       **/296      finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;297      /**298       * Insert items into contract storage, this method can be called299       * multiple times300       **/301      setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;302      /**303       * Generic tx304       **/305      [key: string]: SubmittableExtrinsicFunction<ApiType>;306    };307    foreignAssets: {308      registerForeignAsset: AugmentedSubmittable<(owner: AccountId32 | string | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;309      updateForeignAsset: AugmentedSubmittable<(foreignAssetId: u32 | AnyNumber | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;310      /**311       * Generic tx312       **/313      [key: string]: SubmittableExtrinsicFunction<ApiType>;314    };315    inflation: {316      /**317       * This method sets the inflation start date. Can be only called once.318       * Inflation start block can be backdated and will catch up. The method will create Treasury319       * account if it does not exist and perform the first inflation deposit.320       * 321       * # Permissions322       * 323       * * Root324       * 325       * # Arguments326       * 327       * * inflation_start_relay_block: The relay chain block at which inflation should start328       **/329      startInflation: AugmentedSubmittable<(inflationStartRelayBlock: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;330      /**331       * Generic tx332       **/333      [key: string]: SubmittableExtrinsicFunction<ApiType>;334    };335    parachainSystem: {336      authorizeUpgrade: AugmentedSubmittable<(codeHash: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H256]>;337      enactAuthorizedUpgrade: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;338      /**339       * Set the current validation data.340       * 341       * This should be invoked exactly once per block. It will panic at the finalization342       * phase if the call was not invoked.343       * 344       * The dispatch origin for this call must be `Inherent`345       * 346       * As a side effect, this function upgrades the current validation function347       * if the appropriate time has come.348       **/349      setValidationData: AugmentedSubmittable<(data: CumulusPrimitivesParachainInherentParachainInherentData | { validationData?: any; relayChainState?: any; downwardMessages?: any; horizontalMessages?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [CumulusPrimitivesParachainInherentParachainInherentData]>;350      sudoSendUpwardMessage: AugmentedSubmittable<(message: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;351      /**352       * Generic tx353       **/354      [key: string]: SubmittableExtrinsicFunction<ApiType>;355    };356    polkadotXcm: {357      /**358       * Execute an XCM message from a local, signed, origin.359       * 360       * An event is deposited indicating whether `msg` could be executed completely or only361       * partially.362       * 363       * No more than `max_weight` will be used in its attempted execution. If this is less than the364       * maximum amount of weight that the message could take to be executed, then no execution365       * attempt will be made.366       * 367       * NOTE: A successful return to this does *not* imply that the `msg` was executed successfully368       * to completion; only that *some* of it was executed.369       **/370      execute: AugmentedSubmittable<(message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array, maxWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedXcm, u64]>;371      /**372       * Set a safe XCM version (the version that XCM should be encoded with if the most recent373       * version a destination can accept is unknown).374       * 375       * - `origin`: Must be Root.376       * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable.377       **/378      forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;379      /**380       * Ask a location to notify us regarding their XCM version and any changes to it.381       * 382       * - `origin`: Must be Root.383       * - `location`: The location to which we should subscribe for XCM version notifications.384       **/385      forceSubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation]>;386      /**387       * Require that a particular destination should no longer notify us regarding any XCM388       * version changes.389       * 390       * - `origin`: Must be Root.391       * - `location`: The location to which we are currently subscribed for XCM version392       * notifications which we no longer desire.393       **/394      forceUnsubscribeVersionNotify: AugmentedSubmittable<(location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation]>;395      /**396       * Extoll that a particular destination can be communicated with through a particular397       * version of XCM.398       * 399       * - `origin`: Must be Root.400       * - `location`: The destination that is being described.401       * - `xcm_version`: The latest version of XCM that `location` supports.402       **/403      forceXcmVersion: AugmentedSubmittable<(location: XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array, xcmVersion: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmV1MultiLocation, u32]>;404      /**405       * Transfer some assets from the local chain to the sovereign account of a destination406       * chain and forward a notification XCM.407       * 408       * Fee payment on the destination side is made from the asset in the `assets` vector of409       * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight410       * is needed than `weight_limit`, then the operation will fail and the assets send may be411       * at risk.412       * 413       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.414       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send415       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.416       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be417       * an `AccountId32` value.418       * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the419       * `dest` side.420       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay421       * fees.422       * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.423       **/424      limitedReserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;425      /**426       * Teleport some assets from the local chain to some destination chain.427       * 428       * Fee payment on the destination side is made from the asset in the `assets` vector of429       * index `fee_asset_item`, up to enough to pay for `weight_limit` of weight. If more weight430       * is needed than `weight_limit`, then the operation will fail and the assets send may be431       * at risk.432       * 433       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.434       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send435       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.436       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be437       * an `AccountId32` value.438       * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the439       * `dest` side. May not be empty.440       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay441       * fees.442       * - `weight_limit`: The remote-side weight limit, if any, for the XCM fee purchase.443       **/444      limitedTeleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array, weightLimit: XcmV2WeightLimit | { Unlimited: any } | { Limited: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32, XcmV2WeightLimit]>;445      /**446       * Transfer some assets from the local chain to the sovereign account of a destination447       * chain and forward a notification XCM.448       * 449       * Fee payment on the destination side is made from the asset in the `assets` vector of450       * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,451       * with all fees taken as needed from the asset.452       * 453       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.454       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send455       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.456       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be457       * an `AccountId32` value.458       * - `assets`: The assets to be withdrawn. This should include the assets used to pay the fee on the459       * `dest` side.460       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay461       * fees.462       **/463      reserveTransferAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;464      send: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, message: XcmVersionedXcm | { V0: any } | { V1: any } | { V2: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedXcm]>;465      /**466       * Teleport some assets from the local chain to some destination chain.467       * 468       * Fee payment on the destination side is made from the asset in the `assets` vector of469       * index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,470       * with all fees taken as needed from the asset.471       * 472       * - `origin`: Must be capable of withdrawing the `assets` and executing XCM.473       * - `dest`: Destination context for the assets. Will typically be `X2(Parent, Parachain(..))` to send474       * from parachain to parachain, or `X1(Parachain(..))` to send from relay to parachain.475       * - `beneficiary`: A beneficiary location for the assets in the context of `dest`. Will generally be476       * an `AccountId32` value.477       * - `assets`: The assets to be withdrawn. The first item should be the currency used to to pay the fee on the478       * `dest` side. May not be empty.479       * - `fee_asset_item`: The index into `assets` of the item which should be used to pay480       * fees.481       **/482      teleportAssets: AugmentedSubmittable<(dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, beneficiary: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeAssetItem: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiLocation, XcmVersionedMultiLocation, XcmVersionedMultiAssets, u32]>;483      /**484       * Generic tx485       **/486      [key: string]: SubmittableExtrinsicFunction<ApiType>;487    };488    rmrkCore: {489      /**490       * Accept an NFT sent from another account to self or an owned NFT.491       * 492       * The NFT in question must be pending, and, thus, be [sent](`Pallet::send`) first.493       * 494       * # Permissions:495       * - Token-owner-to-be496       * 497       * # Arguments:498       * - `origin`: sender of the transaction499       * - `rmrk_collection_id`: RMRK collection ID of the NFT to be accepted.500       * - `rmrk_nft_id`: ID of the NFT to be accepted.501       * - `new_owner`: Either the sender's account ID or a sender-owned NFT,502       * whichever the accepted NFT was sent to.503       **/504      acceptNft: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple | { AccountId: any } | { CollectionAndNftTuple: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsNftAccountIdOrCollectionNftTuple]>;505      /**506       * Accept the addition of a newly created pending resource to an existing NFT.507       * 508       * This transaction is needed when a resource is created and assigned to an NFT509       * by a non-owner, i.e. the collection issuer, with one of the510       * [`add_...` transactions](Pallet::add_basic_resource).511       * 512       * # Permissions:513       * - Token owner514       * 515       * # Arguments:516       * - `origin`: sender of the transaction517       * - `rmrk_collection_id`: RMRK collection ID of the NFT.518       * - `rmrk_nft_id`: ID of the NFT with a pending resource to be accepted.519       * - `resource_id`: ID of the newly created pending resource.520       * accept the addition of a new resource to an existing NFT521       **/522      acceptResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, resourceId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;523      /**524       * Accept the removal of a removal-pending resource from an NFT.525       * 526       * This transaction is needed when a non-owner, i.e. the collection issuer,527       * requests a [removal](`Pallet::remove_resource`) of a resource from an NFT.528       * 529       * # Permissions:530       * - Token owner531       * 532       * # Arguments:533       * - `origin`: sender of the transaction534       * - `rmrk_collection_id`: RMRK collection ID of the NFT.535       * - `rmrk_nft_id`: ID of the NFT with a resource to be removed.536       * - `resource_id`: ID of the removal-pending resource.537       **/538      acceptResourceRemoval: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, resourceId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;539      /**540       * Create and set/propose a basic resource for an NFT.541       * 542       * A basic resource is the simplest, lacking a Base and anything that comes with it.543       * See RMRK docs for more information and examples.544       * 545       * # Permissions:546       * - Collection issuer - if not the token owner, adding the resource will warrant547       * the owner's [acceptance](Pallet::accept_resource).548       * 549       * # Arguments:550       * - `origin`: sender of the transaction551       * - `rmrk_collection_id`: RMRK collection ID of the NFT.552       * - `nft_id`: ID of the NFT to assign a resource to.553       * - `resource`: Data of the resource to be created.554       **/555      addBasicResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resource: RmrkTraitsResourceBasicResource | { src?: any; metadata?: any; license?: any; thumb?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsResourceBasicResource]>;556      /**557       * Create and set/propose a composable resource for an NFT.558       * 559       * A composable resource links to a Base and has a subset of its Parts it is composed of.560       * See RMRK docs for more information and examples.561       * 562       * # Permissions:563       * - Collection issuer - if not the token owner, adding the resource will warrant564       * the owner's [acceptance](Pallet::accept_resource).565       * 566       * # Arguments:567       * - `origin`: sender of the transaction568       * - `rmrk_collection_id`: RMRK collection ID of the NFT.569       * - `nft_id`: ID of the NFT to assign a resource to.570       * - `resource`: Data of the resource to be created.571       **/572      addComposableResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resource: RmrkTraitsResourceComposableResource | { parts?: any; base?: any; src?: any; metadata?: any; license?: any; thumb?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsResourceComposableResource]>;573      /**574       * Create and set/propose a slot resource for an NFT.575       * 576       * A slot resource links to a Base and a slot ID in it which it can fit into.577       * See RMRK docs for more information and examples.578       * 579       * # Permissions:580       * - Collection issuer - if not the token owner, adding the resource will warrant581       * the owner's [acceptance](Pallet::accept_resource).582       * 583       * # Arguments:584       * - `origin`: sender of the transaction585       * - `rmrk_collection_id`: RMRK collection ID of the NFT.586       * - `nft_id`: ID of the NFT to assign a resource to.587       * - `resource`: Data of the resource to be created.588       **/589      addSlotResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resource: RmrkTraitsResourceSlotResource | { base?: any; src?: any; metadata?: any; slot?: any; license?: any; thumb?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsResourceSlotResource]>;590      /**591       * Burn an NFT, destroying it and its nested tokens up to the specified limit.592       * If the burning budget is exceeded, the transaction is reverted.593       * 594       * This is the way to burn a nested token as well.595       * 596       * For more information, see [`burn_recursively`](pallet_nonfungible::pallet::Pallet::burn_recursively).597       * 598       * # Permissions:599       * * Token owner600       * 601       * # Arguments:602       * - `origin`: sender of the transaction603       * - `collection_id`: RMRK ID of the collection in which the NFT to burn belongs to.604       * - `nft_id`: ID of the NFT to be destroyed.605       * - `max_burns`: Maximum number of tokens to burn, assuming nesting. The transaction606       * is reverted if there are more tokens to burn in the nesting tree than this number.607       * This is primarily a mechanism of transaction weight control.608       **/609      burnNft: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, maxBurns: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;610      /**611       * Change the issuer of a collection. Analogous to Unique's collection's [`owner`](up_data_structs::Collection).612       * 613       * # Permissions:614       * * Collection issuer615       * 616       * # Arguments:617       * - `origin`: sender of the transaction618       * - `collection_id`: RMRK collection ID to change the issuer of.619       * - `new_issuer`: Collection's new issuer.620       **/621      changeCollectionIssuer: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newIssuer: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, MultiAddress]>;622      /**623       * Create a new collection of NFTs.624       * 625       * # Permissions:626       * * Anyone - will be assigned as the issuer of the collection.627       * 628       * # Arguments:629       * - `origin`: sender of the transaction630       * - `metadata`: Metadata describing the collection, e.g. IPFS hash. Cannot be changed.631       * - `max`: Optional maximum number of tokens.632       * - `symbol`: UTF-8 string with token prefix, by which to represent the token in wallets and UIs.633       * Analogous to Unique's [`token_prefix`](up_data_structs::Collection). Cannot be changed.634       **/635      createCollection: AugmentedSubmittable<(metadata: Bytes | string | Uint8Array, max: Option<u32> | null | Uint8Array | u32 | AnyNumber, symbol: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, Option<u32>, Bytes]>;636      /**637       * Destroy a collection.638       * 639       * Only empty collections can be destroyed. If it has any tokens, they must be burned first.640       * 641       * # Permissions:642       * * Collection issuer643       * 644       * # Arguments:645       * - `origin`: sender of the transaction646       * - `collection_id`: RMRK ID of the collection to destroy.647       **/648      destroyCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;649      /**650       * "Lock" the collection and prevent new token creation. Cannot be undone.651       * 652       * # Permissions:653       * * Collection issuer654       * 655       * # Arguments:656       * - `origin`: sender of the transaction657       * - `collection_id`: RMRK ID of the collection to lock.658       **/659      lockCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;660      /**661       * Mint an NFT in a specified collection.662       * 663       * # Permissions:664       * * Collection issuer665       * 666       * # Arguments:667       * - `origin`: sender of the transaction668       * - `owner`: Owner account of the NFT. If set to None, defaults to the sender (collection issuer).669       * - `collection_id`: RMRK collection ID for the NFT to be minted within. Cannot be changed.670       * - `recipient`: Receiver account of the royalty. Has no effect if the `royalty_amount` is not set. Cannot be changed.671       * - `royalty_amount`: Optional permillage reward from each trade for the `recipient`. Cannot be changed.672       * - `metadata`: Arbitrary data about an NFT, e.g. IPFS hash. Cannot be changed.673       * - `transferable`: Can this NFT be transferred? Cannot be changed.674       * - `resources`: Resource data to be added to the NFT immediately after minting.675       **/676      mintNft: AugmentedSubmittable<(owner: Option<AccountId32> | null | Uint8Array | AccountId32 | string, collectionId: u32 | AnyNumber | Uint8Array, recipient: Option<AccountId32> | null | Uint8Array | AccountId32 | string, royaltyAmount: Option<Permill> | null | Uint8Array | Permill | AnyNumber, metadata: Bytes | string | Uint8Array, transferable: bool | boolean | Uint8Array, resources: Option<Vec<RmrkTraitsResourceResourceTypes>> | null | Uint8Array | Vec<RmrkTraitsResourceResourceTypes> | (RmrkTraitsResourceResourceTypes | { Basic: any } | { Composable: any } | { Slot: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>, u32, Option<AccountId32>, Option<Permill>, Bytes, bool, Option<Vec<RmrkTraitsResourceResourceTypes>>]>;677      /**678       * Reject an NFT sent from another account to self or owned NFT.679       * The NFT in question will not be sent back and burnt instead.680       * 681       * The NFT in question must be pending, and, thus, be [sent](`Pallet::send`) first.682       * 683       * # Permissions:684       * - Token-owner-to-be-not685       * 686       * # Arguments:687       * - `origin`: sender of the transaction688       * - `rmrk_collection_id`: RMRK ID of the NFT to be rejected.689       * - `rmrk_nft_id`: ID of the NFT to be rejected.690       **/691      rejectNft: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;692      /**693       * Remove and erase a resource from an NFT.694       * 695       * If the sender does not own the NFT, then it will be pending confirmation,696       * and will have to be [accepted](Pallet::accept_resource_removal) by the token owner.697       * 698       * # Permissions699       * - Collection issuer700       * 701       * # Arguments702       * - `origin`: sender of the transaction703       * - `rmrk_collection_id`: RMRK ID of a collection to which the NFT making use of the resource belongs to.704       * - `nft_id`: ID of the NFT with a resource to be removed.705       * - `resource_id`: ID of the resource to be removed.706       **/707      removeResource: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, nftId: u32 | AnyNumber | Uint8Array, resourceId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u32]>;708      /**709       * Transfer an NFT from an account/NFT A to another account/NFT B.710       * The token must be transferable. Nesting cannot occur deeper than the [`NESTING_BUDGET`].711       * 712       * If the target owner is an NFT owned by another account, then the NFT will enter713       * the pending state and will have to be accepted by the other account.714       * 715       * # Permissions:716       * - Token owner717       * 718       * # Arguments:719       * - `origin`: sender of the transaction720       * - `rmrk_collection_id`: RMRK ID of the collection of the NFT to be transferred.721       * - `rmrk_nft_id`: ID of the NFT to be transferred.722       * - `new_owner`: New owner of the nft which can be either an account or a NFT.723       **/724      send: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple | { AccountId: any } | { CollectionAndNftTuple: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsNftAccountIdOrCollectionNftTuple]>;725      /**726       * Set a different order of resource priorities for an NFT. Priorities can be used,727       * for example, for order of rendering.728       * 729       * Note that the priorities are not updated automatically, and are an empty vector730       * by default. There is no pre-set definition for the order to be particular,731       * it can be interpreted arbitrarily use-case by use-case.732       * 733       * # Permissions:734       * - Token owner735       * 736       * # Arguments:737       * - `origin`: sender of the transaction738       * - `rmrk_collection_id`: RMRK collection ID of the NFT.739       * - `rmrk_nft_id`: ID of the NFT to rearrange resource priorities for.740       * - `priorities`: Ordered vector of resource IDs.741       **/742      setPriority: AugmentedSubmittable<(rmrkCollectionId: u32 | AnyNumber | Uint8Array, rmrkNftId: u32 | AnyNumber | Uint8Array, priorities: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<u32>]>;743      /**744       * Add or edit a custom user property, a key-value pair, describing the metadata745       * of a token or a collection, on either one of these.746       * 747       * Note that in this proxy implementation many details regarding RMRK are stored748       * as scoped properties prefixed with "rmrk:", normally inaccessible749       * to external transactions and RPCs.750       * 751       * # Permissions:752       * - Collection issuer - in case of collection property753       * - Token owner - in case of NFT property754       * 755       * # Arguments:756       * - `origin`: sender of the transaction757       * - `rmrk_collection_id`: RMRK collection ID.758       * - `maybe_nft_id`: Optional ID of the NFT. If left empty, then the property is set for the collection.759       * - `key`: Key of the custom property to be referenced by.760       * - `value`: Value of the custom property to be stored.761       **/762      setProperty: AugmentedSubmittable<(rmrkCollectionId: Compact<u32> | AnyNumber | Uint8Array, maybeNftId: Option<u32> | null | Uint8Array | u32 | AnyNumber, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Option<u32>, Bytes, Bytes]>;763      /**764       * Generic tx765       **/766      [key: string]: SubmittableExtrinsicFunction<ApiType>;767    };768    rmrkEquip: {769      /**770       * Create a new Base.771       * 772       * Modeled after the [Base interaction](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/base.md)773       * 774       * # Permissions775       * - Anyone - will be assigned as the issuer of the Base.776       * 777       * # Arguments:778       * - `origin`: Caller, will be assigned as the issuer of the Base779       * - `base_type`: Arbitrary media type, e.g. "svg".780       * - `symbol`: Arbitrary client-chosen symbol.781       * - `parts`: Array of Fixed and Slot Parts composing the Base,782       * confined in length by [`RmrkPartsLimit`](up_data_structs::RmrkPartsLimit).783       **/784      createBase: AugmentedSubmittable<(baseType: Bytes | string | Uint8Array, symbol: Bytes | string | Uint8Array, parts: Vec<RmrkTraitsPartPartType> | (RmrkTraitsPartPartType | { FixedPart: any } | { SlotPart: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Bytes, Bytes, Vec<RmrkTraitsPartPartType>]>;785      /**786       * Update the array of Collections allowed to be equipped to a Base's specified Slot Part.787       * 788       * Modeled after [equippable interaction](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/equippable.md).789       * 790       * # Permissions:791       * - Base issuer792       * 793       * # Arguments:794       * - `origin`: sender of the transaction795       * - `base_id`: Base containing the Slot Part to be updated.796       * - `slot_id`: Slot Part whose Equippable List is being updated .797       * - `equippables`: List of equippables that will override the current Equippables list.798       **/799      equippable: AugmentedSubmittable<(baseId: u32 | AnyNumber | Uint8Array, slotId: u32 | AnyNumber | Uint8Array, equippables: RmrkTraitsPartEquippableList | { All: any } | { Empty: any } | { Custom: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, RmrkTraitsPartEquippableList]>;800      /**801       * Add a Theme to a Base.802       * A Theme named "default" is required prior to adding other Themes.803       * 804       * Modeled after [Themeadd interaction](https://github.com/rmrk-team/rmrk-spec/blob/master/standards/rmrk2.0.0/interactions/themeadd.md).805       * 806       * # Permissions:807       * - Base issuer808       * 809       * # Arguments:810       * - `origin`: sender of the transaction811       * - `base_id`: Base ID containing the Theme to be updated.812       * - `theme`: Theme to add to the Base.  A Theme has a name and properties, which are an813       * array of [key, value, inherit].814       * - `key`: Arbitrary BoundedString, defined by client.815       * - `value`: Arbitrary BoundedString, defined by client.816       * - `inherit`: Optional bool.817       **/818      themeAdd: AugmentedSubmittable<(baseId: u32 | AnyNumber | Uint8Array, theme: RmrkTraitsTheme | { name?: any; properties?: any; inherit?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, RmrkTraitsTheme]>;819      /**820       * Generic tx821       **/822      [key: string]: SubmittableExtrinsicFunction<ApiType>;823    };824    scheduler: {825      /**826       * Cancel a named scheduled task.827       **/828      cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;829      /**830       * Schedule a named task.831       **/832      scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: FrameSupportScheduleMaybeHashed | { Value: any } | { Hash: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, FrameSupportScheduleMaybeHashed]>;833      /**834       * Schedule a named task after a delay.835       * 836       * # <weight>837       * Same as [`schedule_named`](Self::schedule_named).838       * # </weight>839       **/840      scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: u8 | AnyNumber | Uint8Array, call: FrameSupportScheduleMaybeHashed | { Value: any } | { Hash: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, FrameSupportScheduleMaybeHashed]>;841      /**842       * Generic tx843       **/844      [key: string]: SubmittableExtrinsicFunction<ApiType>;845    };846    structure: {847      /**848       * Generic tx849       **/850      [key: string]: SubmittableExtrinsicFunction<ApiType>;851    };852    sudo: {853      /**854       * Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo855       * key.856       * 857       * The dispatch origin for this call must be _Signed_.858       * 859       * # <weight>860       * - O(1).861       * - Limited storage reads.862       * - One DB change.863       * # </weight>864       **/865      setKey: AugmentedSubmittable<(updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;866      /**867       * Authenticates the sudo key and dispatches a function call with `Root` origin.868       * 869       * The dispatch origin for this call must be _Signed_.870       * 871       * # <weight>872       * - O(1).873       * - Limited storage reads.874       * - One DB write (event).875       * - Weight of derivative `call` execution + 10,000.876       * # </weight>877       **/878      sudo: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call]>;879      /**880       * Authenticates the sudo key and dispatches a function call with `Signed` origin from881       * a given account.882       * 883       * The dispatch origin for this call must be _Signed_.884       * 885       * # <weight>886       * - O(1).887       * - Limited storage reads.888       * - One DB write (event).889       * - Weight of derivative `call` execution + 10,000.890       * # </weight>891       **/892      sudoAs: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Call]>;893      /**894       * Authenticates the sudo key and dispatches a function call with `Root` origin.895       * This function does not check the weight of the call, and instead allows the896       * Sudo user to specify the weight of the call.897       * 898       * The dispatch origin for this call must be _Signed_.899       * 900       * # <weight>901       * - O(1).902       * - The weight of this call is defined by the caller.903       * # </weight>904       **/905      sudoUncheckedWeight: AugmentedSubmittable<(call: Call | IMethod | string | Uint8Array, weight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Call, u64]>;906      /**907       * Generic tx908       **/909      [key: string]: SubmittableExtrinsicFunction<ApiType>;910    };911    system: {912      /**913       * A dispatch that will fill the block weight up to the given ratio.914       **/915      fillBlock: AugmentedSubmittable<(ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;916      /**917       * Kill all storage items with a key that starts with the given prefix.918       * 919       * **NOTE:** We rely on the Root origin to provide us the number of subkeys under920       * the prefix we are removing to accurately calculate the weight of this function.921       **/922      killPrefix: AugmentedSubmittable<(prefix: Bytes | string | Uint8Array, subkeys: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, u32]>;923      /**924       * Kill some items from storage.925       **/926      killStorage: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;927      /**928       * Make some on-chain remark.929       * 930       * # <weight>931       * - `O(1)`932       * # </weight>933       **/934      remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;935      /**936       * Make some on-chain remark and emit event.937       **/938      remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;939      /**940       * Set the new runtime code.941       * 942       * # <weight>943       * - `O(C + S)` where `C` length of `code` and `S` complexity of `can_set_code`944       * - 1 call to `can_set_code`: `O(S)` (calls `sp_io::misc::runtime_version` which is945       * expensive).946       * - 1 storage write (codec `O(C)`).947       * - 1 digest item.948       * - 1 event.949       * The weight of this function is dependent on the runtime, but generally this is very950       * expensive. We will treat this as a full block.951       * # </weight>952       **/953      setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;954      /**955       * Set the new runtime code without doing any checks of the given `code`.956       * 957       * # <weight>958       * - `O(C)` where `C` length of `code`959       * - 1 storage write (codec `O(C)`).960       * - 1 digest item.961       * - 1 event.962       * The weight of this function is dependent on the runtime. We will treat this as a full963       * block. # </weight>964       **/965      setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;966      /**967       * Set the number of pages in the WebAssembly environment's heap.968       **/969      setHeapPages: AugmentedSubmittable<(pages: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;970      /**971       * Set some items of storage.972       **/973      setStorage: AugmentedSubmittable<(items: Vec<ITuple<[Bytes, Bytes]>> | ([Bytes | string | Uint8Array, Bytes | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[Bytes, Bytes]>>]>;974      /**975       * Generic tx976       **/977      [key: string]: SubmittableExtrinsicFunction<ApiType>;978    };979    timestamp: {980      /**981       * Set the current time.982       * 983       * This call should be invoked exactly once per block. It will panic at the finalization984       * phase, if this call hasn't been invoked by that time.985       * 986       * The timestamp should be greater than the previous one by the amount specified by987       * `MinimumPeriod`.988       * 989       * The dispatch origin for this call must be `Inherent`.990       * 991       * # <weight>992       * - `O(1)` (Note that implementations of `OnTimestampSet` must also be `O(1)`)993       * - 1 storage read and 1 storage mutation (codec `O(1)`). (because of `DidUpdate::take` in994       * `on_finalize`)995       * - 1 event handler `on_timestamp_set`. Must be `O(1)`.996       * # </weight>997       **/998      set: AugmentedSubmittable<(now: Compact<u64> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u64>]>;999      /**1000       * Generic tx1001       **/1002      [key: string]: SubmittableExtrinsicFunction<ApiType>;1003    };1004    tokens: {1005      /**1006       * Exactly as `transfer`, except the origin must be root and the source1007       * account may be specified.1008       * 1009       * The dispatch origin for this call must be _Root_.1010       * 1011       * - `source`: The sender of the transfer.1012       * - `dest`: The recipient of the transfer.1013       * - `currency_id`: currency type.1014       * - `amount`: free balance amount to tranfer.1015       **/1016      forceTransfer: AugmentedSubmittable<(source: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>]>;1017      /**1018       * Set the balances of a given account.1019       * 1020       * This will alter `FreeBalance` and `ReservedBalance` in storage. it1021       * will also decrease the total issuance of the system1022       * (`TotalIssuance`). If the new free or reserved balance is below the1023       * existential deposit, it will reap the `AccountInfo`.1024       * 1025       * The dispatch origin for this call is `root`.1026       **/1027      setBalance: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, newFree: Compact<u128> | AnyNumber | Uint8Array, newReserved: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>, Compact<u128>]>;1028      /**1029       * Transfer some liquid free balance to another account.1030       * 1031       * `transfer` will set the `FreeBalance` of the sender and receiver.1032       * It will decrease the total issuance of the system by the1033       * `TransferFee`. If the sender's account is below the existential1034       * deposit as a result of the transfer, the account will be reaped.1035       * 1036       * The dispatch origin for this call must be `Signed` by the1037       * transactor.1038       * 1039       * - `dest`: The recipient of the transfer.1040       * - `currency_id`: currency type.1041       * - `amount`: free balance amount to tranfer.1042       **/1043      transfer: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>]>;1044      /**1045       * Transfer all remaining balance to the given account.1046       * 1047       * NOTE: This function only attempts to transfer _transferable_1048       * balances. This means that any locked, reserved, or existential1049       * deposits (when `keep_alive` is `true`), will not be transferred by1050       * this function. To ensure that this function results in a killed1051       * account, you might need to prepare the account by removing any1052       * reference counters, storage deposits, etc...1053       * 1054       * The dispatch origin for this call must be `Signed` by the1055       * transactor.1056       * 1057       * - `dest`: The recipient of the transfer.1058       * - `currency_id`: currency type.1059       * - `keep_alive`: A boolean to determine if the `transfer_all`1060       * operation should send all of the funds the account has, causing1061       * the sender account to be killed (false), or transfer everything1062       * except at least the existential deposit, which will guarantee to1063       * keep the sender account alive (true).1064       **/1065      transferAll: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, keepAlive: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, bool]>;1066      /**1067       * Same as the [`transfer`] call, but with a check that the transfer1068       * will not kill the origin account.1069       * 1070       * 99% of the time you want [`transfer`] instead.1071       * 1072       * The dispatch origin for this call must be `Signed` by the1073       * transactor.1074       * 1075       * - `dest`: The recipient of the transfer.1076       * - `currency_id`: currency type.1077       * - `amount`: free balance amount to tranfer.1078       **/1079      transferKeepAlive: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, PalletForeignAssetsAssetIds, Compact<u128>]>;1080      /**1081       * Generic tx1082       **/1083      [key: string]: SubmittableExtrinsicFunction<ApiType>;1084    };1085    treasury: {1086      /**1087       * Approve a proposal. At a later time, the proposal will be allocated to the beneficiary1088       * and the original deposit will be returned.1089       * 1090       * May only be called from `T::ApproveOrigin`.1091       * 1092       * # <weight>1093       * - Complexity: O(1).1094       * - DbReads: `Proposals`, `Approvals`1095       * - DbWrite: `Approvals`1096       * # </weight>1097       **/1098      approveProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;1099      /**1100       * Put forward a suggestion for spending. A deposit proportional to the value1101       * is reserved and slashed if the proposal is rejected. It is returned once the1102       * proposal is awarded.1103       * 1104       * # <weight>1105       * - Complexity: O(1)1106       * - DbReads: `ProposalCount`, `origin account`1107       * - DbWrites: `ProposalCount`, `Proposals`, `origin account`1108       * # </weight>1109       **/1110      proposeSpend: AugmentedSubmittable<(value: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;1111      /**1112       * Reject a proposed spend. The original deposit will be slashed.1113       * 1114       * May only be called from `T::RejectOrigin`.1115       * 1116       * # <weight>1117       * - Complexity: O(1)1118       * - DbReads: `Proposals`, `rejected proposer account`1119       * - DbWrites: `Proposals`, `rejected proposer account`1120       * # </weight>1121       **/1122      rejectProposal: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;1123      /**1124       * Force a previously approved proposal to be removed from the approval queue.1125       * The original deposit will no longer be returned.1126       * 1127       * May only be called from `T::RejectOrigin`.1128       * - `proposal_id`: The index of a proposal1129       * 1130       * # <weight>1131       * - Complexity: O(A) where `A` is the number of approvals1132       * - Db reads and writes: `Approvals`1133       * # </weight>1134       * 1135       * Errors:1136       * - `ProposalNotApproved`: The `proposal_id` supplied was not found in the approval queue,1137       * i.e., the proposal has not been approved. This could also mean the proposal does not1138       * exist altogether, thus there is no way it would have been approved in the first place.1139       **/1140      removeApproval: AugmentedSubmittable<(proposalId: Compact<u32> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>]>;1141      /**1142       * Propose and approve a spend of treasury funds.1143       * 1144       * - `origin`: Must be `SpendOrigin` with the `Success` value being at least `amount`.1145       * - `amount`: The amount to be transferred from the treasury to the `beneficiary`.1146       * - `beneficiary`: The destination account for the transfer.1147       * 1148       * NOTE: For record-keeping purposes, the proposer is deemed to be equivalent to the1149       * beneficiary.1150       **/1151      spend: AugmentedSubmittable<(amount: Compact<u128> | AnyNumber | Uint8Array, beneficiary: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u128>, MultiAddress]>;1152      /**1153       * Generic tx1154       **/1155      [key: string]: SubmittableExtrinsicFunction<ApiType>;1156    };1157    unique: {1158      /**1159       * Add an admin to a collection.1160       * 1161       * NFT Collection can be controlled by multiple admin addresses1162       * (some which can also be servers, for example). Admins can issue1163       * and burn NFTs, as well as add and remove other admins,1164       * but cannot change NFT or Collection ownership.1165       * 1166       * # Permissions1167       * 1168       * * Collection owner1169       * * Collection admin1170       * 1171       * # Arguments1172       * 1173       * * `collection_id`: ID of the Collection to add an admin for.1174       * * `new_admin`: Address of new admin to add.1175       **/1176      addCollectionAdmin: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newAdminId: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1177      /**1178       * Add an address to allow list.1179       * 1180       * # Permissions1181       * 1182       * * Collection owner1183       * * Collection admin1184       * 1185       * # Arguments1186       * 1187       * * `collection_id`: ID of the modified collection.1188       * * `address`: ID of the address to be added to the allowlist.1189       **/1190      addToAllowList: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, address: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1191      /**1192       * Allow a non-permissioned address to transfer or burn an item.1193       * 1194       * # Permissions1195       * 1196       * * Collection owner1197       * * Collection admin1198       * * Current item owner1199       * 1200       * # Arguments1201       * 1202       * * `spender`: Account to be approved to make specific transactions on non-owned tokens.1203       * * `collection_id`: ID of the collection the item belongs to.1204       * * `item_id`: ID of the item transactions on which are now approved.1205       * * `amount`: Number of pieces of the item approved for a transaction (maximum of 1 for NFTs).1206       * Set to 0 to revoke the approval.1207       **/1208      approve: AugmentedSubmittable<(spender: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr, u32, u32, u128]>;1209      /**1210       * Destroy a token on behalf of the owner as a non-owner account.1211       * 1212       * See also: [`approve`][`Pallet::approve`].1213       * 1214       * After this method executes, one approval is removed from the total so that1215       * the approved address will not be able to transfer this item again from this owner.1216       * 1217       * # Permissions1218       * 1219       * * Collection owner1220       * * Collection admin1221       * * Current token owner1222       * * Address approved by current item owner1223       * 1224       * # Arguments1225       * 1226       * * `from`: The owner of the burning item.1227       * * `collection_id`: ID of the collection to which the item belongs.1228       * * `item_id`: ID of item to burn.1229       * * `value`: Number of pieces to burn.1230       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1231       * * Fungible Mode: The desired number of pieces to burn.1232       * * Re-Fungible Mode: The desired number of pieces to burn.1233       **/1234      burnFrom: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, from: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr, u32, u128]>;1235      /**1236       * Destroy an item.1237       * 1238       * # Permissions1239       * 1240       * * Collection owner1241       * * Collection admin1242       * * Current item owner1243       * 1244       * # Arguments1245       * 1246       * * `collection_id`: ID of the collection to which the item belongs.1247       * * `item_id`: ID of item to burn.1248       * * `value`: Number of pieces of the item to destroy.1249       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1250       * * Fungible Mode: The desired number of pieces to burn.1251       * * Re-Fungible Mode: The desired number of pieces to burn.1252       **/1253      burnItem: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u128]>;1254      /**1255       * Change the owner of the collection.1256       * 1257       * # Permissions1258       * 1259       * * Collection owner1260       * 1261       * # Arguments1262       * 1263       * * `collection_id`: ID of the modified collection.1264       * * `new_owner`: ID of the account that will become the owner.1265       **/1266      changeCollectionOwner: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newOwner: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32]>;1267      /**1268       * Confirm own sponsorship of a collection, becoming the sponsor.1269       * 1270       * An invitation must be pending, see [`set_collection_sponsor`][`Pallet::set_collection_sponsor`].1271       * Sponsor can pay the fees of a transaction instead of the sender,1272       * but only within specified limits.1273       * 1274       * # Permissions1275       * 1276       * * Sponsor-to-be1277       * 1278       * # Arguments1279       * 1280       * * `collection_id`: ID of the collection with the pending sponsor.1281       **/1282      confirmSponsorship: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1283      /**1284       * Create a collection of tokens.1285       * 1286       * Each Token may have multiple properties encoded as an array of bytes1287       * of certain length. The initial owner of the collection is set1288       * to the address that signed the transaction and can be changed later.1289       * 1290       * Prefer the more advanced [`create_collection_ex`][`Pallet::create_collection_ex`] instead.1291       * 1292       * # Permissions1293       * 1294       * * Anyone - becomes the owner of the new collection.1295       * 1296       * # Arguments1297       * 1298       * * `collection_name`: Wide-character string with collection name1299       * (limit [`MAX_COLLECTION_NAME_LENGTH`]).1300       * * `collection_description`: Wide-character string with collection description1301       * (limit [`MAX_COLLECTION_DESCRIPTION_LENGTH`]).1302       * * `token_prefix`: Byte string containing the token prefix to mark a collection1303       * to which a token belongs (limit [`MAX_TOKEN_PREFIX_LENGTH`]).1304       * * `mode`: Type of items stored in the collection and type dependent data.1305       **/1306      createCollection: AugmentedSubmittable<(collectionName: Vec<u16> | (u16 | AnyNumber | Uint8Array)[], collectionDescription: Vec<u16> | (u16 | AnyNumber | Uint8Array)[], tokenPrefix: Bytes | string | Uint8Array, mode: UpDataStructsCollectionMode | { NFT: any } | { Fungible: any } | { ReFungible: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<u16>, Vec<u16>, Bytes, UpDataStructsCollectionMode]>;1307      /**1308       * Create a collection with explicit parameters.1309       * 1310       * Prefer it to the deprecated [`create_collection`][`Pallet::create_collection`] method.1311       * 1312       * # Permissions1313       * 1314       * * Anyone - becomes the owner of the new collection.1315       * 1316       * # Arguments1317       * 1318       * * `data`: Explicit data of a collection used for its creation.1319       **/1320      createCollectionEx: AugmentedSubmittable<(data: UpDataStructsCreateCollectionData | { mode?: any; access?: any; name?: any; description?: any; tokenPrefix?: any; pendingSponsor?: any; limits?: any; permissions?: any; tokenPropertyPermissions?: any; properties?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [UpDataStructsCreateCollectionData]>;1321      /**1322       * Mint an item within a collection.1323       * 1324       * A collection must exist first, see [`create_collection_ex`][`Pallet::create_collection_ex`].1325       * 1326       * # Permissions1327       * 1328       * * Collection owner1329       * * Collection admin1330       * * Anyone if1331       * * Allow List is enabled, and1332       * * Address is added to allow list, and1333       * * MintPermission is enabled (see [`set_collection_permissions`][`Pallet::set_collection_permissions`])1334       * 1335       * # Arguments1336       * 1337       * * `collection_id`: ID of the collection to which an item would belong.1338       * * `owner`: Address of the initial owner of the item.1339       * * `data`: Token data describing the item to store on chain.1340       **/1341      createItem: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, owner: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, data: UpDataStructsCreateItemData | { NFT: any } | { Fungible: any } | { ReFungible: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsCreateItemData]>;1342      /**1343       * Create multiple items within a collection.1344       * 1345       * A collection must exist first, see [`create_collection_ex`][`Pallet::create_collection_ex`].1346       * 1347       * # Permissions1348       * 1349       * * Collection owner1350       * * Collection admin1351       * * Anyone if1352       * * Allow List is enabled, and1353       * * Address is added to the allow list, and1354       * * MintPermission is enabled (see [`set_collection_permissions`][`Pallet::set_collection_permissions`])1355       * 1356       * # Arguments1357       * 1358       * * `collection_id`: ID of the collection to which the tokens would belong.1359       * * `owner`: Address of the initial owner of the tokens.1360       * * `items_data`: Vector of data describing each item to be created.1361       **/1362      createMultipleItems: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, owner: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, itemsData: Vec<UpDataStructsCreateItemData> | (UpDataStructsCreateItemData | { NFT: any } | { Fungible: any } | { ReFungible: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr, Vec<UpDataStructsCreateItemData>]>;1363      /**1364       * Create multiple items within a collection with explicitly specified initial parameters.1365       * 1366       * # Permissions1367       * 1368       * * Collection owner1369       * * Collection admin1370       * * Anyone if1371       * * Allow List is enabled, and1372       * * Address is added to allow list, and1373       * * MintPermission is enabled (see [`set_collection_permissions`][`Pallet::set_collection_permissions`])1374       * 1375       * # Arguments1376       * 1377       * * `collection_id`: ID of the collection to which the tokens would belong.1378       * * `data`: Explicit item creation data.1379       **/1380      createMultipleItemsEx: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, data: UpDataStructsCreateItemExData | { NFT: any } | { Fungible: any } | { RefungibleMultipleItems: any } | { RefungibleMultipleOwners: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCreateItemExData]>;1381      /**1382       * Delete specified collection properties.1383       * 1384       * # Permissions1385       * 1386       * * Collection Owner1387       * * Collection Admin1388       * 1389       * # Arguments1390       * 1391       * * `collection_id`: ID of the modified collection.1392       * * `property_keys`: Vector of keys of the properties to be deleted.1393       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1394       **/1395      deleteCollectionProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, propertyKeys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<Bytes>]>;1396      /**1397       * Delete specified token properties. Currently properties only work with NFTs.1398       * 1399       * # Permissions1400       * 1401       * * Depends on collection's token property permissions and specified property mutability:1402       * * Collection owner1403       * * Collection admin1404       * * Token owner1405       * 1406       * # Arguments1407       * 1408       * * `collection_id`: ID of the collection to which the token belongs.1409       * * `token_id`: ID of the modified token.1410       * * `property_keys`: Vector of keys of the properties to be deleted.1411       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1412       **/1413      deleteTokenProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, propertyKeys: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<Bytes>]>;1414      /**1415       * Destroy a collection if no tokens exist within.1416       * 1417       * # Permissions1418       * 1419       * * Collection owner1420       * 1421       * # Arguments1422       * 1423       * * `collection_id`: Collection to destroy.1424       **/1425      destroyCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1426      /**1427       * Remove admin of a collection.1428       * 1429       * An admin address can remove itself. List of admins may become empty,1430       * in which case only Collection Owner will be able to add an Admin.1431       * 1432       * # Permissions1433       * 1434       * * Collection owner1435       * * Collection admin1436       * 1437       * # Arguments1438       * 1439       * * `collection_id`: ID of the collection to remove the admin for.1440       * * `account_id`: Address of the admin to remove.1441       **/1442      removeCollectionAdmin: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, accountId: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1443      /**1444       * Remove a collection's a sponsor, making everyone pay for their own transactions.1445       * 1446       * # Permissions1447       * 1448       * * Collection owner1449       * 1450       * # Arguments1451       * 1452       * * `collection_id`: ID of the collection with the sponsor to remove.1453       **/1454      removeCollectionSponsor: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1455      /**1456       * Remove an address from allow list.1457       * 1458       * # Permissions1459       * 1460       * * Collection owner1461       * * Collection admin1462       * 1463       * # Arguments1464       * 1465       * * `collection_id`: ID of the modified collection.1466       * * `address`: ID of the address to be removed from the allowlist.1467       **/1468      removeFromAllowList: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, address: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1469      /**1470       * Re-partition a refungible token, while owning all of its parts/pieces.1471       * 1472       * # Permissions1473       * 1474       * * Token owner (must own every part)1475       * 1476       * # Arguments1477       * 1478       * * `collection_id`: ID of the collection the RFT belongs to.1479       * * `token_id`: ID of the RFT.1480       * * `amount`: New number of parts/pieces into which the token shall be partitioned.1481       **/1482      repartition: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32, u128]>;1483      /**1484       * Set specific limits of a collection. Empty, or None fields mean chain default.1485       * 1486       * # Permissions1487       * 1488       * * Collection owner1489       * * Collection admin1490       * 1491       * # Arguments1492       * 1493       * * `collection_id`: ID of the modified collection.1494       * * `new_limit`: New limits of the collection. Fields that are not set (None)1495       * will not overwrite the old ones.1496       **/1497      setCollectionLimits: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newLimit: UpDataStructsCollectionLimits | { accountTokenOwnershipLimit?: any; sponsoredDataSize?: any; sponsoredDataRateLimit?: any; tokenLimit?: any; sponsorTransferTimeout?: any; sponsorApproveTimeout?: any; ownerCanTransfer?: any; ownerCanDestroy?: any; transfersEnabled?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCollectionLimits]>;1498      /**1499       * Set specific permissions of a collection. Empty, or None fields mean chain default.1500       * 1501       * # Permissions1502       * 1503       * * Collection owner1504       * * Collection admin1505       * 1506       * # Arguments1507       * 1508       * * `collection_id`: ID of the modified collection.1509       * * `new_permission`: New permissions of the collection. Fields that are not set (None)1510       * will not overwrite the old ones.1511       **/1512      setCollectionPermissions: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newPermission: UpDataStructsCollectionPermissions | { access?: any; mintMode?: any; nesting?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, UpDataStructsCollectionPermissions]>;1513      /**1514       * Add or change collection properties.1515       * 1516       * # Permissions1517       * 1518       * * Collection owner1519       * * Collection admin1520       * 1521       * # Arguments1522       * 1523       * * `collection_id`: ID of the modified collection.1524       * * `properties`: Vector of key-value pairs stored as the collection's metadata.1525       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1526       **/1527      setCollectionProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsProperty>]>;1528      /**1529       * Set (invite) a new collection sponsor.1530       * 1531       * If successful, confirmation from the sponsor-to-be will be pending.1532       * 1533       * # Permissions1534       * 1535       * * Collection owner1536       * * Collection admin1537       * 1538       * # Arguments1539       * 1540       * * `collection_id`: ID of the modified collection.1541       * * `new_sponsor`: ID of the account of the sponsor-to-be.1542       **/1543      setCollectionSponsor: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, newSponsor: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, AccountId32]>;1544      /**1545       * Add or change token properties according to collection's permissions.1546       * Currently properties only work with NFTs.1547       * 1548       * # Permissions1549       * 1550       * * Depends on collection's token property permissions and specified property mutability:1551       * * Collection owner1552       * * Collection admin1553       * * Token owner1554       * 1555       * See [`set_token_property_permissions`][`Pallet::set_token_property_permissions`].1556       * 1557       * # Arguments1558       * 1559       * * `collection_id: ID of the collection to which the token belongs.1560       * * `token_id`: ID of the modified token.1561       * * `properties`: Vector of key-value pairs stored as the token's metadata.1562       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1563       **/1564      setTokenProperties: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, properties: Vec<UpDataStructsProperty> | (UpDataStructsProperty | { key?: any; value?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, u32, Vec<UpDataStructsProperty>]>;1565      /**1566       * Add or change token property permissions of a collection.1567       * 1568       * Without a permission for a particular key, a property with that key1569       * cannot be created in a token.1570       * 1571       * # Permissions1572       * 1573       * * Collection owner1574       * * Collection admin1575       * 1576       * # Arguments1577       * 1578       * * `collection_id`: ID of the modified collection.1579       * * `property_permissions`: Vector of permissions for property keys.1580       * Keys support Latin letters, `-`, `_`, and `.` as symbols.1581       **/1582      setTokenPropertyPermissions: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, propertyPermissions: Vec<UpDataStructsPropertyKeyPermission> | (UpDataStructsPropertyKeyPermission | { key?: any; permission?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [u32, Vec<UpDataStructsPropertyKeyPermission>]>;1583      /**1584       * Completely allow or disallow transfers for a particular collection.1585       * 1586       * # Permissions1587       * 1588       * * Collection owner1589       * 1590       * # Arguments1591       * 1592       * * `collection_id`: ID of the collection.1593       * * `value`: New value of the flag, are transfers allowed?1594       **/1595      setTransfersEnabledFlag: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array, value: bool | boolean | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, bool]>;1596      /**1597       * Change ownership of the token.1598       * 1599       * # Permissions1600       * 1601       * * Collection owner1602       * * Collection admin1603       * * Current token owner1604       * 1605       * # Arguments1606       * 1607       * * `recipient`: Address of token recipient.1608       * * `collection_id`: ID of the collection the item belongs to.1609       * * `item_id`: ID of the item.1610       * * Non-Fungible Mode: Required.1611       * * Fungible Mode: Ignored.1612       * * Re-Fungible Mode: Required.1613       * 1614       * * `value`: Amount to transfer.1615       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1616       * * Fungible Mode: The desired number of pieces to transfer.1617       * * Re-Fungible Mode: The desired number of pieces to transfer.1618       **/1619      transfer: AugmentedSubmittable<(recipient: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr, u32, u32, u128]>;1620      /**1621       * Change ownership of an item on behalf of the owner as a non-owner account.1622       * 1623       * See the [`approve`][`Pallet::approve`] method for additional information.1624       * 1625       * After this method executes, one approval is removed from the total so that1626       * the approved address will not be able to transfer this item again from this owner.1627       * 1628       * # Permissions1629       * 1630       * * Collection owner1631       * * Collection admin1632       * * Current item owner1633       * * Address approved by current item owner1634       * 1635       * # Arguments1636       * 1637       * * `from`: Address that currently owns the token.1638       * * `recipient`: Address of the new token-owner-to-be.1639       * * `collection_id`: ID of the collection the item.1640       * * `item_id`: ID of the item to be transferred.1641       * * `value`: Amount to transfer.1642       * * Non-Fungible Mode: An NFT is indivisible, there is always 1 corresponding to an ID.1643       * * Fungible Mode: The desired number of pieces to transfer.1644       * * Re-Fungible Mode: The desired number of pieces to transfer.1645       **/1646      transferFrom: AugmentedSubmittable<(from: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, recipient: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, itemId: u32 | AnyNumber | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u32, u32, u128]>;1647      /**1648       * Generic tx1649       **/1650      [key: string]: SubmittableExtrinsicFunction<ApiType>;1651    };1652    vesting: {1653      claim: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1654      claimFor: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;1655      updateVestingSchedules: AugmentedSubmittable<(who: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, vestingSchedules: Vec<OrmlVestingVestingSchedule> | (OrmlVestingVestingSchedule | { start?: any; period?: any; periodCount?: any; perPeriod?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [MultiAddress, Vec<OrmlVestingVestingSchedule>]>;1656      vestedTransfer: AugmentedSubmittable<(dest: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, schedule: OrmlVestingVestingSchedule | { start?: any; period?: any; periodCount?: any; perPeriod?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, OrmlVestingVestingSchedule]>;1657      /**1658       * Generic tx1659       **/1660      [key: string]: SubmittableExtrinsicFunction<ApiType>;1661    };1662    xcmpQueue: {1663      /**1664       * Resumes all XCM executions for the XCMP queue.1665       * 1666       * Note that this function doesn't change the status of the in/out bound channels.1667       * 1668       * - `origin`: Must pass `ControllerOrigin`.1669       **/1670      resumeXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1671      /**1672       * Services a single overweight XCM.1673       * 1674       * - `origin`: Must pass `ExecuteOverweightOrigin`.1675       * - `index`: The index of the overweight XCM to service1676       * - `weight_limit`: The amount of weight that XCM execution may take.1677       * 1678       * Errors:1679       * - `BadOverweightIndex`: XCM under `index` is not found in the `Overweight` storage map.1680       * - `BadXcm`: XCM under `index` cannot be properly decoded into a valid XCM format.1681       * - `WeightOverLimit`: XCM execution may use greater `weight_limit`.1682       * 1683       * Events:1684       * - `OverweightServiced`: On success.1685       **/1686      serviceOverweight: AugmentedSubmittable<(index: u64 | AnyNumber | Uint8Array, weightLimit: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64, u64]>;1687      /**1688       * Suspends all XCM executions for the XCMP queue, regardless of the sender's origin.1689       * 1690       * - `origin`: Must pass `ControllerOrigin`.1691       **/1692      suspendXcmExecution: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1693      /**1694       * Overwrites the number of pages of messages which must be in the queue after which we drop any further1695       * messages from the channel.1696       * 1697       * - `origin`: Must pass `Root`.1698       * - `new`: Desired value for `QueueConfigData.drop_threshold`1699       **/1700      updateDropThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1701      /**1702       * Overwrites the number of pages of messages which the queue must be reduced to before it signals that1703       * message sending may recommence after it has been suspended.1704       * 1705       * - `origin`: Must pass `Root`.1706       * - `new`: Desired value for `QueueConfigData.resume_threshold`1707       **/1708      updateResumeThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1709      /**1710       * Overwrites the number of pages of messages which must be in the queue for the other side to be told to1711       * suspend their sending.1712       * 1713       * - `origin`: Must pass `Root`.1714       * - `new`: Desired value for `QueueConfigData.suspend_value`1715       **/1716      updateSuspendThreshold: AugmentedSubmittable<(updated: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1717      /**1718       * Overwrites the amount of remaining weight under which we stop processing messages.1719       * 1720       * - `origin`: Must pass `Root`.1721       * - `new`: Desired value for `QueueConfigData.threshold_weight`1722       **/1723      updateThresholdWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;1724      /**1725       * Overwrites the speed to which the available weight approaches the maximum weight.1726       * A lower number results in a faster progression. A value of 1 makes the entire weight available initially.1727       * 1728       * - `origin`: Must pass `Root`.1729       * - `new`: Desired value for `QueueConfigData.weight_restrict_decay`.1730       **/1731      updateWeightRestrictDecay: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;1732      /**1733       * Overwrite the maximum amount of weight any individual message may consume.1734       * Messages above this weight go into the overweight queue and may only be serviced explicitly.1735       * 1736       * - `origin`: Must pass `Root`.1737       * - `new`: Desired value for `QueueConfigData.xcmp_max_individual_weight`.1738       **/1739      updateXcmpMaxIndividualWeight: AugmentedSubmittable<(updated: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u64]>;1740      /**1741       * Generic tx1742       **/1743      [key: string]: SubmittableExtrinsicFunction<ApiType>;1744    };1745    xTokens: {1746      /**1747       * Transfer native currencies.1748       * 1749       * `dest_weight` is the weight for XCM execution on the dest chain, and1750       * it would be charged from the transferred assets. If set below1751       * requirements, the execution may fail and assets wouldn't be1752       * received.1753       * 1754       * It's a no-op if any error on local XCM execution or message sending.1755       * Note sending assets out per se doesn't guarantee they would be1756       * received. Receiving depends on if the XCM message could be delivered1757       * by the network, and if the receiving chain would handle1758       * messages correctly.1759       **/1760      transfer: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, XcmVersionedMultiLocation, u64]>;1761      /**1762       * Transfer `MultiAsset`.1763       * 1764       * `dest_weight` is the weight for XCM execution on the dest chain, and1765       * it would be charged from the transferred assets. If set below1766       * requirements, the execution may fail and assets wouldn't be1767       * received.1768       * 1769       * It's a no-op if any error on local XCM execution or message sending.1770       * Note sending assets out per se doesn't guarantee they would be1771       * received. Receiving depends on if the XCM message could be delivered1772       * by the network, and if the receiving chain would handle1773       * messages correctly.1774       **/1775      transferMultiasset: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;1776      /**1777       * Transfer several `MultiAsset` specifying the item to be used as fee1778       * 1779       * `dest_weight` is the weight for XCM execution on the dest chain, and1780       * it would be charged from the transferred assets. If set below1781       * requirements, the execution may fail and assets wouldn't be1782       * received.1783       * 1784       * `fee_item` is index of the MultiAssets that we want to use for1785       * payment1786       * 1787       * It's a no-op if any error on local XCM execution or message sending.1788       * Note sending assets out per se doesn't guarantee they would be1789       * received. Receiving depends on if the XCM message could be delivered1790       * by the network, and if the receiving chain would handle1791       * messages correctly.1792       **/1793      transferMultiassets: AugmentedSubmittable<(assets: XcmVersionedMultiAssets | { V0: any } | { V1: any } | string | Uint8Array, feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAssets, u32, XcmVersionedMultiLocation, u64]>;1794      /**1795       * Transfer `MultiAsset` specifying the fee and amount as separate.1796       * 1797       * `dest_weight` is the weight for XCM execution on the dest chain, and1798       * it would be charged from the transferred assets. If set below1799       * requirements, the execution may fail and assets wouldn't be1800       * received.1801       * 1802       * `fee` is the multiasset to be spent to pay for execution in1803       * destination chain. Both fee and amount will be subtracted form the1804       * callers balance For now we only accept fee and asset having the same1805       * `MultiLocation` id.1806       * 1807       * If `fee` is not high enough to cover for the execution costs in the1808       * destination chain, then the assets will be trapped in the1809       * destination chain1810       * 1811       * It's a no-op if any error on local XCM execution or message sending.1812       * Note sending assets out per se doesn't guarantee they would be1813       * received. Receiving depends on if the XCM message could be delivered1814       * by the network, and if the receiving chain would handle1815       * messages correctly.1816       **/1817      transferMultiassetWithFee: AugmentedSubmittable<(asset: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, fee: XcmVersionedMultiAsset | { V0: any } | { V1: any } | string | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [XcmVersionedMultiAsset, XcmVersionedMultiAsset, XcmVersionedMultiLocation, u64]>;1818      /**1819       * Transfer several currencies specifying the item to be used as fee1820       * 1821       * `dest_weight` is the weight for XCM execution on the dest chain, and1822       * it would be charged from the transferred assets. If set below1823       * requirements, the execution may fail and assets wouldn't be1824       * received.1825       * 1826       * `fee_item` is index of the currencies tuple that we want to use for1827       * payment1828       * 1829       * It's a no-op if any error on local XCM execution or message sending.1830       * Note sending assets out per se doesn't guarantee they would be1831       * received. Receiving depends on if the XCM message could be delivered1832       * by the network, and if the receiving chain would handle1833       * messages correctly.1834       **/1835      transferMulticurrencies: AugmentedSubmittable<(currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>> | ([PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, u128 | AnyNumber | Uint8Array])[], feeItem: u32 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>, u32, XcmVersionedMultiLocation, u64]>;1836      /**1837       * Transfer native currencies specifying the fee and amount as1838       * separate.1839       * 1840       * `dest_weight` is the weight for XCM execution on the dest chain, and1841       * it would be charged from the transferred assets. If set below1842       * requirements, the execution may fail and assets wouldn't be1843       * received.1844       * 1845       * `fee` is the amount to be spent to pay for execution in destination1846       * chain. Both fee and amount will be subtracted form the callers1847       * balance.1848       * 1849       * If `fee` is not high enough to cover for the execution costs in the1850       * destination chain, then the assets will be trapped in the1851       * destination chain1852       * 1853       * It's a no-op if any error on local XCM execution or message sending.1854       * Note sending assets out per se doesn't guarantee they would be1855       * received. Receiving depends on if the XCM message could be delivered1856       * by the network, and if the receiving chain would handle1857       * messages correctly.1858       **/1859      transferWithFee: AugmentedSubmittable<(currencyId: PalletForeignAssetsAssetIds | { ForeignAssetId: any } | { NativeAssetId: any } | string | Uint8Array, amount: u128 | AnyNumber | Uint8Array, fee: u128 | AnyNumber | Uint8Array, dest: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, destWeight: u64 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletForeignAssetsAssetIds, u128, u128, XcmVersionedMultiLocation, u64]>;1860      /**1861       * Generic tx1862       **/1863      [key: string]: SubmittableExtrinsicFunction<ApiType>;1864    };1865  } // AugmentedSubmittables1866} // declare module
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
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1314,7 +1314,20 @@
     readonly type: 'BaseCreated' | 'EquippablesUpdated';
   }
 
-  /** @name PalletForeignAssetsModuleEvent (107) */
+  /** @name PalletAppPromotionEvent (107) */
+  interface PalletAppPromotionEvent extends Enum {
+    readonly isStakingRecalculation: boolean;
+    readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;
+    readonly isStake: boolean;
+    readonly asStake: ITuple<[AccountId32, u128]>;
+    readonly isUnstake: boolean;
+    readonly asUnstake: ITuple<[AccountId32, u128]>;
+    readonly isSetAdmin: boolean;
+    readonly asSetAdmin: AccountId32;
+    readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';
+  }
+
+  /** @name PalletForeignAssetsModuleEvent (108) */
   interface PalletForeignAssetsModuleEvent extends Enum {
     readonly isForeignAssetRegistered: boolean;
     readonly asForeignAssetRegistered: {
@@ -1341,7 +1354,7 @@
     readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';
   }
 
-  /** @name PalletForeignAssetsModuleAssetMetadata (108) */
+  /** @name PalletForeignAssetsModuleAssetMetadata (109) */
   interface PalletForeignAssetsModuleAssetMetadata extends Struct {
     readonly name: Bytes;
     readonly symbol: Bytes;
@@ -1349,21 +1362,7 @@
     readonly minimalBalance: u128;
   }
 
-  /** @name PalletEvmEvent (109) */
-  /** @name PalletAppPromotionEvent (103) */
-  interface PalletAppPromotionEvent extends Enum {
-    readonly isStakingRecalculation: boolean;
-    readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;
-    readonly isStake: boolean;
-    readonly asStake: ITuple<[AccountId32, u128]>;
-    readonly isUnstake: boolean;
-    readonly asUnstake: ITuple<[AccountId32, u128]>;
-    readonly isSetAdmin: boolean;
-    readonly asSetAdmin: AccountId32;
-    readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';
-  }
-
-  /** @name PalletEvmEvent (104) */
+  /** @name PalletEvmEvent (110) */
   interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
     readonly asLog: EthereumLog;
@@ -1382,21 +1381,21 @@
     readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
   }
 
-  /** @name EthereumLog (105) */
+  /** @name EthereumLog (111) */
   interface EthereumLog extends Struct {
     readonly address: H160;
     readonly topics: Vec<H256>;
     readonly data: Bytes;
   }
 
-  /** @name PalletEthereumEvent (109) */
+  /** @name PalletEthereumEvent (115) */
   interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
     readonly type: 'Executed';
   }
 
-  /** @name EvmCoreErrorExitReason (110) */
+  /** @name EvmCoreErrorExitReason (116) */
   interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -1409,7 +1408,7 @@
     readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
   }
 
-  /** @name EvmCoreErrorExitSucceed (111) */
+  /** @name EvmCoreErrorExitSucceed (117) */
   interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
@@ -1417,7 +1416,7 @@
     readonly type: 'Stopped' | 'Returned' | 'Suicided';
   }
 
-  /** @name EvmCoreErrorExitError (112) */
+  /** @name EvmCoreErrorExitError (118) */
   interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
@@ -1438,13 +1437,13 @@
     readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
   }
 
-  /** @name EvmCoreErrorExitRevert (115) */
+  /** @name EvmCoreErrorExitRevert (121) */
   interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
-  /** @name EvmCoreErrorExitFatal (116) */
+  /** @name EvmCoreErrorExitFatal (122) */
   interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
@@ -1455,8 +1454,7 @@
     readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
   }
 
-  /** @name FrameSystemPhase (122) */
-  /** @name PalletEvmContractHelpersEvent (117) */
+  /** @name PalletEvmContractHelpersEvent (123) */
   interface PalletEvmContractHelpersEvent extends Enum {
     readonly isContractSponsorSet: boolean;
     readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;
@@ -1467,7 +1465,7 @@
     readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';
   }
 
-  /** @name FrameSystemPhase (118) */
+  /** @name FrameSystemPhase (124) */
   interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
@@ -1476,13 +1474,13 @@
     readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
   }
 
-  /** @name FrameSystemLastRuntimeUpgradeInfo (120) */
+  /** @name FrameSystemLastRuntimeUpgradeInfo (126) */
   interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
-  /** @name FrameSystemCall (121) */
+  /** @name FrameSystemCall (127) */
   interface FrameSystemCall extends Enum {
     readonly isFillBlock: boolean;
     readonly asFillBlock: {
@@ -1524,21 +1522,21 @@
     readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name FrameSystemLimitsBlockWeights (126) */
+  /** @name FrameSystemLimitsBlockWeights (132) */
   interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: u64;
     readonly maxBlock: u64;
     readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (127) */
+  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (133) */
   interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (128) */
+  /** @name FrameSystemLimitsWeightsPerClass (134) */
   interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: u64;
     readonly maxExtrinsic: Option<u64>;
@@ -1546,25 +1544,25 @@
     readonly reserved: Option<u64>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (130) */
+  /** @name FrameSystemLimitsBlockLength (136) */
   interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportWeightsPerDispatchClassU32;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassU32 (131) */
+  /** @name FrameSupportWeightsPerDispatchClassU32 (137) */
   interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name FrameSupportWeightsRuntimeDbWeight (132) */
+  /** @name FrameSupportWeightsRuntimeDbWeight (138) */
   interface FrameSupportWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (133) */
+  /** @name SpVersionRuntimeVersion (139) */
   interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -1576,7 +1574,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (138) */
+  /** @name FrameSystemError (144) */
   interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1587,7 +1585,7 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name PolkadotPrimitivesV2PersistedValidationData (139) */
+  /** @name PolkadotPrimitivesV2PersistedValidationData (145) */
   interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
     readonly parentHead: Bytes;
     readonly relayParentNumber: u32;
@@ -1595,18 +1593,18 @@
     readonly maxPovSize: u32;
   }
 
-  /** @name PolkadotPrimitivesV2UpgradeRestriction (142) */
+  /** @name PolkadotPrimitivesV2UpgradeRestriction (148) */
   interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
     readonly isPresent: boolean;
     readonly type: 'Present';
   }
 
-  /** @name SpTrieStorageProof (143) */
+  /** @name SpTrieStorageProof (149) */
   interface SpTrieStorageProof extends Struct {
     readonly trieNodes: BTreeSet<Bytes>;
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (145) */
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (151) */
   interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -1614,7 +1612,7 @@
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (148) */
+  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (154) */
   interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -1624,7 +1622,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (149) */
+  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (155) */
   interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -1637,13 +1635,13 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (155) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (161) */
   interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCall (156) */
+  /** @name CumulusPalletParachainSystemCall (162) */
   interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -1664,7 +1662,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (157) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (163) */
   interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -1672,19 +1670,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (159) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (165) */
   interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (162) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (168) */
   interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemError (165) */
+  /** @name CumulusPalletParachainSystemError (171) */
   interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -1697,14 +1695,14 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name PalletBalancesBalanceLock (167) */
+  /** @name PalletBalancesBalanceLock (173) */
   interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (168) */
+  /** @name PalletBalancesReasons (174) */
   interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -1712,20 +1710,20 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (171) */
+  /** @name PalletBalancesReserveData (177) */
   interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesReleases (173) */
+  /** @name PalletBalancesReleases (179) */
   interface PalletBalancesReleases extends Enum {
     readonly isV100: boolean;
     readonly isV200: boolean;
     readonly type: 'V100' | 'V200';
   }
 
-  /** @name PalletBalancesCall (174) */
+  /** @name PalletBalancesCall (180) */
   interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1762,7 +1760,7 @@
     readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
   }
 
-  /** @name PalletBalancesError (177) */
+  /** @name PalletBalancesError (183) */
   interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -1775,7 +1773,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletTimestampCall (179) */
+  /** @name PalletTimestampCall (185) */
   interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -1784,14 +1782,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (181) */
+  /** @name PalletTransactionPaymentReleases (187) */
   interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name PalletTreasuryProposal (182) */
+  /** @name PalletTreasuryProposal (188) */
   interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -1799,7 +1797,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (185) */
+  /** @name PalletTreasuryCall (191) */
   interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -1826,10 +1824,10 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
   }
 
-  /** @name FrameSupportPalletId (188) */
+  /** @name FrameSupportPalletId (194) */
   interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (189) */
+  /** @name PalletTreasuryError (195) */
   interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -1839,7 +1837,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
   }
 
-  /** @name PalletSudoCall (190) */
+  /** @name PalletSudoCall (196) */
   interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -1862,7 +1860,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name OrmlVestingModuleCall (192) */
+  /** @name OrmlVestingModuleCall (198) */
   interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -1882,7 +1880,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlXtokensModuleCall (198) */
+  /** @name OrmlXtokensModuleCall (200) */
   interface OrmlXtokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1929,7 +1927,7 @@
     readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
   }
 
-  /** @name XcmVersionedMultiAsset (199) */
+  /** @name XcmVersionedMultiAsset (201) */
   interface XcmVersionedMultiAsset extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiAsset;
@@ -1938,7 +1936,7 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name OrmlTokensModuleCall (202) */
+  /** @name OrmlTokensModuleCall (204) */
   interface OrmlTokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1975,7 +1973,7 @@
     readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
   }
 
-  /** @name CumulusPalletXcmpQueueCall (203) */
+  /** @name CumulusPalletXcmpQueueCall (205) */
   interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2011,7 +2009,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (195) */
+  /** @name PalletXcmCall (206) */
   interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -2073,7 +2071,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
   }
 
-  /** @name XcmVersionedXcm (196) */
+  /** @name XcmVersionedXcm (207) */
   interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
@@ -2084,7 +2082,7 @@
     readonly type: 'V0' | 'V1' | 'V2';
   }
 
-  /** @name XcmV0Xcm (197) */
+  /** @name XcmV0Xcm (208) */
   interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2147,7 +2145,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
   }
 
-  /** @name XcmV0Order (199) */
+  /** @name XcmV0Order (210) */
   interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
@@ -2195,14 +2193,14 @@
     readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV0Response (201) */
+  /** @name XcmV0Response (212) */
   interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
-  /** @name XcmV1Xcm (202) */
+  /** @name XcmV1Xcm (213) */
   interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2271,7 +2269,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV1Order (204) */
+  /** @name XcmV1Order (215) */
   interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
@@ -2321,7 +2319,7 @@
     readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV1Response (206) */
+  /** @name XcmV1Response (217) */
   interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -2330,10 +2328,10 @@
     readonly type: 'Assets' | 'Version';
   }
 
-  /** @name CumulusPalletXcmCall (220) */
+  /** @name CumulusPalletXcmCall (231) */
   type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (221) */
+  /** @name CumulusPalletDmpQueueCall (232) */
   interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2343,7 +2341,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (222) */
+  /** @name PalletInflationCall (233) */
   interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -2352,7 +2350,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (223) */
+  /** @name PalletUniqueCall (234) */
   interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2510,7 +2508,7 @@
     readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition';
   }
 
-  /** @name UpDataStructsCollectionMode (228) */
+  /** @name UpDataStructsCollectionMode (239) */
   interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -2519,7 +2517,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (229) */
+  /** @name UpDataStructsCreateCollectionData (240) */
   interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -2533,14 +2531,14 @@
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsAccessMode (231) */
+  /** @name UpDataStructsAccessMode (242) */
   interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsCollectionLimits (233) */
+  /** @name UpDataStructsCollectionLimits (244) */
   interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -2553,7 +2551,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (235) */
+  /** @name UpDataStructsSponsoringRateLimit (246) */
   interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -2561,43 +2559,43 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsCollectionPermissions (238) */
+  /** @name UpDataStructsCollectionPermissions (249) */
   interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
     readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingPermissions>;
   }
 
-  /** @name UpDataStructsNestingPermissions (240) */
+  /** @name UpDataStructsNestingPermissions (251) */
   interface UpDataStructsNestingPermissions extends Struct {
     readonly tokenOwner: bool;
     readonly collectionAdmin: bool;
     readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
   }
 
-  /** @name UpDataStructsOwnerRestrictedSet (242) */
+  /** @name UpDataStructsOwnerRestrictedSet (253) */
   interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
 
-  /** @name UpDataStructsPropertyKeyPermission (247) */
+  /** @name UpDataStructsPropertyKeyPermission (258) */
   interface UpDataStructsPropertyKeyPermission extends Struct {
     readonly key: Bytes;
     readonly permission: UpDataStructsPropertyPermission;
   }
 
-  /** @name UpDataStructsPropertyPermission (248) */
+  /** @name UpDataStructsPropertyPermission (259) */
   interface UpDataStructsPropertyPermission extends Struct {
     readonly mutable: bool;
     readonly collectionAdmin: bool;
     readonly tokenOwner: bool;
   }
 
-  /** @name UpDataStructsProperty (251) */
+  /** @name UpDataStructsProperty (262) */
   interface UpDataStructsProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name UpDataStructsCreateItemData (254) */
+  /** @name UpDataStructsCreateItemData (265) */
   interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -2608,23 +2606,23 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (255) */
+  /** @name UpDataStructsCreateNftData (266) */
   interface UpDataStructsCreateNftData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateFungibleData (256) */
+  /** @name UpDataStructsCreateFungibleData (267) */
   interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (257) */
+  /** @name UpDataStructsCreateReFungibleData (268) */
   interface UpDataStructsCreateReFungibleData extends Struct {
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateItemExData (260) */
+  /** @name UpDataStructsCreateItemExData (271) */
   interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -2637,26 +2635,26 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (262) */
+  /** @name UpDataStructsCreateNftExData (273) */
   interface UpDataStructsCreateNftExData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExSingleOwner (269) */
+  /** @name UpDataStructsCreateRefungibleExSingleOwner (280) */
   interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
     readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateRefungibleExMultipleOwners (271) */
+  /** @name UpDataStructsCreateRefungibleExMultipleOwners (282) */
   interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name PalletUniqueSchedulerCall (272) */
+  /** @name PalletUniqueSchedulerCall (283) */
   interface PalletUniqueSchedulerCall extends Enum {
     readonly isScheduleNamed: boolean;
     readonly asScheduleNamed: {
@@ -2681,7 +2679,7 @@
     readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';
   }
 
-  /** @name FrameSupportScheduleMaybeHashed (274) */
+  /** @name FrameSupportScheduleMaybeHashed (285) */
   interface FrameSupportScheduleMaybeHashed extends Enum {
     readonly isValue: boolean;
     readonly asValue: Call;
@@ -2690,7 +2688,7 @@
     readonly type: 'Value' | 'Hash';
   }
 
-  /** @name PalletConfigurationCall (275) */
+  /** @name PalletConfigurationCall (286) */
   interface PalletConfigurationCall extends Enum {
     readonly isSetWeightToFeeCoefficientOverride: boolean;
     readonly asSetWeightToFeeCoefficientOverride: {
@@ -2703,13 +2701,13 @@
     readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';
   }
 
-  /** @name PalletTemplateTransactionPaymentCall (276) */
+  /** @name PalletTemplateTransactionPaymentCall (287) */
   type PalletTemplateTransactionPaymentCall = Null;
 
-  /** @name PalletStructureCall (277) */
+  /** @name PalletStructureCall (288) */
   type PalletStructureCall = Null;
 
-  /** @name PalletRmrkCoreCall (278) */
+  /** @name PalletRmrkCoreCall (289) */
   interface PalletRmrkCoreCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2815,7 +2813,7 @@
     readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
   }
 
-  /** @name RmrkTraitsResourceResourceTypes (284) */
+  /** @name RmrkTraitsResourceResourceTypes (295) */
   interface RmrkTraitsResourceResourceTypes extends Enum {
     readonly isBasic: boolean;
     readonly asBasic: RmrkTraitsResourceBasicResource;
@@ -2826,7 +2824,7 @@
     readonly type: 'Basic' | 'Composable' | 'Slot';
   }
 
-  /** @name RmrkTraitsResourceBasicResource (286) */
+  /** @name RmrkTraitsResourceBasicResource (297) */
   interface RmrkTraitsResourceBasicResource extends Struct {
     readonly src: Option<Bytes>;
     readonly metadata: Option<Bytes>;
@@ -2834,7 +2832,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceComposableResource (288) */
+  /** @name RmrkTraitsResourceComposableResource (299) */
   interface RmrkTraitsResourceComposableResource extends Struct {
     readonly parts: Vec<u32>;
     readonly base: u32;
@@ -2844,7 +2842,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceSlotResource (289) */
+  /** @name RmrkTraitsResourceSlotResource (300) */
   interface RmrkTraitsResourceSlotResource extends Struct {
     readonly base: u32;
     readonly src: Option<Bytes>;
@@ -2854,7 +2852,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name PalletRmrkEquipCall (292) */
+  /** @name PalletRmrkEquipCall (303) */
   interface PalletRmrkEquipCall extends Enum {
     readonly isCreateBase: boolean;
     readonly asCreateBase: {
@@ -2876,7 +2874,7 @@
     readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
   }
 
-  /** @name RmrkTraitsPartPartType (295) */
+  /** @name RmrkTraitsPartPartType (306) */
   interface RmrkTraitsPartPartType extends Enum {
     readonly isFixedPart: boolean;
     readonly asFixedPart: RmrkTraitsPartFixedPart;
@@ -2885,14 +2883,14 @@
     readonly type: 'FixedPart' | 'SlotPart';
   }
 
-  /** @name RmrkTraitsPartFixedPart (297) */
+  /** @name RmrkTraitsPartFixedPart (308) */
   interface RmrkTraitsPartFixedPart extends Struct {
     readonly id: u32;
     readonly z: u32;
     readonly src: Bytes;
   }
 
-  /** @name RmrkTraitsPartSlotPart (298) */
+  /** @name RmrkTraitsPartSlotPart (309) */
   interface RmrkTraitsPartSlotPart extends Struct {
     readonly id: u32;
     readonly equippable: RmrkTraitsPartEquippableList;
@@ -2900,7 +2898,7 @@
     readonly z: u32;
   }
 
-  /** @name RmrkTraitsPartEquippableList (299) */
+  /** @name RmrkTraitsPartEquippableList (310) */
   interface RmrkTraitsPartEquippableList extends Enum {
     readonly isAll: boolean;
     readonly isEmpty: boolean;
@@ -2909,38 +2907,20 @@
     readonly type: 'All' | 'Empty' | 'Custom';
   }
 
-  /** @name RmrkTraitsTheme (301) */
+  /** @name RmrkTraitsTheme (312) */
   interface RmrkTraitsTheme extends Struct {
     readonly name: Bytes;
     readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
     readonly inherit: bool;
   }
 
-  /** @name RmrkTraitsThemeThemeProperty (303) */
+  /** @name RmrkTraitsThemeThemeProperty (314) */
   interface RmrkTraitsThemeThemeProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name PalletForeignAssetsModuleCall (314) */
-  interface PalletForeignAssetsModuleCall extends Enum {
-    readonly isRegisterForeignAsset: boolean;
-    readonly asRegisterForeignAsset: {
-      readonly owner: AccountId32;
-      readonly location: XcmVersionedMultiLocation;
-      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
-    } & Struct;
-    readonly isUpdateForeignAsset: boolean;
-    readonly asUpdateForeignAsset: {
-      readonly foreignAssetId: u32;
-      readonly location: XcmVersionedMultiLocation;
-      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
-    } & Struct;
-    readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
-  }
-
-  /** @name PalletEvmCall (315) */
-  /** @name PalletAppPromotionCall (305) */
+  /** @name PalletAppPromotionCall (316) */
   interface PalletAppPromotionCall extends Enum {
     readonly isSetAdminAddress: boolean;
     readonly asSetAdminAddress: {
@@ -2974,7 +2954,24 @@
     readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';
   }
 
-  /** @name PalletEvmCall (307) */
+  /** @name PalletForeignAssetsModuleCall (318) */
+  interface PalletForeignAssetsModuleCall extends Enum {
+    readonly isRegisterForeignAsset: boolean;
+    readonly asRegisterForeignAsset: {
+      readonly owner: AccountId32;
+      readonly location: XcmVersionedMultiLocation;
+      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
+    } & Struct;
+    readonly isUpdateForeignAsset: boolean;
+    readonly asUpdateForeignAsset: {
+      readonly foreignAssetId: u32;
+      readonly location: XcmVersionedMultiLocation;
+      readonly metadata: PalletForeignAssetsModuleAssetMetadata;
+    } & Struct;
+    readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
+  }
+
+  /** @name PalletEvmCall (319) */
   interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -3019,7 +3016,7 @@
     readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
   }
 
-  /** @name PalletEthereumCall (311) */
+  /** @name PalletEthereumCall (323) */
   interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
@@ -3028,7 +3025,7 @@
     readonly type: 'Transact';
   }
 
-  /** @name EthereumTransactionTransactionV2 (312) */
+  /** @name EthereumTransactionTransactionV2 (324) */
   interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -3039,7 +3036,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumTransactionLegacyTransaction (313) */
+  /** @name EthereumTransactionLegacyTransaction (325) */
   interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -3050,7 +3047,7 @@
     readonly signature: EthereumTransactionTransactionSignature;
   }
 
-  /** @name EthereumTransactionTransactionAction (314) */
+  /** @name EthereumTransactionTransactionAction (326) */
   interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
@@ -3058,14 +3055,14 @@
     readonly type: 'Call' | 'Create';
   }
 
-  /** @name EthereumTransactionTransactionSignature (315) */
+  /** @name EthereumTransactionTransactionSignature (327) */
   interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionEip2930Transaction (317) */
+  /** @name EthereumTransactionEip2930Transaction (329) */
   interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3080,13 +3077,13 @@
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionAccessListItem (319) */
+  /** @name EthereumTransactionAccessListItem (331) */
   interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
     readonly storageKeys: Vec<H256>;
   }
 
-  /** @name EthereumTransactionEip1559Transaction (320) */
+  /** @name EthereumTransactionEip1559Transaction (332) */
   interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3102,7 +3099,7 @@
     readonly s: H256;
   }
 
-  /** @name PalletEvmMigrationCall (321) */
+  /** @name PalletEvmMigrationCall (333) */
   interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
@@ -3121,13 +3118,13 @@
     readonly type: 'Begin' | 'SetData' | 'Finish';
   }
 
-  /** @name PalletSudoError (324) */
+  /** @name PalletSudoError (336) */
   interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
-  /** @name OrmlVestingModuleError (326) */
+  /** @name OrmlVestingModuleError (338) */
   interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
@@ -3138,7 +3135,7 @@
     readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
   }
 
-  /** @name OrmlXtokensModuleError (335) */
+  /** @name OrmlXtokensModuleError (339) */
   interface OrmlXtokensModuleError extends Enum {
     readonly isAssetHasNoReserve: boolean;
     readonly isNotCrossChainTransfer: boolean;
@@ -3162,26 +3159,26 @@
     readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';
   }
 
-  /** @name OrmlTokensBalanceLock (338) */
+  /** @name OrmlTokensBalanceLock (342) */
   interface OrmlTokensBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensAccountData (340) */
+  /** @name OrmlTokensAccountData (344) */
   interface OrmlTokensAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
     readonly frozen: u128;
   }
 
-  /** @name OrmlTokensReserveData (342) */
+  /** @name OrmlTokensReserveData (346) */
   interface OrmlTokensReserveData extends Struct {
     readonly id: Null;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensModuleError (344) */
+  /** @name OrmlTokensModuleError (348) */
   interface OrmlTokensModuleError extends Enum {
     readonly isBalanceTooLow: boolean;
     readonly isAmountIntoBalanceFailed: boolean;
@@ -3194,21 +3191,21 @@
     readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name CumulusPalletXcmpQueueInboundChannelDetails (346) */
+  /** @name CumulusPalletXcmpQueueInboundChannelDetails (350) */
   interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
-  /** @name CumulusPalletXcmpQueueInboundState (329) */
+  /** @name CumulusPalletXcmpQueueInboundState (351) */
   interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (332) */
+  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (354) */
   interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
@@ -3216,7 +3213,7 @@
     readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (335) */
+  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (357) */
   interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -3225,14 +3222,14 @@
     readonly lastIndex: u16;
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundState (336) */
+  /** @name CumulusPalletXcmpQueueOutboundState (358) */
   interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name CumulusPalletXcmpQueueQueueConfigData (338) */
+  /** @name CumulusPalletXcmpQueueQueueConfigData (360) */
   interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
@@ -3242,7 +3239,7 @@
     readonly xcmpMaxIndividualWeight: u64;
   }
 
-  /** @name CumulusPalletXcmpQueueError (340) */
+  /** @name CumulusPalletXcmpQueueError (362) */
   interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
@@ -3252,7 +3249,7 @@
     readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
   }
 
-  /** @name PalletXcmError (341) */
+  /** @name PalletXcmError (363) */
   interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
@@ -3270,29 +3267,29 @@
     readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
   }
 
-  /** @name CumulusPalletXcmError (342) */
+  /** @name CumulusPalletXcmError (364) */
   type CumulusPalletXcmError = Null;
 
-  /** @name CumulusPalletDmpQueueConfigData (343) */
+  /** @name CumulusPalletDmpQueueConfigData (365) */
   interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: u64;
   }
 
-  /** @name CumulusPalletDmpQueuePageIndexData (344) */
+  /** @name CumulusPalletDmpQueuePageIndexData (366) */
   interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
-  /** @name CumulusPalletDmpQueueError (347) */
+  /** @name CumulusPalletDmpQueueError (369) */
   interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
-  /** @name PalletUniqueError (351) */
+  /** @name PalletUniqueError (373) */
   interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isConfirmUnsetSponsorFail: boolean;
@@ -3301,7 +3298,7 @@
     readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
   }
 
-  /** @name PalletUniqueSchedulerScheduledV3 (354) */
+  /** @name PalletUniqueSchedulerScheduledV3 (376) */
   interface PalletUniqueSchedulerScheduledV3 extends Struct {
     readonly maybeId: Option<U8aFixed>;
     readonly priority: u8;
@@ -3310,7 +3307,7 @@
     readonly origin: OpalRuntimeOriginCaller;
   }
 
-  /** @name OpalRuntimeOriginCaller (355) */
+  /** @name OpalRuntimeOriginCaller (377) */
   interface OpalRuntimeOriginCaller extends Enum {
     readonly isSystem: boolean;
     readonly asSystem: FrameSupportDispatchRawOrigin;
@@ -3324,7 +3321,7 @@
     readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';
   }
 
-  /** @name FrameSupportDispatchRawOrigin (356) */
+  /** @name FrameSupportDispatchRawOrigin (378) */
   interface FrameSupportDispatchRawOrigin extends Enum {
     readonly isRoot: boolean;
     readonly isSigned: boolean;
@@ -3333,7 +3330,7 @@
     readonly type: 'Root' | 'Signed' | 'None';
   }
 
-  /** @name PalletXcmOrigin (357) */
+  /** @name PalletXcmOrigin (379) */
   interface PalletXcmOrigin extends Enum {
     readonly isXcm: boolean;
     readonly asXcm: XcmV1MultiLocation;
@@ -3342,7 +3339,7 @@
     readonly type: 'Xcm' | 'Response';
   }
 
-  /** @name CumulusPalletXcmOrigin (358) */
+  /** @name CumulusPalletXcmOrigin (380) */
   interface CumulusPalletXcmOrigin extends Enum {
     readonly isRelay: boolean;
     readonly isSiblingParachain: boolean;
@@ -3350,17 +3347,17 @@
     readonly type: 'Relay' | 'SiblingParachain';
   }
 
-  /** @name PalletEthereumRawOrigin (359) */
+  /** @name PalletEthereumRawOrigin (381) */
   interface PalletEthereumRawOrigin extends Enum {
     readonly isEthereumTransaction: boolean;
     readonly asEthereumTransaction: H160;
     readonly type: 'EthereumTransaction';
   }
 
-  /** @name SpCoreVoid (360) */
+  /** @name SpCoreVoid (382) */
   type SpCoreVoid = Null;
 
-  /** @name PalletUniqueSchedulerError (361) */
+  /** @name PalletUniqueSchedulerError (383) */
   interface PalletUniqueSchedulerError extends Enum {
     readonly isFailedToSchedule: boolean;
     readonly isNotFound: boolean;
@@ -3369,7 +3366,7 @@
     readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';
   }
 
-  /** @name UpDataStructsCollection (362) */
+  /** @name UpDataStructsCollection (384) */
   interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3379,10 +3376,10 @@
     readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;
     readonly limits: UpDataStructsCollectionLimits;
     readonly permissions: UpDataStructsCollectionPermissions;
-    readonly externalCollection: bool;
+    readonly flags: U8aFixed;
   }
 
-  /** @name UpDataStructsSponsorshipStateAccountId32 (363) */
+  /** @name UpDataStructsSponsorshipStateAccountId32 (385) */
   interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3392,43 +3389,43 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name UpDataStructsProperties (364) */
+  /** @name UpDataStructsProperties (387) */
   interface UpDataStructsProperties extends Struct {
     readonly map: UpDataStructsPropertiesMapBoundedVec;
     readonly consumedSpace: u32;
     readonly spaceLimit: u32;
   }
 
-  /** @name UpDataStructsPropertiesMapBoundedVec (365) */
+  /** @name UpDataStructsPropertiesMapBoundedVec (388) */
   interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
 
-  /** @name UpDataStructsPropertiesMapPropertyPermission (370) */
+  /** @name UpDataStructsPropertiesMapPropertyPermission (393) */
   interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
 
-  /** @name UpDataStructsCollectionStats (377) */
+  /** @name UpDataStructsCollectionStats (400) */
   interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
-  /** @name UpDataStructsTokenChild (378) */
+  /** @name UpDataStructsTokenChild (401) */
   interface UpDataStructsTokenChild extends Struct {
     readonly token: u32;
     readonly collection: u32;
   }
 
-  /** @name PhantomTypeUpDataStructs (379) */
+  /** @name PhantomTypeUpDataStructs (402) */
   interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
 
-  /** @name UpDataStructsTokenData (381) */
+  /** @name UpDataStructsTokenData (404) */
   interface UpDataStructsTokenData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
     readonly pieces: u128;
   }
 
-  /** @name UpDataStructsRpcCollection (383) */
+  /** @name UpDataStructsRpcCollection (406) */
   interface UpDataStructsRpcCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3441,9 +3438,10 @@
     readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;
     readonly properties: Vec<UpDataStructsProperty>;
     readonly readOnly: bool;
+    readonly foreign: bool;
   }
 
-  /** @name RmrkTraitsCollectionCollectionInfo (384) */
+  /** @name RmrkTraitsCollectionCollectionInfo (407) */
   interface RmrkTraitsCollectionCollectionInfo extends Struct {
     readonly issuer: AccountId32;
     readonly metadata: Bytes;
@@ -3452,7 +3450,7 @@
     readonly nftsCount: u32;
   }
 
-  /** @name RmrkTraitsNftNftInfo (385) */
+  /** @name RmrkTraitsNftNftInfo (408) */
   interface RmrkTraitsNftNftInfo extends Struct {
     readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
     readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
@@ -3461,13 +3459,13 @@
     readonly pending: bool;
   }
 
-  /** @name RmrkTraitsNftRoyaltyInfo (387) */
+  /** @name RmrkTraitsNftRoyaltyInfo (410) */
   interface RmrkTraitsNftRoyaltyInfo extends Struct {
     readonly recipient: AccountId32;
     readonly amount: Permill;
   }
 
-  /** @name RmrkTraitsResourceResourceInfo (388) */
+  /** @name RmrkTraitsResourceResourceInfo (411) */
   interface RmrkTraitsResourceResourceInfo extends Struct {
     readonly id: u32;
     readonly resource: RmrkTraitsResourceResourceTypes;
@@ -3475,26 +3473,26 @@
     readonly pendingRemoval: bool;
   }
 
-  /** @name RmrkTraitsPropertyPropertyInfo (389) */
+  /** @name RmrkTraitsPropertyPropertyInfo (412) */
   interface RmrkTraitsPropertyPropertyInfo extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name RmrkTraitsBaseBaseInfo (390) */
+  /** @name RmrkTraitsBaseBaseInfo (413) */
   interface RmrkTraitsBaseBaseInfo extends Struct {
     readonly issuer: AccountId32;
     readonly baseType: Bytes;
     readonly symbol: Bytes;
   }
 
-  /** @name RmrkTraitsNftNftChild (391) */
+  /** @name RmrkTraitsNftNftChild (414) */
   interface RmrkTraitsNftNftChild extends Struct {
     readonly collectionId: u32;
     readonly nftId: u32;
   }
 
-  /** @name PalletCommonError (393) */
+  /** @name PalletCommonError (416) */
   interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
@@ -3533,7 +3531,7 @@
     readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';
   }
 
-  /** @name PalletFungibleError (395) */
+  /** @name PalletFungibleError (418) */
   interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
@@ -3543,12 +3541,12 @@
     readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
   }
 
-  /** @name PalletRefungibleItemData (396) */
+  /** @name PalletRefungibleItemData (419) */
   interface PalletRefungibleItemData extends Struct {
     readonly constData: Bytes;
   }
 
-  /** @name PalletRefungibleError (401) */
+  /** @name PalletRefungibleError (424) */
   interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
@@ -3558,19 +3556,19 @@
     readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
   }
 
-  /** @name PalletNonfungibleItemData (402) */
+  /** @name PalletNonfungibleItemData (425) */
   interface PalletNonfungibleItemData extends Struct {
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsPropertyScope (404) */
+  /** @name UpDataStructsPropertyScope (427) */
   interface UpDataStructsPropertyScope extends Enum {
     readonly isNone: boolean;
     readonly isRmrk: boolean;
     readonly type: 'None' | 'Rmrk';
   }
 
-  /** @name PalletNonfungibleError (406) */
+  /** @name PalletNonfungibleError (429) */
   interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -3578,7 +3576,7 @@
     readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
   }
 
-  /** @name PalletStructureError (407) */
+  /** @name PalletStructureError (430) */
   interface PalletStructureError extends Enum {
     readonly isOuroborosDetected: boolean;
     readonly isDepthLimit: boolean;
@@ -3587,7 +3585,7 @@
     readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
   }
 
-  /** @name PalletRmrkCoreError (408) */
+  /** @name PalletRmrkCoreError (431) */
   interface PalletRmrkCoreError extends Enum {
     readonly isCorruptedCollectionType: boolean;
     readonly isRmrkPropertyKeyIsTooLong: boolean;
@@ -3611,7 +3609,7 @@
     readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
   }
 
-  /** @name PalletRmrkEquipError (410) */
+  /** @name PalletRmrkEquipError (433) */
   interface PalletRmrkEquipError extends Enum {
     readonly isPermissionError: boolean;
     readonly isNoAvailableBaseId: boolean;
@@ -3623,17 +3621,7 @@
     readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
   }
 
-  /** @name PalletForeignAssetsModuleError (429) */
-  interface PalletForeignAssetsModuleError extends Enum {
-    readonly isBadLocation: boolean;
-    readonly isMultiLocationExisted: boolean;
-    readonly isAssetIdNotExists: boolean;
-    readonly isAssetIdExisted: boolean;
-    readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
-  }
-
-  /** @name PalletEvmError (432) */
-  /** @name PalletAppPromotionError (416) */
+  /** @name PalletAppPromotionError (439) */
   interface PalletAppPromotionError extends Enum {
     readonly isAdminNotSet: boolean;
     readonly isNoPermission: boolean;
@@ -3644,7 +3632,16 @@
     readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';
   }
 
-  /** @name PalletEvmError (419) */
+  /** @name PalletForeignAssetsModuleError (440) */
+  interface PalletForeignAssetsModuleError extends Enum {
+    readonly isBadLocation: boolean;
+    readonly isMultiLocationExisted: boolean;
+    readonly isAssetIdNotExists: boolean;
+    readonly isAssetIdExisted: boolean;
+    readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
+  }
+
+  /** @name PalletEvmError (443) */
   interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
@@ -3655,7 +3652,7 @@
     readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
   }
 
-  /** @name FpRpcTransactionStatus (422) */
+  /** @name FpRpcTransactionStatus (446) */
   interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
@@ -3666,10 +3663,10 @@
     readonly logsBloom: EthbloomBloom;
   }
 
-  /** @name EthbloomBloom (424) */
+  /** @name EthbloomBloom (448) */
   interface EthbloomBloom extends U8aFixed {}
 
-  /** @name EthereumReceiptReceiptV3 (426) */
+  /** @name EthereumReceiptReceiptV3 (450) */
   interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3680,7 +3677,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumReceiptEip658ReceiptData (427) */
+  /** @name EthereumReceiptEip658ReceiptData (451) */
   interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
@@ -3688,14 +3685,14 @@
     readonly logs: Vec<EthereumLog>;
   }
 
-  /** @name EthereumBlock (428) */
+  /** @name EthereumBlock (452) */
   interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
-  /** @name EthereumHeader (429) */
+  /** @name EthereumHeader (453) */
   interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
@@ -3714,24 +3711,24 @@
     readonly nonce: EthereumTypesHashH64;
   }
 
-  /** @name EthereumTypesHashH64 (430) */
+  /** @name EthereumTypesHashH64 (454) */
   interface EthereumTypesHashH64 extends U8aFixed {}
 
-  /** @name PalletEthereumError (435) */
+  /** @name PalletEthereumError (459) */
   interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
-  /** @name PalletEvmCoderSubstrateError (436) */
+  /** @name PalletEvmCoderSubstrateError (460) */
   interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (437) */
+  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (461) */
   interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3741,7 +3738,7 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (438) */
+  /** @name PalletEvmContractHelpersSponsoringModeT (462) */
   interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
@@ -3749,21 +3746,22 @@
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (440) */
+  /** @name PalletEvmContractHelpersError (468) */
   interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
     readonly isNoPendingSponsor: boolean;
-    readonly type: 'NoPermission' | 'NoPendingSponsor';
+    readonly isTooManyMethodsHaveSponsoredLimit: boolean;
+    readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
   }
 
-  /** @name PalletEvmMigrationError (441) */
+  /** @name PalletEvmMigrationError (469) */
   interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
   }
 
-  /** @name SpRuntimeMultiSignature (443) */
+  /** @name SpRuntimeMultiSignature (471) */
   interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
@@ -3774,34 +3772,34 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (444) */
+  /** @name SpCoreEd25519Signature (472) */
   interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (446) */
+  /** @name SpCoreSr25519Signature (474) */
   interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (447) */
+  /** @name SpCoreEcdsaSignature (475) */
   interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (450) */
+  /** @name FrameSystemExtensionsCheckSpecVersion (478) */
   type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (451) */
+  /** @name FrameSystemExtensionsCheckGenesis (479) */
   type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (454) */
+  /** @name FrameSystemExtensionsCheckNonce (482) */
   interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (455) */
+  /** @name FrameSystemExtensionsCheckWeight (483) */
   type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (456) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (484) */
   interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (457) */
+  /** @name OpalRuntimeRuntime (485) */
   type OpalRuntimeRuntime = Null;
 
-  /** @name PalletEthereumFakeTransactionFinalizer (458) */
+  /** @name PalletEthereumFakeTransactionFinalizer (486) */
   type PalletEthereumFakeTransactionFinalizer = Null;
 
 } // declare module