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

difftreelog

chore regenerate test types

Daniel Shiposha2022-09-01parent: #d952a79.patch.diff
in: master

12 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
@@ -1,14 +1,20 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { ApiTypes } from '@polkadot/api-base/types';
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/api-base/types/consts';
+
+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 } 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>;
+
 declare module '@polkadot/api-base/types/consts' {
-  export interface AugmentedConsts<ApiType extends ApiTypes> {
+  interface AugmentedConsts<ApiType extends ApiTypes> {
     balances: {
       /**
        * The minimum amount required to keep an account open.
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -1,10 +1,16 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { ApiTypes } from '@polkadot/api-base/types';
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/api-base/types/errors';
+
+import type { ApiTypes, AugmentedError } from '@polkadot/api-base/types';
+
+export type __AugmentedError<ApiType extends ApiTypes> = AugmentedError<ApiType>;
 
 declare module '@polkadot/api-base/types/errors' {
-  export interface AugmentedErrors<ApiType extends ApiTypes> {
+  interface AugmentedErrors<ApiType extends ApiTypes> {
     balances: {
       /**
        * Beneficiary account must pre-exist
@@ -259,7 +265,11 @@
     };
     evmContractHelpers: {
       /**
-       * This method is only executable by owner
+       * No pending sponsor for contract.
+       **/
+      NoPendingSponsor: AugmentedError<ApiType>;
+      /**
+       * This method is only executable by contract owner
        **/
       NoPermission: AugmentedError<ApiType>;
       /**
@@ -268,7 +278,13 @@
       [key: string]: AugmentedError<ApiType>;
     };
     evmMigration: {
+      /**
+       * Migration of this account is not yet started, or already finished.
+       **/
       AccountIsNotMigrating: AugmentedError<ApiType>;
+      /**
+       * Can only migrate to empty address.
+       **/
       AccountNotEmpty: AugmentedError<ApiType>;
       /**
        * Generic error
modifiedtests/src/interfaces/augment-api-events.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -1,14 +1,20 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { ApiTypes } from '@polkadot/api-base/types';
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/api-base/types/events';
+
+import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
 import type { Bytes, Null, Option, Result, U256, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
 import type { ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
 import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportScheduleLookupError, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchInfo, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
 
+export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
+
 declare module '@polkadot/api-base/types/events' {
-  export interface AugmentedEvents<ApiType extends ApiTypes> {
+  interface AugmentedEvents<ApiType extends ApiTypes> {
     balances: {
       /**
        * A balance was set by root.
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -1,15 +1,22 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { ApiTypes } from '@polkadot/api-base/types';
+// import type lookup before we augment - in some environments
+// 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 } 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, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerScheduledV3, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsTokenChild, XcmV1MultiLocation } 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, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, 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>;
+export type __QueryableStorageEntry<ApiType extends ApiTypes> = QueryableStorageEntry<ApiType>;
+
 declare module '@polkadot/api-base/types/storage' {
-  export interface AugmentedQueries<ApiType extends ApiTypes> {
+  interface AugmentedQueries<ApiType extends ApiTypes> {
     balances: {
       /**
        * The Balances pallet example of storing the balance of an account.
@@ -187,12 +194,66 @@
       [key: string]: QueryableStorageEntry<ApiType>;
     };
     evmContractHelpers: {
+      /**
+       * Storage for users that allowed for sponsorship.
+       * 
+       * ### Usage
+       * Prefer to delete record from storage if user no more allowed for sponsorship.
+       * 
+       * * **Key1** - contract address.
+       * * **Key2** - user that allowed for sponsorship.
+       * * **Value** - allowance for sponsorship.
+       **/
       allowlist: AugmentedQuery<ApiType, (arg1: H160 | string | Uint8Array, arg2: H160 | string | Uint8Array) => Observable<bool>, [H160, H160]> & QueryableStorageEntry<ApiType, [H160, H160]>;
+      /**
+       * Storege for contracts with [`Allowlisted`](SponsoringModeT::Allowlisted) sponsoring mode.
+       * 
+       * ### Usage
+       * Prefer to delete collection from storage if mode chaged to non `Allowlisted`, than set **Value** to **false**.
+       * 
+       * * **Key** - contract address.
+       * * **Value** - is contract in [`Allowlisted`](SponsoringModeT::Allowlisted) mode.
+       **/
       allowlistEnabled: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+      /**
+       * Store owner for contract.
+       * 
+       * * **Key** - contract address.
+       * * **Value** - owner for contract.
+       **/
       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.
+       * 
+       * * **Key** - contract address.
+       * * **Value** - sponsorship state.
+       **/
+      sponsoring: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<UpDataStructsSponsorshipStateBasicCrossAccountIdRepr>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+      /**
+       * Store for sponsoring mode.
+       * 
+       * ### Usage
+       * Prefer to delete collection from storage if mode chaged to [`Disabled`](SponsoringModeT::Disabled).
+       * 
+       * * **Key** - contract address.
+       * * **Value** - [`sponsoring mode`](SponsoringModeT).
+       **/
       sponsoringMode: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<Option<PalletEvmContractHelpersSponsoringModeT>>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+      /**
+       * Storage for sponsoring rate limit in blocks.
+       * 
+       * * **Key** - contract address.
+       * * **Value** - amount of sponsored blocks.
+       **/
       sponsoringRateLimit: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<u32>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
       /**
        * Generic query
@@ -313,7 +374,7 @@
        * 
        * Currently used to store RMRK data.
        **/
-      tokenAuxProperties: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array, arg3: UpDataStructsPropertyScope | 'None' | 'Rmrk' | 'Eth' | number | Uint8Array, arg4: Bytes | string | Uint8Array) => Observable<Option<Bytes>>, [u32, u32, UpDataStructsPropertyScope, Bytes]> & QueryableStorageEntry<ApiType, [u32, u32, UpDataStructsPropertyScope, Bytes]>;
+      tokenAuxProperties: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: u32 | AnyNumber | Uint8Array, arg3: UpDataStructsPropertyScope | 'None' | 'Rmrk' | number | Uint8Array, arg4: Bytes | string | Uint8Array) => Observable<Option<Bytes>>, [u32, u32, UpDataStructsPropertyScope, Bytes]> & QueryableStorageEntry<ApiType, [u32, u32, UpDataStructsPropertyScope, Bytes]>;
       /**
        * Used to enumerate token's children.
        **/
modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -1,10 +1,14 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/rpc-core/types/jsonrpc';
+
 import type { PalletEvmAccountBasicCrossAccountIdRepr, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsPartPartType, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionStats, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsRpcCollection, UpDataStructsTokenChild, UpDataStructsTokenData } from './default';
 import type { AugmentedRpc } from '@polkadot/rpc-core/types';
 import type { Metadata, StorageKey } from '@polkadot/types';
-import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, u128, u32, u64 } from '@polkadot/types-codec';
+import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u128, u32, u64 } from '@polkadot/types-codec';
 import type { AnyNumber, Codec } from '@polkadot/types-codec/types';
 import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';
 import type { EpochAuthorship } from '@polkadot/types/interfaces/babe';
@@ -15,7 +19,7 @@
 import type { CodeUploadRequest, CodeUploadResult, ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts';
 import type { BlockStats } from '@polkadot/types/interfaces/dev';
 import type { CreatedBlock } from '@polkadot/types/interfaces/engine';
-import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
+import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from '@polkadot/types/interfaces/eth';
 import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
 import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa';
 import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
@@ -27,8 +31,10 @@
 import type { ApplyExtrinsicResult, ChainProperties, ChainType, Health, NetworkState, NodeRole, PeerInfo, SyncState } from '@polkadot/types/interfaces/system';
 import type { IExtrinsic, Observable } from '@polkadot/types/types';
 
+export type __AugmentedRpc = AugmentedRpc<() => unknown>;
+
 declare module '@polkadot/rpc-core/types/jsonrpc' {
-  export interface RpcInterface {
+  interface RpcInterface {
     author: {
       /**
        * Returns true if the keystore has private keys for the given public key and key type.
@@ -57,11 +63,11 @@
       /**
        * Submit and subscribe to watch an extrinsic until unsubscribed
        **/
-      submitAndWatchExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable<ExtrinsicStatus>>;
+      submitAndWatchExtrinsic: AugmentedRpc<(extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable<ExtrinsicStatus>>;
       /**
        * Submit a fully formatted extrinsic for block inclusion
        **/
-      submitExtrinsic: AugmentedRpc<(extrinsic: IExtrinsic) => Observable<Hash>>;
+      submitExtrinsic: AugmentedRpc<(extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable<Hash>>;
     };
     babe: {
       /**
@@ -199,6 +205,10 @@
        **/
       estimateGas: AugmentedRpc<(request: EthCallRequest | { from?: any; to?: any; gasPrice?: any; gas?: any; value?: any; data?: any; nonce?: any } | string | Uint8Array, number?: BlockNumber | AnyNumber | Uint8Array) => Observable<U256>>;
       /**
+       * Returns fee history for given block count & reward percentiles
+       **/
+      feeHistory: AugmentedRpc<(blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, rewardPercentiles: Option<Vec<f64>> | null | Uint8Array | Vec<f64> | (f64)[]) => Observable<EthFeeHistory>>;
+      /**
        * Returns current gas price.
        **/
       gasPrice: AugmentedRpc<() => Observable<U256>>;
@@ -291,6 +301,10 @@
        **/
       hashrate: AugmentedRpc<() => Observable<U256>>;
       /**
+       * Returns max priority fee per gas
+       **/
+      maxPriorityFeePerGas: AugmentedRpc<() => Observable<U256>>;
+      /**
        * Returns true if client is actively mining new blocks.
        **/
       mining: AugmentedRpc<() => Observable<bool>>;
@@ -449,7 +463,7 @@
       /**
        * Get Theme's keys values
        **/
-      themes: AugmentedRpc<(baseId: u32 | AnyNumber | Uint8Array, themeName: Text | string, keys: Option<Vec<Text>> | null | object | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<RmrkTraitsTheme>>>;
+      themes: AugmentedRpc<(baseId: u32 | AnyNumber | Uint8Array, themeName: Text | string, keys: Option<Vec<Text>> | null | Uint8Array | Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Option<RmrkTraitsTheme>>>;
     };
     rpc: {
       /**
@@ -537,7 +551,7 @@
       /**
        * Provides a way to trace the re-execution of a single block
        **/
-      traceBlock: AugmentedRpc<(block: Hash | string | Uint8Array, targets: Option<Text> | null | object | string | Uint8Array, storageKeys: Option<Text> | null | object | string | Uint8Array, methods: Option<Text> | null | object | string | Uint8Array) => Observable<TraceBlockResponse>>;
+      traceBlock: AugmentedRpc<(block: Hash | string | Uint8Array, targets: Option<Text> | null | Uint8Array | Text | string, storageKeys: Option<Text> | null | Uint8Array | Text | string, methods: Option<Text> | null | Uint8Array | Text | string) => Observable<TraceBlockResponse>>;
       /**
        * Check current migration state
        **/
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -1,14 +1,22 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { ApiTypes } from '@polkadot/api-base/types';
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/api-base/types/submittable';
+
+import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
 import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
 import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, FrameSupportScheduleMaybeHashed, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, 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';
 
+export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
+export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
+export type __SubmittableExtrinsicFunction<ApiType extends ApiTypes> = SubmittableExtrinsicFunction<ApiType>;
+
 declare module '@polkadot/api-base/types/submittable' {
-  export interface AugmentedSubmittables<ApiType extends ApiTypes> {
+  interface AugmentedSubmittables<ApiType extends ApiTypes> {
     balances: {
       /**
        * Exactly as `transfer`, except the origin must be root and the source account may be
@@ -105,8 +113,8 @@
       [key: string]: SubmittableExtrinsicFunction<ApiType>;
     };
     configuration: {
-      setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | object | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;
-      setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | object | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
+      setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;
+      setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
       /**
        * Generic tx
        **/
@@ -153,16 +161,16 @@
       /**
        * Issue an EVM call operation. This is similar to a message call transaction in Ethereum.
        **/
-      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 | object | string | Uint8Array, nonce: Option<U256> | null | object | string | Uint8Array, 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>]>>]>;
+      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>]>>]>;
       /**
        * Issue an EVM create operation. This is similar to a contract creation transaction in
        * Ethereum.
        **/
-      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 | object | string | Uint8Array, nonce: Option<U256> | null | object | string | Uint8Array, 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>]>>]>;
+      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>]>>]>;
       /**
        * Issue an EVM create2 operation.
        **/
-      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 | object | string | Uint8Array, nonce: Option<U256> | null | object | string | Uint8Array, 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>]>>]>;
+      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>]>>]>;
       /**
        * Withdraw balance from EVM into currency/balances pallet.
        **/
@@ -173,8 +181,21 @@
       [key: string]: SubmittableExtrinsicFunction<ApiType>;
     };
     evmMigration: {
+      /**
+       * Start contract migration, inserts contract stub at target address,
+       * and marks account as pending, allowing to insert storage
+       **/
       begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+      /**
+       * Finish contract migration, allows it to be called.
+       * It is not possible to alter contract storage via [`Self::set_data`]
+       * after this call.
+       **/
       finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;
+      /**
+       * Insert items into contract storage, this method can be called
+       * multiple times
+       **/
       setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;
       /**
        * Generic tx
@@ -252,7 +273,7 @@
        * - `origin`: Must be Root.
        * - `maybe_xcm_version`: The default XCM encoding version, or `None` to disable.
        **/
-      forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | object | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
+      forceDefaultXcmVersion: AugmentedSubmittable<(maybeXcmVersion: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
       /**
        * Ask a location to notify us regarding their XCM version and any changes to it.
        * 
@@ -509,7 +530,7 @@
        * - `symbol`: UTF-8 string with token prefix, by which to represent the token in wallets and UIs.
        * Analogous to Unique's [`token_prefix`](up_data_structs::Collection). Cannot be changed.
        **/
-      createCollection: AugmentedSubmittable<(metadata: Bytes | string | Uint8Array, max: Option<u32> | null | object | string | Uint8Array, symbol: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, Option<u32>, Bytes]>;
+      createCollection: AugmentedSubmittable<(metadata: Bytes | string | Uint8Array, max: Option<u32> | null | Uint8Array | u32 | AnyNumber, symbol: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, Option<u32>, Bytes]>;
       /**
        * Destroy a collection.
        * 
@@ -550,7 +571,7 @@
        * - `transferable`: Can this NFT be transferred? Cannot be changed.
        * - `resources`: Resource data to be added to the NFT immediately after minting.
        **/
-      mintNft: AugmentedSubmittable<(owner: Option<AccountId32> | null | object | string | Uint8Array, collectionId: u32 | AnyNumber | Uint8Array, recipient: Option<AccountId32> | null | object | string | Uint8Array, royaltyAmount: Option<Permill> | null | object | string | Uint8Array, metadata: Bytes | string | Uint8Array, transferable: bool | boolean | Uint8Array, resources: Option<Vec<RmrkTraitsResourceResourceTypes>> | null | object | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Option<AccountId32>, u32, Option<AccountId32>, Option<Permill>, Bytes, bool, Option<Vec<RmrkTraitsResourceResourceTypes>>]>;
+      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>>]>;
       /**
        * Reject an NFT sent from another account to self or owned NFT.
        * The NFT in question will not be sent back and burnt instead.
@@ -636,7 +657,7 @@
        * - `key`: Key of the custom property to be referenced by.
        * - `value`: Value of the custom property to be stored.
        **/
-      setProperty: AugmentedSubmittable<(rmrkCollectionId: Compact<u32> | AnyNumber | Uint8Array, maybeNftId: Option<u32> | null | object | string | Uint8Array, key: Bytes | string | Uint8Array, value: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Option<u32>, Bytes, Bytes]>;
+      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]>;
       /**
        * Generic tx
        **/
@@ -706,7 +727,7 @@
       /**
        * Schedule a named task.
        **/
-      scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | object | string | Uint8Array, priority: u8 | AnyNumber | Uint8Array, call: FrameSupportScheduleMaybeHashed | { Value: any } | { Hash: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, FrameSupportScheduleMaybeHashed]>;
+      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]>;
       /**
        * Schedule a named task after a delay.
        * 
@@ -714,7 +735,7 @@
        * Same as [`schedule_named`](Self::schedule_named).
        * # </weight>
        **/
-      scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | object | string | Uint8Array, priority: u8 | AnyNumber | Uint8Array, call: FrameSupportScheduleMaybeHashed | { Value: any } | { Hash: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, u8, FrameSupportScheduleMaybeHashed]>;
+      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]>;
       /**
        * Generic tx
        **/
modifiedtests/src/interfaces/augment-api.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api.ts
+++ b/tests/src/interfaces/augment-api.ts
@@ -7,3 +7,4 @@
 import './augment-api-query';
 import './augment-api-tx';
 import './augment-api-rpc';
+import './augment-api-runtime';
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -1,17 +1,23 @@
 // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
 /* eslint-disable */
 
-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, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, PalletForeingAssetsModuleCall, PalletForeingAssetsModuleError, PalletForeingAssetsModuleEvent, PalletForeingAssetsNativeCurrency, 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, UpDataStructsSponsorshipState, 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 lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/types/types/registry';
+
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, PalletForeingAssetsModuleCall, PalletForeingAssetsModuleError, PalletForeingAssetsModuleEvent, PalletForeingAssetsNativeCurrency, 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, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
+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';
 import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';
 import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';
 import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';
 import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';
-import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeWeight, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';
+import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeGenesisConfiguration, BabeGenesisConfigurationV1, BabeWeight, Epoch, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, OpaqueKeyOwnershipProof, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';
 import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';
-import type { BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefySignedCommitment, MmrRootHash, ValidatorSetId } from '@polkadot/types/interfaces/beefy';
+import type { BeefyAuthoritySet, BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefyPayloadId, BeefySignedCommitment, MmrRootHash, ValidatorSet, ValidatorSetId } from '@polkadot/types/interfaces/beefy';
+import type { BenchmarkBatch, BenchmarkConfig, BenchmarkList, BenchmarkMetadata, BenchmarkParameter, BenchmarkResult } from '@polkadot/types/interfaces/benchmark';
+import type { CheckInherentsResult, InherentData, InherentIdentifier } from '@polkadot/types/interfaces/blockbuilder';
 import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@polkadot/types/interfaces/bridges';
 import type { BlockHash } from '@polkadot/types/interfaces/chain';
 import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';
@@ -21,13 +27,13 @@
 import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
 import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
 import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
-import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
+import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
 import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';
 import type { BlockStats } from '@polkadot/types/interfaces/dev';
 import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';
 import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';
-import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
-import type { EvmAccount, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';
+import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFeeHistory, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthReceiptV0, EthReceiptV3, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';
+import type { EvmAccount, EvmCallInfo, EvmCreateInfo, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';
 import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';
 import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';
 import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';
@@ -35,35 +41,37 @@
 import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';
 import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';
 import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';
-import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';
-import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';
+import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, OpaqueMetadata, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';
+import type { MmrBatchProof, MmrEncodableOpaqueLeaf, MmrError, MmrLeafBatchProof, MmrLeafIndex, MmrLeafProof, MmrNodeIndex, MmrProof } from '@polkadot/types/interfaces/mmr';
+import type { NpApiError } from '@polkadot/types/interfaces/nompools';
 import type { StorageKind } from '@polkadot/types/interfaces/offchain';
 import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';
-import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, Scheduling, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
+import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateEvent, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, CoreState, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, GroupRotationInfo, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OccupiedCore, OccupiedCoreAssumption, OldV1SessionInfo, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, PvfCheckStatement, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, ScheduledCore, Scheduling, ScrapedOnChainVotes, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';
 import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
 import type { Approvals } from '@polkadot/types/interfaces/poll';
 import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';
 import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';
 import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';
 import type { RpcMethods } from '@polkadot/types/interfaces/rpc';
-import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, StorageData, StorageProof, TransactionInfo, TransactionPriority, TransactionStorageProof, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';
+import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, SlotDuration, StorageData, StorageInfo, StorageProof, TransactionInfo, TransactionLongevity, TransactionPriority, TransactionStorageProof, TransactionTag, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';
 import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';
 import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';
 import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';
 import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';
 import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';
-import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';
+import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, RuntimeVersionPre3, RuntimeVersionPre4, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';
 import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
-import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';
+import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ApplyExtrinsicResultPre6, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModulePre6, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorPre6, DispatchErrorPre6First, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchOutcomePre6, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';
 import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';
 import type { Multiplier } from '@polkadot/types/interfaces/txpayment';
+import type { TransactionSource, TransactionValidity, ValidTransaction } from '@polkadot/types/interfaces/txqueue';
 import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';
 import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';
 import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
 import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV2Result, VersionMigrationStage, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmOrder, XcmOrderV0, XcmOrderV1, XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';
 
 declare module '@polkadot/types/types/registry' {
-  export interface InterfaceTypes {
+  interface InterfaceTypes {
     AbridgedCandidateReceipt: AbridgedCandidateReceipt;
     AbridgedHostConfiguration: AbridgedHostConfiguration;
     AbridgedHrmpChannel: AbridgedHrmpChannel;
@@ -95,6 +103,7 @@
     AnySignature: AnySignature;
     ApiId: ApiId;
     ApplyExtrinsicResult: ApplyExtrinsicResult;
+    ApplyExtrinsicResultPre6: ApplyExtrinsicResultPre6;
     ApprovalFlag: ApprovalFlag;
     Approvals: Approvals;
     ArithmeticError: ArithmeticError;
@@ -130,6 +139,8 @@
     BabeBlockWeight: BabeBlockWeight;
     BabeEpochConfiguration: BabeEpochConfiguration;
     BabeEquivocationProof: BabeEquivocationProof;
+    BabeGenesisConfiguration: BabeGenesisConfiguration;
+    BabeGenesisConfigurationV1: BabeGenesisConfigurationV1;
     BabeWeight: BabeWeight;
     BackedCandidate: BackedCandidate;
     Balance: Balance;
@@ -137,12 +148,20 @@
     BalanceLockTo212: BalanceLockTo212;
     BalanceOf: BalanceOf;
     BalanceStatus: BalanceStatus;
+    BeefyAuthoritySet: BeefyAuthoritySet;
     BeefyCommitment: BeefyCommitment;
     BeefyId: BeefyId;
     BeefyKey: BeefyKey;
     BeefyNextAuthoritySet: BeefyNextAuthoritySet;
     BeefyPayload: BeefyPayload;
+    BeefyPayloadId: BeefyPayloadId;
     BeefySignedCommitment: BeefySignedCommitment;
+    BenchmarkBatch: BenchmarkBatch;
+    BenchmarkConfig: BenchmarkConfig;
+    BenchmarkList: BenchmarkList;
+    BenchmarkMetadata: BenchmarkMetadata;
+    BenchmarkParameter: BenchmarkParameter;
+    BenchmarkResult: BenchmarkResult;
     Bid: Bid;
     Bidder: Bidder;
     BidKind: BidKind;
@@ -186,6 +205,7 @@
     CallOrigin: CallOrigin;
     CandidateCommitments: CandidateCommitments;
     CandidateDescriptor: CandidateDescriptor;
+    CandidateEvent: CandidateEvent;
     CandidateHash: CandidateHash;
     CandidateInfo: CandidateInfo;
     CandidatePendingAvailability: CandidatePendingAvailability;
@@ -195,6 +215,7 @@
     ChainType: ChainType;
     ChangesTrieConfiguration: ChangesTrieConfiguration;
     ChangesTrieSignal: ChangesTrieSignal;
+    CheckInherentsResult: CheckInherentsResult;
     ClassDetails: ClassDetails;
     ClassId: ClassId;
     ClassMetadata: ClassMetadata;
@@ -204,6 +225,8 @@
     CodeUploadRequest: CodeUploadRequest;
     CodeUploadResult: CodeUploadResult;
     CodeUploadResultValue: CodeUploadResultValue;
+    CollationInfo: CollationInfo;
+    CollationInfoV1: CollationInfoV1;
     CollatorId: CollatorId;
     CollatorSignature: CollatorSignature;
     CollectiveOrigin: CollectiveOrigin;
@@ -287,6 +310,7 @@
     CoreAssignment: CoreAssignment;
     CoreIndex: CoreIndex;
     CoreOccupied: CoreOccupied;
+    CoreState: CoreState;
     CrateVersion: CrateVersion;
     CreatedBlock: CreatedBlock;
     CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;
@@ -328,14 +352,18 @@
     DispatchClass: DispatchClass;
     DispatchError: DispatchError;
     DispatchErrorModule: DispatchErrorModule;
+    DispatchErrorModulePre6: DispatchErrorModulePre6;
     DispatchErrorModuleU8: DispatchErrorModuleU8;
     DispatchErrorModuleU8a: DispatchErrorModuleU8a;
+    DispatchErrorPre6: DispatchErrorPre6;
+    DispatchErrorPre6First: DispatchErrorPre6First;
     DispatchErrorTo198: DispatchErrorTo198;
     DispatchFeePayment: DispatchFeePayment;
     DispatchInfo: DispatchInfo;
     DispatchInfoTo190: DispatchInfoTo190;
     DispatchInfoTo244: DispatchInfoTo244;
     DispatchOutcome: DispatchOutcome;
+    DispatchOutcomePre6: DispatchOutcomePre6;
     DispatchResult: DispatchResult;
     DispatchResultOf: DispatchResultOf;
     DispatchResultTo198: DispatchResultTo198;
@@ -359,6 +387,7 @@
     ElectionStatus: ElectionStatus;
     EncodedFinalityProofs: EncodedFinalityProofs;
     EncodedJustification: EncodedJustification;
+    Epoch: Epoch;
     EpochAuthorship: EpochAuthorship;
     Era: Era;
     EraIndex: EraIndex;
@@ -397,6 +426,7 @@
     EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;
     EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;
     EthereumTypesHashH64: EthereumTypesHashH64;
+    EthFeeHistory: EthFeeHistory;
     EthFilter: EthFilter;
     EthFilterAddress: EthFilterAddress;
     EthFilterChanges: EthFilterChanges;
@@ -406,6 +436,8 @@
     EthHeader: EthHeader;
     EthLog: EthLog;
     EthReceipt: EthReceipt;
+    EthReceiptV0: EthReceiptV0;
+    EthReceiptV3: EthReceiptV3;
     EthRichBlock: EthRichBlock;
     EthRichHeader: EthRichHeader;
     EthStorageProof: EthStorageProof;
@@ -433,11 +465,13 @@
     EventMetadataV9: EventMetadataV9;
     EventRecord: EventRecord;
     EvmAccount: EvmAccount;
+    EvmCallInfo: EvmCallInfo;
     EvmCoreErrorExitError: EvmCoreErrorExitError;
     EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;
     EvmCoreErrorExitReason: EvmCoreErrorExitReason;
     EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;
     EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;
+    EvmCreateInfo: EvmCreateInfo;
     EvmLog: EvmLog;
     EvmVicinity: EvmVicinity;
     ExecReturnValue: ExecReturnValue;
@@ -466,6 +500,10 @@
     ExtrinsicsWeight: ExtrinsicsWeight;
     ExtrinsicUnknown: ExtrinsicUnknown;
     ExtrinsicV4: ExtrinsicV4;
+    f32: f32;
+    F32: F32;
+    f64: f64;
+    F64: F64;
     FeeDetails: FeeDetails;
     Fixed128: Fixed128;
     Fixed64: Fixed64;
@@ -537,6 +575,7 @@
     GrandpaPrevote: GrandpaPrevote;
     GrandpaSignedPrecommit: GrandpaSignedPrecommit;
     GroupIndex: GroupIndex;
+    GroupRotationInfo: GroupRotationInfo;
     H1024: H1024;
     H128: H128;
     H160: H160;
@@ -593,6 +632,8 @@
     Index: Index;
     IndicesLookupSource: IndicesLookupSource;
     IndividualExposure: IndividualExposure;
+    InherentData: InherentData;
+    InherentIdentifier: InherentIdentifier;
     InitializationData: InitializationData;
     InstanceDetails: InstanceDetails;
     InstanceId: InstanceId;
@@ -663,8 +704,14 @@
     MetadataV14: MetadataV14;
     MetadataV9: MetadataV9;
     MigrationStatusResult: MigrationStatusResult;
+    MmrBatchProof: MmrBatchProof;
+    MmrEncodableOpaqueLeaf: MmrEncodableOpaqueLeaf;
+    MmrError: MmrError;
     MmrLeafBatchProof: MmrLeafBatchProof;
+    MmrLeafIndex: MmrLeafIndex;
     MmrLeafProof: MmrLeafProof;
+    MmrNodeIndex: MmrNodeIndex;
+    MmrProof: MmrProof;
     MmrRootHash: MmrRootHash;
     ModuleConstantMetadataV10: ModuleConstantMetadataV10;
     ModuleConstantMetadataV11: ModuleConstantMetadataV11;
@@ -714,14 +761,20 @@
     NominatorIndex: NominatorIndex;
     NominatorIndexCompact: NominatorIndexCompact;
     NotConnectedPeer: NotConnectedPeer;
+    NpApiError: NpApiError;
     Null: Null;
+    OccupiedCore: OccupiedCore;
+    OccupiedCoreAssumption: OccupiedCoreAssumption;
     OffchainAccuracy: OffchainAccuracy;
     OffchainAccuracyCompact: OffchainAccuracyCompact;
     OffenceDetails: OffenceDetails;
     Offender: Offender;
+    OldV1SessionInfo: OldV1SessionInfo;
     OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;
     OpalRuntimeRuntime: OpalRuntimeRuntime;
     OpaqueCall: OpaqueCall;
+    OpaqueKeyOwnershipProof: OpaqueKeyOwnershipProof;
+    OpaqueMetadata: OpaqueMetadata;
     OpaqueMultiaddr: OpaqueMultiaddr;
     OpaqueNetworkState: OpaqueNetworkState;
     OpaquePeerId: OpaquePeerId;
@@ -913,6 +966,7 @@
     ProxyDefinition: ProxyDefinition;
     ProxyState: ProxyState;
     ProxyType: ProxyType;
+    PvfCheckStatement: PvfCheckStatement;
     QueryId: QueryId;
     QueryStatus: QueryStatus;
     QueueConfigData: QueueConfigData;
@@ -1001,8 +1055,11 @@
     RuntimeVersion: RuntimeVersion;
     RuntimeVersionApi: RuntimeVersionApi;
     RuntimeVersionPartial: RuntimeVersionPartial;
+    RuntimeVersionPre3: RuntimeVersionPre3;
+    RuntimeVersionPre4: RuntimeVersionPre4;
     Schedule: Schedule;
     Scheduled: Scheduled;
+    ScheduledCore: ScheduledCore;
     ScheduledTo254: ScheduledTo254;
     SchedulePeriod: SchedulePeriod;
     SchedulePriority: SchedulePriority;
@@ -1010,6 +1067,7 @@
     ScheduleTo258: ScheduleTo258;
     ScheduleTo264: ScheduleTo264;
     Scheduling: Scheduling;
+    ScrapedOnChainVotes: ScrapedOnChainVotes;
     Seal: Seal;
     SealV0: SealV0;
     SeatHolder: SeatHolder;
@@ -1098,6 +1156,7 @@
     SlashingSpansTo204: SlashingSpansTo204;
     SlashJournalEntry: SlashJournalEntry;
     Slot: Slot;
+    SlotDuration: SlotDuration;
     SlotNumber: SlotNumber;
     SlotRange: SlotRange;
     SlotRange10: SlotRange10;
@@ -1160,6 +1219,7 @@
     StorageHasherV13: StorageHasherV13;
     StorageHasherV14: StorageHasherV14;
     StorageHasherV9: StorageHasherV9;
+    StorageInfo: StorageInfo;
     StorageKey: StorageKey;
     StorageKind: StorageKind;
     StorageMetadataV10: StorageMetadataV10;
@@ -1189,11 +1249,15 @@
     TraceError: TraceError;
     TransactionalError: TransactionalError;
     TransactionInfo: TransactionInfo;
+    TransactionLongevity: TransactionLongevity;
     TransactionPriority: TransactionPriority;
+    TransactionSource: TransactionSource;
     TransactionStorageProof: TransactionStorageProof;
+    TransactionTag: TransactionTag;
     TransactionV0: TransactionV0;
     TransactionV1: TransactionV1;
     TransactionV2: TransactionV2;
+    TransactionValidity: TransactionValidity;
     TransactionValidityError: TransactionValidityError;
     TransientValidationData: TransientValidationData;
     TreasuryProposal: TreasuryProposal;
@@ -1246,7 +1310,8 @@
     UpDataStructsPropertyScope: UpDataStructsPropertyScope;
     UpDataStructsRpcCollection: UpDataStructsRpcCollection;
     UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;
-    UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;
+    UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;
+    UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;
     UpDataStructsTokenChild: UpDataStructsTokenChild;
     UpDataStructsTokenData: UpDataStructsTokenData;
     UpgradeGoAhead: UpgradeGoAhead;
@@ -1269,10 +1334,12 @@
     ValidatorPrefsTo196: ValidatorPrefsTo196;
     ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;
     ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;
+    ValidatorSet: ValidatorSet;
     ValidatorSetId: ValidatorSetId;
     ValidatorSignature: ValidatorSignature;
     ValidDisputeStatementKind: ValidDisputeStatementKind;
     ValidityAttestation: ValidityAttestation;
+    ValidTransaction: ValidTransaction;
     VecInboundHrmpMessage: VecInboundHrmpMessage;
     VersionedMultiAsset: VersionedMultiAsset;
     VersionedMultiAssets: VersionedMultiAssets;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
before · tests/src/interfaces/default/types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';5import type { ITuple } from '@polkadot/types-codec/types';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';7import type { Event } from '@polkadot/types/interfaces/system';89/** @name CumulusPalletDmpQueueCall */10export interface CumulusPalletDmpQueueCall extends Enum {11  readonly isServiceOverweight: boolean;12  readonly asServiceOverweight: {13    readonly index: u64;14    readonly weightLimit: u64;15  } & Struct;16  readonly type: 'ServiceOverweight';17}1819/** @name CumulusPalletDmpQueueConfigData */20export interface CumulusPalletDmpQueueConfigData extends Struct {21  readonly maxIndividual: u64;22}2324/** @name CumulusPalletDmpQueueError */25export interface CumulusPalletDmpQueueError extends Enum {26  readonly isUnknown: boolean;27  readonly isOverLimit: boolean;28  readonly type: 'Unknown' | 'OverLimit';29}3031/** @name CumulusPalletDmpQueueEvent */32export interface CumulusPalletDmpQueueEvent extends Enum {33  readonly isInvalidFormat: boolean;34  readonly asInvalidFormat: {35    readonly messageId: U8aFixed;36  } & Struct;37  readonly isUnsupportedVersion: boolean;38  readonly asUnsupportedVersion: {39    readonly messageId: U8aFixed;40  } & Struct;41  readonly isExecutedDownward: boolean;42  readonly asExecutedDownward: {43    readonly messageId: U8aFixed;44    readonly outcome: XcmV2TraitsOutcome;45  } & Struct;46  readonly isWeightExhausted: boolean;47  readonly asWeightExhausted: {48    readonly messageId: U8aFixed;49    readonly remainingWeight: u64;50    readonly requiredWeight: u64;51  } & Struct;52  readonly isOverweightEnqueued: boolean;53  readonly asOverweightEnqueued: {54    readonly messageId: U8aFixed;55    readonly overweightIndex: u64;56    readonly requiredWeight: u64;57  } & Struct;58  readonly isOverweightServiced: boolean;59  readonly asOverweightServiced: {60    readonly overweightIndex: u64;61    readonly weightUsed: u64;62  } & Struct;63  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';64}6566/** @name CumulusPalletDmpQueuePageIndexData */67export interface CumulusPalletDmpQueuePageIndexData extends Struct {68  readonly beginUsed: u32;69  readonly endUsed: u32;70  readonly overweightCount: u64;71}7273/** @name CumulusPalletParachainSystemCall */74export interface CumulusPalletParachainSystemCall extends Enum {75  readonly isSetValidationData: boolean;76  readonly asSetValidationData: {77    readonly data: CumulusPrimitivesParachainInherentParachainInherentData;78  } & Struct;79  readonly isSudoSendUpwardMessage: boolean;80  readonly asSudoSendUpwardMessage: {81    readonly message: Bytes;82  } & Struct;83  readonly isAuthorizeUpgrade: boolean;84  readonly asAuthorizeUpgrade: {85    readonly codeHash: H256;86  } & Struct;87  readonly isEnactAuthorizedUpgrade: boolean;88  readonly asEnactAuthorizedUpgrade: {89    readonly code: Bytes;90  } & Struct;91  readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';92}9394/** @name CumulusPalletParachainSystemError */95export interface CumulusPalletParachainSystemError extends Enum {96  readonly isOverlappingUpgrades: boolean;97  readonly isProhibitedByPolkadot: boolean;98  readonly isTooBig: boolean;99  readonly isValidationDataNotAvailable: boolean;100  readonly isHostConfigurationNotAvailable: boolean;101  readonly isNotScheduled: boolean;102  readonly isNothingAuthorized: boolean;103  readonly isUnauthorized: boolean;104  readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';105}106107/** @name CumulusPalletParachainSystemEvent */108export interface CumulusPalletParachainSystemEvent extends Enum {109  readonly isValidationFunctionStored: boolean;110  readonly isValidationFunctionApplied: boolean;111  readonly asValidationFunctionApplied: {112    readonly relayChainBlockNum: u32;113  } & Struct;114  readonly isValidationFunctionDiscarded: boolean;115  readonly isUpgradeAuthorized: boolean;116  readonly asUpgradeAuthorized: {117    readonly codeHash: H256;118  } & Struct;119  readonly isDownwardMessagesReceived: boolean;120  readonly asDownwardMessagesReceived: {121    readonly count: u32;122  } & Struct;123  readonly isDownwardMessagesProcessed: boolean;124  readonly asDownwardMessagesProcessed: {125    readonly weightUsed: u64;126    readonly dmqHead: H256;127  } & Struct;128  readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';129}130131/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */132export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {133  readonly dmqMqcHead: H256;134  readonly relayDispatchQueueSize: ITuple<[u32, u32]>;135  readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;136  readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;137}138139/** @name CumulusPalletXcmCall */140export interface CumulusPalletXcmCall extends Null {}141142/** @name CumulusPalletXcmError */143export interface CumulusPalletXcmError extends Null {}144145/** @name CumulusPalletXcmEvent */146export interface CumulusPalletXcmEvent extends Enum {147  readonly isInvalidFormat: boolean;148  readonly asInvalidFormat: U8aFixed;149  readonly isUnsupportedVersion: boolean;150  readonly asUnsupportedVersion: U8aFixed;151  readonly isExecutedDownward: boolean;152  readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;153  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}155156/** @name CumulusPalletXcmOrigin */157export interface CumulusPalletXcmOrigin extends Enum {158  readonly isRelay: boolean;159  readonly isSiblingParachain: boolean;160  readonly asSiblingParachain: u32;161  readonly type: 'Relay' | 'SiblingParachain';162}163164/** @name CumulusPalletXcmpQueueCall */165export interface CumulusPalletXcmpQueueCall extends Enum {166  readonly isServiceOverweight: boolean;167  readonly asServiceOverweight: {168    readonly index: u64;169    readonly weightLimit: u64;170  } & Struct;171  readonly isSuspendXcmExecution: boolean;172  readonly isResumeXcmExecution: boolean;173  readonly isUpdateSuspendThreshold: boolean;174  readonly asUpdateSuspendThreshold: {175    readonly new_: u32;176  } & Struct;177  readonly isUpdateDropThreshold: boolean;178  readonly asUpdateDropThreshold: {179    readonly new_: u32;180  } & Struct;181  readonly isUpdateResumeThreshold: boolean;182  readonly asUpdateResumeThreshold: {183    readonly new_: u32;184  } & Struct;185  readonly isUpdateThresholdWeight: boolean;186  readonly asUpdateThresholdWeight: {187    readonly new_: u64;188  } & Struct;189  readonly isUpdateWeightRestrictDecay: boolean;190  readonly asUpdateWeightRestrictDecay: {191    readonly new_: u64;192  } & Struct;193  readonly isUpdateXcmpMaxIndividualWeight: boolean;194  readonly asUpdateXcmpMaxIndividualWeight: {195    readonly new_: u64;196  } & Struct;197  readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';198}199200/** @name CumulusPalletXcmpQueueError */201export interface CumulusPalletXcmpQueueError extends Enum {202  readonly isFailedToSend: boolean;203  readonly isBadXcmOrigin: boolean;204  readonly isBadXcm: boolean;205  readonly isBadOverweightIndex: boolean;206  readonly isWeightOverLimit: boolean;207  readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';208}209210/** @name CumulusPalletXcmpQueueEvent */211export interface CumulusPalletXcmpQueueEvent extends Enum {212  readonly isSuccess: boolean;213  readonly asSuccess: {214    readonly messageHash: Option<H256>;215    readonly weight: u64;216  } & Struct;217  readonly isFail: boolean;218  readonly asFail: {219    readonly messageHash: Option<H256>;220    readonly error: XcmV2TraitsError;221    readonly weight: u64;222  } & Struct;223  readonly isBadVersion: boolean;224  readonly asBadVersion: {225    readonly messageHash: Option<H256>;226  } & Struct;227  readonly isBadFormat: boolean;228  readonly asBadFormat: {229    readonly messageHash: Option<H256>;230  } & Struct;231  readonly isUpwardMessageSent: boolean;232  readonly asUpwardMessageSent: {233    readonly messageHash: Option<H256>;234  } & Struct;235  readonly isXcmpMessageSent: boolean;236  readonly asXcmpMessageSent: {237    readonly messageHash: Option<H256>;238  } & Struct;239  readonly isOverweightEnqueued: boolean;240  readonly asOverweightEnqueued: {241    readonly sender: u32;242    readonly sentAt: u32;243    readonly index: u64;244    readonly required: u64;245  } & Struct;246  readonly isOverweightServiced: boolean;247  readonly asOverweightServiced: {248    readonly index: u64;249    readonly used: u64;250  } & Struct;251  readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';252}253254/** @name CumulusPalletXcmpQueueInboundChannelDetails */255export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {256  readonly sender: u32;257  readonly state: CumulusPalletXcmpQueueInboundState;258  readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;259}260261/** @name CumulusPalletXcmpQueueInboundState */262export interface CumulusPalletXcmpQueueInboundState extends Enum {263  readonly isOk: boolean;264  readonly isSuspended: boolean;265  readonly type: 'Ok' | 'Suspended';266}267268/** @name CumulusPalletXcmpQueueOutboundChannelDetails */269export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {270  readonly recipient: u32;271  readonly state: CumulusPalletXcmpQueueOutboundState;272  readonly signalsExist: bool;273  readonly firstIndex: u16;274  readonly lastIndex: u16;275}276277/** @name CumulusPalletXcmpQueueOutboundState */278export interface CumulusPalletXcmpQueueOutboundState extends Enum {279  readonly isOk: boolean;280  readonly isSuspended: boolean;281  readonly type: 'Ok' | 'Suspended';282}283284/** @name CumulusPalletXcmpQueueQueueConfigData */285export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {286  readonly suspendThreshold: u32;287  readonly dropThreshold: u32;288  readonly resumeThreshold: u32;289  readonly thresholdWeight: u64;290  readonly weightRestrictDecay: u64;291  readonly xcmpMaxIndividualWeight: u64;292}293294/** @name CumulusPrimitivesParachainInherentParachainInherentData */295export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {296  readonly validationData: PolkadotPrimitivesV2PersistedValidationData;297  readonly relayChainState: SpTrieStorageProof;298  readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;299  readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;300}301302/** @name EthbloomBloom */303export interface EthbloomBloom extends U8aFixed {}304305/** @name EthereumBlock */306export interface EthereumBlock extends Struct {307  readonly header: EthereumHeader;308  readonly transactions: Vec<EthereumTransactionTransactionV2>;309  readonly ommers: Vec<EthereumHeader>;310}311312/** @name EthereumHeader */313export interface EthereumHeader extends Struct {314  readonly parentHash: H256;315  readonly ommersHash: H256;316  readonly beneficiary: H160;317  readonly stateRoot: H256;318  readonly transactionsRoot: H256;319  readonly receiptsRoot: H256;320  readonly logsBloom: EthbloomBloom;321  readonly difficulty: U256;322  readonly number: U256;323  readonly gasLimit: U256;324  readonly gasUsed: U256;325  readonly timestamp: u64;326  readonly extraData: Bytes;327  readonly mixHash: H256;328  readonly nonce: EthereumTypesHashH64;329}330331/** @name EthereumLog */332export interface EthereumLog extends Struct {333  readonly address: H160;334  readonly topics: Vec<H256>;335  readonly data: Bytes;336}337338/** @name EthereumReceiptEip658ReceiptData */339export interface EthereumReceiptEip658ReceiptData extends Struct {340  readonly statusCode: u8;341  readonly usedGas: U256;342  readonly logsBloom: EthbloomBloom;343  readonly logs: Vec<EthereumLog>;344}345346/** @name EthereumReceiptReceiptV3 */347export interface EthereumReceiptReceiptV3 extends Enum {348  readonly isLegacy: boolean;349  readonly asLegacy: EthereumReceiptEip658ReceiptData;350  readonly isEip2930: boolean;351  readonly asEip2930: EthereumReceiptEip658ReceiptData;352  readonly isEip1559: boolean;353  readonly asEip1559: EthereumReceiptEip658ReceiptData;354  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';355}356357/** @name EthereumTransactionAccessListItem */358export interface EthereumTransactionAccessListItem extends Struct {359  readonly address: H160;360  readonly storageKeys: Vec<H256>;361}362363/** @name EthereumTransactionEip1559Transaction */364export interface EthereumTransactionEip1559Transaction extends Struct {365  readonly chainId: u64;366  readonly nonce: U256;367  readonly maxPriorityFeePerGas: U256;368  readonly maxFeePerGas: U256;369  readonly gasLimit: U256;370  readonly action: EthereumTransactionTransactionAction;371  readonly value: U256;372  readonly input: Bytes;373  readonly accessList: Vec<EthereumTransactionAccessListItem>;374  readonly oddYParity: bool;375  readonly r: H256;376  readonly s: H256;377}378379/** @name EthereumTransactionEip2930Transaction */380export interface EthereumTransactionEip2930Transaction extends Struct {381  readonly chainId: u64;382  readonly nonce: U256;383  readonly gasPrice: U256;384  readonly gasLimit: U256;385  readonly action: EthereumTransactionTransactionAction;386  readonly value: U256;387  readonly input: Bytes;388  readonly accessList: Vec<EthereumTransactionAccessListItem>;389  readonly oddYParity: bool;390  readonly r: H256;391  readonly s: H256;392}393394/** @name EthereumTransactionLegacyTransaction */395export interface EthereumTransactionLegacyTransaction extends Struct {396  readonly nonce: U256;397  readonly gasPrice: U256;398  readonly gasLimit: U256;399  readonly action: EthereumTransactionTransactionAction;400  readonly value: U256;401  readonly input: Bytes;402  readonly signature: EthereumTransactionTransactionSignature;403}404405/** @name EthereumTransactionTransactionAction */406export interface EthereumTransactionTransactionAction extends Enum {407  readonly isCall: boolean;408  readonly asCall: H160;409  readonly isCreate: boolean;410  readonly type: 'Call' | 'Create';411}412413/** @name EthereumTransactionTransactionSignature */414export interface EthereumTransactionTransactionSignature extends Struct {415  readonly v: u64;416  readonly r: H256;417  readonly s: H256;418}419420/** @name EthereumTransactionTransactionV2 */421export interface EthereumTransactionTransactionV2 extends Enum {422  readonly isLegacy: boolean;423  readonly asLegacy: EthereumTransactionLegacyTransaction;424  readonly isEip2930: boolean;425  readonly asEip2930: EthereumTransactionEip2930Transaction;426  readonly isEip1559: boolean;427  readonly asEip1559: EthereumTransactionEip1559Transaction;428  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';429}430431/** @name EthereumTypesHashH64 */432export interface EthereumTypesHashH64 extends U8aFixed {}433434/** @name EvmCoreErrorExitError */435export interface EvmCoreErrorExitError extends Enum {436  readonly isStackUnderflow: boolean;437  readonly isStackOverflow: boolean;438  readonly isInvalidJump: boolean;439  readonly isInvalidRange: boolean;440  readonly isDesignatedInvalid: boolean;441  readonly isCallTooDeep: boolean;442  readonly isCreateCollision: boolean;443  readonly isCreateContractLimit: boolean;444  readonly isOutOfOffset: boolean;445  readonly isOutOfGas: boolean;446  readonly isOutOfFund: boolean;447  readonly isPcUnderflow: boolean;448  readonly isCreateEmpty: boolean;449  readonly isOther: boolean;450  readonly asOther: Text;451  readonly isInvalidCode: boolean;452  readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';453}454455/** @name EvmCoreErrorExitFatal */456export interface EvmCoreErrorExitFatal extends Enum {457  readonly isNotSupported: boolean;458  readonly isUnhandledInterrupt: boolean;459  readonly isCallErrorAsFatal: boolean;460  readonly asCallErrorAsFatal: EvmCoreErrorExitError;461  readonly isOther: boolean;462  readonly asOther: Text;463  readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';464}465466/** @name EvmCoreErrorExitReason */467export interface EvmCoreErrorExitReason extends Enum {468  readonly isSucceed: boolean;469  readonly asSucceed: EvmCoreErrorExitSucceed;470  readonly isError: boolean;471  readonly asError: EvmCoreErrorExitError;472  readonly isRevert: boolean;473  readonly asRevert: EvmCoreErrorExitRevert;474  readonly isFatal: boolean;475  readonly asFatal: EvmCoreErrorExitFatal;476  readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';477}478479/** @name EvmCoreErrorExitRevert */480export interface EvmCoreErrorExitRevert extends Enum {481  readonly isReverted: boolean;482  readonly type: 'Reverted';483}484485/** @name EvmCoreErrorExitSucceed */486export interface EvmCoreErrorExitSucceed extends Enum {487  readonly isStopped: boolean;488  readonly isReturned: boolean;489  readonly isSuicided: boolean;490  readonly type: 'Stopped' | 'Returned' | 'Suicided';491}492493/** @name FpRpcTransactionStatus */494export interface FpRpcTransactionStatus extends Struct {495  readonly transactionHash: H256;496  readonly transactionIndex: u32;497  readonly from: H160;498  readonly to: Option<H160>;499  readonly contractAddress: Option<H160>;500  readonly logs: Vec<EthereumLog>;501  readonly logsBloom: EthbloomBloom;502}503504/** @name FrameSupportDispatchRawOrigin */505export interface FrameSupportDispatchRawOrigin extends Enum {506  readonly isRoot: boolean;507  readonly isSigned: boolean;508  readonly asSigned: AccountId32;509  readonly isNone: boolean;510  readonly type: 'Root' | 'Signed' | 'None';511}512513/** @name FrameSupportPalletId */514export interface FrameSupportPalletId extends U8aFixed {}515516/** @name FrameSupportScheduleLookupError */517export interface FrameSupportScheduleLookupError extends Enum {518  readonly isUnknown: boolean;519  readonly isBadFormat: boolean;520  readonly type: 'Unknown' | 'BadFormat';521}522523/** @name FrameSupportScheduleMaybeHashed */524export interface FrameSupportScheduleMaybeHashed extends Enum {525  readonly isValue: boolean;526  readonly asValue: Call;527  readonly isHash: boolean;528  readonly asHash: H256;529  readonly type: 'Value' | 'Hash';530}531532/** @name FrameSupportTokensMiscBalanceStatus */533export interface FrameSupportTokensMiscBalanceStatus extends Enum {534  readonly isFree: boolean;535  readonly isReserved: boolean;536  readonly type: 'Free' | 'Reserved';537}538539/** @name FrameSupportWeightsDispatchClass */540export interface FrameSupportWeightsDispatchClass extends Enum {541  readonly isNormal: boolean;542  readonly isOperational: boolean;543  readonly isMandatory: boolean;544  readonly type: 'Normal' | 'Operational' | 'Mandatory';545}546547/** @name FrameSupportWeightsDispatchInfo */548export interface FrameSupportWeightsDispatchInfo extends Struct {549  readonly weight: u64;550  readonly class: FrameSupportWeightsDispatchClass;551  readonly paysFee: FrameSupportWeightsPays;552}553554/** @name FrameSupportWeightsPays */555export interface FrameSupportWeightsPays extends Enum {556  readonly isYes: boolean;557  readonly isNo: boolean;558  readonly type: 'Yes' | 'No';559}560561/** @name FrameSupportWeightsPerDispatchClassU32 */562export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {563  readonly normal: u32;564  readonly operational: u32;565  readonly mandatory: u32;566}567568/** @name FrameSupportWeightsPerDispatchClassU64 */569export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {570  readonly normal: u64;571  readonly operational: u64;572  readonly mandatory: u64;573}574575/** @name FrameSupportWeightsPerDispatchClassWeightsPerClass */576export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {577  readonly normal: FrameSystemLimitsWeightsPerClass;578  readonly operational: FrameSystemLimitsWeightsPerClass;579  readonly mandatory: FrameSystemLimitsWeightsPerClass;580}581582/** @name FrameSupportWeightsRuntimeDbWeight */583export interface FrameSupportWeightsRuntimeDbWeight extends Struct {584  readonly read: u64;585  readonly write: u64;586}587588/** @name FrameSystemAccountInfo */589export interface FrameSystemAccountInfo extends Struct {590  readonly nonce: u32;591  readonly consumers: u32;592  readonly providers: u32;593  readonly sufficients: u32;594  readonly data: PalletBalancesAccountData;595}596597/** @name FrameSystemCall */598export interface FrameSystemCall extends Enum {599  readonly isFillBlock: boolean;600  readonly asFillBlock: {601    readonly ratio: Perbill;602  } & Struct;603  readonly isRemark: boolean;604  readonly asRemark: {605    readonly remark: Bytes;606  } & Struct;607  readonly isSetHeapPages: boolean;608  readonly asSetHeapPages: {609    readonly pages: u64;610  } & Struct;611  readonly isSetCode: boolean;612  readonly asSetCode: {613    readonly code: Bytes;614  } & Struct;615  readonly isSetCodeWithoutChecks: boolean;616  readonly asSetCodeWithoutChecks: {617    readonly code: Bytes;618  } & Struct;619  readonly isSetStorage: boolean;620  readonly asSetStorage: {621    readonly items: Vec<ITuple<[Bytes, Bytes]>>;622  } & Struct;623  readonly isKillStorage: boolean;624  readonly asKillStorage: {625    readonly keys_: Vec<Bytes>;626  } & Struct;627  readonly isKillPrefix: boolean;628  readonly asKillPrefix: {629    readonly prefix: Bytes;630    readonly subkeys: u32;631  } & Struct;632  readonly isRemarkWithEvent: boolean;633  readonly asRemarkWithEvent: {634    readonly remark: Bytes;635  } & Struct;636  readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';637}638639/** @name FrameSystemError */640export interface FrameSystemError extends Enum {641  readonly isInvalidSpecName: boolean;642  readonly isSpecVersionNeedsToIncrease: boolean;643  readonly isFailedToExtractRuntimeVersion: boolean;644  readonly isNonDefaultComposite: boolean;645  readonly isNonZeroRefCount: boolean;646  readonly isCallFiltered: boolean;647  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';648}649650/** @name FrameSystemEvent */651export interface FrameSystemEvent extends Enum {652  readonly isExtrinsicSuccess: boolean;653  readonly asExtrinsicSuccess: {654    readonly dispatchInfo: FrameSupportWeightsDispatchInfo;655  } & Struct;656  readonly isExtrinsicFailed: boolean;657  readonly asExtrinsicFailed: {658    readonly dispatchError: SpRuntimeDispatchError;659    readonly dispatchInfo: FrameSupportWeightsDispatchInfo;660  } & Struct;661  readonly isCodeUpdated: boolean;662  readonly isNewAccount: boolean;663  readonly asNewAccount: {664    readonly account: AccountId32;665  } & Struct;666  readonly isKilledAccount: boolean;667  readonly asKilledAccount: {668    readonly account: AccountId32;669  } & Struct;670  readonly isRemarked: boolean;671  readonly asRemarked: {672    readonly sender: AccountId32;673    readonly hash_: H256;674  } & Struct;675  readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';676}677678/** @name FrameSystemEventRecord */679export interface FrameSystemEventRecord extends Struct {680  readonly phase: FrameSystemPhase;681  readonly event: Event;682  readonly topics: Vec<H256>;683}684685/** @name FrameSystemExtensionsCheckGenesis */686export interface FrameSystemExtensionsCheckGenesis extends Null {}687688/** @name FrameSystemExtensionsCheckNonce */689export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}690691/** @name FrameSystemExtensionsCheckSpecVersion */692export interface FrameSystemExtensionsCheckSpecVersion extends Null {}693694/** @name FrameSystemExtensionsCheckWeight */695export interface FrameSystemExtensionsCheckWeight extends Null {}696697/** @name FrameSystemLastRuntimeUpgradeInfo */698export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {699  readonly specVersion: Compact<u32>;700  readonly specName: Text;701}702703/** @name FrameSystemLimitsBlockLength */704export interface FrameSystemLimitsBlockLength extends Struct {705  readonly max: FrameSupportWeightsPerDispatchClassU32;706}707708/** @name FrameSystemLimitsBlockWeights */709export interface FrameSystemLimitsBlockWeights extends Struct {710  readonly baseBlock: u64;711  readonly maxBlock: u64;712  readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;713}714715/** @name FrameSystemLimitsWeightsPerClass */716export interface FrameSystemLimitsWeightsPerClass extends Struct {717  readonly baseExtrinsic: u64;718  readonly maxExtrinsic: Option<u64>;719  readonly maxTotal: Option<u64>;720  readonly reserved: Option<u64>;721}722723/** @name FrameSystemPhase */724export interface FrameSystemPhase extends Enum {725  readonly isApplyExtrinsic: boolean;726  readonly asApplyExtrinsic: u32;727  readonly isFinalization: boolean;728  readonly isInitialization: boolean;729  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';730}731732/** @name OpalRuntimeOriginCaller */733export interface OpalRuntimeOriginCaller extends Enum {734  readonly isSystem: boolean;735  readonly asSystem: FrameSupportDispatchRawOrigin;736  readonly isVoid: boolean;737  readonly asVoid: SpCoreVoid;738  readonly isPolkadotXcm: boolean;739  readonly asPolkadotXcm: PalletXcmOrigin;740  readonly isCumulusXcm: boolean;741  readonly asCumulusXcm: CumulusPalletXcmOrigin;742  readonly isEthereum: boolean;743  readonly asEthereum: PalletEthereumRawOrigin;744  readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';745}746747/** @name OpalRuntimeRuntime */748export interface OpalRuntimeRuntime extends Null {}749750/** @name OrmlTokensAccountData */751export interface OrmlTokensAccountData extends Struct {752  readonly free: u128;753  readonly reserved: u128;754  readonly frozen: u128;755}756757/** @name OrmlTokensBalanceLock */758export interface OrmlTokensBalanceLock extends Struct {759  readonly id: U8aFixed;760  readonly amount: u128;761}762763/** @name OrmlTokensModuleCall */764export interface OrmlTokensModuleCall extends Enum {765  readonly isTransfer: boolean;766  readonly asTransfer: {767    readonly dest: MultiAddress;768    readonly currencyId: PalletForeingAssetsAssetIds;769    readonly amount: Compact<u128>;770  } & Struct;771  readonly isTransferAll: boolean;772  readonly asTransferAll: {773    readonly dest: MultiAddress;774    readonly currencyId: PalletForeingAssetsAssetIds;775    readonly keepAlive: bool;776  } & Struct;777  readonly isTransferKeepAlive: boolean;778  readonly asTransferKeepAlive: {779    readonly dest: MultiAddress;780    readonly currencyId: PalletForeingAssetsAssetIds;781    readonly amount: Compact<u128>;782  } & Struct;783  readonly isForceTransfer: boolean;784  readonly asForceTransfer: {785    readonly source: MultiAddress;786    readonly dest: MultiAddress;787    readonly currencyId: PalletForeingAssetsAssetIds;788    readonly amount: Compact<u128>;789  } & Struct;790  readonly isSetBalance: boolean;791  readonly asSetBalance: {792    readonly who: MultiAddress;793    readonly currencyId: PalletForeingAssetsAssetIds;794    readonly newFree: Compact<u128>;795    readonly newReserved: Compact<u128>;796  } & Struct;797  readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';798}799800/** @name OrmlTokensModuleError */801export interface OrmlTokensModuleError extends Enum {802  readonly isBalanceTooLow: boolean;803  readonly isAmountIntoBalanceFailed: boolean;804  readonly isLiquidityRestrictions: boolean;805  readonly isMaxLocksExceeded: boolean;806  readonly isKeepAlive: boolean;807  readonly isExistentialDeposit: boolean;808  readonly isDeadAccount: boolean;809  readonly isTooManyReserves: boolean;810  readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';811}812813/** @name OrmlTokensModuleEvent */814export interface OrmlTokensModuleEvent extends Enum {815  readonly isEndowed: boolean;816  readonly asEndowed: {817    readonly currencyId: PalletForeingAssetsAssetIds;818    readonly who: AccountId32;819    readonly amount: u128;820  } & Struct;821  readonly isDustLost: boolean;822  readonly asDustLost: {823    readonly currencyId: PalletForeingAssetsAssetIds;824    readonly who: AccountId32;825    readonly amount: u128;826  } & Struct;827  readonly isTransfer: boolean;828  readonly asTransfer: {829    readonly currencyId: PalletForeingAssetsAssetIds;830    readonly from: AccountId32;831    readonly to: AccountId32;832    readonly amount: u128;833  } & Struct;834  readonly isReserved: boolean;835  readonly asReserved: {836    readonly currencyId: PalletForeingAssetsAssetIds;837    readonly who: AccountId32;838    readonly amount: u128;839  } & Struct;840  readonly isUnreserved: boolean;841  readonly asUnreserved: {842    readonly currencyId: PalletForeingAssetsAssetIds;843    readonly who: AccountId32;844    readonly amount: u128;845  } & Struct;846  readonly isReserveRepatriated: boolean;847  readonly asReserveRepatriated: {848    readonly currencyId: PalletForeingAssetsAssetIds;849    readonly from: AccountId32;850    readonly to: AccountId32;851    readonly amount: u128;852    readonly status: FrameSupportTokensMiscBalanceStatus;853  } & Struct;854  readonly isBalanceSet: boolean;855  readonly asBalanceSet: {856    readonly currencyId: PalletForeingAssetsAssetIds;857    readonly who: AccountId32;858    readonly free: u128;859    readonly reserved: u128;860  } & Struct;861  readonly isTotalIssuanceSet: boolean;862  readonly asTotalIssuanceSet: {863    readonly currencyId: PalletForeingAssetsAssetIds;864    readonly amount: u128;865  } & Struct;866  readonly isWithdrawn: boolean;867  readonly asWithdrawn: {868    readonly currencyId: PalletForeingAssetsAssetIds;869    readonly who: AccountId32;870    readonly amount: u128;871  } & Struct;872  readonly isSlashed: boolean;873  readonly asSlashed: {874    readonly currencyId: PalletForeingAssetsAssetIds;875    readonly who: AccountId32;876    readonly freeAmount: u128;877    readonly reservedAmount: u128;878  } & Struct;879  readonly isDeposited: boolean;880  readonly asDeposited: {881    readonly currencyId: PalletForeingAssetsAssetIds;882    readonly who: AccountId32;883    readonly amount: u128;884  } & Struct;885  readonly isLockSet: boolean;886  readonly asLockSet: {887    readonly lockId: U8aFixed;888    readonly currencyId: PalletForeingAssetsAssetIds;889    readonly who: AccountId32;890    readonly amount: u128;891  } & Struct;892  readonly isLockRemoved: boolean;893  readonly asLockRemoved: {894    readonly lockId: U8aFixed;895    readonly currencyId: PalletForeingAssetsAssetIds;896    readonly who: AccountId32;897  } & Struct;898  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';899}900901/** @name OrmlTokensReserveData */902export interface OrmlTokensReserveData extends Struct {903  readonly id: Null;904  readonly amount: u128;905}906907/** @name OrmlVestingModuleCall */908export interface OrmlVestingModuleCall extends Enum {909  readonly isClaim: boolean;910  readonly isVestedTransfer: boolean;911  readonly asVestedTransfer: {912    readonly dest: MultiAddress;913    readonly schedule: OrmlVestingVestingSchedule;914  } & Struct;915  readonly isUpdateVestingSchedules: boolean;916  readonly asUpdateVestingSchedules: {917    readonly who: MultiAddress;918    readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;919  } & Struct;920  readonly isClaimFor: boolean;921  readonly asClaimFor: {922    readonly dest: MultiAddress;923  } & Struct;924  readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';925}926927/** @name OrmlVestingModuleError */928export interface OrmlVestingModuleError extends Enum {929  readonly isZeroVestingPeriod: boolean;930  readonly isZeroVestingPeriodCount: boolean;931  readonly isInsufficientBalanceToLock: boolean;932  readonly isTooManyVestingSchedules: boolean;933  readonly isAmountLow: boolean;934  readonly isMaxVestingSchedulesExceeded: boolean;935  readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';936}937938/** @name OrmlVestingModuleEvent */939export interface OrmlVestingModuleEvent extends Enum {940  readonly isVestingScheduleAdded: boolean;941  readonly asVestingScheduleAdded: {942    readonly from: AccountId32;943    readonly to: AccountId32;944    readonly vestingSchedule: OrmlVestingVestingSchedule;945  } & Struct;946  readonly isClaimed: boolean;947  readonly asClaimed: {948    readonly who: AccountId32;949    readonly amount: u128;950  } & Struct;951  readonly isVestingSchedulesUpdated: boolean;952  readonly asVestingSchedulesUpdated: {953    readonly who: AccountId32;954  } & Struct;955  readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';956}957958/** @name OrmlVestingVestingSchedule */959export interface OrmlVestingVestingSchedule extends Struct {960  readonly start: u32;961  readonly period: u32;962  readonly periodCount: u32;963  readonly perPeriod: Compact<u128>;964}965966/** @name OrmlXtokensModuleCall */967export interface OrmlXtokensModuleCall extends Enum {968  readonly isTransfer: boolean;969  readonly asTransfer: {970    readonly currencyId: PalletForeingAssetsAssetIds;971    readonly amount: u128;972    readonly dest: XcmVersionedMultiLocation;973    readonly destWeight: u64;974  } & Struct;975  readonly isTransferMultiasset: boolean;976  readonly asTransferMultiasset: {977    readonly asset: XcmVersionedMultiAsset;978    readonly dest: XcmVersionedMultiLocation;979    readonly destWeight: u64;980  } & Struct;981  readonly isTransferWithFee: boolean;982  readonly asTransferWithFee: {983    readonly currencyId: PalletForeingAssetsAssetIds;984    readonly amount: u128;985    readonly fee: u128;986    readonly dest: XcmVersionedMultiLocation;987    readonly destWeight: u64;988  } & Struct;989  readonly isTransferMultiassetWithFee: boolean;990  readonly asTransferMultiassetWithFee: {991    readonly asset: XcmVersionedMultiAsset;992    readonly fee: XcmVersionedMultiAsset;993    readonly dest: XcmVersionedMultiLocation;994    readonly destWeight: u64;995  } & Struct;996  readonly isTransferMulticurrencies: boolean;997  readonly asTransferMulticurrencies: {998    readonly currencies: Vec<ITuple<[PalletForeingAssetsAssetIds, u128]>>;999    readonly feeItem: u32;1000    readonly dest: XcmVersionedMultiLocation;1001    readonly destWeight: u64;1002  } & Struct;1003  readonly isTransferMultiassets: boolean;1004  readonly asTransferMultiassets: {1005    readonly assets: XcmVersionedMultiAssets;1006    readonly feeItem: u32;1007    readonly dest: XcmVersionedMultiLocation;1008    readonly destWeight: u64;1009  } & Struct;1010  readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1011}10121013/** @name OrmlXtokensModuleError */1014export interface OrmlXtokensModuleError extends Enum {1015  readonly isAssetHasNoReserve: boolean;1016  readonly isNotCrossChainTransfer: boolean;1017  readonly isInvalidDest: boolean;1018  readonly isNotCrossChainTransferableCurrency: boolean;1019  readonly isUnweighableMessage: boolean;1020  readonly isXcmExecutionFailed: boolean;1021  readonly isCannotReanchor: boolean;1022  readonly isInvalidAncestry: boolean;1023  readonly isInvalidAsset: boolean;1024  readonly isDestinationNotInvertible: boolean;1025  readonly isBadVersion: boolean;1026  readonly isDistinctReserveForAssetAndFee: boolean;1027  readonly isZeroFee: boolean;1028  readonly isZeroAmount: boolean;1029  readonly isTooManyAssetsBeingSent: boolean;1030  readonly isAssetIndexNonExistent: boolean;1031  readonly isFeeNotEnough: boolean;1032  readonly isNotSupportedMultiLocation: boolean;1033  readonly isMinXcmFeeNotDefined: boolean;1034  readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';1035}10361037/** @name OrmlXtokensModuleEvent */1038export interface OrmlXtokensModuleEvent extends Enum {1039  readonly isTransferredMultiAssets: boolean;1040  readonly asTransferredMultiAssets: {1041    readonly sender: AccountId32;1042    readonly assets: XcmV1MultiassetMultiAssets;1043    readonly fee: XcmV1MultiAsset;1044    readonly dest: XcmV1MultiLocation;1045  } & Struct;1046  readonly type: 'TransferredMultiAssets';1047}10481049/** @name PalletBalancesAccountData */1050export interface PalletBalancesAccountData extends Struct {1051  readonly free: u128;1052  readonly reserved: u128;1053  readonly miscFrozen: u128;1054  readonly feeFrozen: u128;1055}10561057/** @name PalletBalancesBalanceLock */1058export interface PalletBalancesBalanceLock extends Struct {1059  readonly id: U8aFixed;1060  readonly amount: u128;1061  readonly reasons: PalletBalancesReasons;1062}10631064/** @name PalletBalancesCall */1065export interface PalletBalancesCall extends Enum {1066  readonly isTransfer: boolean;1067  readonly asTransfer: {1068    readonly dest: MultiAddress;1069    readonly value: Compact<u128>;1070  } & Struct;1071  readonly isSetBalance: boolean;1072  readonly asSetBalance: {1073    readonly who: MultiAddress;1074    readonly newFree: Compact<u128>;1075    readonly newReserved: Compact<u128>;1076  } & Struct;1077  readonly isForceTransfer: boolean;1078  readonly asForceTransfer: {1079    readonly source: MultiAddress;1080    readonly dest: MultiAddress;1081    readonly value: Compact<u128>;1082  } & Struct;1083  readonly isTransferKeepAlive: boolean;1084  readonly asTransferKeepAlive: {1085    readonly dest: MultiAddress;1086    readonly value: Compact<u128>;1087  } & Struct;1088  readonly isTransferAll: boolean;1089  readonly asTransferAll: {1090    readonly dest: MultiAddress;1091    readonly keepAlive: bool;1092  } & Struct;1093  readonly isForceUnreserve: boolean;1094  readonly asForceUnreserve: {1095    readonly who: MultiAddress;1096    readonly amount: u128;1097  } & Struct;1098  readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1099}11001101/** @name PalletBalancesError */1102export interface PalletBalancesError extends Enum {1103  readonly isVestingBalance: boolean;1104  readonly isLiquidityRestrictions: boolean;1105  readonly isInsufficientBalance: boolean;1106  readonly isExistentialDeposit: boolean;1107  readonly isKeepAlive: boolean;1108  readonly isExistingVestingSchedule: boolean;1109  readonly isDeadAccount: boolean;1110  readonly isTooManyReserves: boolean;1111  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1112}11131114/** @name PalletBalancesEvent */1115export interface PalletBalancesEvent extends Enum {1116  readonly isEndowed: boolean;1117  readonly asEndowed: {1118    readonly account: AccountId32;1119    readonly freeBalance: u128;1120  } & Struct;1121  readonly isDustLost: boolean;1122  readonly asDustLost: {1123    readonly account: AccountId32;1124    readonly amount: u128;1125  } & Struct;1126  readonly isTransfer: boolean;1127  readonly asTransfer: {1128    readonly from: AccountId32;1129    readonly to: AccountId32;1130    readonly amount: u128;1131  } & Struct;1132  readonly isBalanceSet: boolean;1133  readonly asBalanceSet: {1134    readonly who: AccountId32;1135    readonly free: u128;1136    readonly reserved: u128;1137  } & Struct;1138  readonly isReserved: boolean;1139  readonly asReserved: {1140    readonly who: AccountId32;1141    readonly amount: u128;1142  } & Struct;1143  readonly isUnreserved: boolean;1144  readonly asUnreserved: {1145    readonly who: AccountId32;1146    readonly amount: u128;1147  } & Struct;1148  readonly isReserveRepatriated: boolean;1149  readonly asReserveRepatriated: {1150    readonly from: AccountId32;1151    readonly to: AccountId32;1152    readonly amount: u128;1153    readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1154  } & Struct;1155  readonly isDeposit: boolean;1156  readonly asDeposit: {1157    readonly who: AccountId32;1158    readonly amount: u128;1159  } & Struct;1160  readonly isWithdraw: boolean;1161  readonly asWithdraw: {1162    readonly who: AccountId32;1163    readonly amount: u128;1164  } & Struct;1165  readonly isSlashed: boolean;1166  readonly asSlashed: {1167    readonly who: AccountId32;1168    readonly amount: u128;1169  } & Struct;1170  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';1171}11721173/** @name PalletBalancesReasons */1174export interface PalletBalancesReasons extends Enum {1175  readonly isFee: boolean;1176  readonly isMisc: boolean;1177  readonly isAll: boolean;1178  readonly type: 'Fee' | 'Misc' | 'All';1179}11801181/** @name PalletBalancesReleases */1182export interface PalletBalancesReleases extends Enum {1183  readonly isV100: boolean;1184  readonly isV200: boolean;1185  readonly type: 'V100' | 'V200';1186}11871188/** @name PalletBalancesReserveData */1189export interface PalletBalancesReserveData extends Struct {1190  readonly id: U8aFixed;1191  readonly amount: u128;1192}11931194/** @name PalletCommonError */1195export interface PalletCommonError extends Enum {1196  readonly isCollectionNotFound: boolean;1197  readonly isMustBeTokenOwner: boolean;1198  readonly isNoPermission: boolean;1199  readonly isCantDestroyNotEmptyCollection: boolean;1200  readonly isPublicMintingNotAllowed: boolean;1201  readonly isAddressNotInAllowlist: boolean;1202  readonly isCollectionNameLimitExceeded: boolean;1203  readonly isCollectionDescriptionLimitExceeded: boolean;1204  readonly isCollectionTokenPrefixLimitExceeded: boolean;1205  readonly isTotalCollectionsLimitExceeded: boolean;1206  readonly isCollectionAdminCountExceeded: boolean;1207  readonly isCollectionLimitBoundsExceeded: boolean;1208  readonly isOwnerPermissionsCantBeReverted: boolean;1209  readonly isTransferNotAllowed: boolean;1210  readonly isAccountTokenLimitExceeded: boolean;1211  readonly isCollectionTokenLimitExceeded: boolean;1212  readonly isMetadataFlagFrozen: boolean;1213  readonly isTokenNotFound: boolean;1214  readonly isTokenValueTooLow: boolean;1215  readonly isApprovedValueTooLow: boolean;1216  readonly isCantApproveMoreThanOwned: boolean;1217  readonly isAddressIsZero: boolean;1218  readonly isUnsupportedOperation: boolean;1219  readonly isNotSufficientFounds: boolean;1220  readonly isUserIsNotAllowedToNest: boolean;1221  readonly isSourceCollectionIsNotAllowedToNest: boolean;1222  readonly isCollectionFieldSizeExceeded: boolean;1223  readonly isNoSpaceForProperty: boolean;1224  readonly isPropertyLimitReached: boolean;1225  readonly isPropertyKeyIsTooLong: boolean;1226  readonly isInvalidCharacterInPropertyKey: boolean;1227  readonly isEmptyPropertyKey: boolean;1228  readonly isCollectionIsExternal: boolean;1229  readonly isCollectionIsInternal: boolean;1230  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';1231}12321233/** @name PalletCommonEvent */1234export interface PalletCommonEvent extends Enum {1235  readonly isCollectionCreated: boolean;1236  readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1237  readonly isCollectionDestroyed: boolean;1238  readonly asCollectionDestroyed: u32;1239  readonly isItemCreated: boolean;1240  readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1241  readonly isItemDestroyed: boolean;1242  readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1243  readonly isTransfer: boolean;1244  readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1245  readonly isApproved: boolean;1246  readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1247  readonly isCollectionPropertySet: boolean;1248  readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1249  readonly isCollectionPropertyDeleted: boolean;1250  readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1251  readonly isTokenPropertySet: boolean;1252  readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1253  readonly isTokenPropertyDeleted: boolean;1254  readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1255  readonly isPropertyPermissionSet: boolean;1256  readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1257  readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';1258}12591260/** @name PalletConfigurationCall */1261export interface PalletConfigurationCall extends Enum {1262  readonly isSetWeightToFeeCoefficientOverride: boolean;1263  readonly asSetWeightToFeeCoefficientOverride: {1264    readonly coeff: Option<u32>;1265  } & Struct;1266  readonly isSetMinGasPriceOverride: boolean;1267  readonly asSetMinGasPriceOverride: {1268    readonly coeff: Option<u64>;1269  } & Struct;1270  readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';1271}12721273/** @name PalletEthereumCall */1274export interface PalletEthereumCall extends Enum {1275  readonly isTransact: boolean;1276  readonly asTransact: {1277    readonly transaction: EthereumTransactionTransactionV2;1278  } & Struct;1279  readonly type: 'Transact';1280}12811282/** @name PalletEthereumError */1283export interface PalletEthereumError extends Enum {1284  readonly isInvalidSignature: boolean;1285  readonly isPreLogExists: boolean;1286  readonly type: 'InvalidSignature' | 'PreLogExists';1287}12881289/** @name PalletEthereumEvent */1290export interface PalletEthereumEvent extends Enum {1291  readonly isExecuted: boolean;1292  readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;1293  readonly type: 'Executed';1294}12951296/** @name PalletEthereumFakeTransactionFinalizer */1297export interface PalletEthereumFakeTransactionFinalizer extends Null {}12981299/** @name PalletEthereumRawOrigin */1300export interface PalletEthereumRawOrigin extends Enum {1301  readonly isEthereumTransaction: boolean;1302  readonly asEthereumTransaction: H160;1303  readonly type: 'EthereumTransaction';1304}13051306/** @name PalletEvmAccountBasicCrossAccountIdRepr */1307export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1308  readonly isSubstrate: boolean;1309  readonly asSubstrate: AccountId32;1310  readonly isEthereum: boolean;1311  readonly asEthereum: H160;1312  readonly type: 'Substrate' | 'Ethereum';1313}13141315/** @name PalletEvmCall */1316export interface PalletEvmCall extends Enum {1317  readonly isWithdraw: boolean;1318  readonly asWithdraw: {1319    readonly address: H160;1320    readonly value: u128;1321  } & Struct;1322  readonly isCall: boolean;1323  readonly asCall: {1324    readonly source: H160;1325    readonly target: H160;1326    readonly input: Bytes;1327    readonly value: U256;1328    readonly gasLimit: u64;1329    readonly maxFeePerGas: U256;1330    readonly maxPriorityFeePerGas: Option<U256>;1331    readonly nonce: Option<U256>;1332    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1333  } & Struct;1334  readonly isCreate: boolean;1335  readonly asCreate: {1336    readonly source: H160;1337    readonly init: Bytes;1338    readonly value: U256;1339    readonly gasLimit: u64;1340    readonly maxFeePerGas: U256;1341    readonly maxPriorityFeePerGas: Option<U256>;1342    readonly nonce: Option<U256>;1343    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1344  } & Struct;1345  readonly isCreate2: boolean;1346  readonly asCreate2: {1347    readonly source: H160;1348    readonly init: Bytes;1349    readonly salt: H256;1350    readonly value: U256;1351    readonly gasLimit: u64;1352    readonly maxFeePerGas: U256;1353    readonly maxPriorityFeePerGas: Option<U256>;1354    readonly nonce: Option<U256>;1355    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1356  } & Struct;1357  readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1358}13591360/** @name PalletEvmCoderSubstrateError */1361export interface PalletEvmCoderSubstrateError extends Enum {1362  readonly isOutOfGas: boolean;1363  readonly isOutOfFund: boolean;1364  readonly type: 'OutOfGas' | 'OutOfFund';1365}13661367/** @name PalletEvmContractHelpersError */1368export interface PalletEvmContractHelpersError extends Enum {1369  readonly isNoPermission: boolean;1370  readonly type: 'NoPermission';1371}13721373/** @name PalletEvmContractHelpersSponsoringModeT */1374export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1375  readonly isDisabled: boolean;1376  readonly isAllowlisted: boolean;1377  readonly isGenerous: boolean;1378  readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1379}13801381/** @name PalletEvmError */1382export interface PalletEvmError extends Enum {1383  readonly isBalanceLow: boolean;1384  readonly isFeeOverflow: boolean;1385  readonly isPaymentOverflow: boolean;1386  readonly isWithdrawFailed: boolean;1387  readonly isGasPriceTooLow: boolean;1388  readonly isInvalidNonce: boolean;1389  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';1390}13911392/** @name PalletEvmEvent */1393export interface PalletEvmEvent extends Enum {1394  readonly isLog: boolean;1395  readonly asLog: EthereumLog;1396  readonly isCreated: boolean;1397  readonly asCreated: H160;1398  readonly isCreatedFailed: boolean;1399  readonly asCreatedFailed: H160;1400  readonly isExecuted: boolean;1401  readonly asExecuted: H160;1402  readonly isExecutedFailed: boolean;1403  readonly asExecutedFailed: H160;1404  readonly isBalanceDeposit: boolean;1405  readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;1406  readonly isBalanceWithdraw: boolean;1407  readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;1408  readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';1409}14101411/** @name PalletEvmMigrationCall */1412export interface PalletEvmMigrationCall extends Enum {1413  readonly isBegin: boolean;1414  readonly asBegin: {1415    readonly address: H160;1416  } & Struct;1417  readonly isSetData: boolean;1418  readonly asSetData: {1419    readonly address: H160;1420    readonly data: Vec<ITuple<[H256, H256]>>;1421  } & Struct;1422  readonly isFinish: boolean;1423  readonly asFinish: {1424    readonly address: H160;1425    readonly code: Bytes;1426  } & Struct;1427  readonly type: 'Begin' | 'SetData' | 'Finish';1428}14291430/** @name PalletEvmMigrationError */1431export interface PalletEvmMigrationError extends Enum {1432  readonly isAccountNotEmpty: boolean;1433  readonly isAccountIsNotMigrating: boolean;1434  readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';1435}14361437/** @name PalletForeingAssetsAssetIds */1438export interface PalletForeingAssetsAssetIds extends Enum {1439  readonly isForeignAssetId: boolean;1440  readonly asForeignAssetId: u32;1441  readonly isNativeAssetId: boolean;1442  readonly asNativeAssetId: PalletForeingAssetsNativeCurrency;1443  readonly type: 'ForeignAssetId' | 'NativeAssetId';1444}14451446/** @name PalletForeingAssetsModuleAssetMetadata */1447export interface PalletForeingAssetsModuleAssetMetadata extends Struct {1448  readonly name: Bytes;1449  readonly symbol: Bytes;1450  readonly decimals: u8;1451  readonly minimalBalance: u128;1452}14531454/** @name PalletForeingAssetsModuleCall */1455export interface PalletForeingAssetsModuleCall extends Enum {1456  readonly isRegisterForeignAsset: boolean;1457  readonly asRegisterForeignAsset: {1458    readonly owner: AccountId32;1459    readonly location: XcmVersionedMultiLocation;1460    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1461  } & Struct;1462  readonly isUpdateForeignAsset: boolean;1463  readonly asUpdateForeignAsset: {1464    readonly foreignAssetId: u32;1465    readonly location: XcmVersionedMultiLocation;1466    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1467  } & Struct;1468  readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1469}14701471/** @name PalletForeingAssetsModuleError */1472export interface PalletForeingAssetsModuleError extends Enum {1473  readonly isBadLocation: boolean;1474  readonly isMultiLocationExisted: boolean;1475  readonly isAssetIdNotExists: boolean;1476  readonly isAssetIdExisted: boolean;1477  readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1478}14791480/** @name PalletForeingAssetsModuleEvent */1481export interface PalletForeingAssetsModuleEvent extends Enum {1482  readonly isForeignAssetRegistered: boolean;1483  readonly asForeignAssetRegistered: {1484    readonly assetId: u32;1485    readonly assetAddress: XcmV1MultiLocation;1486    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1487  } & Struct;1488  readonly isForeignAssetUpdated: boolean;1489  readonly asForeignAssetUpdated: {1490    readonly assetId: u32;1491    readonly assetAddress: XcmV1MultiLocation;1492    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1493  } & Struct;1494  readonly isAssetRegistered: boolean;1495  readonly asAssetRegistered: {1496    readonly assetId: PalletForeingAssetsAssetIds;1497    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1498  } & Struct;1499  readonly isAssetUpdated: boolean;1500  readonly asAssetUpdated: {1501    readonly assetId: PalletForeingAssetsAssetIds;1502    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1503  } & Struct;1504  readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1505}15061507/** @name PalletForeingAssetsNativeCurrency */1508export interface PalletForeingAssetsNativeCurrency extends Enum {1509  readonly isHere: boolean;1510  readonly isParent: boolean;1511  readonly type: 'Here' | 'Parent';1512}15131514/** @name PalletFungibleError */1515export interface PalletFungibleError extends Enum {1516  readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1517  readonly isFungibleItemsHaveNoId: boolean;1518  readonly isFungibleItemsDontHaveData: boolean;1519  readonly isFungibleDisallowsNesting: boolean;1520  readonly isSettingPropertiesNotAllowed: boolean;1521  readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1522}15231524/** @name PalletInflationCall */1525export interface PalletInflationCall extends Enum {1526  readonly isStartInflation: boolean;1527  readonly asStartInflation: {1528    readonly inflationStartRelayBlock: u32;1529  } & Struct;1530  readonly type: 'StartInflation';1531}15321533/** @name PalletNonfungibleError */1534export interface PalletNonfungibleError extends Enum {1535  readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;1536  readonly isNonfungibleItemsHaveNoAmount: boolean;1537  readonly isCantBurnNftWithChildren: boolean;1538  readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';1539}15401541/** @name PalletNonfungibleItemData */1542export interface PalletNonfungibleItemData extends Struct {1543  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1544}15451546/** @name PalletRefungibleError */1547export interface PalletRefungibleError extends Enum {1548  readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;1549  readonly isWrongRefungiblePieces: boolean;1550  readonly isRepartitionWhileNotOwningAllPieces: boolean;1551  readonly isRefungibleDisallowsNesting: boolean;1552  readonly isSettingPropertiesNotAllowed: boolean;1553  readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1554}15551556/** @name PalletRefungibleItemData */1557export interface PalletRefungibleItemData extends Struct {1558  readonly constData: Bytes;1559}15601561/** @name PalletRmrkCoreCall */1562export interface PalletRmrkCoreCall extends Enum {1563  readonly isCreateCollection: boolean;1564  readonly asCreateCollection: {1565    readonly metadata: Bytes;1566    readonly max: Option<u32>;1567    readonly symbol: Bytes;1568  } & Struct;1569  readonly isDestroyCollection: boolean;1570  readonly asDestroyCollection: {1571    readonly collectionId: u32;1572  } & Struct;1573  readonly isChangeCollectionIssuer: boolean;1574  readonly asChangeCollectionIssuer: {1575    readonly collectionId: u32;1576    readonly newIssuer: MultiAddress;1577  } & Struct;1578  readonly isLockCollection: boolean;1579  readonly asLockCollection: {1580    readonly collectionId: u32;1581  } & Struct;1582  readonly isMintNft: boolean;1583  readonly asMintNft: {1584    readonly owner: Option<AccountId32>;1585    readonly collectionId: u32;1586    readonly recipient: Option<AccountId32>;1587    readonly royaltyAmount: Option<Permill>;1588    readonly metadata: Bytes;1589    readonly transferable: bool;1590    readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;1591  } & Struct;1592  readonly isBurnNft: boolean;1593  readonly asBurnNft: {1594    readonly collectionId: u32;1595    readonly nftId: u32;1596    readonly maxBurns: u32;1597  } & Struct;1598  readonly isSend: boolean;1599  readonly asSend: {1600    readonly rmrkCollectionId: u32;1601    readonly rmrkNftId: u32;1602    readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1603  } & Struct;1604  readonly isAcceptNft: boolean;1605  readonly asAcceptNft: {1606    readonly rmrkCollectionId: u32;1607    readonly rmrkNftId: u32;1608    readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1609  } & Struct;1610  readonly isRejectNft: boolean;1611  readonly asRejectNft: {1612    readonly rmrkCollectionId: u32;1613    readonly rmrkNftId: u32;1614  } & Struct;1615  readonly isAcceptResource: boolean;1616  readonly asAcceptResource: {1617    readonly rmrkCollectionId: u32;1618    readonly rmrkNftId: u32;1619    readonly resourceId: u32;1620  } & Struct;1621  readonly isAcceptResourceRemoval: boolean;1622  readonly asAcceptResourceRemoval: {1623    readonly rmrkCollectionId: u32;1624    readonly rmrkNftId: u32;1625    readonly resourceId: u32;1626  } & Struct;1627  readonly isSetProperty: boolean;1628  readonly asSetProperty: {1629    readonly rmrkCollectionId: Compact<u32>;1630    readonly maybeNftId: Option<u32>;1631    readonly key: Bytes;1632    readonly value: Bytes;1633  } & Struct;1634  readonly isSetPriority: boolean;1635  readonly asSetPriority: {1636    readonly rmrkCollectionId: u32;1637    readonly rmrkNftId: u32;1638    readonly priorities: Vec<u32>;1639  } & Struct;1640  readonly isAddBasicResource: boolean;1641  readonly asAddBasicResource: {1642    readonly rmrkCollectionId: u32;1643    readonly nftId: u32;1644    readonly resource: RmrkTraitsResourceBasicResource;1645  } & Struct;1646  readonly isAddComposableResource: boolean;1647  readonly asAddComposableResource: {1648    readonly rmrkCollectionId: u32;1649    readonly nftId: u32;1650    readonly resource: RmrkTraitsResourceComposableResource;1651  } & Struct;1652  readonly isAddSlotResource: boolean;1653  readonly asAddSlotResource: {1654    readonly rmrkCollectionId: u32;1655    readonly nftId: u32;1656    readonly resource: RmrkTraitsResourceSlotResource;1657  } & Struct;1658  readonly isRemoveResource: boolean;1659  readonly asRemoveResource: {1660    readonly rmrkCollectionId: u32;1661    readonly nftId: u32;1662    readonly resourceId: u32;1663  } & Struct;1664  readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1665}16661667/** @name PalletRmrkCoreError */1668export interface PalletRmrkCoreError extends Enum {1669  readonly isCorruptedCollectionType: boolean;1670  readonly isRmrkPropertyKeyIsTooLong: boolean;1671  readonly isRmrkPropertyValueIsTooLong: boolean;1672  readonly isRmrkPropertyIsNotFound: boolean;1673  readonly isUnableToDecodeRmrkData: boolean;1674  readonly isCollectionNotEmpty: boolean;1675  readonly isNoAvailableCollectionId: boolean;1676  readonly isNoAvailableNftId: boolean;1677  readonly isCollectionUnknown: boolean;1678  readonly isNoPermission: boolean;1679  readonly isNonTransferable: boolean;1680  readonly isCollectionFullOrLocked: boolean;1681  readonly isResourceDoesntExist: boolean;1682  readonly isCannotSendToDescendentOrSelf: boolean;1683  readonly isCannotAcceptNonOwnedNft: boolean;1684  readonly isCannotRejectNonOwnedNft: boolean;1685  readonly isCannotRejectNonPendingNft: boolean;1686  readonly isResourceNotPending: boolean;1687  readonly isNoAvailableResourceId: boolean;1688  readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';1689}16901691/** @name PalletRmrkCoreEvent */1692export interface PalletRmrkCoreEvent extends Enum {1693  readonly isCollectionCreated: boolean;1694  readonly asCollectionCreated: {1695    readonly issuer: AccountId32;1696    readonly collectionId: u32;1697  } & Struct;1698  readonly isCollectionDestroyed: boolean;1699  readonly asCollectionDestroyed: {1700    readonly issuer: AccountId32;1701    readonly collectionId: u32;1702  } & Struct;1703  readonly isIssuerChanged: boolean;1704  readonly asIssuerChanged: {1705    readonly oldIssuer: AccountId32;1706    readonly newIssuer: AccountId32;1707    readonly collectionId: u32;1708  } & Struct;1709  readonly isCollectionLocked: boolean;1710  readonly asCollectionLocked: {1711    readonly issuer: AccountId32;1712    readonly collectionId: u32;1713  } & Struct;1714  readonly isNftMinted: boolean;1715  readonly asNftMinted: {1716    readonly owner: AccountId32;1717    readonly collectionId: u32;1718    readonly nftId: u32;1719  } & Struct;1720  readonly isNftBurned: boolean;1721  readonly asNftBurned: {1722    readonly owner: AccountId32;1723    readonly nftId: u32;1724  } & Struct;1725  readonly isNftSent: boolean;1726  readonly asNftSent: {1727    readonly sender: AccountId32;1728    readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1729    readonly collectionId: u32;1730    readonly nftId: u32;1731    readonly approvalRequired: bool;1732  } & Struct;1733  readonly isNftAccepted: boolean;1734  readonly asNftAccepted: {1735    readonly sender: AccountId32;1736    readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1737    readonly collectionId: u32;1738    readonly nftId: u32;1739  } & Struct;1740  readonly isNftRejected: boolean;1741  readonly asNftRejected: {1742    readonly sender: AccountId32;1743    readonly collectionId: u32;1744    readonly nftId: u32;1745  } & Struct;1746  readonly isPropertySet: boolean;1747  readonly asPropertySet: {1748    readonly collectionId: u32;1749    readonly maybeNftId: Option<u32>;1750    readonly key: Bytes;1751    readonly value: Bytes;1752  } & Struct;1753  readonly isResourceAdded: boolean;1754  readonly asResourceAdded: {1755    readonly nftId: u32;1756    readonly resourceId: u32;1757  } & Struct;1758  readonly isResourceRemoval: boolean;1759  readonly asResourceRemoval: {1760    readonly nftId: u32;1761    readonly resourceId: u32;1762  } & Struct;1763  readonly isResourceAccepted: boolean;1764  readonly asResourceAccepted: {1765    readonly nftId: u32;1766    readonly resourceId: u32;1767  } & Struct;1768  readonly isResourceRemovalAccepted: boolean;1769  readonly asResourceRemovalAccepted: {1770    readonly nftId: u32;1771    readonly resourceId: u32;1772  } & Struct;1773  readonly isPrioritySet: boolean;1774  readonly asPrioritySet: {1775    readonly collectionId: u32;1776    readonly nftId: u32;1777  } & Struct;1778  readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1779}17801781/** @name PalletRmrkEquipCall */1782export interface PalletRmrkEquipCall extends Enum {1783  readonly isCreateBase: boolean;1784  readonly asCreateBase: {1785    readonly baseType: Bytes;1786    readonly symbol: Bytes;1787    readonly parts: Vec<RmrkTraitsPartPartType>;1788  } & Struct;1789  readonly isThemeAdd: boolean;1790  readonly asThemeAdd: {1791    readonly baseId: u32;1792    readonly theme: RmrkTraitsTheme;1793  } & Struct;1794  readonly isEquippable: boolean;1795  readonly asEquippable: {1796    readonly baseId: u32;1797    readonly slotId: u32;1798    readonly equippables: RmrkTraitsPartEquippableList;1799  } & Struct;1800  readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1801}18021803/** @name PalletRmrkEquipError */1804export interface PalletRmrkEquipError extends Enum {1805  readonly isPermissionError: boolean;1806  readonly isNoAvailableBaseId: boolean;1807  readonly isNoAvailablePartId: boolean;1808  readonly isBaseDoesntExist: boolean;1809  readonly isNeedsDefaultThemeFirst: boolean;1810  readonly isPartDoesntExist: boolean;1811  readonly isNoEquippableOnFixedPart: boolean;1812  readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';1813}18141815/** @name PalletRmrkEquipEvent */1816export interface PalletRmrkEquipEvent extends Enum {1817  readonly isBaseCreated: boolean;1818  readonly asBaseCreated: {1819    readonly issuer: AccountId32;1820    readonly baseId: u32;1821  } & Struct;1822  readonly isEquippablesUpdated: boolean;1823  readonly asEquippablesUpdated: {1824    readonly baseId: u32;1825    readonly slotId: u32;1826  } & Struct;1827  readonly type: 'BaseCreated' | 'EquippablesUpdated';1828}18291830/** @name PalletStructureCall */1831export interface PalletStructureCall extends Null {}18321833/** @name PalletStructureError */1834export interface PalletStructureError extends Enum {1835  readonly isOuroborosDetected: boolean;1836  readonly isDepthLimit: boolean;1837  readonly isBreadthLimit: boolean;1838  readonly isTokenNotFound: boolean;1839  readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';1840}18411842/** @name PalletStructureEvent */1843export interface PalletStructureEvent extends Enum {1844  readonly isExecuted: boolean;1845  readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1846  readonly type: 'Executed';1847}18481849/** @name PalletSudoCall */1850export interface PalletSudoCall extends Enum {1851  readonly isSudo: boolean;1852  readonly asSudo: {1853    readonly call: Call;1854  } & Struct;1855  readonly isSudoUncheckedWeight: boolean;1856  readonly asSudoUncheckedWeight: {1857    readonly call: Call;1858    readonly weight: u64;1859  } & Struct;1860  readonly isSetKey: boolean;1861  readonly asSetKey: {1862    readonly new_: MultiAddress;1863  } & Struct;1864  readonly isSudoAs: boolean;1865  readonly asSudoAs: {1866    readonly who: MultiAddress;1867    readonly call: Call;1868  } & Struct;1869  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1870}18711872/** @name PalletSudoError */1873export interface PalletSudoError extends Enum {1874  readonly isRequireSudo: boolean;1875  readonly type: 'RequireSudo';1876}18771878/** @name PalletSudoEvent */1879export interface PalletSudoEvent extends Enum {1880  readonly isSudid: boolean;1881  readonly asSudid: {1882    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1883  } & Struct;1884  readonly isKeyChanged: boolean;1885  readonly asKeyChanged: {1886    readonly oldSudoer: Option<AccountId32>;1887  } & Struct;1888  readonly isSudoAsDone: boolean;1889  readonly asSudoAsDone: {1890    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1891  } & Struct;1892  readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1893}18941895/** @name PalletTemplateTransactionPaymentCall */1896export interface PalletTemplateTransactionPaymentCall extends Null {}18971898/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */1899export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}19001901/** @name PalletTimestampCall */1902export interface PalletTimestampCall extends Enum {1903  readonly isSet: boolean;1904  readonly asSet: {1905    readonly now: Compact<u64>;1906  } & Struct;1907  readonly type: 'Set';1908}19091910/** @name PalletTransactionPaymentEvent */1911export interface PalletTransactionPaymentEvent extends Enum {1912  readonly isTransactionFeePaid: boolean;1913  readonly asTransactionFeePaid: {1914    readonly who: AccountId32;1915    readonly actualFee: u128;1916    readonly tip: u128;1917  } & Struct;1918  readonly type: 'TransactionFeePaid';1919}19201921/** @name PalletTransactionPaymentReleases */1922export interface PalletTransactionPaymentReleases extends Enum {1923  readonly isV1Ancient: boolean;1924  readonly isV2: boolean;1925  readonly type: 'V1Ancient' | 'V2';1926}19271928/** @name PalletTreasuryCall */1929export interface PalletTreasuryCall extends Enum {1930  readonly isProposeSpend: boolean;1931  readonly asProposeSpend: {1932    readonly value: Compact<u128>;1933    readonly beneficiary: MultiAddress;1934  } & Struct;1935  readonly isRejectProposal: boolean;1936  readonly asRejectProposal: {1937    readonly proposalId: Compact<u32>;1938  } & Struct;1939  readonly isApproveProposal: boolean;1940  readonly asApproveProposal: {1941    readonly proposalId: Compact<u32>;1942  } & Struct;1943  readonly isSpend: boolean;1944  readonly asSpend: {1945    readonly amount: Compact<u128>;1946    readonly beneficiary: MultiAddress;1947  } & Struct;1948  readonly isRemoveApproval: boolean;1949  readonly asRemoveApproval: {1950    readonly proposalId: Compact<u32>;1951  } & Struct;1952  readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1953}19541955/** @name PalletTreasuryError */1956export interface PalletTreasuryError extends Enum {1957  readonly isInsufficientProposersBalance: boolean;1958  readonly isInvalidIndex: boolean;1959  readonly isTooManyApprovals: boolean;1960  readonly isInsufficientPermission: boolean;1961  readonly isProposalNotApproved: boolean;1962  readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1963}19641965/** @name PalletTreasuryEvent */1966export interface PalletTreasuryEvent extends Enum {1967  readonly isProposed: boolean;1968  readonly asProposed: {1969    readonly proposalIndex: u32;1970  } & Struct;1971  readonly isSpending: boolean;1972  readonly asSpending: {1973    readonly budgetRemaining: u128;1974  } & Struct;1975  readonly isAwarded: boolean;1976  readonly asAwarded: {1977    readonly proposalIndex: u32;1978    readonly award: u128;1979    readonly account: AccountId32;1980  } & Struct;1981  readonly isRejected: boolean;1982  readonly asRejected: {1983    readonly proposalIndex: u32;1984    readonly slashed: u128;1985  } & Struct;1986  readonly isBurnt: boolean;1987  readonly asBurnt: {1988    readonly burntFunds: u128;1989  } & Struct;1990  readonly isRollover: boolean;1991  readonly asRollover: {1992    readonly rolloverBalance: u128;1993  } & Struct;1994  readonly isDeposit: boolean;1995  readonly asDeposit: {1996    readonly value: u128;1997  } & Struct;1998  readonly isSpendApproved: boolean;1999  readonly asSpendApproved: {2000    readonly proposalIndex: u32;2001    readonly amount: u128;2002    readonly beneficiary: AccountId32;2003  } & Struct;2004  readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';2005}20062007/** @name PalletTreasuryProposal */2008export interface PalletTreasuryProposal extends Struct {2009  readonly proposer: AccountId32;2010  readonly value: u128;2011  readonly beneficiary: AccountId32;2012  readonly bond: u128;2013}20142015/** @name PalletUniqueCall */2016export interface PalletUniqueCall extends Enum {2017  readonly isCreateCollection: boolean;2018  readonly asCreateCollection: {2019    readonly collectionName: Vec<u16>;2020    readonly collectionDescription: Vec<u16>;2021    readonly tokenPrefix: Bytes;2022    readonly mode: UpDataStructsCollectionMode;2023  } & Struct;2024  readonly isCreateCollectionEx: boolean;2025  readonly asCreateCollectionEx: {2026    readonly data: UpDataStructsCreateCollectionData;2027  } & Struct;2028  readonly isDestroyCollection: boolean;2029  readonly asDestroyCollection: {2030    readonly collectionId: u32;2031  } & Struct;2032  readonly isAddToAllowList: boolean;2033  readonly asAddToAllowList: {2034    readonly collectionId: u32;2035    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2036  } & Struct;2037  readonly isRemoveFromAllowList: boolean;2038  readonly asRemoveFromAllowList: {2039    readonly collectionId: u32;2040    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2041  } & Struct;2042  readonly isChangeCollectionOwner: boolean;2043  readonly asChangeCollectionOwner: {2044    readonly collectionId: u32;2045    readonly newOwner: AccountId32;2046  } & Struct;2047  readonly isAddCollectionAdmin: boolean;2048  readonly asAddCollectionAdmin: {2049    readonly collectionId: u32;2050    readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2051  } & Struct;2052  readonly isRemoveCollectionAdmin: boolean;2053  readonly asRemoveCollectionAdmin: {2054    readonly collectionId: u32;2055    readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2056  } & Struct;2057  readonly isSetCollectionSponsor: boolean;2058  readonly asSetCollectionSponsor: {2059    readonly collectionId: u32;2060    readonly newSponsor: AccountId32;2061  } & Struct;2062  readonly isConfirmSponsorship: boolean;2063  readonly asConfirmSponsorship: {2064    readonly collectionId: u32;2065  } & Struct;2066  readonly isRemoveCollectionSponsor: boolean;2067  readonly asRemoveCollectionSponsor: {2068    readonly collectionId: u32;2069  } & Struct;2070  readonly isCreateItem: boolean;2071  readonly asCreateItem: {2072    readonly collectionId: u32;2073    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2074    readonly data: UpDataStructsCreateItemData;2075  } & Struct;2076  readonly isCreateMultipleItems: boolean;2077  readonly asCreateMultipleItems: {2078    readonly collectionId: u32;2079    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2080    readonly itemsData: Vec<UpDataStructsCreateItemData>;2081  } & Struct;2082  readonly isSetCollectionProperties: boolean;2083  readonly asSetCollectionProperties: {2084    readonly collectionId: u32;2085    readonly properties: Vec<UpDataStructsProperty>;2086  } & Struct;2087  readonly isDeleteCollectionProperties: boolean;2088  readonly asDeleteCollectionProperties: {2089    readonly collectionId: u32;2090    readonly propertyKeys: Vec<Bytes>;2091  } & Struct;2092  readonly isSetTokenProperties: boolean;2093  readonly asSetTokenProperties: {2094    readonly collectionId: u32;2095    readonly tokenId: u32;2096    readonly properties: Vec<UpDataStructsProperty>;2097  } & Struct;2098  readonly isDeleteTokenProperties: boolean;2099  readonly asDeleteTokenProperties: {2100    readonly collectionId: u32;2101    readonly tokenId: u32;2102    readonly propertyKeys: Vec<Bytes>;2103  } & Struct;2104  readonly isSetTokenPropertyPermissions: boolean;2105  readonly asSetTokenPropertyPermissions: {2106    readonly collectionId: u32;2107    readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2108  } & Struct;2109  readonly isCreateMultipleItemsEx: boolean;2110  readonly asCreateMultipleItemsEx: {2111    readonly collectionId: u32;2112    readonly data: UpDataStructsCreateItemExData;2113  } & Struct;2114  readonly isSetTransfersEnabledFlag: boolean;2115  readonly asSetTransfersEnabledFlag: {2116    readonly collectionId: u32;2117    readonly value: bool;2118  } & Struct;2119  readonly isBurnItem: boolean;2120  readonly asBurnItem: {2121    readonly collectionId: u32;2122    readonly itemId: u32;2123    readonly value: u128;2124  } & Struct;2125  readonly isBurnFrom: boolean;2126  readonly asBurnFrom: {2127    readonly collectionId: u32;2128    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2129    readonly itemId: u32;2130    readonly value: u128;2131  } & Struct;2132  readonly isTransfer: boolean;2133  readonly asTransfer: {2134    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2135    readonly collectionId: u32;2136    readonly itemId: u32;2137    readonly value: u128;2138  } & Struct;2139  readonly isApprove: boolean;2140  readonly asApprove: {2141    readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2142    readonly collectionId: u32;2143    readonly itemId: u32;2144    readonly amount: u128;2145  } & Struct;2146  readonly isTransferFrom: boolean;2147  readonly asTransferFrom: {2148    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2149    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2150    readonly collectionId: u32;2151    readonly itemId: u32;2152    readonly value: u128;2153  } & Struct;2154  readonly isSetCollectionLimits: boolean;2155  readonly asSetCollectionLimits: {2156    readonly collectionId: u32;2157    readonly newLimit: UpDataStructsCollectionLimits;2158  } & Struct;2159  readonly isSetCollectionPermissions: boolean;2160  readonly asSetCollectionPermissions: {2161    readonly collectionId: u32;2162    readonly newPermission: UpDataStructsCollectionPermissions;2163  } & Struct;2164  readonly isRepartition: boolean;2165  readonly asRepartition: {2166    readonly collectionId: u32;2167    readonly tokenId: u32;2168    readonly amount: u128;2169  } & Struct;2170  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';2171}21722173/** @name PalletUniqueError */2174export interface PalletUniqueError extends Enum {2175  readonly isCollectionDecimalPointLimitExceeded: boolean;2176  readonly isConfirmUnsetSponsorFail: boolean;2177  readonly isEmptyArgument: boolean;2178  readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2179  readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2180}21812182/** @name PalletUniqueRawEvent */2183export interface PalletUniqueRawEvent extends Enum {2184  readonly isCollectionSponsorRemoved: boolean;2185  readonly asCollectionSponsorRemoved: u32;2186  readonly isCollectionAdminAdded: boolean;2187  readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2188  readonly isCollectionOwnedChanged: boolean;2189  readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;2190  readonly isCollectionSponsorSet: boolean;2191  readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;2192  readonly isSponsorshipConfirmed: boolean;2193  readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;2194  readonly isCollectionAdminRemoved: boolean;2195  readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2196  readonly isAllowListAddressRemoved: boolean;2197  readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2198  readonly isAllowListAddressAdded: boolean;2199  readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2200  readonly isCollectionLimitSet: boolean;2201  readonly asCollectionLimitSet: u32;2202  readonly isCollectionPermissionSet: boolean;2203  readonly asCollectionPermissionSet: u32;2204  readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';2205}22062207/** @name PalletUniqueSchedulerCall */2208export interface PalletUniqueSchedulerCall extends Enum {2209  readonly isScheduleNamed: boolean;2210  readonly asScheduleNamed: {2211    readonly id: U8aFixed;2212    readonly when: u32;2213    readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2214    readonly priority: u8;2215    readonly call: FrameSupportScheduleMaybeHashed;2216  } & Struct;2217  readonly isCancelNamed: boolean;2218  readonly asCancelNamed: {2219    readonly id: U8aFixed;2220  } & Struct;2221  readonly isScheduleNamedAfter: boolean;2222  readonly asScheduleNamedAfter: {2223    readonly id: U8aFixed;2224    readonly after: u32;2225    readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2226    readonly priority: u8;2227    readonly call: FrameSupportScheduleMaybeHashed;2228  } & Struct;2229  readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';2230}22312232/** @name PalletUniqueSchedulerError */2233export interface PalletUniqueSchedulerError extends Enum {2234  readonly isFailedToSchedule: boolean;2235  readonly isNotFound: boolean;2236  readonly isTargetBlockNumberInPast: boolean;2237  readonly isRescheduleNoChange: boolean;2238  readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';2239}22402241/** @name PalletUniqueSchedulerEvent */2242export interface PalletUniqueSchedulerEvent extends Enum {2243  readonly isScheduled: boolean;2244  readonly asScheduled: {2245    readonly when: u32;2246    readonly index: u32;2247  } & Struct;2248  readonly isCanceled: boolean;2249  readonly asCanceled: {2250    readonly when: u32;2251    readonly index: u32;2252  } & Struct;2253  readonly isDispatched: boolean;2254  readonly asDispatched: {2255    readonly task: ITuple<[u32, u32]>;2256    readonly id: Option<U8aFixed>;2257    readonly result: Result<Null, SpRuntimeDispatchError>;2258  } & Struct;2259  readonly isCallLookupFailed: boolean;2260  readonly asCallLookupFailed: {2261    readonly task: ITuple<[u32, u32]>;2262    readonly id: Option<U8aFixed>;2263    readonly error: FrameSupportScheduleLookupError;2264  } & Struct;2265  readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';2266}22672268/** @name PalletUniqueSchedulerScheduledV3 */2269export interface PalletUniqueSchedulerScheduledV3 extends Struct {2270  readonly maybeId: Option<U8aFixed>;2271  readonly priority: u8;2272  readonly call: FrameSupportScheduleMaybeHashed;2273  readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2274  readonly origin: OpalRuntimeOriginCaller;2275}22762277/** @name PalletXcmCall */2278export interface PalletXcmCall extends Enum {2279  readonly isSend: boolean;2280  readonly asSend: {2281    readonly dest: XcmVersionedMultiLocation;2282    readonly message: XcmVersionedXcm;2283  } & Struct;2284  readonly isTeleportAssets: boolean;2285  readonly asTeleportAssets: {2286    readonly dest: XcmVersionedMultiLocation;2287    readonly beneficiary: XcmVersionedMultiLocation;2288    readonly assets: XcmVersionedMultiAssets;2289    readonly feeAssetItem: u32;2290  } & Struct;2291  readonly isReserveTransferAssets: boolean;2292  readonly asReserveTransferAssets: {2293    readonly dest: XcmVersionedMultiLocation;2294    readonly beneficiary: XcmVersionedMultiLocation;2295    readonly assets: XcmVersionedMultiAssets;2296    readonly feeAssetItem: u32;2297  } & Struct;2298  readonly isExecute: boolean;2299  readonly asExecute: {2300    readonly message: XcmVersionedXcm;2301    readonly maxWeight: u64;2302  } & Struct;2303  readonly isForceXcmVersion: boolean;2304  readonly asForceXcmVersion: {2305    readonly location: XcmV1MultiLocation;2306    readonly xcmVersion: u32;2307  } & Struct;2308  readonly isForceDefaultXcmVersion: boolean;2309  readonly asForceDefaultXcmVersion: {2310    readonly maybeXcmVersion: Option<u32>;2311  } & Struct;2312  readonly isForceSubscribeVersionNotify: boolean;2313  readonly asForceSubscribeVersionNotify: {2314    readonly location: XcmVersionedMultiLocation;2315  } & Struct;2316  readonly isForceUnsubscribeVersionNotify: boolean;2317  readonly asForceUnsubscribeVersionNotify: {2318    readonly location: XcmVersionedMultiLocation;2319  } & Struct;2320  readonly isLimitedReserveTransferAssets: boolean;2321  readonly asLimitedReserveTransferAssets: {2322    readonly dest: XcmVersionedMultiLocation;2323    readonly beneficiary: XcmVersionedMultiLocation;2324    readonly assets: XcmVersionedMultiAssets;2325    readonly feeAssetItem: u32;2326    readonly weightLimit: XcmV2WeightLimit;2327  } & Struct;2328  readonly isLimitedTeleportAssets: boolean;2329  readonly asLimitedTeleportAssets: {2330    readonly dest: XcmVersionedMultiLocation;2331    readonly beneficiary: XcmVersionedMultiLocation;2332    readonly assets: XcmVersionedMultiAssets;2333    readonly feeAssetItem: u32;2334    readonly weightLimit: XcmV2WeightLimit;2335  } & Struct;2336  readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2337}23382339/** @name PalletXcmError */2340export interface PalletXcmError extends Enum {2341  readonly isUnreachable: boolean;2342  readonly isSendFailure: boolean;2343  readonly isFiltered: boolean;2344  readonly isUnweighableMessage: boolean;2345  readonly isDestinationNotInvertible: boolean;2346  readonly isEmpty: boolean;2347  readonly isCannotReanchor: boolean;2348  readonly isTooManyAssets: boolean;2349  readonly isInvalidOrigin: boolean;2350  readonly isBadVersion: boolean;2351  readonly isBadLocation: boolean;2352  readonly isNoSubscription: boolean;2353  readonly isAlreadySubscribed: boolean;2354  readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2355}23562357/** @name PalletXcmEvent */2358export interface PalletXcmEvent extends Enum {2359  readonly isAttempted: boolean;2360  readonly asAttempted: XcmV2TraitsOutcome;2361  readonly isSent: boolean;2362  readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;2363  readonly isUnexpectedResponse: boolean;2364  readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;2365  readonly isResponseReady: boolean;2366  readonly asResponseReady: ITuple<[u64, XcmV2Response]>;2367  readonly isNotified: boolean;2368  readonly asNotified: ITuple<[u64, u8, u8]>;2369  readonly isNotifyOverweight: boolean;2370  readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>;2371  readonly isNotifyDispatchError: boolean;2372  readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2373  readonly isNotifyDecodeFailed: boolean;2374  readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2375  readonly isInvalidResponder: boolean;2376  readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2377  readonly isInvalidResponderVersion: boolean;2378  readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2379  readonly isResponseTaken: boolean;2380  readonly asResponseTaken: u64;2381  readonly isAssetsTrapped: boolean;2382  readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2383  readonly isVersionChangeNotified: boolean;2384  readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2385  readonly isSupportedVersionChanged: boolean;2386  readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2387  readonly isNotifyTargetSendFail: boolean;2388  readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2389  readonly isNotifyTargetMigrationFail: boolean;2390  readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2391  readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2392}23932394/** @name PalletXcmOrigin */2395export interface PalletXcmOrigin extends Enum {2396  readonly isXcm: boolean;2397  readonly asXcm: XcmV1MultiLocation;2398  readonly isResponse: boolean;2399  readonly asResponse: XcmV1MultiLocation;2400  readonly type: 'Xcm' | 'Response';2401}24022403/** @name PhantomTypeUpDataStructs */2404export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}24052406/** @name PolkadotCorePrimitivesInboundDownwardMessage */2407export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2408  readonly sentAt: u32;2409  readonly msg: Bytes;2410}24112412/** @name PolkadotCorePrimitivesInboundHrmpMessage */2413export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2414  readonly sentAt: u32;2415  readonly data: Bytes;2416}24172418/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2419export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2420  readonly recipient: u32;2421  readonly data: Bytes;2422}24232424/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2425export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2426  readonly isConcatenatedVersionedXcm: boolean;2427  readonly isConcatenatedEncodedBlob: boolean;2428  readonly isSignals: boolean;2429  readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2430}24312432/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */2433export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {2434  readonly maxCodeSize: u32;2435  readonly maxHeadDataSize: u32;2436  readonly maxUpwardQueueCount: u32;2437  readonly maxUpwardQueueSize: u32;2438  readonly maxUpwardMessageSize: u32;2439  readonly maxUpwardMessageNumPerCandidate: u32;2440  readonly hrmpMaxMessageNumPerCandidate: u32;2441  readonly validationUpgradeCooldown: u32;2442  readonly validationUpgradeDelay: u32;2443}24442445/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */2446export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {2447  readonly maxCapacity: u32;2448  readonly maxTotalSize: u32;2449  readonly maxMessageSize: u32;2450  readonly msgCount: u32;2451  readonly totalSize: u32;2452  readonly mqcHead: Option<H256>;2453}24542455/** @name PolkadotPrimitivesV2PersistedValidationData */2456export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {2457  readonly parentHead: Bytes;2458  readonly relayParentNumber: u32;2459  readonly relayParentStorageRoot: H256;2460  readonly maxPovSize: u32;2461}24622463/** @name PolkadotPrimitivesV2UpgradeRestriction */2464export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {2465  readonly isPresent: boolean;2466  readonly type: 'Present';2467}24682469/** @name RmrkTraitsBaseBaseInfo */2470export interface RmrkTraitsBaseBaseInfo extends Struct {2471  readonly issuer: AccountId32;2472  readonly baseType: Bytes;2473  readonly symbol: Bytes;2474}24752476/** @name RmrkTraitsCollectionCollectionInfo */2477export interface RmrkTraitsCollectionCollectionInfo extends Struct {2478  readonly issuer: AccountId32;2479  readonly metadata: Bytes;2480  readonly max: Option<u32>;2481  readonly symbol: Bytes;2482  readonly nftsCount: u32;2483}24842485/** @name RmrkTraitsNftAccountIdOrCollectionNftTuple */2486export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {2487  readonly isAccountId: boolean;2488  readonly asAccountId: AccountId32;2489  readonly isCollectionAndNftTuple: boolean;2490  readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;2491  readonly type: 'AccountId' | 'CollectionAndNftTuple';2492}24932494/** @name RmrkTraitsNftNftChild */2495export interface RmrkTraitsNftNftChild extends Struct {2496  readonly collectionId: u32;2497  readonly nftId: u32;2498}24992500/** @name RmrkTraitsNftNftInfo */2501export interface RmrkTraitsNftNftInfo extends Struct {2502  readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2503  readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;2504  readonly metadata: Bytes;2505  readonly equipped: bool;2506  readonly pending: bool;2507}25082509/** @name RmrkTraitsNftRoyaltyInfo */2510export interface RmrkTraitsNftRoyaltyInfo extends Struct {2511  readonly recipient: AccountId32;2512  readonly amount: Permill;2513}25142515/** @name RmrkTraitsPartEquippableList */2516export interface RmrkTraitsPartEquippableList extends Enum {2517  readonly isAll: boolean;2518  readonly isEmpty: boolean;2519  readonly isCustom: boolean;2520  readonly asCustom: Vec<u32>;2521  readonly type: 'All' | 'Empty' | 'Custom';2522}25232524/** @name RmrkTraitsPartFixedPart */2525export interface RmrkTraitsPartFixedPart extends Struct {2526  readonly id: u32;2527  readonly z: u32;2528  readonly src: Bytes;2529}25302531/** @name RmrkTraitsPartPartType */2532export interface RmrkTraitsPartPartType extends Enum {2533  readonly isFixedPart: boolean;2534  readonly asFixedPart: RmrkTraitsPartFixedPart;2535  readonly isSlotPart: boolean;2536  readonly asSlotPart: RmrkTraitsPartSlotPart;2537  readonly type: 'FixedPart' | 'SlotPart';2538}25392540/** @name RmrkTraitsPartSlotPart */2541export interface RmrkTraitsPartSlotPart extends Struct {2542  readonly id: u32;2543  readonly equippable: RmrkTraitsPartEquippableList;2544  readonly src: Bytes;2545  readonly z: u32;2546}25472548/** @name RmrkTraitsPropertyPropertyInfo */2549export interface RmrkTraitsPropertyPropertyInfo extends Struct {2550  readonly key: Bytes;2551  readonly value: Bytes;2552}25532554/** @name RmrkTraitsResourceBasicResource */2555export interface RmrkTraitsResourceBasicResource extends Struct {2556  readonly src: Option<Bytes>;2557  readonly metadata: Option<Bytes>;2558  readonly license: Option<Bytes>;2559  readonly thumb: Option<Bytes>;2560}25612562/** @name RmrkTraitsResourceComposableResource */2563export interface RmrkTraitsResourceComposableResource extends Struct {2564  readonly parts: Vec<u32>;2565  readonly base: u32;2566  readonly src: Option<Bytes>;2567  readonly metadata: Option<Bytes>;2568  readonly license: Option<Bytes>;2569  readonly thumb: Option<Bytes>;2570}25712572/** @name RmrkTraitsResourceResourceInfo */2573export interface RmrkTraitsResourceResourceInfo extends Struct {2574  readonly id: u32;2575  readonly resource: RmrkTraitsResourceResourceTypes;2576  readonly pending: bool;2577  readonly pendingRemoval: bool;2578}25792580/** @name RmrkTraitsResourceResourceTypes */2581export interface RmrkTraitsResourceResourceTypes extends Enum {2582  readonly isBasic: boolean;2583  readonly asBasic: RmrkTraitsResourceBasicResource;2584  readonly isComposable: boolean;2585  readonly asComposable: RmrkTraitsResourceComposableResource;2586  readonly isSlot: boolean;2587  readonly asSlot: RmrkTraitsResourceSlotResource;2588  readonly type: 'Basic' | 'Composable' | 'Slot';2589}25902591/** @name RmrkTraitsResourceSlotResource */2592export interface RmrkTraitsResourceSlotResource extends Struct {2593  readonly base: u32;2594  readonly src: Option<Bytes>;2595  readonly metadata: Option<Bytes>;2596  readonly slot: u32;2597  readonly license: Option<Bytes>;2598  readonly thumb: Option<Bytes>;2599}26002601/** @name RmrkTraitsTheme */2602export interface RmrkTraitsTheme extends Struct {2603  readonly name: Bytes;2604  readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2605  readonly inherit: bool;2606}26072608/** @name RmrkTraitsThemeThemeProperty */2609export interface RmrkTraitsThemeThemeProperty extends Struct {2610  readonly key: Bytes;2611  readonly value: Bytes;2612}26132614/** @name SpCoreEcdsaSignature */2615export interface SpCoreEcdsaSignature extends U8aFixed {}26162617/** @name SpCoreEd25519Signature */2618export interface SpCoreEd25519Signature extends U8aFixed {}26192620/** @name SpCoreSr25519Signature */2621export interface SpCoreSr25519Signature extends U8aFixed {}26222623/** @name SpCoreVoid */2624export interface SpCoreVoid extends Null {}26252626/** @name SpRuntimeArithmeticError */2627export interface SpRuntimeArithmeticError extends Enum {2628  readonly isUnderflow: boolean;2629  readonly isOverflow: boolean;2630  readonly isDivisionByZero: boolean;2631  readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2632}26332634/** @name SpRuntimeDigest */2635export interface SpRuntimeDigest extends Struct {2636  readonly logs: Vec<SpRuntimeDigestDigestItem>;2637}26382639/** @name SpRuntimeDigestDigestItem */2640export interface SpRuntimeDigestDigestItem extends Enum {2641  readonly isOther: boolean;2642  readonly asOther: Bytes;2643  readonly isConsensus: boolean;2644  readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2645  readonly isSeal: boolean;2646  readonly asSeal: ITuple<[U8aFixed, Bytes]>;2647  readonly isPreRuntime: boolean;2648  readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2649  readonly isRuntimeEnvironmentUpdated: boolean;2650  readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2651}26522653/** @name SpRuntimeDispatchError */2654export interface SpRuntimeDispatchError extends Enum {2655  readonly isOther: boolean;2656  readonly isCannotLookup: boolean;2657  readonly isBadOrigin: boolean;2658  readonly isModule: boolean;2659  readonly asModule: SpRuntimeModuleError;2660  readonly isConsumerRemaining: boolean;2661  readonly isNoProviders: boolean;2662  readonly isTooManyConsumers: boolean;2663  readonly isToken: boolean;2664  readonly asToken: SpRuntimeTokenError;2665  readonly isArithmetic: boolean;2666  readonly asArithmetic: SpRuntimeArithmeticError;2667  readonly isTransactional: boolean;2668  readonly asTransactional: SpRuntimeTransactionalError;2669  readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2670}26712672/** @name SpRuntimeModuleError */2673export interface SpRuntimeModuleError extends Struct {2674  readonly index: u8;2675  readonly error: U8aFixed;2676}26772678/** @name SpRuntimeMultiSignature */2679export interface SpRuntimeMultiSignature extends Enum {2680  readonly isEd25519: boolean;2681  readonly asEd25519: SpCoreEd25519Signature;2682  readonly isSr25519: boolean;2683  readonly asSr25519: SpCoreSr25519Signature;2684  readonly isEcdsa: boolean;2685  readonly asEcdsa: SpCoreEcdsaSignature;2686  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2687}26882689/** @name SpRuntimeTokenError */2690export interface SpRuntimeTokenError extends Enum {2691  readonly isNoFunds: boolean;2692  readonly isWouldDie: boolean;2693  readonly isBelowMinimum: boolean;2694  readonly isCannotCreate: boolean;2695  readonly isUnknownAsset: boolean;2696  readonly isFrozen: boolean;2697  readonly isUnsupported: boolean;2698  readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2699}27002701/** @name SpRuntimeTransactionalError */2702export interface SpRuntimeTransactionalError extends Enum {2703  readonly isLimitReached: boolean;2704  readonly isNoLayer: boolean;2705  readonly type: 'LimitReached' | 'NoLayer';2706}27072708/** @name SpTrieStorageProof */2709export interface SpTrieStorageProof extends Struct {2710  readonly trieNodes: BTreeSet<Bytes>;2711}27122713/** @name SpVersionRuntimeVersion */2714export interface SpVersionRuntimeVersion extends Struct {2715  readonly specName: Text;2716  readonly implName: Text;2717  readonly authoringVersion: u32;2718  readonly specVersion: u32;2719  readonly implVersion: u32;2720  readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2721  readonly transactionVersion: u32;2722  readonly stateVersion: u8;2723}27242725/** @name UpDataStructsAccessMode */2726export interface UpDataStructsAccessMode extends Enum {2727  readonly isNormal: boolean;2728  readonly isAllowList: boolean;2729  readonly type: 'Normal' | 'AllowList';2730}27312732/** @name UpDataStructsCollection */2733export interface UpDataStructsCollection extends Struct {2734  readonly owner: AccountId32;2735  readonly mode: UpDataStructsCollectionMode;2736  readonly name: Vec<u16>;2737  readonly description: Vec<u16>;2738  readonly tokenPrefix: Bytes;2739  readonly sponsorship: UpDataStructsSponsorshipState;2740  readonly limits: UpDataStructsCollectionLimits;2741  readonly permissions: UpDataStructsCollectionPermissions;2742  readonly externalCollection: bool;2743}27442745/** @name UpDataStructsCollectionLimits */2746export interface UpDataStructsCollectionLimits extends Struct {2747  readonly accountTokenOwnershipLimit: Option<u32>;2748  readonly sponsoredDataSize: Option<u32>;2749  readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2750  readonly tokenLimit: Option<u32>;2751  readonly sponsorTransferTimeout: Option<u32>;2752  readonly sponsorApproveTimeout: Option<u32>;2753  readonly ownerCanTransfer: Option<bool>;2754  readonly ownerCanDestroy: Option<bool>;2755  readonly transfersEnabled: Option<bool>;2756}27572758/** @name UpDataStructsCollectionMode */2759export interface UpDataStructsCollectionMode extends Enum {2760  readonly isNft: boolean;2761  readonly isFungible: boolean;2762  readonly asFungible: u8;2763  readonly isReFungible: boolean;2764  readonly type: 'Nft' | 'Fungible' | 'ReFungible';2765}27662767/** @name UpDataStructsCollectionPermissions */2768export interface UpDataStructsCollectionPermissions extends Struct {2769  readonly access: Option<UpDataStructsAccessMode>;2770  readonly mintMode: Option<bool>;2771  readonly nesting: Option<UpDataStructsNestingPermissions>;2772}27732774/** @name UpDataStructsCollectionStats */2775export interface UpDataStructsCollectionStats extends Struct {2776  readonly created: u32;2777  readonly destroyed: u32;2778  readonly alive: u32;2779}27802781/** @name UpDataStructsCreateCollectionData */2782export interface UpDataStructsCreateCollectionData extends Struct {2783  readonly mode: UpDataStructsCollectionMode;2784  readonly access: Option<UpDataStructsAccessMode>;2785  readonly name: Vec<u16>;2786  readonly description: Vec<u16>;2787  readonly tokenPrefix: Bytes;2788  readonly pendingSponsor: Option<AccountId32>;2789  readonly limits: Option<UpDataStructsCollectionLimits>;2790  readonly permissions: Option<UpDataStructsCollectionPermissions>;2791  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2792  readonly properties: Vec<UpDataStructsProperty>;2793}27942795/** @name UpDataStructsCreateFungibleData */2796export interface UpDataStructsCreateFungibleData extends Struct {2797  readonly value: u128;2798}27992800/** @name UpDataStructsCreateItemData */2801export interface UpDataStructsCreateItemData extends Enum {2802  readonly isNft: boolean;2803  readonly asNft: UpDataStructsCreateNftData;2804  readonly isFungible: boolean;2805  readonly asFungible: UpDataStructsCreateFungibleData;2806  readonly isReFungible: boolean;2807  readonly asReFungible: UpDataStructsCreateReFungibleData;2808  readonly type: 'Nft' | 'Fungible' | 'ReFungible';2809}28102811/** @name UpDataStructsCreateItemExData */2812export interface UpDataStructsCreateItemExData extends Enum {2813  readonly isNft: boolean;2814  readonly asNft: Vec<UpDataStructsCreateNftExData>;2815  readonly isFungible: boolean;2816  readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;2817  readonly isRefungibleMultipleItems: boolean;2818  readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2819  readonly isRefungibleMultipleOwners: boolean;2820  readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2821  readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2822}28232824/** @name UpDataStructsCreateNftData */2825export interface UpDataStructsCreateNftData extends Struct {2826  readonly properties: Vec<UpDataStructsProperty>;2827}28282829/** @name UpDataStructsCreateNftExData */2830export interface UpDataStructsCreateNftExData extends Struct {2831  readonly properties: Vec<UpDataStructsProperty>;2832  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2833}28342835/** @name UpDataStructsCreateReFungibleData */2836export interface UpDataStructsCreateReFungibleData extends Struct {2837  readonly pieces: u128;2838  readonly properties: Vec<UpDataStructsProperty>;2839}28402841/** @name UpDataStructsCreateRefungibleExMultipleOwners */2842export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2843  readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2844  readonly properties: Vec<UpDataStructsProperty>;2845}28462847/** @name UpDataStructsCreateRefungibleExSingleOwner */2848export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2849  readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2850  readonly pieces: u128;2851  readonly properties: Vec<UpDataStructsProperty>;2852}28532854/** @name UpDataStructsNestingPermissions */2855export interface UpDataStructsNestingPermissions extends Struct {2856  readonly tokenOwner: bool;2857  readonly collectionAdmin: bool;2858  readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2859}28602861/** @name UpDataStructsOwnerRestrictedSet */2862export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}28632864/** @name UpDataStructsProperties */2865export interface UpDataStructsProperties extends Struct {2866  readonly map: UpDataStructsPropertiesMapBoundedVec;2867  readonly consumedSpace: u32;2868  readonly spaceLimit: u32;2869}28702871/** @name UpDataStructsPropertiesMapBoundedVec */2872export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}28732874/** @name UpDataStructsPropertiesMapPropertyPermission */2875export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}28762877/** @name UpDataStructsProperty */2878export interface UpDataStructsProperty extends Struct {2879  readonly key: Bytes;2880  readonly value: Bytes;2881}28822883/** @name UpDataStructsPropertyKeyPermission */2884export interface UpDataStructsPropertyKeyPermission extends Struct {2885  readonly key: Bytes;2886  readonly permission: UpDataStructsPropertyPermission;2887}28882889/** @name UpDataStructsPropertyPermission */2890export interface UpDataStructsPropertyPermission extends Struct {2891  readonly mutable: bool;2892  readonly collectionAdmin: bool;2893  readonly tokenOwner: bool;2894}28952896/** @name UpDataStructsPropertyScope */2897export interface UpDataStructsPropertyScope extends Enum {2898  readonly isNone: boolean;2899  readonly isRmrk: boolean;2900  readonly isEth: boolean;2901  readonly type: 'None' | 'Rmrk' | 'Eth';2902}29032904/** @name UpDataStructsRpcCollection */2905export interface UpDataStructsRpcCollection extends Struct {2906  readonly owner: AccountId32;2907  readonly mode: UpDataStructsCollectionMode;2908  readonly name: Vec<u16>;2909  readonly description: Vec<u16>;2910  readonly tokenPrefix: Bytes;2911  readonly sponsorship: UpDataStructsSponsorshipState;2912  readonly limits: UpDataStructsCollectionLimits;2913  readonly permissions: UpDataStructsCollectionPermissions;2914  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2915  readonly properties: Vec<UpDataStructsProperty>;2916  readonly readOnly: bool;2917}29182919/** @name UpDataStructsSponsoringRateLimit */2920export interface UpDataStructsSponsoringRateLimit extends Enum {2921  readonly isSponsoringDisabled: boolean;2922  readonly isBlocks: boolean;2923  readonly asBlocks: u32;2924  readonly type: 'SponsoringDisabled' | 'Blocks';2925}29262927/** @name UpDataStructsSponsorshipState */2928export interface UpDataStructsSponsorshipState extends Enum {2929  readonly isDisabled: boolean;2930  readonly isUnconfirmed: boolean;2931  readonly asUnconfirmed: AccountId32;2932  readonly isConfirmed: boolean;2933  readonly asConfirmed: AccountId32;2934  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2935}29362937/** @name UpDataStructsTokenChild */2938export interface UpDataStructsTokenChild extends Struct {2939  readonly token: u32;2940  readonly collection: u32;2941}29422943/** @name UpDataStructsTokenData */2944export interface UpDataStructsTokenData extends Struct {2945  readonly properties: Vec<UpDataStructsProperty>;2946  readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2947  readonly pieces: u128;2948}29492950/** @name XcmDoubleEncoded */2951export interface XcmDoubleEncoded extends Struct {2952  readonly encoded: Bytes;2953}29542955/** @name XcmV0Junction */2956export interface XcmV0Junction extends Enum {2957  readonly isParent: boolean;2958  readonly isParachain: boolean;2959  readonly asParachain: Compact<u32>;2960  readonly isAccountId32: boolean;2961  readonly asAccountId32: {2962    readonly network: XcmV0JunctionNetworkId;2963    readonly id: U8aFixed;2964  } & Struct;2965  readonly isAccountIndex64: boolean;2966  readonly asAccountIndex64: {2967    readonly network: XcmV0JunctionNetworkId;2968    readonly index: Compact<u64>;2969  } & Struct;2970  readonly isAccountKey20: boolean;2971  readonly asAccountKey20: {2972    readonly network: XcmV0JunctionNetworkId;2973    readonly key: U8aFixed;2974  } & Struct;2975  readonly isPalletInstance: boolean;2976  readonly asPalletInstance: u8;2977  readonly isGeneralIndex: boolean;2978  readonly asGeneralIndex: Compact<u128>;2979  readonly isGeneralKey: boolean;2980  readonly asGeneralKey: Bytes;2981  readonly isOnlyChild: boolean;2982  readonly isPlurality: boolean;2983  readonly asPlurality: {2984    readonly id: XcmV0JunctionBodyId;2985    readonly part: XcmV0JunctionBodyPart;2986  } & Struct;2987  readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';2988}29892990/** @name XcmV0JunctionBodyId */2991export interface XcmV0JunctionBodyId extends Enum {2992  readonly isUnit: boolean;2993  readonly isNamed: boolean;2994  readonly asNamed: Bytes;2995  readonly isIndex: boolean;2996  readonly asIndex: Compact<u32>;2997  readonly isExecutive: boolean;2998  readonly isTechnical: boolean;2999  readonly isLegislative: boolean;3000  readonly isJudicial: boolean;3001  readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';3002}30033004/** @name XcmV0JunctionBodyPart */3005export interface XcmV0JunctionBodyPart extends Enum {3006  readonly isVoice: boolean;3007  readonly isMembers: boolean;3008  readonly asMembers: {3009    readonly count: Compact<u32>;3010  } & Struct;3011  readonly isFraction: boolean;3012  readonly asFraction: {3013    readonly nom: Compact<u32>;3014    readonly denom: Compact<u32>;3015  } & Struct;3016  readonly isAtLeastProportion: boolean;3017  readonly asAtLeastProportion: {3018    readonly nom: Compact<u32>;3019    readonly denom: Compact<u32>;3020  } & Struct;3021  readonly isMoreThanProportion: boolean;3022  readonly asMoreThanProportion: {3023    readonly nom: Compact<u32>;3024    readonly denom: Compact<u32>;3025  } & Struct;3026  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3027}30283029/** @name XcmV0JunctionNetworkId */3030export interface XcmV0JunctionNetworkId extends Enum {3031  readonly isAny: boolean;3032  readonly isNamed: boolean;3033  readonly asNamed: Bytes;3034  readonly isPolkadot: boolean;3035  readonly isKusama: boolean;3036  readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3037}30383039/** @name XcmV0MultiAsset */3040export interface XcmV0MultiAsset extends Enum {3041  readonly isNone: boolean;3042  readonly isAll: boolean;3043  readonly isAllFungible: boolean;3044  readonly isAllNonFungible: boolean;3045  readonly isAllAbstractFungible: boolean;3046  readonly asAllAbstractFungible: {3047    readonly id: Bytes;3048  } & Struct;3049  readonly isAllAbstractNonFungible: boolean;3050  readonly asAllAbstractNonFungible: {3051    readonly class: Bytes;3052  } & Struct;3053  readonly isAllConcreteFungible: boolean;3054  readonly asAllConcreteFungible: {3055    readonly id: XcmV0MultiLocation;3056  } & Struct;3057  readonly isAllConcreteNonFungible: boolean;3058  readonly asAllConcreteNonFungible: {3059    readonly class: XcmV0MultiLocation;3060  } & Struct;3061  readonly isAbstractFungible: boolean;3062  readonly asAbstractFungible: {3063    readonly id: Bytes;3064    readonly amount: Compact<u128>;3065  } & Struct;3066  readonly isAbstractNonFungible: boolean;3067  readonly asAbstractNonFungible: {3068    readonly class: Bytes;3069    readonly instance: XcmV1MultiassetAssetInstance;3070  } & Struct;3071  readonly isConcreteFungible: boolean;3072  readonly asConcreteFungible: {3073    readonly id: XcmV0MultiLocation;3074    readonly amount: Compact<u128>;3075  } & Struct;3076  readonly isConcreteNonFungible: boolean;3077  readonly asConcreteNonFungible: {3078    readonly class: XcmV0MultiLocation;3079    readonly instance: XcmV1MultiassetAssetInstance;3080  } & Struct;3081  readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';3082}30833084/** @name XcmV0MultiLocation */3085export interface XcmV0MultiLocation extends Enum {3086  readonly isNull: boolean;3087  readonly isX1: boolean;3088  readonly asX1: XcmV0Junction;3089  readonly isX2: boolean;3090  readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;3091  readonly isX3: boolean;3092  readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3093  readonly isX4: boolean;3094  readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3095  readonly isX5: boolean;3096  readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3097  readonly isX6: boolean;3098  readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3099  readonly isX7: boolean;3100  readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3101  readonly isX8: boolean;3102  readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3103  readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3104}31053106/** @name XcmV0Order */3107export interface XcmV0Order extends Enum {3108  readonly isNull: boolean;3109  readonly isDepositAsset: boolean;3110  readonly asDepositAsset: {3111    readonly assets: Vec<XcmV0MultiAsset>;3112    readonly dest: XcmV0MultiLocation;3113  } & Struct;3114  readonly isDepositReserveAsset: boolean;3115  readonly asDepositReserveAsset: {3116    readonly assets: Vec<XcmV0MultiAsset>;3117    readonly dest: XcmV0MultiLocation;3118    readonly effects: Vec<XcmV0Order>;3119  } & Struct;3120  readonly isExchangeAsset: boolean;3121  readonly asExchangeAsset: {3122    readonly give: Vec<XcmV0MultiAsset>;3123    readonly receive: Vec<XcmV0MultiAsset>;3124  } & Struct;3125  readonly isInitiateReserveWithdraw: boolean;3126  readonly asInitiateReserveWithdraw: {3127    readonly assets: Vec<XcmV0MultiAsset>;3128    readonly reserve: XcmV0MultiLocation;3129    readonly effects: Vec<XcmV0Order>;3130  } & Struct;3131  readonly isInitiateTeleport: boolean;3132  readonly asInitiateTeleport: {3133    readonly assets: Vec<XcmV0MultiAsset>;3134    readonly dest: XcmV0MultiLocation;3135    readonly effects: Vec<XcmV0Order>;3136  } & Struct;3137  readonly isQueryHolding: boolean;3138  readonly asQueryHolding: {3139    readonly queryId: Compact<u64>;3140    readonly dest: XcmV0MultiLocation;3141    readonly assets: Vec<XcmV0MultiAsset>;3142  } & Struct;3143  readonly isBuyExecution: boolean;3144  readonly asBuyExecution: {3145    readonly fees: XcmV0MultiAsset;3146    readonly weight: u64;3147    readonly debt: u64;3148    readonly haltOnError: bool;3149    readonly xcm: Vec<XcmV0Xcm>;3150  } & Struct;3151  readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3152}31533154/** @name XcmV0OriginKind */3155export interface XcmV0OriginKind extends Enum {3156  readonly isNative: boolean;3157  readonly isSovereignAccount: boolean;3158  readonly isSuperuser: boolean;3159  readonly isXcm: boolean;3160  readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3161}31623163/** @name XcmV0Response */3164export interface XcmV0Response extends Enum {3165  readonly isAssets: boolean;3166  readonly asAssets: Vec<XcmV0MultiAsset>;3167  readonly type: 'Assets';3168}31693170/** @name XcmV0Xcm */3171export interface XcmV0Xcm extends Enum {3172  readonly isWithdrawAsset: boolean;3173  readonly asWithdrawAsset: {3174    readonly assets: Vec<XcmV0MultiAsset>;3175    readonly effects: Vec<XcmV0Order>;3176  } & Struct;3177  readonly isReserveAssetDeposit: boolean;3178  readonly asReserveAssetDeposit: {3179    readonly assets: Vec<XcmV0MultiAsset>;3180    readonly effects: Vec<XcmV0Order>;3181  } & Struct;3182  readonly isTeleportAsset: boolean;3183  readonly asTeleportAsset: {3184    readonly assets: Vec<XcmV0MultiAsset>;3185    readonly effects: Vec<XcmV0Order>;3186  } & Struct;3187  readonly isQueryResponse: boolean;3188  readonly asQueryResponse: {3189    readonly queryId: Compact<u64>;3190    readonly response: XcmV0Response;3191  } & Struct;3192  readonly isTransferAsset: boolean;3193  readonly asTransferAsset: {3194    readonly assets: Vec<XcmV0MultiAsset>;3195    readonly dest: XcmV0MultiLocation;3196  } & Struct;3197  readonly isTransferReserveAsset: boolean;3198  readonly asTransferReserveAsset: {3199    readonly assets: Vec<XcmV0MultiAsset>;3200    readonly dest: XcmV0MultiLocation;3201    readonly effects: Vec<XcmV0Order>;3202  } & Struct;3203  readonly isTransact: boolean;3204  readonly asTransact: {3205    readonly originType: XcmV0OriginKind;3206    readonly requireWeightAtMost: u64;3207    readonly call: XcmDoubleEncoded;3208  } & Struct;3209  readonly isHrmpNewChannelOpenRequest: boolean;3210  readonly asHrmpNewChannelOpenRequest: {3211    readonly sender: Compact<u32>;3212    readonly maxMessageSize: Compact<u32>;3213    readonly maxCapacity: Compact<u32>;3214  } & Struct;3215  readonly isHrmpChannelAccepted: boolean;3216  readonly asHrmpChannelAccepted: {3217    readonly recipient: Compact<u32>;3218  } & Struct;3219  readonly isHrmpChannelClosing: boolean;3220  readonly asHrmpChannelClosing: {3221    readonly initiator: Compact<u32>;3222    readonly sender: Compact<u32>;3223    readonly recipient: Compact<u32>;3224  } & Struct;3225  readonly isRelayedFrom: boolean;3226  readonly asRelayedFrom: {3227    readonly who: XcmV0MultiLocation;3228    readonly message: XcmV0Xcm;3229  } & Struct;3230  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';3231}32323233/** @name XcmV1Junction */3234export interface XcmV1Junction extends Enum {3235  readonly isParachain: boolean;3236  readonly asParachain: Compact<u32>;3237  readonly isAccountId32: boolean;3238  readonly asAccountId32: {3239    readonly network: XcmV0JunctionNetworkId;3240    readonly id: U8aFixed;3241  } & Struct;3242  readonly isAccountIndex64: boolean;3243  readonly asAccountIndex64: {3244    readonly network: XcmV0JunctionNetworkId;3245    readonly index: Compact<u64>;3246  } & Struct;3247  readonly isAccountKey20: boolean;3248  readonly asAccountKey20: {3249    readonly network: XcmV0JunctionNetworkId;3250    readonly key: U8aFixed;3251  } & Struct;3252  readonly isPalletInstance: boolean;3253  readonly asPalletInstance: u8;3254  readonly isGeneralIndex: boolean;3255  readonly asGeneralIndex: Compact<u128>;3256  readonly isGeneralKey: boolean;3257  readonly asGeneralKey: Bytes;3258  readonly isOnlyChild: boolean;3259  readonly isPlurality: boolean;3260  readonly asPlurality: {3261    readonly id: XcmV0JunctionBodyId;3262    readonly part: XcmV0JunctionBodyPart;3263  } & Struct;3264  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3265}32663267/** @name XcmV1MultiAsset */3268export interface XcmV1MultiAsset extends Struct {3269  readonly id: XcmV1MultiassetAssetId;3270  readonly fun: XcmV1MultiassetFungibility;3271}32723273/** @name XcmV1MultiassetAssetId */3274export interface XcmV1MultiassetAssetId extends Enum {3275  readonly isConcrete: boolean;3276  readonly asConcrete: XcmV1MultiLocation;3277  readonly isAbstract: boolean;3278  readonly asAbstract: Bytes;3279  readonly type: 'Concrete' | 'Abstract';3280}32813282/** @name XcmV1MultiassetAssetInstance */3283export interface XcmV1MultiassetAssetInstance extends Enum {3284  readonly isUndefined: boolean;3285  readonly isIndex: boolean;3286  readonly asIndex: Compact<u128>;3287  readonly isArray4: boolean;3288  readonly asArray4: U8aFixed;3289  readonly isArray8: boolean;3290  readonly asArray8: U8aFixed;3291  readonly isArray16: boolean;3292  readonly asArray16: U8aFixed;3293  readonly isArray32: boolean;3294  readonly asArray32: U8aFixed;3295  readonly isBlob: boolean;3296  readonly asBlob: Bytes;3297  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3298}32993300/** @name XcmV1MultiassetFungibility */3301export interface XcmV1MultiassetFungibility extends Enum {3302  readonly isFungible: boolean;3303  readonly asFungible: Compact<u128>;3304  readonly isNonFungible: boolean;3305  readonly asNonFungible: XcmV1MultiassetAssetInstance;3306  readonly type: 'Fungible' | 'NonFungible';3307}33083309/** @name XcmV1MultiassetMultiAssetFilter */3310export interface XcmV1MultiassetMultiAssetFilter extends Enum {3311  readonly isDefinite: boolean;3312  readonly asDefinite: XcmV1MultiassetMultiAssets;3313  readonly isWild: boolean;3314  readonly asWild: XcmV1MultiassetWildMultiAsset;3315  readonly type: 'Definite' | 'Wild';3316}33173318/** @name XcmV1MultiassetMultiAssets */3319export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}33203321/** @name XcmV1MultiassetWildFungibility */3322export interface XcmV1MultiassetWildFungibility extends Enum {3323  readonly isFungible: boolean;3324  readonly isNonFungible: boolean;3325  readonly type: 'Fungible' | 'NonFungible';3326}33273328/** @name XcmV1MultiassetWildMultiAsset */3329export interface XcmV1MultiassetWildMultiAsset extends Enum {3330  readonly isAll: boolean;3331  readonly isAllOf: boolean;3332  readonly asAllOf: {3333    readonly id: XcmV1MultiassetAssetId;3334    readonly fun: XcmV1MultiassetWildFungibility;3335  } & Struct;3336  readonly type: 'All' | 'AllOf';3337}33383339/** @name XcmV1MultiLocation */3340export interface XcmV1MultiLocation extends Struct {3341  readonly parents: u8;3342  readonly interior: XcmV1MultilocationJunctions;3343}33443345/** @name XcmV1MultilocationJunctions */3346export interface XcmV1MultilocationJunctions extends Enum {3347  readonly isHere: boolean;3348  readonly isX1: boolean;3349  readonly asX1: XcmV1Junction;3350  readonly isX2: boolean;3351  readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;3352  readonly isX3: boolean;3353  readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3354  readonly isX4: boolean;3355  readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3356  readonly isX5: boolean;3357  readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3358  readonly isX6: boolean;3359  readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3360  readonly isX7: boolean;3361  readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3362  readonly isX8: boolean;3363  readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3364  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3365}33663367/** @name XcmV1Order */3368export interface XcmV1Order extends Enum {3369  readonly isNoop: boolean;3370  readonly isDepositAsset: boolean;3371  readonly asDepositAsset: {3372    readonly assets: XcmV1MultiassetMultiAssetFilter;3373    readonly maxAssets: u32;3374    readonly beneficiary: XcmV1MultiLocation;3375  } & Struct;3376  readonly isDepositReserveAsset: boolean;3377  readonly asDepositReserveAsset: {3378    readonly assets: XcmV1MultiassetMultiAssetFilter;3379    readonly maxAssets: u32;3380    readonly dest: XcmV1MultiLocation;3381    readonly effects: Vec<XcmV1Order>;3382  } & Struct;3383  readonly isExchangeAsset: boolean;3384  readonly asExchangeAsset: {3385    readonly give: XcmV1MultiassetMultiAssetFilter;3386    readonly receive: XcmV1MultiassetMultiAssets;3387  } & Struct;3388  readonly isInitiateReserveWithdraw: boolean;3389  readonly asInitiateReserveWithdraw: {3390    readonly assets: XcmV1MultiassetMultiAssetFilter;3391    readonly reserve: XcmV1MultiLocation;3392    readonly effects: Vec<XcmV1Order>;3393  } & Struct;3394  readonly isInitiateTeleport: boolean;3395  readonly asInitiateTeleport: {3396    readonly assets: XcmV1MultiassetMultiAssetFilter;3397    readonly dest: XcmV1MultiLocation;3398    readonly effects: Vec<XcmV1Order>;3399  } & Struct;3400  readonly isQueryHolding: boolean;3401  readonly asQueryHolding: {3402    readonly queryId: Compact<u64>;3403    readonly dest: XcmV1MultiLocation;3404    readonly assets: XcmV1MultiassetMultiAssetFilter;3405  } & Struct;3406  readonly isBuyExecution: boolean;3407  readonly asBuyExecution: {3408    readonly fees: XcmV1MultiAsset;3409    readonly weight: u64;3410    readonly debt: u64;3411    readonly haltOnError: bool;3412    readonly instructions: Vec<XcmV1Xcm>;3413  } & Struct;3414  readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3415}34163417/** @name XcmV1Response */3418export interface XcmV1Response extends Enum {3419  readonly isAssets: boolean;3420  readonly asAssets: XcmV1MultiassetMultiAssets;3421  readonly isVersion: boolean;3422  readonly asVersion: u32;3423  readonly type: 'Assets' | 'Version';3424}34253426/** @name XcmV1Xcm */3427export interface XcmV1Xcm extends Enum {3428  readonly isWithdrawAsset: boolean;3429  readonly asWithdrawAsset: {3430    readonly assets: XcmV1MultiassetMultiAssets;3431    readonly effects: Vec<XcmV1Order>;3432  } & Struct;3433  readonly isReserveAssetDeposited: boolean;3434  readonly asReserveAssetDeposited: {3435    readonly assets: XcmV1MultiassetMultiAssets;3436    readonly effects: Vec<XcmV1Order>;3437  } & Struct;3438  readonly isReceiveTeleportedAsset: boolean;3439  readonly asReceiveTeleportedAsset: {3440    readonly assets: XcmV1MultiassetMultiAssets;3441    readonly effects: Vec<XcmV1Order>;3442  } & Struct;3443  readonly isQueryResponse: boolean;3444  readonly asQueryResponse: {3445    readonly queryId: Compact<u64>;3446    readonly response: XcmV1Response;3447  } & Struct;3448  readonly isTransferAsset: boolean;3449  readonly asTransferAsset: {3450    readonly assets: XcmV1MultiassetMultiAssets;3451    readonly beneficiary: XcmV1MultiLocation;3452  } & Struct;3453  readonly isTransferReserveAsset: boolean;3454  readonly asTransferReserveAsset: {3455    readonly assets: XcmV1MultiassetMultiAssets;3456    readonly dest: XcmV1MultiLocation;3457    readonly effects: Vec<XcmV1Order>;3458  } & Struct;3459  readonly isTransact: boolean;3460  readonly asTransact: {3461    readonly originType: XcmV0OriginKind;3462    readonly requireWeightAtMost: u64;3463    readonly call: XcmDoubleEncoded;3464  } & Struct;3465  readonly isHrmpNewChannelOpenRequest: boolean;3466  readonly asHrmpNewChannelOpenRequest: {3467    readonly sender: Compact<u32>;3468    readonly maxMessageSize: Compact<u32>;3469    readonly maxCapacity: Compact<u32>;3470  } & Struct;3471  readonly isHrmpChannelAccepted: boolean;3472  readonly asHrmpChannelAccepted: {3473    readonly recipient: Compact<u32>;3474  } & Struct;3475  readonly isHrmpChannelClosing: boolean;3476  readonly asHrmpChannelClosing: {3477    readonly initiator: Compact<u32>;3478    readonly sender: Compact<u32>;3479    readonly recipient: Compact<u32>;3480  } & Struct;3481  readonly isRelayedFrom: boolean;3482  readonly asRelayedFrom: {3483    readonly who: XcmV1MultilocationJunctions;3484    readonly message: XcmV1Xcm;3485  } & Struct;3486  readonly isSubscribeVersion: boolean;3487  readonly asSubscribeVersion: {3488    readonly queryId: Compact<u64>;3489    readonly maxResponseWeight: Compact<u64>;3490  } & Struct;3491  readonly isUnsubscribeVersion: boolean;3492  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';3493}34943495/** @name XcmV2Instruction */3496export interface XcmV2Instruction extends Enum {3497  readonly isWithdrawAsset: boolean;3498  readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;3499  readonly isReserveAssetDeposited: boolean;3500  readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;3501  readonly isReceiveTeleportedAsset: boolean;3502  readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;3503  readonly isQueryResponse: boolean;3504  readonly asQueryResponse: {3505    readonly queryId: Compact<u64>;3506    readonly response: XcmV2Response;3507    readonly maxWeight: Compact<u64>;3508  } & Struct;3509  readonly isTransferAsset: boolean;3510  readonly asTransferAsset: {3511    readonly assets: XcmV1MultiassetMultiAssets;3512    readonly beneficiary: XcmV1MultiLocation;3513  } & Struct;3514  readonly isTransferReserveAsset: boolean;3515  readonly asTransferReserveAsset: {3516    readonly assets: XcmV1MultiassetMultiAssets;3517    readonly dest: XcmV1MultiLocation;3518    readonly xcm: XcmV2Xcm;3519  } & Struct;3520  readonly isTransact: boolean;3521  readonly asTransact: {3522    readonly originType: XcmV0OriginKind;3523    readonly requireWeightAtMost: Compact<u64>;3524    readonly call: XcmDoubleEncoded;3525  } & Struct;3526  readonly isHrmpNewChannelOpenRequest: boolean;3527  readonly asHrmpNewChannelOpenRequest: {3528    readonly sender: Compact<u32>;3529    readonly maxMessageSize: Compact<u32>;3530    readonly maxCapacity: Compact<u32>;3531  } & Struct;3532  readonly isHrmpChannelAccepted: boolean;3533  readonly asHrmpChannelAccepted: {3534    readonly recipient: Compact<u32>;3535  } & Struct;3536  readonly isHrmpChannelClosing: boolean;3537  readonly asHrmpChannelClosing: {3538    readonly initiator: Compact<u32>;3539    readonly sender: Compact<u32>;3540    readonly recipient: Compact<u32>;3541  } & Struct;3542  readonly isClearOrigin: boolean;3543  readonly isDescendOrigin: boolean;3544  readonly asDescendOrigin: XcmV1MultilocationJunctions;3545  readonly isReportError: boolean;3546  readonly asReportError: {3547    readonly queryId: Compact<u64>;3548    readonly dest: XcmV1MultiLocation;3549    readonly maxResponseWeight: Compact<u64>;3550  } & Struct;3551  readonly isDepositAsset: boolean;3552  readonly asDepositAsset: {3553    readonly assets: XcmV1MultiassetMultiAssetFilter;3554    readonly maxAssets: Compact<u32>;3555    readonly beneficiary: XcmV1MultiLocation;3556  } & Struct;3557  readonly isDepositReserveAsset: boolean;3558  readonly asDepositReserveAsset: {3559    readonly assets: XcmV1MultiassetMultiAssetFilter;3560    readonly maxAssets: Compact<u32>;3561    readonly dest: XcmV1MultiLocation;3562    readonly xcm: XcmV2Xcm;3563  } & Struct;3564  readonly isExchangeAsset: boolean;3565  readonly asExchangeAsset: {3566    readonly give: XcmV1MultiassetMultiAssetFilter;3567    readonly receive: XcmV1MultiassetMultiAssets;3568  } & Struct;3569  readonly isInitiateReserveWithdraw: boolean;3570  readonly asInitiateReserveWithdraw: {3571    readonly assets: XcmV1MultiassetMultiAssetFilter;3572    readonly reserve: XcmV1MultiLocation;3573    readonly xcm: XcmV2Xcm;3574  } & Struct;3575  readonly isInitiateTeleport: boolean;3576  readonly asInitiateTeleport: {3577    readonly assets: XcmV1MultiassetMultiAssetFilter;3578    readonly dest: XcmV1MultiLocation;3579    readonly xcm: XcmV2Xcm;3580  } & Struct;3581  readonly isQueryHolding: boolean;3582  readonly asQueryHolding: {3583    readonly queryId: Compact<u64>;3584    readonly dest: XcmV1MultiLocation;3585    readonly assets: XcmV1MultiassetMultiAssetFilter;3586    readonly maxResponseWeight: Compact<u64>;3587  } & Struct;3588  readonly isBuyExecution: boolean;3589  readonly asBuyExecution: {3590    readonly fees: XcmV1MultiAsset;3591    readonly weightLimit: XcmV2WeightLimit;3592  } & Struct;3593  readonly isRefundSurplus: boolean;3594  readonly isSetErrorHandler: boolean;3595  readonly asSetErrorHandler: XcmV2Xcm;3596  readonly isSetAppendix: boolean;3597  readonly asSetAppendix: XcmV2Xcm;3598  readonly isClearError: boolean;3599  readonly isClaimAsset: boolean;3600  readonly asClaimAsset: {3601    readonly assets: XcmV1MultiassetMultiAssets;3602    readonly ticket: XcmV1MultiLocation;3603  } & Struct;3604  readonly isTrap: boolean;3605  readonly asTrap: Compact<u64>;3606  readonly isSubscribeVersion: boolean;3607  readonly asSubscribeVersion: {3608    readonly queryId: Compact<u64>;3609    readonly maxResponseWeight: Compact<u64>;3610  } & Struct;3611  readonly isUnsubscribeVersion: boolean;3612  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';3613}36143615/** @name XcmV2Response */3616export interface XcmV2Response extends Enum {3617  readonly isNull: boolean;3618  readonly isAssets: boolean;3619  readonly asAssets: XcmV1MultiassetMultiAssets;3620  readonly isExecutionResult: boolean;3621  readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3622  readonly isVersion: boolean;3623  readonly asVersion: u32;3624  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3625}36263627/** @name XcmV2TraitsError */3628export interface XcmV2TraitsError extends Enum {3629  readonly isOverflow: boolean;3630  readonly isUnimplemented: boolean;3631  readonly isUntrustedReserveLocation: boolean;3632  readonly isUntrustedTeleportLocation: boolean;3633  readonly isMultiLocationFull: boolean;3634  readonly isMultiLocationNotInvertible: boolean;3635  readonly isBadOrigin: boolean;3636  readonly isInvalidLocation: boolean;3637  readonly isAssetNotFound: boolean;3638  readonly isFailedToTransactAsset: boolean;3639  readonly isNotWithdrawable: boolean;3640  readonly isLocationCannotHold: boolean;3641  readonly isExceedsMaxMessageSize: boolean;3642  readonly isDestinationUnsupported: boolean;3643  readonly isTransport: boolean;3644  readonly isUnroutable: boolean;3645  readonly isUnknownClaim: boolean;3646  readonly isFailedToDecode: boolean;3647  readonly isMaxWeightInvalid: boolean;3648  readonly isNotHoldingFees: boolean;3649  readonly isTooExpensive: boolean;3650  readonly isTrap: boolean;3651  readonly asTrap: u64;3652  readonly isUnhandledXcmVersion: boolean;3653  readonly isWeightLimitReached: boolean;3654  readonly asWeightLimitReached: u64;3655  readonly isBarrier: boolean;3656  readonly isWeightNotComputable: boolean;3657  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';3658}36593660/** @name XcmV2TraitsOutcome */3661export interface XcmV2TraitsOutcome extends Enum {3662  readonly isComplete: boolean;3663  readonly asComplete: u64;3664  readonly isIncomplete: boolean;3665  readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;3666  readonly isError: boolean;3667  readonly asError: XcmV2TraitsError;3668  readonly type: 'Complete' | 'Incomplete' | 'Error';3669}36703671/** @name XcmV2WeightLimit */3672export interface XcmV2WeightLimit extends Enum {3673  readonly isUnlimited: boolean;3674  readonly isLimited: boolean;3675  readonly asLimited: Compact<u64>;3676  readonly type: 'Unlimited' | 'Limited';3677}36783679/** @name XcmV2Xcm */3680export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}36813682/** @name XcmVersionedMultiAsset */3683export interface XcmVersionedMultiAsset extends Enum {3684  readonly isV0: boolean;3685  readonly asV0: XcmV0MultiAsset;3686  readonly isV1: boolean;3687  readonly asV1: XcmV1MultiAsset;3688  readonly type: 'V0' | 'V1';3689}36903691/** @name XcmVersionedMultiAssets */3692export interface XcmVersionedMultiAssets extends Enum {3693  readonly isV0: boolean;3694  readonly asV0: Vec<XcmV0MultiAsset>;3695  readonly isV1: boolean;3696  readonly asV1: XcmV1MultiassetMultiAssets;3697  readonly type: 'V0' | 'V1';3698}36993700/** @name XcmVersionedMultiLocation */3701export interface XcmVersionedMultiLocation extends Enum {3702  readonly isV0: boolean;3703  readonly asV0: XcmV0MultiLocation;3704  readonly isV1: boolean;3705  readonly asV1: XcmV1MultiLocation;3706  readonly type: 'V0' | 'V1';3707}37083709/** @name XcmVersionedXcm */3710export interface XcmVersionedXcm extends Enum {3711  readonly isV0: boolean;3712  readonly asV0: XcmV0Xcm;3713  readonly isV1: boolean;3714  readonly asV1: XcmV1Xcm;3715  readonly isV2: boolean;3716  readonly asV2: XcmV2Xcm;3717  readonly type: 'V0' | 'V1' | 'V2';3718}37193720export type PHANTOM_DEFAULT = 'default';
after · tests/src/interfaces/default/types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';5import type { ITuple } from '@polkadot/types-codec/types';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';7import type { Event } from '@polkadot/types/interfaces/system';89/** @name CumulusPalletDmpQueueCall */10export interface CumulusPalletDmpQueueCall extends Enum {11  readonly isServiceOverweight: boolean;12  readonly asServiceOverweight: {13    readonly index: u64;14    readonly weightLimit: u64;15  } & Struct;16  readonly type: 'ServiceOverweight';17}1819/** @name CumulusPalletDmpQueueConfigData */20export interface CumulusPalletDmpQueueConfigData extends Struct {21  readonly maxIndividual: u64;22}2324/** @name CumulusPalletDmpQueueError */25export interface CumulusPalletDmpQueueError extends Enum {26  readonly isUnknown: boolean;27  readonly isOverLimit: boolean;28  readonly type: 'Unknown' | 'OverLimit';29}3031/** @name CumulusPalletDmpQueueEvent */32export interface CumulusPalletDmpQueueEvent extends Enum {33  readonly isInvalidFormat: boolean;34  readonly asInvalidFormat: {35    readonly messageId: U8aFixed;36  } & Struct;37  readonly isUnsupportedVersion: boolean;38  readonly asUnsupportedVersion: {39    readonly messageId: U8aFixed;40  } & Struct;41  readonly isExecutedDownward: boolean;42  readonly asExecutedDownward: {43    readonly messageId: U8aFixed;44    readonly outcome: XcmV2TraitsOutcome;45  } & Struct;46  readonly isWeightExhausted: boolean;47  readonly asWeightExhausted: {48    readonly messageId: U8aFixed;49    readonly remainingWeight: u64;50    readonly requiredWeight: u64;51  } & Struct;52  readonly isOverweightEnqueued: boolean;53  readonly asOverweightEnqueued: {54    readonly messageId: U8aFixed;55    readonly overweightIndex: u64;56    readonly requiredWeight: u64;57  } & Struct;58  readonly isOverweightServiced: boolean;59  readonly asOverweightServiced: {60    readonly overweightIndex: u64;61    readonly weightUsed: u64;62  } & Struct;63  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';64}6566/** @name CumulusPalletDmpQueuePageIndexData */67export interface CumulusPalletDmpQueuePageIndexData extends Struct {68  readonly beginUsed: u32;69  readonly endUsed: u32;70  readonly overweightCount: u64;71}7273/** @name CumulusPalletParachainSystemCall */74export interface CumulusPalletParachainSystemCall extends Enum {75  readonly isSetValidationData: boolean;76  readonly asSetValidationData: {77    readonly data: CumulusPrimitivesParachainInherentParachainInherentData;78  } & Struct;79  readonly isSudoSendUpwardMessage: boolean;80  readonly asSudoSendUpwardMessage: {81    readonly message: Bytes;82  } & Struct;83  readonly isAuthorizeUpgrade: boolean;84  readonly asAuthorizeUpgrade: {85    readonly codeHash: H256;86  } & Struct;87  readonly isEnactAuthorizedUpgrade: boolean;88  readonly asEnactAuthorizedUpgrade: {89    readonly code: Bytes;90  } & Struct;91  readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';92}9394/** @name CumulusPalletParachainSystemError */95export interface CumulusPalletParachainSystemError extends Enum {96  readonly isOverlappingUpgrades: boolean;97  readonly isProhibitedByPolkadot: boolean;98  readonly isTooBig: boolean;99  readonly isValidationDataNotAvailable: boolean;100  readonly isHostConfigurationNotAvailable: boolean;101  readonly isNotScheduled: boolean;102  readonly isNothingAuthorized: boolean;103  readonly isUnauthorized: boolean;104  readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';105}106107/** @name CumulusPalletParachainSystemEvent */108export interface CumulusPalletParachainSystemEvent extends Enum {109  readonly isValidationFunctionStored: boolean;110  readonly isValidationFunctionApplied: boolean;111  readonly asValidationFunctionApplied: {112    readonly relayChainBlockNum: u32;113  } & Struct;114  readonly isValidationFunctionDiscarded: boolean;115  readonly isUpgradeAuthorized: boolean;116  readonly asUpgradeAuthorized: {117    readonly codeHash: H256;118  } & Struct;119  readonly isDownwardMessagesReceived: boolean;120  readonly asDownwardMessagesReceived: {121    readonly count: u32;122  } & Struct;123  readonly isDownwardMessagesProcessed: boolean;124  readonly asDownwardMessagesProcessed: {125    readonly weightUsed: u64;126    readonly dmqHead: H256;127  } & Struct;128  readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';129}130131/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */132export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {133  readonly dmqMqcHead: H256;134  readonly relayDispatchQueueSize: ITuple<[u32, u32]>;135  readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;136  readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;137}138139/** @name CumulusPalletXcmCall */140export interface CumulusPalletXcmCall extends Null {}141142/** @name CumulusPalletXcmError */143export interface CumulusPalletXcmError extends Null {}144145/** @name CumulusPalletXcmEvent */146export interface CumulusPalletXcmEvent extends Enum {147  readonly isInvalidFormat: boolean;148  readonly asInvalidFormat: U8aFixed;149  readonly isUnsupportedVersion: boolean;150  readonly asUnsupportedVersion: U8aFixed;151  readonly isExecutedDownward: boolean;152  readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;153  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}155156/** @name CumulusPalletXcmOrigin */157export interface CumulusPalletXcmOrigin extends Enum {158  readonly isRelay: boolean;159  readonly isSiblingParachain: boolean;160  readonly asSiblingParachain: u32;161  readonly type: 'Relay' | 'SiblingParachain';162}163164/** @name CumulusPalletXcmpQueueCall */165export interface CumulusPalletXcmpQueueCall extends Enum {166  readonly isServiceOverweight: boolean;167  readonly asServiceOverweight: {168    readonly index: u64;169    readonly weightLimit: u64;170  } & Struct;171  readonly isSuspendXcmExecution: boolean;172  readonly isResumeXcmExecution: boolean;173  readonly isUpdateSuspendThreshold: boolean;174  readonly asUpdateSuspendThreshold: {175    readonly new_: u32;176  } & Struct;177  readonly isUpdateDropThreshold: boolean;178  readonly asUpdateDropThreshold: {179    readonly new_: u32;180  } & Struct;181  readonly isUpdateResumeThreshold: boolean;182  readonly asUpdateResumeThreshold: {183    readonly new_: u32;184  } & Struct;185  readonly isUpdateThresholdWeight: boolean;186  readonly asUpdateThresholdWeight: {187    readonly new_: u64;188  } & Struct;189  readonly isUpdateWeightRestrictDecay: boolean;190  readonly asUpdateWeightRestrictDecay: {191    readonly new_: u64;192  } & Struct;193  readonly isUpdateXcmpMaxIndividualWeight: boolean;194  readonly asUpdateXcmpMaxIndividualWeight: {195    readonly new_: u64;196  } & Struct;197  readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';198}199200/** @name CumulusPalletXcmpQueueError */201export interface CumulusPalletXcmpQueueError extends Enum {202  readonly isFailedToSend: boolean;203  readonly isBadXcmOrigin: boolean;204  readonly isBadXcm: boolean;205  readonly isBadOverweightIndex: boolean;206  readonly isWeightOverLimit: boolean;207  readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';208}209210/** @name CumulusPalletXcmpQueueEvent */211export interface CumulusPalletXcmpQueueEvent extends Enum {212  readonly isSuccess: boolean;213  readonly asSuccess: {214    readonly messageHash: Option<H256>;215    readonly weight: u64;216  } & Struct;217  readonly isFail: boolean;218  readonly asFail: {219    readonly messageHash: Option<H256>;220    readonly error: XcmV2TraitsError;221    readonly weight: u64;222  } & Struct;223  readonly isBadVersion: boolean;224  readonly asBadVersion: {225    readonly messageHash: Option<H256>;226  } & Struct;227  readonly isBadFormat: boolean;228  readonly asBadFormat: {229    readonly messageHash: Option<H256>;230  } & Struct;231  readonly isUpwardMessageSent: boolean;232  readonly asUpwardMessageSent: {233    readonly messageHash: Option<H256>;234  } & Struct;235  readonly isXcmpMessageSent: boolean;236  readonly asXcmpMessageSent: {237    readonly messageHash: Option<H256>;238  } & Struct;239  readonly isOverweightEnqueued: boolean;240  readonly asOverweightEnqueued: {241    readonly sender: u32;242    readonly sentAt: u32;243    readonly index: u64;244    readonly required: u64;245  } & Struct;246  readonly isOverweightServiced: boolean;247  readonly asOverweightServiced: {248    readonly index: u64;249    readonly used: u64;250  } & Struct;251  readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';252}253254/** @name CumulusPalletXcmpQueueInboundChannelDetails */255export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {256  readonly sender: u32;257  readonly state: CumulusPalletXcmpQueueInboundState;258  readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;259}260261/** @name CumulusPalletXcmpQueueInboundState */262export interface CumulusPalletXcmpQueueInboundState extends Enum {263  readonly isOk: boolean;264  readonly isSuspended: boolean;265  readonly type: 'Ok' | 'Suspended';266}267268/** @name CumulusPalletXcmpQueueOutboundChannelDetails */269export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {270  readonly recipient: u32;271  readonly state: CumulusPalletXcmpQueueOutboundState;272  readonly signalsExist: bool;273  readonly firstIndex: u16;274  readonly lastIndex: u16;275}276277/** @name CumulusPalletXcmpQueueOutboundState */278export interface CumulusPalletXcmpQueueOutboundState extends Enum {279  readonly isOk: boolean;280  readonly isSuspended: boolean;281  readonly type: 'Ok' | 'Suspended';282}283284/** @name CumulusPalletXcmpQueueQueueConfigData */285export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {286  readonly suspendThreshold: u32;287  readonly dropThreshold: u32;288  readonly resumeThreshold: u32;289  readonly thresholdWeight: u64;290  readonly weightRestrictDecay: u64;291  readonly xcmpMaxIndividualWeight: u64;292}293294/** @name CumulusPrimitivesParachainInherentParachainInherentData */295export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {296  readonly validationData: PolkadotPrimitivesV2PersistedValidationData;297  readonly relayChainState: SpTrieStorageProof;298  readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;299  readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;300}301302/** @name EthbloomBloom */303export interface EthbloomBloom extends U8aFixed {}304305/** @name EthereumBlock */306export interface EthereumBlock extends Struct {307  readonly header: EthereumHeader;308  readonly transactions: Vec<EthereumTransactionTransactionV2>;309  readonly ommers: Vec<EthereumHeader>;310}311312/** @name EthereumHeader */313export interface EthereumHeader extends Struct {314  readonly parentHash: H256;315  readonly ommersHash: H256;316  readonly beneficiary: H160;317  readonly stateRoot: H256;318  readonly transactionsRoot: H256;319  readonly receiptsRoot: H256;320  readonly logsBloom: EthbloomBloom;321  readonly difficulty: U256;322  readonly number: U256;323  readonly gasLimit: U256;324  readonly gasUsed: U256;325  readonly timestamp: u64;326  readonly extraData: Bytes;327  readonly mixHash: H256;328  readonly nonce: EthereumTypesHashH64;329}330331/** @name EthereumLog */332export interface EthereumLog extends Struct {333  readonly address: H160;334  readonly topics: Vec<H256>;335  readonly data: Bytes;336}337338/** @name EthereumReceiptEip658ReceiptData */339export interface EthereumReceiptEip658ReceiptData extends Struct {340  readonly statusCode: u8;341  readonly usedGas: U256;342  readonly logsBloom: EthbloomBloom;343  readonly logs: Vec<EthereumLog>;344}345346/** @name EthereumReceiptReceiptV3 */347export interface EthereumReceiptReceiptV3 extends Enum {348  readonly isLegacy: boolean;349  readonly asLegacy: EthereumReceiptEip658ReceiptData;350  readonly isEip2930: boolean;351  readonly asEip2930: EthereumReceiptEip658ReceiptData;352  readonly isEip1559: boolean;353  readonly asEip1559: EthereumReceiptEip658ReceiptData;354  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';355}356357/** @name EthereumTransactionAccessListItem */358export interface EthereumTransactionAccessListItem extends Struct {359  readonly address: H160;360  readonly storageKeys: Vec<H256>;361}362363/** @name EthereumTransactionEip1559Transaction */364export interface EthereumTransactionEip1559Transaction extends Struct {365  readonly chainId: u64;366  readonly nonce: U256;367  readonly maxPriorityFeePerGas: U256;368  readonly maxFeePerGas: U256;369  readonly gasLimit: U256;370  readonly action: EthereumTransactionTransactionAction;371  readonly value: U256;372  readonly input: Bytes;373  readonly accessList: Vec<EthereumTransactionAccessListItem>;374  readonly oddYParity: bool;375  readonly r: H256;376  readonly s: H256;377}378379/** @name EthereumTransactionEip2930Transaction */380export interface EthereumTransactionEip2930Transaction extends Struct {381  readonly chainId: u64;382  readonly nonce: U256;383  readonly gasPrice: U256;384  readonly gasLimit: U256;385  readonly action: EthereumTransactionTransactionAction;386  readonly value: U256;387  readonly input: Bytes;388  readonly accessList: Vec<EthereumTransactionAccessListItem>;389  readonly oddYParity: bool;390  readonly r: H256;391  readonly s: H256;392}393394/** @name EthereumTransactionLegacyTransaction */395export interface EthereumTransactionLegacyTransaction extends Struct {396  readonly nonce: U256;397  readonly gasPrice: U256;398  readonly gasLimit: U256;399  readonly action: EthereumTransactionTransactionAction;400  readonly value: U256;401  readonly input: Bytes;402  readonly signature: EthereumTransactionTransactionSignature;403}404405/** @name EthereumTransactionTransactionAction */406export interface EthereumTransactionTransactionAction extends Enum {407  readonly isCall: boolean;408  readonly asCall: H160;409  readonly isCreate: boolean;410  readonly type: 'Call' | 'Create';411}412413/** @name EthereumTransactionTransactionSignature */414export interface EthereumTransactionTransactionSignature extends Struct {415  readonly v: u64;416  readonly r: H256;417  readonly s: H256;418}419420/** @name EthereumTransactionTransactionV2 */421export interface EthereumTransactionTransactionV2 extends Enum {422  readonly isLegacy: boolean;423  readonly asLegacy: EthereumTransactionLegacyTransaction;424  readonly isEip2930: boolean;425  readonly asEip2930: EthereumTransactionEip2930Transaction;426  readonly isEip1559: boolean;427  readonly asEip1559: EthereumTransactionEip1559Transaction;428  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';429}430431/** @name EthereumTypesHashH64 */432export interface EthereumTypesHashH64 extends U8aFixed {}433434/** @name EvmCoreErrorExitError */435export interface EvmCoreErrorExitError extends Enum {436  readonly isStackUnderflow: boolean;437  readonly isStackOverflow: boolean;438  readonly isInvalidJump: boolean;439  readonly isInvalidRange: boolean;440  readonly isDesignatedInvalid: boolean;441  readonly isCallTooDeep: boolean;442  readonly isCreateCollision: boolean;443  readonly isCreateContractLimit: boolean;444  readonly isOutOfOffset: boolean;445  readonly isOutOfGas: boolean;446  readonly isOutOfFund: boolean;447  readonly isPcUnderflow: boolean;448  readonly isCreateEmpty: boolean;449  readonly isOther: boolean;450  readonly asOther: Text;451  readonly isInvalidCode: boolean;452  readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';453}454455/** @name EvmCoreErrorExitFatal */456export interface EvmCoreErrorExitFatal extends Enum {457  readonly isNotSupported: boolean;458  readonly isUnhandledInterrupt: boolean;459  readonly isCallErrorAsFatal: boolean;460  readonly asCallErrorAsFatal: EvmCoreErrorExitError;461  readonly isOther: boolean;462  readonly asOther: Text;463  readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';464}465466/** @name EvmCoreErrorExitReason */467export interface EvmCoreErrorExitReason extends Enum {468  readonly isSucceed: boolean;469  readonly asSucceed: EvmCoreErrorExitSucceed;470  readonly isError: boolean;471  readonly asError: EvmCoreErrorExitError;472  readonly isRevert: boolean;473  readonly asRevert: EvmCoreErrorExitRevert;474  readonly isFatal: boolean;475  readonly asFatal: EvmCoreErrorExitFatal;476  readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';477}478479/** @name EvmCoreErrorExitRevert */480export interface EvmCoreErrorExitRevert extends Enum {481  readonly isReverted: boolean;482  readonly type: 'Reverted';483}484485/** @name EvmCoreErrorExitSucceed */486export interface EvmCoreErrorExitSucceed extends Enum {487  readonly isStopped: boolean;488  readonly isReturned: boolean;489  readonly isSuicided: boolean;490  readonly type: 'Stopped' | 'Returned' | 'Suicided';491}492493/** @name FpRpcTransactionStatus */494export interface FpRpcTransactionStatus extends Struct {495  readonly transactionHash: H256;496  readonly transactionIndex: u32;497  readonly from: H160;498  readonly to: Option<H160>;499  readonly contractAddress: Option<H160>;500  readonly logs: Vec<EthereumLog>;501  readonly logsBloom: EthbloomBloom;502}503504/** @name FrameSupportDispatchRawOrigin */505export interface FrameSupportDispatchRawOrigin extends Enum {506  readonly isRoot: boolean;507  readonly isSigned: boolean;508  readonly asSigned: AccountId32;509  readonly isNone: boolean;510  readonly type: 'Root' | 'Signed' | 'None';511}512513/** @name FrameSupportPalletId */514export interface FrameSupportPalletId extends U8aFixed {}515516/** @name FrameSupportScheduleLookupError */517export interface FrameSupportScheduleLookupError extends Enum {518  readonly isUnknown: boolean;519  readonly isBadFormat: boolean;520  readonly type: 'Unknown' | 'BadFormat';521}522523/** @name FrameSupportScheduleMaybeHashed */524export interface FrameSupportScheduleMaybeHashed extends Enum {525  readonly isValue: boolean;526  readonly asValue: Call;527  readonly isHash: boolean;528  readonly asHash: H256;529  readonly type: 'Value' | 'Hash';530}531532/** @name FrameSupportTokensMiscBalanceStatus */533export interface FrameSupportTokensMiscBalanceStatus extends Enum {534  readonly isFree: boolean;535  readonly isReserved: boolean;536  readonly type: 'Free' | 'Reserved';537}538539/** @name FrameSupportWeightsDispatchClass */540export interface FrameSupportWeightsDispatchClass extends Enum {541  readonly isNormal: boolean;542  readonly isOperational: boolean;543  readonly isMandatory: boolean;544  readonly type: 'Normal' | 'Operational' | 'Mandatory';545}546547/** @name FrameSupportWeightsDispatchInfo */548export interface FrameSupportWeightsDispatchInfo extends Struct {549  readonly weight: u64;550  readonly class: FrameSupportWeightsDispatchClass;551  readonly paysFee: FrameSupportWeightsPays;552}553554/** @name FrameSupportWeightsPays */555export interface FrameSupportWeightsPays extends Enum {556  readonly isYes: boolean;557  readonly isNo: boolean;558  readonly type: 'Yes' | 'No';559}560561/** @name FrameSupportWeightsPerDispatchClassU32 */562export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {563  readonly normal: u32;564  readonly operational: u32;565  readonly mandatory: u32;566}567568/** @name FrameSupportWeightsPerDispatchClassU64 */569export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {570  readonly normal: u64;571  readonly operational: u64;572  readonly mandatory: u64;573}574575/** @name FrameSupportWeightsPerDispatchClassWeightsPerClass */576export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {577  readonly normal: FrameSystemLimitsWeightsPerClass;578  readonly operational: FrameSystemLimitsWeightsPerClass;579  readonly mandatory: FrameSystemLimitsWeightsPerClass;580}581582/** @name FrameSupportWeightsRuntimeDbWeight */583export interface FrameSupportWeightsRuntimeDbWeight extends Struct {584  readonly read: u64;585  readonly write: u64;586}587588/** @name FrameSystemAccountInfo */589export interface FrameSystemAccountInfo extends Struct {590  readonly nonce: u32;591  readonly consumers: u32;592  readonly providers: u32;593  readonly sufficients: u32;594  readonly data: PalletBalancesAccountData;595}596597/** @name FrameSystemCall */598export interface FrameSystemCall extends Enum {599  readonly isFillBlock: boolean;600  readonly asFillBlock: {601    readonly ratio: Perbill;602  } & Struct;603  readonly isRemark: boolean;604  readonly asRemark: {605    readonly remark: Bytes;606  } & Struct;607  readonly isSetHeapPages: boolean;608  readonly asSetHeapPages: {609    readonly pages: u64;610  } & Struct;611  readonly isSetCode: boolean;612  readonly asSetCode: {613    readonly code: Bytes;614  } & Struct;615  readonly isSetCodeWithoutChecks: boolean;616  readonly asSetCodeWithoutChecks: {617    readonly code: Bytes;618  } & Struct;619  readonly isSetStorage: boolean;620  readonly asSetStorage: {621    readonly items: Vec<ITuple<[Bytes, Bytes]>>;622  } & Struct;623  readonly isKillStorage: boolean;624  readonly asKillStorage: {625    readonly keys_: Vec<Bytes>;626  } & Struct;627  readonly isKillPrefix: boolean;628  readonly asKillPrefix: {629    readonly prefix: Bytes;630    readonly subkeys: u32;631  } & Struct;632  readonly isRemarkWithEvent: boolean;633  readonly asRemarkWithEvent: {634    readonly remark: Bytes;635  } & Struct;636  readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';637}638639/** @name FrameSystemError */640export interface FrameSystemError extends Enum {641  readonly isInvalidSpecName: boolean;642  readonly isSpecVersionNeedsToIncrease: boolean;643  readonly isFailedToExtractRuntimeVersion: boolean;644  readonly isNonDefaultComposite: boolean;645  readonly isNonZeroRefCount: boolean;646  readonly isCallFiltered: boolean;647  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';648}649650/** @name FrameSystemEvent */651export interface FrameSystemEvent extends Enum {652  readonly isExtrinsicSuccess: boolean;653  readonly asExtrinsicSuccess: {654    readonly dispatchInfo: FrameSupportWeightsDispatchInfo;655  } & Struct;656  readonly isExtrinsicFailed: boolean;657  readonly asExtrinsicFailed: {658    readonly dispatchError: SpRuntimeDispatchError;659    readonly dispatchInfo: FrameSupportWeightsDispatchInfo;660  } & Struct;661  readonly isCodeUpdated: boolean;662  readonly isNewAccount: boolean;663  readonly asNewAccount: {664    readonly account: AccountId32;665  } & Struct;666  readonly isKilledAccount: boolean;667  readonly asKilledAccount: {668    readonly account: AccountId32;669  } & Struct;670  readonly isRemarked: boolean;671  readonly asRemarked: {672    readonly sender: AccountId32;673    readonly hash_: H256;674  } & Struct;675  readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';676}677678/** @name FrameSystemEventRecord */679export interface FrameSystemEventRecord extends Struct {680  readonly phase: FrameSystemPhase;681  readonly event: Event;682  readonly topics: Vec<H256>;683}684685/** @name FrameSystemExtensionsCheckGenesis */686export interface FrameSystemExtensionsCheckGenesis extends Null {}687688/** @name FrameSystemExtensionsCheckNonce */689export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}690691/** @name FrameSystemExtensionsCheckSpecVersion */692export interface FrameSystemExtensionsCheckSpecVersion extends Null {}693694/** @name FrameSystemExtensionsCheckWeight */695export interface FrameSystemExtensionsCheckWeight extends Null {}696697/** @name FrameSystemLastRuntimeUpgradeInfo */698export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {699  readonly specVersion: Compact<u32>;700  readonly specName: Text;701}702703/** @name FrameSystemLimitsBlockLength */704export interface FrameSystemLimitsBlockLength extends Struct {705  readonly max: FrameSupportWeightsPerDispatchClassU32;706}707708/** @name FrameSystemLimitsBlockWeights */709export interface FrameSystemLimitsBlockWeights extends Struct {710  readonly baseBlock: u64;711  readonly maxBlock: u64;712  readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;713}714715/** @name FrameSystemLimitsWeightsPerClass */716export interface FrameSystemLimitsWeightsPerClass extends Struct {717  readonly baseExtrinsic: u64;718  readonly maxExtrinsic: Option<u64>;719  readonly maxTotal: Option<u64>;720  readonly reserved: Option<u64>;721}722723/** @name FrameSystemPhase */724export interface FrameSystemPhase extends Enum {725  readonly isApplyExtrinsic: boolean;726  readonly asApplyExtrinsic: u32;727  readonly isFinalization: boolean;728  readonly isInitialization: boolean;729  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';730}731732/** @name OpalRuntimeOriginCaller */733export interface OpalRuntimeOriginCaller extends Enum {734  readonly isSystem: boolean;735  readonly asSystem: FrameSupportDispatchRawOrigin;736  readonly isVoid: boolean;737  readonly asVoid: SpCoreVoid;738  readonly isPolkadotXcm: boolean;739  readonly asPolkadotXcm: PalletXcmOrigin;740  readonly isCumulusXcm: boolean;741  readonly asCumulusXcm: CumulusPalletXcmOrigin;742  readonly isEthereum: boolean;743  readonly asEthereum: PalletEthereumRawOrigin;744  readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';745}746747/** @name OpalRuntimeRuntime */748export interface OpalRuntimeRuntime extends Null {}749750/** @name OrmlTokensAccountData */751export interface OrmlTokensAccountData extends Struct {752  readonly free: u128;753  readonly reserved: u128;754  readonly frozen: u128;755}756757/** @name OrmlTokensBalanceLock */758export interface OrmlTokensBalanceLock extends Struct {759  readonly id: U8aFixed;760  readonly amount: u128;761}762763/** @name OrmlTokensModuleCall */764export interface OrmlTokensModuleCall extends Enum {765  readonly isTransfer: boolean;766  readonly asTransfer: {767    readonly dest: MultiAddress;768    readonly currencyId: PalletForeingAssetsAssetIds;769    readonly amount: Compact<u128>;770  } & Struct;771  readonly isTransferAll: boolean;772  readonly asTransferAll: {773    readonly dest: MultiAddress;774    readonly currencyId: PalletForeingAssetsAssetIds;775    readonly keepAlive: bool;776  } & Struct;777  readonly isTransferKeepAlive: boolean;778  readonly asTransferKeepAlive: {779    readonly dest: MultiAddress;780    readonly currencyId: PalletForeingAssetsAssetIds;781    readonly amount: Compact<u128>;782  } & Struct;783  readonly isForceTransfer: boolean;784  readonly asForceTransfer: {785    readonly source: MultiAddress;786    readonly dest: MultiAddress;787    readonly currencyId: PalletForeingAssetsAssetIds;788    readonly amount: Compact<u128>;789  } & Struct;790  readonly isSetBalance: boolean;791  readonly asSetBalance: {792    readonly who: MultiAddress;793    readonly currencyId: PalletForeingAssetsAssetIds;794    readonly newFree: Compact<u128>;795    readonly newReserved: Compact<u128>;796  } & Struct;797  readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';798}799800/** @name OrmlTokensModuleError */801export interface OrmlTokensModuleError extends Enum {802  readonly isBalanceTooLow: boolean;803  readonly isAmountIntoBalanceFailed: boolean;804  readonly isLiquidityRestrictions: boolean;805  readonly isMaxLocksExceeded: boolean;806  readonly isKeepAlive: boolean;807  readonly isExistentialDeposit: boolean;808  readonly isDeadAccount: boolean;809  readonly isTooManyReserves: boolean;810  readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';811}812813/** @name OrmlTokensModuleEvent */814export interface OrmlTokensModuleEvent extends Enum {815  readonly isEndowed: boolean;816  readonly asEndowed: {817    readonly currencyId: PalletForeingAssetsAssetIds;818    readonly who: AccountId32;819    readonly amount: u128;820  } & Struct;821  readonly isDustLost: boolean;822  readonly asDustLost: {823    readonly currencyId: PalletForeingAssetsAssetIds;824    readonly who: AccountId32;825    readonly amount: u128;826  } & Struct;827  readonly isTransfer: boolean;828  readonly asTransfer: {829    readonly currencyId: PalletForeingAssetsAssetIds;830    readonly from: AccountId32;831    readonly to: AccountId32;832    readonly amount: u128;833  } & Struct;834  readonly isReserved: boolean;835  readonly asReserved: {836    readonly currencyId: PalletForeingAssetsAssetIds;837    readonly who: AccountId32;838    readonly amount: u128;839  } & Struct;840  readonly isUnreserved: boolean;841  readonly asUnreserved: {842    readonly currencyId: PalletForeingAssetsAssetIds;843    readonly who: AccountId32;844    readonly amount: u128;845  } & Struct;846  readonly isReserveRepatriated: boolean;847  readonly asReserveRepatriated: {848    readonly currencyId: PalletForeingAssetsAssetIds;849    readonly from: AccountId32;850    readonly to: AccountId32;851    readonly amount: u128;852    readonly status: FrameSupportTokensMiscBalanceStatus;853  } & Struct;854  readonly isBalanceSet: boolean;855  readonly asBalanceSet: {856    readonly currencyId: PalletForeingAssetsAssetIds;857    readonly who: AccountId32;858    readonly free: u128;859    readonly reserved: u128;860  } & Struct;861  readonly isTotalIssuanceSet: boolean;862  readonly asTotalIssuanceSet: {863    readonly currencyId: PalletForeingAssetsAssetIds;864    readonly amount: u128;865  } & Struct;866  readonly isWithdrawn: boolean;867  readonly asWithdrawn: {868    readonly currencyId: PalletForeingAssetsAssetIds;869    readonly who: AccountId32;870    readonly amount: u128;871  } & Struct;872  readonly isSlashed: boolean;873  readonly asSlashed: {874    readonly currencyId: PalletForeingAssetsAssetIds;875    readonly who: AccountId32;876    readonly freeAmount: u128;877    readonly reservedAmount: u128;878  } & Struct;879  readonly isDeposited: boolean;880  readonly asDeposited: {881    readonly currencyId: PalletForeingAssetsAssetIds;882    readonly who: AccountId32;883    readonly amount: u128;884  } & Struct;885  readonly isLockSet: boolean;886  readonly asLockSet: {887    readonly lockId: U8aFixed;888    readonly currencyId: PalletForeingAssetsAssetIds;889    readonly who: AccountId32;890    readonly amount: u128;891  } & Struct;892  readonly isLockRemoved: boolean;893  readonly asLockRemoved: {894    readonly lockId: U8aFixed;895    readonly currencyId: PalletForeingAssetsAssetIds;896    readonly who: AccountId32;897  } & Struct;898  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';899}900901/** @name OrmlTokensReserveData */902export interface OrmlTokensReserveData extends Struct {903  readonly id: Null;904  readonly amount: u128;905}906907/** @name OrmlVestingModuleCall */908export interface OrmlVestingModuleCall extends Enum {909  readonly isClaim: boolean;910  readonly isVestedTransfer: boolean;911  readonly asVestedTransfer: {912    readonly dest: MultiAddress;913    readonly schedule: OrmlVestingVestingSchedule;914  } & Struct;915  readonly isUpdateVestingSchedules: boolean;916  readonly asUpdateVestingSchedules: {917    readonly who: MultiAddress;918    readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;919  } & Struct;920  readonly isClaimFor: boolean;921  readonly asClaimFor: {922    readonly dest: MultiAddress;923  } & Struct;924  readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';925}926927/** @name OrmlVestingModuleError */928export interface OrmlVestingModuleError extends Enum {929  readonly isZeroVestingPeriod: boolean;930  readonly isZeroVestingPeriodCount: boolean;931  readonly isInsufficientBalanceToLock: boolean;932  readonly isTooManyVestingSchedules: boolean;933  readonly isAmountLow: boolean;934  readonly isMaxVestingSchedulesExceeded: boolean;935  readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';936}937938/** @name OrmlVestingModuleEvent */939export interface OrmlVestingModuleEvent extends Enum {940  readonly isVestingScheduleAdded: boolean;941  readonly asVestingScheduleAdded: {942    readonly from: AccountId32;943    readonly to: AccountId32;944    readonly vestingSchedule: OrmlVestingVestingSchedule;945  } & Struct;946  readonly isClaimed: boolean;947  readonly asClaimed: {948    readonly who: AccountId32;949    readonly amount: u128;950  } & Struct;951  readonly isVestingSchedulesUpdated: boolean;952  readonly asVestingSchedulesUpdated: {953    readonly who: AccountId32;954  } & Struct;955  readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';956}957958/** @name OrmlVestingVestingSchedule */959export interface OrmlVestingVestingSchedule extends Struct {960  readonly start: u32;961  readonly period: u32;962  readonly periodCount: u32;963  readonly perPeriod: Compact<u128>;964}965966/** @name OrmlXtokensModuleCall */967export interface OrmlXtokensModuleCall extends Enum {968  readonly isTransfer: boolean;969  readonly asTransfer: {970    readonly currencyId: PalletForeingAssetsAssetIds;971    readonly amount: u128;972    readonly dest: XcmVersionedMultiLocation;973    readonly destWeight: u64;974  } & Struct;975  readonly isTransferMultiasset: boolean;976  readonly asTransferMultiasset: {977    readonly asset: XcmVersionedMultiAsset;978    readonly dest: XcmVersionedMultiLocation;979    readonly destWeight: u64;980  } & Struct;981  readonly isTransferWithFee: boolean;982  readonly asTransferWithFee: {983    readonly currencyId: PalletForeingAssetsAssetIds;984    readonly amount: u128;985    readonly fee: u128;986    readonly dest: XcmVersionedMultiLocation;987    readonly destWeight: u64;988  } & Struct;989  readonly isTransferMultiassetWithFee: boolean;990  readonly asTransferMultiassetWithFee: {991    readonly asset: XcmVersionedMultiAsset;992    readonly fee: XcmVersionedMultiAsset;993    readonly dest: XcmVersionedMultiLocation;994    readonly destWeight: u64;995  } & Struct;996  readonly isTransferMulticurrencies: boolean;997  readonly asTransferMulticurrencies: {998    readonly currencies: Vec<ITuple<[PalletForeingAssetsAssetIds, u128]>>;999    readonly feeItem: u32;1000    readonly dest: XcmVersionedMultiLocation;1001    readonly destWeight: u64;1002  } & Struct;1003  readonly isTransferMultiassets: boolean;1004  readonly asTransferMultiassets: {1005    readonly assets: XcmVersionedMultiAssets;1006    readonly feeItem: u32;1007    readonly dest: XcmVersionedMultiLocation;1008    readonly destWeight: u64;1009  } & Struct;1010  readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1011}10121013/** @name OrmlXtokensModuleError */1014export interface OrmlXtokensModuleError extends Enum {1015  readonly isAssetHasNoReserve: boolean;1016  readonly isNotCrossChainTransfer: boolean;1017  readonly isInvalidDest: boolean;1018  readonly isNotCrossChainTransferableCurrency: boolean;1019  readonly isUnweighableMessage: boolean;1020  readonly isXcmExecutionFailed: boolean;1021  readonly isCannotReanchor: boolean;1022  readonly isInvalidAncestry: boolean;1023  readonly isInvalidAsset: boolean;1024  readonly isDestinationNotInvertible: boolean;1025  readonly isBadVersion: boolean;1026  readonly isDistinctReserveForAssetAndFee: boolean;1027  readonly isZeroFee: boolean;1028  readonly isZeroAmount: boolean;1029  readonly isTooManyAssetsBeingSent: boolean;1030  readonly isAssetIndexNonExistent: boolean;1031  readonly isFeeNotEnough: boolean;1032  readonly isNotSupportedMultiLocation: boolean;1033  readonly isMinXcmFeeNotDefined: boolean;1034  readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';1035}10361037/** @name OrmlXtokensModuleEvent */1038export interface OrmlXtokensModuleEvent extends Enum {1039  readonly isTransferredMultiAssets: boolean;1040  readonly asTransferredMultiAssets: {1041    readonly sender: AccountId32;1042    readonly assets: XcmV1MultiassetMultiAssets;1043    readonly fee: XcmV1MultiAsset;1044    readonly dest: XcmV1MultiLocation;1045  } & Struct;1046  readonly type: 'TransferredMultiAssets';1047}10481049/** @name PalletBalancesAccountData */1050export interface PalletBalancesAccountData extends Struct {1051  readonly free: u128;1052  readonly reserved: u128;1053  readonly miscFrozen: u128;1054  readonly feeFrozen: u128;1055}10561057/** @name PalletBalancesBalanceLock */1058export interface PalletBalancesBalanceLock extends Struct {1059  readonly id: U8aFixed;1060  readonly amount: u128;1061  readonly reasons: PalletBalancesReasons;1062}10631064/** @name PalletBalancesCall */1065export interface PalletBalancesCall extends Enum {1066  readonly isTransfer: boolean;1067  readonly asTransfer: {1068    readonly dest: MultiAddress;1069    readonly value: Compact<u128>;1070  } & Struct;1071  readonly isSetBalance: boolean;1072  readonly asSetBalance: {1073    readonly who: MultiAddress;1074    readonly newFree: Compact<u128>;1075    readonly newReserved: Compact<u128>;1076  } & Struct;1077  readonly isForceTransfer: boolean;1078  readonly asForceTransfer: {1079    readonly source: MultiAddress;1080    readonly dest: MultiAddress;1081    readonly value: Compact<u128>;1082  } & Struct;1083  readonly isTransferKeepAlive: boolean;1084  readonly asTransferKeepAlive: {1085    readonly dest: MultiAddress;1086    readonly value: Compact<u128>;1087  } & Struct;1088  readonly isTransferAll: boolean;1089  readonly asTransferAll: {1090    readonly dest: MultiAddress;1091    readonly keepAlive: bool;1092  } & Struct;1093  readonly isForceUnreserve: boolean;1094  readonly asForceUnreserve: {1095    readonly who: MultiAddress;1096    readonly amount: u128;1097  } & Struct;1098  readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1099}11001101/** @name PalletBalancesError */1102export interface PalletBalancesError extends Enum {1103  readonly isVestingBalance: boolean;1104  readonly isLiquidityRestrictions: boolean;1105  readonly isInsufficientBalance: boolean;1106  readonly isExistentialDeposit: boolean;1107  readonly isKeepAlive: boolean;1108  readonly isExistingVestingSchedule: boolean;1109  readonly isDeadAccount: boolean;1110  readonly isTooManyReserves: boolean;1111  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1112}11131114/** @name PalletBalancesEvent */1115export interface PalletBalancesEvent extends Enum {1116  readonly isEndowed: boolean;1117  readonly asEndowed: {1118    readonly account: AccountId32;1119    readonly freeBalance: u128;1120  } & Struct;1121  readonly isDustLost: boolean;1122  readonly asDustLost: {1123    readonly account: AccountId32;1124    readonly amount: u128;1125  } & Struct;1126  readonly isTransfer: boolean;1127  readonly asTransfer: {1128    readonly from: AccountId32;1129    readonly to: AccountId32;1130    readonly amount: u128;1131  } & Struct;1132  readonly isBalanceSet: boolean;1133  readonly asBalanceSet: {1134    readonly who: AccountId32;1135    readonly free: u128;1136    readonly reserved: u128;1137  } & Struct;1138  readonly isReserved: boolean;1139  readonly asReserved: {1140    readonly who: AccountId32;1141    readonly amount: u128;1142  } & Struct;1143  readonly isUnreserved: boolean;1144  readonly asUnreserved: {1145    readonly who: AccountId32;1146    readonly amount: u128;1147  } & Struct;1148  readonly isReserveRepatriated: boolean;1149  readonly asReserveRepatriated: {1150    readonly from: AccountId32;1151    readonly to: AccountId32;1152    readonly amount: u128;1153    readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1154  } & Struct;1155  readonly isDeposit: boolean;1156  readonly asDeposit: {1157    readonly who: AccountId32;1158    readonly amount: u128;1159  } & Struct;1160  readonly isWithdraw: boolean;1161  readonly asWithdraw: {1162    readonly who: AccountId32;1163    readonly amount: u128;1164  } & Struct;1165  readonly isSlashed: boolean;1166  readonly asSlashed: {1167    readonly who: AccountId32;1168    readonly amount: u128;1169  } & Struct;1170  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';1171}11721173/** @name PalletBalancesReasons */1174export interface PalletBalancesReasons extends Enum {1175  readonly isFee: boolean;1176  readonly isMisc: boolean;1177  readonly isAll: boolean;1178  readonly type: 'Fee' | 'Misc' | 'All';1179}11801181/** @name PalletBalancesReleases */1182export interface PalletBalancesReleases extends Enum {1183  readonly isV100: boolean;1184  readonly isV200: boolean;1185  readonly type: 'V100' | 'V200';1186}11871188/** @name PalletBalancesReserveData */1189export interface PalletBalancesReserveData extends Struct {1190  readonly id: U8aFixed;1191  readonly amount: u128;1192}11931194/** @name PalletCommonError */1195export interface PalletCommonError extends Enum {1196  readonly isCollectionNotFound: boolean;1197  readonly isMustBeTokenOwner: boolean;1198  readonly isNoPermission: boolean;1199  readonly isCantDestroyNotEmptyCollection: boolean;1200  readonly isPublicMintingNotAllowed: boolean;1201  readonly isAddressNotInAllowlist: boolean;1202  readonly isCollectionNameLimitExceeded: boolean;1203  readonly isCollectionDescriptionLimitExceeded: boolean;1204  readonly isCollectionTokenPrefixLimitExceeded: boolean;1205  readonly isTotalCollectionsLimitExceeded: boolean;1206  readonly isCollectionAdminCountExceeded: boolean;1207  readonly isCollectionLimitBoundsExceeded: boolean;1208  readonly isOwnerPermissionsCantBeReverted: boolean;1209  readonly isTransferNotAllowed: boolean;1210  readonly isAccountTokenLimitExceeded: boolean;1211  readonly isCollectionTokenLimitExceeded: boolean;1212  readonly isMetadataFlagFrozen: boolean;1213  readonly isTokenNotFound: boolean;1214  readonly isTokenValueTooLow: boolean;1215  readonly isApprovedValueTooLow: boolean;1216  readonly isCantApproveMoreThanOwned: boolean;1217  readonly isAddressIsZero: boolean;1218  readonly isUnsupportedOperation: boolean;1219  readonly isNotSufficientFounds: boolean;1220  readonly isUserIsNotAllowedToNest: boolean;1221  readonly isSourceCollectionIsNotAllowedToNest: boolean;1222  readonly isCollectionFieldSizeExceeded: boolean;1223  readonly isNoSpaceForProperty: boolean;1224  readonly isPropertyLimitReached: boolean;1225  readonly isPropertyKeyIsTooLong: boolean;1226  readonly isInvalidCharacterInPropertyKey: boolean;1227  readonly isEmptyPropertyKey: boolean;1228  readonly isCollectionIsExternal: boolean;1229  readonly isCollectionIsInternal: boolean;1230  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';1231}12321233/** @name PalletCommonEvent */1234export interface PalletCommonEvent extends Enum {1235  readonly isCollectionCreated: boolean;1236  readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1237  readonly isCollectionDestroyed: boolean;1238  readonly asCollectionDestroyed: u32;1239  readonly isItemCreated: boolean;1240  readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1241  readonly isItemDestroyed: boolean;1242  readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1243  readonly isTransfer: boolean;1244  readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1245  readonly isApproved: boolean;1246  readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1247  readonly isCollectionPropertySet: boolean;1248  readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1249  readonly isCollectionPropertyDeleted: boolean;1250  readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1251  readonly isTokenPropertySet: boolean;1252  readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1253  readonly isTokenPropertyDeleted: boolean;1254  readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1255  readonly isPropertyPermissionSet: boolean;1256  readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1257  readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';1258}12591260/** @name PalletConfigurationCall */1261export interface PalletConfigurationCall extends Enum {1262  readonly isSetWeightToFeeCoefficientOverride: boolean;1263  readonly asSetWeightToFeeCoefficientOverride: {1264    readonly coeff: Option<u32>;1265  } & Struct;1266  readonly isSetMinGasPriceOverride: boolean;1267  readonly asSetMinGasPriceOverride: {1268    readonly coeff: Option<u64>;1269  } & Struct;1270  readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';1271}12721273/** @name PalletEthereumCall */1274export interface PalletEthereumCall extends Enum {1275  readonly isTransact: boolean;1276  readonly asTransact: {1277    readonly transaction: EthereumTransactionTransactionV2;1278  } & Struct;1279  readonly type: 'Transact';1280}12811282/** @name PalletEthereumError */1283export interface PalletEthereumError extends Enum {1284  readonly isInvalidSignature: boolean;1285  readonly isPreLogExists: boolean;1286  readonly type: 'InvalidSignature' | 'PreLogExists';1287}12881289/** @name PalletEthereumEvent */1290export interface PalletEthereumEvent extends Enum {1291  readonly isExecuted: boolean;1292  readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;1293  readonly type: 'Executed';1294}12951296/** @name PalletEthereumFakeTransactionFinalizer */1297export interface PalletEthereumFakeTransactionFinalizer extends Null {}12981299/** @name PalletEthereumRawOrigin */1300export interface PalletEthereumRawOrigin extends Enum {1301  readonly isEthereumTransaction: boolean;1302  readonly asEthereumTransaction: H160;1303  readonly type: 'EthereumTransaction';1304}13051306/** @name PalletEvmAccountBasicCrossAccountIdRepr */1307export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1308  readonly isSubstrate: boolean;1309  readonly asSubstrate: AccountId32;1310  readonly isEthereum: boolean;1311  readonly asEthereum: H160;1312  readonly type: 'Substrate' | 'Ethereum';1313}13141315/** @name PalletEvmCall */1316export interface PalletEvmCall extends Enum {1317  readonly isWithdraw: boolean;1318  readonly asWithdraw: {1319    readonly address: H160;1320    readonly value: u128;1321  } & Struct;1322  readonly isCall: boolean;1323  readonly asCall: {1324    readonly source: H160;1325    readonly target: H160;1326    readonly input: Bytes;1327    readonly value: U256;1328    readonly gasLimit: u64;1329    readonly maxFeePerGas: U256;1330    readonly maxPriorityFeePerGas: Option<U256>;1331    readonly nonce: Option<U256>;1332    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1333  } & Struct;1334  readonly isCreate: boolean;1335  readonly asCreate: {1336    readonly source: H160;1337    readonly init: Bytes;1338    readonly value: U256;1339    readonly gasLimit: u64;1340    readonly maxFeePerGas: U256;1341    readonly maxPriorityFeePerGas: Option<U256>;1342    readonly nonce: Option<U256>;1343    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1344  } & Struct;1345  readonly isCreate2: boolean;1346  readonly asCreate2: {1347    readonly source: H160;1348    readonly init: Bytes;1349    readonly salt: H256;1350    readonly value: U256;1351    readonly gasLimit: u64;1352    readonly maxFeePerGas: U256;1353    readonly maxPriorityFeePerGas: Option<U256>;1354    readonly nonce: Option<U256>;1355    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1356  } & Struct;1357  readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1358}13591360/** @name PalletEvmCoderSubstrateError */1361export interface PalletEvmCoderSubstrateError extends Enum {1362  readonly isOutOfGas: boolean;1363  readonly isOutOfFund: boolean;1364  readonly type: 'OutOfGas' | 'OutOfFund';1365}13661367/** @name PalletEvmContractHelpersError */1368export interface PalletEvmContractHelpersError extends Enum {1369  readonly isNoPermission: boolean;1370  readonly isNoPendingSponsor: boolean;1371  readonly type: 'NoPermission' | 'NoPendingSponsor';1372}13731374/** @name PalletEvmContractHelpersSponsoringModeT */1375export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1376  readonly isDisabled: boolean;1377  readonly isAllowlisted: boolean;1378  readonly isGenerous: boolean;1379  readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1380}13811382/** @name PalletEvmError */1383export interface PalletEvmError extends Enum {1384  readonly isBalanceLow: boolean;1385  readonly isFeeOverflow: boolean;1386  readonly isPaymentOverflow: boolean;1387  readonly isWithdrawFailed: boolean;1388  readonly isGasPriceTooLow: boolean;1389  readonly isInvalidNonce: boolean;1390  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';1391}13921393/** @name PalletEvmEvent */1394export interface PalletEvmEvent extends Enum {1395  readonly isLog: boolean;1396  readonly asLog: EthereumLog;1397  readonly isCreated: boolean;1398  readonly asCreated: H160;1399  readonly isCreatedFailed: boolean;1400  readonly asCreatedFailed: H160;1401  readonly isExecuted: boolean;1402  readonly asExecuted: H160;1403  readonly isExecutedFailed: boolean;1404  readonly asExecutedFailed: H160;1405  readonly isBalanceDeposit: boolean;1406  readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;1407  readonly isBalanceWithdraw: boolean;1408  readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;1409  readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';1410}14111412/** @name PalletEvmMigrationCall */1413export interface PalletEvmMigrationCall extends Enum {1414  readonly isBegin: boolean;1415  readonly asBegin: {1416    readonly address: H160;1417  } & Struct;1418  readonly isSetData: boolean;1419  readonly asSetData: {1420    readonly address: H160;1421    readonly data: Vec<ITuple<[H256, H256]>>;1422  } & Struct;1423  readonly isFinish: boolean;1424  readonly asFinish: {1425    readonly address: H160;1426    readonly code: Bytes;1427  } & Struct;1428  readonly type: 'Begin' | 'SetData' | 'Finish';1429}14301431/** @name PalletEvmMigrationError */1432export interface PalletEvmMigrationError extends Enum {1433  readonly isAccountNotEmpty: boolean;1434  readonly isAccountIsNotMigrating: boolean;1435  readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';1436}14371438/** @name PalletForeingAssetsAssetIds */1439export interface PalletForeingAssetsAssetIds extends Enum {1440  readonly isForeignAssetId: boolean;1441  readonly asForeignAssetId: u32;1442  readonly isNativeAssetId: boolean;1443  readonly asNativeAssetId: PalletForeingAssetsNativeCurrency;1444  readonly type: 'ForeignAssetId' | 'NativeAssetId';1445}14461447/** @name PalletForeingAssetsModuleAssetMetadata */1448export interface PalletForeingAssetsModuleAssetMetadata extends Struct {1449  readonly name: Bytes;1450  readonly symbol: Bytes;1451  readonly decimals: u8;1452  readonly minimalBalance: u128;1453}14541455/** @name PalletForeingAssetsModuleCall */1456export interface PalletForeingAssetsModuleCall extends Enum {1457  readonly isRegisterForeignAsset: boolean;1458  readonly asRegisterForeignAsset: {1459    readonly owner: AccountId32;1460    readonly location: XcmVersionedMultiLocation;1461    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1462  } & Struct;1463  readonly isUpdateForeignAsset: boolean;1464  readonly asUpdateForeignAsset: {1465    readonly foreignAssetId: u32;1466    readonly location: XcmVersionedMultiLocation;1467    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1468  } & Struct;1469  readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1470}14711472/** @name PalletForeingAssetsModuleError */1473export interface PalletForeingAssetsModuleError extends Enum {1474  readonly isBadLocation: boolean;1475  readonly isMultiLocationExisted: boolean;1476  readonly isAssetIdNotExists: boolean;1477  readonly isAssetIdExisted: boolean;1478  readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1479}14801481/** @name PalletForeingAssetsModuleEvent */1482export interface PalletForeingAssetsModuleEvent extends Enum {1483  readonly isForeignAssetRegistered: boolean;1484  readonly asForeignAssetRegistered: {1485    readonly assetId: u32;1486    readonly assetAddress: XcmV1MultiLocation;1487    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1488  } & Struct;1489  readonly isForeignAssetUpdated: boolean;1490  readonly asForeignAssetUpdated: {1491    readonly assetId: u32;1492    readonly assetAddress: XcmV1MultiLocation;1493    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1494  } & Struct;1495  readonly isAssetRegistered: boolean;1496  readonly asAssetRegistered: {1497    readonly assetId: PalletForeingAssetsAssetIds;1498    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1499  } & Struct;1500  readonly isAssetUpdated: boolean;1501  readonly asAssetUpdated: {1502    readonly assetId: PalletForeingAssetsAssetIds;1503    readonly metadata: PalletForeingAssetsModuleAssetMetadata;1504  } & Struct;1505  readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1506}15071508/** @name PalletForeingAssetsNativeCurrency */1509export interface PalletForeingAssetsNativeCurrency extends Enum {1510  readonly isHere: boolean;1511  readonly isParent: boolean;1512  readonly type: 'Here' | 'Parent';1513}15141515/** @name PalletFungibleError */1516export interface PalletFungibleError extends Enum {1517  readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1518  readonly isFungibleItemsHaveNoId: boolean;1519  readonly isFungibleItemsDontHaveData: boolean;1520  readonly isFungibleDisallowsNesting: boolean;1521  readonly isSettingPropertiesNotAllowed: boolean;1522  readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1523}15241525/** @name PalletInflationCall */1526export interface PalletInflationCall extends Enum {1527  readonly isStartInflation: boolean;1528  readonly asStartInflation: {1529    readonly inflationStartRelayBlock: u32;1530  } & Struct;1531  readonly type: 'StartInflation';1532}15331534/** @name PalletNonfungibleError */1535export interface PalletNonfungibleError extends Enum {1536  readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;1537  readonly isNonfungibleItemsHaveNoAmount: boolean;1538  readonly isCantBurnNftWithChildren: boolean;1539  readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';1540}15411542/** @name PalletNonfungibleItemData */1543export interface PalletNonfungibleItemData extends Struct {1544  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1545}15461547/** @name PalletRefungibleError */1548export interface PalletRefungibleError extends Enum {1549  readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;1550  readonly isWrongRefungiblePieces: boolean;1551  readonly isRepartitionWhileNotOwningAllPieces: boolean;1552  readonly isRefungibleDisallowsNesting: boolean;1553  readonly isSettingPropertiesNotAllowed: boolean;1554  readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1555}15561557/** @name PalletRefungibleItemData */1558export interface PalletRefungibleItemData extends Struct {1559  readonly constData: Bytes;1560}15611562/** @name PalletRmrkCoreCall */1563export interface PalletRmrkCoreCall extends Enum {1564  readonly isCreateCollection: boolean;1565  readonly asCreateCollection: {1566    readonly metadata: Bytes;1567    readonly max: Option<u32>;1568    readonly symbol: Bytes;1569  } & Struct;1570  readonly isDestroyCollection: boolean;1571  readonly asDestroyCollection: {1572    readonly collectionId: u32;1573  } & Struct;1574  readonly isChangeCollectionIssuer: boolean;1575  readonly asChangeCollectionIssuer: {1576    readonly collectionId: u32;1577    readonly newIssuer: MultiAddress;1578  } & Struct;1579  readonly isLockCollection: boolean;1580  readonly asLockCollection: {1581    readonly collectionId: u32;1582  } & Struct;1583  readonly isMintNft: boolean;1584  readonly asMintNft: {1585    readonly owner: Option<AccountId32>;1586    readonly collectionId: u32;1587    readonly recipient: Option<AccountId32>;1588    readonly royaltyAmount: Option<Permill>;1589    readonly metadata: Bytes;1590    readonly transferable: bool;1591    readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;1592  } & Struct;1593  readonly isBurnNft: boolean;1594  readonly asBurnNft: {1595    readonly collectionId: u32;1596    readonly nftId: u32;1597    readonly maxBurns: u32;1598  } & Struct;1599  readonly isSend: boolean;1600  readonly asSend: {1601    readonly rmrkCollectionId: u32;1602    readonly rmrkNftId: u32;1603    readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1604  } & Struct;1605  readonly isAcceptNft: boolean;1606  readonly asAcceptNft: {1607    readonly rmrkCollectionId: u32;1608    readonly rmrkNftId: u32;1609    readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1610  } & Struct;1611  readonly isRejectNft: boolean;1612  readonly asRejectNft: {1613    readonly rmrkCollectionId: u32;1614    readonly rmrkNftId: u32;1615  } & Struct;1616  readonly isAcceptResource: boolean;1617  readonly asAcceptResource: {1618    readonly rmrkCollectionId: u32;1619    readonly rmrkNftId: u32;1620    readonly resourceId: u32;1621  } & Struct;1622  readonly isAcceptResourceRemoval: boolean;1623  readonly asAcceptResourceRemoval: {1624    readonly rmrkCollectionId: u32;1625    readonly rmrkNftId: u32;1626    readonly resourceId: u32;1627  } & Struct;1628  readonly isSetProperty: boolean;1629  readonly asSetProperty: {1630    readonly rmrkCollectionId: Compact<u32>;1631    readonly maybeNftId: Option<u32>;1632    readonly key: Bytes;1633    readonly value: Bytes;1634  } & Struct;1635  readonly isSetPriority: boolean;1636  readonly asSetPriority: {1637    readonly rmrkCollectionId: u32;1638    readonly rmrkNftId: u32;1639    readonly priorities: Vec<u32>;1640  } & Struct;1641  readonly isAddBasicResource: boolean;1642  readonly asAddBasicResource: {1643    readonly rmrkCollectionId: u32;1644    readonly nftId: u32;1645    readonly resource: RmrkTraitsResourceBasicResource;1646  } & Struct;1647  readonly isAddComposableResource: boolean;1648  readonly asAddComposableResource: {1649    readonly rmrkCollectionId: u32;1650    readonly nftId: u32;1651    readonly resource: RmrkTraitsResourceComposableResource;1652  } & Struct;1653  readonly isAddSlotResource: boolean;1654  readonly asAddSlotResource: {1655    readonly rmrkCollectionId: u32;1656    readonly nftId: u32;1657    readonly resource: RmrkTraitsResourceSlotResource;1658  } & Struct;1659  readonly isRemoveResource: boolean;1660  readonly asRemoveResource: {1661    readonly rmrkCollectionId: u32;1662    readonly nftId: u32;1663    readonly resourceId: u32;1664  } & Struct;1665  readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1666}16671668/** @name PalletRmrkCoreError */1669export interface PalletRmrkCoreError extends Enum {1670  readonly isCorruptedCollectionType: boolean;1671  readonly isRmrkPropertyKeyIsTooLong: boolean;1672  readonly isRmrkPropertyValueIsTooLong: boolean;1673  readonly isRmrkPropertyIsNotFound: boolean;1674  readonly isUnableToDecodeRmrkData: boolean;1675  readonly isCollectionNotEmpty: boolean;1676  readonly isNoAvailableCollectionId: boolean;1677  readonly isNoAvailableNftId: boolean;1678  readonly isCollectionUnknown: boolean;1679  readonly isNoPermission: boolean;1680  readonly isNonTransferable: boolean;1681  readonly isCollectionFullOrLocked: boolean;1682  readonly isResourceDoesntExist: boolean;1683  readonly isCannotSendToDescendentOrSelf: boolean;1684  readonly isCannotAcceptNonOwnedNft: boolean;1685  readonly isCannotRejectNonOwnedNft: boolean;1686  readonly isCannotRejectNonPendingNft: boolean;1687  readonly isResourceNotPending: boolean;1688  readonly isNoAvailableResourceId: boolean;1689  readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';1690}16911692/** @name PalletRmrkCoreEvent */1693export interface PalletRmrkCoreEvent extends Enum {1694  readonly isCollectionCreated: boolean;1695  readonly asCollectionCreated: {1696    readonly issuer: AccountId32;1697    readonly collectionId: u32;1698  } & Struct;1699  readonly isCollectionDestroyed: boolean;1700  readonly asCollectionDestroyed: {1701    readonly issuer: AccountId32;1702    readonly collectionId: u32;1703  } & Struct;1704  readonly isIssuerChanged: boolean;1705  readonly asIssuerChanged: {1706    readonly oldIssuer: AccountId32;1707    readonly newIssuer: AccountId32;1708    readonly collectionId: u32;1709  } & Struct;1710  readonly isCollectionLocked: boolean;1711  readonly asCollectionLocked: {1712    readonly issuer: AccountId32;1713    readonly collectionId: u32;1714  } & Struct;1715  readonly isNftMinted: boolean;1716  readonly asNftMinted: {1717    readonly owner: AccountId32;1718    readonly collectionId: u32;1719    readonly nftId: u32;1720  } & Struct;1721  readonly isNftBurned: boolean;1722  readonly asNftBurned: {1723    readonly owner: AccountId32;1724    readonly nftId: u32;1725  } & Struct;1726  readonly isNftSent: boolean;1727  readonly asNftSent: {1728    readonly sender: AccountId32;1729    readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1730    readonly collectionId: u32;1731    readonly nftId: u32;1732    readonly approvalRequired: bool;1733  } & Struct;1734  readonly isNftAccepted: boolean;1735  readonly asNftAccepted: {1736    readonly sender: AccountId32;1737    readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1738    readonly collectionId: u32;1739    readonly nftId: u32;1740  } & Struct;1741  readonly isNftRejected: boolean;1742  readonly asNftRejected: {1743    readonly sender: AccountId32;1744    readonly collectionId: u32;1745    readonly nftId: u32;1746  } & Struct;1747  readonly isPropertySet: boolean;1748  readonly asPropertySet: {1749    readonly collectionId: u32;1750    readonly maybeNftId: Option<u32>;1751    readonly key: Bytes;1752    readonly value: Bytes;1753  } & Struct;1754  readonly isResourceAdded: boolean;1755  readonly asResourceAdded: {1756    readonly nftId: u32;1757    readonly resourceId: u32;1758  } & Struct;1759  readonly isResourceRemoval: boolean;1760  readonly asResourceRemoval: {1761    readonly nftId: u32;1762    readonly resourceId: u32;1763  } & Struct;1764  readonly isResourceAccepted: boolean;1765  readonly asResourceAccepted: {1766    readonly nftId: u32;1767    readonly resourceId: u32;1768  } & Struct;1769  readonly isResourceRemovalAccepted: boolean;1770  readonly asResourceRemovalAccepted: {1771    readonly nftId: u32;1772    readonly resourceId: u32;1773  } & Struct;1774  readonly isPrioritySet: boolean;1775  readonly asPrioritySet: {1776    readonly collectionId: u32;1777    readonly nftId: u32;1778  } & Struct;1779  readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1780}17811782/** @name PalletRmrkEquipCall */1783export interface PalletRmrkEquipCall extends Enum {1784  readonly isCreateBase: boolean;1785  readonly asCreateBase: {1786    readonly baseType: Bytes;1787    readonly symbol: Bytes;1788    readonly parts: Vec<RmrkTraitsPartPartType>;1789  } & Struct;1790  readonly isThemeAdd: boolean;1791  readonly asThemeAdd: {1792    readonly baseId: u32;1793    readonly theme: RmrkTraitsTheme;1794  } & Struct;1795  readonly isEquippable: boolean;1796  readonly asEquippable: {1797    readonly baseId: u32;1798    readonly slotId: u32;1799    readonly equippables: RmrkTraitsPartEquippableList;1800  } & Struct;1801  readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1802}18031804/** @name PalletRmrkEquipError */1805export interface PalletRmrkEquipError extends Enum {1806  readonly isPermissionError: boolean;1807  readonly isNoAvailableBaseId: boolean;1808  readonly isNoAvailablePartId: boolean;1809  readonly isBaseDoesntExist: boolean;1810  readonly isNeedsDefaultThemeFirst: boolean;1811  readonly isPartDoesntExist: boolean;1812  readonly isNoEquippableOnFixedPart: boolean;1813  readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';1814}18151816/** @name PalletRmrkEquipEvent */1817export interface PalletRmrkEquipEvent extends Enum {1818  readonly isBaseCreated: boolean;1819  readonly asBaseCreated: {1820    readonly issuer: AccountId32;1821    readonly baseId: u32;1822  } & Struct;1823  readonly isEquippablesUpdated: boolean;1824  readonly asEquippablesUpdated: {1825    readonly baseId: u32;1826    readonly slotId: u32;1827  } & Struct;1828  readonly type: 'BaseCreated' | 'EquippablesUpdated';1829}18301831/** @name PalletStructureCall */1832export interface PalletStructureCall extends Null {}18331834/** @name PalletStructureError */1835export interface PalletStructureError extends Enum {1836  readonly isOuroborosDetected: boolean;1837  readonly isDepthLimit: boolean;1838  readonly isBreadthLimit: boolean;1839  readonly isTokenNotFound: boolean;1840  readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';1841}18421843/** @name PalletStructureEvent */1844export interface PalletStructureEvent extends Enum {1845  readonly isExecuted: boolean;1846  readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1847  readonly type: 'Executed';1848}18491850/** @name PalletSudoCall */1851export interface PalletSudoCall extends Enum {1852  readonly isSudo: boolean;1853  readonly asSudo: {1854    readonly call: Call;1855  } & Struct;1856  readonly isSudoUncheckedWeight: boolean;1857  readonly asSudoUncheckedWeight: {1858    readonly call: Call;1859    readonly weight: u64;1860  } & Struct;1861  readonly isSetKey: boolean;1862  readonly asSetKey: {1863    readonly new_: MultiAddress;1864  } & Struct;1865  readonly isSudoAs: boolean;1866  readonly asSudoAs: {1867    readonly who: MultiAddress;1868    readonly call: Call;1869  } & Struct;1870  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1871}18721873/** @name PalletSudoError */1874export interface PalletSudoError extends Enum {1875  readonly isRequireSudo: boolean;1876  readonly type: 'RequireSudo';1877}18781879/** @name PalletSudoEvent */1880export interface PalletSudoEvent extends Enum {1881  readonly isSudid: boolean;1882  readonly asSudid: {1883    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1884  } & Struct;1885  readonly isKeyChanged: boolean;1886  readonly asKeyChanged: {1887    readonly oldSudoer: Option<AccountId32>;1888  } & Struct;1889  readonly isSudoAsDone: boolean;1890  readonly asSudoAsDone: {1891    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1892  } & Struct;1893  readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1894}18951896/** @name PalletTemplateTransactionPaymentCall */1897export interface PalletTemplateTransactionPaymentCall extends Null {}18981899/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */1900export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}19011902/** @name PalletTimestampCall */1903export interface PalletTimestampCall extends Enum {1904  readonly isSet: boolean;1905  readonly asSet: {1906    readonly now: Compact<u64>;1907  } & Struct;1908  readonly type: 'Set';1909}19101911/** @name PalletTransactionPaymentEvent */1912export interface PalletTransactionPaymentEvent extends Enum {1913  readonly isTransactionFeePaid: boolean;1914  readonly asTransactionFeePaid: {1915    readonly who: AccountId32;1916    readonly actualFee: u128;1917    readonly tip: u128;1918  } & Struct;1919  readonly type: 'TransactionFeePaid';1920}19211922/** @name PalletTransactionPaymentReleases */1923export interface PalletTransactionPaymentReleases extends Enum {1924  readonly isV1Ancient: boolean;1925  readonly isV2: boolean;1926  readonly type: 'V1Ancient' | 'V2';1927}19281929/** @name PalletTreasuryCall */1930export interface PalletTreasuryCall extends Enum {1931  readonly isProposeSpend: boolean;1932  readonly asProposeSpend: {1933    readonly value: Compact<u128>;1934    readonly beneficiary: MultiAddress;1935  } & Struct;1936  readonly isRejectProposal: boolean;1937  readonly asRejectProposal: {1938    readonly proposalId: Compact<u32>;1939  } & Struct;1940  readonly isApproveProposal: boolean;1941  readonly asApproveProposal: {1942    readonly proposalId: Compact<u32>;1943  } & Struct;1944  readonly isSpend: boolean;1945  readonly asSpend: {1946    readonly amount: Compact<u128>;1947    readonly beneficiary: MultiAddress;1948  } & Struct;1949  readonly isRemoveApproval: boolean;1950  readonly asRemoveApproval: {1951    readonly proposalId: Compact<u32>;1952  } & Struct;1953  readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1954}19551956/** @name PalletTreasuryError */1957export interface PalletTreasuryError extends Enum {1958  readonly isInsufficientProposersBalance: boolean;1959  readonly isInvalidIndex: boolean;1960  readonly isTooManyApprovals: boolean;1961  readonly isInsufficientPermission: boolean;1962  readonly isProposalNotApproved: boolean;1963  readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1964}19651966/** @name PalletTreasuryEvent */1967export interface PalletTreasuryEvent extends Enum {1968  readonly isProposed: boolean;1969  readonly asProposed: {1970    readonly proposalIndex: u32;1971  } & Struct;1972  readonly isSpending: boolean;1973  readonly asSpending: {1974    readonly budgetRemaining: u128;1975  } & Struct;1976  readonly isAwarded: boolean;1977  readonly asAwarded: {1978    readonly proposalIndex: u32;1979    readonly award: u128;1980    readonly account: AccountId32;1981  } & Struct;1982  readonly isRejected: boolean;1983  readonly asRejected: {1984    readonly proposalIndex: u32;1985    readonly slashed: u128;1986  } & Struct;1987  readonly isBurnt: boolean;1988  readonly asBurnt: {1989    readonly burntFunds: u128;1990  } & Struct;1991  readonly isRollover: boolean;1992  readonly asRollover: {1993    readonly rolloverBalance: u128;1994  } & Struct;1995  readonly isDeposit: boolean;1996  readonly asDeposit: {1997    readonly value: u128;1998  } & Struct;1999  readonly isSpendApproved: boolean;2000  readonly asSpendApproved: {2001    readonly proposalIndex: u32;2002    readonly amount: u128;2003    readonly beneficiary: AccountId32;2004  } & Struct;2005  readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';2006}20072008/** @name PalletTreasuryProposal */2009export interface PalletTreasuryProposal extends Struct {2010  readonly proposer: AccountId32;2011  readonly value: u128;2012  readonly beneficiary: AccountId32;2013  readonly bond: u128;2014}20152016/** @name PalletUniqueCall */2017export interface PalletUniqueCall extends Enum {2018  readonly isCreateCollection: boolean;2019  readonly asCreateCollection: {2020    readonly collectionName: Vec<u16>;2021    readonly collectionDescription: Vec<u16>;2022    readonly tokenPrefix: Bytes;2023    readonly mode: UpDataStructsCollectionMode;2024  } & Struct;2025  readonly isCreateCollectionEx: boolean;2026  readonly asCreateCollectionEx: {2027    readonly data: UpDataStructsCreateCollectionData;2028  } & Struct;2029  readonly isDestroyCollection: boolean;2030  readonly asDestroyCollection: {2031    readonly collectionId: u32;2032  } & Struct;2033  readonly isAddToAllowList: boolean;2034  readonly asAddToAllowList: {2035    readonly collectionId: u32;2036    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2037  } & Struct;2038  readonly isRemoveFromAllowList: boolean;2039  readonly asRemoveFromAllowList: {2040    readonly collectionId: u32;2041    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2042  } & Struct;2043  readonly isChangeCollectionOwner: boolean;2044  readonly asChangeCollectionOwner: {2045    readonly collectionId: u32;2046    readonly newOwner: AccountId32;2047  } & Struct;2048  readonly isAddCollectionAdmin: boolean;2049  readonly asAddCollectionAdmin: {2050    readonly collectionId: u32;2051    readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2052  } & Struct;2053  readonly isRemoveCollectionAdmin: boolean;2054  readonly asRemoveCollectionAdmin: {2055    readonly collectionId: u32;2056    readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2057  } & Struct;2058  readonly isSetCollectionSponsor: boolean;2059  readonly asSetCollectionSponsor: {2060    readonly collectionId: u32;2061    readonly newSponsor: AccountId32;2062  } & Struct;2063  readonly isConfirmSponsorship: boolean;2064  readonly asConfirmSponsorship: {2065    readonly collectionId: u32;2066  } & Struct;2067  readonly isRemoveCollectionSponsor: boolean;2068  readonly asRemoveCollectionSponsor: {2069    readonly collectionId: u32;2070  } & Struct;2071  readonly isCreateItem: boolean;2072  readonly asCreateItem: {2073    readonly collectionId: u32;2074    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2075    readonly data: UpDataStructsCreateItemData;2076  } & Struct;2077  readonly isCreateMultipleItems: boolean;2078  readonly asCreateMultipleItems: {2079    readonly collectionId: u32;2080    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2081    readonly itemsData: Vec<UpDataStructsCreateItemData>;2082  } & Struct;2083  readonly isSetCollectionProperties: boolean;2084  readonly asSetCollectionProperties: {2085    readonly collectionId: u32;2086    readonly properties: Vec<UpDataStructsProperty>;2087  } & Struct;2088  readonly isDeleteCollectionProperties: boolean;2089  readonly asDeleteCollectionProperties: {2090    readonly collectionId: u32;2091    readonly propertyKeys: Vec<Bytes>;2092  } & Struct;2093  readonly isSetTokenProperties: boolean;2094  readonly asSetTokenProperties: {2095    readonly collectionId: u32;2096    readonly tokenId: u32;2097    readonly properties: Vec<UpDataStructsProperty>;2098  } & Struct;2099  readonly isDeleteTokenProperties: boolean;2100  readonly asDeleteTokenProperties: {2101    readonly collectionId: u32;2102    readonly tokenId: u32;2103    readonly propertyKeys: Vec<Bytes>;2104  } & Struct;2105  readonly isSetTokenPropertyPermissions: boolean;2106  readonly asSetTokenPropertyPermissions: {2107    readonly collectionId: u32;2108    readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2109  } & Struct;2110  readonly isCreateMultipleItemsEx: boolean;2111  readonly asCreateMultipleItemsEx: {2112    readonly collectionId: u32;2113    readonly data: UpDataStructsCreateItemExData;2114  } & Struct;2115  readonly isSetTransfersEnabledFlag: boolean;2116  readonly asSetTransfersEnabledFlag: {2117    readonly collectionId: u32;2118    readonly value: bool;2119  } & Struct;2120  readonly isBurnItem: boolean;2121  readonly asBurnItem: {2122    readonly collectionId: u32;2123    readonly itemId: u32;2124    readonly value: u128;2125  } & Struct;2126  readonly isBurnFrom: boolean;2127  readonly asBurnFrom: {2128    readonly collectionId: u32;2129    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2130    readonly itemId: u32;2131    readonly value: u128;2132  } & Struct;2133  readonly isTransfer: boolean;2134  readonly asTransfer: {2135    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2136    readonly collectionId: u32;2137    readonly itemId: u32;2138    readonly value: u128;2139  } & Struct;2140  readonly isApprove: boolean;2141  readonly asApprove: {2142    readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2143    readonly collectionId: u32;2144    readonly itemId: u32;2145    readonly amount: u128;2146  } & Struct;2147  readonly isTransferFrom: boolean;2148  readonly asTransferFrom: {2149    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2150    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2151    readonly collectionId: u32;2152    readonly itemId: u32;2153    readonly value: u128;2154  } & Struct;2155  readonly isSetCollectionLimits: boolean;2156  readonly asSetCollectionLimits: {2157    readonly collectionId: u32;2158    readonly newLimit: UpDataStructsCollectionLimits;2159  } & Struct;2160  readonly isSetCollectionPermissions: boolean;2161  readonly asSetCollectionPermissions: {2162    readonly collectionId: u32;2163    readonly newPermission: UpDataStructsCollectionPermissions;2164  } & Struct;2165  readonly isRepartition: boolean;2166  readonly asRepartition: {2167    readonly collectionId: u32;2168    readonly tokenId: u32;2169    readonly amount: u128;2170  } & Struct;2171  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';2172}21732174/** @name PalletUniqueError */2175export interface PalletUniqueError extends Enum {2176  readonly isCollectionDecimalPointLimitExceeded: boolean;2177  readonly isConfirmUnsetSponsorFail: boolean;2178  readonly isEmptyArgument: boolean;2179  readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2180  readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2181}21822183/** @name PalletUniqueRawEvent */2184export interface PalletUniqueRawEvent extends Enum {2185  readonly isCollectionSponsorRemoved: boolean;2186  readonly asCollectionSponsorRemoved: u32;2187  readonly isCollectionAdminAdded: boolean;2188  readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2189  readonly isCollectionOwnedChanged: boolean;2190  readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;2191  readonly isCollectionSponsorSet: boolean;2192  readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;2193  readonly isSponsorshipConfirmed: boolean;2194  readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;2195  readonly isCollectionAdminRemoved: boolean;2196  readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2197  readonly isAllowListAddressRemoved: boolean;2198  readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2199  readonly isAllowListAddressAdded: boolean;2200  readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2201  readonly isCollectionLimitSet: boolean;2202  readonly asCollectionLimitSet: u32;2203  readonly isCollectionPermissionSet: boolean;2204  readonly asCollectionPermissionSet: u32;2205  readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';2206}22072208/** @name PalletUniqueSchedulerCall */2209export interface PalletUniqueSchedulerCall extends Enum {2210  readonly isScheduleNamed: boolean;2211  readonly asScheduleNamed: {2212    readonly id: U8aFixed;2213    readonly when: u32;2214    readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2215    readonly priority: u8;2216    readonly call: FrameSupportScheduleMaybeHashed;2217  } & Struct;2218  readonly isCancelNamed: boolean;2219  readonly asCancelNamed: {2220    readonly id: U8aFixed;2221  } & Struct;2222  readonly isScheduleNamedAfter: boolean;2223  readonly asScheduleNamedAfter: {2224    readonly id: U8aFixed;2225    readonly after: u32;2226    readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2227    readonly priority: u8;2228    readonly call: FrameSupportScheduleMaybeHashed;2229  } & Struct;2230  readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';2231}22322233/** @name PalletUniqueSchedulerError */2234export interface PalletUniqueSchedulerError extends Enum {2235  readonly isFailedToSchedule: boolean;2236  readonly isNotFound: boolean;2237  readonly isTargetBlockNumberInPast: boolean;2238  readonly isRescheduleNoChange: boolean;2239  readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';2240}22412242/** @name PalletUniqueSchedulerEvent */2243export interface PalletUniqueSchedulerEvent extends Enum {2244  readonly isScheduled: boolean;2245  readonly asScheduled: {2246    readonly when: u32;2247    readonly index: u32;2248  } & Struct;2249  readonly isCanceled: boolean;2250  readonly asCanceled: {2251    readonly when: u32;2252    readonly index: u32;2253  } & Struct;2254  readonly isDispatched: boolean;2255  readonly asDispatched: {2256    readonly task: ITuple<[u32, u32]>;2257    readonly id: Option<U8aFixed>;2258    readonly result: Result<Null, SpRuntimeDispatchError>;2259  } & Struct;2260  readonly isCallLookupFailed: boolean;2261  readonly asCallLookupFailed: {2262    readonly task: ITuple<[u32, u32]>;2263    readonly id: Option<U8aFixed>;2264    readonly error: FrameSupportScheduleLookupError;2265  } & Struct;2266  readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';2267}22682269/** @name PalletUniqueSchedulerScheduledV3 */2270export interface PalletUniqueSchedulerScheduledV3 extends Struct {2271  readonly maybeId: Option<U8aFixed>;2272  readonly priority: u8;2273  readonly call: FrameSupportScheduleMaybeHashed;2274  readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2275  readonly origin: OpalRuntimeOriginCaller;2276}22772278/** @name PalletXcmCall */2279export interface PalletXcmCall extends Enum {2280  readonly isSend: boolean;2281  readonly asSend: {2282    readonly dest: XcmVersionedMultiLocation;2283    readonly message: XcmVersionedXcm;2284  } & Struct;2285  readonly isTeleportAssets: boolean;2286  readonly asTeleportAssets: {2287    readonly dest: XcmVersionedMultiLocation;2288    readonly beneficiary: XcmVersionedMultiLocation;2289    readonly assets: XcmVersionedMultiAssets;2290    readonly feeAssetItem: u32;2291  } & Struct;2292  readonly isReserveTransferAssets: boolean;2293  readonly asReserveTransferAssets: {2294    readonly dest: XcmVersionedMultiLocation;2295    readonly beneficiary: XcmVersionedMultiLocation;2296    readonly assets: XcmVersionedMultiAssets;2297    readonly feeAssetItem: u32;2298  } & Struct;2299  readonly isExecute: boolean;2300  readonly asExecute: {2301    readonly message: XcmVersionedXcm;2302    readonly maxWeight: u64;2303  } & Struct;2304  readonly isForceXcmVersion: boolean;2305  readonly asForceXcmVersion: {2306    readonly location: XcmV1MultiLocation;2307    readonly xcmVersion: u32;2308  } & Struct;2309  readonly isForceDefaultXcmVersion: boolean;2310  readonly asForceDefaultXcmVersion: {2311    readonly maybeXcmVersion: Option<u32>;2312  } & Struct;2313  readonly isForceSubscribeVersionNotify: boolean;2314  readonly asForceSubscribeVersionNotify: {2315    readonly location: XcmVersionedMultiLocation;2316  } & Struct;2317  readonly isForceUnsubscribeVersionNotify: boolean;2318  readonly asForceUnsubscribeVersionNotify: {2319    readonly location: XcmVersionedMultiLocation;2320  } & Struct;2321  readonly isLimitedReserveTransferAssets: boolean;2322  readonly asLimitedReserveTransferAssets: {2323    readonly dest: XcmVersionedMultiLocation;2324    readonly beneficiary: XcmVersionedMultiLocation;2325    readonly assets: XcmVersionedMultiAssets;2326    readonly feeAssetItem: u32;2327    readonly weightLimit: XcmV2WeightLimit;2328  } & Struct;2329  readonly isLimitedTeleportAssets: boolean;2330  readonly asLimitedTeleportAssets: {2331    readonly dest: XcmVersionedMultiLocation;2332    readonly beneficiary: XcmVersionedMultiLocation;2333    readonly assets: XcmVersionedMultiAssets;2334    readonly feeAssetItem: u32;2335    readonly weightLimit: XcmV2WeightLimit;2336  } & Struct;2337  readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2338}23392340/** @name PalletXcmError */2341export interface PalletXcmError extends Enum {2342  readonly isUnreachable: boolean;2343  readonly isSendFailure: boolean;2344  readonly isFiltered: boolean;2345  readonly isUnweighableMessage: boolean;2346  readonly isDestinationNotInvertible: boolean;2347  readonly isEmpty: boolean;2348  readonly isCannotReanchor: boolean;2349  readonly isTooManyAssets: boolean;2350  readonly isInvalidOrigin: boolean;2351  readonly isBadVersion: boolean;2352  readonly isBadLocation: boolean;2353  readonly isNoSubscription: boolean;2354  readonly isAlreadySubscribed: boolean;2355  readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2356}23572358/** @name PalletXcmEvent */2359export interface PalletXcmEvent extends Enum {2360  readonly isAttempted: boolean;2361  readonly asAttempted: XcmV2TraitsOutcome;2362  readonly isSent: boolean;2363  readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;2364  readonly isUnexpectedResponse: boolean;2365  readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;2366  readonly isResponseReady: boolean;2367  readonly asResponseReady: ITuple<[u64, XcmV2Response]>;2368  readonly isNotified: boolean;2369  readonly asNotified: ITuple<[u64, u8, u8]>;2370  readonly isNotifyOverweight: boolean;2371  readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>;2372  readonly isNotifyDispatchError: boolean;2373  readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2374  readonly isNotifyDecodeFailed: boolean;2375  readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2376  readonly isInvalidResponder: boolean;2377  readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2378  readonly isInvalidResponderVersion: boolean;2379  readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2380  readonly isResponseTaken: boolean;2381  readonly asResponseTaken: u64;2382  readonly isAssetsTrapped: boolean;2383  readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2384  readonly isVersionChangeNotified: boolean;2385  readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2386  readonly isSupportedVersionChanged: boolean;2387  readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2388  readonly isNotifyTargetSendFail: boolean;2389  readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2390  readonly isNotifyTargetMigrationFail: boolean;2391  readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2392  readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2393}23942395/** @name PalletXcmOrigin */2396export interface PalletXcmOrigin extends Enum {2397  readonly isXcm: boolean;2398  readonly asXcm: XcmV1MultiLocation;2399  readonly isResponse: boolean;2400  readonly asResponse: XcmV1MultiLocation;2401  readonly type: 'Xcm' | 'Response';2402}24032404/** @name PhantomTypeUpDataStructs */2405export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}24062407/** @name PolkadotCorePrimitivesInboundDownwardMessage */2408export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2409  readonly sentAt: u32;2410  readonly msg: Bytes;2411}24122413/** @name PolkadotCorePrimitivesInboundHrmpMessage */2414export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2415  readonly sentAt: u32;2416  readonly data: Bytes;2417}24182419/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2420export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2421  readonly recipient: u32;2422  readonly data: Bytes;2423}24242425/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2426export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2427  readonly isConcatenatedVersionedXcm: boolean;2428  readonly isConcatenatedEncodedBlob: boolean;2429  readonly isSignals: boolean;2430  readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2431}24322433/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */2434export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {2435  readonly maxCodeSize: u32;2436  readonly maxHeadDataSize: u32;2437  readonly maxUpwardQueueCount: u32;2438  readonly maxUpwardQueueSize: u32;2439  readonly maxUpwardMessageSize: u32;2440  readonly maxUpwardMessageNumPerCandidate: u32;2441  readonly hrmpMaxMessageNumPerCandidate: u32;2442  readonly validationUpgradeCooldown: u32;2443  readonly validationUpgradeDelay: u32;2444}24452446/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */2447export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {2448  readonly maxCapacity: u32;2449  readonly maxTotalSize: u32;2450  readonly maxMessageSize: u32;2451  readonly msgCount: u32;2452  readonly totalSize: u32;2453  readonly mqcHead: Option<H256>;2454}24552456/** @name PolkadotPrimitivesV2PersistedValidationData */2457export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {2458  readonly parentHead: Bytes;2459  readonly relayParentNumber: u32;2460  readonly relayParentStorageRoot: H256;2461  readonly maxPovSize: u32;2462}24632464/** @name PolkadotPrimitivesV2UpgradeRestriction */2465export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {2466  readonly isPresent: boolean;2467  readonly type: 'Present';2468}24692470/** @name RmrkTraitsBaseBaseInfo */2471export interface RmrkTraitsBaseBaseInfo extends Struct {2472  readonly issuer: AccountId32;2473  readonly baseType: Bytes;2474  readonly symbol: Bytes;2475}24762477/** @name RmrkTraitsCollectionCollectionInfo */2478export interface RmrkTraitsCollectionCollectionInfo extends Struct {2479  readonly issuer: AccountId32;2480  readonly metadata: Bytes;2481  readonly max: Option<u32>;2482  readonly symbol: Bytes;2483  readonly nftsCount: u32;2484}24852486/** @name RmrkTraitsNftAccountIdOrCollectionNftTuple */2487export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {2488  readonly isAccountId: boolean;2489  readonly asAccountId: AccountId32;2490  readonly isCollectionAndNftTuple: boolean;2491  readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;2492  readonly type: 'AccountId' | 'CollectionAndNftTuple';2493}24942495/** @name RmrkTraitsNftNftChild */2496export interface RmrkTraitsNftNftChild extends Struct {2497  readonly collectionId: u32;2498  readonly nftId: u32;2499}25002501/** @name RmrkTraitsNftNftInfo */2502export interface RmrkTraitsNftNftInfo extends Struct {2503  readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2504  readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;2505  readonly metadata: Bytes;2506  readonly equipped: bool;2507  readonly pending: bool;2508}25092510/** @name RmrkTraitsNftRoyaltyInfo */2511export interface RmrkTraitsNftRoyaltyInfo extends Struct {2512  readonly recipient: AccountId32;2513  readonly amount: Permill;2514}25152516/** @name RmrkTraitsPartEquippableList */2517export interface RmrkTraitsPartEquippableList extends Enum {2518  readonly isAll: boolean;2519  readonly isEmpty: boolean;2520  readonly isCustom: boolean;2521  readonly asCustom: Vec<u32>;2522  readonly type: 'All' | 'Empty' | 'Custom';2523}25242525/** @name RmrkTraitsPartFixedPart */2526export interface RmrkTraitsPartFixedPart extends Struct {2527  readonly id: u32;2528  readonly z: u32;2529  readonly src: Bytes;2530}25312532/** @name RmrkTraitsPartPartType */2533export interface RmrkTraitsPartPartType extends Enum {2534  readonly isFixedPart: boolean;2535  readonly asFixedPart: RmrkTraitsPartFixedPart;2536  readonly isSlotPart: boolean;2537  readonly asSlotPart: RmrkTraitsPartSlotPart;2538  readonly type: 'FixedPart' | 'SlotPart';2539}25402541/** @name RmrkTraitsPartSlotPart */2542export interface RmrkTraitsPartSlotPart extends Struct {2543  readonly id: u32;2544  readonly equippable: RmrkTraitsPartEquippableList;2545  readonly src: Bytes;2546  readonly z: u32;2547}25482549/** @name RmrkTraitsPropertyPropertyInfo */2550export interface RmrkTraitsPropertyPropertyInfo extends Struct {2551  readonly key: Bytes;2552  readonly value: Bytes;2553}25542555/** @name RmrkTraitsResourceBasicResource */2556export interface RmrkTraitsResourceBasicResource extends Struct {2557  readonly src: Option<Bytes>;2558  readonly metadata: Option<Bytes>;2559  readonly license: Option<Bytes>;2560  readonly thumb: Option<Bytes>;2561}25622563/** @name RmrkTraitsResourceComposableResource */2564export interface RmrkTraitsResourceComposableResource extends Struct {2565  readonly parts: Vec<u32>;2566  readonly base: u32;2567  readonly src: Option<Bytes>;2568  readonly metadata: Option<Bytes>;2569  readonly license: Option<Bytes>;2570  readonly thumb: Option<Bytes>;2571}25722573/** @name RmrkTraitsResourceResourceInfo */2574export interface RmrkTraitsResourceResourceInfo extends Struct {2575  readonly id: u32;2576  readonly resource: RmrkTraitsResourceResourceTypes;2577  readonly pending: bool;2578  readonly pendingRemoval: bool;2579}25802581/** @name RmrkTraitsResourceResourceTypes */2582export interface RmrkTraitsResourceResourceTypes extends Enum {2583  readonly isBasic: boolean;2584  readonly asBasic: RmrkTraitsResourceBasicResource;2585  readonly isComposable: boolean;2586  readonly asComposable: RmrkTraitsResourceComposableResource;2587  readonly isSlot: boolean;2588  readonly asSlot: RmrkTraitsResourceSlotResource;2589  readonly type: 'Basic' | 'Composable' | 'Slot';2590}25912592/** @name RmrkTraitsResourceSlotResource */2593export interface RmrkTraitsResourceSlotResource extends Struct {2594  readonly base: u32;2595  readonly src: Option<Bytes>;2596  readonly metadata: Option<Bytes>;2597  readonly slot: u32;2598  readonly license: Option<Bytes>;2599  readonly thumb: Option<Bytes>;2600}26012602/** @name RmrkTraitsTheme */2603export interface RmrkTraitsTheme extends Struct {2604  readonly name: Bytes;2605  readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2606  readonly inherit: bool;2607}26082609/** @name RmrkTraitsThemeThemeProperty */2610export interface RmrkTraitsThemeThemeProperty extends Struct {2611  readonly key: Bytes;2612  readonly value: Bytes;2613}26142615/** @name SpCoreEcdsaSignature */2616export interface SpCoreEcdsaSignature extends U8aFixed {}26172618/** @name SpCoreEd25519Signature */2619export interface SpCoreEd25519Signature extends U8aFixed {}26202621/** @name SpCoreSr25519Signature */2622export interface SpCoreSr25519Signature extends U8aFixed {}26232624/** @name SpCoreVoid */2625export interface SpCoreVoid extends Null {}26262627/** @name SpRuntimeArithmeticError */2628export interface SpRuntimeArithmeticError extends Enum {2629  readonly isUnderflow: boolean;2630  readonly isOverflow: boolean;2631  readonly isDivisionByZero: boolean;2632  readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2633}26342635/** @name SpRuntimeDigest */2636export interface SpRuntimeDigest extends Struct {2637  readonly logs: Vec<SpRuntimeDigestDigestItem>;2638}26392640/** @name SpRuntimeDigestDigestItem */2641export interface SpRuntimeDigestDigestItem extends Enum {2642  readonly isOther: boolean;2643  readonly asOther: Bytes;2644  readonly isConsensus: boolean;2645  readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2646  readonly isSeal: boolean;2647  readonly asSeal: ITuple<[U8aFixed, Bytes]>;2648  readonly isPreRuntime: boolean;2649  readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2650  readonly isRuntimeEnvironmentUpdated: boolean;2651  readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2652}26532654/** @name SpRuntimeDispatchError */2655export interface SpRuntimeDispatchError extends Enum {2656  readonly isOther: boolean;2657  readonly isCannotLookup: boolean;2658  readonly isBadOrigin: boolean;2659  readonly isModule: boolean;2660  readonly asModule: SpRuntimeModuleError;2661  readonly isConsumerRemaining: boolean;2662  readonly isNoProviders: boolean;2663  readonly isTooManyConsumers: boolean;2664  readonly isToken: boolean;2665  readonly asToken: SpRuntimeTokenError;2666  readonly isArithmetic: boolean;2667  readonly asArithmetic: SpRuntimeArithmeticError;2668  readonly isTransactional: boolean;2669  readonly asTransactional: SpRuntimeTransactionalError;2670  readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2671}26722673/** @name SpRuntimeModuleError */2674export interface SpRuntimeModuleError extends Struct {2675  readonly index: u8;2676  readonly error: U8aFixed;2677}26782679/** @name SpRuntimeMultiSignature */2680export interface SpRuntimeMultiSignature extends Enum {2681  readonly isEd25519: boolean;2682  readonly asEd25519: SpCoreEd25519Signature;2683  readonly isSr25519: boolean;2684  readonly asSr25519: SpCoreSr25519Signature;2685  readonly isEcdsa: boolean;2686  readonly asEcdsa: SpCoreEcdsaSignature;2687  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2688}26892690/** @name SpRuntimeTokenError */2691export interface SpRuntimeTokenError extends Enum {2692  readonly isNoFunds: boolean;2693  readonly isWouldDie: boolean;2694  readonly isBelowMinimum: boolean;2695  readonly isCannotCreate: boolean;2696  readonly isUnknownAsset: boolean;2697  readonly isFrozen: boolean;2698  readonly isUnsupported: boolean;2699  readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2700}27012702/** @name SpRuntimeTransactionalError */2703export interface SpRuntimeTransactionalError extends Enum {2704  readonly isLimitReached: boolean;2705  readonly isNoLayer: boolean;2706  readonly type: 'LimitReached' | 'NoLayer';2707}27082709/** @name SpTrieStorageProof */2710export interface SpTrieStorageProof extends Struct {2711  readonly trieNodes: BTreeSet<Bytes>;2712}27132714/** @name SpVersionRuntimeVersion */2715export interface SpVersionRuntimeVersion extends Struct {2716  readonly specName: Text;2717  readonly implName: Text;2718  readonly authoringVersion: u32;2719  readonly specVersion: u32;2720  readonly implVersion: u32;2721  readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2722  readonly transactionVersion: u32;2723  readonly stateVersion: u8;2724}27252726/** @name UpDataStructsAccessMode */2727export interface UpDataStructsAccessMode extends Enum {2728  readonly isNormal: boolean;2729  readonly isAllowList: boolean;2730  readonly type: 'Normal' | 'AllowList';2731}27322733/** @name UpDataStructsCollection */2734export interface UpDataStructsCollection extends Struct {2735  readonly owner: AccountId32;2736  readonly mode: UpDataStructsCollectionMode;2737  readonly name: Vec<u16>;2738  readonly description: Vec<u16>;2739  readonly tokenPrefix: Bytes;2740  readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;2741  readonly limits: UpDataStructsCollectionLimits;2742  readonly permissions: UpDataStructsCollectionPermissions;2743  readonly externalCollection: bool;2744}27452746/** @name UpDataStructsCollectionLimits */2747export interface UpDataStructsCollectionLimits extends Struct {2748  readonly accountTokenOwnershipLimit: Option<u32>;2749  readonly sponsoredDataSize: Option<u32>;2750  readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2751  readonly tokenLimit: Option<u32>;2752  readonly sponsorTransferTimeout: Option<u32>;2753  readonly sponsorApproveTimeout: Option<u32>;2754  readonly ownerCanTransfer: Option<bool>;2755  readonly ownerCanDestroy: Option<bool>;2756  readonly transfersEnabled: Option<bool>;2757}27582759/** @name UpDataStructsCollectionMode */2760export interface UpDataStructsCollectionMode extends Enum {2761  readonly isNft: boolean;2762  readonly isFungible: boolean;2763  readonly asFungible: u8;2764  readonly isReFungible: boolean;2765  readonly type: 'Nft' | 'Fungible' | 'ReFungible';2766}27672768/** @name UpDataStructsCollectionPermissions */2769export interface UpDataStructsCollectionPermissions extends Struct {2770  readonly access: Option<UpDataStructsAccessMode>;2771  readonly mintMode: Option<bool>;2772  readonly nesting: Option<UpDataStructsNestingPermissions>;2773}27742775/** @name UpDataStructsCollectionStats */2776export interface UpDataStructsCollectionStats extends Struct {2777  readonly created: u32;2778  readonly destroyed: u32;2779  readonly alive: u32;2780}27812782/** @name UpDataStructsCreateCollectionData */2783export interface UpDataStructsCreateCollectionData extends Struct {2784  readonly mode: UpDataStructsCollectionMode;2785  readonly access: Option<UpDataStructsAccessMode>;2786  readonly name: Vec<u16>;2787  readonly description: Vec<u16>;2788  readonly tokenPrefix: Bytes;2789  readonly pendingSponsor: Option<AccountId32>;2790  readonly limits: Option<UpDataStructsCollectionLimits>;2791  readonly permissions: Option<UpDataStructsCollectionPermissions>;2792  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2793  readonly properties: Vec<UpDataStructsProperty>;2794}27952796/** @name UpDataStructsCreateFungibleData */2797export interface UpDataStructsCreateFungibleData extends Struct {2798  readonly value: u128;2799}28002801/** @name UpDataStructsCreateItemData */2802export interface UpDataStructsCreateItemData extends Enum {2803  readonly isNft: boolean;2804  readonly asNft: UpDataStructsCreateNftData;2805  readonly isFungible: boolean;2806  readonly asFungible: UpDataStructsCreateFungibleData;2807  readonly isReFungible: boolean;2808  readonly asReFungible: UpDataStructsCreateReFungibleData;2809  readonly type: 'Nft' | 'Fungible' | 'ReFungible';2810}28112812/** @name UpDataStructsCreateItemExData */2813export interface UpDataStructsCreateItemExData extends Enum {2814  readonly isNft: boolean;2815  readonly asNft: Vec<UpDataStructsCreateNftExData>;2816  readonly isFungible: boolean;2817  readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;2818  readonly isRefungibleMultipleItems: boolean;2819  readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2820  readonly isRefungibleMultipleOwners: boolean;2821  readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2822  readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2823}28242825/** @name UpDataStructsCreateNftData */2826export interface UpDataStructsCreateNftData extends Struct {2827  readonly properties: Vec<UpDataStructsProperty>;2828}28292830/** @name UpDataStructsCreateNftExData */2831export interface UpDataStructsCreateNftExData extends Struct {2832  readonly properties: Vec<UpDataStructsProperty>;2833  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2834}28352836/** @name UpDataStructsCreateReFungibleData */2837export interface UpDataStructsCreateReFungibleData extends Struct {2838  readonly pieces: u128;2839  readonly properties: Vec<UpDataStructsProperty>;2840}28412842/** @name UpDataStructsCreateRefungibleExMultipleOwners */2843export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2844  readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2845  readonly properties: Vec<UpDataStructsProperty>;2846}28472848/** @name UpDataStructsCreateRefungibleExSingleOwner */2849export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2850  readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2851  readonly pieces: u128;2852  readonly properties: Vec<UpDataStructsProperty>;2853}28542855/** @name UpDataStructsNestingPermissions */2856export interface UpDataStructsNestingPermissions extends Struct {2857  readonly tokenOwner: bool;2858  readonly collectionAdmin: bool;2859  readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2860}28612862/** @name UpDataStructsOwnerRestrictedSet */2863export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}28642865/** @name UpDataStructsProperties */2866export interface UpDataStructsProperties extends Struct {2867  readonly map: UpDataStructsPropertiesMapBoundedVec;2868  readonly consumedSpace: u32;2869  readonly spaceLimit: u32;2870}28712872/** @name UpDataStructsPropertiesMapBoundedVec */2873export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}28742875/** @name UpDataStructsPropertiesMapPropertyPermission */2876export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}28772878/** @name UpDataStructsProperty */2879export interface UpDataStructsProperty extends Struct {2880  readonly key: Bytes;2881  readonly value: Bytes;2882}28832884/** @name UpDataStructsPropertyKeyPermission */2885export interface UpDataStructsPropertyKeyPermission extends Struct {2886  readonly key: Bytes;2887  readonly permission: UpDataStructsPropertyPermission;2888}28892890/** @name UpDataStructsPropertyPermission */2891export interface UpDataStructsPropertyPermission extends Struct {2892  readonly mutable: bool;2893  readonly collectionAdmin: bool;2894  readonly tokenOwner: bool;2895}28962897/** @name UpDataStructsPropertyScope */2898export interface UpDataStructsPropertyScope extends Enum {2899  readonly isNone: boolean;2900  readonly isRmrk: boolean;2901  readonly type: 'None' | 'Rmrk';2902}29032904/** @name UpDataStructsRpcCollection */2905export interface UpDataStructsRpcCollection extends Struct {2906  readonly owner: AccountId32;2907  readonly mode: UpDataStructsCollectionMode;2908  readonly name: Vec<u16>;2909  readonly description: Vec<u16>;2910  readonly tokenPrefix: Bytes;2911  readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;2912  readonly limits: UpDataStructsCollectionLimits;2913  readonly permissions: UpDataStructsCollectionPermissions;2914  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2915  readonly properties: Vec<UpDataStructsProperty>;2916  readonly readOnly: bool;2917}29182919/** @name UpDataStructsSponsoringRateLimit */2920export interface UpDataStructsSponsoringRateLimit extends Enum {2921  readonly isSponsoringDisabled: boolean;2922  readonly isBlocks: boolean;2923  readonly asBlocks: u32;2924  readonly type: 'SponsoringDisabled' | 'Blocks';2925}29262927/** @name UpDataStructsSponsorshipStateAccountId32 */2928export interface UpDataStructsSponsorshipStateAccountId32 extends Enum {2929  readonly isDisabled: boolean;2930  readonly isUnconfirmed: boolean;2931  readonly asUnconfirmed: AccountId32;2932  readonly isConfirmed: boolean;2933  readonly asConfirmed: AccountId32;2934  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2935}29362937/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr */2938export interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {2939  readonly isDisabled: boolean;2940  readonly isUnconfirmed: boolean;2941  readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;2942  readonly isConfirmed: boolean;2943  readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;2944  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2945}29462947/** @name UpDataStructsTokenChild */2948export interface UpDataStructsTokenChild extends Struct {2949  readonly token: u32;2950  readonly collection: u32;2951}29522953/** @name UpDataStructsTokenData */2954export interface UpDataStructsTokenData extends Struct {2955  readonly properties: Vec<UpDataStructsProperty>;2956  readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2957  readonly pieces: u128;2958}29592960/** @name XcmDoubleEncoded */2961export interface XcmDoubleEncoded extends Struct {2962  readonly encoded: Bytes;2963}29642965/** @name XcmV0Junction */2966export interface XcmV0Junction extends Enum {2967  readonly isParent: boolean;2968  readonly isParachain: boolean;2969  readonly asParachain: Compact<u32>;2970  readonly isAccountId32: boolean;2971  readonly asAccountId32: {2972    readonly network: XcmV0JunctionNetworkId;2973    readonly id: U8aFixed;2974  } & Struct;2975  readonly isAccountIndex64: boolean;2976  readonly asAccountIndex64: {2977    readonly network: XcmV0JunctionNetworkId;2978    readonly index: Compact<u64>;2979  } & Struct;2980  readonly isAccountKey20: boolean;2981  readonly asAccountKey20: {2982    readonly network: XcmV0JunctionNetworkId;2983    readonly key: U8aFixed;2984  } & Struct;2985  readonly isPalletInstance: boolean;2986  readonly asPalletInstance: u8;2987  readonly isGeneralIndex: boolean;2988  readonly asGeneralIndex: Compact<u128>;2989  readonly isGeneralKey: boolean;2990  readonly asGeneralKey: Bytes;2991  readonly isOnlyChild: boolean;2992  readonly isPlurality: boolean;2993  readonly asPlurality: {2994    readonly id: XcmV0JunctionBodyId;2995    readonly part: XcmV0JunctionBodyPart;2996  } & Struct;2997  readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';2998}29993000/** @name XcmV0JunctionBodyId */3001export interface XcmV0JunctionBodyId extends Enum {3002  readonly isUnit: boolean;3003  readonly isNamed: boolean;3004  readonly asNamed: Bytes;3005  readonly isIndex: boolean;3006  readonly asIndex: Compact<u32>;3007  readonly isExecutive: boolean;3008  readonly isTechnical: boolean;3009  readonly isLegislative: boolean;3010  readonly isJudicial: boolean;3011  readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';3012}30133014/** @name XcmV0JunctionBodyPart */3015export interface XcmV0JunctionBodyPart extends Enum {3016  readonly isVoice: boolean;3017  readonly isMembers: boolean;3018  readonly asMembers: {3019    readonly count: Compact<u32>;3020  } & Struct;3021  readonly isFraction: boolean;3022  readonly asFraction: {3023    readonly nom: Compact<u32>;3024    readonly denom: Compact<u32>;3025  } & Struct;3026  readonly isAtLeastProportion: boolean;3027  readonly asAtLeastProportion: {3028    readonly nom: Compact<u32>;3029    readonly denom: Compact<u32>;3030  } & Struct;3031  readonly isMoreThanProportion: boolean;3032  readonly asMoreThanProportion: {3033    readonly nom: Compact<u32>;3034    readonly denom: Compact<u32>;3035  } & Struct;3036  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3037}30383039/** @name XcmV0JunctionNetworkId */3040export interface XcmV0JunctionNetworkId extends Enum {3041  readonly isAny: boolean;3042  readonly isNamed: boolean;3043  readonly asNamed: Bytes;3044  readonly isPolkadot: boolean;3045  readonly isKusama: boolean;3046  readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3047}30483049/** @name XcmV0MultiAsset */3050export interface XcmV0MultiAsset extends Enum {3051  readonly isNone: boolean;3052  readonly isAll: boolean;3053  readonly isAllFungible: boolean;3054  readonly isAllNonFungible: boolean;3055  readonly isAllAbstractFungible: boolean;3056  readonly asAllAbstractFungible: {3057    readonly id: Bytes;3058  } & Struct;3059  readonly isAllAbstractNonFungible: boolean;3060  readonly asAllAbstractNonFungible: {3061    readonly class: Bytes;3062  } & Struct;3063  readonly isAllConcreteFungible: boolean;3064  readonly asAllConcreteFungible: {3065    readonly id: XcmV0MultiLocation;3066  } & Struct;3067  readonly isAllConcreteNonFungible: boolean;3068  readonly asAllConcreteNonFungible: {3069    readonly class: XcmV0MultiLocation;3070  } & Struct;3071  readonly isAbstractFungible: boolean;3072  readonly asAbstractFungible: {3073    readonly id: Bytes;3074    readonly amount: Compact<u128>;3075  } & Struct;3076  readonly isAbstractNonFungible: boolean;3077  readonly asAbstractNonFungible: {3078    readonly class: Bytes;3079    readonly instance: XcmV1MultiassetAssetInstance;3080  } & Struct;3081  readonly isConcreteFungible: boolean;3082  readonly asConcreteFungible: {3083    readonly id: XcmV0MultiLocation;3084    readonly amount: Compact<u128>;3085  } & Struct;3086  readonly isConcreteNonFungible: boolean;3087  readonly asConcreteNonFungible: {3088    readonly class: XcmV0MultiLocation;3089    readonly instance: XcmV1MultiassetAssetInstance;3090  } & Struct;3091  readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';3092}30933094/** @name XcmV0MultiLocation */3095export interface XcmV0MultiLocation extends Enum {3096  readonly isNull: boolean;3097  readonly isX1: boolean;3098  readonly asX1: XcmV0Junction;3099  readonly isX2: boolean;3100  readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;3101  readonly isX3: boolean;3102  readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3103  readonly isX4: boolean;3104  readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3105  readonly isX5: boolean;3106  readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3107  readonly isX6: boolean;3108  readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3109  readonly isX7: boolean;3110  readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3111  readonly isX8: boolean;3112  readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3113  readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3114}31153116/** @name XcmV0Order */3117export interface XcmV0Order extends Enum {3118  readonly isNull: boolean;3119  readonly isDepositAsset: boolean;3120  readonly asDepositAsset: {3121    readonly assets: Vec<XcmV0MultiAsset>;3122    readonly dest: XcmV0MultiLocation;3123  } & Struct;3124  readonly isDepositReserveAsset: boolean;3125  readonly asDepositReserveAsset: {3126    readonly assets: Vec<XcmV0MultiAsset>;3127    readonly dest: XcmV0MultiLocation;3128    readonly effects: Vec<XcmV0Order>;3129  } & Struct;3130  readonly isExchangeAsset: boolean;3131  readonly asExchangeAsset: {3132    readonly give: Vec<XcmV0MultiAsset>;3133    readonly receive: Vec<XcmV0MultiAsset>;3134  } & Struct;3135  readonly isInitiateReserveWithdraw: boolean;3136  readonly asInitiateReserveWithdraw: {3137    readonly assets: Vec<XcmV0MultiAsset>;3138    readonly reserve: XcmV0MultiLocation;3139    readonly effects: Vec<XcmV0Order>;3140  } & Struct;3141  readonly isInitiateTeleport: boolean;3142  readonly asInitiateTeleport: {3143    readonly assets: Vec<XcmV0MultiAsset>;3144    readonly dest: XcmV0MultiLocation;3145    readonly effects: Vec<XcmV0Order>;3146  } & Struct;3147  readonly isQueryHolding: boolean;3148  readonly asQueryHolding: {3149    readonly queryId: Compact<u64>;3150    readonly dest: XcmV0MultiLocation;3151    readonly assets: Vec<XcmV0MultiAsset>;3152  } & Struct;3153  readonly isBuyExecution: boolean;3154  readonly asBuyExecution: {3155    readonly fees: XcmV0MultiAsset;3156    readonly weight: u64;3157    readonly debt: u64;3158    readonly haltOnError: bool;3159    readonly xcm: Vec<XcmV0Xcm>;3160  } & Struct;3161  readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3162}31633164/** @name XcmV0OriginKind */3165export interface XcmV0OriginKind extends Enum {3166  readonly isNative: boolean;3167  readonly isSovereignAccount: boolean;3168  readonly isSuperuser: boolean;3169  readonly isXcm: boolean;3170  readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3171}31723173/** @name XcmV0Response */3174export interface XcmV0Response extends Enum {3175  readonly isAssets: boolean;3176  readonly asAssets: Vec<XcmV0MultiAsset>;3177  readonly type: 'Assets';3178}31793180/** @name XcmV0Xcm */3181export interface XcmV0Xcm extends Enum {3182  readonly isWithdrawAsset: boolean;3183  readonly asWithdrawAsset: {3184    readonly assets: Vec<XcmV0MultiAsset>;3185    readonly effects: Vec<XcmV0Order>;3186  } & Struct;3187  readonly isReserveAssetDeposit: boolean;3188  readonly asReserveAssetDeposit: {3189    readonly assets: Vec<XcmV0MultiAsset>;3190    readonly effects: Vec<XcmV0Order>;3191  } & Struct;3192  readonly isTeleportAsset: boolean;3193  readonly asTeleportAsset: {3194    readonly assets: Vec<XcmV0MultiAsset>;3195    readonly effects: Vec<XcmV0Order>;3196  } & Struct;3197  readonly isQueryResponse: boolean;3198  readonly asQueryResponse: {3199    readonly queryId: Compact<u64>;3200    readonly response: XcmV0Response;3201  } & Struct;3202  readonly isTransferAsset: boolean;3203  readonly asTransferAsset: {3204    readonly assets: Vec<XcmV0MultiAsset>;3205    readonly dest: XcmV0MultiLocation;3206  } & Struct;3207  readonly isTransferReserveAsset: boolean;3208  readonly asTransferReserveAsset: {3209    readonly assets: Vec<XcmV0MultiAsset>;3210    readonly dest: XcmV0MultiLocation;3211    readonly effects: Vec<XcmV0Order>;3212  } & Struct;3213  readonly isTransact: boolean;3214  readonly asTransact: {3215    readonly originType: XcmV0OriginKind;3216    readonly requireWeightAtMost: u64;3217    readonly call: XcmDoubleEncoded;3218  } & Struct;3219  readonly isHrmpNewChannelOpenRequest: boolean;3220  readonly asHrmpNewChannelOpenRequest: {3221    readonly sender: Compact<u32>;3222    readonly maxMessageSize: Compact<u32>;3223    readonly maxCapacity: Compact<u32>;3224  } & Struct;3225  readonly isHrmpChannelAccepted: boolean;3226  readonly asHrmpChannelAccepted: {3227    readonly recipient: Compact<u32>;3228  } & Struct;3229  readonly isHrmpChannelClosing: boolean;3230  readonly asHrmpChannelClosing: {3231    readonly initiator: Compact<u32>;3232    readonly sender: Compact<u32>;3233    readonly recipient: Compact<u32>;3234  } & Struct;3235  readonly isRelayedFrom: boolean;3236  readonly asRelayedFrom: {3237    readonly who: XcmV0MultiLocation;3238    readonly message: XcmV0Xcm;3239  } & Struct;3240  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';3241}32423243/** @name XcmV1Junction */3244export interface XcmV1Junction extends Enum {3245  readonly isParachain: boolean;3246  readonly asParachain: Compact<u32>;3247  readonly isAccountId32: boolean;3248  readonly asAccountId32: {3249    readonly network: XcmV0JunctionNetworkId;3250    readonly id: U8aFixed;3251  } & Struct;3252  readonly isAccountIndex64: boolean;3253  readonly asAccountIndex64: {3254    readonly network: XcmV0JunctionNetworkId;3255    readonly index: Compact<u64>;3256  } & Struct;3257  readonly isAccountKey20: boolean;3258  readonly asAccountKey20: {3259    readonly network: XcmV0JunctionNetworkId;3260    readonly key: U8aFixed;3261  } & Struct;3262  readonly isPalletInstance: boolean;3263  readonly asPalletInstance: u8;3264  readonly isGeneralIndex: boolean;3265  readonly asGeneralIndex: Compact<u128>;3266  readonly isGeneralKey: boolean;3267  readonly asGeneralKey: Bytes;3268  readonly isOnlyChild: boolean;3269  readonly isPlurality: boolean;3270  readonly asPlurality: {3271    readonly id: XcmV0JunctionBodyId;3272    readonly part: XcmV0JunctionBodyPart;3273  } & Struct;3274  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3275}32763277/** @name XcmV1MultiAsset */3278export interface XcmV1MultiAsset extends Struct {3279  readonly id: XcmV1MultiassetAssetId;3280  readonly fun: XcmV1MultiassetFungibility;3281}32823283/** @name XcmV1MultiassetAssetId */3284export interface XcmV1MultiassetAssetId extends Enum {3285  readonly isConcrete: boolean;3286  readonly asConcrete: XcmV1MultiLocation;3287  readonly isAbstract: boolean;3288  readonly asAbstract: Bytes;3289  readonly type: 'Concrete' | 'Abstract';3290}32913292/** @name XcmV1MultiassetAssetInstance */3293export interface XcmV1MultiassetAssetInstance extends Enum {3294  readonly isUndefined: boolean;3295  readonly isIndex: boolean;3296  readonly asIndex: Compact<u128>;3297  readonly isArray4: boolean;3298  readonly asArray4: U8aFixed;3299  readonly isArray8: boolean;3300  readonly asArray8: U8aFixed;3301  readonly isArray16: boolean;3302  readonly asArray16: U8aFixed;3303  readonly isArray32: boolean;3304  readonly asArray32: U8aFixed;3305  readonly isBlob: boolean;3306  readonly asBlob: Bytes;3307  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3308}33093310/** @name XcmV1MultiassetFungibility */3311export interface XcmV1MultiassetFungibility extends Enum {3312  readonly isFungible: boolean;3313  readonly asFungible: Compact<u128>;3314  readonly isNonFungible: boolean;3315  readonly asNonFungible: XcmV1MultiassetAssetInstance;3316  readonly type: 'Fungible' | 'NonFungible';3317}33183319/** @name XcmV1MultiassetMultiAssetFilter */3320export interface XcmV1MultiassetMultiAssetFilter extends Enum {3321  readonly isDefinite: boolean;3322  readonly asDefinite: XcmV1MultiassetMultiAssets;3323  readonly isWild: boolean;3324  readonly asWild: XcmV1MultiassetWildMultiAsset;3325  readonly type: 'Definite' | 'Wild';3326}33273328/** @name XcmV1MultiassetMultiAssets */3329export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}33303331/** @name XcmV1MultiassetWildFungibility */3332export interface XcmV1MultiassetWildFungibility extends Enum {3333  readonly isFungible: boolean;3334  readonly isNonFungible: boolean;3335  readonly type: 'Fungible' | 'NonFungible';3336}33373338/** @name XcmV1MultiassetWildMultiAsset */3339export interface XcmV1MultiassetWildMultiAsset extends Enum {3340  readonly isAll: boolean;3341  readonly isAllOf: boolean;3342  readonly asAllOf: {3343    readonly id: XcmV1MultiassetAssetId;3344    readonly fun: XcmV1MultiassetWildFungibility;3345  } & Struct;3346  readonly type: 'All' | 'AllOf';3347}33483349/** @name XcmV1MultiLocation */3350export interface XcmV1MultiLocation extends Struct {3351  readonly parents: u8;3352  readonly interior: XcmV1MultilocationJunctions;3353}33543355/** @name XcmV1MultilocationJunctions */3356export interface XcmV1MultilocationJunctions extends Enum {3357  readonly isHere: boolean;3358  readonly isX1: boolean;3359  readonly asX1: XcmV1Junction;3360  readonly isX2: boolean;3361  readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;3362  readonly isX3: boolean;3363  readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3364  readonly isX4: boolean;3365  readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3366  readonly isX5: boolean;3367  readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3368  readonly isX6: boolean;3369  readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3370  readonly isX7: boolean;3371  readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3372  readonly isX8: boolean;3373  readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3374  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3375}33763377/** @name XcmV1Order */3378export interface XcmV1Order extends Enum {3379  readonly isNoop: boolean;3380  readonly isDepositAsset: boolean;3381  readonly asDepositAsset: {3382    readonly assets: XcmV1MultiassetMultiAssetFilter;3383    readonly maxAssets: u32;3384    readonly beneficiary: XcmV1MultiLocation;3385  } & Struct;3386  readonly isDepositReserveAsset: boolean;3387  readonly asDepositReserveAsset: {3388    readonly assets: XcmV1MultiassetMultiAssetFilter;3389    readonly maxAssets: u32;3390    readonly dest: XcmV1MultiLocation;3391    readonly effects: Vec<XcmV1Order>;3392  } & Struct;3393  readonly isExchangeAsset: boolean;3394  readonly asExchangeAsset: {3395    readonly give: XcmV1MultiassetMultiAssetFilter;3396    readonly receive: XcmV1MultiassetMultiAssets;3397  } & Struct;3398  readonly isInitiateReserveWithdraw: boolean;3399  readonly asInitiateReserveWithdraw: {3400    readonly assets: XcmV1MultiassetMultiAssetFilter;3401    readonly reserve: XcmV1MultiLocation;3402    readonly effects: Vec<XcmV1Order>;3403  } & Struct;3404  readonly isInitiateTeleport: boolean;3405  readonly asInitiateTeleport: {3406    readonly assets: XcmV1MultiassetMultiAssetFilter;3407    readonly dest: XcmV1MultiLocation;3408    readonly effects: Vec<XcmV1Order>;3409  } & Struct;3410  readonly isQueryHolding: boolean;3411  readonly asQueryHolding: {3412    readonly queryId: Compact<u64>;3413    readonly dest: XcmV1MultiLocation;3414    readonly assets: XcmV1MultiassetMultiAssetFilter;3415  } & Struct;3416  readonly isBuyExecution: boolean;3417  readonly asBuyExecution: {3418    readonly fees: XcmV1MultiAsset;3419    readonly weight: u64;3420    readonly debt: u64;3421    readonly haltOnError: bool;3422    readonly instructions: Vec<XcmV1Xcm>;3423  } & Struct;3424  readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3425}34263427/** @name XcmV1Response */3428export interface XcmV1Response extends Enum {3429  readonly isAssets: boolean;3430  readonly asAssets: XcmV1MultiassetMultiAssets;3431  readonly isVersion: boolean;3432  readonly asVersion: u32;3433  readonly type: 'Assets' | 'Version';3434}34353436/** @name XcmV1Xcm */3437export interface XcmV1Xcm extends Enum {3438  readonly isWithdrawAsset: boolean;3439  readonly asWithdrawAsset: {3440    readonly assets: XcmV1MultiassetMultiAssets;3441    readonly effects: Vec<XcmV1Order>;3442  } & Struct;3443  readonly isReserveAssetDeposited: boolean;3444  readonly asReserveAssetDeposited: {3445    readonly assets: XcmV1MultiassetMultiAssets;3446    readonly effects: Vec<XcmV1Order>;3447  } & Struct;3448  readonly isReceiveTeleportedAsset: boolean;3449  readonly asReceiveTeleportedAsset: {3450    readonly assets: XcmV1MultiassetMultiAssets;3451    readonly effects: Vec<XcmV1Order>;3452  } & Struct;3453  readonly isQueryResponse: boolean;3454  readonly asQueryResponse: {3455    readonly queryId: Compact<u64>;3456    readonly response: XcmV1Response;3457  } & Struct;3458  readonly isTransferAsset: boolean;3459  readonly asTransferAsset: {3460    readonly assets: XcmV1MultiassetMultiAssets;3461    readonly beneficiary: XcmV1MultiLocation;3462  } & Struct;3463  readonly isTransferReserveAsset: boolean;3464  readonly asTransferReserveAsset: {3465    readonly assets: XcmV1MultiassetMultiAssets;3466    readonly dest: XcmV1MultiLocation;3467    readonly effects: Vec<XcmV1Order>;3468  } & Struct;3469  readonly isTransact: boolean;3470  readonly asTransact: {3471    readonly originType: XcmV0OriginKind;3472    readonly requireWeightAtMost: u64;3473    readonly call: XcmDoubleEncoded;3474  } & Struct;3475  readonly isHrmpNewChannelOpenRequest: boolean;3476  readonly asHrmpNewChannelOpenRequest: {3477    readonly sender: Compact<u32>;3478    readonly maxMessageSize: Compact<u32>;3479    readonly maxCapacity: Compact<u32>;3480  } & Struct;3481  readonly isHrmpChannelAccepted: boolean;3482  readonly asHrmpChannelAccepted: {3483    readonly recipient: Compact<u32>;3484  } & Struct;3485  readonly isHrmpChannelClosing: boolean;3486  readonly asHrmpChannelClosing: {3487    readonly initiator: Compact<u32>;3488    readonly sender: Compact<u32>;3489    readonly recipient: Compact<u32>;3490  } & Struct;3491  readonly isRelayedFrom: boolean;3492  readonly asRelayedFrom: {3493    readonly who: XcmV1MultilocationJunctions;3494    readonly message: XcmV1Xcm;3495  } & Struct;3496  readonly isSubscribeVersion: boolean;3497  readonly asSubscribeVersion: {3498    readonly queryId: Compact<u64>;3499    readonly maxResponseWeight: Compact<u64>;3500  } & Struct;3501  readonly isUnsubscribeVersion: boolean;3502  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';3503}35043505/** @name XcmV2Instruction */3506export interface XcmV2Instruction extends Enum {3507  readonly isWithdrawAsset: boolean;3508  readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;3509  readonly isReserveAssetDeposited: boolean;3510  readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;3511  readonly isReceiveTeleportedAsset: boolean;3512  readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;3513  readonly isQueryResponse: boolean;3514  readonly asQueryResponse: {3515    readonly queryId: Compact<u64>;3516    readonly response: XcmV2Response;3517    readonly maxWeight: Compact<u64>;3518  } & Struct;3519  readonly isTransferAsset: boolean;3520  readonly asTransferAsset: {3521    readonly assets: XcmV1MultiassetMultiAssets;3522    readonly beneficiary: XcmV1MultiLocation;3523  } & Struct;3524  readonly isTransferReserveAsset: boolean;3525  readonly asTransferReserveAsset: {3526    readonly assets: XcmV1MultiassetMultiAssets;3527    readonly dest: XcmV1MultiLocation;3528    readonly xcm: XcmV2Xcm;3529  } & Struct;3530  readonly isTransact: boolean;3531  readonly asTransact: {3532    readonly originType: XcmV0OriginKind;3533    readonly requireWeightAtMost: Compact<u64>;3534    readonly call: XcmDoubleEncoded;3535  } & Struct;3536  readonly isHrmpNewChannelOpenRequest: boolean;3537  readonly asHrmpNewChannelOpenRequest: {3538    readonly sender: Compact<u32>;3539    readonly maxMessageSize: Compact<u32>;3540    readonly maxCapacity: Compact<u32>;3541  } & Struct;3542  readonly isHrmpChannelAccepted: boolean;3543  readonly asHrmpChannelAccepted: {3544    readonly recipient: Compact<u32>;3545  } & Struct;3546  readonly isHrmpChannelClosing: boolean;3547  readonly asHrmpChannelClosing: {3548    readonly initiator: Compact<u32>;3549    readonly sender: Compact<u32>;3550    readonly recipient: Compact<u32>;3551  } & Struct;3552  readonly isClearOrigin: boolean;3553  readonly isDescendOrigin: boolean;3554  readonly asDescendOrigin: XcmV1MultilocationJunctions;3555  readonly isReportError: boolean;3556  readonly asReportError: {3557    readonly queryId: Compact<u64>;3558    readonly dest: XcmV1MultiLocation;3559    readonly maxResponseWeight: Compact<u64>;3560  } & Struct;3561  readonly isDepositAsset: boolean;3562  readonly asDepositAsset: {3563    readonly assets: XcmV1MultiassetMultiAssetFilter;3564    readonly maxAssets: Compact<u32>;3565    readonly beneficiary: XcmV1MultiLocation;3566  } & Struct;3567  readonly isDepositReserveAsset: boolean;3568  readonly asDepositReserveAsset: {3569    readonly assets: XcmV1MultiassetMultiAssetFilter;3570    readonly maxAssets: Compact<u32>;3571    readonly dest: XcmV1MultiLocation;3572    readonly xcm: XcmV2Xcm;3573  } & Struct;3574  readonly isExchangeAsset: boolean;3575  readonly asExchangeAsset: {3576    readonly give: XcmV1MultiassetMultiAssetFilter;3577    readonly receive: XcmV1MultiassetMultiAssets;3578  } & Struct;3579  readonly isInitiateReserveWithdraw: boolean;3580  readonly asInitiateReserveWithdraw: {3581    readonly assets: XcmV1MultiassetMultiAssetFilter;3582    readonly reserve: XcmV1MultiLocation;3583    readonly xcm: XcmV2Xcm;3584  } & Struct;3585  readonly isInitiateTeleport: boolean;3586  readonly asInitiateTeleport: {3587    readonly assets: XcmV1MultiassetMultiAssetFilter;3588    readonly dest: XcmV1MultiLocation;3589    readonly xcm: XcmV2Xcm;3590  } & Struct;3591  readonly isQueryHolding: boolean;3592  readonly asQueryHolding: {3593    readonly queryId: Compact<u64>;3594    readonly dest: XcmV1MultiLocation;3595    readonly assets: XcmV1MultiassetMultiAssetFilter;3596    readonly maxResponseWeight: Compact<u64>;3597  } & Struct;3598  readonly isBuyExecution: boolean;3599  readonly asBuyExecution: {3600    readonly fees: XcmV1MultiAsset;3601    readonly weightLimit: XcmV2WeightLimit;3602  } & Struct;3603  readonly isRefundSurplus: boolean;3604  readonly isSetErrorHandler: boolean;3605  readonly asSetErrorHandler: XcmV2Xcm;3606  readonly isSetAppendix: boolean;3607  readonly asSetAppendix: XcmV2Xcm;3608  readonly isClearError: boolean;3609  readonly isClaimAsset: boolean;3610  readonly asClaimAsset: {3611    readonly assets: XcmV1MultiassetMultiAssets;3612    readonly ticket: XcmV1MultiLocation;3613  } & Struct;3614  readonly isTrap: boolean;3615  readonly asTrap: Compact<u64>;3616  readonly isSubscribeVersion: boolean;3617  readonly asSubscribeVersion: {3618    readonly queryId: Compact<u64>;3619    readonly maxResponseWeight: Compact<u64>;3620  } & Struct;3621  readonly isUnsubscribeVersion: boolean;3622  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';3623}36243625/** @name XcmV2Response */3626export interface XcmV2Response extends Enum {3627  readonly isNull: boolean;3628  readonly isAssets: boolean;3629  readonly asAssets: XcmV1MultiassetMultiAssets;3630  readonly isExecutionResult: boolean;3631  readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3632  readonly isVersion: boolean;3633  readonly asVersion: u32;3634  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3635}36363637/** @name XcmV2TraitsError */3638export interface XcmV2TraitsError extends Enum {3639  readonly isOverflow: boolean;3640  readonly isUnimplemented: boolean;3641  readonly isUntrustedReserveLocation: boolean;3642  readonly isUntrustedTeleportLocation: boolean;3643  readonly isMultiLocationFull: boolean;3644  readonly isMultiLocationNotInvertible: boolean;3645  readonly isBadOrigin: boolean;3646  readonly isInvalidLocation: boolean;3647  readonly isAssetNotFound: boolean;3648  readonly isFailedToTransactAsset: boolean;3649  readonly isNotWithdrawable: boolean;3650  readonly isLocationCannotHold: boolean;3651  readonly isExceedsMaxMessageSize: boolean;3652  readonly isDestinationUnsupported: boolean;3653  readonly isTransport: boolean;3654  readonly isUnroutable: boolean;3655  readonly isUnknownClaim: boolean;3656  readonly isFailedToDecode: boolean;3657  readonly isMaxWeightInvalid: boolean;3658  readonly isNotHoldingFees: boolean;3659  readonly isTooExpensive: boolean;3660  readonly isTrap: boolean;3661  readonly asTrap: u64;3662  readonly isUnhandledXcmVersion: boolean;3663  readonly isWeightLimitReached: boolean;3664  readonly asWeightLimitReached: u64;3665  readonly isBarrier: boolean;3666  readonly isWeightNotComputable: boolean;3667  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';3668}36693670/** @name XcmV2TraitsOutcome */3671export interface XcmV2TraitsOutcome extends Enum {3672  readonly isComplete: boolean;3673  readonly asComplete: u64;3674  readonly isIncomplete: boolean;3675  readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;3676  readonly isError: boolean;3677  readonly asError: XcmV2TraitsError;3678  readonly type: 'Complete' | 'Incomplete' | 'Error';3679}36803681/** @name XcmV2WeightLimit */3682export interface XcmV2WeightLimit extends Enum {3683  readonly isUnlimited: boolean;3684  readonly isLimited: boolean;3685  readonly asLimited: Compact<u64>;3686  readonly type: 'Unlimited' | 'Limited';3687}36883689/** @name XcmV2Xcm */3690export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}36913692/** @name XcmVersionedMultiAsset */3693export interface XcmVersionedMultiAsset extends Enum {3694  readonly isV0: boolean;3695  readonly asV0: XcmV0MultiAsset;3696  readonly isV1: boolean;3697  readonly asV1: XcmV1MultiAsset;3698  readonly type: 'V0' | 'V1';3699}37003701/** @name XcmVersionedMultiAssets */3702export interface XcmVersionedMultiAssets extends Enum {3703  readonly isV0: boolean;3704  readonly asV0: Vec<XcmV0MultiAsset>;3705  readonly isV1: boolean;3706  readonly asV1: XcmV1MultiassetMultiAssets;3707  readonly type: 'V0' | 'V1';3708}37093710/** @name XcmVersionedMultiLocation */3711export interface XcmVersionedMultiLocation extends Enum {3712  readonly isV0: boolean;3713  readonly asV0: XcmV0MultiLocation;3714  readonly isV1: boolean;3715  readonly asV1: XcmV1MultiLocation;3716  readonly type: 'V0' | 'V1';3717}37183719/** @name XcmVersionedXcm */3720export interface XcmVersionedXcm extends Enum {3721  readonly isV0: boolean;3722  readonly asV0: XcmV0Xcm;3723  readonly isV1: boolean;3724  readonly asV1: XcmV1Xcm;3725  readonly isV2: boolean;3726  readonly asV2: XcmV2Xcm;3727  readonly type: 'V0' | 'V1' | 'V2';3728}37293730export type PHANTOM_DEFAULT = 'default';
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -3145,7 +3145,7 @@
     name: 'Vec<u16>',
     description: 'Vec<u16>',
     tokenPrefix: 'Bytes',
-    sponsorship: 'UpDataStructsSponsorshipState',
+    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',
     limits: 'UpDataStructsCollectionLimits',
     permissions: 'UpDataStructsCollectionPermissions',
     externalCollection: 'bool'
@@ -3153,7 +3153,7 @@
   /**
    * Lookup381: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
    **/
-  UpDataStructsSponsorshipState: {
+  UpDataStructsSponsorshipStateAccountId32: {
     _enum: {
       Disabled: 'Null',
       Unconfirmed: 'AccountId32',
@@ -3212,7 +3212,7 @@
     name: 'Vec<u16>',
     description: 'Vec<u16>',
     tokenPrefix: 'Bytes',
-    sponsorship: 'UpDataStructsSponsorshipState',
+    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',
     limits: 'UpDataStructsCollectionLimits',
     permissions: 'UpDataStructsCollectionPermissions',
     tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',
@@ -3311,7 +3311,7 @@
    * Lookup422: up_data_structs::PropertyScope
    **/
   UpDataStructsPropertyScope: {
-    _enum: ['None', 'Rmrk', 'Eth']
+    _enum: ['None', 'Rmrk']
   },
   /**
    * Lookup424: pallet_nonfungible::pallet::Error<T>
@@ -3429,25 +3429,35 @@
     _enum: ['OutOfGas', 'OutOfFund']
   },
   /**
-   * Lookup450: pallet_evm_contract_helpers::SponsoringModeT
+   * Lookup450: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   **/
+  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
+    _enum: {
+      Disabled: 'Null',
+      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',
+      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'
+    }
+  },
+  /**
+   * Lookup451: pallet_evm_contract_helpers::SponsoringModeT
    **/
   PalletEvmContractHelpersSponsoringModeT: {
     _enum: ['Disabled', 'Allowlisted', 'Generous']
   },
   /**
-   * Lookup452: pallet_evm_contract_helpers::pallet::Error<T>
+   * Lookup453: pallet_evm_contract_helpers::pallet::Error<T>
    **/
   PalletEvmContractHelpersError: {
-    _enum: ['NoPermission']
+    _enum: ['NoPermission', 'NoPendingSponsor']
   },
   /**
-   * Lookup453: pallet_evm_migration::pallet::Error<T>
+   * Lookup454: pallet_evm_migration::pallet::Error<T>
    **/
   PalletEvmMigrationError: {
     _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
   },
   /**
-   * Lookup455: sp_runtime::MultiSignature
+   * Lookup456: sp_runtime::MultiSignature
    **/
   SpRuntimeMultiSignature: {
     _enum: {
@@ -3457,43 +3467,43 @@
     }
   },
   /**
-   * Lookup456: sp_core::ed25519::Signature
+   * Lookup457: sp_core::ed25519::Signature
    **/
   SpCoreEd25519Signature: '[u8;64]',
   /**
-   * Lookup458: sp_core::sr25519::Signature
+   * Lookup459: sp_core::sr25519::Signature
    **/
   SpCoreSr25519Signature: '[u8;64]',
   /**
-   * Lookup459: sp_core::ecdsa::Signature
+   * Lookup460: sp_core::ecdsa::Signature
    **/
   SpCoreEcdsaSignature: '[u8;65]',
   /**
-   * Lookup462: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+   * Lookup463: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup463: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup464: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup466: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup467: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup467: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup468: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup468: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup469: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup469: opal_runtime::Runtime
+   * Lookup470: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null',
   /**
-   * Lookup470: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+   * Lookup471: 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
@@ -1,10 +1,14 @@
 // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
 /* eslint-disable */
 
-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, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, PalletForeingAssetsModuleCall, PalletForeingAssetsModuleError, PalletForeingAssetsModuleEvent, PalletForeingAssetsNativeCurrency, 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, UpDataStructsSponsorshipState, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/types/types/registry';
+
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeingAssetsAssetIds, PalletForeingAssetsModuleAssetMetadata, PalletForeingAssetsModuleCall, PalletForeingAssetsModuleError, PalletForeingAssetsModuleEvent, PalletForeingAssetsNativeCurrency, 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' {
-  export interface InterfaceTypes {
+  interface InterfaceTypes {
     CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;
     CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;
     CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;
@@ -224,7 +228,8 @@
     UpDataStructsPropertyScope: UpDataStructsPropertyScope;
     UpDataStructsRpcCollection: UpDataStructsRpcCollection;
     UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;
-    UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;
+    UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;
+    UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;
     UpDataStructsTokenChild: UpDataStructsTokenChild;
     UpDataStructsTokenData: UpDataStructsTokenData;
     XcmDoubleEncoded: XcmDoubleEncoded;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1,14 +1,18 @@
 // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
 /* eslint-disable */
 
-declare module '@polkadot/types/lookup' {
-  import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
-  import type { ITuple } from '@polkadot/types-codec/types';
-  import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
-  import type { Event } from '@polkadot/types/interfaces/system';
+// import type lookup before we augment - in some environments
+// this is required to allow for ambient/previous definitions
+import '@polkadot/types/lookup';
 
+import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+import type { ITuple } from '@polkadot/types-codec/types';
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
+import type { Event } from '@polkadot/types/interfaces/system';
+
+declare module '@polkadot/types/lookup' {
   /** @name FrameSystemAccountInfo (3) */
-  export interface FrameSystemAccountInfo extends Struct {
+  interface FrameSystemAccountInfo extends Struct {
     readonly nonce: u32;
     readonly consumers: u32;
     readonly providers: u32;
@@ -17,7 +21,7 @@
   }
 
   /** @name PalletBalancesAccountData (5) */
-  export interface PalletBalancesAccountData extends Struct {
+  interface PalletBalancesAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
     readonly miscFrozen: u128;
@@ -25,19 +29,19 @@
   }
 
   /** @name FrameSupportWeightsPerDispatchClassU64 (7) */
-  export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {
+  interface FrameSupportWeightsPerDispatchClassU64 extends Struct {
     readonly normal: u64;
     readonly operational: u64;
     readonly mandatory: u64;
   }
 
   /** @name SpRuntimeDigest (11) */
-  export interface SpRuntimeDigest extends Struct {
+  interface SpRuntimeDigest extends Struct {
     readonly logs: Vec<SpRuntimeDigestDigestItem>;
   }
 
   /** @name SpRuntimeDigestDigestItem (13) */
-  export interface SpRuntimeDigestDigestItem extends Enum {
+  interface SpRuntimeDigestDigestItem extends Enum {
     readonly isOther: boolean;
     readonly asOther: Bytes;
     readonly isConsensus: boolean;
@@ -51,14 +55,14 @@
   }
 
   /** @name FrameSystemEventRecord (16) */
-  export interface FrameSystemEventRecord extends Struct {
+  interface FrameSystemEventRecord extends Struct {
     readonly phase: FrameSystemPhase;
     readonly event: Event;
     readonly topics: Vec<H256>;
   }
 
   /** @name FrameSystemEvent (18) */
-  export interface FrameSystemEvent extends Enum {
+  interface FrameSystemEvent extends Enum {
     readonly isExtrinsicSuccess: boolean;
     readonly asExtrinsicSuccess: {
       readonly dispatchInfo: FrameSupportWeightsDispatchInfo;
@@ -86,14 +90,14 @@
   }
 
   /** @name FrameSupportWeightsDispatchInfo (19) */
-  export interface FrameSupportWeightsDispatchInfo extends Struct {
+  interface FrameSupportWeightsDispatchInfo extends Struct {
     readonly weight: u64;
     readonly class: FrameSupportWeightsDispatchClass;
     readonly paysFee: FrameSupportWeightsPays;
   }
 
   /** @name FrameSupportWeightsDispatchClass (20) */
-  export interface FrameSupportWeightsDispatchClass extends Enum {
+  interface FrameSupportWeightsDispatchClass extends Enum {
     readonly isNormal: boolean;
     readonly isOperational: boolean;
     readonly isMandatory: boolean;
@@ -101,14 +105,14 @@
   }
 
   /** @name FrameSupportWeightsPays (21) */
-  export interface FrameSupportWeightsPays extends Enum {
+  interface FrameSupportWeightsPays extends Enum {
     readonly isYes: boolean;
     readonly isNo: boolean;
     readonly type: 'Yes' | 'No';
   }
 
   /** @name SpRuntimeDispatchError (22) */
-  export interface SpRuntimeDispatchError extends Enum {
+  interface SpRuntimeDispatchError extends Enum {
     readonly isOther: boolean;
     readonly isCannotLookup: boolean;
     readonly isBadOrigin: boolean;
@@ -127,13 +131,13 @@
   }
 
   /** @name SpRuntimeModuleError (23) */
-  export interface SpRuntimeModuleError extends Struct {
+  interface SpRuntimeModuleError extends Struct {
     readonly index: u8;
     readonly error: U8aFixed;
   }
 
   /** @name SpRuntimeTokenError (24) */
-  export interface SpRuntimeTokenError extends Enum {
+  interface SpRuntimeTokenError extends Enum {
     readonly isNoFunds: boolean;
     readonly isWouldDie: boolean;
     readonly isBelowMinimum: boolean;
@@ -145,7 +149,7 @@
   }
 
   /** @name SpRuntimeArithmeticError (25) */
-  export interface SpRuntimeArithmeticError extends Enum {
+  interface SpRuntimeArithmeticError extends Enum {
     readonly isUnderflow: boolean;
     readonly isOverflow: boolean;
     readonly isDivisionByZero: boolean;
@@ -153,14 +157,14 @@
   }
 
   /** @name SpRuntimeTransactionalError (26) */
-  export interface SpRuntimeTransactionalError extends Enum {
+  interface SpRuntimeTransactionalError extends Enum {
     readonly isLimitReached: boolean;
     readonly isNoLayer: boolean;
     readonly type: 'LimitReached' | 'NoLayer';
   }
 
   /** @name CumulusPalletParachainSystemEvent (27) */
-  export interface CumulusPalletParachainSystemEvent extends Enum {
+  interface CumulusPalletParachainSystemEvent extends Enum {
     readonly isValidationFunctionStored: boolean;
     readonly isValidationFunctionApplied: boolean;
     readonly asValidationFunctionApplied: {
@@ -184,7 +188,7 @@
   }
 
   /** @name PalletBalancesEvent (28) */
-  export interface PalletBalancesEvent extends Enum {
+  interface PalletBalancesEvent extends Enum {
     readonly isEndowed: boolean;
     readonly asEndowed: {
       readonly account: AccountId32;
@@ -243,14 +247,14 @@
   }
 
   /** @name FrameSupportTokensMiscBalanceStatus (29) */
-  export interface FrameSupportTokensMiscBalanceStatus extends Enum {
+  interface FrameSupportTokensMiscBalanceStatus extends Enum {
     readonly isFree: boolean;
     readonly isReserved: boolean;
     readonly type: 'Free' | 'Reserved';
   }
 
   /** @name PalletTransactionPaymentEvent (30) */
-  export interface PalletTransactionPaymentEvent extends Enum {
+  interface PalletTransactionPaymentEvent extends Enum {
     readonly isTransactionFeePaid: boolean;
     readonly asTransactionFeePaid: {
       readonly who: AccountId32;
@@ -261,7 +265,7 @@
   }
 
   /** @name PalletTreasuryEvent (31) */
-  export interface PalletTreasuryEvent extends Enum {
+  interface PalletTreasuryEvent extends Enum {
     readonly isProposed: boolean;
     readonly asProposed: {
       readonly proposalIndex: u32;
@@ -303,7 +307,7 @@
   }
 
   /** @name PalletSudoEvent (32) */
-  export interface PalletSudoEvent extends Enum {
+  interface PalletSudoEvent extends Enum {
     readonly isSudid: boolean;
     readonly asSudid: {
       readonly sudoResult: Result<Null, SpRuntimeDispatchError>;
@@ -320,7 +324,7 @@
   }
 
   /** @name OrmlVestingModuleEvent (36) */
-  export interface OrmlVestingModuleEvent extends Enum {
+  interface OrmlVestingModuleEvent extends Enum {
     readonly isVestingScheduleAdded: boolean;
     readonly asVestingScheduleAdded: {
       readonly from: AccountId32;
@@ -340,7 +344,7 @@
   }
 
   /** @name OrmlVestingVestingSchedule (37) */
-  export interface OrmlVestingVestingSchedule extends Struct {
+  interface OrmlVestingVestingSchedule extends Struct {
     readonly start: u32;
     readonly period: u32;
     readonly periodCount: u32;
@@ -348,7 +352,7 @@
   }
 
   /** @name OrmlXtokensModuleEvent (39) */
-  export interface OrmlXtokensModuleEvent extends Enum {
+  interface OrmlXtokensModuleEvent extends Enum {
     readonly isTransferredMultiAssets: boolean;
     readonly asTransferredMultiAssets: {
       readonly sender: AccountId32;
@@ -360,16 +364,16 @@
   }
 
   /** @name XcmV1MultiassetMultiAssets (40) */
-  export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
+  interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
 
   /** @name XcmV1MultiAsset (42) */
-  export interface XcmV1MultiAsset extends Struct {
+  interface XcmV1MultiAsset extends Struct {
     readonly id: XcmV1MultiassetAssetId;
     readonly fun: XcmV1MultiassetFungibility;
   }
 
   /** @name XcmV1MultiassetAssetId (43) */
-  export interface XcmV1MultiassetAssetId extends Enum {
+  interface XcmV1MultiassetAssetId extends Enum {
     readonly isConcrete: boolean;
     readonly asConcrete: XcmV1MultiLocation;
     readonly isAbstract: boolean;
@@ -378,13 +382,13 @@
   }
 
   /** @name XcmV1MultiLocation (44) */
-  export interface XcmV1MultiLocation extends Struct {
+  interface XcmV1MultiLocation extends Struct {
     readonly parents: u8;
     readonly interior: XcmV1MultilocationJunctions;
   }
 
   /** @name XcmV1MultilocationJunctions (45) */
-  export interface XcmV1MultilocationJunctions extends Enum {
+  interface XcmV1MultilocationJunctions extends Enum {
     readonly isHere: boolean;
     readonly isX1: boolean;
     readonly asX1: XcmV1Junction;
@@ -406,7 +410,7 @@
   }
 
   /** @name XcmV1Junction (46) */
-  export interface XcmV1Junction extends Enum {
+  interface XcmV1Junction extends Enum {
     readonly isParachain: boolean;
     readonly asParachain: Compact<u32>;
     readonly isAccountId32: boolean;
@@ -440,7 +444,7 @@
   }
 
   /** @name XcmV0JunctionNetworkId (48) */
-  export interface XcmV0JunctionNetworkId extends Enum {
+  interface XcmV0JunctionNetworkId extends Enum {
     readonly isAny: boolean;
     readonly isNamed: boolean;
     readonly asNamed: Bytes;
@@ -450,7 +454,7 @@
   }
 
   /** @name XcmV0JunctionBodyId (52) */
-  export interface XcmV0JunctionBodyId extends Enum {
+  interface XcmV0JunctionBodyId extends Enum {
     readonly isUnit: boolean;
     readonly isNamed: boolean;
     readonly asNamed: Bytes;
@@ -464,7 +468,7 @@
   }
 
   /** @name XcmV0JunctionBodyPart (53) */
-  export interface XcmV0JunctionBodyPart extends Enum {
+  interface XcmV0JunctionBodyPart extends Enum {
     readonly isVoice: boolean;
     readonly isMembers: boolean;
     readonly asMembers: {
@@ -489,7 +493,7 @@
   }
 
   /** @name XcmV1MultiassetFungibility (54) */
-  export interface XcmV1MultiassetFungibility extends Enum {
+  interface XcmV1MultiassetFungibility extends Enum {
     readonly isFungible: boolean;
     readonly asFungible: Compact<u128>;
     readonly isNonFungible: boolean;
@@ -498,7 +502,7 @@
   }
 
   /** @name XcmV1MultiassetAssetInstance (55) */
-  export interface XcmV1MultiassetAssetInstance extends Enum {
+  interface XcmV1MultiassetAssetInstance extends Enum {
     readonly isUndefined: boolean;
     readonly isIndex: boolean;
     readonly asIndex: Compact<u128>;
@@ -516,7 +520,7 @@
   }
 
   /** @name OrmlTokensModuleEvent (58) */
-  export interface OrmlTokensModuleEvent extends Enum {
+  interface OrmlTokensModuleEvent extends Enum {
     readonly isEndowed: boolean;
     readonly asEndowed: {
       readonly currencyId: PalletForeingAssetsAssetIds;
@@ -604,7 +608,7 @@
   }
 
   /** @name PalletForeingAssetsAssetIds (59) */
-  export interface PalletForeingAssetsAssetIds extends Enum {
+  interface PalletForeingAssetsAssetIds extends Enum {
     readonly isForeignAssetId: boolean;
     readonly asForeignAssetId: u32;
     readonly isNativeAssetId: boolean;
@@ -613,14 +617,14 @@
   }
 
   /** @name PalletForeingAssetsNativeCurrency (60) */
-  export interface PalletForeingAssetsNativeCurrency extends Enum {
+  interface PalletForeingAssetsNativeCurrency extends Enum {
     readonly isHere: boolean;
     readonly isParent: boolean;
     readonly type: 'Here' | 'Parent';
   }
 
   /** @name CumulusPalletXcmpQueueEvent (61) */
-  export interface CumulusPalletXcmpQueueEvent extends Enum {
+  interface CumulusPalletXcmpQueueEvent extends Enum {
     readonly isSuccess: boolean;
     readonly asSuccess: {
       readonly messageHash: Option<H256>;
@@ -664,7 +668,7 @@
   }
 
   /** @name XcmV2TraitsError (63) */
-  export interface XcmV2TraitsError extends Enum {
+  interface XcmV2TraitsError extends Enum {
     readonly isOverflow: boolean;
     readonly isUnimplemented: boolean;
     readonly isUntrustedReserveLocation: boolean;
@@ -697,7 +701,7 @@
   }
 
   /** @name PalletXcmEvent (65) */
-  export interface PalletXcmEvent extends Enum {
+  interface PalletXcmEvent extends Enum {
     readonly isAttempted: boolean;
     readonly asAttempted: XcmV2TraitsOutcome;
     readonly isSent: boolean;
@@ -734,7 +738,7 @@
   }
 
   /** @name XcmV2TraitsOutcome (66) */
-  export interface XcmV2TraitsOutcome extends Enum {
+  interface XcmV2TraitsOutcome extends Enum {
     readonly isComplete: boolean;
     readonly asComplete: u64;
     readonly isIncomplete: boolean;
@@ -745,10 +749,10 @@
   }
 
   /** @name XcmV2Xcm (67) */
-  export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}
+  interface XcmV2Xcm extends Vec<XcmV2Instruction> {}
 
   /** @name XcmV2Instruction (69) */
-  export interface XcmV2Instruction extends Enum {
+  interface XcmV2Instruction extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;
     readonly isReserveAssetDeposited: boolean;
@@ -868,7 +872,7 @@
   }
 
   /** @name XcmV2Response (70) */
-  export interface XcmV2Response extends Enum {
+  interface XcmV2Response extends Enum {
     readonly isNull: boolean;
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -880,7 +884,7 @@
   }
 
   /** @name XcmV0OriginKind (73) */
-  export interface XcmV0OriginKind extends Enum {
+  interface XcmV0OriginKind extends Enum {
     readonly isNative: boolean;
     readonly isSovereignAccount: boolean;
     readonly isSuperuser: boolean;
@@ -889,12 +893,12 @@
   }
 
   /** @name XcmDoubleEncoded (74) */
-  export interface XcmDoubleEncoded extends Struct {
+  interface XcmDoubleEncoded extends Struct {
     readonly encoded: Bytes;
   }
 
   /** @name XcmV1MultiassetMultiAssetFilter (75) */
-  export interface XcmV1MultiassetMultiAssetFilter extends Enum {
+  interface XcmV1MultiassetMultiAssetFilter extends Enum {
     readonly isDefinite: boolean;
     readonly asDefinite: XcmV1MultiassetMultiAssets;
     readonly isWild: boolean;
@@ -903,7 +907,7 @@
   }
 
   /** @name XcmV1MultiassetWildMultiAsset (76) */
-  export interface XcmV1MultiassetWildMultiAsset extends Enum {
+  interface XcmV1MultiassetWildMultiAsset extends Enum {
     readonly isAll: boolean;
     readonly isAllOf: boolean;
     readonly asAllOf: {
@@ -914,14 +918,14 @@
   }
 
   /** @name XcmV1MultiassetWildFungibility (77) */
-  export interface XcmV1MultiassetWildFungibility extends Enum {
+  interface XcmV1MultiassetWildFungibility extends Enum {
     readonly isFungible: boolean;
     readonly isNonFungible: boolean;
     readonly type: 'Fungible' | 'NonFungible';
   }
 
   /** @name XcmV2WeightLimit (78) */
-  export interface XcmV2WeightLimit extends Enum {
+  interface XcmV2WeightLimit extends Enum {
     readonly isUnlimited: boolean;
     readonly isLimited: boolean;
     readonly asLimited: Compact<u64>;
@@ -929,7 +933,7 @@
   }
 
   /** @name XcmVersionedMultiAssets (80) */
-  export interface XcmVersionedMultiAssets extends Enum {
+  interface XcmVersionedMultiAssets extends Enum {
     readonly isV0: boolean;
     readonly asV0: Vec<XcmV0MultiAsset>;
     readonly isV1: boolean;
@@ -938,7 +942,7 @@
   }
 
   /** @name XcmV0MultiAsset (82) */
-  export interface XcmV0MultiAsset extends Enum {
+  interface XcmV0MultiAsset extends Enum {
     readonly isNone: boolean;
     readonly isAll: boolean;
     readonly isAllFungible: boolean;
@@ -983,7 +987,7 @@
   }
 
   /** @name XcmV0MultiLocation (83) */
-  export interface XcmV0MultiLocation extends Enum {
+  interface XcmV0MultiLocation extends Enum {
     readonly isNull: boolean;
     readonly isX1: boolean;
     readonly asX1: XcmV0Junction;
@@ -1005,7 +1009,7 @@
   }
 
   /** @name XcmV0Junction (84) */
-  export interface XcmV0Junction extends Enum {
+  interface XcmV0Junction extends Enum {
     readonly isParent: boolean;
     readonly isParachain: boolean;
     readonly asParachain: Compact<u32>;
@@ -1040,7 +1044,7 @@
   }
 
   /** @name XcmVersionedMultiLocation (85) */
-  export interface XcmVersionedMultiLocation extends Enum {
+  interface XcmVersionedMultiLocation extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiLocation;
     readonly isV1: boolean;
@@ -1049,7 +1053,7 @@
   }
 
   /** @name CumulusPalletXcmEvent (86) */
-  export interface CumulusPalletXcmEvent extends Enum {
+  interface CumulusPalletXcmEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: U8aFixed;
     readonly isUnsupportedVersion: boolean;
@@ -1060,7 +1064,7 @@
   }
 
   /** @name CumulusPalletDmpQueueEvent (87) */
-  export interface CumulusPalletDmpQueueEvent extends Enum {
+  interface CumulusPalletDmpQueueEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: {
       readonly messageId: U8aFixed;
@@ -1095,7 +1099,7 @@
   }
 
   /** @name PalletUniqueRawEvent (88) */
-  export interface PalletUniqueRawEvent extends Enum {
+  interface PalletUniqueRawEvent extends Enum {
     readonly isCollectionSponsorRemoved: boolean;
     readonly asCollectionSponsorRemoved: u32;
     readonly isCollectionAdminAdded: boolean;
@@ -1120,7 +1124,7 @@
   }
 
   /** @name PalletEvmAccountBasicCrossAccountIdRepr (89) */
-  export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {
+  interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {
     readonly isSubstrate: boolean;
     readonly asSubstrate: AccountId32;
     readonly isEthereum: boolean;
@@ -1129,7 +1133,7 @@
   }
 
   /** @name PalletUniqueSchedulerEvent (92) */
-  export interface PalletUniqueSchedulerEvent extends Enum {
+  interface PalletUniqueSchedulerEvent extends Enum {
     readonly isScheduled: boolean;
     readonly asScheduled: {
       readonly when: u32;
@@ -1156,14 +1160,14 @@
   }
 
   /** @name FrameSupportScheduleLookupError (95) */
-  export interface FrameSupportScheduleLookupError extends Enum {
+  interface FrameSupportScheduleLookupError extends Enum {
     readonly isUnknown: boolean;
     readonly isBadFormat: boolean;
     readonly type: 'Unknown' | 'BadFormat';
   }
 
   /** @name PalletCommonEvent (96) */
-  export interface PalletCommonEvent extends Enum {
+  interface PalletCommonEvent extends Enum {
     readonly isCollectionCreated: boolean;
     readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
     readonly isCollectionDestroyed: boolean;
@@ -1190,14 +1194,14 @@
   }
 
   /** @name PalletStructureEvent (99) */
-  export interface PalletStructureEvent extends Enum {
+  interface PalletStructureEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: Result<Null, SpRuntimeDispatchError>;
     readonly type: 'Executed';
   }
 
   /** @name PalletRmrkCoreEvent (100) */
-  export interface PalletRmrkCoreEvent extends Enum {
+  interface PalletRmrkCoreEvent extends Enum {
     readonly isCollectionCreated: boolean;
     readonly asCollectionCreated: {
       readonly issuer: AccountId32;
@@ -1287,7 +1291,7 @@
   }
 
   /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (101) */
-  export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {
+  interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {
     readonly isAccountId: boolean;
     readonly asAccountId: AccountId32;
     readonly isCollectionAndNftTuple: boolean;
@@ -1296,7 +1300,7 @@
   }
 
   /** @name PalletRmrkEquipEvent (106) */
-  export interface PalletRmrkEquipEvent extends Enum {
+  interface PalletRmrkEquipEvent extends Enum {
     readonly isBaseCreated: boolean;
     readonly asBaseCreated: {
       readonly issuer: AccountId32;
@@ -1311,7 +1315,7 @@
   }
 
   /** @name PalletForeingAssetsModuleEvent (107) */
-  export interface PalletForeingAssetsModuleEvent extends Enum {
+  interface PalletForeingAssetsModuleEvent extends Enum {
     readonly isForeignAssetRegistered: boolean;
     readonly asForeignAssetRegistered: {
       readonly assetId: u32;
@@ -1338,7 +1342,7 @@
   }
 
   /** @name PalletForeingAssetsModuleAssetMetadata (108) */
-  export interface PalletForeingAssetsModuleAssetMetadata extends Struct {
+  interface PalletForeingAssetsModuleAssetMetadata extends Struct {
     readonly name: Bytes;
     readonly symbol: Bytes;
     readonly decimals: u8;
@@ -1346,7 +1350,7 @@
   }
 
   /** @name PalletEvmEvent (109) */
-  export interface PalletEvmEvent extends Enum {
+  interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
     readonly asLog: EthereumLog;
     readonly isCreated: boolean;
@@ -1365,21 +1369,21 @@
   }
 
   /** @name EthereumLog (110) */
-  export interface EthereumLog extends Struct {
+  interface EthereumLog extends Struct {
     readonly address: H160;
     readonly topics: Vec<H256>;
     readonly data: Bytes;
   }
 
   /** @name PalletEthereumEvent (114) */
-  export interface PalletEthereumEvent extends Enum {
+  interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
     readonly type: 'Executed';
   }
 
   /** @name EvmCoreErrorExitReason (115) */
-  export interface EvmCoreErrorExitReason extends Enum {
+  interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
     readonly isError: boolean;
@@ -1392,7 +1396,7 @@
   }
 
   /** @name EvmCoreErrorExitSucceed (116) */
-  export interface EvmCoreErrorExitSucceed extends Enum {
+  interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
     readonly isSuicided: boolean;
@@ -1400,7 +1404,7 @@
   }
 
   /** @name EvmCoreErrorExitError (117) */
-  export interface EvmCoreErrorExitError extends Enum {
+  interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
     readonly isInvalidJump: boolean;
@@ -1421,13 +1425,13 @@
   }
 
   /** @name EvmCoreErrorExitRevert (120) */
-  export interface EvmCoreErrorExitRevert extends Enum {
+  interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
   /** @name EvmCoreErrorExitFatal (121) */
-  export interface EvmCoreErrorExitFatal extends Enum {
+  interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
     readonly isCallErrorAsFatal: boolean;
@@ -1438,7 +1442,7 @@
   }
 
   /** @name FrameSystemPhase (122) */
-  export interface FrameSystemPhase extends Enum {
+  interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
     readonly isFinalization: boolean;
@@ -1447,13 +1451,13 @@
   }
 
   /** @name FrameSystemLastRuntimeUpgradeInfo (124) */
-  export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
+  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
   /** @name FrameSystemCall (125) */
-  export interface FrameSystemCall extends Enum {
+  interface FrameSystemCall extends Enum {
     readonly isFillBlock: boolean;
     readonly asFillBlock: {
       readonly ratio: Perbill;
@@ -1495,21 +1499,21 @@
   }
 
   /** @name FrameSystemLimitsBlockWeights (130) */
-  export interface FrameSystemLimitsBlockWeights extends Struct {
+  interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: u64;
     readonly maxBlock: u64;
     readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
   }
 
   /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (131) */
-  export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
+  interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
   /** @name FrameSystemLimitsWeightsPerClass (132) */
-  export interface FrameSystemLimitsWeightsPerClass extends Struct {
+  interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: u64;
     readonly maxExtrinsic: Option<u64>;
     readonly maxTotal: Option<u64>;
@@ -1517,25 +1521,25 @@
   }
 
   /** @name FrameSystemLimitsBlockLength (134) */
-  export interface FrameSystemLimitsBlockLength extends Struct {
+  interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportWeightsPerDispatchClassU32;
   }
 
   /** @name FrameSupportWeightsPerDispatchClassU32 (135) */
-  export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
+  interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
   /** @name FrameSupportWeightsRuntimeDbWeight (136) */
-  export interface FrameSupportWeightsRuntimeDbWeight extends Struct {
+  interface FrameSupportWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
   /** @name SpVersionRuntimeVersion (137) */
-  export interface SpVersionRuntimeVersion extends Struct {
+  interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
     readonly authoringVersion: u32;
@@ -1547,7 +1551,7 @@
   }
 
   /** @name FrameSystemError (142) */
-  export interface FrameSystemError extends Enum {
+  interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
     readonly isFailedToExtractRuntimeVersion: boolean;
@@ -1558,7 +1562,7 @@
   }
 
   /** @name PolkadotPrimitivesV2PersistedValidationData (143) */
-  export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
+  interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
     readonly parentHead: Bytes;
     readonly relayParentNumber: u32;
     readonly relayParentStorageRoot: H256;
@@ -1566,18 +1570,18 @@
   }
 
   /** @name PolkadotPrimitivesV2UpgradeRestriction (146) */
-  export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
+  interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
     readonly isPresent: boolean;
     readonly type: 'Present';
   }
 
   /** @name SpTrieStorageProof (147) */
-  export interface SpTrieStorageProof extends Struct {
+  interface SpTrieStorageProof extends Struct {
     readonly trieNodes: BTreeSet<Bytes>;
   }
 
   /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (149) */
-  export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
+  interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
     readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
@@ -1585,7 +1589,7 @@
   }
 
   /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (152) */
-  export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
+  interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
     readonly maxMessageSize: u32;
@@ -1595,7 +1599,7 @@
   }
 
   /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (153) */
-  export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
+  interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
     readonly maxUpwardQueueCount: u32;
@@ -1608,13 +1612,13 @@
   }
 
   /** @name PolkadotCorePrimitivesOutboundHrmpMessage (159) */
-  export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
+  interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
   /** @name CumulusPalletParachainSystemCall (160) */
-  export interface CumulusPalletParachainSystemCall extends Enum {
+  interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
       readonly data: CumulusPrimitivesParachainInherentParachainInherentData;
@@ -1635,7 +1639,7 @@
   }
 
   /** @name CumulusPrimitivesParachainInherentParachainInherentData (161) */
-  export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
+  interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
     readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
@@ -1643,19 +1647,19 @@
   }
 
   /** @name PolkadotCorePrimitivesInboundDownwardMessage (163) */
-  export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
+  interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
   /** @name PolkadotCorePrimitivesInboundHrmpMessage (166) */
-  export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
+  interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
   /** @name CumulusPalletParachainSystemError (169) */
-  export interface CumulusPalletParachainSystemError extends Enum {
+  interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
     readonly isTooBig: boolean;
@@ -1668,14 +1672,14 @@
   }
 
   /** @name PalletBalancesBalanceLock (171) */
-  export interface PalletBalancesBalanceLock extends Struct {
+  interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
   /** @name PalletBalancesReasons (172) */
-  export interface PalletBalancesReasons extends Enum {
+  interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
     readonly isAll: boolean;
@@ -1683,20 +1687,20 @@
   }
 
   /** @name PalletBalancesReserveData (175) */
-  export interface PalletBalancesReserveData extends Struct {
+  interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
   /** @name PalletBalancesReleases (177) */
-  export interface PalletBalancesReleases extends Enum {
+  interface PalletBalancesReleases extends Enum {
     readonly isV100: boolean;
     readonly isV200: boolean;
     readonly type: 'V100' | 'V200';
   }
 
   /** @name PalletBalancesCall (178) */
-  export interface PalletBalancesCall extends Enum {
+  interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
       readonly dest: MultiAddress;
@@ -1733,7 +1737,7 @@
   }
 
   /** @name PalletBalancesError (181) */
-  export interface PalletBalancesError extends Enum {
+  interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
     readonly isInsufficientBalance: boolean;
@@ -1746,7 +1750,7 @@
   }
 
   /** @name PalletTimestampCall (183) */
-  export interface PalletTimestampCall extends Enum {
+  interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
       readonly now: Compact<u64>;
@@ -1755,14 +1759,14 @@
   }
 
   /** @name PalletTransactionPaymentReleases (185) */
-  export interface PalletTransactionPaymentReleases extends Enum {
+  interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
   /** @name PalletTreasuryProposal (186) */
-  export interface PalletTreasuryProposal extends Struct {
+  interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
     readonly beneficiary: AccountId32;
@@ -1770,7 +1774,7 @@
   }
 
   /** @name PalletTreasuryCall (189) */
-  export interface PalletTreasuryCall extends Enum {
+  interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
       readonly value: Compact<u128>;
@@ -1797,10 +1801,10 @@
   }
 
   /** @name FrameSupportPalletId (192) */
-  export interface FrameSupportPalletId extends U8aFixed {}
+  interface FrameSupportPalletId extends U8aFixed {}
 
   /** @name PalletTreasuryError (193) */
-  export interface PalletTreasuryError extends Enum {
+  interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
     readonly isTooManyApprovals: boolean;
@@ -1810,7 +1814,7 @@
   }
 
   /** @name PalletSudoCall (194) */
-  export interface PalletSudoCall extends Enum {
+  interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
       readonly call: Call;
@@ -1833,7 +1837,7 @@
   }
 
   /** @name OrmlVestingModuleCall (196) */
-  export interface OrmlVestingModuleCall extends Enum {
+  interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
     readonly asVestedTransfer: {
@@ -1853,7 +1857,7 @@
   }
 
   /** @name OrmlXtokensModuleCall (198) */
-  export interface OrmlXtokensModuleCall extends Enum {
+  interface OrmlXtokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
       readonly currencyId: PalletForeingAssetsAssetIds;
@@ -1900,7 +1904,7 @@
   }
 
   /** @name XcmVersionedMultiAsset (199) */
-  export interface XcmVersionedMultiAsset extends Enum {
+  interface XcmVersionedMultiAsset extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiAsset;
     readonly isV1: boolean;
@@ -1909,7 +1913,7 @@
   }
 
   /** @name OrmlTokensModuleCall (202) */
-  export interface OrmlTokensModuleCall extends Enum {
+  interface OrmlTokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
       readonly dest: MultiAddress;
@@ -1946,7 +1950,7 @@
   }
 
   /** @name CumulusPalletXcmpQueueCall (203) */
-  export interface CumulusPalletXcmpQueueCall extends Enum {
+  interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
       readonly index: u64;
@@ -1982,7 +1986,7 @@
   }
 
   /** @name PalletXcmCall (204) */
-  export interface PalletXcmCall extends Enum {
+  interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
       readonly dest: XcmVersionedMultiLocation;
@@ -2044,7 +2048,7 @@
   }
 
   /** @name XcmVersionedXcm (205) */
-  export interface XcmVersionedXcm extends Enum {
+  interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
     readonly isV1: boolean;
@@ -2055,7 +2059,7 @@
   }
 
   /** @name XcmV0Xcm (206) */
-  export interface XcmV0Xcm extends Enum {
+  interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
       readonly assets: Vec<XcmV0MultiAsset>;
@@ -2118,7 +2122,7 @@
   }
 
   /** @name XcmV0Order (208) */
-  export interface XcmV0Order extends Enum {
+  interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
     readonly asDepositAsset: {
@@ -2166,14 +2170,14 @@
   }
 
   /** @name XcmV0Response (210) */
-  export interface XcmV0Response extends Enum {
+  interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
   /** @name XcmV1Xcm (211) */
-  export interface XcmV1Xcm extends Enum {
+  interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
       readonly assets: XcmV1MultiassetMultiAssets;
@@ -2242,7 +2246,7 @@
   }
 
   /** @name XcmV1Order (213) */
-  export interface XcmV1Order extends Enum {
+  interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
     readonly asDepositAsset: {
@@ -2292,7 +2296,7 @@
   }
 
   /** @name XcmV1Response (215) */
-  export interface XcmV1Response extends Enum {
+  interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
     readonly isVersion: boolean;
@@ -2301,10 +2305,10 @@
   }
 
   /** @name CumulusPalletXcmCall (229) */
-  export type CumulusPalletXcmCall = Null;
+  type CumulusPalletXcmCall = Null;
 
   /** @name CumulusPalletDmpQueueCall (230) */
-  export interface CumulusPalletDmpQueueCall extends Enum {
+  interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
       readonly index: u64;
@@ -2314,7 +2318,7 @@
   }
 
   /** @name PalletInflationCall (231) */
-  export interface PalletInflationCall extends Enum {
+  interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
       readonly inflationStartRelayBlock: u32;
@@ -2323,7 +2327,7 @@
   }
 
   /** @name PalletUniqueCall (232) */
-  export interface PalletUniqueCall extends Enum {
+  interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
       readonly collectionName: Vec<u16>;
@@ -2481,7 +2485,7 @@
   }
 
   /** @name UpDataStructsCollectionMode (237) */
-  export interface UpDataStructsCollectionMode extends Enum {
+  interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
     readonly asFungible: u8;
@@ -2490,7 +2494,7 @@
   }
 
   /** @name UpDataStructsCreateCollectionData (238) */
-  export interface UpDataStructsCreateCollectionData extends Struct {
+  interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
     readonly name: Vec<u16>;
@@ -2504,14 +2508,14 @@
   }
 
   /** @name UpDataStructsAccessMode (240) */
-  export interface UpDataStructsAccessMode extends Enum {
+  interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
   /** @name UpDataStructsCollectionLimits (242) */
-  export interface UpDataStructsCollectionLimits extends Struct {
+  interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
     readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;
@@ -2524,7 +2528,7 @@
   }
 
   /** @name UpDataStructsSponsoringRateLimit (244) */
-  export interface UpDataStructsSponsoringRateLimit extends Enum {
+  interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
     readonly asBlocks: u32;
@@ -2532,43 +2536,43 @@
   }
 
   /** @name UpDataStructsCollectionPermissions (247) */
-  export interface UpDataStructsCollectionPermissions extends Struct {
+  interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
     readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingPermissions>;
   }
 
   /** @name UpDataStructsNestingPermissions (249) */
-  export interface UpDataStructsNestingPermissions extends Struct {
+  interface UpDataStructsNestingPermissions extends Struct {
     readonly tokenOwner: bool;
     readonly collectionAdmin: bool;
     readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
   }
 
   /** @name UpDataStructsOwnerRestrictedSet (251) */
-  export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
+  interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
 
   /** @name UpDataStructsPropertyKeyPermission (256) */
-  export interface UpDataStructsPropertyKeyPermission extends Struct {
+  interface UpDataStructsPropertyKeyPermission extends Struct {
     readonly key: Bytes;
     readonly permission: UpDataStructsPropertyPermission;
   }
 
   /** @name UpDataStructsPropertyPermission (257) */
-  export interface UpDataStructsPropertyPermission extends Struct {
+  interface UpDataStructsPropertyPermission extends Struct {
     readonly mutable: bool;
     readonly collectionAdmin: bool;
     readonly tokenOwner: bool;
   }
 
   /** @name UpDataStructsProperty (260) */
-  export interface UpDataStructsProperty extends Struct {
+  interface UpDataStructsProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
   /** @name UpDataStructsCreateItemData (263) */
-  export interface UpDataStructsCreateItemData extends Enum {
+  interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
     readonly isFungible: boolean;
@@ -2579,23 +2583,23 @@
   }
 
   /** @name UpDataStructsCreateNftData (264) */
-  export interface UpDataStructsCreateNftData extends Struct {
+  interface UpDataStructsCreateNftData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
   /** @name UpDataStructsCreateFungibleData (265) */
-  export interface UpDataStructsCreateFungibleData extends Struct {
+  interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
   /** @name UpDataStructsCreateReFungibleData (266) */
-  export interface UpDataStructsCreateReFungibleData extends Struct {
+  interface UpDataStructsCreateReFungibleData extends Struct {
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
   /** @name UpDataStructsCreateItemExData (269) */
-  export interface UpDataStructsCreateItemExData extends Enum {
+  interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
     readonly isFungible: boolean;
@@ -2608,26 +2612,26 @@
   }
 
   /** @name UpDataStructsCreateNftExData (271) */
-  export interface UpDataStructsCreateNftExData extends Struct {
+  interface UpDataStructsCreateNftExData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
   /** @name UpDataStructsCreateRefungibleExSingleOwner (278) */
-  export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
+  interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
     readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
   /** @name UpDataStructsCreateRefungibleExMultipleOwners (280) */
-  export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
+  interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
   /** @name PalletUniqueSchedulerCall (281) */
-  export interface PalletUniqueSchedulerCall extends Enum {
+  interface PalletUniqueSchedulerCall extends Enum {
     readonly isScheduleNamed: boolean;
     readonly asScheduleNamed: {
       readonly id: U8aFixed;
@@ -2652,7 +2656,7 @@
   }
 
   /** @name FrameSupportScheduleMaybeHashed (283) */
-  export interface FrameSupportScheduleMaybeHashed extends Enum {
+  interface FrameSupportScheduleMaybeHashed extends Enum {
     readonly isValue: boolean;
     readonly asValue: Call;
     readonly isHash: boolean;
@@ -2661,7 +2665,7 @@
   }
 
   /** @name PalletConfigurationCall (284) */
-  export interface PalletConfigurationCall extends Enum {
+  interface PalletConfigurationCall extends Enum {
     readonly isSetWeightToFeeCoefficientOverride: boolean;
     readonly asSetWeightToFeeCoefficientOverride: {
       readonly coeff: Option<u32>;
@@ -2674,13 +2678,13 @@
   }
 
   /** @name PalletTemplateTransactionPaymentCall (285) */
-  export type PalletTemplateTransactionPaymentCall = Null;
+  type PalletTemplateTransactionPaymentCall = Null;
 
   /** @name PalletStructureCall (286) */
-  export type PalletStructureCall = Null;
+  type PalletStructureCall = Null;
 
   /** @name PalletRmrkCoreCall (287) */
-  export interface PalletRmrkCoreCall extends Enum {
+  interface PalletRmrkCoreCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
       readonly metadata: Bytes;
@@ -2786,7 +2790,7 @@
   }
 
   /** @name RmrkTraitsResourceResourceTypes (293) */
-  export interface RmrkTraitsResourceResourceTypes extends Enum {
+  interface RmrkTraitsResourceResourceTypes extends Enum {
     readonly isBasic: boolean;
     readonly asBasic: RmrkTraitsResourceBasicResource;
     readonly isComposable: boolean;
@@ -2797,7 +2801,7 @@
   }
 
   /** @name RmrkTraitsResourceBasicResource (295) */
-  export interface RmrkTraitsResourceBasicResource extends Struct {
+  interface RmrkTraitsResourceBasicResource extends Struct {
     readonly src: Option<Bytes>;
     readonly metadata: Option<Bytes>;
     readonly license: Option<Bytes>;
@@ -2805,7 +2809,7 @@
   }
 
   /** @name RmrkTraitsResourceComposableResource (297) */
-  export interface RmrkTraitsResourceComposableResource extends Struct {
+  interface RmrkTraitsResourceComposableResource extends Struct {
     readonly parts: Vec<u32>;
     readonly base: u32;
     readonly src: Option<Bytes>;
@@ -2815,7 +2819,7 @@
   }
 
   /** @name RmrkTraitsResourceSlotResource (298) */
-  export interface RmrkTraitsResourceSlotResource extends Struct {
+  interface RmrkTraitsResourceSlotResource extends Struct {
     readonly base: u32;
     readonly src: Option<Bytes>;
     readonly metadata: Option<Bytes>;
@@ -2825,7 +2829,7 @@
   }
 
   /** @name PalletRmrkEquipCall (301) */
-  export interface PalletRmrkEquipCall extends Enum {
+  interface PalletRmrkEquipCall extends Enum {
     readonly isCreateBase: boolean;
     readonly asCreateBase: {
       readonly baseType: Bytes;
@@ -2847,7 +2851,7 @@
   }
 
   /** @name RmrkTraitsPartPartType (304) */
-  export interface RmrkTraitsPartPartType extends Enum {
+  interface RmrkTraitsPartPartType extends Enum {
     readonly isFixedPart: boolean;
     readonly asFixedPart: RmrkTraitsPartFixedPart;
     readonly isSlotPart: boolean;
@@ -2856,14 +2860,14 @@
   }
 
   /** @name RmrkTraitsPartFixedPart (306) */
-  export interface RmrkTraitsPartFixedPart extends Struct {
+  interface RmrkTraitsPartFixedPart extends Struct {
     readonly id: u32;
     readonly z: u32;
     readonly src: Bytes;
   }
 
   /** @name RmrkTraitsPartSlotPart (307) */
-  export interface RmrkTraitsPartSlotPart extends Struct {
+  interface RmrkTraitsPartSlotPart extends Struct {
     readonly id: u32;
     readonly equippable: RmrkTraitsPartEquippableList;
     readonly src: Bytes;
@@ -2871,7 +2875,7 @@
   }
 
   /** @name RmrkTraitsPartEquippableList (308) */
-  export interface RmrkTraitsPartEquippableList extends Enum {
+  interface RmrkTraitsPartEquippableList extends Enum {
     readonly isAll: boolean;
     readonly isEmpty: boolean;
     readonly isCustom: boolean;
@@ -2880,20 +2884,20 @@
   }
 
   /** @name RmrkTraitsTheme (310) */
-  export interface RmrkTraitsTheme extends Struct {
+  interface RmrkTraitsTheme extends Struct {
     readonly name: Bytes;
     readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
     readonly inherit: bool;
   }
 
   /** @name RmrkTraitsThemeThemeProperty (312) */
-  export interface RmrkTraitsThemeThemeProperty extends Struct {
+  interface RmrkTraitsThemeThemeProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
   /** @name PalletForeingAssetsModuleCall (314) */
-  export interface PalletForeingAssetsModuleCall extends Enum {
+  interface PalletForeingAssetsModuleCall extends Enum {
     readonly isRegisterForeignAsset: boolean;
     readonly asRegisterForeignAsset: {
       readonly owner: AccountId32;
@@ -2910,7 +2914,7 @@
   }
 
   /** @name PalletEvmCall (315) */
-  export interface PalletEvmCall extends Enum {
+  interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
       readonly address: H160;
@@ -2955,7 +2959,7 @@
   }
 
   /** @name PalletEthereumCall (319) */
-  export interface PalletEthereumCall extends Enum {
+  interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
       readonly transaction: EthereumTransactionTransactionV2;
@@ -2964,7 +2968,7 @@
   }
 
   /** @name EthereumTransactionTransactionV2 (320) */
-  export interface EthereumTransactionTransactionV2 extends Enum {
+  interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
     readonly isEip2930: boolean;
@@ -2975,7 +2979,7 @@
   }
 
   /** @name EthereumTransactionLegacyTransaction (321) */
-  export interface EthereumTransactionLegacyTransaction extends Struct {
+  interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
     readonly gasLimit: U256;
@@ -2986,7 +2990,7 @@
   }
 
   /** @name EthereumTransactionTransactionAction (322) */
-  export interface EthereumTransactionTransactionAction extends Enum {
+  interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
     readonly isCreate: boolean;
@@ -2994,14 +2998,14 @@
   }
 
   /** @name EthereumTransactionTransactionSignature (323) */
-  export interface EthereumTransactionTransactionSignature extends Struct {
+  interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
   /** @name EthereumTransactionEip2930Transaction (325) */
-  export interface EthereumTransactionEip2930Transaction extends Struct {
+  interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -3016,13 +3020,13 @@
   }
 
   /** @name EthereumTransactionAccessListItem (327) */
-  export interface EthereumTransactionAccessListItem extends Struct {
+  interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
     readonly storageKeys: Vec<H256>;
   }
 
   /** @name EthereumTransactionEip1559Transaction (328) */
-  export interface EthereumTransactionEip1559Transaction extends Struct {
+  interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
     readonly maxPriorityFeePerGas: U256;
@@ -3038,7 +3042,7 @@
   }
 
   /** @name PalletEvmMigrationCall (329) */
-  export interface PalletEvmMigrationCall extends Enum {
+  interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
       readonly address: H160;
@@ -3057,13 +3061,13 @@
   }
 
   /** @name PalletSudoError (332) */
-  export interface PalletSudoError extends Enum {
+  interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
   /** @name OrmlVestingModuleError (334) */
-  export interface OrmlVestingModuleError extends Enum {
+  interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
     readonly isInsufficientBalanceToLock: boolean;
@@ -3074,7 +3078,7 @@
   }
 
   /** @name OrmlXtokensModuleError (335) */
-  export interface OrmlXtokensModuleError extends Enum {
+  interface OrmlXtokensModuleError extends Enum {
     readonly isAssetHasNoReserve: boolean;
     readonly isNotCrossChainTransfer: boolean;
     readonly isInvalidDest: boolean;
@@ -3098,26 +3102,26 @@
   }
 
   /** @name OrmlTokensBalanceLock (338) */
-  export interface OrmlTokensBalanceLock extends Struct {
+  interface OrmlTokensBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
   /** @name OrmlTokensAccountData (340) */
-  export interface OrmlTokensAccountData extends Struct {
+  interface OrmlTokensAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
     readonly frozen: u128;
   }
 
   /** @name OrmlTokensReserveData (342) */
-  export interface OrmlTokensReserveData extends Struct {
+  interface OrmlTokensReserveData extends Struct {
     readonly id: Null;
     readonly amount: u128;
   }
 
   /** @name OrmlTokensModuleError (344) */
-  export interface OrmlTokensModuleError extends Enum {
+  interface OrmlTokensModuleError extends Enum {
     readonly isBalanceTooLow: boolean;
     readonly isAmountIntoBalanceFailed: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -3130,21 +3134,21 @@
   }
 
   /** @name CumulusPalletXcmpQueueInboundChannelDetails (346) */
-  export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
+  interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
   /** @name CumulusPalletXcmpQueueInboundState (347) */
-  export interface CumulusPalletXcmpQueueInboundState extends Enum {
+  interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
   /** @name PolkadotParachainPrimitivesXcmpMessageFormat (350) */
-  export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
+  interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
     readonly isSignals: boolean;
@@ -3152,7 +3156,7 @@
   }
 
   /** @name CumulusPalletXcmpQueueOutboundChannelDetails (353) */
-  export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
+  interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
     readonly signalsExist: bool;
@@ -3161,14 +3165,14 @@
   }
 
   /** @name CumulusPalletXcmpQueueOutboundState (354) */
-  export interface CumulusPalletXcmpQueueOutboundState extends Enum {
+  interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
   /** @name CumulusPalletXcmpQueueQueueConfigData (356) */
-  export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
+  interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
     readonly resumeThreshold: u32;
@@ -3178,7 +3182,7 @@
   }
 
   /** @name CumulusPalletXcmpQueueError (358) */
-  export interface CumulusPalletXcmpQueueError extends Enum {
+  interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
     readonly isBadXcm: boolean;
@@ -3188,7 +3192,7 @@
   }
 
   /** @name PalletXcmError (359) */
-  export interface PalletXcmError extends Enum {
+  interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
     readonly isFiltered: boolean;
@@ -3206,29 +3210,29 @@
   }
 
   /** @name CumulusPalletXcmError (360) */
-  export type CumulusPalletXcmError = Null;
+  type CumulusPalletXcmError = Null;
 
   /** @name CumulusPalletDmpQueueConfigData (361) */
-  export interface CumulusPalletDmpQueueConfigData extends Struct {
+  interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: u64;
   }
 
   /** @name CumulusPalletDmpQueuePageIndexData (362) */
-  export interface CumulusPalletDmpQueuePageIndexData extends Struct {
+  interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
   /** @name CumulusPalletDmpQueueError (365) */
-  export interface CumulusPalletDmpQueueError extends Enum {
+  interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
   /** @name PalletUniqueError (369) */
-  export interface PalletUniqueError extends Enum {
+  interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isConfirmUnsetSponsorFail: boolean;
     readonly isEmptyArgument: boolean;
@@ -3237,7 +3241,7 @@
   }
 
   /** @name PalletUniqueSchedulerScheduledV3 (372) */
-  export interface PalletUniqueSchedulerScheduledV3 extends Struct {
+  interface PalletUniqueSchedulerScheduledV3 extends Struct {
     readonly maybeId: Option<U8aFixed>;
     readonly priority: u8;
     readonly call: FrameSupportScheduleMaybeHashed;
@@ -3246,7 +3250,7 @@
   }
 
   /** @name OpalRuntimeOriginCaller (373) */
-  export interface OpalRuntimeOriginCaller extends Enum {
+  interface OpalRuntimeOriginCaller extends Enum {
     readonly isSystem: boolean;
     readonly asSystem: FrameSupportDispatchRawOrigin;
     readonly isVoid: boolean;
@@ -3260,7 +3264,7 @@
   }
 
   /** @name FrameSupportDispatchRawOrigin (374) */
-  export interface FrameSupportDispatchRawOrigin extends Enum {
+  interface FrameSupportDispatchRawOrigin extends Enum {
     readonly isRoot: boolean;
     readonly isSigned: boolean;
     readonly asSigned: AccountId32;
@@ -3269,7 +3273,7 @@
   }
 
   /** @name PalletXcmOrigin (375) */
-  export interface PalletXcmOrigin extends Enum {
+  interface PalletXcmOrigin extends Enum {
     readonly isXcm: boolean;
     readonly asXcm: XcmV1MultiLocation;
     readonly isResponse: boolean;
@@ -3278,7 +3282,7 @@
   }
 
   /** @name CumulusPalletXcmOrigin (376) */
-  export interface CumulusPalletXcmOrigin extends Enum {
+  interface CumulusPalletXcmOrigin extends Enum {
     readonly isRelay: boolean;
     readonly isSiblingParachain: boolean;
     readonly asSiblingParachain: u32;
@@ -3286,17 +3290,17 @@
   }
 
   /** @name PalletEthereumRawOrigin (377) */
-  export interface PalletEthereumRawOrigin extends Enum {
+  interface PalletEthereumRawOrigin extends Enum {
     readonly isEthereumTransaction: boolean;
     readonly asEthereumTransaction: H160;
     readonly type: 'EthereumTransaction';
   }
 
   /** @name SpCoreVoid (378) */
-  export type SpCoreVoid = Null;
+  type SpCoreVoid = Null;
 
   /** @name PalletUniqueSchedulerError (379) */
-  export interface PalletUniqueSchedulerError extends Enum {
+  interface PalletUniqueSchedulerError extends Enum {
     readonly isFailedToSchedule: boolean;
     readonly isNotFound: boolean;
     readonly isTargetBlockNumberInPast: boolean;
@@ -3305,20 +3309,20 @@
   }
 
   /** @name UpDataStructsCollection (380) */
-  export interface UpDataStructsCollection extends Struct {
+  interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
     readonly name: Vec<u16>;
     readonly description: Vec<u16>;
     readonly tokenPrefix: Bytes;
-    readonly sponsorship: UpDataStructsSponsorshipState;
+    readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;
     readonly limits: UpDataStructsCollectionLimits;
     readonly permissions: UpDataStructsCollectionPermissions;
     readonly externalCollection: bool;
   }
 
-  /** @name UpDataStructsSponsorshipState (381) */
-  export interface UpDataStructsSponsorshipState extends Enum {
+  /** @name UpDataStructsSponsorshipStateAccountId32 (381) */
+  interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
     readonly asUnconfirmed: AccountId32;
@@ -3328,49 +3332,49 @@
   }
 
   /** @name UpDataStructsProperties (382) */
-  export interface UpDataStructsProperties extends Struct {
+  interface UpDataStructsProperties extends Struct {
     readonly map: UpDataStructsPropertiesMapBoundedVec;
     readonly consumedSpace: u32;
     readonly spaceLimit: u32;
   }
 
   /** @name UpDataStructsPropertiesMapBoundedVec (383) */
-  export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
+  interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
 
   /** @name UpDataStructsPropertiesMapPropertyPermission (388) */
-  export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
+  interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
 
   /** @name UpDataStructsCollectionStats (395) */
-  export interface UpDataStructsCollectionStats extends Struct {
+  interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
   /** @name UpDataStructsTokenChild (396) */
-  export interface UpDataStructsTokenChild extends Struct {
+  interface UpDataStructsTokenChild extends Struct {
     readonly token: u32;
     readonly collection: u32;
   }
 
   /** @name PhantomTypeUpDataStructs (397) */
-  export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
+  interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
 
   /** @name UpDataStructsTokenData (399) */
-  export interface UpDataStructsTokenData extends Struct {
+  interface UpDataStructsTokenData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
     readonly pieces: u128;
   }
 
   /** @name UpDataStructsRpcCollection (401) */
-  export interface UpDataStructsRpcCollection extends Struct {
+  interface UpDataStructsRpcCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
     readonly name: Vec<u16>;
     readonly description: Vec<u16>;
     readonly tokenPrefix: Bytes;
-    readonly sponsorship: UpDataStructsSponsorshipState;
+    readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;
     readonly limits: UpDataStructsCollectionLimits;
     readonly permissions: UpDataStructsCollectionPermissions;
     readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;
@@ -3379,7 +3383,7 @@
   }
 
   /** @name RmrkTraitsCollectionCollectionInfo (402) */
-  export interface RmrkTraitsCollectionCollectionInfo extends Struct {
+  interface RmrkTraitsCollectionCollectionInfo extends Struct {
     readonly issuer: AccountId32;
     readonly metadata: Bytes;
     readonly max: Option<u32>;
@@ -3388,7 +3392,7 @@
   }
 
   /** @name RmrkTraitsNftNftInfo (403) */
-  export interface RmrkTraitsNftNftInfo extends Struct {
+  interface RmrkTraitsNftNftInfo extends Struct {
     readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
     readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
     readonly metadata: Bytes;
@@ -3397,13 +3401,13 @@
   }
 
   /** @name RmrkTraitsNftRoyaltyInfo (405) */
-  export interface RmrkTraitsNftRoyaltyInfo extends Struct {
+  interface RmrkTraitsNftRoyaltyInfo extends Struct {
     readonly recipient: AccountId32;
     readonly amount: Permill;
   }
 
   /** @name RmrkTraitsResourceResourceInfo (406) */
-  export interface RmrkTraitsResourceResourceInfo extends Struct {
+  interface RmrkTraitsResourceResourceInfo extends Struct {
     readonly id: u32;
     readonly resource: RmrkTraitsResourceResourceTypes;
     readonly pending: bool;
@@ -3411,26 +3415,26 @@
   }
 
   /** @name RmrkTraitsPropertyPropertyInfo (407) */
-  export interface RmrkTraitsPropertyPropertyInfo extends Struct {
+  interface RmrkTraitsPropertyPropertyInfo extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
   /** @name RmrkTraitsBaseBaseInfo (408) */
-  export interface RmrkTraitsBaseBaseInfo extends Struct {
+  interface RmrkTraitsBaseBaseInfo extends Struct {
     readonly issuer: AccountId32;
     readonly baseType: Bytes;
     readonly symbol: Bytes;
   }
 
   /** @name RmrkTraitsNftNftChild (409) */
-  export interface RmrkTraitsNftNftChild extends Struct {
+  interface RmrkTraitsNftNftChild extends Struct {
     readonly collectionId: u32;
     readonly nftId: u32;
   }
 
   /** @name PalletCommonError (411) */
-  export interface PalletCommonError extends Enum {
+  interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
     readonly isNoPermission: boolean;
@@ -3469,7 +3473,7 @@
   }
 
   /** @name PalletFungibleError (413) */
-  export interface PalletFungibleError extends Enum {
+  interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
     readonly isFungibleItemsDontHaveData: boolean;
@@ -3479,12 +3483,12 @@
   }
 
   /** @name PalletRefungibleItemData (414) */
-  export interface PalletRefungibleItemData extends Struct {
+  interface PalletRefungibleItemData extends Struct {
     readonly constData: Bytes;
   }
 
   /** @name PalletRefungibleError (419) */
-  export interface PalletRefungibleError extends Enum {
+  interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
     readonly isRepartitionWhileNotOwningAllPieces: boolean;
@@ -3494,20 +3498,19 @@
   }
 
   /** @name PalletNonfungibleItemData (420) */
-  export interface PalletNonfungibleItemData extends Struct {
+  interface PalletNonfungibleItemData extends Struct {
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
   /** @name UpDataStructsPropertyScope (422) */
-  export interface UpDataStructsPropertyScope extends Enum {
+  interface UpDataStructsPropertyScope extends Enum {
     readonly isNone: boolean;
     readonly isRmrk: boolean;
-    readonly isEth: boolean;
-    readonly type: 'None' | 'Rmrk' | 'Eth';
+    readonly type: 'None' | 'Rmrk';
   }
 
   /** @name PalletNonfungibleError (424) */
-  export interface PalletNonfungibleError extends Enum {
+  interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
     readonly isCantBurnNftWithChildren: boolean;
@@ -3515,7 +3518,7 @@
   }
 
   /** @name PalletStructureError (425) */
-  export interface PalletStructureError extends Enum {
+  interface PalletStructureError extends Enum {
     readonly isOuroborosDetected: boolean;
     readonly isDepthLimit: boolean;
     readonly isBreadthLimit: boolean;
@@ -3524,7 +3527,7 @@
   }
 
   /** @name PalletRmrkCoreError (426) */
-  export interface PalletRmrkCoreError extends Enum {
+  interface PalletRmrkCoreError extends Enum {
     readonly isCorruptedCollectionType: boolean;
     readonly isRmrkPropertyKeyIsTooLong: boolean;
     readonly isRmrkPropertyValueIsTooLong: boolean;
@@ -3548,7 +3551,7 @@
   }
 
   /** @name PalletRmrkEquipError (428) */
-  export interface PalletRmrkEquipError extends Enum {
+  interface PalletRmrkEquipError extends Enum {
     readonly isPermissionError: boolean;
     readonly isNoAvailableBaseId: boolean;
     readonly isNoAvailablePartId: boolean;
@@ -3560,7 +3563,7 @@
   }
 
   /** @name PalletForeingAssetsModuleError (429) */
-  export interface PalletForeingAssetsModuleError extends Enum {
+  interface PalletForeingAssetsModuleError extends Enum {
     readonly isBadLocation: boolean;
     readonly isMultiLocationExisted: boolean;
     readonly isAssetIdNotExists: boolean;
@@ -3569,7 +3572,7 @@
   }
 
   /** @name PalletEvmError (432) */
-  export interface PalletEvmError extends Enum {
+  interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
     readonly isPaymentOverflow: boolean;
@@ -3580,7 +3583,7 @@
   }
 
   /** @name FpRpcTransactionStatus (435) */
-  export interface FpRpcTransactionStatus extends Struct {
+  interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
     readonly from: H160;
@@ -3591,10 +3594,10 @@
   }
 
   /** @name EthbloomBloom (437) */
-  export interface EthbloomBloom extends U8aFixed {}
+  interface EthbloomBloom extends U8aFixed {}
 
   /** @name EthereumReceiptReceiptV3 (439) */
-  export interface EthereumReceiptReceiptV3 extends Enum {
+  interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
     readonly isEip2930: boolean;
@@ -3605,7 +3608,7 @@
   }
 
   /** @name EthereumReceiptEip658ReceiptData (440) */
-  export interface EthereumReceiptEip658ReceiptData extends Struct {
+  interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
     readonly logsBloom: EthbloomBloom;
@@ -3613,14 +3616,14 @@
   }
 
   /** @name EthereumBlock (441) */
-  export interface EthereumBlock extends Struct {
+  interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
   /** @name EthereumHeader (442) */
-  export interface EthereumHeader extends Struct {
+  interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
     readonly beneficiary: H160;
@@ -3639,45 +3642,56 @@
   }
 
   /** @name EthereumTypesHashH64 (443) */
-  export interface EthereumTypesHashH64 extends U8aFixed {}
+  interface EthereumTypesHashH64 extends U8aFixed {}
 
   /** @name PalletEthereumError (448) */
-  export interface PalletEthereumError extends Enum {
+  interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
   /** @name PalletEvmCoderSubstrateError (449) */
-  export interface PalletEvmCoderSubstrateError extends Enum {
+  interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (450) */
-  export interface PalletEvmContractHelpersSponsoringModeT extends Enum {
+  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (450) */
+  interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
+    readonly isDisabled: boolean;
+    readonly isUnconfirmed: boolean;
+    readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;
+    readonly isConfirmed: boolean;
+    readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;
+    readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
+  }
+
+  /** @name PalletEvmContractHelpersSponsoringModeT (451) */
+  interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
     readonly isGenerous: boolean;
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (452) */
-  export interface PalletEvmContractHelpersError extends Enum {
+  /** @name PalletEvmContractHelpersError (453) */
+  interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
-    readonly type: 'NoPermission';
+    readonly isNoPendingSponsor: boolean;
+    readonly type: 'NoPermission' | 'NoPendingSponsor';
   }
 
-  /** @name PalletEvmMigrationError (453) */
-  export interface PalletEvmMigrationError extends Enum {
+  /** @name PalletEvmMigrationError (454) */
+  interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
   }
 
-  /** @name SpRuntimeMultiSignature (455) */
-  export interface SpRuntimeMultiSignature extends Enum {
+  /** @name SpRuntimeMultiSignature (456) */
+  interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
     readonly isSr25519: boolean;
@@ -3687,34 +3701,34 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (456) */
-  export interface SpCoreEd25519Signature extends U8aFixed {}
+  /** @name SpCoreEd25519Signature (457) */
+  interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (458) */
-  export interface SpCoreSr25519Signature extends U8aFixed {}
+  /** @name SpCoreSr25519Signature (459) */
+  interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (459) */
-  export interface SpCoreEcdsaSignature extends U8aFixed {}
+  /** @name SpCoreEcdsaSignature (460) */
+  interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (462) */
-  export type FrameSystemExtensionsCheckSpecVersion = Null;
+  /** @name FrameSystemExtensionsCheckSpecVersion (463) */
+  type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (463) */
-  export type FrameSystemExtensionsCheckGenesis = Null;
+  /** @name FrameSystemExtensionsCheckGenesis (464) */
+  type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (466) */
-  export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
+  /** @name FrameSystemExtensionsCheckNonce (467) */
+  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (467) */
-  export type FrameSystemExtensionsCheckWeight = Null;
+  /** @name FrameSystemExtensionsCheckWeight (468) */
+  type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (468) */
-  export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (469) */
+  interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (469) */
-  export type OpalRuntimeRuntime = Null;
+  /** @name OpalRuntimeRuntime (470) */
+  type OpalRuntimeRuntime = Null;
 
-  /** @name PalletEthereumFakeTransactionFinalizer (470) */
-  export type PalletEthereumFakeTransactionFinalizer = Null;
+  /** @name PalletEthereumFakeTransactionFinalizer (471) */
+  type PalletEthereumFakeTransactionFinalizer = Null;
 
 } // declare module