git.delta.rocks / unique-network / refs/commits / 2aae8edbbed9

difftreelog

chore regenerate types

Daniel Shiposha2022-11-24parent: #be09f66.patch.diff
in: master

7 files changed

modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -726,13 +726,9 @@
        **/
       effectiveCollectionLimits: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<UpDataStructsCollectionLimits>>>;
       /**
-       * Estimate PoV size of an encoded call
-       **/
-      estimateCallPoV: AugmentedRpc<(encodedCall: Bytes | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
-      /**
        * Estimate PoV size of an encoded extrinsic
        **/
-      estimateExtrinsicPoV: AugmentedRpc<(encodedXt: Bytes | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
+      estimateExtrinsicPoV: AugmentedRpc<(encodedXt: Vec<Bytes> | (Bytes | string | Uint8Array)[], at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
       /**
        * Get the last token ID created in a collection
        **/
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -8,8 +8,21 @@
 import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
 import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
+<<<<<<< HEAD
 import type { AccountId32, Call, H160, H256, MultiAddress, Permill } from '@polkadot/types/interfaces/runtime';
+=======
+<<<<<<< HEAD
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
+>>>>>>> chore:  regenerate types
 import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+=======
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';
+<<<<<<< HEAD
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+=======
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
 
 export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
 export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -7,20 +7,27 @@
 
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, 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, SpWeightsRuntimeDbWeight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
@@ -38,9 +45,21 @@
 =======
 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, 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, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, 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';
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, 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, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, 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';
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
 import type { Data, StorageKey } from '@polkadot/types';
 import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
 import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -1364,6 +1383,7 @@
     UpgradeGoAhead: UpgradeGoAhead;
     UpgradeRestriction: UpgradeRestriction;
     UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
+    UpPovEstimateRpcTrieKeyValue: UpPovEstimateRpcTrieKeyValue;
     UpwardMessage: UpwardMessage;
     usize: usize;
     USize: USize;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -3058,7 +3058,14 @@
   readonly proofSize: u64;
   readonly compactProofSize: u64;
   readonly compressedProofSize: u64;
-  readonly result: Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>;
+  readonly results: Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>;
+  readonly keyValues: Vec<UpPovEstimateRpcTrieKeyValue>;
+}
+
+/** @name UpPovEstimateRpcTrieKeyValue */
+export interface UpPovEstimateRpcTrieKeyValue extends Struct {
+  readonly key: Bytes;
+  readonly value: Bytes;
 }
 
 /** @name XcmDoubleEncoded */
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -1211,7 +1211,15 @@
     data: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup109: pallet_ethereum::pallet::Event
+=======
+<<<<<<< HEAD
+   * Lookup113: pallet_ethereum::pallet::Event
+=======
+   * Lookup115: pallet_ethereum::pallet::Event
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEthereumEvent: {
     _enum: {
@@ -1224,7 +1232,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup110: evm_core::error::ExitReason
+=======
+<<<<<<< HEAD
+   * Lookup114: evm_core::error::ExitReason
+=======
+   * Lookup116: evm_core::error::ExitReason
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EvmCoreErrorExitReason: {
     _enum: {
@@ -1235,13 +1251,29 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup111: evm_core::error::ExitSucceed
+=======
+<<<<<<< HEAD
+   * Lookup115: evm_core::error::ExitSucceed
+=======
+   * Lookup117: evm_core::error::ExitSucceed
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EvmCoreErrorExitSucceed: {
     _enum: ['Stopped', 'Returned', 'Suicided']
   },
   /**
+<<<<<<< HEAD
    * Lookup112: evm_core::error::ExitError
+=======
+<<<<<<< HEAD
+   * Lookup116: evm_core::error::ExitError
+=======
+   * Lookup118: evm_core::error::ExitError
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EvmCoreErrorExitError: {
     _enum: {
@@ -1263,13 +1295,29 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup115: evm_core::error::ExitRevert
+=======
+<<<<<<< HEAD
+   * Lookup119: evm_core::error::ExitRevert
+=======
+   * Lookup121: evm_core::error::ExitRevert
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EvmCoreErrorExitRevert: {
     _enum: ['Reverted']
   },
   /**
+<<<<<<< HEAD
    * Lookup116: evm_core::error::ExitFatal
+=======
+<<<<<<< HEAD
+   * Lookup120: evm_core::error::ExitFatal
+=======
+   * Lookup122: evm_core::error::ExitFatal
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EvmCoreErrorExitFatal: {
     _enum: {
@@ -1280,7 +1328,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>
+=======
+<<<<<<< HEAD
+   * Lookup121: pallet_evm_contract_helpers::pallet::Event<T>
+=======
+   * Lookup123: pallet_evm_contract_helpers::pallet::Event<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmContractHelpersEvent: {
     _enum: {
@@ -1290,25 +1346,53 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup118: pallet_evm_migration::pallet::Event<T>
+=======
+<<<<<<< HEAD
+   * Lookup122: pallet_evm_migration::pallet::Event<T>
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmMigrationEvent: {
     _enum: ['TestEvent']
   },
   /**
+<<<<<<< HEAD
    * Lookup119: pallet_maintenance::pallet::Event<T>
+=======
+   * Lookup123: pallet_maintenance::pallet::Event<T>
+=======
+   * Lookup124: pallet_maintenance::pallet::Event<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletMaintenanceEvent: {
     _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']
   },
   /**
+<<<<<<< HEAD
    * Lookup120: pallet_test_utils::pallet::Event<T>
+=======
+<<<<<<< HEAD
+   * Lookup124: pallet_test_utils::pallet::Event<T>
+=======
+   * Lookup125: pallet_test_utils::pallet::Event<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletTestUtilsEvent: {
     _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']
   },
   /**
+<<<<<<< HEAD
    * Lookup121: frame_system::Phase
+=======
+<<<<<<< HEAD
+   * Lookup125: frame_system::Phase
+=======
+   * Lookup126: frame_system::Phase
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemPhase: {
     _enum: {
@@ -1318,14 +1402,30 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup124: frame_system::LastRuntimeUpgradeInfo
+=======
+<<<<<<< HEAD
+   * Lookup127: frame_system::LastRuntimeUpgradeInfo
+=======
+   * Lookup128: frame_system::LastRuntimeUpgradeInfo
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemLastRuntimeUpgradeInfo: {
     specVersion: 'Compact<u32>',
     specName: 'Text'
   },
   /**
+<<<<<<< HEAD
    * Lookup125: frame_system::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup128: frame_system::pallet::Call<T>
+=======
+   * Lookup129: frame_system::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemCall: {
     _enum: {
@@ -1360,7 +1460,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup129: frame_system::limits::BlockWeights
+=======
+<<<<<<< HEAD
+   * Lookup130: frame_system::limits::BlockWeights
+=======
+<<<<<<< HEAD
+   * Lookup133: frame_system::limits::BlockWeights
+=======
+   * Lookup134: frame_system::limits::BlockWeights
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemLimitsBlockWeights: {
     baseBlock: 'SpWeightsWeightV2Weight',
@@ -1368,7 +1480,19 @@
     perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
   },
   /**
+<<<<<<< HEAD
    * Lookup130: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+=======
+<<<<<<< HEAD
+   * Lookup131: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+=======
+<<<<<<< HEAD
+   * Lookup134: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+=======
+   * Lookup135: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSupportDispatchPerDispatchClassWeightsPerClass: {
     normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1376,7 +1500,19 @@
     mandatory: 'FrameSystemLimitsWeightsPerClass'
   },
   /**
+<<<<<<< HEAD
    * Lookup131: frame_system::limits::WeightsPerClass
+=======
+<<<<<<< HEAD
+   * Lookup132: frame_system::limits::WeightsPerClass
+=======
+<<<<<<< HEAD
+   * Lookup135: frame_system::limits::WeightsPerClass
+=======
+   * Lookup136: frame_system::limits::WeightsPerClass
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemLimitsWeightsPerClass: {
     baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1385,13 +1521,37 @@
     reserved: 'Option<SpWeightsWeightV2Weight>'
   },
   /**
+<<<<<<< HEAD
    * Lookup133: frame_system::limits::BlockLength
+=======
+<<<<<<< HEAD
+   * Lookup134: frame_system::limits::BlockLength
+=======
+<<<<<<< HEAD
+   * Lookup137: frame_system::limits::BlockLength
+=======
+   * Lookup138: frame_system::limits::BlockLength
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemLimitsBlockLength: {
     max: 'FrameSupportDispatchPerDispatchClassU32'
   },
   /**
+<<<<<<< HEAD
    * Lookup134: frame_support::dispatch::PerDispatchClass<T>
+=======
+<<<<<<< HEAD
+   * Lookup135: frame_support::dispatch::PerDispatchClass<T>
+=======
+<<<<<<< HEAD
+   * Lookup138: frame_support::dispatch::PerDispatchClass<T>
+=======
+   * Lookup139: frame_support::dispatch::PerDispatchClass<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSupportDispatchPerDispatchClassU32: {
     normal: 'u32',
@@ -1399,14 +1559,38 @@
     mandatory: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup135: sp_weights::RuntimeDbWeight
+=======
+<<<<<<< HEAD
+   * Lookup136: sp_weights::RuntimeDbWeight
+=======
+<<<<<<< HEAD
+   * Lookup139: sp_weights::RuntimeDbWeight
+=======
+   * Lookup140: sp_weights::RuntimeDbWeight
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   SpWeightsRuntimeDbWeight: {
     read: 'u64',
     write: 'u64'
   },
   /**
+<<<<<<< HEAD
    * Lookup136: sp_version::RuntimeVersion
+=======
+<<<<<<< HEAD
+   * Lookup137: sp_version::RuntimeVersion
+=======
+<<<<<<< HEAD
+   * Lookup140: sp_version::RuntimeVersion
+=======
+   * Lookup141: sp_version::RuntimeVersion
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   SpVersionRuntimeVersion: {
     specName: 'Text',
@@ -1419,13 +1603,37 @@
     stateVersion: 'u8'
   },
   /**
+<<<<<<< HEAD
    * Lookup141: frame_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup142: frame_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup145: frame_system::pallet::Error<T>
+=======
+   * Lookup146: frame_system::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FrameSystemError: {
     _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
   },
   /**
+<<<<<<< HEAD
    * Lookup142: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+=======
+<<<<<<< HEAD
+   * Lookup143: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+=======
+<<<<<<< HEAD
+   * Lookup146: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+=======
+   * Lookup147: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotPrimitivesV2PersistedValidationData: {
     parentHead: 'Bytes',
@@ -1434,19 +1642,55 @@
     maxPovSize: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup145: polkadot_primitives::v2::UpgradeRestriction
+=======
+<<<<<<< HEAD
+   * Lookup146: polkadot_primitives::v2::UpgradeRestriction
+=======
+<<<<<<< HEAD
+   * Lookup149: polkadot_primitives::v2::UpgradeRestriction
+=======
+   * Lookup150: polkadot_primitives::v2::UpgradeRestriction
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotPrimitivesV2UpgradeRestriction: {
     _enum: ['Present']
   },
   /**
+<<<<<<< HEAD
    * Lookup146: sp_trie::storage_proof::StorageProof
+=======
+<<<<<<< HEAD
+   * Lookup147: sp_trie::storage_proof::StorageProof
+=======
+<<<<<<< HEAD
+   * Lookup150: sp_trie::storage_proof::StorageProof
+=======
+   * Lookup151: sp_trie::storage_proof::StorageProof
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   SpTrieStorageProof: {
     trieNodes: 'BTreeSet<Bytes>'
   },
   /**
+<<<<<<< HEAD
    * Lookup148: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+=======
+<<<<<<< HEAD
+   * Lookup149: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+=======
+<<<<<<< HEAD
+   * Lookup152: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+=======
+   * Lookup153: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
     dmqMqcHead: 'H256',
@@ -1455,7 +1699,19 @@
     egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
   },
   /**
+<<<<<<< HEAD
    * Lookup151: polkadot_primitives::v2::AbridgedHrmpChannel
+=======
+<<<<<<< HEAD
+   * Lookup152: polkadot_primitives::v2::AbridgedHrmpChannel
+=======
+<<<<<<< HEAD
+   * Lookup155: polkadot_primitives::v2::AbridgedHrmpChannel
+=======
+   * Lookup156: polkadot_primitives::v2::AbridgedHrmpChannel
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotPrimitivesV2AbridgedHrmpChannel: {
     maxCapacity: 'u32',
@@ -1466,7 +1722,19 @@
     mqcHead: 'Option<H256>'
   },
   /**
+<<<<<<< HEAD
    * Lookup152: polkadot_primitives::v2::AbridgedHostConfiguration
+=======
+<<<<<<< HEAD
+   * Lookup153: polkadot_primitives::v2::AbridgedHostConfiguration
+=======
+<<<<<<< HEAD
+   * Lookup156: polkadot_primitives::v2::AbridgedHostConfiguration
+=======
+   * Lookup157: polkadot_primitives::v2::AbridgedHostConfiguration
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotPrimitivesV2AbridgedHostConfiguration: {
     maxCodeSize: 'u32',
@@ -1480,14 +1748,38 @@
     validationUpgradeDelay: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup158: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+=======
+<<<<<<< HEAD
+   * Lookup159: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+=======
+<<<<<<< HEAD
+   * Lookup162: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+=======
+   * Lookup163: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotCorePrimitivesOutboundHrmpMessage: {
     recipient: 'u32',
     data: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup159: cumulus_pallet_parachain_system::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup160: cumulus_pallet_parachain_system::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup163: cumulus_pallet_parachain_system::pallet::Call<T>
+=======
+   * Lookup164: cumulus_pallet_parachain_system::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletParachainSystemCall: {
     _enum: {
@@ -1506,7 +1798,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup160: cumulus_primitives_parachain_inherent::ParachainInherentData
+=======
+<<<<<<< HEAD
+   * Lookup161: cumulus_primitives_parachain_inherent::ParachainInherentData
+=======
+<<<<<<< HEAD
+   * Lookup164: cumulus_primitives_parachain_inherent::ParachainInherentData
+=======
+   * Lookup165: cumulus_primitives_parachain_inherent::ParachainInherentData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPrimitivesParachainInherentParachainInherentData: {
     validationData: 'PolkadotPrimitivesV2PersistedValidationData',
@@ -1515,27 +1819,75 @@
     horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
   },
   /**
+<<<<<<< HEAD
    * Lookup162: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+   * Lookup163: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+   * Lookup166: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+=======
+   * Lookup167: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotCorePrimitivesInboundDownwardMessage: {
     sentAt: 'u32',
     msg: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup165: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+   * Lookup166: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+   * Lookup169: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+=======
+   * Lookup170: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotCorePrimitivesInboundHrmpMessage: {
     sentAt: 'u32',
     data: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup168: cumulus_pallet_parachain_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup169: cumulus_pallet_parachain_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup172: cumulus_pallet_parachain_system::pallet::Error<T>
+=======
+   * Lookup173: cumulus_pallet_parachain_system::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletParachainSystemError: {
     _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
   },
   /**
+<<<<<<< HEAD
    * Lookup170: pallet_balances::BalanceLock<Balance>
+=======
+<<<<<<< HEAD
+   * Lookup171: pallet_balances::BalanceLock<Balance>
+=======
+<<<<<<< HEAD
+   * Lookup174: pallet_balances::BalanceLock<Balance>
+=======
+   * Lookup175: pallet_balances::BalanceLock<Balance>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletBalancesBalanceLock: {
     id: '[u8;8]',
@@ -1543,20 +1895,70 @@
     reasons: 'PalletBalancesReasons'
   },
   /**
+<<<<<<< HEAD
    * Lookup171: pallet_balances::Reasons
+=======
+<<<<<<< HEAD
+   * Lookup172: pallet_balances::Reasons
+=======
+<<<<<<< HEAD
+   * Lookup175: pallet_balances::Reasons
+=======
+   * Lookup176: pallet_balances::Reasons
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletBalancesReasons: {
     _enum: ['Fee', 'Misc', 'All']
   },
   /**
+<<<<<<< HEAD
    * Lookup174: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+=======
+<<<<<<< HEAD
+   * Lookup175: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+=======
+<<<<<<< HEAD
+   * Lookup178: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+=======
+   * Lookup179: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletBalancesReserveData: {
     id: '[u8;16]',
     amount: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup176: pallet_balances::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup177: pallet_balances::Releases
+=======
+<<<<<<< HEAD
+   * Lookup180: pallet_balances::Releases
+=======
+   * Lookup181: pallet_balances::Releases
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+   **/
+  PalletBalancesReleases: {
+    _enum: ['V1_0_0', 'V2_0_0']
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup178: pallet_balances::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup181: pallet_balances::pallet::Call<T, I>
+=======
+   * Lookup182: pallet_balances::pallet::Call<T, I>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletBalancesCall: {
     _enum: {
@@ -1589,13 +1991,37 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup179: pallet_balances::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup181: pallet_balances::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup184: pallet_balances::pallet::Error<T, I>
+=======
+   * Lookup185: pallet_balances::pallet::Error<T, I>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletBalancesError: {
     _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
   },
   /**
+<<<<<<< HEAD
    * Lookup181: pallet_timestamp::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup183: pallet_timestamp::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup186: pallet_timestamp::pallet::Call<T>
+=======
+   * Lookup187: pallet_timestamp::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletTimestampCall: {
     _enum: {
@@ -1605,13 +2031,37 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup183: pallet_transaction_payment::Releases
+=======
+<<<<<<< HEAD
+   * Lookup185: pallet_transaction_payment::Releases
+=======
+<<<<<<< HEAD
+   * Lookup188: pallet_transaction_payment::Releases
+=======
+   * Lookup189: pallet_transaction_payment::Releases
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletTransactionPaymentReleases: {
     _enum: ['V1Ancient', 'V2']
   },
   /**
+<<<<<<< HEAD
    * Lookup184: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+=======
+<<<<<<< HEAD
+   * Lookup186: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+=======
+<<<<<<< HEAD
+   * Lookup189: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+=======
+   * Lookup190: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletTreasuryProposal: {
     proposer: 'AccountId32',
@@ -1620,7 +2070,19 @@
     bond: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup187: pallet_treasury::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup189: pallet_treasury::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup192: pallet_treasury::pallet::Call<T, I>
+=======
+   * Lookup193: pallet_treasury::pallet::Call<T, I>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletTreasuryCall: {
     _enum: {
@@ -1644,17 +2106,53 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup190: frame_support::PalletId
    **/
   FrameSupportPalletId: '[u8;8]',
   /**
    * Lookup191: pallet_treasury::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup192: frame_support::PalletId
+   **/
+  FrameSupportPalletId: '[u8;8]',
+  /**
+   * Lookup193: pallet_treasury::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+   * Lookup195: frame_support::PalletId
    **/
+  FrameSupportPalletId: '[u8;8]',
+  /**
+   * Lookup196: pallet_treasury::pallet::Error<T, I>
+=======
+   * Lookup196: frame_support::PalletId
+   **/
+  FrameSupportPalletId: '[u8;8]',
+  /**
+   * Lookup197: pallet_treasury::pallet::Error<T, I>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+   **/
   PalletTreasuryError: {
     _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
   },
   /**
+<<<<<<< HEAD
    * Lookup192: pallet_sudo::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup194: pallet_sudo::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup197: pallet_sudo::pallet::Call<T>
+=======
+   * Lookup198: pallet_sudo::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletSudoCall: {
     _enum: {
@@ -1678,7 +2176,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup194: orml_vesting::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup196: orml_vesting::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup199: orml_vesting::module::Call<T>
+=======
+   * Lookup200: orml_vesting::module::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlVestingModuleCall: {
     _enum: {
@@ -1697,7 +2207,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup196: orml_xtokens::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup198: orml_xtokens::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup201: orml_xtokens::module::Call<T>
+=======
+   * Lookup202: orml_xtokens::module::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlXtokensModuleCall: {
     _enum: {
@@ -1740,7 +2262,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup197: xcm::VersionedMultiAsset
+=======
+<<<<<<< HEAD
+   * Lookup199: xcm::VersionedMultiAsset
+=======
+<<<<<<< HEAD
+   * Lookup202: xcm::VersionedMultiAsset
+=======
+   * Lookup203: xcm::VersionedMultiAsset
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmVersionedMultiAsset: {
     _enum: {
@@ -1749,7 +2283,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup200: orml_tokens::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup202: orml_tokens::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup205: orml_tokens::module::Call<T>
+=======
+   * Lookup206: orml_tokens::module::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlTokensModuleCall: {
     _enum: {
@@ -1783,7 +2329,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup201: cumulus_pallet_xcmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup206: cumulus_pallet_xcmp_queue::pallet::Call<T>
+=======
+   * Lookup207: cumulus_pallet_xcmp_queue::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueCall: {
     _enum: {
@@ -1832,7 +2390,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup202: pallet_xcm::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup204: pallet_xcm::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup207: pallet_xcm::pallet::Call<T>
+=======
+   * Lookup208: pallet_xcm::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletXcmCall: {
     _enum: {
@@ -1886,7 +2456,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup203: xcm::VersionedXcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup205: xcm::VersionedXcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup208: xcm::VersionedXcm<RuntimeCall>
+=======
+   * Lookup209: xcm::VersionedXcm<RuntimeCall>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmVersionedXcm: {
     _enum: {
@@ -1896,7 +2478,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup204: xcm::v0::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup206: xcm::v0::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup209: xcm::v0::Xcm<RuntimeCall>
+=======
+   * Lookup210: xcm::v0::Xcm<RuntimeCall>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmV0Xcm: {
     _enum: {
@@ -1950,7 +2544,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup206: xcm::v0::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup208: xcm::v0::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup211: xcm::v0::order::Order<RuntimeCall>
+=======
+   * Lookup212: xcm::v0::order::Order<RuntimeCall>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmV0Order: {
     _enum: {
@@ -1993,7 +2599,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup208: xcm::v0::Response
+=======
+<<<<<<< HEAD
+   * Lookup210: xcm::v0::Response
+=======
+<<<<<<< HEAD
+   * Lookup213: xcm::v0::Response
+=======
+   * Lookup214: xcm::v0::Response
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmV0Response: {
     _enum: {
@@ -2001,7 +2619,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup209: xcm::v1::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup211: xcm::v1::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup214: xcm::v1::Xcm<RuntimeCall>
+=======
+   * Lookup215: xcm::v1::Xcm<RuntimeCall>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmV1Xcm: {
     _enum: {
@@ -2060,7 +2690,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup211: xcm::v1::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup213: xcm::v1::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+   * Lookup216: xcm::v1::order::Order<RuntimeCall>
+=======
+   * Lookup217: xcm::v1::order::Order<RuntimeCall>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmV1Order: {
     _enum: {
@@ -2105,7 +2747,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup213: xcm::v1::Response
+=======
+<<<<<<< HEAD
+   * Lookup215: xcm::v1::Response
+=======
+<<<<<<< HEAD
+   * Lookup218: xcm::v1::Response
+=======
+   * Lookup219: xcm::v1::Response
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   XcmV1Response: {
     _enum: {
@@ -2114,11 +2768,35 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup227: cumulus_pallet_xcm::pallet::Call<T>
    **/
   CumulusPalletXcmCall: 'Null',
   /**
    * Lookup228: cumulus_pallet_dmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup229: cumulus_pallet_xcm::pallet::Call<T>
+   **/
+  CumulusPalletXcmCall: 'Null',
+  /**
+   * Lookup230: cumulus_pallet_dmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup232: cumulus_pallet_xcm::pallet::Call<T>
+   **/
+  CumulusPalletXcmCall: 'Null',
+  /**
+   * Lookup233: cumulus_pallet_dmp_queue::pallet::Call<T>
+=======
+   * Lookup233: cumulus_pallet_xcm::pallet::Call<T>
+   **/
+  CumulusPalletXcmCall: 'Null',
+  /**
+   * Lookup234: cumulus_pallet_dmp_queue::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletDmpQueueCall: {
     _enum: {
@@ -2129,7 +2807,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup229: pallet_inflation::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup231: pallet_inflation::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup234: pallet_inflation::pallet::Call<T>
+=======
+   * Lookup235: pallet_inflation::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletInflationCall: {
     _enum: {
@@ -2139,7 +2829,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup230: pallet_unique::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup232: pallet_unique::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup235: pallet_unique::Call<T>
+=======
+   * Lookup236: pallet_unique::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletUniqueCall: {
     _enum: {
@@ -2283,7 +2985,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup235: up_data_structs::CollectionMode
+=======
+<<<<<<< HEAD
+   * Lookup237: up_data_structs::CollectionMode
+=======
+<<<<<<< HEAD
+   * Lookup240: up_data_structs::CollectionMode
+=======
+   * Lookup241: up_data_structs::CollectionMode
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCollectionMode: {
     _enum: {
@@ -2293,7 +3007,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup236: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup238: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup241: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+=======
+   * Lookup242: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateCollectionData: {
     mode: 'UpDataStructsCollectionMode',
@@ -2308,13 +3034,37 @@
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
+<<<<<<< HEAD
    * Lookup238: up_data_structs::AccessMode
+=======
+<<<<<<< HEAD
+   * Lookup240: up_data_structs::AccessMode
+=======
+<<<<<<< HEAD
+   * Lookup243: up_data_structs::AccessMode
+=======
+   * Lookup244: up_data_structs::AccessMode
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsAccessMode: {
     _enum: ['Normal', 'AllowList']
   },
   /**
+<<<<<<< HEAD
    * Lookup240: up_data_structs::CollectionLimits
+=======
+<<<<<<< HEAD
+   * Lookup242: up_data_structs::CollectionLimits
+=======
+<<<<<<< HEAD
+   * Lookup245: up_data_structs::CollectionLimits
+=======
+   * Lookup246: up_data_structs::CollectionLimits
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCollectionLimits: {
     accountTokenOwnershipLimit: 'Option<u32>',
@@ -2328,7 +3078,19 @@
     transfersEnabled: 'Option<bool>'
   },
   /**
+<<<<<<< HEAD
    * Lookup242: up_data_structs::SponsoringRateLimit
+=======
+<<<<<<< HEAD
+   * Lookup244: up_data_structs::SponsoringRateLimit
+=======
+<<<<<<< HEAD
+   * Lookup247: up_data_structs::SponsoringRateLimit
+=======
+   * Lookup248: up_data_structs::SponsoringRateLimit
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsSponsoringRateLimit: {
     _enum: {
@@ -2337,7 +3099,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup245: up_data_structs::CollectionPermissions
+=======
+<<<<<<< HEAD
+   * Lookup247: up_data_structs::CollectionPermissions
+=======
+<<<<<<< HEAD
+   * Lookup250: up_data_structs::CollectionPermissions
+=======
+   * Lookup251: up_data_structs::CollectionPermissions
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCollectionPermissions: {
     access: 'Option<UpDataStructsAccessMode>',
@@ -2345,7 +3119,19 @@
     nesting: 'Option<UpDataStructsNestingPermissions>'
   },
   /**
+<<<<<<< HEAD
    * Lookup247: up_data_structs::NestingPermissions
+=======
+<<<<<<< HEAD
+   * Lookup249: up_data_structs::NestingPermissions
+=======
+<<<<<<< HEAD
+   * Lookup252: up_data_structs::NestingPermissions
+=======
+   * Lookup253: up_data_structs::NestingPermissions
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsNestingPermissions: {
     tokenOwner: 'bool',
@@ -2353,18 +3139,54 @@
     restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
   },
   /**
+<<<<<<< HEAD
    * Lookup249: up_data_structs::OwnerRestrictedSet
    **/
   UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
   /**
    * Lookup254: up_data_structs::PropertyKeyPermission
+=======
+<<<<<<< HEAD
+   * Lookup251: up_data_structs::OwnerRestrictedSet
    **/
+  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
+  /**
+   * Lookup256: up_data_structs::PropertyKeyPermission
+=======
+<<<<<<< HEAD
+   * Lookup254: up_data_structs::OwnerRestrictedSet
+   **/
+  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
+  /**
+   * Lookup259: up_data_structs::PropertyKeyPermission
+=======
+   * Lookup255: up_data_structs::OwnerRestrictedSet
+   **/
+  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
+  /**
+   * Lookup260: up_data_structs::PropertyKeyPermission
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+   **/
   UpDataStructsPropertyKeyPermission: {
     key: 'Bytes',
     permission: 'UpDataStructsPropertyPermission'
   },
   /**
+<<<<<<< HEAD
    * Lookup255: up_data_structs::PropertyPermission
+=======
+<<<<<<< HEAD
+   * Lookup257: up_data_structs::PropertyPermission
+=======
+<<<<<<< HEAD
+   * Lookup260: up_data_structs::PropertyPermission
+=======
+   * Lookup261: up_data_structs::PropertyPermission
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsPropertyPermission: {
     mutable: 'bool',
@@ -2372,14 +3194,38 @@
     tokenOwner: 'bool'
   },
   /**
+<<<<<<< HEAD
    * Lookup258: up_data_structs::Property
+=======
+<<<<<<< HEAD
+   * Lookup260: up_data_structs::Property
+=======
+<<<<<<< HEAD
+   * Lookup263: up_data_structs::Property
+=======
+   * Lookup264: up_data_structs::Property
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsProperty: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup261: up_data_structs::CreateItemData
+=======
+<<<<<<< HEAD
+   * Lookup263: up_data_structs::CreateItemData
+=======
+<<<<<<< HEAD
+   * Lookup266: up_data_structs::CreateItemData
+=======
+   * Lookup267: up_data_structs::CreateItemData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateItemData: {
     _enum: {
@@ -2389,26 +3235,74 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup262: up_data_structs::CreateNftData
+=======
+<<<<<<< HEAD
+   * Lookup264: up_data_structs::CreateNftData
+=======
+<<<<<<< HEAD
+   * Lookup267: up_data_structs::CreateNftData
+=======
+   * Lookup268: up_data_structs::CreateNftData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateNftData: {
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
+<<<<<<< HEAD
    * Lookup263: up_data_structs::CreateFungibleData
+=======
+<<<<<<< HEAD
+   * Lookup265: up_data_structs::CreateFungibleData
+=======
+<<<<<<< HEAD
+   * Lookup268: up_data_structs::CreateFungibleData
+=======
+   * Lookup269: up_data_structs::CreateFungibleData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateFungibleData: {
     value: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup264: up_data_structs::CreateReFungibleData
+=======
+<<<<<<< HEAD
+   * Lookup266: up_data_structs::CreateReFungibleData
+=======
+<<<<<<< HEAD
+   * Lookup269: up_data_structs::CreateReFungibleData
+=======
+   * Lookup270: up_data_structs::CreateReFungibleData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateReFungibleData: {
     pieces: 'u128',
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
+<<<<<<< HEAD
    * Lookup267: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup269: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup272: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+   * Lookup273: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateItemExData: {
     _enum: {
@@ -2419,14 +3313,38 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup269: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup271: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup274: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+   * Lookup275: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateNftExData: {
     properties: 'Vec<UpDataStructsProperty>',
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
+<<<<<<< HEAD
    * Lookup276: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup278: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup281: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+   * Lookup282: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateRefungibleExSingleOwner: {
     user: 'PalletEvmAccountBasicCrossAccountIdRepr',
@@ -2434,14 +3352,38 @@
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
+<<<<<<< HEAD
    * Lookup278: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup280: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup283: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+   * Lookup284: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsCreateRefungibleExMultipleOwners: {
     users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
+<<<<<<< HEAD
    * Lookup279: pallet_configuration::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup281: pallet_configuration::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup284: pallet_unique_scheduler_v2::pallet::Call<T>
+=======
+   * Lookup285: pallet_unique_scheduler_v2::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletConfigurationCall: {
     _enum: {
@@ -2460,7 +3402,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup284: pallet_configuration::AppPromotionConfiguration<BlockNumber>
+=======
+<<<<<<< HEAD
+   * Lookup286: pallet_configuration::AppPromotionConfiguration<BlockNumber>
+=======
+<<<<<<< HEAD
+   * Lookup287: pallet_configuration::pallet::Call<T>
+=======
+   * Lookup288: pallet_configuration::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletConfigurationAppPromotionConfiguration: {
     recalculationInterval: 'Option<u32>',
@@ -2469,7 +3423,12 @@
     maxStakersPerCalculation: 'Option<u8>'
   },
   /**
+<<<<<<< HEAD
    * Lookup288: pallet_template_transaction_payment::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup289: pallet_template_transaction_payment::Call<T>
+>>>>>>> chore:  regenerate types
    **/
   PalletTemplateTransactionPaymentCall: 'Null',
   /**
@@ -2477,7 +3436,22 @@
    **/
   PalletStructureCall: 'Null',
   /**
+<<<<<<< HEAD
    * Lookup290: pallet_rmrk_core::pallet::Call<T>
+=======
+   * Lookup291: pallet_rmrk_core::pallet::Call<T>
+=======
+   * Lookup290: pallet_template_transaction_payment::Call<T>
+   **/
+  PalletTemplateTransactionPaymentCall: 'Null',
+  /**
+   * Lookup291: pallet_structure::pallet::Call<T>
+   **/
+  PalletStructureCall: 'Null',
+  /**
+   * Lookup292: pallet_rmrk_core::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletRmrkCoreCall: {
     _enum: {
@@ -2568,7 +3542,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup296: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup297: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup298: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsResourceResourceTypes: {
     _enum: {
@@ -2578,7 +3560,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup298: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup299: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup300: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsResourceBasicResource: {
     src: 'Option<Bytes>',
@@ -2587,7 +3577,15 @@
     thumb: 'Option<Bytes>'
   },
   /**
+<<<<<<< HEAD
    * Lookup300: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup301: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup302: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsResourceComposableResource: {
     parts: 'Vec<u32>',
@@ -2598,7 +3596,15 @@
     thumb: 'Option<Bytes>'
   },
   /**
+<<<<<<< HEAD
    * Lookup301: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup302: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup303: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsResourceSlotResource: {
     base: 'u32',
@@ -2609,7 +3615,15 @@
     thumb: 'Option<Bytes>'
   },
   /**
+<<<<<<< HEAD
    * Lookup304: pallet_rmrk_equip::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup305: pallet_rmrk_equip::pallet::Call<T>
+=======
+   * Lookup306: pallet_rmrk_equip::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletRmrkEquipCall: {
     _enum: {
@@ -2630,7 +3644,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup307: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup308: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup309: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsPartPartType: {
     _enum: {
@@ -2639,7 +3661,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup309: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup310: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup311: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsPartFixedPart: {
     id: 'u32',
@@ -2647,7 +3677,15 @@
     src: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup310: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup311: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup312: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsPartSlotPart: {
     id: 'u32',
@@ -2656,7 +3694,15 @@
     z: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup311: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup312: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup313: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsPartEquippableList: {
     _enum: {
@@ -2666,7 +3712,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup313: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+=======
+<<<<<<< HEAD
+   * Lookup314: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+=======
+   * Lookup315: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsTheme: {
     name: 'Bytes',
@@ -2674,14 +3728,30 @@
     inherit: 'bool'
   },
   /**
+<<<<<<< HEAD
    * Lookup315: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup316: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup317: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsThemeThemeProperty: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup317: pallet_app_promotion::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup318: pallet_app_promotion::pallet::Call<T>
+=======
+   * Lookup319: pallet_app_promotion::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletAppPromotionCall: {
     _enum: {
@@ -2710,7 +3780,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup318: pallet_foreign_assets::module::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup319: pallet_foreign_assets::module::Call<T>
+=======
+   * Lookup320: pallet_foreign_assets::module::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletForeignAssetsModuleCall: {
     _enum: {
@@ -2727,7 +3805,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup319: pallet_evm::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup320: pallet_evm::pallet::Call<T>
+=======
+   * Lookup321: pallet_evm::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmCall: {
     _enum: {
@@ -2770,7 +3856,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup325: pallet_ethereum::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup326: pallet_ethereum::pallet::Call<T>
+=======
+   * Lookup325: pallet_ethereum::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEthereumCall: {
     _enum: {
@@ -2780,7 +3874,15 @@
     }
   },
   /**
+<<<<<<< HEAD
+   * Lookup326: ethereum::transaction::TransactionV2
+=======
+<<<<<<< HEAD
+   * Lookup327: ethereum::transaction::TransactionV2
+=======
    * Lookup326: ethereum::transaction::TransactionV2
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionTransactionV2: {
     _enum: {
@@ -2790,7 +3892,15 @@
     }
   },
   /**
+<<<<<<< HEAD
+   * Lookup327: ethereum::transaction::LegacyTransaction
+=======
+<<<<<<< HEAD
+   * Lookup328: ethereum::transaction::LegacyTransaction
+=======
    * Lookup327: ethereum::transaction::LegacyTransaction
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionLegacyTransaction: {
     nonce: 'U256',
@@ -2802,7 +3912,15 @@
     signature: 'EthereumTransactionTransactionSignature'
   },
   /**
+<<<<<<< HEAD
+   * Lookup328: ethereum::transaction::TransactionAction
+=======
+<<<<<<< HEAD
+   * Lookup329: ethereum::transaction::TransactionAction
+=======
    * Lookup328: ethereum::transaction::TransactionAction
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionTransactionAction: {
     _enum: {
@@ -2811,7 +3929,15 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup329: ethereum::transaction::TransactionSignature
+=======
+<<<<<<< HEAD
+   * Lookup330: ethereum::transaction::TransactionSignature
+=======
+   * Lookup329: ethereum::transaction::TransactionSignature
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionTransactionSignature: {
     v: 'u64',
@@ -2819,7 +3945,15 @@
     s: 'H256'
   },
   /**
+<<<<<<< HEAD
    * Lookup331: ethereum::transaction::EIP2930Transaction
+=======
+<<<<<<< HEAD
+   * Lookup332: ethereum::transaction::EIP2930Transaction
+=======
+   * Lookup331: ethereum::transaction::EIP2930Transaction
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionEip2930Transaction: {
     chainId: 'u64',
@@ -2835,14 +3969,30 @@
     s: 'H256'
   },
   /**
+<<<<<<< HEAD
    * Lookup333: ethereum::transaction::AccessListItem
+=======
+<<<<<<< HEAD
+   * Lookup334: ethereum::transaction::AccessListItem
+=======
+   * Lookup333: ethereum::transaction::AccessListItem
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionAccessListItem: {
     address: 'H160',
     storageKeys: 'Vec<H256>'
   },
   /**
+<<<<<<< HEAD
+   * Lookup334: ethereum::transaction::EIP1559Transaction
+=======
+<<<<<<< HEAD
+   * Lookup335: ethereum::transaction::EIP1559Transaction
+=======
    * Lookup334: ethereum::transaction::EIP1559Transaction
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumTransactionEip1559Transaction: {
     chainId: 'u64',
@@ -2859,7 +4009,15 @@
     s: 'H256'
   },
   /**
+<<<<<<< HEAD
+   * Lookup335: pallet_evm_migration::pallet::Call<T>
+=======
+<<<<<<< HEAD
+   * Lookup336: pallet_evm_migration::pallet::Call<T>
+=======
    * Lookup335: pallet_evm_migration::pallet::Call<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmMigrationCall: {
     _enum: {
@@ -2883,13 +4041,21 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup339: pallet_maintenance::pallet::Call<T>
+=======
+   * Lookup338: pallet_maintenance::pallet::Call<T>
+>>>>>>> chore:  regenerate types
    **/
   PalletMaintenanceCall: {
     _enum: ['enable', 'disable']
   },
   /**
+<<<<<<< HEAD
    * Lookup340: pallet_test_utils::pallet::Call<T>
+=======
+   * Lookup339: pallet_test_utils::pallet::Call<T>
+>>>>>>> chore:  regenerate types
    **/
   PalletTestUtilsCall: {
     _enum: {
@@ -2908,32 +4074,72 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup342: pallet_sudo::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup343: pallet_sudo::pallet::Error<T>
+=======
+   * Lookup341: pallet_sudo::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletSudoError: {
     _enum: ['RequireSudo']
   },
   /**
+<<<<<<< HEAD
    * Lookup344: orml_vesting::module::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup345: orml_vesting::module::Error<T>
+=======
+   * Lookup343: orml_vesting::module::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlVestingModuleError: {
     _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
   },
   /**
+<<<<<<< HEAD
    * Lookup345: orml_xtokens::module::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup346: orml_xtokens::module::Error<T>
+=======
+   * Lookup344: orml_xtokens::module::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlXtokensModuleError: {
     _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
   },
   /**
+<<<<<<< HEAD
    * Lookup348: orml_tokens::BalanceLock<Balance>
+=======
+<<<<<<< HEAD
+   * Lookup349: orml_tokens::BalanceLock<Balance>
+=======
+   * Lookup347: orml_tokens::BalanceLock<Balance>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlTokensBalanceLock: {
     id: '[u8;8]',
     amount: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup350: orml_tokens::AccountData<Balance>
+=======
+<<<<<<< HEAD
+   * Lookup351: orml_tokens::AccountData<Balance>
+=======
+   * Lookup349: orml_tokens::AccountData<Balance>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlTokensAccountData: {
     free: 'u128',
@@ -2941,20 +4147,44 @@
     frozen: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup352: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+=======
+<<<<<<< HEAD
+   * Lookup353: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+=======
+   * Lookup351: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlTokensReserveData: {
     id: 'Null',
     amount: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup354: orml_tokens::module::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup355: orml_tokens::module::Error<T>
+=======
+   * Lookup353: orml_tokens::module::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   OrmlTokensModuleError: {
     _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
   },
   /**
+<<<<<<< HEAD
    * Lookup356: cumulus_pallet_xcmp_queue::InboundChannelDetails
+=======
+<<<<<<< HEAD
+   * Lookup357: cumulus_pallet_xcmp_queue::InboundChannelDetails
+=======
+   * Lookup355: cumulus_pallet_xcmp_queue::InboundChannelDetails
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueInboundChannelDetails: {
     sender: 'u32',
@@ -2962,19 +4192,43 @@
     messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
   },
   /**
+<<<<<<< HEAD
    * Lookup357: cumulus_pallet_xcmp_queue::InboundState
+=======
+<<<<<<< HEAD
+   * Lookup358: cumulus_pallet_xcmp_queue::InboundState
+=======
+   * Lookup356: cumulus_pallet_xcmp_queue::InboundState
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueInboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
+<<<<<<< HEAD
    * Lookup360: polkadot_parachain::primitives::XcmpMessageFormat
+=======
+<<<<<<< HEAD
+   * Lookup361: polkadot_parachain::primitives::XcmpMessageFormat
+=======
+   * Lookup359: polkadot_parachain::primitives::XcmpMessageFormat
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PolkadotParachainPrimitivesXcmpMessageFormat: {
     _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
   },
   /**
+<<<<<<< HEAD
    * Lookup363: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+=======
+<<<<<<< HEAD
+   * Lookup364: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+=======
+   * Lookup362: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueOutboundChannelDetails: {
     recipient: 'u32',
@@ -2984,13 +4238,29 @@
     lastIndex: 'u16'
   },
   /**
+<<<<<<< HEAD
    * Lookup364: cumulus_pallet_xcmp_queue::OutboundState
+=======
+<<<<<<< HEAD
+   * Lookup365: cumulus_pallet_xcmp_queue::OutboundState
+=======
+   * Lookup363: cumulus_pallet_xcmp_queue::OutboundState
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueOutboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
+<<<<<<< HEAD
    * Lookup366: cumulus_pallet_xcmp_queue::QueueConfigData
+=======
+<<<<<<< HEAD
+   * Lookup367: cumulus_pallet_xcmp_queue::QueueConfigData
+=======
+   * Lookup365: cumulus_pallet_xcmp_queue::QueueConfigData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueQueueConfigData: {
     suspendThreshold: 'u32',
@@ -3001,29 +4271,69 @@
     xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
   },
   /**
+<<<<<<< HEAD
    * Lookup368: cumulus_pallet_xcmp_queue::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>
+=======
+   * Lookup367: cumulus_pallet_xcmp_queue::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletXcmpQueueError: {
     _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
   },
   /**
+<<<<<<< HEAD
    * Lookup369: pallet_xcm::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup370: pallet_xcm::pallet::Error<T>
+=======
+   * Lookup368: pallet_xcm::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletXcmError: {
     _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
   },
   /**
+<<<<<<< HEAD
    * Lookup370: cumulus_pallet_xcm::pallet::Error<T>
    **/
   CumulusPalletXcmError: 'Null',
   /**
    * Lookup371: cumulus_pallet_dmp_queue::ConfigData
+=======
+<<<<<<< HEAD
+   * Lookup371: cumulus_pallet_xcm::pallet::Error<T>
+   **/
+  CumulusPalletXcmError: 'Null',
+  /**
+   * Lookup372: cumulus_pallet_dmp_queue::ConfigData
+=======
+   * Lookup369: cumulus_pallet_xcm::pallet::Error<T>
+   **/
+  CumulusPalletXcmError: 'Null',
+  /**
+   * Lookup370: cumulus_pallet_dmp_queue::ConfigData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletDmpQueueConfigData: {
     maxIndividual: 'SpWeightsWeightV2Weight'
   },
   /**
+<<<<<<< HEAD
    * Lookup372: cumulus_pallet_dmp_queue::PageIndexData
+=======
+<<<<<<< HEAD
+   * Lookup373: cumulus_pallet_dmp_queue::PageIndexData
+=======
+   * Lookup371: cumulus_pallet_dmp_queue::PageIndexData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletDmpQueuePageIndexData: {
     beginUsed: 'u32',
@@ -3031,26 +4341,286 @@
     overweightCount: 'u64'
   },
   /**
+<<<<<<< HEAD
    * Lookup375: cumulus_pallet_dmp_queue::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup376: cumulus_pallet_dmp_queue::pallet::Error<T>
+=======
+   * Lookup374: cumulus_pallet_dmp_queue::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   CumulusPalletDmpQueueError: {
     _enum: ['Unknown', 'OverLimit']
   },
   /**
+<<<<<<< HEAD
    * Lookup379: pallet_unique::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup380: pallet_unique::Error<T>
+=======
+   * Lookup378: pallet_unique::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletUniqueError: {
     _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
   },
   /**
+<<<<<<< HEAD
    * Lookup380: pallet_configuration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup381: pallet_configuration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+   * Lookup381: pallet_unique_scheduler_v2::BlockAgenda<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletConfigurationError: {
     _enum: ['InconsistentConfiguration']
   },
   /**
+<<<<<<< HEAD
    * Lookup381: up_data_structs::Collection<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup382: up_data_structs::Collection<sp_core::crypto::AccountId32>
+=======
+   * Lookup384: pallet_unique_scheduler_v2::Scheduled<Name, pallet_unique_scheduler_v2::ScheduledCall<T>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+   **/
+=======
+   * Lookup379: pallet_unique_scheduler_v2::BlockAgenda<T>
    **/
+  PalletUniqueSchedulerV2BlockAgenda: {
+    agenda: 'Vec<Option<PalletUniqueSchedulerV2Scheduled>>',
+    freePlaces: 'u32'
+  },
+  /**
+   * Lookup382: pallet_unique_scheduler_v2::Scheduled<Name, pallet_unique_scheduler_v2::ScheduledCall<T>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+   **/
+>>>>>>> chore:  regenerate types
+  PalletUniqueSchedulerV2Scheduled: {
+    maybeId: 'Option<[u8;32]>',
+    priority: 'u8',
+    call: 'PalletUniqueSchedulerV2ScheduledCall',
+    maybePeriodic: 'Option<(u32,u32)>',
+    origin: 'OpalRuntimeOriginCaller'
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup385: pallet_unique_scheduler_v2::ScheduledCall<T>
+=======
+   * Lookup383: pallet_unique_scheduler_v2::ScheduledCall<T>
+>>>>>>> chore:  regenerate types
+   **/
+  PalletUniqueSchedulerV2ScheduledCall: {
+    _enum: {
+      Inline: 'Bytes',
+      PreimageLookup: {
+        _alias: {
+          hash_: 'hash',
+        },
+        hash_: 'H256',
+        unboundedLen: 'u32'
+      }
+    }
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup387: opal_runtime::OriginCaller
+=======
+   * Lookup385: opal_runtime::OriginCaller
+>>>>>>> chore:  regenerate types
+   **/
+  OpalRuntimeOriginCaller: {
+    _enum: {
+      system: 'FrameSupportDispatchRawOrigin',
+      __Unused1: 'Null',
+      __Unused2: 'Null',
+      __Unused3: 'Null',
+      Void: 'SpCoreVoid',
+      __Unused5: 'Null',
+      __Unused6: 'Null',
+      __Unused7: 'Null',
+      __Unused8: 'Null',
+      __Unused9: 'Null',
+      __Unused10: 'Null',
+      __Unused11: 'Null',
+      __Unused12: 'Null',
+      __Unused13: 'Null',
+      __Unused14: 'Null',
+      __Unused15: 'Null',
+      __Unused16: 'Null',
+      __Unused17: 'Null',
+      __Unused18: 'Null',
+      __Unused19: 'Null',
+      __Unused20: 'Null',
+      __Unused21: 'Null',
+      __Unused22: 'Null',
+      __Unused23: 'Null',
+      __Unused24: 'Null',
+      __Unused25: 'Null',
+      __Unused26: 'Null',
+      __Unused27: 'Null',
+      __Unused28: 'Null',
+      __Unused29: 'Null',
+      __Unused30: 'Null',
+      __Unused31: 'Null',
+      __Unused32: 'Null',
+      __Unused33: 'Null',
+      __Unused34: 'Null',
+      __Unused35: 'Null',
+      __Unused36: 'Null',
+      __Unused37: 'Null',
+      __Unused38: 'Null',
+      __Unused39: 'Null',
+      __Unused40: 'Null',
+      __Unused41: 'Null',
+      __Unused42: 'Null',
+      __Unused43: 'Null',
+      __Unused44: 'Null',
+      __Unused45: 'Null',
+      __Unused46: 'Null',
+      __Unused47: 'Null',
+      __Unused48: 'Null',
+      __Unused49: 'Null',
+      __Unused50: 'Null',
+      PolkadotXcm: 'PalletXcmOrigin',
+      CumulusXcm: 'CumulusPalletXcmOrigin',
+      __Unused53: 'Null',
+      __Unused54: 'Null',
+      __Unused55: 'Null',
+      __Unused56: 'Null',
+      __Unused57: 'Null',
+      __Unused58: 'Null',
+      __Unused59: 'Null',
+      __Unused60: 'Null',
+      __Unused61: 'Null',
+      __Unused62: 'Null',
+      __Unused63: 'Null',
+      __Unused64: 'Null',
+      __Unused65: 'Null',
+      __Unused66: 'Null',
+      __Unused67: 'Null',
+      __Unused68: 'Null',
+      __Unused69: 'Null',
+      __Unused70: 'Null',
+      __Unused71: 'Null',
+      __Unused72: 'Null',
+      __Unused73: 'Null',
+      __Unused74: 'Null',
+      __Unused75: 'Null',
+      __Unused76: 'Null',
+      __Unused77: 'Null',
+      __Unused78: 'Null',
+      __Unused79: 'Null',
+      __Unused80: 'Null',
+      __Unused81: 'Null',
+      __Unused82: 'Null',
+      __Unused83: 'Null',
+      __Unused84: 'Null',
+      __Unused85: 'Null',
+      __Unused86: 'Null',
+      __Unused87: 'Null',
+      __Unused88: 'Null',
+      __Unused89: 'Null',
+      __Unused90: 'Null',
+      __Unused91: 'Null',
+      __Unused92: 'Null',
+      __Unused93: 'Null',
+      __Unused94: 'Null',
+      __Unused95: 'Null',
+      __Unused96: 'Null',
+      __Unused97: 'Null',
+      __Unused98: 'Null',
+      __Unused99: 'Null',
+      __Unused100: 'Null',
+      Ethereum: 'PalletEthereumRawOrigin'
+    }
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup388: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+=======
+   * Lookup386: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+>>>>>>> chore:  regenerate types
+   **/
+  FrameSupportDispatchRawOrigin: {
+    _enum: {
+      Root: 'Null',
+      Signed: 'AccountId32',
+      None: 'Null'
+    }
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup389: pallet_xcm::pallet::Origin
+=======
+   * Lookup387: pallet_xcm::pallet::Origin
+>>>>>>> chore:  regenerate types
+   **/
+  PalletXcmOrigin: {
+    _enum: {
+      Xcm: 'XcmV1MultiLocation',
+      Response: 'XcmV1MultiLocation'
+    }
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup390: cumulus_pallet_xcm::pallet::Origin
+=======
+   * Lookup388: cumulus_pallet_xcm::pallet::Origin
+>>>>>>> chore:  regenerate types
+   **/
+  CumulusPalletXcmOrigin: {
+    _enum: {
+      Relay: 'Null',
+      SiblingParachain: 'u32'
+    }
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup391: pallet_ethereum::RawOrigin
+=======
+   * Lookup389: pallet_ethereum::RawOrigin
+>>>>>>> chore:  regenerate types
+   **/
+  PalletEthereumRawOrigin: {
+    _enum: {
+      EthereumTransaction: 'H160'
+    }
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup392: sp_core::Void
+   **/
+  SpCoreVoid: 'Null',
+  /**
+   * Lookup394: pallet_unique_scheduler_v2::pallet::Error<T>
+=======
+   * Lookup390: sp_core::Void
+   **/
+  SpCoreVoid: 'Null',
+  /**
+   * Lookup392: pallet_unique_scheduler_v2::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+   **/
+  PalletUniqueSchedulerV2Error: {
+    _enum: ['FailedToSchedule', 'AgendaIsExhausted', 'ScheduledCallCorrupted', 'PreimageNotFound', 'TooBigScheduledCall', 'NotFound', 'TargetBlockNumberInPast', 'Named']
+  },
+  /**
+<<<<<<< HEAD
+   * Lookup395: up_data_structs::Collection<sp_core::crypto::AccountId32>
+=======
+   * Lookup393: up_data_structs::Collection<sp_core::crypto::AccountId32>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+   **/
   UpDataStructsCollection: {
     owner: 'AccountId32',
     mode: 'UpDataStructsCollectionMode',
@@ -3063,7 +4633,19 @@
     flags: '[u8;1]'
   },
   /**
+<<<<<<< HEAD
    * Lookup382: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup383: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup396: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+=======
+   * Lookup394: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsSponsorshipStateAccountId32: {
     _enum: {
@@ -3073,7 +4655,19 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup384: up_data_structs::Properties
+=======
+<<<<<<< HEAD
+   * Lookup385: up_data_structs::Properties
+=======
+<<<<<<< HEAD
+   * Lookup398: up_data_structs::Properties
+=======
+   * Lookup396: up_data_structs::Properties
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsProperties: {
     map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -3081,7 +4675,16 @@
     spaceLimit: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup385: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup386: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup399: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
   /**
@@ -3089,26 +4692,81 @@
    **/
   UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
   /**
+<<<<<<< HEAD
    * Lookup397: up_data_structs::CollectionStats
+=======
+<<<<<<< HEAD
+   * Lookup398: up_data_structs::CollectionStats
+=======
+   * Lookup411: up_data_structs::CollectionStats
+=======
+   * Lookup397: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
    **/
+  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
+  /**
+   * Lookup402: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+   **/
+  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
+  /**
+   * Lookup409: up_data_structs::CollectionStats
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+   **/
   UpDataStructsCollectionStats: {
     created: 'u32',
     destroyed: 'u32',
     alive: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup398: up_data_structs::TokenChild
+=======
+<<<<<<< HEAD
+   * Lookup399: up_data_structs::TokenChild
+=======
+<<<<<<< HEAD
+   * Lookup412: up_data_structs::TokenChild
+=======
+   * Lookup410: up_data_structs::TokenChild
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsTokenChild: {
     token: 'u32',
     collection: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup399: PhantomType::up_data_structs<T>
    **/
   PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
   /**
    * Lookup401: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup400: PhantomType::up_data_structs<T>
+   **/
+  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
+  /**
+   * Lookup402: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+   * Lookup413: PhantomType::up_data_structs<T>
+   **/
+  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
+  /**
+   * Lookup415: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+   * Lookup411: PhantomType::up_data_structs<T>
+   **/
+  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
+  /**
+   * Lookup413: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsTokenData: {
     properties: 'Vec<UpDataStructsProperty>',
@@ -3116,7 +4774,19 @@
     pieces: 'u128'
   },
   /**
+<<<<<<< HEAD
    * Lookup403: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup404: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup417: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+=======
+   * Lookup415: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsRpcCollection: {
     owner: 'AccountId32',
@@ -3133,14 +4803,38 @@
     flags: 'UpDataStructsRpcCollectionFlags'
   },
   /**
+<<<<<<< HEAD
    * Lookup404: up_data_structs::RpcCollectionFlags
+=======
+<<<<<<< HEAD
+   * Lookup405: up_data_structs::RpcCollectionFlags
+=======
+<<<<<<< HEAD
+   * Lookup418: up_data_structs::RpcCollectionFlags
+=======
+   * Lookup416: up_data_structs::RpcCollectionFlags
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsRpcCollectionFlags: {
     foreign: 'bool',
     erc721metadata: 'bool'
   },
   /**
+<<<<<<< HEAD
    * Lookup405: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup406: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+   * Lookup419: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+=======
+   * Lookup417: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsCollectionCollectionInfo: {
     issuer: 'AccountId32',
@@ -3150,7 +4844,19 @@
     nftsCount: 'u32'
   },
   /**
+<<<<<<< HEAD
    * Lookup406: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup407: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup420: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup418: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsNftNftInfo: {
     owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
@@ -3160,14 +4866,38 @@
     pending: 'bool'
   },
   /**
+<<<<<<< HEAD
    * Lookup408: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+=======
+<<<<<<< HEAD
+   * Lookup409: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+=======
+<<<<<<< HEAD
+   * Lookup422: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+=======
+   * Lookup420: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsNftRoyaltyInfo: {
     recipient: 'AccountId32',
     amount: 'Permill'
   },
   /**
+<<<<<<< HEAD
    * Lookup409: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup410: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup423: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup421: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsResourceResourceInfo: {
     id: 'u32',
@@ -3176,14 +4906,38 @@
     pendingRemoval: 'bool'
   },
   /**
+<<<<<<< HEAD
    * Lookup410: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup411: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup424: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup422: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsPropertyPropertyInfo: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup411: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup412: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+   * Lookup425: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+   * Lookup423: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsBaseBaseInfo: {
     issuer: 'AccountId32',
@@ -3191,7 +4945,19 @@
     symbol: 'Bytes'
   },
   /**
+<<<<<<< HEAD
    * Lookup412: rmrk_traits::nft::NftChild
+=======
+<<<<<<< HEAD
+   * Lookup413: rmrk_traits::nft::NftChild
+=======
+<<<<<<< HEAD
+   * Lookup426: rmrk_traits::nft::NftChild
+=======
+   * Lookup424: rmrk_traits::nft::NftChild
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   RmrkTraitsNftNftChild: {
     collectionId: 'u32',
@@ -3199,24 +4965,34 @@
   },
   /**
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup414: pallet_common::pallet::Error<T>
 =======
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup415: pallet_common::pallet::Error<T>
 =======
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup428: pallet_common::pallet::Error<T>
 =======
    * Lookup422: up_pov_estimate_rpc::PovInfo
+=======
+   * Lookup425: up_pov_estimate_rpc::PovInfo
+>>>>>>> chore:  regenerate types
    **/
   UpPovEstimateRpcPovInfo: {
     proofSize: 'u64',
     compactProofSize: 'u64',
     compressedProofSize: 'u64',
-    result: 'Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>'
+    results: 'Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>',
+    keyValues: 'Vec<UpPovEstimateRpcTrieKeyValue>'
   },
   /**
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup424: pallet_common::pallet::Error<T>
 >>>>>>> fix: update polkadot types and definitions
 <<<<<<< HEAD
@@ -3227,6 +5003,9 @@
 =======
 =======
    * Lookup424: sp_runtime::transaction_validity::TransactionValidityError
+=======
+   * Lookup428: sp_runtime::transaction_validity::TransactionValidityError
+>>>>>>> chore:  regenerate types
    **/
   SpRuntimeTransactionValidityTransactionValidityError: {
     _enum: {
@@ -3235,7 +5014,7 @@
     }
   },
   /**
-   * Lookup425: sp_runtime::transaction_validity::InvalidTransaction
+   * Lookup429: sp_runtime::transaction_validity::InvalidTransaction
    **/
   SpRuntimeTransactionValidityInvalidTransaction: {
     _enum: {
@@ -3253,7 +5032,7 @@
     }
   },
   /**
-   * Lookup426: sp_runtime::transaction_validity::UnknownTransaction
+   * Lookup430: sp_runtime::transaction_validity::UnknownTransaction
    **/
   SpRuntimeTransactionValidityUnknownTransaction: {
     _enum: {
@@ -3263,10 +5042,27 @@
     }
   },
   /**
+<<<<<<< HEAD
    * Lookup428: pallet_common::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+   * Lookup432: up_pov_estimate_rpc::TrieKeyValue
+   **/
+  UpPovEstimateRpcTrieKeyValue: {
+    key: 'Bytes',
+    value: 'Bytes'
+  },
+  /**
+   * Lookup434: pallet_common::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletCommonError: {
     _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']
@@ -3274,15 +5070,20 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup416: pallet_fungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup417: pallet_fungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup430: pallet_fungible::pallet::Error<T>
 =======
@@ -3297,8 +5098,17 @@
 =======
    * Lookup430: pallet_fungible::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+   * Lookup436: pallet_fungible::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletFungibleError: {
     _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
@@ -3306,20 +5116,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup420: pallet_refungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup417: pallet_refungible::ItemData
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup418: pallet_refungible::ItemData
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup431: pallet_refungible::ItemData
 =======
@@ -3334,8 +5151,17 @@
 =======
    * Lookup431: pallet_refungible::ItemData
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+   * Lookup437: pallet_refungible::ItemData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletRefungibleItemData: {
     constData: 'Bytes'
@@ -3343,15 +5169,20 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup422: pallet_refungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup423: pallet_refungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup436: pallet_refungible::pallet::Error<T>
 =======
@@ -3369,9 +5200,21 @@
 =======
    * Lookup436: pallet_refungible::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup442: pallet_refungible::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletRefungibleError: {
     _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
@@ -3379,20 +5222,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup421: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup423: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup437: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
@@ -3410,9 +5260,21 @@
 =======
    * Lookup437: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup443: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletNonfungibleItemData: {
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
@@ -3420,20 +5282,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup423: up_data_structs::PropertyScope
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup425: up_data_structs::PropertyScope
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup426: up_data_structs::PropertyScope
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup439: up_data_structs::PropertyScope
 =======
@@ -3451,9 +5320,21 @@
 =======
    * Lookup439: up_data_structs::PropertyScope
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup445: up_data_structs::PropertyScope
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsPropertyScope: {
     _enum: ['None', 'Rmrk']
@@ -3461,20 +5342,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup426: pallet_nonfungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup427: pallet_nonfungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup428: pallet_nonfungible::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup441: pallet_nonfungible::pallet::Error<T>
 =======
@@ -3492,9 +5380,21 @@
 =======
    * Lookup441: pallet_nonfungible::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup447: pallet_nonfungible::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletNonfungibleError: {
     _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
@@ -3502,20 +5402,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup427: pallet_structure::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup428: pallet_structure::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup429: pallet_structure::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup442: pallet_structure::pallet::Error<T>
 =======
@@ -3533,9 +5440,21 @@
 =======
    * Lookup442: pallet_structure::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup448: pallet_structure::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletStructureError: {
     _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
@@ -3543,20 +5462,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup428: pallet_rmrk_core::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup429: pallet_rmrk_core::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup430: pallet_rmrk_core::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup443: pallet_rmrk_core::pallet::Error<T>
 =======
@@ -3574,9 +5500,21 @@
 =======
    * Lookup443: pallet_rmrk_core::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup449: pallet_rmrk_core::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletRmrkCoreError: {
     _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
@@ -3584,20 +5522,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup430: pallet_rmrk_equip::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup431: pallet_rmrk_equip::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup432: pallet_rmrk_equip::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup445: pallet_rmrk_equip::pallet::Error<T>
 =======
@@ -3615,9 +5560,21 @@
 =======
    * Lookup445: pallet_rmrk_equip::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup451: pallet_rmrk_equip::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletRmrkEquipError: {
     _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
@@ -3625,20 +5582,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup436: pallet_app_promotion::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup437: pallet_app_promotion::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup438: pallet_app_promotion::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup451: pallet_app_promotion::pallet::Error<T>
 =======
@@ -3656,9 +5620,21 @@
 =======
    * Lookup451: pallet_app_promotion::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup457: pallet_app_promotion::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletAppPromotionError: {
     _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
@@ -3666,20 +5642,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup437: pallet_foreign_assets::module::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup438: pallet_foreign_assets::module::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup439: pallet_foreign_assets::module::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup452: pallet_foreign_assets::module::Error<T>
 =======
@@ -3697,9 +5680,21 @@
 =======
    * Lookup452: pallet_foreign_assets::module::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup458: pallet_foreign_assets::module::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletForeignAssetsModuleError: {
     _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
@@ -3707,20 +5702,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup439: pallet_evm::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup440: pallet_evm::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup441: pallet_evm::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup454: pallet_evm::pallet::Error<T>
 =======
@@ -3738,9 +5740,21 @@
 =======
    * Lookup455: pallet_evm::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup461: pallet_evm::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmError: {
     _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']
@@ -3748,20 +5762,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup442: fp_rpc::TransactionStatus
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup443: fp_rpc::TransactionStatus
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup444: fp_rpc::TransactionStatus
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup457: fp_rpc::TransactionStatus
 =======
@@ -3779,9 +5800,21 @@
 =======
    * Lookup458: fp_rpc::TransactionStatus
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup464: fp_rpc::TransactionStatus
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   FpRpcTransactionStatus: {
     transactionHash: 'H256',
@@ -3795,6 +5828,7 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup444: ethbloom::Bloom
    **/
   EthbloomBloom: '[u8;256]',
@@ -3803,6 +5837,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup445: ethbloom::Bloom
    **/
@@ -3812,6 +5848,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup446: ethbloom::Bloom
    **/
@@ -3821,6 +5859,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup459: ethbloom::Bloom
    **/
@@ -3850,9 +5890,25 @@
   /**
    * Lookup462: ethereum::receipt::ReceiptV3
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup466: ethbloom::Bloom
+   **/
+  EthbloomBloom: '[u8;256]',
+  /**
+   * Lookup468: ethereum::receipt::ReceiptV3
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumReceiptReceiptV3: {
     _enum: {
@@ -3864,20 +5920,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup447: ethereum::receipt::EIP658ReceiptData
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup448: ethereum::receipt::EIP658ReceiptData
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup449: ethereum::receipt::EIP658ReceiptData
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup462: ethereum::receipt::EIP658ReceiptData
 =======
@@ -3895,9 +5958,21 @@
 =======
    * Lookup463: ethereum::receipt::EIP658ReceiptData
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup469: ethereum::receipt::EIP658ReceiptData
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumReceiptEip658ReceiptData: {
     statusCode: 'u8',
@@ -3908,20 +5983,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup448: ethereum::block::Block<ethereum::transaction::TransactionV2>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup449: ethereum::block::Block<ethereum::transaction::TransactionV2>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup463: ethereum::block::Block<ethereum::transaction::TransactionV2>
 =======
@@ -3939,9 +6021,21 @@
 =======
    * Lookup464: ethereum::block::Block<ethereum::transaction::TransactionV2>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup470: ethereum::block::Block<ethereum::transaction::TransactionV2>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumBlock: {
     header: 'EthereumHeader',
@@ -3951,20 +6045,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup449: ethereum::header::Header
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup450: ethereum::header::Header
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup451: ethereum::header::Header
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup464: ethereum::header::Header
 =======
@@ -3982,9 +6083,21 @@
 =======
    * Lookup465: ethereum::header::Header
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup471: ethereum::header::Header
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   EthereumHeader: {
     parentHash: 'H256',
@@ -4006,6 +6119,7 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup450: ethereum_types::hash::H64
    **/
   EthereumTypesHashH64: '[u8;8]',
@@ -4014,6 +6128,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup451: ethereum_types::hash::H64
    **/
@@ -4023,6 +6139,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup452: ethereum_types::hash::H64
    **/
@@ -4032,6 +6150,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup465: ethereum_types::hash::H64
    **/
@@ -4061,9 +6181,25 @@
   /**
    * Lookup471: pallet_ethereum::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup472: ethereum_types::hash::H64
+   **/
+  EthereumTypesHashH64: '[u8;8]',
+  /**
+   * Lookup477: pallet_ethereum::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEthereumError: {
     _enum: ['InvalidSignature', 'PreLogExists']
@@ -4071,20 +6207,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup456: pallet_evm_coder_substrate::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup457: pallet_evm_coder_substrate::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup471: pallet_evm_coder_substrate::pallet::Error<T>
 =======
@@ -4102,9 +6245,21 @@
 =======
    * Lookup472: pallet_evm_coder_substrate::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup478: pallet_evm_coder_substrate::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmCoderSubstrateError: {
     _enum: ['OutOfGas', 'OutOfFund']
@@ -4112,20 +6267,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup457: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup458: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup472: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 =======
@@ -4143,9 +6305,21 @@
 =======
    * Lookup473: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup479: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
     _enum: {
@@ -4157,20 +6331,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup458: pallet_evm_contract_helpers::SponsoringModeT
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup459: pallet_evm_contract_helpers::SponsoringModeT
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup460: pallet_evm_contract_helpers::SponsoringModeT
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup473: pallet_evm_contract_helpers::SponsoringModeT
 =======
@@ -4188,9 +6369,21 @@
 =======
    * Lookup474: pallet_evm_contract_helpers::SponsoringModeT
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup480: pallet_evm_contract_helpers::SponsoringModeT
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmContractHelpersSponsoringModeT: {
     _enum: ['Disabled', 'Allowlisted', 'Generous']
@@ -4198,20 +6391,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup464: pallet_evm_contract_helpers::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup465: pallet_evm_contract_helpers::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup479: pallet_evm_contract_helpers::pallet::Error<T>
 =======
@@ -4229,9 +6429,21 @@
 =======
    * Lookup480: pallet_evm_contract_helpers::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup486: pallet_evm_contract_helpers::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmContractHelpersError: {
     _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
@@ -4239,20 +6451,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup465: pallet_evm_migration::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup466: pallet_evm_migration::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup467: pallet_evm_migration::pallet::Error<T>
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup480: pallet_evm_migration::pallet::Error<T>
 =======
@@ -4270,9 +6489,21 @@
 =======
    * Lookup481: pallet_evm_migration::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup487: pallet_evm_migration::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEvmMigrationError: {
     _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
@@ -4280,6 +6511,7 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup466: pallet_maintenance::pallet::Error<T>
    **/
   PalletMaintenanceError: 'Null',
@@ -4288,6 +6520,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup467: pallet_maintenance::pallet::Error<T>
    **/
@@ -4297,6 +6531,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup468: pallet_maintenance::pallet::Error<T>
    **/
@@ -4306,6 +6542,8 @@
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup481: pallet_maintenance::pallet::Error<T>
    **/
@@ -4335,9 +6573,25 @@
   /**
    * Lookup483: pallet_test_utils::pallet::Error<T>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup488: pallet_maintenance::pallet::Error<T>
+   **/
+  PalletMaintenanceError: 'Null',
+  /**
+   * Lookup489: pallet_test_utils::pallet::Error<T>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletTestUtilsError: {
     _enum: ['TestPalletDisabled', 'TriggerRollback']
@@ -4345,20 +6599,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup469: sp_runtime::MultiSignature
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup470: sp_runtime::MultiSignature
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup471: sp_runtime::MultiSignature
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup484: sp_runtime::MultiSignature
 =======
@@ -4376,9 +6637,21 @@
 =======
    * Lookup485: sp_runtime::MultiSignature
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup491: sp_runtime::MultiSignature
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   SpRuntimeMultiSignature: {
     _enum: {
@@ -4390,20 +6663,27 @@
   /**
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup470: sp_core::ed25519::Signature
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup471: sp_core::ed25519::Signature
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup472: sp_core::ed25519::Signature
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
    * Lookup485: sp_core::ed25519::Signature
 >>>>>>> fix: update polkadot types and definitions
@@ -4467,50 +6747,54 @@
 =======
    * Lookup486: sp_core::ed25519::Signature
 >>>>>>> chore: regenerate types
+=======
+   * Lookup492: sp_core::ed25519::Signature
+>>>>>>> chore:  regenerate types
    **/
   SpCoreEd25519Signature: '[u8;64]',
   /**
-   * Lookup488: sp_core::sr25519::Signature
+   * Lookup494: sp_core::sr25519::Signature
    **/
   SpCoreSr25519Signature: '[u8;64]',
   /**
-   * Lookup489: sp_core::ecdsa::Signature
+   * Lookup495: sp_core::ecdsa::Signature
    **/
   SpCoreEcdsaSignature: '[u8;65]',
   /**
-   * Lookup492: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+   * Lookup498: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup493: frame_system::extensions::check_tx_version::CheckTxVersion<T>
+   * Lookup499: frame_system::extensions::check_tx_version::CheckTxVersion<T>
    **/
   FrameSystemExtensionsCheckTxVersion: 'Null',
   /**
-   * Lookup494: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup500: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup497: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup503: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup498: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup504: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup499: opal_runtime::runtime_common::maintenance::CheckMaintenance
+   * Lookup505: opal_runtime::runtime_common::maintenance::CheckMaintenance
    **/
   OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
   /**
-   * Lookup500: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup506: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup501: opal_runtime::Runtime
+   * Lookup507: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null',
   /**
 <<<<<<< HEAD
+<<<<<<< HEAD
    * Lookup498: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
 >>>>>>> fix: update polkadot types and definitions
 <<<<<<< HEAD
@@ -4525,9 +6809,21 @@
 =======
    * Lookup502: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+   * Lookup508: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
    **/
   PalletEthereumFakeTransactionFinalizer: 'Null'
 };
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -7,20 +7,27 @@
 
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
 =======
 >>>>>>> chore: regenerate types
+=======
+>>>>>>> chore:  regenerate types
 <<<<<<< HEAD
 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, 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, SpWeightsRuntimeDbWeight, 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, UpDataStructsRpcCollectionFlags, 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';
 =======
@@ -38,9 +45,21 @@
 =======
 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, 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, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, 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';
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+<<<<<<< HEAD
 >>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, 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, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, 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';
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
+>>>>>>> chore:  regenerate types
 
 declare module '@polkadot/types/types/registry' {
   interface InterfaceTypes {
@@ -273,6 +292,7 @@
     UpDataStructsTokenChild: UpDataStructsTokenChild;
     UpDataStructsTokenData: UpDataStructsTokenData;
     UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
+    UpPovEstimateRpcTrieKeyValue: UpPovEstimateRpcTrieKeyValue;
     XcmDoubleEncoded: XcmDoubleEncoded;
     XcmV0Junction: XcmV0Junction;
     XcmV0JunctionBodyId: XcmV0JunctionBodyId;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
before · tests/src/interfaces/types-lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/lookup';78import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { ITuple } from '@polkadot/types-codec/types';10import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';11import type { Event } from '@polkadot/types/interfaces/system';1213declare module '@polkadot/types/lookup' {14  /** @name FrameSystemAccountInfo (3) */15  interface FrameSystemAccountInfo extends Struct {16    readonly nonce: u32;17    readonly consumers: u32;18    readonly providers: u32;19    readonly sufficients: u32;20    readonly data: PalletBalancesAccountData;21  }2223  /** @name PalletBalancesAccountData (5) */24  interface PalletBalancesAccountData extends Struct {25    readonly free: u128;26    readonly reserved: u128;27    readonly miscFrozen: u128;28    readonly feeFrozen: u128;29  }3031  /** @name FrameSupportDispatchPerDispatchClassWeight (7) */32  interface FrameSupportDispatchPerDispatchClassWeight extends Struct {33    readonly normal: SpWeightsWeightV2Weight;34    readonly operational: SpWeightsWeightV2Weight;35    readonly mandatory: SpWeightsWeightV2Weight;36  }3738  /** @name SpWeightsWeightV2Weight (8) */39  interface SpWeightsWeightV2Weight extends Struct {40    readonly refTime: Compact<u64>;41    readonly proofSize: Compact<u64>;42  }4344  /** @name SpRuntimeDigest (13) */45  interface SpRuntimeDigest extends Struct {46    readonly logs: Vec<SpRuntimeDigestDigestItem>;47  }4849  /** @name SpRuntimeDigestDigestItem (15) */50  interface SpRuntimeDigestDigestItem extends Enum {51    readonly isOther: boolean;52    readonly asOther: Bytes;53    readonly isConsensus: boolean;54    readonly asConsensus: ITuple<[U8aFixed, Bytes]>;55    readonly isSeal: boolean;56    readonly asSeal: ITuple<[U8aFixed, Bytes]>;57    readonly isPreRuntime: boolean;58    readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;59    readonly isRuntimeEnvironmentUpdated: boolean;60    readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';61  }6263  /** @name FrameSystemEventRecord (18) */64  interface FrameSystemEventRecord extends Struct {65    readonly phase: FrameSystemPhase;66    readonly event: Event;67    readonly topics: Vec<H256>;68  }6970  /** @name FrameSystemEvent (20) */71  interface FrameSystemEvent extends Enum {72    readonly isExtrinsicSuccess: boolean;73    readonly asExtrinsicSuccess: {74      readonly dispatchInfo: FrameSupportDispatchDispatchInfo;75    } & Struct;76    readonly isExtrinsicFailed: boolean;77    readonly asExtrinsicFailed: {78      readonly dispatchError: SpRuntimeDispatchError;79      readonly dispatchInfo: FrameSupportDispatchDispatchInfo;80    } & Struct;81    readonly isCodeUpdated: boolean;82    readonly isNewAccount: boolean;83    readonly asNewAccount: {84      readonly account: AccountId32;85    } & Struct;86    readonly isKilledAccount: boolean;87    readonly asKilledAccount: {88      readonly account: AccountId32;89    } & Struct;90    readonly isRemarked: boolean;91    readonly asRemarked: {92      readonly sender: AccountId32;93      readonly hash_: H256;94    } & Struct;95    readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';96  }9798  /** @name FrameSupportDispatchDispatchInfo (21) */99  interface FrameSupportDispatchDispatchInfo extends Struct {100    readonly weight: SpWeightsWeightV2Weight;101    readonly class: FrameSupportDispatchDispatchClass;102    readonly paysFee: FrameSupportDispatchPays;103  }104105  /** @name FrameSupportDispatchDispatchClass (22) */106  interface FrameSupportDispatchDispatchClass extends Enum {107    readonly isNormal: boolean;108    readonly isOperational: boolean;109    readonly isMandatory: boolean;110    readonly type: 'Normal' | 'Operational' | 'Mandatory';111  }112113  /** @name FrameSupportDispatchPays (23) */114  interface FrameSupportDispatchPays extends Enum {115    readonly isYes: boolean;116    readonly isNo: boolean;117    readonly type: 'Yes' | 'No';118  }119120  /** @name SpRuntimeDispatchError (24) */121  interface SpRuntimeDispatchError extends Enum {122    readonly isOther: boolean;123    readonly isCannotLookup: boolean;124    readonly isBadOrigin: boolean;125    readonly isModule: boolean;126    readonly asModule: SpRuntimeModuleError;127    readonly isConsumerRemaining: boolean;128    readonly isNoProviders: boolean;129    readonly isTooManyConsumers: boolean;130    readonly isToken: boolean;131    readonly asToken: SpRuntimeTokenError;132    readonly isArithmetic: boolean;133    readonly asArithmetic: SpRuntimeArithmeticError;134    readonly isTransactional: boolean;135    readonly asTransactional: SpRuntimeTransactionalError;136    readonly isExhausted: boolean;137    readonly isCorruption: boolean;138    readonly isUnavailable: boolean;139    readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';140  }141142  /** @name SpRuntimeModuleError (25) */143  interface SpRuntimeModuleError extends Struct {144    readonly index: u8;145    readonly error: U8aFixed;146  }147148  /** @name SpRuntimeTokenError (26) */149  interface SpRuntimeTokenError extends Enum {150    readonly isNoFunds: boolean;151    readonly isWouldDie: boolean;152    readonly isBelowMinimum: boolean;153    readonly isCannotCreate: boolean;154    readonly isUnknownAsset: boolean;155    readonly isFrozen: boolean;156    readonly isUnsupported: boolean;157    readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';158  }159160  /** @name SpRuntimeArithmeticError (27) */161  interface SpRuntimeArithmeticError extends Enum {162    readonly isUnderflow: boolean;163    readonly isOverflow: boolean;164    readonly isDivisionByZero: boolean;165    readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';166  }167168  /** @name SpRuntimeTransactionalError (28) */169  interface SpRuntimeTransactionalError extends Enum {170    readonly isLimitReached: boolean;171    readonly isNoLayer: boolean;172    readonly type: 'LimitReached' | 'NoLayer';173  }174175  /** @name CumulusPalletParachainSystemEvent (29) */176  interface CumulusPalletParachainSystemEvent extends Enum {177    readonly isValidationFunctionStored: boolean;178    readonly isValidationFunctionApplied: boolean;179    readonly asValidationFunctionApplied: {180      readonly relayChainBlockNum: u32;181    } & Struct;182    readonly isValidationFunctionDiscarded: boolean;183    readonly isUpgradeAuthorized: boolean;184    readonly asUpgradeAuthorized: {185      readonly codeHash: H256;186    } & Struct;187    readonly isDownwardMessagesReceived: boolean;188    readonly asDownwardMessagesReceived: {189      readonly count: u32;190    } & Struct;191    readonly isDownwardMessagesProcessed: boolean;192    readonly asDownwardMessagesProcessed: {193      readonly weightUsed: SpWeightsWeightV2Weight;194      readonly dmqHead: H256;195    } & Struct;196    readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';197  }198199  /** @name PalletBalancesEvent (30) */200  interface PalletBalancesEvent extends Enum {201    readonly isEndowed: boolean;202    readonly asEndowed: {203      readonly account: AccountId32;204      readonly freeBalance: u128;205    } & Struct;206    readonly isDustLost: boolean;207    readonly asDustLost: {208      readonly account: AccountId32;209      readonly amount: u128;210    } & Struct;211    readonly isTransfer: boolean;212    readonly asTransfer: {213      readonly from: AccountId32;214      readonly to: AccountId32;215      readonly amount: u128;216    } & Struct;217    readonly isBalanceSet: boolean;218    readonly asBalanceSet: {219      readonly who: AccountId32;220      readonly free: u128;221      readonly reserved: u128;222    } & Struct;223    readonly isReserved: boolean;224    readonly asReserved: {225      readonly who: AccountId32;226      readonly amount: u128;227    } & Struct;228    readonly isUnreserved: boolean;229    readonly asUnreserved: {230      readonly who: AccountId32;231      readonly amount: u128;232    } & Struct;233    readonly isReserveRepatriated: boolean;234    readonly asReserveRepatriated: {235      readonly from: AccountId32;236      readonly to: AccountId32;237      readonly amount: u128;238      readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;239    } & Struct;240    readonly isDeposit: boolean;241    readonly asDeposit: {242      readonly who: AccountId32;243      readonly amount: u128;244    } & Struct;245    readonly isWithdraw: boolean;246    readonly asWithdraw: {247      readonly who: AccountId32;248      readonly amount: u128;249    } & Struct;250    readonly isSlashed: boolean;251    readonly asSlashed: {252      readonly who: AccountId32;253      readonly amount: u128;254    } & Struct;255    readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';256  }257258  /** @name FrameSupportTokensMiscBalanceStatus (31) */259  interface FrameSupportTokensMiscBalanceStatus extends Enum {260    readonly isFree: boolean;261    readonly isReserved: boolean;262    readonly type: 'Free' | 'Reserved';263  }264265  /** @name PalletTransactionPaymentEvent (32) */266  interface PalletTransactionPaymentEvent extends Enum {267    readonly isTransactionFeePaid: boolean;268    readonly asTransactionFeePaid: {269      readonly who: AccountId32;270      readonly actualFee: u128;271      readonly tip: u128;272    } & Struct;273    readonly type: 'TransactionFeePaid';274  }275276  /** @name PalletTreasuryEvent (33) */277  interface PalletTreasuryEvent extends Enum {278    readonly isProposed: boolean;279    readonly asProposed: {280      readonly proposalIndex: u32;281    } & Struct;282    readonly isSpending: boolean;283    readonly asSpending: {284      readonly budgetRemaining: u128;285    } & Struct;286    readonly isAwarded: boolean;287    readonly asAwarded: {288      readonly proposalIndex: u32;289      readonly award: u128;290      readonly account: AccountId32;291    } & Struct;292    readonly isRejected: boolean;293    readonly asRejected: {294      readonly proposalIndex: u32;295      readonly slashed: u128;296    } & Struct;297    readonly isBurnt: boolean;298    readonly asBurnt: {299      readonly burntFunds: u128;300    } & Struct;301    readonly isRollover: boolean;302    readonly asRollover: {303      readonly rolloverBalance: u128;304    } & Struct;305    readonly isDeposit: boolean;306    readonly asDeposit: {307      readonly value: u128;308    } & Struct;309    readonly isSpendApproved: boolean;310    readonly asSpendApproved: {311      readonly proposalIndex: u32;312      readonly amount: u128;313      readonly beneficiary: AccountId32;314    } & Struct;315    readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';316  }317318  /** @name PalletSudoEvent (34) */319  interface PalletSudoEvent extends Enum {320    readonly isSudid: boolean;321    readonly asSudid: {322      readonly sudoResult: Result<Null, SpRuntimeDispatchError>;323    } & Struct;324    readonly isKeyChanged: boolean;325    readonly asKeyChanged: {326      readonly oldSudoer: Option<AccountId32>;327    } & Struct;328    readonly isSudoAsDone: boolean;329    readonly asSudoAsDone: {330      readonly sudoResult: Result<Null, SpRuntimeDispatchError>;331    } & Struct;332    readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';333  }334335  /** @name OrmlVestingModuleEvent (38) */336  interface OrmlVestingModuleEvent extends Enum {337    readonly isVestingScheduleAdded: boolean;338    readonly asVestingScheduleAdded: {339      readonly from: AccountId32;340      readonly to: AccountId32;341      readonly vestingSchedule: OrmlVestingVestingSchedule;342    } & Struct;343    readonly isClaimed: boolean;344    readonly asClaimed: {345      readonly who: AccountId32;346      readonly amount: u128;347    } & Struct;348    readonly isVestingSchedulesUpdated: boolean;349    readonly asVestingSchedulesUpdated: {350      readonly who: AccountId32;351    } & Struct;352    readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';353  }354355  /** @name OrmlVestingVestingSchedule (39) */356  interface OrmlVestingVestingSchedule extends Struct {357    readonly start: u32;358    readonly period: u32;359    readonly periodCount: u32;360    readonly perPeriod: Compact<u128>;361  }362363  /** @name OrmlXtokensModuleEvent (41) */364  interface OrmlXtokensModuleEvent extends Enum {365    readonly isTransferredMultiAssets: boolean;366    readonly asTransferredMultiAssets: {367      readonly sender: AccountId32;368      readonly assets: XcmV1MultiassetMultiAssets;369      readonly fee: XcmV1MultiAsset;370      readonly dest: XcmV1MultiLocation;371    } & Struct;372    readonly type: 'TransferredMultiAssets';373  }374375  /** @name XcmV1MultiassetMultiAssets (42) */376  interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}377378  /** @name XcmV1MultiAsset (44) */379  interface XcmV1MultiAsset extends Struct {380    readonly id: XcmV1MultiassetAssetId;381    readonly fun: XcmV1MultiassetFungibility;382  }383384  /** @name XcmV1MultiassetAssetId (45) */385  interface XcmV1MultiassetAssetId extends Enum {386    readonly isConcrete: boolean;387    readonly asConcrete: XcmV1MultiLocation;388    readonly isAbstract: boolean;389    readonly asAbstract: Bytes;390    readonly type: 'Concrete' | 'Abstract';391  }392393  /** @name XcmV1MultiLocation (46) */394  interface XcmV1MultiLocation extends Struct {395    readonly parents: u8;396    readonly interior: XcmV1MultilocationJunctions;397  }398399  /** @name XcmV1MultilocationJunctions (47) */400  interface XcmV1MultilocationJunctions extends Enum {401    readonly isHere: boolean;402    readonly isX1: boolean;403    readonly asX1: XcmV1Junction;404    readonly isX2: boolean;405    readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;406    readonly isX3: boolean;407    readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;408    readonly isX4: boolean;409    readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;410    readonly isX5: boolean;411    readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;412    readonly isX6: boolean;413    readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;414    readonly isX7: boolean;415    readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;416    readonly isX8: boolean;417    readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;418    readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';419  }420421  /** @name XcmV1Junction (48) */422  interface XcmV1Junction extends Enum {423    readonly isParachain: boolean;424    readonly asParachain: Compact<u32>;425    readonly isAccountId32: boolean;426    readonly asAccountId32: {427      readonly network: XcmV0JunctionNetworkId;428      readonly id: U8aFixed;429    } & Struct;430    readonly isAccountIndex64: boolean;431    readonly asAccountIndex64: {432      readonly network: XcmV0JunctionNetworkId;433      readonly index: Compact<u64>;434    } & Struct;435    readonly isAccountKey20: boolean;436    readonly asAccountKey20: {437      readonly network: XcmV0JunctionNetworkId;438      readonly key: U8aFixed;439    } & Struct;440    readonly isPalletInstance: boolean;441    readonly asPalletInstance: u8;442    readonly isGeneralIndex: boolean;443    readonly asGeneralIndex: Compact<u128>;444    readonly isGeneralKey: boolean;445    readonly asGeneralKey: Bytes;446    readonly isOnlyChild: boolean;447    readonly isPlurality: boolean;448    readonly asPlurality: {449      readonly id: XcmV0JunctionBodyId;450      readonly part: XcmV0JunctionBodyPart;451    } & Struct;452    readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';453  }454455  /** @name XcmV0JunctionNetworkId (50) */456  interface XcmV0JunctionNetworkId extends Enum {457    readonly isAny: boolean;458    readonly isNamed: boolean;459    readonly asNamed: Bytes;460    readonly isPolkadot: boolean;461    readonly isKusama: boolean;462    readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';463  }464465  /** @name XcmV0JunctionBodyId (53) */466  interface XcmV0JunctionBodyId extends Enum {467    readonly isUnit: boolean;468    readonly isNamed: boolean;469    readonly asNamed: Bytes;470    readonly isIndex: boolean;471    readonly asIndex: Compact<u32>;472    readonly isExecutive: boolean;473    readonly isTechnical: boolean;474    readonly isLegislative: boolean;475    readonly isJudicial: boolean;476    readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';477  }478479  /** @name XcmV0JunctionBodyPart (54) */480  interface XcmV0JunctionBodyPart extends Enum {481    readonly isVoice: boolean;482    readonly isMembers: boolean;483    readonly asMembers: {484      readonly count: Compact<u32>;485    } & Struct;486    readonly isFraction: boolean;487    readonly asFraction: {488      readonly nom: Compact<u32>;489      readonly denom: Compact<u32>;490    } & Struct;491    readonly isAtLeastProportion: boolean;492    readonly asAtLeastProportion: {493      readonly nom: Compact<u32>;494      readonly denom: Compact<u32>;495    } & Struct;496    readonly isMoreThanProportion: boolean;497    readonly asMoreThanProportion: {498      readonly nom: Compact<u32>;499      readonly denom: Compact<u32>;500    } & Struct;501    readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';502  }503504  /** @name XcmV1MultiassetFungibility (55) */505  interface XcmV1MultiassetFungibility extends Enum {506    readonly isFungible: boolean;507    readonly asFungible: Compact<u128>;508    readonly isNonFungible: boolean;509    readonly asNonFungible: XcmV1MultiassetAssetInstance;510    readonly type: 'Fungible' | 'NonFungible';511  }512513  /** @name XcmV1MultiassetAssetInstance (56) */514  interface XcmV1MultiassetAssetInstance extends Enum {515    readonly isUndefined: boolean;516    readonly isIndex: boolean;517    readonly asIndex: Compact<u128>;518    readonly isArray4: boolean;519    readonly asArray4: U8aFixed;520    readonly isArray8: boolean;521    readonly asArray8: U8aFixed;522    readonly isArray16: boolean;523    readonly asArray16: U8aFixed;524    readonly isArray32: boolean;525    readonly asArray32: U8aFixed;526    readonly isBlob: boolean;527    readonly asBlob: Bytes;528    readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';529  }530531  /** @name OrmlTokensModuleEvent (59) */532  interface OrmlTokensModuleEvent extends Enum {533    readonly isEndowed: boolean;534    readonly asEndowed: {535      readonly currencyId: PalletForeignAssetsAssetIds;536      readonly who: AccountId32;537      readonly amount: u128;538    } & Struct;539    readonly isDustLost: boolean;540    readonly asDustLost: {541      readonly currencyId: PalletForeignAssetsAssetIds;542      readonly who: AccountId32;543      readonly amount: u128;544    } & Struct;545    readonly isTransfer: boolean;546    readonly asTransfer: {547      readonly currencyId: PalletForeignAssetsAssetIds;548      readonly from: AccountId32;549      readonly to: AccountId32;550      readonly amount: u128;551    } & Struct;552    readonly isReserved: boolean;553    readonly asReserved: {554      readonly currencyId: PalletForeignAssetsAssetIds;555      readonly who: AccountId32;556      readonly amount: u128;557    } & Struct;558    readonly isUnreserved: boolean;559    readonly asUnreserved: {560      readonly currencyId: PalletForeignAssetsAssetIds;561      readonly who: AccountId32;562      readonly amount: u128;563    } & Struct;564    readonly isReserveRepatriated: boolean;565    readonly asReserveRepatriated: {566      readonly currencyId: PalletForeignAssetsAssetIds;567      readonly from: AccountId32;568      readonly to: AccountId32;569      readonly amount: u128;570      readonly status: FrameSupportTokensMiscBalanceStatus;571    } & Struct;572    readonly isBalanceSet: boolean;573    readonly asBalanceSet: {574      readonly currencyId: PalletForeignAssetsAssetIds;575      readonly who: AccountId32;576      readonly free: u128;577      readonly reserved: u128;578    } & Struct;579    readonly isTotalIssuanceSet: boolean;580    readonly asTotalIssuanceSet: {581      readonly currencyId: PalletForeignAssetsAssetIds;582      readonly amount: u128;583    } & Struct;584    readonly isWithdrawn: boolean;585    readonly asWithdrawn: {586      readonly currencyId: PalletForeignAssetsAssetIds;587      readonly who: AccountId32;588      readonly amount: u128;589    } & Struct;590    readonly isSlashed: boolean;591    readonly asSlashed: {592      readonly currencyId: PalletForeignAssetsAssetIds;593      readonly who: AccountId32;594      readonly freeAmount: u128;595      readonly reservedAmount: u128;596    } & Struct;597    readonly isDeposited: boolean;598    readonly asDeposited: {599      readonly currencyId: PalletForeignAssetsAssetIds;600      readonly who: AccountId32;601      readonly amount: u128;602    } & Struct;603    readonly isLockSet: boolean;604    readonly asLockSet: {605      readonly lockId: U8aFixed;606      readonly currencyId: PalletForeignAssetsAssetIds;607      readonly who: AccountId32;608      readonly amount: u128;609    } & Struct;610    readonly isLockRemoved: boolean;611    readonly asLockRemoved: {612      readonly lockId: U8aFixed;613      readonly currencyId: PalletForeignAssetsAssetIds;614      readonly who: AccountId32;615    } & Struct;616    readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';617  }618619  /** @name PalletForeignAssetsAssetIds (60) */620  interface PalletForeignAssetsAssetIds extends Enum {621    readonly isForeignAssetId: boolean;622    readonly asForeignAssetId: u32;623    readonly isNativeAssetId: boolean;624    readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;625    readonly type: 'ForeignAssetId' | 'NativeAssetId';626  }627628  /** @name PalletForeignAssetsNativeCurrency (61) */629  interface PalletForeignAssetsNativeCurrency extends Enum {630    readonly isHere: boolean;631    readonly isParent: boolean;632    readonly type: 'Here' | 'Parent';633  }634635  /** @name CumulusPalletXcmpQueueEvent (62) */636  interface CumulusPalletXcmpQueueEvent extends Enum {637    readonly isSuccess: boolean;638    readonly asSuccess: {639      readonly messageHash: Option<H256>;640      readonly weight: SpWeightsWeightV2Weight;641    } & Struct;642    readonly isFail: boolean;643    readonly asFail: {644      readonly messageHash: Option<H256>;645      readonly error: XcmV2TraitsError;646      readonly weight: SpWeightsWeightV2Weight;647    } & Struct;648    readonly isBadVersion: boolean;649    readonly asBadVersion: {650      readonly messageHash: Option<H256>;651    } & Struct;652    readonly isBadFormat: boolean;653    readonly asBadFormat: {654      readonly messageHash: Option<H256>;655    } & Struct;656    readonly isUpwardMessageSent: boolean;657    readonly asUpwardMessageSent: {658      readonly messageHash: Option<H256>;659    } & Struct;660    readonly isXcmpMessageSent: boolean;661    readonly asXcmpMessageSent: {662      readonly messageHash: Option<H256>;663    } & Struct;664    readonly isOverweightEnqueued: boolean;665    readonly asOverweightEnqueued: {666      readonly sender: u32;667      readonly sentAt: u32;668      readonly index: u64;669      readonly required: SpWeightsWeightV2Weight;670    } & Struct;671    readonly isOverweightServiced: boolean;672    readonly asOverweightServiced: {673      readonly index: u64;674      readonly used: SpWeightsWeightV2Weight;675    } & Struct;676    readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';677  }678679  /** @name XcmV2TraitsError (64) */680  interface XcmV2TraitsError extends Enum {681    readonly isOverflow: boolean;682    readonly isUnimplemented: boolean;683    readonly isUntrustedReserveLocation: boolean;684    readonly isUntrustedTeleportLocation: boolean;685    readonly isMultiLocationFull: boolean;686    readonly isMultiLocationNotInvertible: boolean;687    readonly isBadOrigin: boolean;688    readonly isInvalidLocation: boolean;689    readonly isAssetNotFound: boolean;690    readonly isFailedToTransactAsset: boolean;691    readonly isNotWithdrawable: boolean;692    readonly isLocationCannotHold: boolean;693    readonly isExceedsMaxMessageSize: boolean;694    readonly isDestinationUnsupported: boolean;695    readonly isTransport: boolean;696    readonly isUnroutable: boolean;697    readonly isUnknownClaim: boolean;698    readonly isFailedToDecode: boolean;699    readonly isMaxWeightInvalid: boolean;700    readonly isNotHoldingFees: boolean;701    readonly isTooExpensive: boolean;702    readonly isTrap: boolean;703    readonly asTrap: u64;704    readonly isUnhandledXcmVersion: boolean;705    readonly isWeightLimitReached: boolean;706    readonly asWeightLimitReached: u64;707    readonly isBarrier: boolean;708    readonly isWeightNotComputable: boolean;709    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';710  }711712  /** @name PalletXcmEvent (66) */713  interface PalletXcmEvent extends Enum {714    readonly isAttempted: boolean;715    readonly asAttempted: XcmV2TraitsOutcome;716    readonly isSent: boolean;717    readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;718    readonly isUnexpectedResponse: boolean;719    readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;720    readonly isResponseReady: boolean;721    readonly asResponseReady: ITuple<[u64, XcmV2Response]>;722    readonly isNotified: boolean;723    readonly asNotified: ITuple<[u64, u8, u8]>;724    readonly isNotifyOverweight: boolean;725    readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;726    readonly isNotifyDispatchError: boolean;727    readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;728    readonly isNotifyDecodeFailed: boolean;729    readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;730    readonly isInvalidResponder: boolean;731    readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;732    readonly isInvalidResponderVersion: boolean;733    readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;734    readonly isResponseTaken: boolean;735    readonly asResponseTaken: u64;736    readonly isAssetsTrapped: boolean;737    readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;738    readonly isVersionChangeNotified: boolean;739    readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;740    readonly isSupportedVersionChanged: boolean;741    readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;742    readonly isNotifyTargetSendFail: boolean;743    readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;744    readonly isNotifyTargetMigrationFail: boolean;745    readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;746    readonly isAssetsClaimed: boolean;747    readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;748    readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';749  }750751  /** @name XcmV2TraitsOutcome (67) */752  interface XcmV2TraitsOutcome extends Enum {753    readonly isComplete: boolean;754    readonly asComplete: u64;755    readonly isIncomplete: boolean;756    readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;757    readonly isError: boolean;758    readonly asError: XcmV2TraitsError;759    readonly type: 'Complete' | 'Incomplete' | 'Error';760  }761762  /** @name XcmV2Xcm (68) */763  interface XcmV2Xcm extends Vec<XcmV2Instruction> {}764765  /** @name XcmV2Instruction (70) */766  interface XcmV2Instruction extends Enum {767    readonly isWithdrawAsset: boolean;768    readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;769    readonly isReserveAssetDeposited: boolean;770    readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;771    readonly isReceiveTeleportedAsset: boolean;772    readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;773    readonly isQueryResponse: boolean;774    readonly asQueryResponse: {775      readonly queryId: Compact<u64>;776      readonly response: XcmV2Response;777      readonly maxWeight: Compact<u64>;778    } & Struct;779    readonly isTransferAsset: boolean;780    readonly asTransferAsset: {781      readonly assets: XcmV1MultiassetMultiAssets;782      readonly beneficiary: XcmV1MultiLocation;783    } & Struct;784    readonly isTransferReserveAsset: boolean;785    readonly asTransferReserveAsset: {786      readonly assets: XcmV1MultiassetMultiAssets;787      readonly dest: XcmV1MultiLocation;788      readonly xcm: XcmV2Xcm;789    } & Struct;790    readonly isTransact: boolean;791    readonly asTransact: {792      readonly originType: XcmV0OriginKind;793      readonly requireWeightAtMost: Compact<u64>;794      readonly call: XcmDoubleEncoded;795    } & Struct;796    readonly isHrmpNewChannelOpenRequest: boolean;797    readonly asHrmpNewChannelOpenRequest: {798      readonly sender: Compact<u32>;799      readonly maxMessageSize: Compact<u32>;800      readonly maxCapacity: Compact<u32>;801    } & Struct;802    readonly isHrmpChannelAccepted: boolean;803    readonly asHrmpChannelAccepted: {804      readonly recipient: Compact<u32>;805    } & Struct;806    readonly isHrmpChannelClosing: boolean;807    readonly asHrmpChannelClosing: {808      readonly initiator: Compact<u32>;809      readonly sender: Compact<u32>;810      readonly recipient: Compact<u32>;811    } & Struct;812    readonly isClearOrigin: boolean;813    readonly isDescendOrigin: boolean;814    readonly asDescendOrigin: XcmV1MultilocationJunctions;815    readonly isReportError: boolean;816    readonly asReportError: {817      readonly queryId: Compact<u64>;818      readonly dest: XcmV1MultiLocation;819      readonly maxResponseWeight: Compact<u64>;820    } & Struct;821    readonly isDepositAsset: boolean;822    readonly asDepositAsset: {823      readonly assets: XcmV1MultiassetMultiAssetFilter;824      readonly maxAssets: Compact<u32>;825      readonly beneficiary: XcmV1MultiLocation;826    } & Struct;827    readonly isDepositReserveAsset: boolean;828    readonly asDepositReserveAsset: {829      readonly assets: XcmV1MultiassetMultiAssetFilter;830      readonly maxAssets: Compact<u32>;831      readonly dest: XcmV1MultiLocation;832      readonly xcm: XcmV2Xcm;833    } & Struct;834    readonly isExchangeAsset: boolean;835    readonly asExchangeAsset: {836      readonly give: XcmV1MultiassetMultiAssetFilter;837      readonly receive: XcmV1MultiassetMultiAssets;838    } & Struct;839    readonly isInitiateReserveWithdraw: boolean;840    readonly asInitiateReserveWithdraw: {841      readonly assets: XcmV1MultiassetMultiAssetFilter;842      readonly reserve: XcmV1MultiLocation;843      readonly xcm: XcmV2Xcm;844    } & Struct;845    readonly isInitiateTeleport: boolean;846    readonly asInitiateTeleport: {847      readonly assets: XcmV1MultiassetMultiAssetFilter;848      readonly dest: XcmV1MultiLocation;849      readonly xcm: XcmV2Xcm;850    } & Struct;851    readonly isQueryHolding: boolean;852    readonly asQueryHolding: {853      readonly queryId: Compact<u64>;854      readonly dest: XcmV1MultiLocation;855      readonly assets: XcmV1MultiassetMultiAssetFilter;856      readonly maxResponseWeight: Compact<u64>;857    } & Struct;858    readonly isBuyExecution: boolean;859    readonly asBuyExecution: {860      readonly fees: XcmV1MultiAsset;861      readonly weightLimit: XcmV2WeightLimit;862    } & Struct;863    readonly isRefundSurplus: boolean;864    readonly isSetErrorHandler: boolean;865    readonly asSetErrorHandler: XcmV2Xcm;866    readonly isSetAppendix: boolean;867    readonly asSetAppendix: XcmV2Xcm;868    readonly isClearError: boolean;869    readonly isClaimAsset: boolean;870    readonly asClaimAsset: {871      readonly assets: XcmV1MultiassetMultiAssets;872      readonly ticket: XcmV1MultiLocation;873    } & Struct;874    readonly isTrap: boolean;875    readonly asTrap: Compact<u64>;876    readonly isSubscribeVersion: boolean;877    readonly asSubscribeVersion: {878      readonly queryId: Compact<u64>;879      readonly maxResponseWeight: Compact<u64>;880    } & Struct;881    readonly isUnsubscribeVersion: boolean;882    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';883  }884885  /** @name XcmV2Response (71) */886  interface XcmV2Response extends Enum {887    readonly isNull: boolean;888    readonly isAssets: boolean;889    readonly asAssets: XcmV1MultiassetMultiAssets;890    readonly isExecutionResult: boolean;891    readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;892    readonly isVersion: boolean;893    readonly asVersion: u32;894    readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';895  }896897  /** @name XcmV0OriginKind (74) */898  interface XcmV0OriginKind extends Enum {899    readonly isNative: boolean;900    readonly isSovereignAccount: boolean;901    readonly isSuperuser: boolean;902    readonly isXcm: boolean;903    readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';904  }905906  /** @name XcmDoubleEncoded (75) */907  interface XcmDoubleEncoded extends Struct {908    readonly encoded: Bytes;909  }910911  /** @name XcmV1MultiassetMultiAssetFilter (76) */912  interface XcmV1MultiassetMultiAssetFilter extends Enum {913    readonly isDefinite: boolean;914    readonly asDefinite: XcmV1MultiassetMultiAssets;915    readonly isWild: boolean;916    readonly asWild: XcmV1MultiassetWildMultiAsset;917    readonly type: 'Definite' | 'Wild';918  }919920  /** @name XcmV1MultiassetWildMultiAsset (77) */921  interface XcmV1MultiassetWildMultiAsset extends Enum {922    readonly isAll: boolean;923    readonly isAllOf: boolean;924    readonly asAllOf: {925      readonly id: XcmV1MultiassetAssetId;926      readonly fun: XcmV1MultiassetWildFungibility;927    } & Struct;928    readonly type: 'All' | 'AllOf';929  }930931  /** @name XcmV1MultiassetWildFungibility (78) */932  interface XcmV1MultiassetWildFungibility extends Enum {933    readonly isFungible: boolean;934    readonly isNonFungible: boolean;935    readonly type: 'Fungible' | 'NonFungible';936  }937938  /** @name XcmV2WeightLimit (79) */939  interface XcmV2WeightLimit extends Enum {940    readonly isUnlimited: boolean;941    readonly isLimited: boolean;942    readonly asLimited: Compact<u64>;943    readonly type: 'Unlimited' | 'Limited';944  }945946  /** @name XcmVersionedMultiAssets (81) */947  interface XcmVersionedMultiAssets extends Enum {948    readonly isV0: boolean;949    readonly asV0: Vec<XcmV0MultiAsset>;950    readonly isV1: boolean;951    readonly asV1: XcmV1MultiassetMultiAssets;952    readonly type: 'V0' | 'V1';953  }954955  /** @name XcmV0MultiAsset (83) */956  interface XcmV0MultiAsset extends Enum {957    readonly isNone: boolean;958    readonly isAll: boolean;959    readonly isAllFungible: boolean;960    readonly isAllNonFungible: boolean;961    readonly isAllAbstractFungible: boolean;962    readonly asAllAbstractFungible: {963      readonly id: Bytes;964    } & Struct;965    readonly isAllAbstractNonFungible: boolean;966    readonly asAllAbstractNonFungible: {967      readonly class: Bytes;968    } & Struct;969    readonly isAllConcreteFungible: boolean;970    readonly asAllConcreteFungible: {971      readonly id: XcmV0MultiLocation;972    } & Struct;973    readonly isAllConcreteNonFungible: boolean;974    readonly asAllConcreteNonFungible: {975      readonly class: XcmV0MultiLocation;976    } & Struct;977    readonly isAbstractFungible: boolean;978    readonly asAbstractFungible: {979      readonly id: Bytes;980      readonly amount: Compact<u128>;981    } & Struct;982    readonly isAbstractNonFungible: boolean;983    readonly asAbstractNonFungible: {984      readonly class: Bytes;985      readonly instance: XcmV1MultiassetAssetInstance;986    } & Struct;987    readonly isConcreteFungible: boolean;988    readonly asConcreteFungible: {989      readonly id: XcmV0MultiLocation;990      readonly amount: Compact<u128>;991    } & Struct;992    readonly isConcreteNonFungible: boolean;993    readonly asConcreteNonFungible: {994      readonly class: XcmV0MultiLocation;995      readonly instance: XcmV1MultiassetAssetInstance;996    } & Struct;997    readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';998  }9991000  /** @name XcmV0MultiLocation (84) */1001  interface XcmV0MultiLocation extends Enum {1002    readonly isNull: boolean;1003    readonly isX1: boolean;1004    readonly asX1: XcmV0Junction;1005    readonly isX2: boolean;1006    readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;1007    readonly isX3: boolean;1008    readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1009    readonly isX4: boolean;1010    readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1011    readonly isX5: boolean;1012    readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1013    readonly isX6: boolean;1014    readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1015    readonly isX7: boolean;1016    readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1017    readonly isX8: boolean;1018    readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1019    readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';1020  }10211022  /** @name XcmV0Junction (85) */1023  interface XcmV0Junction extends Enum {1024    readonly isParent: boolean;1025    readonly isParachain: boolean;1026    readonly asParachain: Compact<u32>;1027    readonly isAccountId32: boolean;1028    readonly asAccountId32: {1029      readonly network: XcmV0JunctionNetworkId;1030      readonly id: U8aFixed;1031    } & Struct;1032    readonly isAccountIndex64: boolean;1033    readonly asAccountIndex64: {1034      readonly network: XcmV0JunctionNetworkId;1035      readonly index: Compact<u64>;1036    } & Struct;1037    readonly isAccountKey20: boolean;1038    readonly asAccountKey20: {1039      readonly network: XcmV0JunctionNetworkId;1040      readonly key: U8aFixed;1041    } & Struct;1042    readonly isPalletInstance: boolean;1043    readonly asPalletInstance: u8;1044    readonly isGeneralIndex: boolean;1045    readonly asGeneralIndex: Compact<u128>;1046    readonly isGeneralKey: boolean;1047    readonly asGeneralKey: Bytes;1048    readonly isOnlyChild: boolean;1049    readonly isPlurality: boolean;1050    readonly asPlurality: {1051      readonly id: XcmV0JunctionBodyId;1052      readonly part: XcmV0JunctionBodyPart;1053    } & Struct;1054    readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';1055  }10561057  /** @name XcmVersionedMultiLocation (86) */1058  interface XcmVersionedMultiLocation extends Enum {1059    readonly isV0: boolean;1060    readonly asV0: XcmV0MultiLocation;1061    readonly isV1: boolean;1062    readonly asV1: XcmV1MultiLocation;1063    readonly type: 'V0' | 'V1';1064  }10651066  /** @name CumulusPalletXcmEvent (87) */1067  interface CumulusPalletXcmEvent extends Enum {1068    readonly isInvalidFormat: boolean;1069    readonly asInvalidFormat: U8aFixed;1070    readonly isUnsupportedVersion: boolean;1071    readonly asUnsupportedVersion: U8aFixed;1072    readonly isExecutedDownward: boolean;1073    readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;1074    readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';1075  }10761077  /** @name CumulusPalletDmpQueueEvent (88) */1078  interface CumulusPalletDmpQueueEvent extends Enum {1079    readonly isInvalidFormat: boolean;1080    readonly asInvalidFormat: {1081      readonly messageId: U8aFixed;1082    } & Struct;1083    readonly isUnsupportedVersion: boolean;1084    readonly asUnsupportedVersion: {1085      readonly messageId: U8aFixed;1086    } & Struct;1087    readonly isExecutedDownward: boolean;1088    readonly asExecutedDownward: {1089      readonly messageId: U8aFixed;1090      readonly outcome: XcmV2TraitsOutcome;1091    } & Struct;1092    readonly isWeightExhausted: boolean;1093    readonly asWeightExhausted: {1094      readonly messageId: U8aFixed;1095      readonly remainingWeight: SpWeightsWeightV2Weight;1096      readonly requiredWeight: SpWeightsWeightV2Weight;1097    } & Struct;1098    readonly isOverweightEnqueued: boolean;1099    readonly asOverweightEnqueued: {1100      readonly messageId: U8aFixed;1101      readonly overweightIndex: u64;1102      readonly requiredWeight: SpWeightsWeightV2Weight;1103    } & Struct;1104    readonly isOverweightServiced: boolean;1105    readonly asOverweightServiced: {1106      readonly overweightIndex: u64;1107      readonly weightUsed: SpWeightsWeightV2Weight;1108    } & Struct;1109    readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1110  }11111112  /** @name PalletCommonEvent (89) */1113  interface PalletCommonEvent extends Enum {1114    readonly isCollectionCreated: boolean;1115    readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1116    readonly isCollectionDestroyed: boolean;1117    readonly asCollectionDestroyed: u32;1118    readonly isItemCreated: boolean;1119    readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1120    readonly isItemDestroyed: boolean;1121    readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1122    readonly isTransfer: boolean;1123    readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1124    readonly isApproved: boolean;1125    readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1126    readonly isApprovedForAll: boolean;1127    readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1128    readonly isCollectionPropertySet: boolean;1129    readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1130    readonly isCollectionPropertyDeleted: boolean;1131    readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1132    readonly isTokenPropertySet: boolean;1133    readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1134    readonly isTokenPropertyDeleted: boolean;1135    readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1136    readonly isPropertyPermissionSet: boolean;1137    readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1138    readonly isAllowListAddressAdded: boolean;1139    readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1140    readonly isAllowListAddressRemoved: boolean;1141    readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1142    readonly isCollectionAdminAdded: boolean;1143    readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1144    readonly isCollectionAdminRemoved: boolean;1145    readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1146    readonly isCollectionLimitSet: boolean;1147    readonly asCollectionLimitSet: u32;1148    readonly isCollectionOwnerChanged: boolean;1149    readonly asCollectionOwnerChanged: ITuple<[u32, AccountId32]>;1150    readonly isCollectionPermissionSet: boolean;1151    readonly asCollectionPermissionSet: u32;1152    readonly isCollectionSponsorSet: boolean;1153    readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1154    readonly isSponsorshipConfirmed: boolean;1155    readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1156    readonly isCollectionSponsorRemoved: boolean;1157    readonly asCollectionSponsorRemoved: u32;1158    readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1159  }11601161  /** @name PalletEvmAccountBasicCrossAccountIdRepr (92) */1162  interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1163    readonly isSubstrate: boolean;1164    readonly asSubstrate: AccountId32;1165    readonly isEthereum: boolean;1166    readonly asEthereum: H160;1167    readonly type: 'Substrate' | 'Ethereum';1168  }11691170  /** @name PalletStructureEvent (96) */1171  interface PalletStructureEvent extends Enum {1172    readonly isExecuted: boolean;1173    readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1174    readonly type: 'Executed';1175  }11761177  /** @name PalletRmrkCoreEvent (97) */1178  interface PalletRmrkCoreEvent extends Enum {1179    readonly isCollectionCreated: boolean;1180    readonly asCollectionCreated: {1181      readonly issuer: AccountId32;1182      readonly collectionId: u32;1183    } & Struct;1184    readonly isCollectionDestroyed: boolean;1185    readonly asCollectionDestroyed: {1186      readonly issuer: AccountId32;1187      readonly collectionId: u32;1188    } & Struct;1189    readonly isIssuerChanged: boolean;1190    readonly asIssuerChanged: {1191      readonly oldIssuer: AccountId32;1192      readonly newIssuer: AccountId32;1193      readonly collectionId: u32;1194    } & Struct;1195    readonly isCollectionLocked: boolean;1196    readonly asCollectionLocked: {1197      readonly issuer: AccountId32;1198      readonly collectionId: u32;1199    } & Struct;1200    readonly isNftMinted: boolean;1201    readonly asNftMinted: {1202      readonly owner: AccountId32;1203      readonly collectionId: u32;1204      readonly nftId: u32;1205    } & Struct;1206    readonly isNftBurned: boolean;1207    readonly asNftBurned: {1208      readonly owner: AccountId32;1209      readonly nftId: u32;1210    } & Struct;1211    readonly isNftSent: boolean;1212    readonly asNftSent: {1213      readonly sender: AccountId32;1214      readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1215      readonly collectionId: u32;1216      readonly nftId: u32;1217      readonly approvalRequired: bool;1218    } & Struct;1219    readonly isNftAccepted: boolean;1220    readonly asNftAccepted: {1221      readonly sender: AccountId32;1222      readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1223      readonly collectionId: u32;1224      readonly nftId: u32;1225    } & Struct;1226    readonly isNftRejected: boolean;1227    readonly asNftRejected: {1228      readonly sender: AccountId32;1229      readonly collectionId: u32;1230      readonly nftId: u32;1231    } & Struct;1232    readonly isPropertySet: boolean;1233    readonly asPropertySet: {1234      readonly collectionId: u32;1235      readonly maybeNftId: Option<u32>;1236      readonly key: Bytes;1237      readonly value: Bytes;1238    } & Struct;1239    readonly isResourceAdded: boolean;1240    readonly asResourceAdded: {1241      readonly nftId: u32;1242      readonly resourceId: u32;1243    } & Struct;1244    readonly isResourceRemoval: boolean;1245    readonly asResourceRemoval: {1246      readonly nftId: u32;1247      readonly resourceId: u32;1248    } & Struct;1249    readonly isResourceAccepted: boolean;1250    readonly asResourceAccepted: {1251      readonly nftId: u32;1252      readonly resourceId: u32;1253    } & Struct;1254    readonly isResourceRemovalAccepted: boolean;1255    readonly asResourceRemovalAccepted: {1256      readonly nftId: u32;1257      readonly resourceId: u32;1258    } & Struct;1259    readonly isPrioritySet: boolean;1260    readonly asPrioritySet: {1261      readonly collectionId: u32;1262      readonly nftId: u32;1263    } & Struct;1264    readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1265  }12661267  /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (98) */1268  interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1269    readonly isAccountId: boolean;1270    readonly asAccountId: AccountId32;1271    readonly isCollectionAndNftTuple: boolean;1272    readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;1273    readonly type: 'AccountId' | 'CollectionAndNftTuple';1274  }12751276  /** @name PalletRmrkEquipEvent (102) */1277  interface PalletRmrkEquipEvent extends Enum {1278    readonly isBaseCreated: boolean;1279    readonly asBaseCreated: {1280      readonly issuer: AccountId32;1281      readonly baseId: u32;1282    } & Struct;1283    readonly isEquippablesUpdated: boolean;1284    readonly asEquippablesUpdated: {1285      readonly baseId: u32;1286      readonly slotId: u32;1287    } & Struct;1288    readonly type: 'BaseCreated' | 'EquippablesUpdated';1289  }12901291  /** @name PalletAppPromotionEvent (103) */1292  interface PalletAppPromotionEvent extends Enum {1293    readonly isStakingRecalculation: boolean;1294    readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1295    readonly isStake: boolean;1296    readonly asStake: ITuple<[AccountId32, u128]>;1297    readonly isUnstake: boolean;1298    readonly asUnstake: ITuple<[AccountId32, u128]>;1299    readonly isSetAdmin: boolean;1300    readonly asSetAdmin: AccountId32;1301    readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1302  }13031304  /** @name PalletForeignAssetsModuleEvent (104) */1305  interface PalletForeignAssetsModuleEvent extends Enum {1306    readonly isForeignAssetRegistered: boolean;1307    readonly asForeignAssetRegistered: {1308      readonly assetId: u32;1309      readonly assetAddress: XcmV1MultiLocation;1310      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1311    } & Struct;1312    readonly isForeignAssetUpdated: boolean;1313    readonly asForeignAssetUpdated: {1314      readonly assetId: u32;1315      readonly assetAddress: XcmV1MultiLocation;1316      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1317    } & Struct;1318    readonly isAssetRegistered: boolean;1319    readonly asAssetRegistered: {1320      readonly assetId: PalletForeignAssetsAssetIds;1321      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1322    } & Struct;1323    readonly isAssetUpdated: boolean;1324    readonly asAssetUpdated: {1325      readonly assetId: PalletForeignAssetsAssetIds;1326      readonly metadata: PalletForeignAssetsModuleAssetMetadata;1327    } & Struct;1328    readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1329  }13301331  /** @name PalletForeignAssetsModuleAssetMetadata (105) */1332  interface PalletForeignAssetsModuleAssetMetadata extends Struct {1333    readonly name: Bytes;1334    readonly symbol: Bytes;1335    readonly decimals: u8;1336    readonly minimalBalance: u128;1337  }13381339  /** @name PalletEvmEvent (106) */1340  interface PalletEvmEvent extends Enum {1341    readonly isLog: boolean;1342    readonly asLog: {1343      readonly log: EthereumLog;1344    } & Struct;1345    readonly isCreated: boolean;1346    readonly asCreated: {1347      readonly address: H160;1348    } & Struct;1349    readonly isCreatedFailed: boolean;1350    readonly asCreatedFailed: {1351      readonly address: H160;1352    } & Struct;1353    readonly isExecuted: boolean;1354    readonly asExecuted: {1355      readonly address: H160;1356    } & Struct;1357    readonly isExecutedFailed: boolean;1358    readonly asExecutedFailed: {1359      readonly address: H160;1360    } & Struct;1361    readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1362  }13631364  /** @name EthereumLog (107) */1365  interface EthereumLog extends Struct {1366    readonly address: H160;1367    readonly topics: Vec<H256>;1368    readonly data: Bytes;1369  }13701371  /** @name PalletEthereumEvent (109) */1372  interface PalletEthereumEvent extends Enum {1373    readonly isExecuted: boolean;1374    readonly asExecuted: {1375      readonly from: H160;1376      readonly to: H160;1377      readonly transactionHash: H256;1378      readonly exitReason: EvmCoreErrorExitReason;1379    } & Struct;1380    readonly type: 'Executed';1381  }13821383  /** @name EvmCoreErrorExitReason (110) */1384  interface EvmCoreErrorExitReason extends Enum {1385    readonly isSucceed: boolean;1386    readonly asSucceed: EvmCoreErrorExitSucceed;1387    readonly isError: boolean;1388    readonly asError: EvmCoreErrorExitError;1389    readonly isRevert: boolean;1390    readonly asRevert: EvmCoreErrorExitRevert;1391    readonly isFatal: boolean;1392    readonly asFatal: EvmCoreErrorExitFatal;1393    readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1394  }13951396  /** @name EvmCoreErrorExitSucceed (111) */1397  interface EvmCoreErrorExitSucceed extends Enum {1398    readonly isStopped: boolean;1399    readonly isReturned: boolean;1400    readonly isSuicided: boolean;1401    readonly type: 'Stopped' | 'Returned' | 'Suicided';1402  }14031404  /** @name EvmCoreErrorExitError (112) */1405  interface EvmCoreErrorExitError extends Enum {1406    readonly isStackUnderflow: boolean;1407    readonly isStackOverflow: boolean;1408    readonly isInvalidJump: boolean;1409    readonly isInvalidRange: boolean;1410    readonly isDesignatedInvalid: boolean;1411    readonly isCallTooDeep: boolean;1412    readonly isCreateCollision: boolean;1413    readonly isCreateContractLimit: boolean;1414    readonly isOutOfOffset: boolean;1415    readonly isOutOfGas: boolean;1416    readonly isOutOfFund: boolean;1417    readonly isPcUnderflow: boolean;1418    readonly isCreateEmpty: boolean;1419    readonly isOther: boolean;1420    readonly asOther: Text;1421    readonly isInvalidCode: boolean;1422    readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1423  }14241425  /** @name EvmCoreErrorExitRevert (115) */1426  interface EvmCoreErrorExitRevert extends Enum {1427    readonly isReverted: boolean;1428    readonly type: 'Reverted';1429  }14301431  /** @name EvmCoreErrorExitFatal (116) */1432  interface EvmCoreErrorExitFatal extends Enum {1433    readonly isNotSupported: boolean;1434    readonly isUnhandledInterrupt: boolean;1435    readonly isCallErrorAsFatal: boolean;1436    readonly asCallErrorAsFatal: EvmCoreErrorExitError;1437    readonly isOther: boolean;1438    readonly asOther: Text;1439    readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1440  }14411442  /** @name PalletEvmContractHelpersEvent (117) */1443  interface PalletEvmContractHelpersEvent extends Enum {1444    readonly isContractSponsorSet: boolean;1445    readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1446    readonly isContractSponsorshipConfirmed: boolean;1447    readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1448    readonly isContractSponsorRemoved: boolean;1449    readonly asContractSponsorRemoved: H160;1450    readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1451  }14521453  /** @name PalletEvmMigrationEvent (118) */1454  interface PalletEvmMigrationEvent extends Enum {1455    readonly isTestEvent: boolean;1456    readonly type: 'TestEvent';1457  }14581459  /** @name PalletMaintenanceEvent (119) */1460  interface PalletMaintenanceEvent extends Enum {1461    readonly isMaintenanceEnabled: boolean;1462    readonly isMaintenanceDisabled: boolean;1463    readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1464  }14651466  /** @name PalletTestUtilsEvent (120) */1467  interface PalletTestUtilsEvent extends Enum {1468    readonly isValueIsSet: boolean;1469    readonly isShouldRollback: boolean;1470    readonly isBatchCompleted: boolean;1471    readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';1472  }14731474  /** @name FrameSystemPhase (121) */1475  interface FrameSystemPhase extends Enum {1476    readonly isApplyExtrinsic: boolean;1477    readonly asApplyExtrinsic: u32;1478    readonly isFinalization: boolean;1479    readonly isInitialization: boolean;1480    readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1481  }14821483  /** @name FrameSystemLastRuntimeUpgradeInfo (124) */1484  interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1485    readonly specVersion: Compact<u32>;1486    readonly specName: Text;1487  }14881489  /** @name FrameSystemCall (125) */1490  interface FrameSystemCall extends Enum {1491    readonly isRemark: boolean;1492    readonly asRemark: {1493      readonly remark: Bytes;1494    } & Struct;1495    readonly isSetHeapPages: boolean;1496    readonly asSetHeapPages: {1497      readonly pages: u64;1498    } & Struct;1499    readonly isSetCode: boolean;1500    readonly asSetCode: {1501      readonly code: Bytes;1502    } & Struct;1503    readonly isSetCodeWithoutChecks: boolean;1504    readonly asSetCodeWithoutChecks: {1505      readonly code: Bytes;1506    } & Struct;1507    readonly isSetStorage: boolean;1508    readonly asSetStorage: {1509      readonly items: Vec<ITuple<[Bytes, Bytes]>>;1510    } & Struct;1511    readonly isKillStorage: boolean;1512    readonly asKillStorage: {1513      readonly keys_: Vec<Bytes>;1514    } & Struct;1515    readonly isKillPrefix: boolean;1516    readonly asKillPrefix: {1517      readonly prefix: Bytes;1518      readonly subkeys: u32;1519    } & Struct;1520    readonly isRemarkWithEvent: boolean;1521    readonly asRemarkWithEvent: {1522      readonly remark: Bytes;1523    } & Struct;1524    readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1525  }15261527  /** @name FrameSystemLimitsBlockWeights (129) */1528  interface FrameSystemLimitsBlockWeights extends Struct {1529    readonly baseBlock: SpWeightsWeightV2Weight;1530    readonly maxBlock: SpWeightsWeightV2Weight;1531    readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1532  }15331534  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (130) */1535  interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {1536    readonly normal: FrameSystemLimitsWeightsPerClass;1537    readonly operational: FrameSystemLimitsWeightsPerClass;1538    readonly mandatory: FrameSystemLimitsWeightsPerClass;1539  }15401541  /** @name FrameSystemLimitsWeightsPerClass (131) */1542  interface FrameSystemLimitsWeightsPerClass extends Struct {1543    readonly baseExtrinsic: SpWeightsWeightV2Weight;1544    readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;1545    readonly maxTotal: Option<SpWeightsWeightV2Weight>;1546    readonly reserved: Option<SpWeightsWeightV2Weight>;1547  }15481549  /** @name FrameSystemLimitsBlockLength (133) */1550  interface FrameSystemLimitsBlockLength extends Struct {1551    readonly max: FrameSupportDispatchPerDispatchClassU32;1552  }15531554  /** @name FrameSupportDispatchPerDispatchClassU32 (134) */1555  interface FrameSupportDispatchPerDispatchClassU32 extends Struct {1556    readonly normal: u32;1557    readonly operational: u32;1558    readonly mandatory: u32;1559  }15601561  /** @name SpWeightsRuntimeDbWeight (135) */1562  interface SpWeightsRuntimeDbWeight extends Struct {1563    readonly read: u64;1564    readonly write: u64;1565  }15661567  /** @name SpVersionRuntimeVersion (136) */1568  interface SpVersionRuntimeVersion extends Struct {1569    readonly specName: Text;1570    readonly implName: Text;1571    readonly authoringVersion: u32;1572    readonly specVersion: u32;1573    readonly implVersion: u32;1574    readonly apis: Vec<ITuple<[U8aFixed, u32]>>;1575    readonly transactionVersion: u32;1576    readonly stateVersion: u8;1577  }15781579  /** @name FrameSystemError (141) */1580  interface FrameSystemError extends Enum {1581    readonly isInvalidSpecName: boolean;1582    readonly isSpecVersionNeedsToIncrease: boolean;1583    readonly isFailedToExtractRuntimeVersion: boolean;1584    readonly isNonDefaultComposite: boolean;1585    readonly isNonZeroRefCount: boolean;1586    readonly isCallFiltered: boolean;1587    readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1588  }15891590  /** @name PolkadotPrimitivesV2PersistedValidationData (142) */1591  interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1592    readonly parentHead: Bytes;1593    readonly relayParentNumber: u32;1594    readonly relayParentStorageRoot: H256;1595    readonly maxPovSize: u32;1596  }15971598  /** @name PolkadotPrimitivesV2UpgradeRestriction (145) */1599  interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1600    readonly isPresent: boolean;1601    readonly type: 'Present';1602  }16031604  /** @name SpTrieStorageProof (146) */1605  interface SpTrieStorageProof extends Struct {1606    readonly trieNodes: BTreeSet<Bytes>;1607  }16081609  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (148) */1610  interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1611    readonly dmqMqcHead: H256;1612    readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1613    readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1614    readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1615  }16161617  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (151) */1618  interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1619    readonly maxCapacity: u32;1620    readonly maxTotalSize: u32;1621    readonly maxMessageSize: u32;1622    readonly msgCount: u32;1623    readonly totalSize: u32;1624    readonly mqcHead: Option<H256>;1625  }16261627  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (152) */1628  interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1629    readonly maxCodeSize: u32;1630    readonly maxHeadDataSize: u32;1631    readonly maxUpwardQueueCount: u32;1632    readonly maxUpwardQueueSize: u32;1633    readonly maxUpwardMessageSize: u32;1634    readonly maxUpwardMessageNumPerCandidate: u32;1635    readonly hrmpMaxMessageNumPerCandidate: u32;1636    readonly validationUpgradeCooldown: u32;1637    readonly validationUpgradeDelay: u32;1638  }16391640  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (158) */1641  interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1642    readonly recipient: u32;1643    readonly data: Bytes;1644  }16451646  /** @name CumulusPalletParachainSystemCall (159) */1647  interface CumulusPalletParachainSystemCall extends Enum {1648    readonly isSetValidationData: boolean;1649    readonly asSetValidationData: {1650      readonly data: CumulusPrimitivesParachainInherentParachainInherentData;1651    } & Struct;1652    readonly isSudoSendUpwardMessage: boolean;1653    readonly asSudoSendUpwardMessage: {1654      readonly message: Bytes;1655    } & Struct;1656    readonly isAuthorizeUpgrade: boolean;1657    readonly asAuthorizeUpgrade: {1658      readonly codeHash: H256;1659    } & Struct;1660    readonly isEnactAuthorizedUpgrade: boolean;1661    readonly asEnactAuthorizedUpgrade: {1662      readonly code: Bytes;1663    } & Struct;1664    readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1665  }16661667  /** @name CumulusPrimitivesParachainInherentParachainInherentData (160) */1668  interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1669    readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1670    readonly relayChainState: SpTrieStorageProof;1671    readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1672    readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1673  }16741675  /** @name PolkadotCorePrimitivesInboundDownwardMessage (162) */1676  interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1677    readonly sentAt: u32;1678    readonly msg: Bytes;1679  }16801681  /** @name PolkadotCorePrimitivesInboundHrmpMessage (165) */1682  interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1683    readonly sentAt: u32;1684    readonly data: Bytes;1685  }16861687  /** @name CumulusPalletParachainSystemError (168) */1688  interface CumulusPalletParachainSystemError extends Enum {1689    readonly isOverlappingUpgrades: boolean;1690    readonly isProhibitedByPolkadot: boolean;1691    readonly isTooBig: boolean;1692    readonly isValidationDataNotAvailable: boolean;1693    readonly isHostConfigurationNotAvailable: boolean;1694    readonly isNotScheduled: boolean;1695    readonly isNothingAuthorized: boolean;1696    readonly isUnauthorized: boolean;1697    readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1698  }16991700  /** @name PalletBalancesBalanceLock (170) */1701  interface PalletBalancesBalanceLock extends Struct {1702    readonly id: U8aFixed;1703    readonly amount: u128;1704    readonly reasons: PalletBalancesReasons;1705  }17061707  /** @name PalletBalancesReasons (171) */1708  interface PalletBalancesReasons extends Enum {1709    readonly isFee: boolean;1710    readonly isMisc: boolean;1711    readonly isAll: boolean;1712    readonly type: 'Fee' | 'Misc' | 'All';1713  }17141715  /** @name PalletBalancesReserveData (174) */1716  interface PalletBalancesReserveData extends Struct {1717    readonly id: U8aFixed;1718    readonly amount: u128;1719  }17201721  /** @name PalletBalancesCall (176) */1722  interface PalletBalancesCall extends Enum {1723    readonly isTransfer: boolean;1724    readonly asTransfer: {1725      readonly dest: MultiAddress;1726      readonly value: Compact<u128>;1727    } & Struct;1728    readonly isSetBalance: boolean;1729    readonly asSetBalance: {1730      readonly who: MultiAddress;1731      readonly newFree: Compact<u128>;1732      readonly newReserved: Compact<u128>;1733    } & Struct;1734    readonly isForceTransfer: boolean;1735    readonly asForceTransfer: {1736      readonly source: MultiAddress;1737      readonly dest: MultiAddress;1738      readonly value: Compact<u128>;1739    } & Struct;1740    readonly isTransferKeepAlive: boolean;1741    readonly asTransferKeepAlive: {1742      readonly dest: MultiAddress;1743      readonly value: Compact<u128>;1744    } & Struct;1745    readonly isTransferAll: boolean;1746    readonly asTransferAll: {1747      readonly dest: MultiAddress;1748      readonly keepAlive: bool;1749    } & Struct;1750    readonly isForceUnreserve: boolean;1751    readonly asForceUnreserve: {1752      readonly who: MultiAddress;1753      readonly amount: u128;1754    } & Struct;1755    readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1756  }17571758  /** @name PalletBalancesError (179) */1759  interface PalletBalancesError extends Enum {1760    readonly isVestingBalance: boolean;1761    readonly isLiquidityRestrictions: boolean;1762    readonly isInsufficientBalance: boolean;1763    readonly isExistentialDeposit: boolean;1764    readonly isKeepAlive: boolean;1765    readonly isExistingVestingSchedule: boolean;1766    readonly isDeadAccount: boolean;1767    readonly isTooManyReserves: boolean;1768    readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1769  }17701771  /** @name PalletTimestampCall (181) */1772  interface PalletTimestampCall extends Enum {1773    readonly isSet: boolean;1774    readonly asSet: {1775      readonly now: Compact<u64>;1776    } & Struct;1777    readonly type: 'Set';1778  }17791780  /** @name PalletTransactionPaymentReleases (183) */1781  interface PalletTransactionPaymentReleases extends Enum {1782    readonly isV1Ancient: boolean;1783    readonly isV2: boolean;1784    readonly type: 'V1Ancient' | 'V2';1785  }17861787  /** @name PalletTreasuryProposal (184) */1788  interface PalletTreasuryProposal extends Struct {1789    readonly proposer: AccountId32;1790    readonly value: u128;1791    readonly beneficiary: AccountId32;1792    readonly bond: u128;1793  }17941795  /** @name PalletTreasuryCall (187) */1796  interface PalletTreasuryCall extends Enum {1797    readonly isProposeSpend: boolean;1798    readonly asProposeSpend: {1799      readonly value: Compact<u128>;1800      readonly beneficiary: MultiAddress;1801    } & Struct;1802    readonly isRejectProposal: boolean;1803    readonly asRejectProposal: {1804      readonly proposalId: Compact<u32>;1805    } & Struct;1806    readonly isApproveProposal: boolean;1807    readonly asApproveProposal: {1808      readonly proposalId: Compact<u32>;1809    } & Struct;1810    readonly isSpend: boolean;1811    readonly asSpend: {1812      readonly amount: Compact<u128>;1813      readonly beneficiary: MultiAddress;1814    } & Struct;1815    readonly isRemoveApproval: boolean;1816    readonly asRemoveApproval: {1817      readonly proposalId: Compact<u32>;1818    } & Struct;1819    readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1820  }18211822  /** @name FrameSupportPalletId (190) */1823  interface FrameSupportPalletId extends U8aFixed {}18241825  /** @name PalletTreasuryError (191) */1826  interface PalletTreasuryError extends Enum {1827    readonly isInsufficientProposersBalance: boolean;1828    readonly isInvalidIndex: boolean;1829    readonly isTooManyApprovals: boolean;1830    readonly isInsufficientPermission: boolean;1831    readonly isProposalNotApproved: boolean;1832    readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1833  }18341835  /** @name PalletSudoCall (192) */1836  interface PalletSudoCall extends Enum {1837    readonly isSudo: boolean;1838    readonly asSudo: {1839      readonly call: Call;1840    } & Struct;1841    readonly isSudoUncheckedWeight: boolean;1842    readonly asSudoUncheckedWeight: {1843      readonly call: Call;1844      readonly weight: SpWeightsWeightV2Weight;1845    } & Struct;1846    readonly isSetKey: boolean;1847    readonly asSetKey: {1848      readonly new_: MultiAddress;1849    } & Struct;1850    readonly isSudoAs: boolean;1851    readonly asSudoAs: {1852      readonly who: MultiAddress;1853      readonly call: Call;1854    } & Struct;1855    readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1856  }18571858  /** @name OrmlVestingModuleCall (194) */1859  interface OrmlVestingModuleCall extends Enum {1860    readonly isClaim: boolean;1861    readonly isVestedTransfer: boolean;1862    readonly asVestedTransfer: {1863      readonly dest: MultiAddress;1864      readonly schedule: OrmlVestingVestingSchedule;1865    } & Struct;1866    readonly isUpdateVestingSchedules: boolean;1867    readonly asUpdateVestingSchedules: {1868      readonly who: MultiAddress;1869      readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;1870    } & Struct;1871    readonly isClaimFor: boolean;1872    readonly asClaimFor: {1873      readonly dest: MultiAddress;1874    } & Struct;1875    readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';1876  }18771878  /** @name OrmlXtokensModuleCall (196) */1879  interface OrmlXtokensModuleCall extends Enum {1880    readonly isTransfer: boolean;1881    readonly asTransfer: {1882      readonly currencyId: PalletForeignAssetsAssetIds;1883      readonly amount: u128;1884      readonly dest: XcmVersionedMultiLocation;1885      readonly destWeightLimit: XcmV2WeightLimit;1886    } & Struct;1887    readonly isTransferMultiasset: boolean;1888    readonly asTransferMultiasset: {1889      readonly asset: XcmVersionedMultiAsset;1890      readonly dest: XcmVersionedMultiLocation;1891      readonly destWeightLimit: XcmV2WeightLimit;1892    } & Struct;1893    readonly isTransferWithFee: boolean;1894    readonly asTransferWithFee: {1895      readonly currencyId: PalletForeignAssetsAssetIds;1896      readonly amount: u128;1897      readonly fee: u128;1898      readonly dest: XcmVersionedMultiLocation;1899      readonly destWeightLimit: XcmV2WeightLimit;1900    } & Struct;1901    readonly isTransferMultiassetWithFee: boolean;1902    readonly asTransferMultiassetWithFee: {1903      readonly asset: XcmVersionedMultiAsset;1904      readonly fee: XcmVersionedMultiAsset;1905      readonly dest: XcmVersionedMultiLocation;1906      readonly destWeightLimit: XcmV2WeightLimit;1907    } & Struct;1908    readonly isTransferMulticurrencies: boolean;1909    readonly asTransferMulticurrencies: {1910      readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;1911      readonly feeItem: u32;1912      readonly dest: XcmVersionedMultiLocation;1913      readonly destWeightLimit: XcmV2WeightLimit;1914    } & Struct;1915    readonly isTransferMultiassets: boolean;1916    readonly asTransferMultiassets: {1917      readonly assets: XcmVersionedMultiAssets;1918      readonly feeItem: u32;1919      readonly dest: XcmVersionedMultiLocation;1920      readonly destWeightLimit: XcmV2WeightLimit;1921    } & Struct;1922    readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1923  }19241925  /** @name XcmVersionedMultiAsset (197) */1926  interface XcmVersionedMultiAsset extends Enum {1927    readonly isV0: boolean;1928    readonly asV0: XcmV0MultiAsset;1929    readonly isV1: boolean;1930    readonly asV1: XcmV1MultiAsset;1931    readonly type: 'V0' | 'V1';1932  }19331934  /** @name OrmlTokensModuleCall (200) */1935  interface OrmlTokensModuleCall extends Enum {1936    readonly isTransfer: boolean;1937    readonly asTransfer: {1938      readonly dest: MultiAddress;1939      readonly currencyId: PalletForeignAssetsAssetIds;1940      readonly amount: Compact<u128>;1941    } & Struct;1942    readonly isTransferAll: boolean;1943    readonly asTransferAll: {1944      readonly dest: MultiAddress;1945      readonly currencyId: PalletForeignAssetsAssetIds;1946      readonly keepAlive: bool;1947    } & Struct;1948    readonly isTransferKeepAlive: boolean;1949    readonly asTransferKeepAlive: {1950      readonly dest: MultiAddress;1951      readonly currencyId: PalletForeignAssetsAssetIds;1952      readonly amount: Compact<u128>;1953    } & Struct;1954    readonly isForceTransfer: boolean;1955    readonly asForceTransfer: {1956      readonly source: MultiAddress;1957      readonly dest: MultiAddress;1958      readonly currencyId: PalletForeignAssetsAssetIds;1959      readonly amount: Compact<u128>;1960    } & Struct;1961    readonly isSetBalance: boolean;1962    readonly asSetBalance: {1963      readonly who: MultiAddress;1964      readonly currencyId: PalletForeignAssetsAssetIds;1965      readonly newFree: Compact<u128>;1966      readonly newReserved: Compact<u128>;1967    } & Struct;1968    readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';1969  }19701971  /** @name CumulusPalletXcmpQueueCall (201) */1972  interface CumulusPalletXcmpQueueCall extends Enum {1973    readonly isServiceOverweight: boolean;1974    readonly asServiceOverweight: {1975      readonly index: u64;1976      readonly weightLimit: u64;1977    } & Struct;1978    readonly isSuspendXcmExecution: boolean;1979    readonly isResumeXcmExecution: boolean;1980    readonly isUpdateSuspendThreshold: boolean;1981    readonly asUpdateSuspendThreshold: {1982      readonly new_: u32;1983    } & Struct;1984    readonly isUpdateDropThreshold: boolean;1985    readonly asUpdateDropThreshold: {1986      readonly new_: u32;1987    } & Struct;1988    readonly isUpdateResumeThreshold: boolean;1989    readonly asUpdateResumeThreshold: {1990      readonly new_: u32;1991    } & Struct;1992    readonly isUpdateThresholdWeight: boolean;1993    readonly asUpdateThresholdWeight: {1994      readonly new_: u64;1995    } & Struct;1996    readonly isUpdateWeightRestrictDecay: boolean;1997    readonly asUpdateWeightRestrictDecay: {1998      readonly new_: u64;1999    } & Struct;2000    readonly isUpdateXcmpMaxIndividualWeight: boolean;2001    readonly asUpdateXcmpMaxIndividualWeight: {2002      readonly new_: u64;2003    } & Struct;2004    readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2005  }20062007  /** @name PalletXcmCall (202) */2008  interface PalletXcmCall extends Enum {2009    readonly isSend: boolean;2010    readonly asSend: {2011      readonly dest: XcmVersionedMultiLocation;2012      readonly message: XcmVersionedXcm;2013    } & Struct;2014    readonly isTeleportAssets: boolean;2015    readonly asTeleportAssets: {2016      readonly dest: XcmVersionedMultiLocation;2017      readonly beneficiary: XcmVersionedMultiLocation;2018      readonly assets: XcmVersionedMultiAssets;2019      readonly feeAssetItem: u32;2020    } & Struct;2021    readonly isReserveTransferAssets: boolean;2022    readonly asReserveTransferAssets: {2023      readonly dest: XcmVersionedMultiLocation;2024      readonly beneficiary: XcmVersionedMultiLocation;2025      readonly assets: XcmVersionedMultiAssets;2026      readonly feeAssetItem: u32;2027    } & Struct;2028    readonly isExecute: boolean;2029    readonly asExecute: {2030      readonly message: XcmVersionedXcm;2031      readonly maxWeight: u64;2032    } & Struct;2033    readonly isForceXcmVersion: boolean;2034    readonly asForceXcmVersion: {2035      readonly location: XcmV1MultiLocation;2036      readonly xcmVersion: u32;2037    } & Struct;2038    readonly isForceDefaultXcmVersion: boolean;2039    readonly asForceDefaultXcmVersion: {2040      readonly maybeXcmVersion: Option<u32>;2041    } & Struct;2042    readonly isForceSubscribeVersionNotify: boolean;2043    readonly asForceSubscribeVersionNotify: {2044      readonly location: XcmVersionedMultiLocation;2045    } & Struct;2046    readonly isForceUnsubscribeVersionNotify: boolean;2047    readonly asForceUnsubscribeVersionNotify: {2048      readonly location: XcmVersionedMultiLocation;2049    } & Struct;2050    readonly isLimitedReserveTransferAssets: boolean;2051    readonly asLimitedReserveTransferAssets: {2052      readonly dest: XcmVersionedMultiLocation;2053      readonly beneficiary: XcmVersionedMultiLocation;2054      readonly assets: XcmVersionedMultiAssets;2055      readonly feeAssetItem: u32;2056      readonly weightLimit: XcmV2WeightLimit;2057    } & Struct;2058    readonly isLimitedTeleportAssets: boolean;2059    readonly asLimitedTeleportAssets: {2060      readonly dest: XcmVersionedMultiLocation;2061      readonly beneficiary: XcmVersionedMultiLocation;2062      readonly assets: XcmVersionedMultiAssets;2063      readonly feeAssetItem: u32;2064      readonly weightLimit: XcmV2WeightLimit;2065    } & Struct;2066    readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2067  }20682069  /** @name XcmVersionedXcm (203) */2070  interface XcmVersionedXcm extends Enum {2071    readonly isV0: boolean;2072    readonly asV0: XcmV0Xcm;2073    readonly isV1: boolean;2074    readonly asV1: XcmV1Xcm;2075    readonly isV2: boolean;2076    readonly asV2: XcmV2Xcm;2077    readonly type: 'V0' | 'V1' | 'V2';2078  }20792080  /** @name XcmV0Xcm (204) */2081  interface XcmV0Xcm extends Enum {2082    readonly isWithdrawAsset: boolean;2083    readonly asWithdrawAsset: {2084      readonly assets: Vec<XcmV0MultiAsset>;2085      readonly effects: Vec<XcmV0Order>;2086    } & Struct;2087    readonly isReserveAssetDeposit: boolean;2088    readonly asReserveAssetDeposit: {2089      readonly assets: Vec<XcmV0MultiAsset>;2090      readonly effects: Vec<XcmV0Order>;2091    } & Struct;2092    readonly isTeleportAsset: boolean;2093    readonly asTeleportAsset: {2094      readonly assets: Vec<XcmV0MultiAsset>;2095      readonly effects: Vec<XcmV0Order>;2096    } & Struct;2097    readonly isQueryResponse: boolean;2098    readonly asQueryResponse: {2099      readonly queryId: Compact<u64>;2100      readonly response: XcmV0Response;2101    } & Struct;2102    readonly isTransferAsset: boolean;2103    readonly asTransferAsset: {2104      readonly assets: Vec<XcmV0MultiAsset>;2105      readonly dest: XcmV0MultiLocation;2106    } & Struct;2107    readonly isTransferReserveAsset: boolean;2108    readonly asTransferReserveAsset: {2109      readonly assets: Vec<XcmV0MultiAsset>;2110      readonly dest: XcmV0MultiLocation;2111      readonly effects: Vec<XcmV0Order>;2112    } & Struct;2113    readonly isTransact: boolean;2114    readonly asTransact: {2115      readonly originType: XcmV0OriginKind;2116      readonly requireWeightAtMost: u64;2117      readonly call: XcmDoubleEncoded;2118    } & Struct;2119    readonly isHrmpNewChannelOpenRequest: boolean;2120    readonly asHrmpNewChannelOpenRequest: {2121      readonly sender: Compact<u32>;2122      readonly maxMessageSize: Compact<u32>;2123      readonly maxCapacity: Compact<u32>;2124    } & Struct;2125    readonly isHrmpChannelAccepted: boolean;2126    readonly asHrmpChannelAccepted: {2127      readonly recipient: Compact<u32>;2128    } & Struct;2129    readonly isHrmpChannelClosing: boolean;2130    readonly asHrmpChannelClosing: {2131      readonly initiator: Compact<u32>;2132      readonly sender: Compact<u32>;2133      readonly recipient: Compact<u32>;2134    } & Struct;2135    readonly isRelayedFrom: boolean;2136    readonly asRelayedFrom: {2137      readonly who: XcmV0MultiLocation;2138      readonly message: XcmV0Xcm;2139    } & Struct;2140    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2141  }21422143  /** @name XcmV0Order (206) */2144  interface XcmV0Order extends Enum {2145    readonly isNull: boolean;2146    readonly isDepositAsset: boolean;2147    readonly asDepositAsset: {2148      readonly assets: Vec<XcmV0MultiAsset>;2149      readonly dest: XcmV0MultiLocation;2150    } & Struct;2151    readonly isDepositReserveAsset: boolean;2152    readonly asDepositReserveAsset: {2153      readonly assets: Vec<XcmV0MultiAsset>;2154      readonly dest: XcmV0MultiLocation;2155      readonly effects: Vec<XcmV0Order>;2156    } & Struct;2157    readonly isExchangeAsset: boolean;2158    readonly asExchangeAsset: {2159      readonly give: Vec<XcmV0MultiAsset>;2160      readonly receive: Vec<XcmV0MultiAsset>;2161    } & Struct;2162    readonly isInitiateReserveWithdraw: boolean;2163    readonly asInitiateReserveWithdraw: {2164      readonly assets: Vec<XcmV0MultiAsset>;2165      readonly reserve: XcmV0MultiLocation;2166      readonly effects: Vec<XcmV0Order>;2167    } & Struct;2168    readonly isInitiateTeleport: boolean;2169    readonly asInitiateTeleport: {2170      readonly assets: Vec<XcmV0MultiAsset>;2171      readonly dest: XcmV0MultiLocation;2172      readonly effects: Vec<XcmV0Order>;2173    } & Struct;2174    readonly isQueryHolding: boolean;2175    readonly asQueryHolding: {2176      readonly queryId: Compact<u64>;2177      readonly dest: XcmV0MultiLocation;2178      readonly assets: Vec<XcmV0MultiAsset>;2179    } & Struct;2180    readonly isBuyExecution: boolean;2181    readonly asBuyExecution: {2182      readonly fees: XcmV0MultiAsset;2183      readonly weight: u64;2184      readonly debt: u64;2185      readonly haltOnError: bool;2186      readonly xcm: Vec<XcmV0Xcm>;2187    } & Struct;2188    readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2189  }21902191  /** @name XcmV0Response (208) */2192  interface XcmV0Response extends Enum {2193    readonly isAssets: boolean;2194    readonly asAssets: Vec<XcmV0MultiAsset>;2195    readonly type: 'Assets';2196  }21972198  /** @name XcmV1Xcm (209) */2199  interface XcmV1Xcm extends Enum {2200    readonly isWithdrawAsset: boolean;2201    readonly asWithdrawAsset: {2202      readonly assets: XcmV1MultiassetMultiAssets;2203      readonly effects: Vec<XcmV1Order>;2204    } & Struct;2205    readonly isReserveAssetDeposited: boolean;2206    readonly asReserveAssetDeposited: {2207      readonly assets: XcmV1MultiassetMultiAssets;2208      readonly effects: Vec<XcmV1Order>;2209    } & Struct;2210    readonly isReceiveTeleportedAsset: boolean;2211    readonly asReceiveTeleportedAsset: {2212      readonly assets: XcmV1MultiassetMultiAssets;2213      readonly effects: Vec<XcmV1Order>;2214    } & Struct;2215    readonly isQueryResponse: boolean;2216    readonly asQueryResponse: {2217      readonly queryId: Compact<u64>;2218      readonly response: XcmV1Response;2219    } & Struct;2220    readonly isTransferAsset: boolean;2221    readonly asTransferAsset: {2222      readonly assets: XcmV1MultiassetMultiAssets;2223      readonly beneficiary: XcmV1MultiLocation;2224    } & Struct;2225    readonly isTransferReserveAsset: boolean;2226    readonly asTransferReserveAsset: {2227      readonly assets: XcmV1MultiassetMultiAssets;2228      readonly dest: XcmV1MultiLocation;2229      readonly effects: Vec<XcmV1Order>;2230    } & Struct;2231    readonly isTransact: boolean;2232    readonly asTransact: {2233      readonly originType: XcmV0OriginKind;2234      readonly requireWeightAtMost: u64;2235      readonly call: XcmDoubleEncoded;2236    } & Struct;2237    readonly isHrmpNewChannelOpenRequest: boolean;2238    readonly asHrmpNewChannelOpenRequest: {2239      readonly sender: Compact<u32>;2240      readonly maxMessageSize: Compact<u32>;2241      readonly maxCapacity: Compact<u32>;2242    } & Struct;2243    readonly isHrmpChannelAccepted: boolean;2244    readonly asHrmpChannelAccepted: {2245      readonly recipient: Compact<u32>;2246    } & Struct;2247    readonly isHrmpChannelClosing: boolean;2248    readonly asHrmpChannelClosing: {2249      readonly initiator: Compact<u32>;2250      readonly sender: Compact<u32>;2251      readonly recipient: Compact<u32>;2252    } & Struct;2253    readonly isRelayedFrom: boolean;2254    readonly asRelayedFrom: {2255      readonly who: XcmV1MultilocationJunctions;2256      readonly message: XcmV1Xcm;2257    } & Struct;2258    readonly isSubscribeVersion: boolean;2259    readonly asSubscribeVersion: {2260      readonly queryId: Compact<u64>;2261      readonly maxResponseWeight: Compact<u64>;2262    } & Struct;2263    readonly isUnsubscribeVersion: boolean;2264    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2265  }22662267  /** @name XcmV1Order (211) */2268  interface XcmV1Order extends Enum {2269    readonly isNoop: boolean;2270    readonly isDepositAsset: boolean;2271    readonly asDepositAsset: {2272      readonly assets: XcmV1MultiassetMultiAssetFilter;2273      readonly maxAssets: u32;2274      readonly beneficiary: XcmV1MultiLocation;2275    } & Struct;2276    readonly isDepositReserveAsset: boolean;2277    readonly asDepositReserveAsset: {2278      readonly assets: XcmV1MultiassetMultiAssetFilter;2279      readonly maxAssets: u32;2280      readonly dest: XcmV1MultiLocation;2281      readonly effects: Vec<XcmV1Order>;2282    } & Struct;2283    readonly isExchangeAsset: boolean;2284    readonly asExchangeAsset: {2285      readonly give: XcmV1MultiassetMultiAssetFilter;2286      readonly receive: XcmV1MultiassetMultiAssets;2287    } & Struct;2288    readonly isInitiateReserveWithdraw: boolean;2289    readonly asInitiateReserveWithdraw: {2290      readonly assets: XcmV1MultiassetMultiAssetFilter;2291      readonly reserve: XcmV1MultiLocation;2292      readonly effects: Vec<XcmV1Order>;2293    } & Struct;2294    readonly isInitiateTeleport: boolean;2295    readonly asInitiateTeleport: {2296      readonly assets: XcmV1MultiassetMultiAssetFilter;2297      readonly dest: XcmV1MultiLocation;2298      readonly effects: Vec<XcmV1Order>;2299    } & Struct;2300    readonly isQueryHolding: boolean;2301    readonly asQueryHolding: {2302      readonly queryId: Compact<u64>;2303      readonly dest: XcmV1MultiLocation;2304      readonly assets: XcmV1MultiassetMultiAssetFilter;2305    } & Struct;2306    readonly isBuyExecution: boolean;2307    readonly asBuyExecution: {2308      readonly fees: XcmV1MultiAsset;2309      readonly weight: u64;2310      readonly debt: u64;2311      readonly haltOnError: bool;2312      readonly instructions: Vec<XcmV1Xcm>;2313    } & Struct;2314    readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2315  }23162317  /** @name XcmV1Response (213) */2318  interface XcmV1Response extends Enum {2319    readonly isAssets: boolean;2320    readonly asAssets: XcmV1MultiassetMultiAssets;2321    readonly isVersion: boolean;2322    readonly asVersion: u32;2323    readonly type: 'Assets' | 'Version';2324  }23252326  /** @name CumulusPalletXcmCall (227) */2327  type CumulusPalletXcmCall = Null;23282329  /** @name CumulusPalletDmpQueueCall (228) */2330  interface CumulusPalletDmpQueueCall extends Enum {2331    readonly isServiceOverweight: boolean;2332    readonly asServiceOverweight: {2333      readonly index: u64;2334      readonly weightLimit: u64;2335    } & Struct;2336    readonly type: 'ServiceOverweight';2337  }23382339  /** @name PalletInflationCall (229) */2340  interface PalletInflationCall extends Enum {2341    readonly isStartInflation: boolean;2342    readonly asStartInflation: {2343      readonly inflationStartRelayBlock: u32;2344    } & Struct;2345    readonly type: 'StartInflation';2346  }23472348  /** @name PalletUniqueCall (230) */2349  interface PalletUniqueCall extends Enum {2350    readonly isCreateCollection: boolean;2351    readonly asCreateCollection: {2352      readonly collectionName: Vec<u16>;2353      readonly collectionDescription: Vec<u16>;2354      readonly tokenPrefix: Bytes;2355      readonly mode: UpDataStructsCollectionMode;2356    } & Struct;2357    readonly isCreateCollectionEx: boolean;2358    readonly asCreateCollectionEx: {2359      readonly data: UpDataStructsCreateCollectionData;2360    } & Struct;2361    readonly isDestroyCollection: boolean;2362    readonly asDestroyCollection: {2363      readonly collectionId: u32;2364    } & Struct;2365    readonly isAddToAllowList: boolean;2366    readonly asAddToAllowList: {2367      readonly collectionId: u32;2368      readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2369    } & Struct;2370    readonly isRemoveFromAllowList: boolean;2371    readonly asRemoveFromAllowList: {2372      readonly collectionId: u32;2373      readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2374    } & Struct;2375    readonly isChangeCollectionOwner: boolean;2376    readonly asChangeCollectionOwner: {2377      readonly collectionId: u32;2378      readonly newOwner: AccountId32;2379    } & Struct;2380    readonly isAddCollectionAdmin: boolean;2381    readonly asAddCollectionAdmin: {2382      readonly collectionId: u32;2383      readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2384    } & Struct;2385    readonly isRemoveCollectionAdmin: boolean;2386    readonly asRemoveCollectionAdmin: {2387      readonly collectionId: u32;2388      readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2389    } & Struct;2390    readonly isSetCollectionSponsor: boolean;2391    readonly asSetCollectionSponsor: {2392      readonly collectionId: u32;2393      readonly newSponsor: AccountId32;2394    } & Struct;2395    readonly isConfirmSponsorship: boolean;2396    readonly asConfirmSponsorship: {2397      readonly collectionId: u32;2398    } & Struct;2399    readonly isRemoveCollectionSponsor: boolean;2400    readonly asRemoveCollectionSponsor: {2401      readonly collectionId: u32;2402    } & Struct;2403    readonly isCreateItem: boolean;2404    readonly asCreateItem: {2405      readonly collectionId: u32;2406      readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2407      readonly data: UpDataStructsCreateItemData;2408    } & Struct;2409    readonly isCreateMultipleItems: boolean;2410    readonly asCreateMultipleItems: {2411      readonly collectionId: u32;2412      readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2413      readonly itemsData: Vec<UpDataStructsCreateItemData>;2414    } & Struct;2415    readonly isSetCollectionProperties: boolean;2416    readonly asSetCollectionProperties: {2417      readonly collectionId: u32;2418      readonly properties: Vec<UpDataStructsProperty>;2419    } & Struct;2420    readonly isDeleteCollectionProperties: boolean;2421    readonly asDeleteCollectionProperties: {2422      readonly collectionId: u32;2423      readonly propertyKeys: Vec<Bytes>;2424    } & Struct;2425    readonly isSetTokenProperties: boolean;2426    readonly asSetTokenProperties: {2427      readonly collectionId: u32;2428      readonly tokenId: u32;2429      readonly properties: Vec<UpDataStructsProperty>;2430    } & Struct;2431    readonly isDeleteTokenProperties: boolean;2432    readonly asDeleteTokenProperties: {2433      readonly collectionId: u32;2434      readonly tokenId: u32;2435      readonly propertyKeys: Vec<Bytes>;2436    } & Struct;2437    readonly isSetTokenPropertyPermissions: boolean;2438    readonly asSetTokenPropertyPermissions: {2439      readonly collectionId: u32;2440      readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2441    } & Struct;2442    readonly isCreateMultipleItemsEx: boolean;2443    readonly asCreateMultipleItemsEx: {2444      readonly collectionId: u32;2445      readonly data: UpDataStructsCreateItemExData;2446    } & Struct;2447    readonly isSetTransfersEnabledFlag: boolean;2448    readonly asSetTransfersEnabledFlag: {2449      readonly collectionId: u32;2450      readonly value: bool;2451    } & Struct;2452    readonly isBurnItem: boolean;2453    readonly asBurnItem: {2454      readonly collectionId: u32;2455      readonly itemId: u32;2456      readonly value: u128;2457    } & Struct;2458    readonly isBurnFrom: boolean;2459    readonly asBurnFrom: {2460      readonly collectionId: u32;2461      readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2462      readonly itemId: u32;2463      readonly value: u128;2464    } & Struct;2465    readonly isTransfer: boolean;2466    readonly asTransfer: {2467      readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2468      readonly collectionId: u32;2469      readonly itemId: u32;2470      readonly value: u128;2471    } & Struct;2472    readonly isApprove: boolean;2473    readonly asApprove: {2474      readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2475      readonly collectionId: u32;2476      readonly itemId: u32;2477      readonly amount: u128;2478    } & Struct;2479    readonly isTransferFrom: boolean;2480    readonly asTransferFrom: {2481      readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2482      readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2483      readonly collectionId: u32;2484      readonly itemId: u32;2485      readonly value: u128;2486    } & Struct;2487    readonly isSetCollectionLimits: boolean;2488    readonly asSetCollectionLimits: {2489      readonly collectionId: u32;2490      readonly newLimit: UpDataStructsCollectionLimits;2491    } & Struct;2492    readonly isSetCollectionPermissions: boolean;2493    readonly asSetCollectionPermissions: {2494      readonly collectionId: u32;2495      readonly newPermission: UpDataStructsCollectionPermissions;2496    } & Struct;2497    readonly isRepartition: boolean;2498    readonly asRepartition: {2499      readonly collectionId: u32;2500      readonly tokenId: u32;2501      readonly amount: u128;2502    } & Struct;2503    readonly isSetAllowanceForAll: boolean;2504    readonly asSetAllowanceForAll: {2505      readonly collectionId: u32;2506      readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2507      readonly approve: bool;2508    } & Struct;2509    readonly isForceRepairCollection: boolean;2510    readonly asForceRepairCollection: {2511      readonly collectionId: u32;2512    } & Struct;2513    readonly isForceRepairItem: boolean;2514    readonly asForceRepairItem: {2515      readonly collectionId: u32;2516      readonly itemId: u32;2517    } & Struct;2518    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' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';2519  }25202521  /** @name UpDataStructsCollectionMode (235) */2522  interface UpDataStructsCollectionMode extends Enum {2523    readonly isNft: boolean;2524    readonly isFungible: boolean;2525    readonly asFungible: u8;2526    readonly isReFungible: boolean;2527    readonly type: 'Nft' | 'Fungible' | 'ReFungible';2528  }25292530  /** @name UpDataStructsCreateCollectionData (236) */2531  interface UpDataStructsCreateCollectionData extends Struct {2532    readonly mode: UpDataStructsCollectionMode;2533    readonly access: Option<UpDataStructsAccessMode>;2534    readonly name: Vec<u16>;2535    readonly description: Vec<u16>;2536    readonly tokenPrefix: Bytes;2537    readonly pendingSponsor: Option<AccountId32>;2538    readonly limits: Option<UpDataStructsCollectionLimits>;2539    readonly permissions: Option<UpDataStructsCollectionPermissions>;2540    readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2541    readonly properties: Vec<UpDataStructsProperty>;2542  }25432544  /** @name UpDataStructsAccessMode (238) */2545  interface UpDataStructsAccessMode extends Enum {2546    readonly isNormal: boolean;2547    readonly isAllowList: boolean;2548    readonly type: 'Normal' | 'AllowList';2549  }25502551  /** @name UpDataStructsCollectionLimits (240) */2552  interface UpDataStructsCollectionLimits extends Struct {2553    readonly accountTokenOwnershipLimit: Option<u32>;2554    readonly sponsoredDataSize: Option<u32>;2555    readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2556    readonly tokenLimit: Option<u32>;2557    readonly sponsorTransferTimeout: Option<u32>;2558    readonly sponsorApproveTimeout: Option<u32>;2559    readonly ownerCanTransfer: Option<bool>;2560    readonly ownerCanDestroy: Option<bool>;2561    readonly transfersEnabled: Option<bool>;2562  }25632564  /** @name UpDataStructsSponsoringRateLimit (242) */2565  interface UpDataStructsSponsoringRateLimit extends Enum {2566    readonly isSponsoringDisabled: boolean;2567    readonly isBlocks: boolean;2568    readonly asBlocks: u32;2569    readonly type: 'SponsoringDisabled' | 'Blocks';2570  }25712572  /** @name UpDataStructsCollectionPermissions (245) */2573  interface UpDataStructsCollectionPermissions extends Struct {2574    readonly access: Option<UpDataStructsAccessMode>;2575    readonly mintMode: Option<bool>;2576    readonly nesting: Option<UpDataStructsNestingPermissions>;2577  }25782579  /** @name UpDataStructsNestingPermissions (247) */2580  interface UpDataStructsNestingPermissions extends Struct {2581    readonly tokenOwner: bool;2582    readonly collectionAdmin: bool;2583    readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2584  }25852586  /** @name UpDataStructsOwnerRestrictedSet (249) */2587  interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}25882589  /** @name UpDataStructsPropertyKeyPermission (254) */2590  interface UpDataStructsPropertyKeyPermission extends Struct {2591    readonly key: Bytes;2592    readonly permission: UpDataStructsPropertyPermission;2593  }25942595  /** @name UpDataStructsPropertyPermission (255) */2596  interface UpDataStructsPropertyPermission extends Struct {2597    readonly mutable: bool;2598    readonly collectionAdmin: bool;2599    readonly tokenOwner: bool;2600  }26012602  /** @name UpDataStructsProperty (258) */2603  interface UpDataStructsProperty extends Struct {2604    readonly key: Bytes;2605    readonly value: Bytes;2606  }26072608  /** @name UpDataStructsCreateItemData (261) */2609  interface UpDataStructsCreateItemData extends Enum {2610    readonly isNft: boolean;2611    readonly asNft: UpDataStructsCreateNftData;2612    readonly isFungible: boolean;2613    readonly asFungible: UpDataStructsCreateFungibleData;2614    readonly isReFungible: boolean;2615    readonly asReFungible: UpDataStructsCreateReFungibleData;2616    readonly type: 'Nft' | 'Fungible' | 'ReFungible';2617  }26182619  /** @name UpDataStructsCreateNftData (262) */2620  interface UpDataStructsCreateNftData extends Struct {2621    readonly properties: Vec<UpDataStructsProperty>;2622  }26232624  /** @name UpDataStructsCreateFungibleData (263) */2625  interface UpDataStructsCreateFungibleData extends Struct {2626    readonly value: u128;2627  }26282629  /** @name UpDataStructsCreateReFungibleData (264) */2630  interface UpDataStructsCreateReFungibleData extends Struct {2631    readonly pieces: u128;2632    readonly properties: Vec<UpDataStructsProperty>;2633  }26342635  /** @name UpDataStructsCreateItemExData (267) */2636  interface UpDataStructsCreateItemExData extends Enum {2637    readonly isNft: boolean;2638    readonly asNft: Vec<UpDataStructsCreateNftExData>;2639    readonly isFungible: boolean;2640    readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2641    readonly isRefungibleMultipleItems: boolean;2642    readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2643    readonly isRefungibleMultipleOwners: boolean;2644    readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2645    readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2646  }26472648  /** @name UpDataStructsCreateNftExData (269) */2649  interface UpDataStructsCreateNftExData extends Struct {2650    readonly properties: Vec<UpDataStructsProperty>;2651    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2652  }26532654  /** @name UpDataStructsCreateRefungibleExSingleOwner (276) */2655  interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2656    readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2657    readonly pieces: u128;2658    readonly properties: Vec<UpDataStructsProperty>;2659  }26602661  /** @name UpDataStructsCreateRefungibleExMultipleOwners (278) */2662  interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2663    readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2664    readonly properties: Vec<UpDataStructsProperty>;2665  }26662667  /** @name PalletConfigurationCall (279) */2668  interface PalletConfigurationCall extends Enum {2669    readonly isSetWeightToFeeCoefficientOverride: boolean;2670    readonly asSetWeightToFeeCoefficientOverride: {2671      readonly coeff: Option<u64>;2672    } & Struct;2673    readonly isSetMinGasPriceOverride: boolean;2674    readonly asSetMinGasPriceOverride: {2675      readonly coeff: Option<u64>;2676    } & Struct;2677    readonly isSetXcmAllowedLocations: boolean;2678    readonly asSetXcmAllowedLocations: {2679      readonly locations: Option<Vec<XcmV1MultiLocation>>;2680    } & Struct;2681    readonly isSetAppPromotionConfigurationOverride: boolean;2682    readonly asSetAppPromotionConfigurationOverride: {2683      readonly configuration: PalletConfigurationAppPromotionConfiguration;2684    } & Struct;2685    readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';2686  }26872688  /** @name PalletConfigurationAppPromotionConfiguration (284) */2689  interface PalletConfigurationAppPromotionConfiguration extends Struct {2690    readonly recalculationInterval: Option<u32>;2691    readonly pendingInterval: Option<u32>;2692    readonly intervalIncome: Option<Perbill>;2693    readonly maxStakersPerCalculation: Option<u8>;2694  }26952696  /** @name PalletTemplateTransactionPaymentCall (288) */2697  type PalletTemplateTransactionPaymentCall = Null;26982699  /** @name PalletStructureCall (289) */2700  type PalletStructureCall = Null;27012702  /** @name PalletRmrkCoreCall (290) */2703  interface PalletRmrkCoreCall extends Enum {2704    readonly isCreateCollection: boolean;2705    readonly asCreateCollection: {2706      readonly metadata: Bytes;2707      readonly max: Option<u32>;2708      readonly symbol: Bytes;2709    } & Struct;2710    readonly isDestroyCollection: boolean;2711    readonly asDestroyCollection: {2712      readonly collectionId: u32;2713    } & Struct;2714    readonly isChangeCollectionIssuer: boolean;2715    readonly asChangeCollectionIssuer: {2716      readonly collectionId: u32;2717      readonly newIssuer: MultiAddress;2718    } & Struct;2719    readonly isLockCollection: boolean;2720    readonly asLockCollection: {2721      readonly collectionId: u32;2722    } & Struct;2723    readonly isMintNft: boolean;2724    readonly asMintNft: {2725      readonly owner: Option<AccountId32>;2726      readonly collectionId: u32;2727      readonly recipient: Option<AccountId32>;2728      readonly royaltyAmount: Option<Permill>;2729      readonly metadata: Bytes;2730      readonly transferable: bool;2731      readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;2732    } & Struct;2733    readonly isBurnNft: boolean;2734    readonly asBurnNft: {2735      readonly collectionId: u32;2736      readonly nftId: u32;2737      readonly maxBurns: u32;2738    } & Struct;2739    readonly isSend: boolean;2740    readonly asSend: {2741      readonly rmrkCollectionId: u32;2742      readonly rmrkNftId: u32;2743      readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2744    } & Struct;2745    readonly isAcceptNft: boolean;2746    readonly asAcceptNft: {2747      readonly rmrkCollectionId: u32;2748      readonly rmrkNftId: u32;2749      readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2750    } & Struct;2751    readonly isRejectNft: boolean;2752    readonly asRejectNft: {2753      readonly rmrkCollectionId: u32;2754      readonly rmrkNftId: u32;2755    } & Struct;2756    readonly isAcceptResource: boolean;2757    readonly asAcceptResource: {2758      readonly rmrkCollectionId: u32;2759      readonly rmrkNftId: u32;2760      readonly resourceId: u32;2761    } & Struct;2762    readonly isAcceptResourceRemoval: boolean;2763    readonly asAcceptResourceRemoval: {2764      readonly rmrkCollectionId: u32;2765      readonly rmrkNftId: u32;2766      readonly resourceId: u32;2767    } & Struct;2768    readonly isSetProperty: boolean;2769    readonly asSetProperty: {2770      readonly rmrkCollectionId: Compact<u32>;2771      readonly maybeNftId: Option<u32>;2772      readonly key: Bytes;2773      readonly value: Bytes;2774    } & Struct;2775    readonly isSetPriority: boolean;2776    readonly asSetPriority: {2777      readonly rmrkCollectionId: u32;2778      readonly rmrkNftId: u32;2779      readonly priorities: Vec<u32>;2780    } & Struct;2781    readonly isAddBasicResource: boolean;2782    readonly asAddBasicResource: {2783      readonly rmrkCollectionId: u32;2784      readonly nftId: u32;2785      readonly resource: RmrkTraitsResourceBasicResource;2786    } & Struct;2787    readonly isAddComposableResource: boolean;2788    readonly asAddComposableResource: {2789      readonly rmrkCollectionId: u32;2790      readonly nftId: u32;2791      readonly resource: RmrkTraitsResourceComposableResource;2792    } & Struct;2793    readonly isAddSlotResource: boolean;2794    readonly asAddSlotResource: {2795      readonly rmrkCollectionId: u32;2796      readonly nftId: u32;2797      readonly resource: RmrkTraitsResourceSlotResource;2798    } & Struct;2799    readonly isRemoveResource: boolean;2800    readonly asRemoveResource: {2801      readonly rmrkCollectionId: u32;2802      readonly nftId: u32;2803      readonly resourceId: u32;2804    } & Struct;2805    readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2806  }28072808  /** @name RmrkTraitsResourceResourceTypes (296) */2809  interface RmrkTraitsResourceResourceTypes extends Enum {2810    readonly isBasic: boolean;2811    readonly asBasic: RmrkTraitsResourceBasicResource;2812    readonly isComposable: boolean;2813    readonly asComposable: RmrkTraitsResourceComposableResource;2814    readonly isSlot: boolean;2815    readonly asSlot: RmrkTraitsResourceSlotResource;2816    readonly type: 'Basic' | 'Composable' | 'Slot';2817  }28182819  /** @name RmrkTraitsResourceBasicResource (298) */2820  interface RmrkTraitsResourceBasicResource extends Struct {2821    readonly src: Option<Bytes>;2822    readonly metadata: Option<Bytes>;2823    readonly license: Option<Bytes>;2824    readonly thumb: Option<Bytes>;2825  }28262827  /** @name RmrkTraitsResourceComposableResource (300) */2828  interface RmrkTraitsResourceComposableResource extends Struct {2829    readonly parts: Vec<u32>;2830    readonly base: u32;2831    readonly src: Option<Bytes>;2832    readonly metadata: Option<Bytes>;2833    readonly license: Option<Bytes>;2834    readonly thumb: Option<Bytes>;2835  }28362837  /** @name RmrkTraitsResourceSlotResource (301) */2838  interface RmrkTraitsResourceSlotResource extends Struct {2839    readonly base: u32;2840    readonly src: Option<Bytes>;2841    readonly metadata: Option<Bytes>;2842    readonly slot: u32;2843    readonly license: Option<Bytes>;2844    readonly thumb: Option<Bytes>;2845  }28462847  /** @name PalletRmrkEquipCall (304) */2848  interface PalletRmrkEquipCall extends Enum {2849    readonly isCreateBase: boolean;2850    readonly asCreateBase: {2851      readonly baseType: Bytes;2852      readonly symbol: Bytes;2853      readonly parts: Vec<RmrkTraitsPartPartType>;2854    } & Struct;2855    readonly isThemeAdd: boolean;2856    readonly asThemeAdd: {2857      readonly baseId: u32;2858      readonly theme: RmrkTraitsTheme;2859    } & Struct;2860    readonly isEquippable: boolean;2861    readonly asEquippable: {2862      readonly baseId: u32;2863      readonly slotId: u32;2864      readonly equippables: RmrkTraitsPartEquippableList;2865    } & Struct;2866    readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';2867  }28682869  /** @name RmrkTraitsPartPartType (307) */2870  interface RmrkTraitsPartPartType extends Enum {2871    readonly isFixedPart: boolean;2872    readonly asFixedPart: RmrkTraitsPartFixedPart;2873    readonly isSlotPart: boolean;2874    readonly asSlotPart: RmrkTraitsPartSlotPart;2875    readonly type: 'FixedPart' | 'SlotPart';2876  }28772878  /** @name RmrkTraitsPartFixedPart (309) */2879  interface RmrkTraitsPartFixedPart extends Struct {2880    readonly id: u32;2881    readonly z: u32;2882    readonly src: Bytes;2883  }28842885  /** @name RmrkTraitsPartSlotPart (310) */2886  interface RmrkTraitsPartSlotPart extends Struct {2887    readonly id: u32;2888    readonly equippable: RmrkTraitsPartEquippableList;2889    readonly src: Bytes;2890    readonly z: u32;2891  }28922893  /** @name RmrkTraitsPartEquippableList (311) */2894  interface RmrkTraitsPartEquippableList extends Enum {2895    readonly isAll: boolean;2896    readonly isEmpty: boolean;2897    readonly isCustom: boolean;2898    readonly asCustom: Vec<u32>;2899    readonly type: 'All' | 'Empty' | 'Custom';2900  }29012902  /** @name RmrkTraitsTheme (313) */2903  interface RmrkTraitsTheme extends Struct {2904    readonly name: Bytes;2905    readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2906    readonly inherit: bool;2907  }29082909  /** @name RmrkTraitsThemeThemeProperty (315) */2910  interface RmrkTraitsThemeThemeProperty extends Struct {2911    readonly key: Bytes;2912    readonly value: Bytes;2913  }29142915  /** @name PalletAppPromotionCall (317) */2916  interface PalletAppPromotionCall extends Enum {2917    readonly isSetAdminAddress: boolean;2918    readonly asSetAdminAddress: {2919      readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;2920    } & Struct;2921    readonly isStake: boolean;2922    readonly asStake: {2923      readonly amount: u128;2924    } & Struct;2925    readonly isUnstake: boolean;2926    readonly isSponsorCollection: boolean;2927    readonly asSponsorCollection: {2928      readonly collectionId: u32;2929    } & Struct;2930    readonly isStopSponsoringCollection: boolean;2931    readonly asStopSponsoringCollection: {2932      readonly collectionId: u32;2933    } & Struct;2934    readonly isSponsorContract: boolean;2935    readonly asSponsorContract: {2936      readonly contractId: H160;2937    } & Struct;2938    readonly isStopSponsoringContract: boolean;2939    readonly asStopSponsoringContract: {2940      readonly contractId: H160;2941    } & Struct;2942    readonly isPayoutStakers: boolean;2943    readonly asPayoutStakers: {2944      readonly stakersNumber: Option<u8>;2945    } & Struct;2946    readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';2947  }29482949  /** @name PalletForeignAssetsModuleCall (318) */2950  interface PalletForeignAssetsModuleCall extends Enum {2951    readonly isRegisterForeignAsset: boolean;2952    readonly asRegisterForeignAsset: {2953      readonly owner: AccountId32;2954      readonly location: XcmVersionedMultiLocation;2955      readonly metadata: PalletForeignAssetsModuleAssetMetadata;2956    } & Struct;2957    readonly isUpdateForeignAsset: boolean;2958    readonly asUpdateForeignAsset: {2959      readonly foreignAssetId: u32;2960      readonly location: XcmVersionedMultiLocation;2961      readonly metadata: PalletForeignAssetsModuleAssetMetadata;2962    } & Struct;2963    readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';2964  }29652966  /** @name PalletEvmCall (319) */2967  interface PalletEvmCall extends Enum {2968    readonly isWithdraw: boolean;2969    readonly asWithdraw: {2970      readonly address: H160;2971      readonly value: u128;2972    } & Struct;2973    readonly isCall: boolean;2974    readonly asCall: {2975      readonly source: H160;2976      readonly target: H160;2977      readonly input: Bytes;2978      readonly value: U256;2979      readonly gasLimit: u64;2980      readonly maxFeePerGas: U256;2981      readonly maxPriorityFeePerGas: Option<U256>;2982      readonly nonce: Option<U256>;2983      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;2984    } & Struct;2985    readonly isCreate: boolean;2986    readonly asCreate: {2987      readonly source: H160;2988      readonly init: Bytes;2989      readonly value: U256;2990      readonly gasLimit: u64;2991      readonly maxFeePerGas: U256;2992      readonly maxPriorityFeePerGas: Option<U256>;2993      readonly nonce: Option<U256>;2994      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;2995    } & Struct;2996    readonly isCreate2: boolean;2997    readonly asCreate2: {2998      readonly source: H160;2999      readonly init: Bytes;3000      readonly salt: H256;3001      readonly value: U256;3002      readonly gasLimit: u64;3003      readonly maxFeePerGas: U256;3004      readonly maxPriorityFeePerGas: Option<U256>;3005      readonly nonce: Option<U256>;3006      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3007    } & Struct;3008    readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3009  }30103011  /** @name PalletEthereumCall (325) */3012  interface PalletEthereumCall extends Enum {3013    readonly isTransact: boolean;3014    readonly asTransact: {3015      readonly transaction: EthereumTransactionTransactionV2;3016    } & Struct;3017    readonly type: 'Transact';3018  }30193020  /** @name EthereumTransactionTransactionV2 (326) */3021  interface EthereumTransactionTransactionV2 extends Enum {3022    readonly isLegacy: boolean;3023    readonly asLegacy: EthereumTransactionLegacyTransaction;3024    readonly isEip2930: boolean;3025    readonly asEip2930: EthereumTransactionEip2930Transaction;3026    readonly isEip1559: boolean;3027    readonly asEip1559: EthereumTransactionEip1559Transaction;3028    readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3029  }30303031  /** @name EthereumTransactionLegacyTransaction (327) */3032  interface EthereumTransactionLegacyTransaction extends Struct {3033    readonly nonce: U256;3034    readonly gasPrice: U256;3035    readonly gasLimit: U256;3036    readonly action: EthereumTransactionTransactionAction;3037    readonly value: U256;3038    readonly input: Bytes;3039    readonly signature: EthereumTransactionTransactionSignature;3040  }30413042  /** @name EthereumTransactionTransactionAction (328) */3043  interface EthereumTransactionTransactionAction extends Enum {3044    readonly isCall: boolean;3045    readonly asCall: H160;3046    readonly isCreate: boolean;3047    readonly type: 'Call' | 'Create';3048  }30493050  /** @name EthereumTransactionTransactionSignature (329) */3051  interface EthereumTransactionTransactionSignature extends Struct {3052    readonly v: u64;3053    readonly r: H256;3054    readonly s: H256;3055  }30563057  /** @name EthereumTransactionEip2930Transaction (331) */3058  interface EthereumTransactionEip2930Transaction extends Struct {3059    readonly chainId: u64;3060    readonly nonce: U256;3061    readonly gasPrice: U256;3062    readonly gasLimit: U256;3063    readonly action: EthereumTransactionTransactionAction;3064    readonly value: U256;3065    readonly input: Bytes;3066    readonly accessList: Vec<EthereumTransactionAccessListItem>;3067    readonly oddYParity: bool;3068    readonly r: H256;3069    readonly s: H256;3070  }30713072  /** @name EthereumTransactionAccessListItem (333) */3073  interface EthereumTransactionAccessListItem extends Struct {3074    readonly address: H160;3075    readonly storageKeys: Vec<H256>;3076  }30773078  /** @name EthereumTransactionEip1559Transaction (334) */3079  interface EthereumTransactionEip1559Transaction extends Struct {3080    readonly chainId: u64;3081    readonly nonce: U256;3082    readonly maxPriorityFeePerGas: U256;3083    readonly maxFeePerGas: U256;3084    readonly gasLimit: U256;3085    readonly action: EthereumTransactionTransactionAction;3086    readonly value: U256;3087    readonly input: Bytes;3088    readonly accessList: Vec<EthereumTransactionAccessListItem>;3089    readonly oddYParity: bool;3090    readonly r: H256;3091    readonly s: H256;3092  }30933094  /** @name PalletEvmMigrationCall (335) */3095  interface PalletEvmMigrationCall extends Enum {3096    readonly isBegin: boolean;3097    readonly asBegin: {3098      readonly address: H160;3099    } & Struct;3100    readonly isSetData: boolean;3101    readonly asSetData: {3102      readonly address: H160;3103      readonly data: Vec<ITuple<[H256, H256]>>;3104    } & Struct;3105    readonly isFinish: boolean;3106    readonly asFinish: {3107      readonly address: H160;3108      readonly code: Bytes;3109    } & Struct;3110    readonly isInsertEthLogs: boolean;3111    readonly asInsertEthLogs: {3112      readonly logs: Vec<EthereumLog>;3113    } & Struct;3114    readonly isInsertEvents: boolean;3115    readonly asInsertEvents: {3116      readonly events: Vec<Bytes>;3117    } & Struct;3118    readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';3119  }31203121  /** @name PalletMaintenanceCall (339) */3122  interface PalletMaintenanceCall extends Enum {3123    readonly isEnable: boolean;3124    readonly isDisable: boolean;3125    readonly type: 'Enable' | 'Disable';3126  }31273128  /** @name PalletTestUtilsCall (340) */3129  interface PalletTestUtilsCall extends Enum {3130    readonly isEnable: boolean;3131    readonly isSetTestValue: boolean;3132    readonly asSetTestValue: {3133      readonly value: u32;3134    } & Struct;3135    readonly isSetTestValueAndRollback: boolean;3136    readonly asSetTestValueAndRollback: {3137      readonly value: u32;3138    } & Struct;3139    readonly isIncTestValue: boolean;3140    readonly isJustTakeFee: boolean;3141    readonly isBatchAll: boolean;3142    readonly asBatchAll: {3143      readonly calls: Vec<Call>;3144    } & Struct;3145    readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';3146  }31473148  /** @name PalletSudoError (342) */3149  interface PalletSudoError extends Enum {3150    readonly isRequireSudo: boolean;3151    readonly type: 'RequireSudo';3152  }31533154  /** @name OrmlVestingModuleError (344) */3155  interface OrmlVestingModuleError extends Enum {3156    readonly isZeroVestingPeriod: boolean;3157    readonly isZeroVestingPeriodCount: boolean;3158    readonly isInsufficientBalanceToLock: boolean;3159    readonly isTooManyVestingSchedules: boolean;3160    readonly isAmountLow: boolean;3161    readonly isMaxVestingSchedulesExceeded: boolean;3162    readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3163  }31643165  /** @name OrmlXtokensModuleError (345) */3166  interface OrmlXtokensModuleError extends Enum {3167    readonly isAssetHasNoReserve: boolean;3168    readonly isNotCrossChainTransfer: boolean;3169    readonly isInvalidDest: boolean;3170    readonly isNotCrossChainTransferableCurrency: boolean;3171    readonly isUnweighableMessage: boolean;3172    readonly isXcmExecutionFailed: boolean;3173    readonly isCannotReanchor: boolean;3174    readonly isInvalidAncestry: boolean;3175    readonly isInvalidAsset: boolean;3176    readonly isDestinationNotInvertible: boolean;3177    readonly isBadVersion: boolean;3178    readonly isDistinctReserveForAssetAndFee: boolean;3179    readonly isZeroFee: boolean;3180    readonly isZeroAmount: boolean;3181    readonly isTooManyAssetsBeingSent: boolean;3182    readonly isAssetIndexNonExistent: boolean;3183    readonly isFeeNotEnough: boolean;3184    readonly isNotSupportedMultiLocation: boolean;3185    readonly isMinXcmFeeNotDefined: boolean;3186    readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3187  }31883189  /** @name OrmlTokensBalanceLock (348) */3190  interface OrmlTokensBalanceLock extends Struct {3191    readonly id: U8aFixed;3192    readonly amount: u128;3193  }31943195  /** @name OrmlTokensAccountData (350) */3196  interface OrmlTokensAccountData extends Struct {3197    readonly free: u128;3198    readonly reserved: u128;3199    readonly frozen: u128;3200  }32013202  /** @name OrmlTokensReserveData (352) */3203  interface OrmlTokensReserveData extends Struct {3204    readonly id: Null;3205    readonly amount: u128;3206  }32073208  /** @name OrmlTokensModuleError (354) */3209  interface OrmlTokensModuleError extends Enum {3210    readonly isBalanceTooLow: boolean;3211    readonly isAmountIntoBalanceFailed: boolean;3212    readonly isLiquidityRestrictions: boolean;3213    readonly isMaxLocksExceeded: boolean;3214    readonly isKeepAlive: boolean;3215    readonly isExistentialDeposit: boolean;3216    readonly isDeadAccount: boolean;3217    readonly isTooManyReserves: boolean;3218    readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3219  }32203221  /** @name CumulusPalletXcmpQueueInboundChannelDetails (356) */3222  interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3223    readonly sender: u32;3224    readonly state: CumulusPalletXcmpQueueInboundState;3225    readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3226  }32273228  /** @name CumulusPalletXcmpQueueInboundState (357) */3229  interface CumulusPalletXcmpQueueInboundState extends Enum {3230    readonly isOk: boolean;3231    readonly isSuspended: boolean;3232    readonly type: 'Ok' | 'Suspended';3233  }32343235  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (360) */3236  interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3237    readonly isConcatenatedVersionedXcm: boolean;3238    readonly isConcatenatedEncodedBlob: boolean;3239    readonly isSignals: boolean;3240    readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3241  }32423243  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (363) */3244  interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3245    readonly recipient: u32;3246    readonly state: CumulusPalletXcmpQueueOutboundState;3247    readonly signalsExist: bool;3248    readonly firstIndex: u16;3249    readonly lastIndex: u16;3250  }32513252  /** @name CumulusPalletXcmpQueueOutboundState (364) */3253  interface CumulusPalletXcmpQueueOutboundState extends Enum {3254    readonly isOk: boolean;3255    readonly isSuspended: boolean;3256    readonly type: 'Ok' | 'Suspended';3257  }32583259  /** @name CumulusPalletXcmpQueueQueueConfigData (366) */3260  interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3261    readonly suspendThreshold: u32;3262    readonly dropThreshold: u32;3263    readonly resumeThreshold: u32;3264    readonly thresholdWeight: SpWeightsWeightV2Weight;3265    readonly weightRestrictDecay: SpWeightsWeightV2Weight;3266    readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;3267  }32683269  /** @name CumulusPalletXcmpQueueError (368) */3270  interface CumulusPalletXcmpQueueError extends Enum {3271    readonly isFailedToSend: boolean;3272    readonly isBadXcmOrigin: boolean;3273    readonly isBadXcm: boolean;3274    readonly isBadOverweightIndex: boolean;3275    readonly isWeightOverLimit: boolean;3276    readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3277  }32783279  /** @name PalletXcmError (369) */3280  interface PalletXcmError extends Enum {3281    readonly isUnreachable: boolean;3282    readonly isSendFailure: boolean;3283    readonly isFiltered: boolean;3284    readonly isUnweighableMessage: boolean;3285    readonly isDestinationNotInvertible: boolean;3286    readonly isEmpty: boolean;3287    readonly isCannotReanchor: boolean;3288    readonly isTooManyAssets: boolean;3289    readonly isInvalidOrigin: boolean;3290    readonly isBadVersion: boolean;3291    readonly isBadLocation: boolean;3292    readonly isNoSubscription: boolean;3293    readonly isAlreadySubscribed: boolean;3294    readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3295  }32963297  /** @name CumulusPalletXcmError (370) */3298  type CumulusPalletXcmError = Null;32993300  /** @name CumulusPalletDmpQueueConfigData (371) */3301  interface CumulusPalletDmpQueueConfigData extends Struct {3302    readonly maxIndividual: SpWeightsWeightV2Weight;3303  }33043305  /** @name CumulusPalletDmpQueuePageIndexData (372) */3306  interface CumulusPalletDmpQueuePageIndexData extends Struct {3307    readonly beginUsed: u32;3308    readonly endUsed: u32;3309    readonly overweightCount: u64;3310  }33113312  /** @name CumulusPalletDmpQueueError (375) */3313  interface CumulusPalletDmpQueueError extends Enum {3314    readonly isUnknown: boolean;3315    readonly isOverLimit: boolean;3316    readonly type: 'Unknown' | 'OverLimit';3317  }33183319  /** @name PalletUniqueError (379) */3320  interface PalletUniqueError extends Enum {3321    readonly isCollectionDecimalPointLimitExceeded: boolean;3322    readonly isEmptyArgument: boolean;3323    readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3324    readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3325  }33263327  /** @name PalletConfigurationError (380) */3328  interface PalletConfigurationError extends Enum {3329    readonly isInconsistentConfiguration: boolean;3330    readonly type: 'InconsistentConfiguration';3331  }33323333  /** @name UpDataStructsCollection (381) */3334  interface UpDataStructsCollection extends Struct {3335    readonly owner: AccountId32;3336    readonly mode: UpDataStructsCollectionMode;3337    readonly name: Vec<u16>;3338    readonly description: Vec<u16>;3339    readonly tokenPrefix: Bytes;3340    readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3341    readonly limits: UpDataStructsCollectionLimits;3342    readonly permissions: UpDataStructsCollectionPermissions;3343    readonly flags: U8aFixed;3344  }33453346  /** @name UpDataStructsSponsorshipStateAccountId32 (382) */3347  interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3348    readonly isDisabled: boolean;3349    readonly isUnconfirmed: boolean;3350    readonly asUnconfirmed: AccountId32;3351    readonly isConfirmed: boolean;3352    readonly asConfirmed: AccountId32;3353    readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3354  }33553356  /** @name UpDataStructsProperties (384) */3357  interface UpDataStructsProperties extends Struct {3358    readonly map: UpDataStructsPropertiesMapBoundedVec;3359    readonly consumedSpace: u32;3360    readonly spaceLimit: u32;3361  }33623363  /** @name UpDataStructsPropertiesMapBoundedVec (385) */3364  interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}33653366  /** @name UpDataStructsPropertiesMapPropertyPermission (390) */3367  interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}33683369  /** @name UpDataStructsCollectionStats (397) */3370  interface UpDataStructsCollectionStats extends Struct {3371    readonly created: u32;3372    readonly destroyed: u32;3373    readonly alive: u32;3374  }33753376  /** @name UpDataStructsTokenChild (398) */3377  interface UpDataStructsTokenChild extends Struct {3378    readonly token: u32;3379    readonly collection: u32;3380  }33813382<<<<<<< HEAD3383  /** @name PhantomTypeUpDataStructs (399) */3384=======3385<<<<<<< HEAD3386  /** @name PhantomTypeUpDataStructs (400) */3387=======3388<<<<<<< HEAD3389  /** @name PhantomTypeUpDataStructs (413) */3390>>>>>>> fix: update polkadot types and definitions3391>>>>>>> fix: update polkadot types and definitions3392  interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}3393=======3394  /** @name PhantomTypeUpDataStructs (408) */3395  interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild, UpPovEstimateRpcPovInfo]>> {}3396>>>>>>> fix: update polkadot types and definitions33973398  /** @name UpDataStructsTokenData (401) */3399  interface UpDataStructsTokenData extends Struct {3400    readonly properties: Vec<UpDataStructsProperty>;3401    readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3402    readonly pieces: u128;3403  }34043405  /** @name UpDataStructsRpcCollection (403) */3406  interface UpDataStructsRpcCollection extends Struct {3407    readonly owner: AccountId32;3408    readonly mode: UpDataStructsCollectionMode;3409    readonly name: Vec<u16>;3410    readonly description: Vec<u16>;3411    readonly tokenPrefix: Bytes;3412    readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3413    readonly limits: UpDataStructsCollectionLimits;3414    readonly permissions: UpDataStructsCollectionPermissions;3415    readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3416    readonly properties: Vec<UpDataStructsProperty>;3417    readonly readOnly: bool;3418    readonly flags: UpDataStructsRpcCollectionFlags;3419  }34203421  /** @name UpDataStructsRpcCollectionFlags (404) */3422  interface UpDataStructsRpcCollectionFlags extends Struct {3423    readonly foreign: bool;3424    readonly erc721metadata: bool;3425  }34263427  /** @name RmrkTraitsCollectionCollectionInfo (405) */3428  interface RmrkTraitsCollectionCollectionInfo extends Struct {3429    readonly issuer: AccountId32;3430    readonly metadata: Bytes;3431    readonly max: Option<u32>;3432    readonly symbol: Bytes;3433    readonly nftsCount: u32;3434  }34353436  /** @name RmrkTraitsNftNftInfo (406) */3437  interface RmrkTraitsNftNftInfo extends Struct {3438    readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3439    readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3440    readonly metadata: Bytes;3441    readonly equipped: bool;3442    readonly pending: bool;3443  }34443445  /** @name RmrkTraitsNftRoyaltyInfo (408) */3446  interface RmrkTraitsNftRoyaltyInfo extends Struct {3447    readonly recipient: AccountId32;3448    readonly amount: Permill;3449  }34503451  /** @name RmrkTraitsResourceResourceInfo (409) */3452  interface RmrkTraitsResourceResourceInfo extends Struct {3453    readonly id: u32;3454    readonly resource: RmrkTraitsResourceResourceTypes;3455    readonly pending: bool;3456    readonly pendingRemoval: bool;3457  }34583459  /** @name RmrkTraitsPropertyPropertyInfo (410) */3460  interface RmrkTraitsPropertyPropertyInfo extends Struct {3461    readonly key: Bytes;3462    readonly value: Bytes;3463  }34643465  /** @name RmrkTraitsBaseBaseInfo (411) */3466  interface RmrkTraitsBaseBaseInfo extends Struct {3467    readonly issuer: AccountId32;3468    readonly baseType: Bytes;3469    readonly symbol: Bytes;3470  }34713472  /** @name RmrkTraitsNftNftChild (412) */3473  interface RmrkTraitsNftNftChild extends Struct {3474    readonly collectionId: u32;3475    readonly nftId: u32;3476  }34773478<<<<<<< HEAD3479  /** @name PalletCommonError (414) */3480=======3481<<<<<<< HEAD3482  /** @name PalletCommonError (415) */3483=======3484<<<<<<< HEAD3485  /** @name PalletCommonError (428) */3486=======3487  /** @name UpPovEstimateRpcPovInfo (422) */3488  interface UpPovEstimateRpcPovInfo extends Struct {3489    readonly proofSize: u64;3490    readonly compactProofSize: u64;3491    readonly compressedProofSize: u64;3492    readonly result: Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>;3493  }34943495<<<<<<< HEAD3496  /** @name PalletCommonError (424) */3497>>>>>>> fix: update polkadot types and definitions3498<<<<<<< HEAD3499>>>>>>> fix: update polkadot types and definitions3500<<<<<<< HEAD3501>>>>>>> fix: update polkadot types and definitions3502=======3503=======3504=======3505  /** @name SpRuntimeTransactionValidityTransactionValidityError (424) */3506  interface SpRuntimeTransactionValidityTransactionValidityError extends Enum {3507    readonly isInvalid: boolean;3508    readonly asInvalid: SpRuntimeTransactionValidityInvalidTransaction;3509    readonly isUnknown: boolean;3510    readonly asUnknown: SpRuntimeTransactionValidityUnknownTransaction;3511    readonly type: 'Invalid' | 'Unknown';3512  }35133514  /** @name SpRuntimeTransactionValidityInvalidTransaction (425) */3515  interface SpRuntimeTransactionValidityInvalidTransaction extends Enum {3516    readonly isCall: boolean;3517    readonly isPayment: boolean;3518    readonly isFuture: boolean;3519    readonly isStale: boolean;3520    readonly isBadProof: boolean;3521    readonly isAncientBirthBlock: boolean;3522    readonly isExhaustsResources: boolean;3523    readonly isCustom: boolean;3524    readonly asCustom: u8;3525    readonly isBadMandatory: boolean;3526    readonly isMandatoryDispatch: boolean;3527    readonly isBadSigner: boolean;3528    readonly type: 'Call' | 'Payment' | 'Future' | 'Stale' | 'BadProof' | 'AncientBirthBlock' | 'ExhaustsResources' | 'Custom' | 'BadMandatory' | 'MandatoryDispatch' | 'BadSigner';3529  }35303531  /** @name SpRuntimeTransactionValidityUnknownTransaction (426) */3532  interface SpRuntimeTransactionValidityUnknownTransaction extends Enum {3533    readonly isCannotLookup: boolean;3534    readonly isNoUnsignedValidator: boolean;3535    readonly isCustom: boolean;3536    readonly asCustom: u8;3537    readonly type: 'CannotLookup' | 'NoUnsignedValidator' | 'Custom';3538  }35393540  /** @name PalletCommonError (428) */3541>>>>>>> chore: regenerate types3542>>>>>>> chore: regenerate types3543>>>>>>> chore: regenerate types3544  interface PalletCommonError extends Enum {3545    readonly isCollectionNotFound: boolean;3546    readonly isMustBeTokenOwner: boolean;3547    readonly isNoPermission: boolean;3548    readonly isCantDestroyNotEmptyCollection: boolean;3549    readonly isPublicMintingNotAllowed: boolean;3550    readonly isAddressNotInAllowlist: boolean;3551    readonly isCollectionNameLimitExceeded: boolean;3552    readonly isCollectionDescriptionLimitExceeded: boolean;3553    readonly isCollectionTokenPrefixLimitExceeded: boolean;3554    readonly isTotalCollectionsLimitExceeded: boolean;3555    readonly isCollectionAdminCountExceeded: boolean;3556    readonly isCollectionLimitBoundsExceeded: boolean;3557    readonly isOwnerPermissionsCantBeReverted: boolean;3558    readonly isTransferNotAllowed: boolean;3559    readonly isAccountTokenLimitExceeded: boolean;3560    readonly isCollectionTokenLimitExceeded: boolean;3561    readonly isMetadataFlagFrozen: boolean;3562    readonly isTokenNotFound: boolean;3563    readonly isTokenValueTooLow: boolean;3564    readonly isApprovedValueTooLow: boolean;3565    readonly isCantApproveMoreThanOwned: boolean;3566    readonly isAddressIsZero: boolean;3567    readonly isUnsupportedOperation: boolean;3568    readonly isNotSufficientFounds: boolean;3569    readonly isUserIsNotAllowedToNest: boolean;3570    readonly isSourceCollectionIsNotAllowedToNest: boolean;3571    readonly isCollectionFieldSizeExceeded: boolean;3572    readonly isNoSpaceForProperty: boolean;3573    readonly isPropertyLimitReached: boolean;3574    readonly isPropertyKeyIsTooLong: boolean;3575    readonly isInvalidCharacterInPropertyKey: boolean;3576    readonly isEmptyPropertyKey: boolean;3577    readonly isCollectionIsExternal: boolean;3578    readonly isCollectionIsInternal: boolean;3579    readonly isConfirmSponsorshipFail: boolean;3580    readonly isUserIsNotCollectionAdmin: boolean;3581    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' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';3582  }35833584<<<<<<< HEAD3585<<<<<<< HEAD3586  /** @name PalletFungibleError (416) */3587=======3588=======3589>>>>>>> chore: regenerate types3590<<<<<<< HEAD3591  /** @name PalletFungibleError (417) */3592=======3593=======3594>>>>>>> chore: regenerate types3595<<<<<<< HEAD3596  /** @name PalletFungibleError (430) */3597=======3598  /** @name PalletFungibleError (426) */3599>>>>>>> fix: update polkadot types and definitions3600<<<<<<< HEAD3601>>>>>>> fix: update polkadot types and definitions3602<<<<<<< HEAD3603>>>>>>> fix: update polkadot types and definitions3604=======3605=======3606=======3607  /** @name PalletFungibleError (430) */3608>>>>>>> chore: regenerate types3609>>>>>>> chore: regenerate types3610>>>>>>> chore: regenerate types3611  interface PalletFungibleError extends Enum {3612    readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3613    readonly isFungibleItemsHaveNoId: boolean;3614    readonly isFungibleItemsDontHaveData: boolean;3615    readonly isFungibleDisallowsNesting: boolean;3616    readonly isSettingPropertiesNotAllowed: boolean;3617    readonly isSettingAllowanceForAllNotAllowed: boolean;3618    readonly isFungibleTokensAreAlwaysValid: boolean;3619    readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';3620  }36213622<<<<<<< HEAD3623<<<<<<< HEAD3624  /** @name PalletRefungibleError (420) */3625=======3626=======3627>>>>>>> chore: regenerate types3628<<<<<<< HEAD3629  /** @name PalletRefungibleItemData (417) */3630=======3631=======3632>>>>>>> chore: regenerate types3633<<<<<<< HEAD3634  /** @name PalletRefungibleItemData (418) */3635=======3636=======3637>>>>>>> chore: regenerate types3638<<<<<<< HEAD3639  /** @name PalletRefungibleItemData (431) */3640=======3641  /** @name PalletRefungibleItemData (427) */3642>>>>>>> fix: update polkadot types and definitions3643<<<<<<< HEAD3644>>>>>>> fix: update polkadot types and definitions3645<<<<<<< HEAD3646>>>>>>> fix: update polkadot types and definitions3647=======3648=======3649=======3650  /** @name PalletRefungibleItemData (431) */3651>>>>>>> chore: regenerate types3652>>>>>>> chore: regenerate types3653>>>>>>> chore: regenerate types3654  interface PalletRefungibleItemData extends Struct {3655    readonly constData: Bytes;3656  }36573658<<<<<<< HEAD3659<<<<<<< HEAD3660  /** @name PalletRefungibleError (422) */3661=======3662=======3663>>>>>>> chore: regenerate types3664<<<<<<< HEAD3665  /** @name PalletRefungibleError (423) */3666=======3667=======3668>>>>>>> chore: regenerate types3669<<<<<<< HEAD3670  /** @name PalletRefungibleError (436) */3671=======3672  /** @name PalletRefungibleError (432) */3673>>>>>>> fix: update polkadot types and definitions3674<<<<<<< HEAD3675>>>>>>> fix: update polkadot types and definitions3676<<<<<<< HEAD3677>>>>>>> fix: update polkadot types and definitions3678<<<<<<< HEAD3679>>>>>>> fix: update polkadot types and definitions3680=======3681=======3682=======3683=======3684  /** @name PalletRefungibleError (436) */3685>>>>>>> chore: regenerate types3686>>>>>>> chore: regenerate types3687>>>>>>> chore: regenerate types3688>>>>>>> chore: regenerate types3689  interface PalletRefungibleError extends Enum {3690    readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3691    readonly isWrongRefungiblePieces: boolean;3692    readonly isRepartitionWhileNotOwningAllPieces: boolean;3693    readonly isRefungibleDisallowsNesting: boolean;3694    readonly isSettingPropertiesNotAllowed: boolean;3695    readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3696  }36973698<<<<<<< HEAD3699<<<<<<< HEAD3700  /** @name PalletNonfungibleItemData (421) */3701=======3702=======3703>>>>>>> chore: regenerate types3704<<<<<<< HEAD3705  /** @name PalletNonfungibleItemData (423) */3706=======3707=======3708>>>>>>> chore: regenerate types3709<<<<<<< HEAD3710  /** @name PalletNonfungibleItemData (424) */3711=======3712=======3713>>>>>>> chore: regenerate types3714<<<<<<< HEAD3715  /** @name PalletNonfungibleItemData (437) */3716=======3717  /** @name PalletNonfungibleItemData (433) */3718>>>>>>> fix: update polkadot types and definitions3719<<<<<<< HEAD3720>>>>>>> fix: update polkadot types and definitions3721<<<<<<< HEAD3722>>>>>>> fix: update polkadot types and definitions3723<<<<<<< HEAD3724>>>>>>> fix: update polkadot types and definitions3725=======3726=======3727=======3728=======3729  /** @name PalletNonfungibleItemData (437) */3730>>>>>>> chore: regenerate types3731>>>>>>> chore: regenerate types3732>>>>>>> chore: regenerate types3733>>>>>>> chore: regenerate types3734  interface PalletNonfungibleItemData extends Struct {3735    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3736  }37373738<<<<<<< HEAD3739<<<<<<< HEAD3740  /** @name UpDataStructsPropertyScope (423) */3741=======3742=======3743>>>>>>> chore: regenerate types3744<<<<<<< HEAD3745  /** @name UpDataStructsPropertyScope (425) */3746=======3747=======3748>>>>>>> chore: regenerate types3749<<<<<<< HEAD3750  /** @name UpDataStructsPropertyScope (426) */3751=======3752=======3753>>>>>>> chore: regenerate types3754<<<<<<< HEAD3755  /** @name UpDataStructsPropertyScope (439) */3756=======3757  /** @name UpDataStructsPropertyScope (435) */3758>>>>>>> fix: update polkadot types and definitions3759<<<<<<< HEAD3760>>>>>>> fix: update polkadot types and definitions3761<<<<<<< HEAD3762>>>>>>> fix: update polkadot types and definitions3763<<<<<<< HEAD3764>>>>>>> fix: update polkadot types and definitions3765=======3766=======3767=======3768=======3769  /** @name UpDataStructsPropertyScope (439) */3770>>>>>>> chore: regenerate types3771>>>>>>> chore: regenerate types3772>>>>>>> chore: regenerate types3773>>>>>>> chore: regenerate types3774  interface UpDataStructsPropertyScope extends Enum {3775    readonly isNone: boolean;3776    readonly isRmrk: boolean;3777    readonly type: 'None' | 'Rmrk';3778  }37793780<<<<<<< HEAD3781<<<<<<< HEAD3782  /** @name PalletNonfungibleError (426) */3783=======3784=======3785>>>>>>> chore: regenerate types3786<<<<<<< HEAD3787  /** @name PalletNonfungibleError (427) */3788=======3789=======3790>>>>>>> chore: regenerate types3791<<<<<<< HEAD3792  /** @name PalletNonfungibleError (428) */3793=======3794=======3795>>>>>>> chore: regenerate types3796<<<<<<< HEAD3797  /** @name PalletNonfungibleError (441) */3798=======3799  /** @name PalletNonfungibleError (437) */3800>>>>>>> fix: update polkadot types and definitions3801<<<<<<< HEAD3802>>>>>>> fix: update polkadot types and definitions3803<<<<<<< HEAD3804>>>>>>> fix: update polkadot types and definitions3805<<<<<<< HEAD3806>>>>>>> fix: update polkadot types and definitions3807=======3808=======3809=======3810=======3811  /** @name PalletNonfungibleError (441) */3812>>>>>>> chore: regenerate types3813>>>>>>> chore: regenerate types3814>>>>>>> chore: regenerate types3815>>>>>>> chore: regenerate types3816  interface PalletNonfungibleError extends Enum {3817    readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3818    readonly isNonfungibleItemsHaveNoAmount: boolean;3819    readonly isCantBurnNftWithChildren: boolean;3820    readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3821  }38223823<<<<<<< HEAD3824<<<<<<< HEAD3825  /** @name PalletStructureError (427) */3826=======3827=======3828>>>>>>> chore: regenerate types3829<<<<<<< HEAD3830  /** @name PalletStructureError (428) */3831=======3832=======3833>>>>>>> chore: regenerate types3834<<<<<<< HEAD3835  /** @name PalletStructureError (429) */3836=======3837=======3838>>>>>>> chore: regenerate types3839<<<<<<< HEAD3840  /** @name PalletStructureError (442) */3841=======3842  /** @name PalletStructureError (438) */3843>>>>>>> fix: update polkadot types and definitions3844<<<<<<< HEAD3845>>>>>>> fix: update polkadot types and definitions3846<<<<<<< HEAD3847>>>>>>> fix: update polkadot types and definitions3848<<<<<<< HEAD3849>>>>>>> fix: update polkadot types and definitions3850=======3851=======3852=======3853=======3854  /** @name PalletStructureError (442) */3855>>>>>>> chore: regenerate types3856>>>>>>> chore: regenerate types3857>>>>>>> chore: regenerate types3858>>>>>>> chore: regenerate types3859  interface PalletStructureError extends Enum {3860    readonly isOuroborosDetected: boolean;3861    readonly isDepthLimit: boolean;3862    readonly isBreadthLimit: boolean;3863    readonly isTokenNotFound: boolean;3864    readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3865  }38663867<<<<<<< HEAD3868<<<<<<< HEAD3869  /** @name PalletRmrkCoreError (428) */3870=======3871=======3872>>>>>>> chore: regenerate types3873<<<<<<< HEAD3874  /** @name PalletRmrkCoreError (429) */3875=======3876=======3877>>>>>>> chore: regenerate types3878<<<<<<< HEAD3879  /** @name PalletRmrkCoreError (430) */3880=======3881=======3882>>>>>>> chore: regenerate types3883<<<<<<< HEAD3884  /** @name PalletRmrkCoreError (443) */3885=======3886  /** @name PalletRmrkCoreError (439) */3887>>>>>>> fix: update polkadot types and definitions3888<<<<<<< HEAD3889>>>>>>> fix: update polkadot types and definitions3890<<<<<<< HEAD3891>>>>>>> fix: update polkadot types and definitions3892<<<<<<< HEAD3893>>>>>>> fix: update polkadot types and definitions3894=======3895=======3896=======3897=======3898  /** @name PalletRmrkCoreError (443) */3899>>>>>>> chore: regenerate types3900>>>>>>> chore: regenerate types3901>>>>>>> chore: regenerate types3902>>>>>>> chore: regenerate types3903  interface PalletRmrkCoreError extends Enum {3904    readonly isCorruptedCollectionType: boolean;3905    readonly isRmrkPropertyKeyIsTooLong: boolean;3906    readonly isRmrkPropertyValueIsTooLong: boolean;3907    readonly isRmrkPropertyIsNotFound: boolean;3908    readonly isUnableToDecodeRmrkData: boolean;3909    readonly isCollectionNotEmpty: boolean;3910    readonly isNoAvailableCollectionId: boolean;3911    readonly isNoAvailableNftId: boolean;3912    readonly isCollectionUnknown: boolean;3913    readonly isNoPermission: boolean;3914    readonly isNonTransferable: boolean;3915    readonly isCollectionFullOrLocked: boolean;3916    readonly isResourceDoesntExist: boolean;3917    readonly isCannotSendToDescendentOrSelf: boolean;3918    readonly isCannotAcceptNonOwnedNft: boolean;3919    readonly isCannotRejectNonOwnedNft: boolean;3920    readonly isCannotRejectNonPendingNft: boolean;3921    readonly isResourceNotPending: boolean;3922    readonly isNoAvailableResourceId: boolean;3923    readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3924  }39253926<<<<<<< HEAD3927<<<<<<< HEAD3928  /** @name PalletRmrkEquipError (430) */3929=======3930=======3931>>>>>>> chore: regenerate types3932<<<<<<< HEAD3933  /** @name PalletRmrkEquipError (431) */3934=======3935=======3936>>>>>>> chore: regenerate types3937<<<<<<< HEAD3938  /** @name PalletRmrkEquipError (432) */3939=======3940=======3941>>>>>>> chore: regenerate types3942<<<<<<< HEAD3943  /** @name PalletRmrkEquipError (445) */3944=======3945  /** @name PalletRmrkEquipError (441) */3946>>>>>>> fix: update polkadot types and definitions3947<<<<<<< HEAD3948>>>>>>> fix: update polkadot types and definitions3949<<<<<<< HEAD3950>>>>>>> fix: update polkadot types and definitions3951<<<<<<< HEAD3952>>>>>>> fix: update polkadot types and definitions3953=======3954=======3955=======3956=======3957  /** @name PalletRmrkEquipError (445) */3958>>>>>>> chore: regenerate types3959>>>>>>> chore: regenerate types3960>>>>>>> chore: regenerate types3961>>>>>>> chore: regenerate types3962  interface PalletRmrkEquipError extends Enum {3963    readonly isPermissionError: boolean;3964    readonly isNoAvailableBaseId: boolean;3965    readonly isNoAvailablePartId: boolean;3966    readonly isBaseDoesntExist: boolean;3967    readonly isNeedsDefaultThemeFirst: boolean;3968    readonly isPartDoesntExist: boolean;3969    readonly isNoEquippableOnFixedPart: boolean;3970    readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3971  }39723973<<<<<<< HEAD3974<<<<<<< HEAD3975  /** @name PalletAppPromotionError (436) */3976=======3977=======3978>>>>>>> chore: regenerate types3979<<<<<<< HEAD3980  /** @name PalletAppPromotionError (437) */3981=======3982=======3983>>>>>>> chore: regenerate types3984<<<<<<< HEAD3985  /** @name PalletAppPromotionError (438) */3986=======3987=======3988>>>>>>> chore: regenerate types3989<<<<<<< HEAD3990  /** @name PalletAppPromotionError (451) */3991=======3992  /** @name PalletAppPromotionError (447) */3993>>>>>>> fix: update polkadot types and definitions3994<<<<<<< HEAD3995>>>>>>> fix: update polkadot types and definitions3996<<<<<<< HEAD3997>>>>>>> fix: update polkadot types and definitions3998<<<<<<< HEAD3999>>>>>>> fix: update polkadot types and definitions4000=======4001=======4002=======4003=======4004  /** @name PalletAppPromotionError (451) */4005>>>>>>> chore: regenerate types4006>>>>>>> chore: regenerate types4007>>>>>>> chore: regenerate types4008>>>>>>> chore: regenerate types4009  interface PalletAppPromotionError extends Enum {4010    readonly isAdminNotSet: boolean;4011    readonly isNoPermission: boolean;4012    readonly isNotSufficientFunds: boolean;4013    readonly isPendingForBlockOverflow: boolean;4014    readonly isSponsorNotSet: boolean;4015    readonly isIncorrectLockedBalanceOperation: boolean;4016    readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';4017  }40184019<<<<<<< HEAD4020<<<<<<< HEAD4021  /** @name PalletForeignAssetsModuleError (437) */4022=======4023=======4024>>>>>>> chore: regenerate types4025<<<<<<< HEAD4026  /** @name PalletForeignAssetsModuleError (438) */4027=======4028=======4029>>>>>>> chore: regenerate types4030<<<<<<< HEAD4031  /** @name PalletForeignAssetsModuleError (439) */4032=======4033=======4034>>>>>>> chore: regenerate types4035<<<<<<< HEAD4036  /** @name PalletForeignAssetsModuleError (452) */4037=======4038  /** @name PalletForeignAssetsModuleError (448) */4039>>>>>>> fix: update polkadot types and definitions4040<<<<<<< HEAD4041>>>>>>> fix: update polkadot types and definitions4042<<<<<<< HEAD4043>>>>>>> fix: update polkadot types and definitions4044<<<<<<< HEAD4045>>>>>>> fix: update polkadot types and definitions4046=======4047=======4048=======4049=======4050  /** @name PalletForeignAssetsModuleError (452) */4051>>>>>>> chore: regenerate types4052>>>>>>> chore: regenerate types4053>>>>>>> chore: regenerate types4054>>>>>>> chore: regenerate types4055  interface PalletForeignAssetsModuleError extends Enum {4056    readonly isBadLocation: boolean;4057    readonly isMultiLocationExisted: boolean;4058    readonly isAssetIdNotExists: boolean;4059    readonly isAssetIdExisted: boolean;4060    readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';4061  }40624063<<<<<<< HEAD4064<<<<<<< HEAD4065  /** @name PalletEvmError (439) */4066=======4067=======4068>>>>>>> chore: regenerate types4069<<<<<<< HEAD4070  /** @name PalletEvmError (440) */4071=======4072=======4073>>>>>>> chore: regenerate types4074<<<<<<< HEAD4075  /** @name PalletEvmError (441) */4076=======4077=======4078>>>>>>> chore: regenerate types4079<<<<<<< HEAD4080  /** @name PalletEvmError (454) */4081=======4082  /** @name PalletEvmError (451) */4083>>>>>>> fix: update polkadot types and definitions4084<<<<<<< HEAD4085>>>>>>> fix: update polkadot types and definitions4086<<<<<<< HEAD4087>>>>>>> fix: update polkadot types and definitions4088<<<<<<< HEAD4089>>>>>>> fix: update polkadot types and definitions4090=======4091=======4092=======4093=======4094  /** @name PalletEvmError (455) */4095>>>>>>> chore: regenerate types4096>>>>>>> chore: regenerate types4097>>>>>>> chore: regenerate types4098>>>>>>> chore: regenerate types4099  interface PalletEvmError extends Enum {4100    readonly isBalanceLow: boolean;4101    readonly isFeeOverflow: boolean;4102    readonly isPaymentOverflow: boolean;4103    readonly isWithdrawFailed: boolean;4104    readonly isGasPriceTooLow: boolean;4105    readonly isInvalidNonce: boolean;4106    readonly isGasLimitTooLow: boolean;4107    readonly isGasLimitTooHigh: boolean;4108    readonly isUndefined: boolean;4109    readonly isReentrancy: boolean;4110    readonly isTransactionMustComeFromEOA: boolean;4111    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';4112  }41134114<<<<<<< HEAD4115<<<<<<< HEAD4116  /** @name FpRpcTransactionStatus (442) */4117=======4118=======4119>>>>>>> chore: regenerate types4120<<<<<<< HEAD4121  /** @name FpRpcTransactionStatus (443) */4122=======4123=======4124>>>>>>> chore: regenerate types4125<<<<<<< HEAD4126  /** @name FpRpcTransactionStatus (444) */4127=======4128=======4129>>>>>>> chore: regenerate types4130<<<<<<< HEAD4131  /** @name FpRpcTransactionStatus (457) */4132=======4133  /** @name FpRpcTransactionStatus (454) */4134>>>>>>> fix: update polkadot types and definitions4135<<<<<<< HEAD4136>>>>>>> fix: update polkadot types and definitions4137<<<<<<< HEAD4138>>>>>>> fix: update polkadot types and definitions4139<<<<<<< HEAD4140>>>>>>> fix: update polkadot types and definitions4141=======4142=======4143=======4144=======4145  /** @name FpRpcTransactionStatus (458) */4146>>>>>>> chore: regenerate types4147>>>>>>> chore: regenerate types4148>>>>>>> chore: regenerate types4149>>>>>>> chore: regenerate types4150  interface FpRpcTransactionStatus extends Struct {4151    readonly transactionHash: H256;4152    readonly transactionIndex: u32;4153    readonly from: H160;4154    readonly to: Option<H160>;4155    readonly contractAddress: Option<H160>;4156    readonly logs: Vec<EthereumLog>;4157    readonly logsBloom: EthbloomBloom;4158  }41594160<<<<<<< HEAD4161<<<<<<< HEAD4162  /** @name EthbloomBloom (444) */4163  interface EthbloomBloom extends U8aFixed {}41644165  /** @name EthereumReceiptReceiptV3 (446) */4166=======4167=======4168>>>>>>> chore: regenerate types4169<<<<<<< HEAD4170  /** @name EthbloomBloom (445) */4171  interface EthbloomBloom extends U8aFixed {}41724173  /** @name EthereumReceiptReceiptV3 (447) */4174=======4175=======4176>>>>>>> chore: regenerate types4177<<<<<<< HEAD4178  /** @name EthbloomBloom (446) */4179  interface EthbloomBloom extends U8aFixed {}41804181  /** @name EthereumReceiptReceiptV3 (448) */4182=======4183=======4184>>>>>>> chore: regenerate types4185<<<<<<< HEAD4186  /** @name EthbloomBloom (459) */4187  interface EthbloomBloom extends U8aFixed {}41884189  /** @name EthereumReceiptReceiptV3 (461) */4190=======4191  /** @name EthbloomBloom (456) */4192  interface EthbloomBloom extends U8aFixed {}41934194  /** @name EthereumReceiptReceiptV3 (458) */4195>>>>>>> fix: update polkadot types and definitions4196<<<<<<< HEAD4197>>>>>>> fix: update polkadot types and definitions4198<<<<<<< HEAD4199>>>>>>> fix: update polkadot types and definitions4200<<<<<<< HEAD4201>>>>>>> fix: update polkadot types and definitions4202=======4203=======4204=======4205=======4206  /** @name EthbloomBloom (460) */4207  interface EthbloomBloom extends U8aFixed {}42084209  /** @name EthereumReceiptReceiptV3 (462) */4210>>>>>>> chore: regenerate types4211>>>>>>> chore: regenerate types4212>>>>>>> chore: regenerate types4213>>>>>>> chore: regenerate types4214  interface EthereumReceiptReceiptV3 extends Enum {4215    readonly isLegacy: boolean;4216    readonly asLegacy: EthereumReceiptEip658ReceiptData;4217    readonly isEip2930: boolean;4218    readonly asEip2930: EthereumReceiptEip658ReceiptData;4219    readonly isEip1559: boolean;4220    readonly asEip1559: EthereumReceiptEip658ReceiptData;4221    readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';4222  }42234224<<<<<<< HEAD4225<<<<<<< HEAD4226  /** @name EthereumReceiptEip658ReceiptData (447) */4227=======4228=======4229>>>>>>> chore: regenerate types4230<<<<<<< HEAD4231  /** @name EthereumReceiptEip658ReceiptData (448) */4232=======4233=======4234>>>>>>> chore: regenerate types4235<<<<<<< HEAD4236  /** @name EthereumReceiptEip658ReceiptData (449) */4237=======4238=======4239>>>>>>> chore: regenerate types4240<<<<<<< HEAD4241  /** @name EthereumReceiptEip658ReceiptData (462) */4242=======4243  /** @name EthereumReceiptEip658ReceiptData (459) */4244>>>>>>> fix: update polkadot types and definitions4245<<<<<<< HEAD4246>>>>>>> fix: update polkadot types and definitions4247<<<<<<< HEAD4248>>>>>>> fix: update polkadot types and definitions4249<<<<<<< HEAD4250>>>>>>> fix: update polkadot types and definitions4251=======4252=======4253=======4254=======4255  /** @name EthereumReceiptEip658ReceiptData (463) */4256>>>>>>> chore: regenerate types4257>>>>>>> chore: regenerate types4258>>>>>>> chore: regenerate types4259>>>>>>> chore: regenerate types4260  interface EthereumReceiptEip658ReceiptData extends Struct {4261    readonly statusCode: u8;4262    readonly usedGas: U256;4263    readonly logsBloom: EthbloomBloom;4264    readonly logs: Vec<EthereumLog>;4265  }42664267<<<<<<< HEAD4268<<<<<<< HEAD4269  /** @name EthereumBlock (448) */4270=======4271=======4272>>>>>>> chore: regenerate types4273<<<<<<< HEAD4274  /** @name EthereumBlock (449) */4275=======4276=======4277>>>>>>> chore: regenerate types4278<<<<<<< HEAD4279  /** @name EthereumBlock (450) */4280=======4281=======4282>>>>>>> chore: regenerate types4283<<<<<<< HEAD4284  /** @name EthereumBlock (463) */4285=======4286  /** @name EthereumBlock (460) */4287>>>>>>> fix: update polkadot types and definitions4288<<<<<<< HEAD4289>>>>>>> fix: update polkadot types and definitions4290<<<<<<< HEAD4291>>>>>>> fix: update polkadot types and definitions4292<<<<<<< HEAD4293>>>>>>> fix: update polkadot types and definitions4294=======4295=======4296=======4297=======4298  /** @name EthereumBlock (464) */4299>>>>>>> chore: regenerate types4300>>>>>>> chore: regenerate types4301>>>>>>> chore: regenerate types4302>>>>>>> chore: regenerate types4303  interface EthereumBlock extends Struct {4304    readonly header: EthereumHeader;4305    readonly transactions: Vec<EthereumTransactionTransactionV2>;4306    readonly ommers: Vec<EthereumHeader>;4307  }43084309<<<<<<< HEAD4310<<<<<<< HEAD4311  /** @name EthereumHeader (449) */4312=======4313=======4314>>>>>>> chore: regenerate types4315<<<<<<< HEAD4316  /** @name EthereumHeader (450) */4317=======4318=======4319>>>>>>> chore: regenerate types4320<<<<<<< HEAD4321  /** @name EthereumHeader (451) */4322=======4323=======4324>>>>>>> chore: regenerate types4325<<<<<<< HEAD4326  /** @name EthereumHeader (464) */4327=======4328  /** @name EthereumHeader (461) */4329>>>>>>> fix: update polkadot types and definitions4330<<<<<<< HEAD4331>>>>>>> fix: update polkadot types and definitions4332<<<<<<< HEAD4333>>>>>>> fix: update polkadot types and definitions4334<<<<<<< HEAD4335>>>>>>> fix: update polkadot types and definitions4336=======4337=======4338=======4339=======4340  /** @name EthereumHeader (465) */4341>>>>>>> chore: regenerate types4342>>>>>>> chore: regenerate types4343>>>>>>> chore: regenerate types4344>>>>>>> chore: regenerate types4345  interface EthereumHeader extends Struct {4346    readonly parentHash: H256;4347    readonly ommersHash: H256;4348    readonly beneficiary: H160;4349    readonly stateRoot: H256;4350    readonly transactionsRoot: H256;4351    readonly receiptsRoot: H256;4352    readonly logsBloom: EthbloomBloom;4353    readonly difficulty: U256;4354    readonly number: U256;4355    readonly gasLimit: U256;4356    readonly gasUsed: U256;4357    readonly timestamp: u64;4358    readonly extraData: Bytes;4359    readonly mixHash: H256;4360    readonly nonce: EthereumTypesHashH64;4361  }43624363<<<<<<< HEAD4364<<<<<<< HEAD4365  /** @name EthereumTypesHashH64 (450) */4366  interface EthereumTypesHashH64 extends U8aFixed {}43674368  /** @name PalletEthereumError (455) */4369=======4370=======4371>>>>>>> chore: regenerate types4372<<<<<<< HEAD4373  /** @name EthereumTypesHashH64 (451) */4374  interface EthereumTypesHashH64 extends U8aFixed {}43754376  /** @name PalletEthereumError (456) */4377=======4378=======4379>>>>>>> chore: regenerate types4380<<<<<<< HEAD4381  /** @name EthereumTypesHashH64 (452) */4382  interface EthereumTypesHashH64 extends U8aFixed {}43834384  /** @name PalletEthereumError (457) */4385=======4386=======4387>>>>>>> chore: regenerate types4388<<<<<<< HEAD4389  /** @name EthereumTypesHashH64 (465) */4390  interface EthereumTypesHashH64 extends U8aFixed {}43914392  /** @name PalletEthereumError (470) */4393=======4394  /** @name EthereumTypesHashH64 (462) */4395  interface EthereumTypesHashH64 extends U8aFixed {}43964397  /** @name PalletEthereumError (467) */4398>>>>>>> fix: update polkadot types and definitions4399<<<<<<< HEAD4400>>>>>>> fix: update polkadot types and definitions4401<<<<<<< HEAD4402>>>>>>> fix: update polkadot types and definitions4403<<<<<<< HEAD4404>>>>>>> fix: update polkadot types and definitions4405=======4406=======4407=======4408=======4409  /** @name EthereumTypesHashH64 (466) */4410  interface EthereumTypesHashH64 extends U8aFixed {}44114412  /** @name PalletEthereumError (471) */4413>>>>>>> chore: regenerate types4414>>>>>>> chore: regenerate types4415>>>>>>> chore: regenerate types4416>>>>>>> chore: regenerate types4417  interface PalletEthereumError extends Enum {4418    readonly isInvalidSignature: boolean;4419    readonly isPreLogExists: boolean;4420    readonly type: 'InvalidSignature' | 'PreLogExists';4421  }44224423<<<<<<< HEAD4424<<<<<<< HEAD4425  /** @name PalletEvmCoderSubstrateError (456) */4426=======4427=======4428>>>>>>> chore: regenerate types4429<<<<<<< HEAD4430  /** @name PalletEvmCoderSubstrateError (457) */4431=======4432=======4433>>>>>>> chore: regenerate types4434<<<<<<< HEAD4435  /** @name PalletEvmCoderSubstrateError (458) */4436=======4437=======4438>>>>>>> chore: regenerate types4439<<<<<<< HEAD4440  /** @name PalletEvmCoderSubstrateError (471) */4441=======4442  /** @name PalletEvmCoderSubstrateError (468) */4443>>>>>>> fix: update polkadot types and definitions4444<<<<<<< HEAD4445>>>>>>> fix: update polkadot types and definitions4446<<<<<<< HEAD4447>>>>>>> fix: update polkadot types and definitions4448<<<<<<< HEAD4449>>>>>>> fix: update polkadot types and definitions4450=======4451=======4452=======4453=======4454  /** @name PalletEvmCoderSubstrateError (472) */4455>>>>>>> chore: regenerate types4456>>>>>>> chore: regenerate types4457>>>>>>> chore: regenerate types4458>>>>>>> chore: regenerate types4459  interface PalletEvmCoderSubstrateError extends Enum {4460    readonly isOutOfGas: boolean;4461    readonly isOutOfFund: boolean;4462    readonly type: 'OutOfGas' | 'OutOfFund';4463  }44644465<<<<<<< HEAD4466<<<<<<< HEAD4467  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (457) */4468=======4469=======4470>>>>>>> chore: regenerate types4471<<<<<<< HEAD4472  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (458) */4473=======4474=======4475>>>>>>> chore: regenerate types4476<<<<<<< HEAD4477  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (459) */4478=======4479=======4480>>>>>>> chore: regenerate types4481<<<<<<< HEAD4482  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (472) */4483=======4484  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (469) */4485>>>>>>> fix: update polkadot types and definitions4486<<<<<<< HEAD4487>>>>>>> fix: update polkadot types and definitions4488<<<<<<< HEAD4489>>>>>>> fix: update polkadot types and definitions4490<<<<<<< HEAD4491>>>>>>> fix: update polkadot types and definitions4492=======4493=======4494=======4495=======4496  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (473) */4497>>>>>>> chore: regenerate types4498>>>>>>> chore: regenerate types4499>>>>>>> chore: regenerate types4500>>>>>>> chore: regenerate types4501  interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {4502    readonly isDisabled: boolean;4503    readonly isUnconfirmed: boolean;4504    readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;4505    readonly isConfirmed: boolean;4506    readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;4507    readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';4508  }45094510<<<<<<< HEAD4511<<<<<<< HEAD4512  /** @name PalletEvmContractHelpersSponsoringModeT (458) */4513=======4514=======4515>>>>>>> chore: regenerate types4516<<<<<<< HEAD4517  /** @name PalletEvmContractHelpersSponsoringModeT (459) */4518=======4519=======4520>>>>>>> chore: regenerate types4521<<<<<<< HEAD4522  /** @name PalletEvmContractHelpersSponsoringModeT (460) */4523=======4524=======4525>>>>>>> chore: regenerate types4526<<<<<<< HEAD4527  /** @name PalletEvmContractHelpersSponsoringModeT (473) */4528=======4529  /** @name PalletEvmContractHelpersSponsoringModeT (470) */4530>>>>>>> fix: update polkadot types and definitions4531<<<<<<< HEAD4532>>>>>>> fix: update polkadot types and definitions4533<<<<<<< HEAD4534>>>>>>> fix: update polkadot types and definitions4535<<<<<<< HEAD4536>>>>>>> fix: update polkadot types and definitions4537=======4538=======4539=======4540=======4541  /** @name PalletEvmContractHelpersSponsoringModeT (474) */4542>>>>>>> chore: regenerate types4543>>>>>>> chore: regenerate types4544>>>>>>> chore: regenerate types4545>>>>>>> chore: regenerate types4546  interface PalletEvmContractHelpersSponsoringModeT extends Enum {4547    readonly isDisabled: boolean;4548    readonly isAllowlisted: boolean;4549    readonly isGenerous: boolean;4550    readonly type: 'Disabled' | 'Allowlisted' | 'Generous';4551  }45524553<<<<<<< HEAD4554<<<<<<< HEAD4555  /** @name PalletEvmContractHelpersError (464) */4556=======4557=======4558>>>>>>> chore: regenerate types4559<<<<<<< HEAD4560  /** @name PalletEvmContractHelpersError (465) */4561=======4562=======4563>>>>>>> chore: regenerate types4564<<<<<<< HEAD4565  /** @name PalletEvmContractHelpersError (466) */4566=======4567=======4568>>>>>>> chore: regenerate types4569<<<<<<< HEAD4570  /** @name PalletEvmContractHelpersError (479) */4571=======4572  /** @name PalletEvmContractHelpersError (476) */4573>>>>>>> fix: update polkadot types and definitions4574<<<<<<< HEAD4575>>>>>>> fix: update polkadot types and definitions4576<<<<<<< HEAD4577>>>>>>> fix: update polkadot types and definitions4578<<<<<<< HEAD4579>>>>>>> fix: update polkadot types and definitions4580=======4581=======4582=======4583=======4584  /** @name PalletEvmContractHelpersError (480) */4585>>>>>>> chore: regenerate types4586>>>>>>> chore: regenerate types4587>>>>>>> chore: regenerate types4588>>>>>>> chore: regenerate types4589  interface PalletEvmContractHelpersError extends Enum {4590    readonly isNoPermission: boolean;4591    readonly isNoPendingSponsor: boolean;4592    readonly isTooManyMethodsHaveSponsoredLimit: boolean;4593    readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';4594  }45954596<<<<<<< HEAD4597<<<<<<< HEAD4598  /** @name PalletEvmMigrationError (465) */4599=======4600=======4601>>>>>>> chore: regenerate types4602<<<<<<< HEAD4603  /** @name PalletEvmMigrationError (466) */4604=======4605=======4606>>>>>>> chore: regenerate types4607<<<<<<< HEAD4608  /** @name PalletEvmMigrationError (467) */4609=======4610=======4611>>>>>>> chore: regenerate types4612<<<<<<< HEAD4613  /** @name PalletEvmMigrationError (480) */4614=======4615  /** @name PalletEvmMigrationError (477) */4616>>>>>>> fix: update polkadot types and definitions4617<<<<<<< HEAD4618>>>>>>> fix: update polkadot types and definitions4619<<<<<<< HEAD4620>>>>>>> fix: update polkadot types and definitions4621<<<<<<< HEAD4622>>>>>>> fix: update polkadot types and definitions4623=======4624=======4625=======4626=======4627  /** @name PalletEvmMigrationError (481) */4628>>>>>>> chore: regenerate types4629>>>>>>> chore: regenerate types4630>>>>>>> chore: regenerate types4631>>>>>>> chore: regenerate types4632  interface PalletEvmMigrationError extends Enum {4633    readonly isAccountNotEmpty: boolean;4634    readonly isAccountIsNotMigrating: boolean;4635    readonly isBadEvent: boolean;4636    readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';4637  }46384639<<<<<<< HEAD4640<<<<<<< HEAD4641  /** @name PalletMaintenanceError (466) */4642  type PalletMaintenanceError = Null;46434644  /** @name PalletTestUtilsError (467) */4645=======4646=======4647>>>>>>> chore: regenerate types4648<<<<<<< HEAD4649  /** @name PalletMaintenanceError (467) */4650  type PalletMaintenanceError = Null;46514652  /** @name PalletTestUtilsError (468) */4653=======4654=======4655>>>>>>> chore: regenerate types4656<<<<<<< HEAD4657  /** @name PalletMaintenanceError (468) */4658  type PalletMaintenanceError = Null;46594660  /** @name PalletTestUtilsError (469) */4661=======4662=======4663>>>>>>> chore: regenerate types4664<<<<<<< HEAD4665  /** @name PalletMaintenanceError (481) */4666  type PalletMaintenanceError = Null;46674668  /** @name PalletTestUtilsError (482) */4669=======4670  /** @name PalletMaintenanceError (478) */4671  type PalletMaintenanceError = Null;46724673  /** @name PalletTestUtilsError (479) */4674>>>>>>> fix: update polkadot types and definitions4675<<<<<<< HEAD4676>>>>>>> fix: update polkadot types and definitions4677<<<<<<< HEAD4678>>>>>>> fix: update polkadot types and definitions4679<<<<<<< HEAD4680>>>>>>> fix: update polkadot types and definitions4681=======4682=======4683=======4684=======4685  /** @name PalletMaintenanceError (482) */4686  type PalletMaintenanceError = Null;46874688  /** @name PalletTestUtilsError (483) */4689>>>>>>> chore: regenerate types4690>>>>>>> chore: regenerate types4691>>>>>>> chore: regenerate types4692>>>>>>> chore: regenerate types4693  interface PalletTestUtilsError extends Enum {4694    readonly isTestPalletDisabled: boolean;4695    readonly isTriggerRollback: boolean;4696    readonly type: 'TestPalletDisabled' | 'TriggerRollback';4697  }46984699<<<<<<< HEAD4700<<<<<<< HEAD4701  /** @name SpRuntimeMultiSignature (469) */4702=======4703=======4704>>>>>>> chore: regenerate types4705<<<<<<< HEAD4706  /** @name SpRuntimeMultiSignature (470) */4707=======4708=======4709>>>>>>> chore: regenerate types4710<<<<<<< HEAD4711  /** @name SpRuntimeMultiSignature (471) */4712=======4713=======4714>>>>>>> chore: regenerate types4715<<<<<<< HEAD4716  /** @name SpRuntimeMultiSignature (484) */4717=======4718  /** @name SpRuntimeMultiSignature (481) */4719>>>>>>> fix: update polkadot types and definitions4720<<<<<<< HEAD4721>>>>>>> fix: update polkadot types and definitions4722<<<<<<< HEAD4723>>>>>>> fix: update polkadot types and definitions4724<<<<<<< HEAD4725>>>>>>> fix: update polkadot types and definitions4726=======4727=======4728=======4729=======4730  /** @name SpRuntimeMultiSignature (485) */4731>>>>>>> chore: regenerate types4732>>>>>>> chore: regenerate types4733>>>>>>> chore: regenerate types4734>>>>>>> chore: regenerate types4735  interface SpRuntimeMultiSignature extends Enum {4736    readonly isEd25519: boolean;4737    readonly asEd25519: SpCoreEd25519Signature;4738    readonly isSr25519: boolean;4739    readonly asSr25519: SpCoreSr25519Signature;4740    readonly isEcdsa: boolean;4741    readonly asEcdsa: SpCoreEcdsaSignature;4742    readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';4743  }47444745<<<<<<< HEAD4746<<<<<<< HEAD4747  /** @name SpCoreEd25519Signature (470) */4748=======4749=======4750>>>>>>> chore: regenerate types4751<<<<<<< HEAD4752  /** @name SpCoreEd25519Signature (471) */4753=======4754=======4755>>>>>>> chore: regenerate types4756<<<<<<< HEAD4757  /** @name SpCoreEd25519Signature (472) */4758=======4759=======4760>>>>>>> chore: regenerate types4761<<<<<<< HEAD4762  /** @name SpCoreEd25519Signature (485) */4763>>>>>>> fix: update polkadot types and definitions4764>>>>>>> fix: update polkadot types and definitions4765>>>>>>> fix: update polkadot types and definitions4766  interface SpCoreEd25519Signature extends U8aFixed {}47674768  /** @name SpCoreSr25519Signature (472) */4769  interface SpCoreSr25519Signature extends U8aFixed {}47704771  /** @name SpCoreEcdsaSignature (473) */4772  interface SpCoreEcdsaSignature extends U8aFixed {}47734774  /** @name FrameSystemExtensionsCheckSpecVersion (476) */4775  type FrameSystemExtensionsCheckSpecVersion = Null;47764777  /** @name FrameSystemExtensionsCheckTxVersion (477) */4778  type FrameSystemExtensionsCheckTxVersion = Null;47794780  /** @name FrameSystemExtensionsCheckGenesis (478) */4781  type FrameSystemExtensionsCheckGenesis = Null;47824783  /** @name FrameSystemExtensionsCheckNonce (481) */4784  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}47854786  /** @name FrameSystemExtensionsCheckWeight (482) */4787  type FrameSystemExtensionsCheckWeight = Null;47884789  /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (483) */4790  type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;47914792  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (484) */4793  interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}47944795  /** @name OpalRuntimeRuntime (485) */4796  type OpalRuntimeRuntime = Null;47974798<<<<<<< HEAD4799  /** @name PalletEthereumFakeTransactionFinalizer (486) */4800=======4801<<<<<<< HEAD4802  /** @name PalletEthereumFakeTransactionFinalizer (487) */4803=======4804<<<<<<< HEAD4805  /** @name PalletEthereumFakeTransactionFinalizer (488) */4806=======4807  /** @name PalletEthereumFakeTransactionFinalizer (501) */4808=======4809  /** @name SpCoreEd25519Signature (482) */4810=======4811  /** @name SpCoreEd25519Signature (486) */4812>>>>>>> chore: regenerate types4813  interface SpCoreEd25519Signature extends U8aFixed {}48144815  /** @name SpCoreSr25519Signature (488) */4816  interface SpCoreSr25519Signature extends U8aFixed {}48174818  /** @name SpCoreEcdsaSignature (489) */4819  interface SpCoreEcdsaSignature extends U8aFixed {}48204821  /** @name FrameSystemExtensionsCheckSpecVersion (492) */4822  type FrameSystemExtensionsCheckSpecVersion = Null;48234824  /** @name FrameSystemExtensionsCheckTxVersion (493) */4825  type FrameSystemExtensionsCheckTxVersion = Null;48264827  /** @name FrameSystemExtensionsCheckGenesis (494) */4828  type FrameSystemExtensionsCheckGenesis = Null;48294830  /** @name FrameSystemExtensionsCheckNonce (497) */4831  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}48324833  /** @name FrameSystemExtensionsCheckWeight (498) */4834  type FrameSystemExtensionsCheckWeight = Null;48354836  /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (499) */4837  type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;48384839  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (500) */4840  interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}48414842  /** @name OpalRuntimeRuntime (501) */4843  type OpalRuntimeRuntime = Null;48444845<<<<<<< HEAD4846  /** @name PalletEthereumFakeTransactionFinalizer (498) */4847>>>>>>> fix: update polkadot types and definitions4848<<<<<<< HEAD4849>>>>>>> fix: update polkadot types and definitions4850<<<<<<< HEAD4851>>>>>>> fix: update polkadot types and definitions4852<<<<<<< HEAD4853>>>>>>> fix: update polkadot types and definitions4854=======4855=======4856=======4857=======4858  /** @name PalletEthereumFakeTransactionFinalizer (502) */4859>>>>>>> chore: regenerate types4860>>>>>>> chore: regenerate types4861>>>>>>> chore: regenerate types4862>>>>>>> chore: regenerate types4863  type PalletEthereumFakeTransactionFinalizer = Null;48644865} // declare module