git.delta.rocks / unique-network / refs/commits / 5b6b6125c041

difftreelog

fix update polkadot types and definitions

Daniel Shiposha2022-11-21parent: #0ee16a4.patch.diff
in: master

7 files changed

modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/rpc-core/types/jsonrpc';6import '@polkadot/rpc-core/types/jsonrpc';
77
8import type { PalletEvmAccountBasicCrossAccountIdRepr, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsPartPartType, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionStats, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsRpcCollection, UpDataStructsTokenChild, UpDataStructsTokenData } from './default';8import type { PalletEvmAccountBasicCrossAccountIdRepr, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsPartPartType, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionStats, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsRpcCollection, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo } from './default';
9import type { AugmentedRpc } from '@polkadot/rpc-core/types';9import type { AugmentedRpc } from '@polkadot/rpc-core/types';
10import type { Metadata, StorageKey } from '@polkadot/types';10import type { Metadata, StorageKey } from '@polkadot/types';
11import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u128, u32, u64 } from '@polkadot/types-codec';11import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u128, u32, u64 } from '@polkadot/types-codec';
733 * Get the number of blocks until sponsoring a transaction is available733 * Get the number of blocks until sponsoring a transaction is available
734 **/734 **/
735 nextSponsored: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, account: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<u64>>>;735 nextSponsored: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, account: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array, tokenId: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<u64>>>;
736 /**
737 * Estimate PoV size
738 **/
739 povEstimate: AugmentedRpc<(encodedXt: Bytes | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
736 /**740 /**
737 * Get property permissions, optionally limited to the provided keys741 * Get property permissions, optionally limited to the provided keys
738 **/742 **/
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';
77
8<<<<<<< HEAD
8import 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';9import 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';
10=======
11<<<<<<< HEAD
12import 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';
13=======
14<<<<<<< HEAD
15import 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';
16=======
17<<<<<<< HEAD
18import 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';
19=======
20import 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, 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';
21>>>>>>> fix: update polkadot types and definitions
22>>>>>>> fix: update polkadot types and definitions
23>>>>>>> fix: update polkadot types and definitions
24>>>>>>> fix: update polkadot types and definitions
9import type { Data, StorageKey } from '@polkadot/types';25import type { Data, StorageKey } from '@polkadot/types';
10import 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';26import 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';
11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';27import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
1325 UpDataStructsTokenData: UpDataStructsTokenData;1341 UpDataStructsTokenData: UpDataStructsTokenData;
1326 UpgradeGoAhead: UpgradeGoAhead;1342 UpgradeGoAhead: UpgradeGoAhead;
1327 UpgradeRestriction: UpgradeRestriction;1343 UpgradeRestriction: UpgradeRestriction;
1344 UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
1328 UpwardMessage: UpwardMessage;1345 UpwardMessage: UpwardMessage;
1329 usize: usize;1346 usize: usize;
1330 USize: USize;1347 USize: USize;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
2444}2444}
24452445
2446/** @name PhantomTypeUpDataStructs */2446/** @name PhantomTypeUpDataStructs */
2447export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}2447export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild, UpPovEstimateRpcPovInfo]>> {}
24482448
2449/** @name PolkadotCorePrimitivesInboundDownwardMessage */2449/** @name PolkadotCorePrimitivesInboundDownwardMessage */
2450export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2450export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
3018 readonly pieces: u128;3018 readonly pieces: u128;
3019}3019}
3020
3021/** @name UpPovEstimateRpcPovInfo */
3022export interface UpPovEstimateRpcPovInfo extends Struct {
3023 readonly proofSize: u64;
3024 readonly compactProofSize: u64;
3025 readonly compressedProofSize: u64;
3026}
30203027
3021/** @name XcmDoubleEncoded */3028/** @name XcmDoubleEncoded */
3022export interface XcmDoubleEncoded extends Struct {3029export interface XcmDoubleEncoded extends Struct {
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
3106 /**3106 /**
3107 * Lookup399: PhantomType::up_data_structs<T>3107 * Lookup399: PhantomType::up_data_structs<T>
3108 **/3108 **/
3109 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3109 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
3110 /**3110 /**
3111 * Lookup401: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3111 * Lookup401: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3112 **/3112 **/
3197 collectionId: 'u32',3197 collectionId: 'u32',
3198 nftId: 'u32'3198 nftId: 'u32'
3199 },3199 },
3200 /**3200 /**
3201 * Lookup414: pallet_common::pallet::Error<T>3201<<<<<<< HEAD
3202 **/3202 * Lookup414: pallet_common::pallet::Error<T>
3203=======
3204<<<<<<< HEAD
3205 * Lookup415: pallet_common::pallet::Error<T>
3206=======
3207<<<<<<< HEAD
3208 * Lookup428: pallet_common::pallet::Error<T>
3209=======
3210 * Lookup422: up_pov_estimate_rpc::PovInfo
3211 **/
3212 UpPovEstimateRpcPovInfo: {
3213 proofSize: 'u64',
3214 compactProofSize: 'u64',
3215 compressedProofSize: 'u64'
3216 },
3217 /**
3218 * Lookup424: pallet_common::pallet::Error<T>
3219>>>>>>> fix: update polkadot types and definitions
3220>>>>>>> fix: update polkadot types and definitions
3221>>>>>>> fix: update polkadot types and definitions
3222 **/
3203 PalletCommonError: {3223 PalletCommonError: {
3204 _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']3224 _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']
3205 },3225 },
3206 /**3226 /**
3207 * Lookup416: pallet_fungible::pallet::Error<T>3227<<<<<<< HEAD
3208 **/3228 * Lookup416: pallet_fungible::pallet::Error<T>
3229=======
3230<<<<<<< HEAD
3231 * Lookup417: pallet_fungible::pallet::Error<T>
3232=======
3233<<<<<<< HEAD
3234 * Lookup430: pallet_fungible::pallet::Error<T>
3235=======
3236 * Lookup426: pallet_fungible::pallet::Error<T>
3237>>>>>>> fix: update polkadot types and definitions
3238>>>>>>> fix: update polkadot types and definitions
3239>>>>>>> fix: update polkadot types and definitions
3240 **/
3209 PalletFungibleError: {3241 PalletFungibleError: {
3210 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3242 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
3211 },3243 },
3212 /**3244 /**
3213 * Lookup420: pallet_refungible::pallet::Error<T>3245<<<<<<< HEAD
3214 **/3246 * Lookup420: pallet_refungible::pallet::Error<T>
3247=======
3248<<<<<<< HEAD
3249 * Lookup417: pallet_refungible::ItemData
3250=======
3251<<<<<<< HEAD
3252 * Lookup418: pallet_refungible::ItemData
3253=======
3254<<<<<<< HEAD
3255 * Lookup431: pallet_refungible::ItemData
3256=======
3257 * Lookup427: pallet_refungible::ItemData
3258>>>>>>> fix: update polkadot types and definitions
3259>>>>>>> fix: update polkadot types and definitions
3260>>>>>>> fix: update polkadot types and definitions
3261 **/
3262 PalletRefungibleItemData: {
3263 constData: 'Bytes'
3264 },
3265 /**
3266<<<<<<< HEAD
3267 * Lookup422: pallet_refungible::pallet::Error<T>
3268=======
3269<<<<<<< HEAD
3270 * Lookup423: pallet_refungible::pallet::Error<T>
3271=======
3272<<<<<<< HEAD
3273 * Lookup436: pallet_refungible::pallet::Error<T>
3274=======
3275 * Lookup432: pallet_refungible::pallet::Error<T>
3276>>>>>>> fix: update polkadot types and definitions
3277>>>>>>> fix: update polkadot types and definitions
3278>>>>>>> fix: update polkadot types and definitions
3279>>>>>>> fix: update polkadot types and definitions
3280 **/
3215 PalletRefungibleError: {3281 PalletRefungibleError: {
3216 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3282 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
3217 },3283 },
3218 /**3284 /**
3219 * Lookup421: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3285<<<<<<< HEAD
3220 **/3286 * Lookup421: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3287=======
3288<<<<<<< HEAD
3289 * Lookup423: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3290=======
3291<<<<<<< HEAD
3292 * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3293=======
3294<<<<<<< HEAD
3295 * Lookup437: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3296=======
3297 * Lookup433: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3298>>>>>>> fix: update polkadot types and definitions
3299>>>>>>> fix: update polkadot types and definitions
3300>>>>>>> fix: update polkadot types and definitions
3301>>>>>>> fix: update polkadot types and definitions
3302 **/
3221 PalletNonfungibleItemData: {3303 PalletNonfungibleItemData: {
3222 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3304 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
3223 },3305 },
3224 /**3306 /**
3225 * Lookup423: up_data_structs::PropertyScope3307<<<<<<< HEAD
3226 **/3308 * Lookup423: up_data_structs::PropertyScope
3309=======
3310<<<<<<< HEAD
3311 * Lookup425: up_data_structs::PropertyScope
3312=======
3313<<<<<<< HEAD
3314 * Lookup426: up_data_structs::PropertyScope
3315=======
3316<<<<<<< HEAD
3317 * Lookup439: up_data_structs::PropertyScope
3318=======
3319 * Lookup435: up_data_structs::PropertyScope
3320>>>>>>> fix: update polkadot types and definitions
3321>>>>>>> fix: update polkadot types and definitions
3322>>>>>>> fix: update polkadot types and definitions
3323>>>>>>> fix: update polkadot types and definitions
3324 **/
3227 UpDataStructsPropertyScope: {3325 UpDataStructsPropertyScope: {
3228 _enum: ['None', 'Rmrk']3326 _enum: ['None', 'Rmrk']
3229 },3327 },
3230 /**3328 /**
3231 * Lookup426: pallet_nonfungible::pallet::Error<T>3329<<<<<<< HEAD
3232 **/3330 * Lookup426: pallet_nonfungible::pallet::Error<T>
3331=======
3332<<<<<<< HEAD
3333 * Lookup427: pallet_nonfungible::pallet::Error<T>
3334=======
3335<<<<<<< HEAD
3336 * Lookup428: pallet_nonfungible::pallet::Error<T>
3337=======
3338<<<<<<< HEAD
3339 * Lookup441: pallet_nonfungible::pallet::Error<T>
3340=======
3341 * Lookup437: pallet_nonfungible::pallet::Error<T>
3342>>>>>>> fix: update polkadot types and definitions
3343>>>>>>> fix: update polkadot types and definitions
3344>>>>>>> fix: update polkadot types and definitions
3345>>>>>>> fix: update polkadot types and definitions
3346 **/
3233 PalletNonfungibleError: {3347 PalletNonfungibleError: {
3234 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3348 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
3235 },3349 },
3236 /**3350 /**
3237 * Lookup427: pallet_structure::pallet::Error<T>3351<<<<<<< HEAD
3238 **/3352 * Lookup427: pallet_structure::pallet::Error<T>
3353=======
3354<<<<<<< HEAD
3355 * Lookup428: pallet_structure::pallet::Error<T>
3356=======
3357<<<<<<< HEAD
3358 * Lookup429: pallet_structure::pallet::Error<T>
3359=======
3360<<<<<<< HEAD
3361 * Lookup442: pallet_structure::pallet::Error<T>
3362=======
3363 * Lookup438: pallet_structure::pallet::Error<T>
3364>>>>>>> fix: update polkadot types and definitions
3365>>>>>>> fix: update polkadot types and definitions
3366>>>>>>> fix: update polkadot types and definitions
3367>>>>>>> fix: update polkadot types and definitions
3368 **/
3239 PalletStructureError: {3369 PalletStructureError: {
3240 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3370 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
3241 },3371 },
3242 /**3372 /**
3243 * Lookup428: pallet_rmrk_core::pallet::Error<T>3373<<<<<<< HEAD
3244 **/3374 * Lookup428: pallet_rmrk_core::pallet::Error<T>
3375=======
3376<<<<<<< HEAD
3377 * Lookup429: pallet_rmrk_core::pallet::Error<T>
3378=======
3379<<<<<<< HEAD
3380 * Lookup430: pallet_rmrk_core::pallet::Error<T>
3381=======
3382<<<<<<< HEAD
3383 * Lookup443: pallet_rmrk_core::pallet::Error<T>
3384=======
3385 * Lookup439: pallet_rmrk_core::pallet::Error<T>
3386>>>>>>> fix: update polkadot types and definitions
3387>>>>>>> fix: update polkadot types and definitions
3388>>>>>>> fix: update polkadot types and definitions
3389>>>>>>> fix: update polkadot types and definitions
3390 **/
3245 PalletRmrkCoreError: {3391 PalletRmrkCoreError: {
3246 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3392 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
3247 },3393 },
3248 /**3394 /**
3249 * Lookup430: pallet_rmrk_equip::pallet::Error<T>3395<<<<<<< HEAD
3250 **/3396 * Lookup430: pallet_rmrk_equip::pallet::Error<T>
3397=======
3398<<<<<<< HEAD
3399 * Lookup431: pallet_rmrk_equip::pallet::Error<T>
3400=======
3401<<<<<<< HEAD
3402 * Lookup432: pallet_rmrk_equip::pallet::Error<T>
3403=======
3404<<<<<<< HEAD
3405 * Lookup445: pallet_rmrk_equip::pallet::Error<T>
3406=======
3407 * Lookup441: pallet_rmrk_equip::pallet::Error<T>
3408>>>>>>> fix: update polkadot types and definitions
3409>>>>>>> fix: update polkadot types and definitions
3410>>>>>>> fix: update polkadot types and definitions
3411>>>>>>> fix: update polkadot types and definitions
3412 **/
3251 PalletRmrkEquipError: {3413 PalletRmrkEquipError: {
3252 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3414 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
3253 },3415 },
3254 /**3416 /**
3255 * Lookup436: pallet_app_promotion::pallet::Error<T>3417<<<<<<< HEAD
3256 **/3418 * Lookup436: pallet_app_promotion::pallet::Error<T>
3419=======
3420<<<<<<< HEAD
3421 * Lookup437: pallet_app_promotion::pallet::Error<T>
3422=======
3423<<<<<<< HEAD
3424 * Lookup438: pallet_app_promotion::pallet::Error<T>
3425=======
3426<<<<<<< HEAD
3427 * Lookup451: pallet_app_promotion::pallet::Error<T>
3428=======
3429 * Lookup447: pallet_app_promotion::pallet::Error<T>
3430>>>>>>> fix: update polkadot types and definitions
3431>>>>>>> fix: update polkadot types and definitions
3432>>>>>>> fix: update polkadot types and definitions
3433>>>>>>> fix: update polkadot types and definitions
3434 **/
3257 PalletAppPromotionError: {3435 PalletAppPromotionError: {
3258 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3436 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
3259 },3437 },
3260 /**3438 /**
3261 * Lookup437: pallet_foreign_assets::module::Error<T>3439<<<<<<< HEAD
3262 **/3440 * Lookup437: pallet_foreign_assets::module::Error<T>
3441=======
3442<<<<<<< HEAD
3443 * Lookup438: pallet_foreign_assets::module::Error<T>
3444=======
3445<<<<<<< HEAD
3446 * Lookup439: pallet_foreign_assets::module::Error<T>
3447=======
3448<<<<<<< HEAD
3449 * Lookup452: pallet_foreign_assets::module::Error<T>
3450=======
3451 * Lookup448: pallet_foreign_assets::module::Error<T>
3452>>>>>>> fix: update polkadot types and definitions
3453>>>>>>> fix: update polkadot types and definitions
3454>>>>>>> fix: update polkadot types and definitions
3455>>>>>>> fix: update polkadot types and definitions
3456 **/
3263 PalletForeignAssetsModuleError: {3457 PalletForeignAssetsModuleError: {
3264 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3458 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
3265 },3459 },
3266 /**3460 /**
3267 * Lookup439: pallet_evm::pallet::Error<T>3461<<<<<<< HEAD
3268 **/3462 * Lookup439: pallet_evm::pallet::Error<T>
3463=======
3464<<<<<<< HEAD
3465 * Lookup440: pallet_evm::pallet::Error<T>
3466=======
3467<<<<<<< HEAD
3468 * Lookup441: pallet_evm::pallet::Error<T>
3469=======
3470<<<<<<< HEAD
3471 * Lookup454: pallet_evm::pallet::Error<T>
3472=======
3473 * Lookup451: pallet_evm::pallet::Error<T>
3474>>>>>>> fix: update polkadot types and definitions
3475>>>>>>> fix: update polkadot types and definitions
3476>>>>>>> fix: update polkadot types and definitions
3477>>>>>>> fix: update polkadot types and definitions
3478 **/
3269 PalletEvmError: {3479 PalletEvmError: {
3270 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']3480 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']
3271 },3481 },
3272 /**3482 /**
3273 * Lookup442: fp_rpc::TransactionStatus3483<<<<<<< HEAD
3274 **/3484 * Lookup442: fp_rpc::TransactionStatus
3485=======
3486<<<<<<< HEAD
3487 * Lookup443: fp_rpc::TransactionStatus
3488=======
3489<<<<<<< HEAD
3490 * Lookup444: fp_rpc::TransactionStatus
3491=======
3492<<<<<<< HEAD
3493 * Lookup457: fp_rpc::TransactionStatus
3494=======
3495 * Lookup454: fp_rpc::TransactionStatus
3496>>>>>>> fix: update polkadot types and definitions
3497>>>>>>> fix: update polkadot types and definitions
3498>>>>>>> fix: update polkadot types and definitions
3499>>>>>>> fix: update polkadot types and definitions
3500 **/
3275 FpRpcTransactionStatus: {3501 FpRpcTransactionStatus: {
3276 transactionHash: 'H256',3502 transactionHash: 'H256',
3277 transactionIndex: 'u32',3503 transactionIndex: 'u32',
3281 logs: 'Vec<EthereumLog>',3507 logs: 'Vec<EthereumLog>',
3282 logsBloom: 'EthbloomBloom'3508 logsBloom: 'EthbloomBloom'
3283 },3509 },
3284 /**3510 /**
3511<<<<<<< HEAD
3285 * Lookup444: ethbloom::Bloom3512 * Lookup444: ethbloom::Bloom
3286 **/3513 **/
3287 EthbloomBloom: '[u8;256]',3514 EthbloomBloom: '[u8;256]',
3515 /**
3516 * Lookup446: ethereum::receipt::ReceiptV3
3517=======
3518<<<<<<< HEAD
3519 * Lookup445: ethbloom::Bloom
3520 **/
3521 EthbloomBloom: '[u8;256]',
3522 /**
3523 * Lookup447: ethereum::receipt::ReceiptV3
3524=======
3525<<<<<<< HEAD
3526 * Lookup446: ethbloom::Bloom
3527 **/
3528 EthbloomBloom: '[u8;256]',
3529 /**
3530 * Lookup448: ethereum::receipt::ReceiptV3
3531=======
3532<<<<<<< HEAD
3533 * Lookup459: ethbloom::Bloom
3534 **/
3535 EthbloomBloom: '[u8;256]',
3288 /**3536 /**
3289 * Lookup446: ethereum::receipt::ReceiptV33537 * Lookup461: ethereum::receipt::ReceiptV3
3538=======
3539 * Lookup456: ethbloom::Bloom
3290 **/3540 **/
3541 EthbloomBloom: '[u8;256]',
3542 /**
3543 * Lookup458: ethereum::receipt::ReceiptV3
3544>>>>>>> fix: update polkadot types and definitions
3545>>>>>>> fix: update polkadot types and definitions
3546>>>>>>> fix: update polkadot types and definitions
3547>>>>>>> fix: update polkadot types and definitions
3548 **/
3291 EthereumReceiptReceiptV3: {3549 EthereumReceiptReceiptV3: {
3292 _enum: {3550 _enum: {
3293 Legacy: 'EthereumReceiptEip658ReceiptData',3551 Legacy: 'EthereumReceiptEip658ReceiptData',
3294 EIP2930: 'EthereumReceiptEip658ReceiptData',3552 EIP2930: 'EthereumReceiptEip658ReceiptData',
3295 EIP1559: 'EthereumReceiptEip658ReceiptData'3553 EIP1559: 'EthereumReceiptEip658ReceiptData'
3296 }3554 }
3297 },3555 },
3298 /**3556 /**
3299 * Lookup447: ethereum::receipt::EIP658ReceiptData3557<<<<<<< HEAD
3300 **/3558 * Lookup447: ethereum::receipt::EIP658ReceiptData
3559=======
3560<<<<<<< HEAD
3561 * Lookup448: ethereum::receipt::EIP658ReceiptData
3562=======
3563<<<<<<< HEAD
3564 * Lookup449: ethereum::receipt::EIP658ReceiptData
3565=======
3566<<<<<<< HEAD
3567 * Lookup462: ethereum::receipt::EIP658ReceiptData
3568=======
3569 * Lookup459: ethereum::receipt::EIP658ReceiptData
3570>>>>>>> fix: update polkadot types and definitions
3571>>>>>>> fix: update polkadot types and definitions
3572>>>>>>> fix: update polkadot types and definitions
3573>>>>>>> fix: update polkadot types and definitions
3574 **/
3301 EthereumReceiptEip658ReceiptData: {3575 EthereumReceiptEip658ReceiptData: {
3302 statusCode: 'u8',3576 statusCode: 'u8',
3303 usedGas: 'U256',3577 usedGas: 'U256',
3304 logsBloom: 'EthbloomBloom',3578 logsBloom: 'EthbloomBloom',
3305 logs: 'Vec<EthereumLog>'3579 logs: 'Vec<EthereumLog>'
3306 },3580 },
3307 /**3581 /**
3308 * Lookup448: ethereum::block::Block<ethereum::transaction::TransactionV2>3582<<<<<<< HEAD
3309 **/3583 * Lookup448: ethereum::block::Block<ethereum::transaction::TransactionV2>
3584=======
3585<<<<<<< HEAD
3586 * Lookup449: ethereum::block::Block<ethereum::transaction::TransactionV2>
3587=======
3588<<<<<<< HEAD
3589 * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>
3590=======
3591<<<<<<< HEAD
3592 * Lookup463: ethereum::block::Block<ethereum::transaction::TransactionV2>
3593=======
3594 * Lookup460: ethereum::block::Block<ethereum::transaction::TransactionV2>
3595>>>>>>> fix: update polkadot types and definitions
3596>>>>>>> fix: update polkadot types and definitions
3597>>>>>>> fix: update polkadot types and definitions
3598>>>>>>> fix: update polkadot types and definitions
3599 **/
3310 EthereumBlock: {3600 EthereumBlock: {
3311 header: 'EthereumHeader',3601 header: 'EthereumHeader',
3312 transactions: 'Vec<EthereumTransactionTransactionV2>',3602 transactions: 'Vec<EthereumTransactionTransactionV2>',
3313 ommers: 'Vec<EthereumHeader>'3603 ommers: 'Vec<EthereumHeader>'
3314 },3604 },
3315 /**3605 /**
3316 * Lookup449: ethereum::header::Header3606<<<<<<< HEAD
3317 **/3607 * Lookup449: ethereum::header::Header
3608=======
3609<<<<<<< HEAD
3610 * Lookup450: ethereum::header::Header
3611=======
3612<<<<<<< HEAD
3613 * Lookup451: ethereum::header::Header
3614=======
3615<<<<<<< HEAD
3616 * Lookup464: ethereum::header::Header
3617=======
3618 * Lookup461: ethereum::header::Header
3619>>>>>>> fix: update polkadot types and definitions
3620>>>>>>> fix: update polkadot types and definitions
3621>>>>>>> fix: update polkadot types and definitions
3622>>>>>>> fix: update polkadot types and definitions
3623 **/
3318 EthereumHeader: {3624 EthereumHeader: {
3319 parentHash: 'H256',3625 parentHash: 'H256',
3320 ommersHash: 'H256',3626 ommersHash: 'H256',
3332 mixHash: 'H256',3638 mixHash: 'H256',
3333 nonce: 'EthereumTypesHashH64'3639 nonce: 'EthereumTypesHashH64'
3334 },3640 },
3335 /**3641 /**
3642<<<<<<< HEAD
3336 * Lookup450: ethereum_types::hash::H643643 * Lookup450: ethereum_types::hash::H64
3337 **/3644 **/
3338 EthereumTypesHashH64: '[u8;8]',3645 EthereumTypesHashH64: '[u8;8]',
3646 /**
3647 * Lookup455: pallet_ethereum::pallet::Error<T>
3648=======
3649<<<<<<< HEAD
3650 * Lookup451: ethereum_types::hash::H64
3651 **/
3652 EthereumTypesHashH64: '[u8;8]',
3653 /**
3654 * Lookup456: pallet_ethereum::pallet::Error<T>
3655=======
3656<<<<<<< HEAD
3657 * Lookup452: ethereum_types::hash::H64
3658 **/
3659 EthereumTypesHashH64: '[u8;8]',
3660 /**
3661 * Lookup457: pallet_ethereum::pallet::Error<T>
3662=======
3663<<<<<<< HEAD
3664 * Lookup465: ethereum_types::hash::H64
3665 **/
3666 EthereumTypesHashH64: '[u8;8]',
3339 /**3667 /**
3340 * Lookup455: pallet_ethereum::pallet::Error<T>3668 * Lookup470: pallet_ethereum::pallet::Error<T>
3669=======
3670 * Lookup462: ethereum_types::hash::H64
3341 **/3671 **/
3672 EthereumTypesHashH64: '[u8;8]',
3673 /**
3674 * Lookup467: pallet_ethereum::pallet::Error<T>
3675>>>>>>> fix: update polkadot types and definitions
3676>>>>>>> fix: update polkadot types and definitions
3677>>>>>>> fix: update polkadot types and definitions
3678>>>>>>> fix: update polkadot types and definitions
3679 **/
3342 PalletEthereumError: {3680 PalletEthereumError: {
3343 _enum: ['InvalidSignature', 'PreLogExists']3681 _enum: ['InvalidSignature', 'PreLogExists']
3344 },3682 },
3345 /**3683 /**
3346 * Lookup456: pallet_evm_coder_substrate::pallet::Error<T>3684<<<<<<< HEAD
3347 **/3685 * Lookup456: pallet_evm_coder_substrate::pallet::Error<T>
3686=======
3687<<<<<<< HEAD
3688 * Lookup457: pallet_evm_coder_substrate::pallet::Error<T>
3689=======
3690<<<<<<< HEAD
3691 * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>
3692=======
3693<<<<<<< HEAD
3694 * Lookup471: pallet_evm_coder_substrate::pallet::Error<T>
3695=======
3696 * Lookup468: pallet_evm_coder_substrate::pallet::Error<T>
3697>>>>>>> fix: update polkadot types and definitions
3698>>>>>>> fix: update polkadot types and definitions
3699>>>>>>> fix: update polkadot types and definitions
3700>>>>>>> fix: update polkadot types and definitions
3701 **/
3348 PalletEvmCoderSubstrateError: {3702 PalletEvmCoderSubstrateError: {
3349 _enum: ['OutOfGas', 'OutOfFund']3703 _enum: ['OutOfGas', 'OutOfFund']
3350 },3704 },
3351 /**3705 /**
3352 * Lookup457: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3706<<<<<<< HEAD
3353 **/3707 * Lookup457: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3708=======
3709<<<<<<< HEAD
3710 * Lookup458: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3711=======
3712<<<<<<< HEAD
3713 * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3714=======
3715<<<<<<< HEAD
3716 * Lookup472: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3717=======
3718 * Lookup469: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3719>>>>>>> fix: update polkadot types and definitions
3720>>>>>>> fix: update polkadot types and definitions
3721>>>>>>> fix: update polkadot types and definitions
3722>>>>>>> fix: update polkadot types and definitions
3723 **/
3354 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3724 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
3355 _enum: {3725 _enum: {
3356 Disabled: 'Null',3726 Disabled: 'Null',
3357 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3727 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',
3358 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3728 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'
3359 }3729 }
3360 },3730 },
3361 /**3731 /**
3362 * Lookup458: pallet_evm_contract_helpers::SponsoringModeT3732<<<<<<< HEAD
3363 **/3733 * Lookup458: pallet_evm_contract_helpers::SponsoringModeT
3734=======
3735<<<<<<< HEAD
3736 * Lookup459: pallet_evm_contract_helpers::SponsoringModeT
3737=======
3738<<<<<<< HEAD
3739 * Lookup460: pallet_evm_contract_helpers::SponsoringModeT
3740=======
3741<<<<<<< HEAD
3742 * Lookup473: pallet_evm_contract_helpers::SponsoringModeT
3743=======
3744 * Lookup470: pallet_evm_contract_helpers::SponsoringModeT
3745>>>>>>> fix: update polkadot types and definitions
3746>>>>>>> fix: update polkadot types and definitions
3747>>>>>>> fix: update polkadot types and definitions
3748>>>>>>> fix: update polkadot types and definitions
3749 **/
3364 PalletEvmContractHelpersSponsoringModeT: {3750 PalletEvmContractHelpersSponsoringModeT: {
3365 _enum: ['Disabled', 'Allowlisted', 'Generous']3751 _enum: ['Disabled', 'Allowlisted', 'Generous']
3366 },3752 },
3367 /**3753 /**
3368 * Lookup464: pallet_evm_contract_helpers::pallet::Error<T>3754<<<<<<< HEAD
3369 **/3755 * Lookup464: pallet_evm_contract_helpers::pallet::Error<T>
3756=======
3757<<<<<<< HEAD
3758 * Lookup465: pallet_evm_contract_helpers::pallet::Error<T>
3759=======
3760<<<<<<< HEAD
3761 * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>
3762=======
3763<<<<<<< HEAD
3764 * Lookup479: pallet_evm_contract_helpers::pallet::Error<T>
3765=======
3766 * Lookup476: pallet_evm_contract_helpers::pallet::Error<T>
3767>>>>>>> fix: update polkadot types and definitions
3768>>>>>>> fix: update polkadot types and definitions
3769>>>>>>> fix: update polkadot types and definitions
3770>>>>>>> fix: update polkadot types and definitions
3771 **/
3370 PalletEvmContractHelpersError: {3772 PalletEvmContractHelpersError: {
3371 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3773 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
3372 },3774 },
3373 /**3775 /**
3374 * Lookup465: pallet_evm_migration::pallet::Error<T>3776<<<<<<< HEAD
3375 **/3777 * Lookup465: pallet_evm_migration::pallet::Error<T>
3778=======
3779<<<<<<< HEAD
3780 * Lookup466: pallet_evm_migration::pallet::Error<T>
3781=======
3782<<<<<<< HEAD
3783 * Lookup467: pallet_evm_migration::pallet::Error<T>
3784=======
3785<<<<<<< HEAD
3786 * Lookup480: pallet_evm_migration::pallet::Error<T>
3787=======
3788 * Lookup477: pallet_evm_migration::pallet::Error<T>
3789>>>>>>> fix: update polkadot types and definitions
3790>>>>>>> fix: update polkadot types and definitions
3791>>>>>>> fix: update polkadot types and definitions
3792>>>>>>> fix: update polkadot types and definitions
3793 **/
3376 PalletEvmMigrationError: {3794 PalletEvmMigrationError: {
3377 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3795 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
3378 },3796 },
3379 /**3797 /**
3798<<<<<<< HEAD
3380 * Lookup466: pallet_maintenance::pallet::Error<T>3799 * Lookup466: pallet_maintenance::pallet::Error<T>
3381 **/3800 **/
3382 PalletMaintenanceError: 'Null',3801 PalletMaintenanceError: 'Null',
3802 /**
3803 * Lookup467: pallet_test_utils::pallet::Error<T>
3804=======
3805<<<<<<< HEAD
3806 * Lookup467: pallet_maintenance::pallet::Error<T>
3807 **/
3808 PalletMaintenanceError: 'Null',
3809 /**
3810 * Lookup468: pallet_test_utils::pallet::Error<T>
3811=======
3812<<<<<<< HEAD
3813 * Lookup468: pallet_maintenance::pallet::Error<T>
3814 **/
3815 PalletMaintenanceError: 'Null',
3816 /**
3817 * Lookup469: pallet_test_utils::pallet::Error<T>
3818=======
3819<<<<<<< HEAD
3820 * Lookup481: pallet_maintenance::pallet::Error<T>
3821 **/
3822 PalletMaintenanceError: 'Null',
3383 /**3823 /**
3384 * Lookup467: pallet_test_utils::pallet::Error<T>3824 * Lookup482: pallet_test_utils::pallet::Error<T>
3825=======
3826 * Lookup478: pallet_maintenance::pallet::Error<T>
3385 **/3827 **/
3828 PalletMaintenanceError: 'Null',
3829 /**
3830 * Lookup479: pallet_test_utils::pallet::Error<T>
3831>>>>>>> fix: update polkadot types and definitions
3832>>>>>>> fix: update polkadot types and definitions
3833>>>>>>> fix: update polkadot types and definitions
3834>>>>>>> fix: update polkadot types and definitions
3835 **/
3386 PalletTestUtilsError: {3836 PalletTestUtilsError: {
3387 _enum: ['TestPalletDisabled', 'TriggerRollback']3837 _enum: ['TestPalletDisabled', 'TriggerRollback']
3388 },3838 },
3389 /**3839 /**
3390 * Lookup469: sp_runtime::MultiSignature3840<<<<<<< HEAD
3391 **/3841 * Lookup469: sp_runtime::MultiSignature
3842=======
3843<<<<<<< HEAD
3844 * Lookup470: sp_runtime::MultiSignature
3845=======
3846<<<<<<< HEAD
3847 * Lookup471: sp_runtime::MultiSignature
3848=======
3849<<<<<<< HEAD
3850 * Lookup484: sp_runtime::MultiSignature
3851=======
3852 * Lookup481: sp_runtime::MultiSignature
3853>>>>>>> fix: update polkadot types and definitions
3854>>>>>>> fix: update polkadot types and definitions
3855>>>>>>> fix: update polkadot types and definitions
3856>>>>>>> fix: update polkadot types and definitions
3857 **/
3392 SpRuntimeMultiSignature: {3858 SpRuntimeMultiSignature: {
3393 _enum: {3859 _enum: {
3394 Ed25519: 'SpCoreEd25519Signature',3860 Ed25519: 'SpCoreEd25519Signature',
3395 Sr25519: 'SpCoreSr25519Signature',3861 Sr25519: 'SpCoreSr25519Signature',
3396 Ecdsa: 'SpCoreEcdsaSignature'3862 Ecdsa: 'SpCoreEcdsaSignature'
3397 }3863 }
3398 },3864 },
3399 /**3865 /**
3400 * Lookup470: sp_core::ed25519::Signature3866<<<<<<< HEAD
3401 **/3867 * Lookup470: sp_core::ed25519::Signature
3868=======
3869<<<<<<< HEAD
3870 * Lookup471: sp_core::ed25519::Signature
3871=======
3872<<<<<<< HEAD
3873 * Lookup472: sp_core::ed25519::Signature
3874=======
3875<<<<<<< HEAD
3876 * Lookup485: sp_core::ed25519::Signature
3877>>>>>>> fix: update polkadot types and definitions
3878>>>>>>> fix: update polkadot types and definitions
3879>>>>>>> fix: update polkadot types and definitions
3880 **/
3402 SpCoreEd25519Signature: '[u8;64]',3881 SpCoreEd25519Signature: '[u8;64]',
3403 /**3882 /**
3404 * Lookup472: sp_core::sr25519::Signature3883 * Lookup472: sp_core::sr25519::Signature
3440 * Lookup485: opal_runtime::Runtime3919 * Lookup485: opal_runtime::Runtime
3441 **/3920 **/
3442 OpalRuntimeRuntime: 'Null',3921 OpalRuntimeRuntime: 'Null',
3922 /**
3923<<<<<<< HEAD
3924 * Lookup486: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
3925=======
3926<<<<<<< HEAD
3927 * Lookup487: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
3928=======
3929<<<<<<< HEAD
3930 * Lookup488: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
3931=======
3932 * Lookup501: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
3933=======
3934 * Lookup482: sp_core::ed25519::Signature
3935 **/
3936 SpCoreEd25519Signature: '[u8;64]',
3937 /**
3938 * Lookup484: sp_core::sr25519::Signature
3939 **/
3940 SpCoreSr25519Signature: '[u8;64]',
3941 /**
3942 * Lookup485: sp_core::ecdsa::Signature
3943 **/
3944 SpCoreEcdsaSignature: '[u8;65]',
3945 /**
3946 * Lookup488: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3947 **/
3948 FrameSystemExtensionsCheckSpecVersion: 'Null',
3949 /**
3950 * Lookup489: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3951 **/
3952 FrameSystemExtensionsCheckTxVersion: 'Null',
3953 /**
3954 * Lookup490: frame_system::extensions::check_genesis::CheckGenesis<T>
3955 **/
3956 FrameSystemExtensionsCheckGenesis: 'Null',
3957 /**
3958 * Lookup493: frame_system::extensions::check_nonce::CheckNonce<T>
3959 **/
3960 FrameSystemExtensionsCheckNonce: 'Compact<u32>',
3961 /**
3962 * Lookup494: frame_system::extensions::check_weight::CheckWeight<T>
3963 **/
3964 FrameSystemExtensionsCheckWeight: 'Null',
3965 /**
3966 * Lookup495: opal_runtime::runtime_common::maintenance::CheckMaintenance
3967 **/
3968 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
3443 /**3969 /**
3444 * Lookup486: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3970 * Lookup496: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
3445 **/3971 **/
3972 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
3973 /**
3974 * Lookup497: opal_runtime::Runtime
3975 **/
3976 OpalRuntimeRuntime: 'Null',
3977 /**
3978 * Lookup498: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
3979>>>>>>> fix: update polkadot types and definitions
3980>>>>>>> fix: update polkadot types and definitions
3981>>>>>>> fix: update polkadot types and definitions
3982>>>>>>> fix: update polkadot types and definitions
3983 **/
3446 PalletEthereumFakeTransactionFinalizer: 'Null'3984 PalletEthereumFakeTransactionFinalizer: 'Null'
3447};3985};
34483986
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';
77
8<<<<<<< HEAD
8import 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';9import 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';
10=======
11<<<<<<< HEAD
12import 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';
13=======
14<<<<<<< HEAD
15import 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';
16=======
17<<<<<<< HEAD
18import 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';
19=======
20import 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, 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';
21>>>>>>> fix: update polkadot types and definitions
22>>>>>>> fix: update polkadot types and definitions
23>>>>>>> fix: update polkadot types and definitions
24>>>>>>> fix: update polkadot types and definitions
925
10declare module '@polkadot/types/types/registry' {26declare module '@polkadot/types/types/registry' {
11 interface InterfaceTypes {27 interface InterfaceTypes {
234 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;250 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;
235 UpDataStructsTokenChild: UpDataStructsTokenChild;251 UpDataStructsTokenChild: UpDataStructsTokenChild;
236 UpDataStructsTokenData: UpDataStructsTokenData;252 UpDataStructsTokenData: UpDataStructsTokenData;
253 UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
237 XcmDoubleEncoded: XcmDoubleEncoded;254 XcmDoubleEncoded: XcmDoubleEncoded;
238 XcmV0Junction: XcmV0Junction;255 XcmV0Junction: XcmV0Junction;
239 XcmV0JunctionBodyId: XcmV0JunctionBodyId;256 XcmV0JunctionBodyId: XcmV0JunctionBodyId;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
3379 readonly collection: u32;3379 readonly collection: u32;
3380 }3380 }
33813381
3382<<<<<<< HEAD
3382 /** @name PhantomTypeUpDataStructs (399) */3383 /** @name PhantomTypeUpDataStructs (399) */
3384=======
3385<<<<<<< HEAD
3386 /** @name PhantomTypeUpDataStructs (400) */
3387=======
3388<<<<<<< HEAD
3389 /** @name PhantomTypeUpDataStructs (413) */
3390>>>>>>> fix: update polkadot types and definitions
3391>>>>>>> fix: update polkadot types and definitions
3383 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}3392 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 definitions
33843397
3385 /** @name UpDataStructsTokenData (401) */3398 /** @name UpDataStructsTokenData (401) */
3386 interface UpDataStructsTokenData extends Struct {3399 interface UpDataStructsTokenData extends Struct {
3462 readonly nftId: u32;3475 readonly nftId: u32;
3463 }3476 }
34643477
3478<<<<<<< HEAD
3465 /** @name PalletCommonError (414) */3479 /** @name PalletCommonError (414) */
3480=======
3481<<<<<<< HEAD
3482 /** @name PalletCommonError (415) */
3483=======
3484<<<<<<< HEAD
3485 /** @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 }
3493
3494 /** @name PalletCommonError (424) */
3495>>>>>>> fix: update polkadot types and definitions
3496>>>>>>> fix: update polkadot types and definitions
3497>>>>>>> fix: update polkadot types and definitions
3466 interface PalletCommonError extends Enum {3498 interface PalletCommonError extends Enum {
3467 readonly isCollectionNotFound: boolean;3499 readonly isCollectionNotFound: boolean;
3468 readonly isMustBeTokenOwner: boolean;3500 readonly isMustBeTokenOwner: boolean;
3503 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';3535 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';
3504 }3536 }
35053537
3538<<<<<<< HEAD
3506 /** @name PalletFungibleError (416) */3539 /** @name PalletFungibleError (416) */
3540=======
3541<<<<<<< HEAD
3542 /** @name PalletFungibleError (417) */
3543=======
3544<<<<<<< HEAD
3545 /** @name PalletFungibleError (430) */
3546=======
3547 /** @name PalletFungibleError (426) */
3548>>>>>>> fix: update polkadot types and definitions
3549>>>>>>> fix: update polkadot types and definitions
3550>>>>>>> fix: update polkadot types and definitions
3507 interface PalletFungibleError extends Enum {3551 interface PalletFungibleError extends Enum {
3508 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3552 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
3509 readonly isFungibleItemsHaveNoId: boolean;3553 readonly isFungibleItemsHaveNoId: boolean;
3515 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';3559 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
3516 }3560 }
35173561
3562<<<<<<< HEAD
3518 /** @name PalletRefungibleError (420) */3563 /** @name PalletRefungibleError (420) */
3564=======
3565<<<<<<< HEAD
3566 /** @name PalletRefungibleItemData (417) */
3567=======
3568<<<<<<< HEAD
3569 /** @name PalletRefungibleItemData (418) */
3570=======
3571<<<<<<< HEAD
3572 /** @name PalletRefungibleItemData (431) */
3573=======
3574 /** @name PalletRefungibleItemData (427) */
3575>>>>>>> fix: update polkadot types and definitions
3576>>>>>>> fix: update polkadot types and definitions
3577>>>>>>> fix: update polkadot types and definitions
3578 interface PalletRefungibleItemData extends Struct {
3579 readonly constData: Bytes;
3580 }
3581
3582<<<<<<< HEAD
3583 /** @name PalletRefungibleError (422) */
3584=======
3585<<<<<<< HEAD
3586 /** @name PalletRefungibleError (423) */
3587=======
3588<<<<<<< HEAD
3589 /** @name PalletRefungibleError (436) */
3590=======
3591 /** @name PalletRefungibleError (432) */
3592>>>>>>> fix: update polkadot types and definitions
3593>>>>>>> fix: update polkadot types and definitions
3594>>>>>>> fix: update polkadot types and definitions
3595>>>>>>> fix: update polkadot types and definitions
3519 interface PalletRefungibleError extends Enum {3596 interface PalletRefungibleError extends Enum {
3520 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3597 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
3521 readonly isWrongRefungiblePieces: boolean;3598 readonly isWrongRefungiblePieces: boolean;
3525 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3602 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
3526 }3603 }
35273604
3605<<<<<<< HEAD
3528 /** @name PalletNonfungibleItemData (421) */3606 /** @name PalletNonfungibleItemData (421) */
3607=======
3608<<<<<<< HEAD
3609 /** @name PalletNonfungibleItemData (423) */
3610=======
3611<<<<<<< HEAD
3612 /** @name PalletNonfungibleItemData (424) */
3613=======
3614<<<<<<< HEAD
3615 /** @name PalletNonfungibleItemData (437) */
3616=======
3617 /** @name PalletNonfungibleItemData (433) */
3618>>>>>>> fix: update polkadot types and definitions
3619>>>>>>> fix: update polkadot types and definitions
3620>>>>>>> fix: update polkadot types and definitions
3621>>>>>>> fix: update polkadot types and definitions
3529 interface PalletNonfungibleItemData extends Struct {3622 interface PalletNonfungibleItemData extends Struct {
3530 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3623 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
3531 }3624 }
35323625
3626<<<<<<< HEAD
3533 /** @name UpDataStructsPropertyScope (423) */3627 /** @name UpDataStructsPropertyScope (423) */
3628=======
3629<<<<<<< HEAD
3630 /** @name UpDataStructsPropertyScope (425) */
3631=======
3632<<<<<<< HEAD
3633 /** @name UpDataStructsPropertyScope (426) */
3634=======
3635<<<<<<< HEAD
3636 /** @name UpDataStructsPropertyScope (439) */
3637=======
3638 /** @name UpDataStructsPropertyScope (435) */
3639>>>>>>> fix: update polkadot types and definitions
3640>>>>>>> fix: update polkadot types and definitions
3641>>>>>>> fix: update polkadot types and definitions
3642>>>>>>> fix: update polkadot types and definitions
3534 interface UpDataStructsPropertyScope extends Enum {3643 interface UpDataStructsPropertyScope extends Enum {
3535 readonly isNone: boolean;3644 readonly isNone: boolean;
3536 readonly isRmrk: boolean;3645 readonly isRmrk: boolean;
3537 readonly type: 'None' | 'Rmrk';3646 readonly type: 'None' | 'Rmrk';
3538 }3647 }
35393648
3649<<<<<<< HEAD
3540 /** @name PalletNonfungibleError (426) */3650 /** @name PalletNonfungibleError (426) */
3651=======
3652<<<<<<< HEAD
3653 /** @name PalletNonfungibleError (427) */
3654=======
3655<<<<<<< HEAD
3656 /** @name PalletNonfungibleError (428) */
3657=======
3658<<<<<<< HEAD
3659 /** @name PalletNonfungibleError (441) */
3660=======
3661 /** @name PalletNonfungibleError (437) */
3662>>>>>>> fix: update polkadot types and definitions
3663>>>>>>> fix: update polkadot types and definitions
3664>>>>>>> fix: update polkadot types and definitions
3665>>>>>>> fix: update polkadot types and definitions
3541 interface PalletNonfungibleError extends Enum {3666 interface PalletNonfungibleError extends Enum {
3542 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3667 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
3543 readonly isNonfungibleItemsHaveNoAmount: boolean;3668 readonly isNonfungibleItemsHaveNoAmount: boolean;
3544 readonly isCantBurnNftWithChildren: boolean;3669 readonly isCantBurnNftWithChildren: boolean;
3545 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3670 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
3546 }3671 }
35473672
3673<<<<<<< HEAD
3548 /** @name PalletStructureError (427) */3674 /** @name PalletStructureError (427) */
3675=======
3676<<<<<<< HEAD
3677 /** @name PalletStructureError (428) */
3678=======
3679<<<<<<< HEAD
3680 /** @name PalletStructureError (429) */
3681=======
3682<<<<<<< HEAD
3683 /** @name PalletStructureError (442) */
3684=======
3685 /** @name PalletStructureError (438) */
3686>>>>>>> fix: update polkadot types and definitions
3687>>>>>>> fix: update polkadot types and definitions
3688>>>>>>> fix: update polkadot types and definitions
3689>>>>>>> fix: update polkadot types and definitions
3549 interface PalletStructureError extends Enum {3690 interface PalletStructureError extends Enum {
3550 readonly isOuroborosDetected: boolean;3691 readonly isOuroborosDetected: boolean;
3551 readonly isDepthLimit: boolean;3692 readonly isDepthLimit: boolean;
3554 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3695 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
3555 }3696 }
35563697
3698<<<<<<< HEAD
3557 /** @name PalletRmrkCoreError (428) */3699 /** @name PalletRmrkCoreError (428) */
3700=======
3701<<<<<<< HEAD
3702 /** @name PalletRmrkCoreError (429) */
3703=======
3704<<<<<<< HEAD
3705 /** @name PalletRmrkCoreError (430) */
3706=======
3707<<<<<<< HEAD
3708 /** @name PalletRmrkCoreError (443) */
3709=======
3710 /** @name PalletRmrkCoreError (439) */
3711>>>>>>> fix: update polkadot types and definitions
3712>>>>>>> fix: update polkadot types and definitions
3713>>>>>>> fix: update polkadot types and definitions
3714>>>>>>> fix: update polkadot types and definitions
3558 interface PalletRmrkCoreError extends Enum {3715 interface PalletRmrkCoreError extends Enum {
3559 readonly isCorruptedCollectionType: boolean;3716 readonly isCorruptedCollectionType: boolean;
3560 readonly isRmrkPropertyKeyIsTooLong: boolean;3717 readonly isRmrkPropertyKeyIsTooLong: boolean;
3578 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3735 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
3579 }3736 }
35803737
3738<<<<<<< HEAD
3581 /** @name PalletRmrkEquipError (430) */3739 /** @name PalletRmrkEquipError (430) */
3740=======
3741<<<<<<< HEAD
3742 /** @name PalletRmrkEquipError (431) */
3743=======
3744<<<<<<< HEAD
3745 /** @name PalletRmrkEquipError (432) */
3746=======
3747<<<<<<< HEAD
3748 /** @name PalletRmrkEquipError (445) */
3749=======
3750 /** @name PalletRmrkEquipError (441) */
3751>>>>>>> fix: update polkadot types and definitions
3752>>>>>>> fix: update polkadot types and definitions
3753>>>>>>> fix: update polkadot types and definitions
3754>>>>>>> fix: update polkadot types and definitions
3582 interface PalletRmrkEquipError extends Enum {3755 interface PalletRmrkEquipError extends Enum {
3583 readonly isPermissionError: boolean;3756 readonly isPermissionError: boolean;
3584 readonly isNoAvailableBaseId: boolean;3757 readonly isNoAvailableBaseId: boolean;
3590 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3763 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
3591 }3764 }
35923765
3766<<<<<<< HEAD
3593 /** @name PalletAppPromotionError (436) */3767 /** @name PalletAppPromotionError (436) */
3768=======
3769<<<<<<< HEAD
3770 /** @name PalletAppPromotionError (437) */
3771=======
3772<<<<<<< HEAD
3773 /** @name PalletAppPromotionError (438) */
3774=======
3775<<<<<<< HEAD
3776 /** @name PalletAppPromotionError (451) */
3777=======
3778 /** @name PalletAppPromotionError (447) */
3779>>>>>>> fix: update polkadot types and definitions
3780>>>>>>> fix: update polkadot types and definitions
3781>>>>>>> fix: update polkadot types and definitions
3782>>>>>>> fix: update polkadot types and definitions
3594 interface PalletAppPromotionError extends Enum {3783 interface PalletAppPromotionError extends Enum {
3595 readonly isAdminNotSet: boolean;3784 readonly isAdminNotSet: boolean;
3596 readonly isNoPermission: boolean;3785 readonly isNoPermission: boolean;
3601 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3790 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';
3602 }3791 }
36033792
3793<<<<<<< HEAD
3604 /** @name PalletForeignAssetsModuleError (437) */3794 /** @name PalletForeignAssetsModuleError (437) */
3795=======
3796<<<<<<< HEAD
3797 /** @name PalletForeignAssetsModuleError (438) */
3798=======
3799<<<<<<< HEAD
3800 /** @name PalletForeignAssetsModuleError (439) */
3801=======
3802<<<<<<< HEAD
3803 /** @name PalletForeignAssetsModuleError (452) */
3804=======
3805 /** @name PalletForeignAssetsModuleError (448) */
3806>>>>>>> fix: update polkadot types and definitions
3807>>>>>>> fix: update polkadot types and definitions
3808>>>>>>> fix: update polkadot types and definitions
3809>>>>>>> fix: update polkadot types and definitions
3605 interface PalletForeignAssetsModuleError extends Enum {3810 interface PalletForeignAssetsModuleError extends Enum {
3606 readonly isBadLocation: boolean;3811 readonly isBadLocation: boolean;
3607 readonly isMultiLocationExisted: boolean;3812 readonly isMultiLocationExisted: boolean;
3610 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3815 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
3611 }3816 }
36123817
3818<<<<<<< HEAD
3613 /** @name PalletEvmError (439) */3819 /** @name PalletEvmError (439) */
3820=======
3821<<<<<<< HEAD
3822 /** @name PalletEvmError (440) */
3823=======
3824<<<<<<< HEAD
3825 /** @name PalletEvmError (441) */
3826=======
3827<<<<<<< HEAD
3828 /** @name PalletEvmError (454) */
3829=======
3830 /** @name PalletEvmError (451) */
3831>>>>>>> fix: update polkadot types and definitions
3832>>>>>>> fix: update polkadot types and definitions
3833>>>>>>> fix: update polkadot types and definitions
3834>>>>>>> fix: update polkadot types and definitions
3614 interface PalletEvmError extends Enum {3835 interface PalletEvmError extends Enum {
3615 readonly isBalanceLow: boolean;3836 readonly isBalanceLow: boolean;
3616 readonly isFeeOverflow: boolean;3837 readonly isFeeOverflow: boolean;
3626 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';3847 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';
3627 }3848 }
36283849
3850<<<<<<< HEAD
3629 /** @name FpRpcTransactionStatus (442) */3851 /** @name FpRpcTransactionStatus (442) */
3852=======
3853<<<<<<< HEAD
3854 /** @name FpRpcTransactionStatus (443) */
3855=======
3856<<<<<<< HEAD
3857 /** @name FpRpcTransactionStatus (444) */
3858=======
3859<<<<<<< HEAD
3860 /** @name FpRpcTransactionStatus (457) */
3861=======
3862 /** @name FpRpcTransactionStatus (454) */
3863>>>>>>> fix: update polkadot types and definitions
3864>>>>>>> fix: update polkadot types and definitions
3865>>>>>>> fix: update polkadot types and definitions
3866>>>>>>> fix: update polkadot types and definitions
3630 interface FpRpcTransactionStatus extends Struct {3867 interface FpRpcTransactionStatus extends Struct {
3631 readonly transactionHash: H256;3868 readonly transactionHash: H256;
3632 readonly transactionIndex: u32;3869 readonly transactionIndex: u32;
3637 readonly logsBloom: EthbloomBloom;3874 readonly logsBloom: EthbloomBloom;
3638 }3875 }
36393876
3877<<<<<<< HEAD
3640 /** @name EthbloomBloom (444) */3878 /** @name EthbloomBloom (444) */
3641 interface EthbloomBloom extends U8aFixed {}3879 interface EthbloomBloom extends U8aFixed {}
36423880
3643 /** @name EthereumReceiptReceiptV3 (446) */3881 /** @name EthereumReceiptReceiptV3 (446) */
3882=======
3883<<<<<<< HEAD
3884 /** @name EthbloomBloom (445) */
3885 interface EthbloomBloom extends U8aFixed {}
3886
3887 /** @name EthereumReceiptReceiptV3 (447) */
3888=======
3889<<<<<<< HEAD
3890 /** @name EthbloomBloom (446) */
3891 interface EthbloomBloom extends U8aFixed {}
3892
3893 /** @name EthereumReceiptReceiptV3 (448) */
3894=======
3895<<<<<<< HEAD
3896 /** @name EthbloomBloom (459) */
3897 interface EthbloomBloom extends U8aFixed {}
3898
3899 /** @name EthereumReceiptReceiptV3 (461) */
3900=======
3901 /** @name EthbloomBloom (456) */
3902 interface EthbloomBloom extends U8aFixed {}
3903
3904 /** @name EthereumReceiptReceiptV3 (458) */
3905>>>>>>> fix: update polkadot types and definitions
3906>>>>>>> fix: update polkadot types and definitions
3907>>>>>>> fix: update polkadot types and definitions
3908>>>>>>> fix: update polkadot types and definitions
3644 interface EthereumReceiptReceiptV3 extends Enum {3909 interface EthereumReceiptReceiptV3 extends Enum {
3645 readonly isLegacy: boolean;3910 readonly isLegacy: boolean;
3646 readonly asLegacy: EthereumReceiptEip658ReceiptData;3911 readonly asLegacy: EthereumReceiptEip658ReceiptData;
3651 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3916 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
3652 }3917 }
36533918
3919<<<<<<< HEAD
3654 /** @name EthereumReceiptEip658ReceiptData (447) */3920 /** @name EthereumReceiptEip658ReceiptData (447) */
3921=======
3922<<<<<<< HEAD
3923 /** @name EthereumReceiptEip658ReceiptData (448) */
3924=======
3925<<<<<<< HEAD
3926 /** @name EthereumReceiptEip658ReceiptData (449) */
3927=======
3928<<<<<<< HEAD
3929 /** @name EthereumReceiptEip658ReceiptData (462) */
3930=======
3931 /** @name EthereumReceiptEip658ReceiptData (459) */
3932>>>>>>> fix: update polkadot types and definitions
3933>>>>>>> fix: update polkadot types and definitions
3934>>>>>>> fix: update polkadot types and definitions
3935>>>>>>> fix: update polkadot types and definitions
3655 interface EthereumReceiptEip658ReceiptData extends Struct {3936 interface EthereumReceiptEip658ReceiptData extends Struct {
3656 readonly statusCode: u8;3937 readonly statusCode: u8;
3657 readonly usedGas: U256;3938 readonly usedGas: U256;
3658 readonly logsBloom: EthbloomBloom;3939 readonly logsBloom: EthbloomBloom;
3659 readonly logs: Vec<EthereumLog>;3940 readonly logs: Vec<EthereumLog>;
3660 }3941 }
36613942
3943<<<<<<< HEAD
3662 /** @name EthereumBlock (448) */3944 /** @name EthereumBlock (448) */
3945=======
3946<<<<<<< HEAD
3947 /** @name EthereumBlock (449) */
3948=======
3949<<<<<<< HEAD
3950 /** @name EthereumBlock (450) */
3951=======
3952<<<<<<< HEAD
3953 /** @name EthereumBlock (463) */
3954=======
3955 /** @name EthereumBlock (460) */
3956>>>>>>> fix: update polkadot types and definitions
3957>>>>>>> fix: update polkadot types and definitions
3958>>>>>>> fix: update polkadot types and definitions
3959>>>>>>> fix: update polkadot types and definitions
3663 interface EthereumBlock extends Struct {3960 interface EthereumBlock extends Struct {
3664 readonly header: EthereumHeader;3961 readonly header: EthereumHeader;
3665 readonly transactions: Vec<EthereumTransactionTransactionV2>;3962 readonly transactions: Vec<EthereumTransactionTransactionV2>;
3666 readonly ommers: Vec<EthereumHeader>;3963 readonly ommers: Vec<EthereumHeader>;
3667 }3964 }
36683965
3966<<<<<<< HEAD
3669 /** @name EthereumHeader (449) */3967 /** @name EthereumHeader (449) */
3968=======
3969<<<<<<< HEAD
3970 /** @name EthereumHeader (450) */
3971=======
3972<<<<<<< HEAD
3973 /** @name EthereumHeader (451) */
3974=======
3975<<<<<<< HEAD
3976 /** @name EthereumHeader (464) */
3977=======
3978 /** @name EthereumHeader (461) */
3979>>>>>>> fix: update polkadot types and definitions
3980>>>>>>> fix: update polkadot types and definitions
3981>>>>>>> fix: update polkadot types and definitions
3982>>>>>>> fix: update polkadot types and definitions
3670 interface EthereumHeader extends Struct {3983 interface EthereumHeader extends Struct {
3671 readonly parentHash: H256;3984 readonly parentHash: H256;
3672 readonly ommersHash: H256;3985 readonly ommersHash: H256;
3685 readonly nonce: EthereumTypesHashH64;3998 readonly nonce: EthereumTypesHashH64;
3686 }3999 }
36874000
4001<<<<<<< HEAD
3688 /** @name EthereumTypesHashH64 (450) */4002 /** @name EthereumTypesHashH64 (450) */
3689 interface EthereumTypesHashH64 extends U8aFixed {}4003 interface EthereumTypesHashH64 extends U8aFixed {}
36904004
3691 /** @name PalletEthereumError (455) */4005 /** @name PalletEthereumError (455) */
4006=======
4007<<<<<<< HEAD
4008 /** @name EthereumTypesHashH64 (451) */
4009 interface EthereumTypesHashH64 extends U8aFixed {}
4010
4011 /** @name PalletEthereumError (456) */
4012=======
4013<<<<<<< HEAD
4014 /** @name EthereumTypesHashH64 (452) */
4015 interface EthereumTypesHashH64 extends U8aFixed {}
4016
4017 /** @name PalletEthereumError (457) */
4018=======
4019<<<<<<< HEAD
4020 /** @name EthereumTypesHashH64 (465) */
4021 interface EthereumTypesHashH64 extends U8aFixed {}
4022
4023 /** @name PalletEthereumError (470) */
4024=======
4025 /** @name EthereumTypesHashH64 (462) */
4026 interface EthereumTypesHashH64 extends U8aFixed {}
4027
4028 /** @name PalletEthereumError (467) */
4029>>>>>>> fix: update polkadot types and definitions
4030>>>>>>> fix: update polkadot types and definitions
4031>>>>>>> fix: update polkadot types and definitions
4032>>>>>>> fix: update polkadot types and definitions
3692 interface PalletEthereumError extends Enum {4033 interface PalletEthereumError extends Enum {
3693 readonly isInvalidSignature: boolean;4034 readonly isInvalidSignature: boolean;
3694 readonly isPreLogExists: boolean;4035 readonly isPreLogExists: boolean;
3695 readonly type: 'InvalidSignature' | 'PreLogExists';4036 readonly type: 'InvalidSignature' | 'PreLogExists';
3696 }4037 }
36974038
4039<<<<<<< HEAD
3698 /** @name PalletEvmCoderSubstrateError (456) */4040 /** @name PalletEvmCoderSubstrateError (456) */
4041=======
4042<<<<<<< HEAD
4043 /** @name PalletEvmCoderSubstrateError (457) */
4044=======
4045<<<<<<< HEAD
4046 /** @name PalletEvmCoderSubstrateError (458) */
4047=======
4048<<<<<<< HEAD
4049 /** @name PalletEvmCoderSubstrateError (471) */
4050=======
4051 /** @name PalletEvmCoderSubstrateError (468) */
4052>>>>>>> fix: update polkadot types and definitions
4053>>>>>>> fix: update polkadot types and definitions
4054>>>>>>> fix: update polkadot types and definitions
4055>>>>>>> fix: update polkadot types and definitions
3699 interface PalletEvmCoderSubstrateError extends Enum {4056 interface PalletEvmCoderSubstrateError extends Enum {
3700 readonly isOutOfGas: boolean;4057 readonly isOutOfGas: boolean;
3701 readonly isOutOfFund: boolean;4058 readonly isOutOfFund: boolean;
3702 readonly type: 'OutOfGas' | 'OutOfFund';4059 readonly type: 'OutOfGas' | 'OutOfFund';
3703 }4060 }
37044061
4062<<<<<<< HEAD
3705 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (457) */4063 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (457) */
4064=======
4065<<<<<<< HEAD
4066 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (458) */
4067=======
4068<<<<<<< HEAD
4069 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (459) */
4070=======
4071<<<<<<< HEAD
4072 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (472) */
4073=======
4074 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (469) */
4075>>>>>>> fix: update polkadot types and definitions
4076>>>>>>> fix: update polkadot types and definitions
4077>>>>>>> fix: update polkadot types and definitions
4078>>>>>>> fix: update polkadot types and definitions
3706 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {4079 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
3707 readonly isDisabled: boolean;4080 readonly isDisabled: boolean;
3708 readonly isUnconfirmed: boolean;4081 readonly isUnconfirmed: boolean;
3712 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';4085 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
3713 }4086 }
37144087
4088<<<<<<< HEAD
3715 /** @name PalletEvmContractHelpersSponsoringModeT (458) */4089 /** @name PalletEvmContractHelpersSponsoringModeT (458) */
4090=======
4091<<<<<<< HEAD
4092 /** @name PalletEvmContractHelpersSponsoringModeT (459) */
4093=======
4094<<<<<<< HEAD
4095 /** @name PalletEvmContractHelpersSponsoringModeT (460) */
4096=======
4097<<<<<<< HEAD
4098 /** @name PalletEvmContractHelpersSponsoringModeT (473) */
4099=======
4100 /** @name PalletEvmContractHelpersSponsoringModeT (470) */
4101>>>>>>> fix: update polkadot types and definitions
4102>>>>>>> fix: update polkadot types and definitions
4103>>>>>>> fix: update polkadot types and definitions
4104>>>>>>> fix: update polkadot types and definitions
3716 interface PalletEvmContractHelpersSponsoringModeT extends Enum {4105 interface PalletEvmContractHelpersSponsoringModeT extends Enum {
3717 readonly isDisabled: boolean;4106 readonly isDisabled: boolean;
3718 readonly isAllowlisted: boolean;4107 readonly isAllowlisted: boolean;
3719 readonly isGenerous: boolean;4108 readonly isGenerous: boolean;
3720 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';4109 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
3721 }4110 }
37224111
4112<<<<<<< HEAD
3723 /** @name PalletEvmContractHelpersError (464) */4113 /** @name PalletEvmContractHelpersError (464) */
4114=======
4115<<<<<<< HEAD
4116 /** @name PalletEvmContractHelpersError (465) */
4117=======
4118<<<<<<< HEAD
4119 /** @name PalletEvmContractHelpersError (466) */
4120=======
4121<<<<<<< HEAD
4122 /** @name PalletEvmContractHelpersError (479) */
4123=======
4124 /** @name PalletEvmContractHelpersError (476) */
4125>>>>>>> fix: update polkadot types and definitions
4126>>>>>>> fix: update polkadot types and definitions
4127>>>>>>> fix: update polkadot types and definitions
4128>>>>>>> fix: update polkadot types and definitions
3724 interface PalletEvmContractHelpersError extends Enum {4129 interface PalletEvmContractHelpersError extends Enum {
3725 readonly isNoPermission: boolean;4130 readonly isNoPermission: boolean;
3726 readonly isNoPendingSponsor: boolean;4131 readonly isNoPendingSponsor: boolean;
3727 readonly isTooManyMethodsHaveSponsoredLimit: boolean;4132 readonly isTooManyMethodsHaveSponsoredLimit: boolean;
3728 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';4133 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
3729 }4134 }
37304135
4136<<<<<<< HEAD
3731 /** @name PalletEvmMigrationError (465) */4137 /** @name PalletEvmMigrationError (465) */
4138=======
4139<<<<<<< HEAD
4140 /** @name PalletEvmMigrationError (466) */
4141=======
4142<<<<<<< HEAD
4143 /** @name PalletEvmMigrationError (467) */
4144=======
4145<<<<<<< HEAD
4146 /** @name PalletEvmMigrationError (480) */
4147=======
4148 /** @name PalletEvmMigrationError (477) */
4149>>>>>>> fix: update polkadot types and definitions
4150>>>>>>> fix: update polkadot types and definitions
4151>>>>>>> fix: update polkadot types and definitions
4152>>>>>>> fix: update polkadot types and definitions
3732 interface PalletEvmMigrationError extends Enum {4153 interface PalletEvmMigrationError extends Enum {
3733 readonly isAccountNotEmpty: boolean;4154 readonly isAccountNotEmpty: boolean;
3734 readonly isAccountIsNotMigrating: boolean;4155 readonly isAccountIsNotMigrating: boolean;
3735 readonly isBadEvent: boolean;4156 readonly isBadEvent: boolean;
3736 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';4157 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
3737 }4158 }
37384159
4160<<<<<<< HEAD
3739 /** @name PalletMaintenanceError (466) */4161 /** @name PalletMaintenanceError (466) */
3740 type PalletMaintenanceError = Null;4162 type PalletMaintenanceError = Null;
37414163
3742 /** @name PalletTestUtilsError (467) */4164 /** @name PalletTestUtilsError (467) */
4165=======
4166<<<<<<< HEAD
4167 /** @name PalletMaintenanceError (467) */
4168 type PalletMaintenanceError = Null;
4169
4170 /** @name PalletTestUtilsError (468) */
4171=======
4172<<<<<<< HEAD
4173 /** @name PalletMaintenanceError (468) */
4174 type PalletMaintenanceError = Null;
4175
4176 /** @name PalletTestUtilsError (469) */
4177=======
4178<<<<<<< HEAD
4179 /** @name PalletMaintenanceError (481) */
4180 type PalletMaintenanceError = Null;
4181
4182 /** @name PalletTestUtilsError (482) */
4183=======
4184 /** @name PalletMaintenanceError (478) */
4185 type PalletMaintenanceError = Null;
4186
4187 /** @name PalletTestUtilsError (479) */
4188>>>>>>> fix: update polkadot types and definitions
4189>>>>>>> fix: update polkadot types and definitions
4190>>>>>>> fix: update polkadot types and definitions
4191>>>>>>> fix: update polkadot types and definitions
3743 interface PalletTestUtilsError extends Enum {4192 interface PalletTestUtilsError extends Enum {
3744 readonly isTestPalletDisabled: boolean;4193 readonly isTestPalletDisabled: boolean;
3745 readonly isTriggerRollback: boolean;4194 readonly isTriggerRollback: boolean;
3746 readonly type: 'TestPalletDisabled' | 'TriggerRollback';4195 readonly type: 'TestPalletDisabled' | 'TriggerRollback';
3747 }4196 }
37484197
4198<<<<<<< HEAD
3749 /** @name SpRuntimeMultiSignature (469) */4199 /** @name SpRuntimeMultiSignature (469) */
4200=======
4201<<<<<<< HEAD
4202 /** @name SpRuntimeMultiSignature (470) */
4203=======
4204<<<<<<< HEAD
4205 /** @name SpRuntimeMultiSignature (471) */
4206=======
4207<<<<<<< HEAD
4208 /** @name SpRuntimeMultiSignature (484) */
4209=======
4210 /** @name SpRuntimeMultiSignature (481) */
4211>>>>>>> fix: update polkadot types and definitions
4212>>>>>>> fix: update polkadot types and definitions
4213>>>>>>> fix: update polkadot types and definitions
4214>>>>>>> fix: update polkadot types and definitions
3750 interface SpRuntimeMultiSignature extends Enum {4215 interface SpRuntimeMultiSignature extends Enum {
3751 readonly isEd25519: boolean;4216 readonly isEd25519: boolean;
3752 readonly asEd25519: SpCoreEd25519Signature;4217 readonly asEd25519: SpCoreEd25519Signature;
3757 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';4222 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
3758 }4223 }
37594224
4225<<<<<<< HEAD
3760 /** @name SpCoreEd25519Signature (470) */4226 /** @name SpCoreEd25519Signature (470) */
4227=======
4228<<<<<<< HEAD
4229 /** @name SpCoreEd25519Signature (471) */
4230=======
4231<<<<<<< HEAD
4232 /** @name SpCoreEd25519Signature (472) */
4233=======
4234<<<<<<< HEAD
4235 /** @name SpCoreEd25519Signature (485) */
4236>>>>>>> fix: update polkadot types and definitions
4237>>>>>>> fix: update polkadot types and definitions
4238>>>>>>> fix: update polkadot types and definitions
3761 interface SpCoreEd25519Signature extends U8aFixed {}4239 interface SpCoreEd25519Signature extends U8aFixed {}
37624240
3763 /** @name SpCoreSr25519Signature (472) */4241 /** @name SpCoreSr25519Signature (472) */
3790 /** @name OpalRuntimeRuntime (485) */4268 /** @name OpalRuntimeRuntime (485) */
3791 type OpalRuntimeRuntime = Null;4269 type OpalRuntimeRuntime = Null;
37924270
4271<<<<<<< HEAD
3793 /** @name PalletEthereumFakeTransactionFinalizer (486) */4272 /** @name PalletEthereumFakeTransactionFinalizer (486) */
4273=======
4274<<<<<<< HEAD
4275 /** @name PalletEthereumFakeTransactionFinalizer (487) */
4276=======
4277<<<<<<< HEAD
4278 /** @name PalletEthereumFakeTransactionFinalizer (488) */
4279=======
4280 /** @name PalletEthereumFakeTransactionFinalizer (501) */
4281=======
4282 /** @name SpCoreEd25519Signature (482) */
4283 interface SpCoreEd25519Signature extends U8aFixed {}
4284
4285 /** @name SpCoreSr25519Signature (484) */
4286 interface SpCoreSr25519Signature extends U8aFixed {}
4287
4288 /** @name SpCoreEcdsaSignature (485) */
4289 interface SpCoreEcdsaSignature extends U8aFixed {}
4290
4291 /** @name FrameSystemExtensionsCheckSpecVersion (488) */
4292 type FrameSystemExtensionsCheckSpecVersion = Null;
4293
4294 /** @name FrameSystemExtensionsCheckTxVersion (489) */
4295 type FrameSystemExtensionsCheckTxVersion = Null;
4296
4297 /** @name FrameSystemExtensionsCheckGenesis (490) */
4298 type FrameSystemExtensionsCheckGenesis = Null;
4299
4300 /** @name FrameSystemExtensionsCheckNonce (493) */
4301 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
4302
4303 /** @name FrameSystemExtensionsCheckWeight (494) */
4304 type FrameSystemExtensionsCheckWeight = Null;
4305
4306 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (495) */
4307 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;
4308
4309 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (496) */
4310 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
4311
4312 /** @name OpalRuntimeRuntime (497) */
4313 type OpalRuntimeRuntime = Null;
4314
4315 /** @name PalletEthereumFakeTransactionFinalizer (498) */
4316>>>>>>> fix: update polkadot types and definitions
4317>>>>>>> fix: update polkadot types and definitions
4318>>>>>>> fix: update polkadot types and definitions
4319>>>>>>> fix: update polkadot types and definitions
3794 type PalletEthereumFakeTransactionFinalizer = Null;4320 type PalletEthereumFakeTransactionFinalizer = Null;
37954321
3796} // declare module4322} // declare module
modifiedtests/src/interfaces/unique/definitions.tsdiffbeforeafterboth
175 [collectionParam, tokenParam],175 [collectionParam, tokenParam],
176 'Option<u128>',176 'Option<u128>',
177 ),177 ),
178<<<<<<< HEAD
178 allowanceForAll: fun(179 allowanceForAll: fun(
179 'Tells whether the given `owner` approves the `operator`.',180 'Tells whether the given `owner` approves the `operator`.',
180 [collectionParam, crossAccountParam('owner'), crossAccountParam('operator')],181 [collectionParam, crossAccountParam('owner'), crossAccountParam('operator')],
181 'Option<bool>',182 'Option<bool>',
183=======
184 povEstimate: fun(
185 'Estimate PoV size',
186 [{name: 'encodedXt', type: 'Vec<u8>'}],
187 'UpPovEstimateRpcPovInfo',
188>>>>>>> fix: update polkadot types and definitions
182 ),189 ),
183 },190 },
184};191};