difftreelog
fix update polkadot types and definitions
in: master
7 files changed
tests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -5,7 +5,7 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/rpc-core/types/jsonrpc';
-import type { PalletEvmAccountBasicCrossAccountIdRepr, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsPartPartType, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionStats, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsRpcCollection, UpDataStructsTokenChild, UpDataStructsTokenData } from './default';
+import type { PalletEvmAccountBasicCrossAccountIdRepr, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsPartPartType, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionStats, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsRpcCollection, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo } from './default';
import type { AugmentedRpc } from '@polkadot/rpc-core/types';
import type { Metadata, StorageKey } from '@polkadot/types';
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u128, u32, u64 } from '@polkadot/types-codec';
@@ -734,6 +734,10 @@
**/
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>>>;
/**
+ * Estimate PoV size
+ **/
+ povEstimate: AugmentedRpc<(encodedXt: Bytes | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
+ /**
* Get property permissions, optionally limited to the provided keys
**/
propertyPermissions: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, propertyKeys?: Option<Vec<Text>> | null | Uint8Array | Vec<Text> | (Text | string)[], at?: Hash | string | Uint8Array) => Observable<Vec<UpDataStructsPropertyKeyPermission>>>;
tests/src/interfaces/augment-types.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -5,7 +5,23 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/types/types/registry';
+<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+=======
+<<<<<<< HEAD
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+=======
+<<<<<<< HEAD
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+=======
+<<<<<<< HEAD
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+=======
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, 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';
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
import type { Data, StorageKey } from '@polkadot/types';
import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -1325,6 +1341,7 @@
UpDataStructsTokenData: UpDataStructsTokenData;
UpgradeGoAhead: UpgradeGoAhead;
UpgradeRestriction: UpgradeRestriction;
+ UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
UpwardMessage: UpwardMessage;
usize: usize;
USize: USize;
tests/src/interfaces/default/types.tsdiffbeforeafterboth--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -2444,7 +2444,7 @@
}
/** @name PhantomTypeUpDataStructs */
-export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
+export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild, UpPovEstimateRpcPovInfo]>> {}
/** @name PolkadotCorePrimitivesInboundDownwardMessage */
export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
@@ -3018,6 +3018,13 @@
readonly pieces: u128;
}
+/** @name UpPovEstimateRpcPovInfo */
+export interface UpPovEstimateRpcPovInfo extends Struct {
+ readonly proofSize: u64;
+ readonly compactProofSize: u64;
+ readonly compressedProofSize: u64;
+}
+
/** @name XcmDoubleEncoded */
export interface XcmDoubleEncoded extends Struct {
readonly encoded: Bytes;
tests/src/interfaces/lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -3106,7 +3106,7 @@
/**
* Lookup399: PhantomType::up_data_structs<T>
**/
- PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',
+ PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
/**
* Lookup401: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
@@ -3198,79 +3198,305 @@
nftId: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup414: pallet_common::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup415: pallet_common::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup428: pallet_common::pallet::Error<T>
+=======
+ * Lookup422: up_pov_estimate_rpc::PovInfo
+ **/
+ UpPovEstimateRpcPovInfo: {
+ proofSize: 'u64',
+ compactProofSize: 'u64',
+ compressedProofSize: 'u64'
+ },
+ /**
+ * Lookup424: pallet_common::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletCommonError: {
_enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']
},
/**
+<<<<<<< HEAD
* Lookup416: pallet_fungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup417: pallet_fungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup430: pallet_fungible::pallet::Error<T>
+=======
+ * Lookup426: pallet_fungible::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletFungibleError: {
_enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
},
/**
+<<<<<<< HEAD
* Lookup420: pallet_refungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup417: pallet_refungible::ItemData
+=======
+<<<<<<< HEAD
+ * Lookup418: pallet_refungible::ItemData
+=======
+<<<<<<< HEAD
+ * Lookup431: pallet_refungible::ItemData
+=======
+ * Lookup427: pallet_refungible::ItemData
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+ **/
+ PalletRefungibleItemData: {
+ constData: 'Bytes'
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup422: pallet_refungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup423: pallet_refungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup436: pallet_refungible::pallet::Error<T>
+=======
+ * Lookup432: pallet_refungible::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletRefungibleError: {
_enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
},
/**
+<<<<<<< HEAD
* Lookup421: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup423: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup437: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup433: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletNonfungibleItemData: {
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
+<<<<<<< HEAD
* Lookup423: up_data_structs::PropertyScope
+=======
+<<<<<<< HEAD
+ * Lookup425: up_data_structs::PropertyScope
+=======
+<<<<<<< HEAD
+ * Lookup426: up_data_structs::PropertyScope
+=======
+<<<<<<< HEAD
+ * Lookup439: up_data_structs::PropertyScope
+=======
+ * Lookup435: up_data_structs::PropertyScope
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
UpDataStructsPropertyScope: {
_enum: ['None', 'Rmrk']
},
/**
+<<<<<<< HEAD
* Lookup426: pallet_nonfungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup427: pallet_nonfungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup428: pallet_nonfungible::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup441: pallet_nonfungible::pallet::Error<T>
+=======
+ * Lookup437: pallet_nonfungible::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletNonfungibleError: {
_enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
},
/**
+<<<<<<< HEAD
* Lookup427: pallet_structure::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup428: pallet_structure::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup429: pallet_structure::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup442: pallet_structure::pallet::Error<T>
+=======
+ * Lookup438: pallet_structure::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletStructureError: {
_enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
},
/**
+<<<<<<< HEAD
* Lookup428: pallet_rmrk_core::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup429: pallet_rmrk_core::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup430: pallet_rmrk_core::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup443: pallet_rmrk_core::pallet::Error<T>
+=======
+ * Lookup439: pallet_rmrk_core::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletRmrkCoreError: {
_enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
},
/**
+<<<<<<< HEAD
* Lookup430: pallet_rmrk_equip::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup431: pallet_rmrk_equip::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup432: pallet_rmrk_equip::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup445: pallet_rmrk_equip::pallet::Error<T>
+=======
+ * Lookup441: pallet_rmrk_equip::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletRmrkEquipError: {
_enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
},
/**
+<<<<<<< HEAD
* Lookup436: pallet_app_promotion::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup437: pallet_app_promotion::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup438: pallet_app_promotion::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup451: pallet_app_promotion::pallet::Error<T>
+=======
+ * Lookup447: pallet_app_promotion::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletAppPromotionError: {
_enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
},
/**
+<<<<<<< HEAD
* Lookup437: pallet_foreign_assets::module::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup438: pallet_foreign_assets::module::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup439: pallet_foreign_assets::module::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup452: pallet_foreign_assets::module::Error<T>
+=======
+ * Lookup448: pallet_foreign_assets::module::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletForeignAssetsModuleError: {
_enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
},
/**
+<<<<<<< HEAD
* Lookup439: pallet_evm::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup440: pallet_evm::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup441: pallet_evm::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup454: pallet_evm::pallet::Error<T>
+=======
+ * Lookup451: pallet_evm::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletEvmError: {
_enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']
},
/**
+<<<<<<< HEAD
* Lookup442: fp_rpc::TransactionStatus
+=======
+<<<<<<< HEAD
+ * Lookup443: fp_rpc::TransactionStatus
+=======
+<<<<<<< HEAD
+ * Lookup444: fp_rpc::TransactionStatus
+=======
+<<<<<<< HEAD
+ * Lookup457: fp_rpc::TransactionStatus
+=======
+ * Lookup454: fp_rpc::TransactionStatus
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
FpRpcTransactionStatus: {
transactionHash: 'H256',
@@ -3282,12 +3508,44 @@
logsBloom: 'EthbloomBloom'
},
/**
+<<<<<<< HEAD
* Lookup444: ethbloom::Bloom
**/
EthbloomBloom: '[u8;256]',
/**
* Lookup446: ethereum::receipt::ReceiptV3
+=======
+<<<<<<< HEAD
+ * Lookup445: ethbloom::Bloom
**/
+ EthbloomBloom: '[u8;256]',
+ /**
+ * Lookup447: ethereum::receipt::ReceiptV3
+=======
+<<<<<<< HEAD
+ * Lookup446: ethbloom::Bloom
+ **/
+ EthbloomBloom: '[u8;256]',
+ /**
+ * Lookup448: ethereum::receipt::ReceiptV3
+=======
+<<<<<<< HEAD
+ * Lookup459: ethbloom::Bloom
+ **/
+ EthbloomBloom: '[u8;256]',
+ /**
+ * Lookup461: ethereum::receipt::ReceiptV3
+=======
+ * Lookup456: ethbloom::Bloom
+ **/
+ EthbloomBloom: '[u8;256]',
+ /**
+ * Lookup458: ethereum::receipt::ReceiptV3
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+ **/
EthereumReceiptReceiptV3: {
_enum: {
Legacy: 'EthereumReceiptEip658ReceiptData',
@@ -3296,7 +3554,23 @@
}
},
/**
+<<<<<<< HEAD
* Lookup447: ethereum::receipt::EIP658ReceiptData
+=======
+<<<<<<< HEAD
+ * Lookup448: ethereum::receipt::EIP658ReceiptData
+=======
+<<<<<<< HEAD
+ * Lookup449: ethereum::receipt::EIP658ReceiptData
+=======
+<<<<<<< HEAD
+ * Lookup462: ethereum::receipt::EIP658ReceiptData
+=======
+ * Lookup459: ethereum::receipt::EIP658ReceiptData
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
EthereumReceiptEip658ReceiptData: {
statusCode: 'u8',
@@ -3305,7 +3579,23 @@
logs: 'Vec<EthereumLog>'
},
/**
+<<<<<<< HEAD
* Lookup448: ethereum::block::Block<ethereum::transaction::TransactionV2>
+=======
+<<<<<<< HEAD
+ * Lookup449: ethereum::block::Block<ethereum::transaction::TransactionV2>
+=======
+<<<<<<< HEAD
+ * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>
+=======
+<<<<<<< HEAD
+ * Lookup463: ethereum::block::Block<ethereum::transaction::TransactionV2>
+=======
+ * Lookup460: ethereum::block::Block<ethereum::transaction::TransactionV2>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
EthereumBlock: {
header: 'EthereumHeader',
@@ -3313,7 +3603,23 @@
ommers: 'Vec<EthereumHeader>'
},
/**
+<<<<<<< HEAD
* Lookup449: ethereum::header::Header
+=======
+<<<<<<< HEAD
+ * Lookup450: ethereum::header::Header
+=======
+<<<<<<< HEAD
+ * Lookup451: ethereum::header::Header
+=======
+<<<<<<< HEAD
+ * Lookup464: ethereum::header::Header
+=======
+ * Lookup461: ethereum::header::Header
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
EthereumHeader: {
parentHash: 'H256',
@@ -3333,23 +3639,87 @@
nonce: 'EthereumTypesHashH64'
},
/**
+<<<<<<< HEAD
* Lookup450: ethereum_types::hash::H64
**/
EthereumTypesHashH64: '[u8;8]',
/**
* Lookup455: pallet_ethereum::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup451: ethereum_types::hash::H64
+ **/
+ EthereumTypesHashH64: '[u8;8]',
+ /**
+ * Lookup456: pallet_ethereum::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup452: ethereum_types::hash::H64
+ **/
+ EthereumTypesHashH64: '[u8;8]',
+ /**
+ * Lookup457: pallet_ethereum::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup465: ethereum_types::hash::H64
**/
+ EthereumTypesHashH64: '[u8;8]',
+ /**
+ * Lookup470: pallet_ethereum::pallet::Error<T>
+=======
+ * Lookup462: ethereum_types::hash::H64
+ **/
+ EthereumTypesHashH64: '[u8;8]',
+ /**
+ * Lookup467: pallet_ethereum::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+ **/
PalletEthereumError: {
_enum: ['InvalidSignature', 'PreLogExists']
},
/**
+<<<<<<< HEAD
* Lookup456: pallet_evm_coder_substrate::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup457: pallet_evm_coder_substrate::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup471: pallet_evm_coder_substrate::pallet::Error<T>
+=======
+ * Lookup468: pallet_evm_coder_substrate::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletEvmCoderSubstrateError: {
_enum: ['OutOfGas', 'OutOfFund']
},
/**
+<<<<<<< HEAD
* Lookup457: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup458: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup472: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup469: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
_enum: {
@@ -3359,35 +3729,131 @@
}
},
/**
+<<<<<<< HEAD
* Lookup458: pallet_evm_contract_helpers::SponsoringModeT
+=======
+<<<<<<< HEAD
+ * Lookup459: pallet_evm_contract_helpers::SponsoringModeT
+=======
+<<<<<<< HEAD
+ * Lookup460: pallet_evm_contract_helpers::SponsoringModeT
+=======
+<<<<<<< HEAD
+ * Lookup473: pallet_evm_contract_helpers::SponsoringModeT
+=======
+ * Lookup470: pallet_evm_contract_helpers::SponsoringModeT
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletEvmContractHelpersSponsoringModeT: {
_enum: ['Disabled', 'Allowlisted', 'Generous']
},
/**
+<<<<<<< HEAD
* Lookup464: pallet_evm_contract_helpers::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup465: pallet_evm_contract_helpers::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup479: pallet_evm_contract_helpers::pallet::Error<T>
+=======
+ * Lookup476: pallet_evm_contract_helpers::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletEvmContractHelpersError: {
_enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
},
/**
+<<<<<<< HEAD
* Lookup465: pallet_evm_migration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup466: pallet_evm_migration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup467: pallet_evm_migration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup480: pallet_evm_migration::pallet::Error<T>
+=======
+ * Lookup477: pallet_evm_migration::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletEvmMigrationError: {
_enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
},
/**
+<<<<<<< HEAD
* Lookup466: pallet_maintenance::pallet::Error<T>
**/
PalletMaintenanceError: 'Null',
/**
* Lookup467: pallet_test_utils::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup467: pallet_maintenance::pallet::Error<T>
+ **/
+ PalletMaintenanceError: 'Null',
+ /**
+ * Lookup468: pallet_test_utils::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup468: pallet_maintenance::pallet::Error<T>
+ **/
+ PalletMaintenanceError: 'Null',
+ /**
+ * Lookup469: pallet_test_utils::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup481: pallet_maintenance::pallet::Error<T>
+ **/
+ PalletMaintenanceError: 'Null',
+ /**
+ * Lookup482: pallet_test_utils::pallet::Error<T>
+=======
+ * Lookup478: pallet_maintenance::pallet::Error<T>
**/
+ PalletMaintenanceError: 'Null',
+ /**
+ * Lookup479: pallet_test_utils::pallet::Error<T>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+ **/
PalletTestUtilsError: {
_enum: ['TestPalletDisabled', 'TriggerRollback']
},
/**
+<<<<<<< HEAD
* Lookup469: sp_runtime::MultiSignature
+=======
+<<<<<<< HEAD
+ * Lookup470: sp_runtime::MultiSignature
+=======
+<<<<<<< HEAD
+ * Lookup471: sp_runtime::MultiSignature
+=======
+<<<<<<< HEAD
+ * Lookup484: sp_runtime::MultiSignature
+=======
+ * Lookup481: sp_runtime::MultiSignature
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
SpRuntimeMultiSignature: {
_enum: {
@@ -3397,7 +3863,20 @@
}
},
/**
+<<<<<<< HEAD
* Lookup470: sp_core::ed25519::Signature
+=======
+<<<<<<< HEAD
+ * Lookup471: sp_core::ed25519::Signature
+=======
+<<<<<<< HEAD
+ * Lookup472: sp_core::ed25519::Signature
+=======
+<<<<<<< HEAD
+ * Lookup485: sp_core::ed25519::Signature
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
SpCoreEd25519Signature: '[u8;64]',
/**
@@ -3441,7 +3920,66 @@
**/
OpalRuntimeRuntime: 'Null',
/**
+<<<<<<< HEAD
* Lookup486: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+=======
+<<<<<<< HEAD
+ * Lookup487: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+=======
+<<<<<<< HEAD
+ * Lookup488: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+=======
+ * Lookup501: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+=======
+ * Lookup482: sp_core::ed25519::Signature
+ **/
+ SpCoreEd25519Signature: '[u8;64]',
+ /**
+ * Lookup484: sp_core::sr25519::Signature
+ **/
+ SpCoreSr25519Signature: '[u8;64]',
+ /**
+ * Lookup485: sp_core::ecdsa::Signature
+ **/
+ SpCoreEcdsaSignature: '[u8;65]',
+ /**
+ * Lookup488: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+ **/
+ FrameSystemExtensionsCheckSpecVersion: 'Null',
+ /**
+ * Lookup489: frame_system::extensions::check_tx_version::CheckTxVersion<T>
+ **/
+ FrameSystemExtensionsCheckTxVersion: 'Null',
+ /**
+ * Lookup490: frame_system::extensions::check_genesis::CheckGenesis<T>
+ **/
+ FrameSystemExtensionsCheckGenesis: 'Null',
+ /**
+ * Lookup493: frame_system::extensions::check_nonce::CheckNonce<T>
+ **/
+ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
+ /**
+ * Lookup494: frame_system::extensions::check_weight::CheckWeight<T>
+ **/
+ FrameSystemExtensionsCheckWeight: 'Null',
+ /**
+ * Lookup495: opal_runtime::runtime_common::maintenance::CheckMaintenance
+ **/
+ OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
+ /**
+ * Lookup496: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+ **/
+ PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
+ /**
+ * Lookup497: opal_runtime::Runtime
+ **/
+ OpalRuntimeRuntime: 'Null',
+ /**
+ * Lookup498: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
**/
PalletEthereumFakeTransactionFinalizer: 'Null'
};
tests/src/interfaces/registry.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';78import 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';910declare module '@polkadot/types/types/registry' {11 interface InterfaceTypes {12 CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;13 CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;14 CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;15 CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;16 CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;17 CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;18 CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;19 CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;20 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;21 CumulusPalletXcmCall: CumulusPalletXcmCall;22 CumulusPalletXcmError: CumulusPalletXcmError;23 CumulusPalletXcmEvent: CumulusPalletXcmEvent;24 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;25 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;26 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;27 CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;28 CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;29 CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;30 CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;31 CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;32 CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;33 EthbloomBloom: EthbloomBloom;34 EthereumBlock: EthereumBlock;35 EthereumHeader: EthereumHeader;36 EthereumLog: EthereumLog;37 EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;38 EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;39 EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;40 EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;41 EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;42 EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;43 EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;44 EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;45 EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;46 EthereumTypesHashH64: EthereumTypesHashH64;47 EvmCoreErrorExitError: EvmCoreErrorExitError;48 EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;49 EvmCoreErrorExitReason: EvmCoreErrorExitReason;50 EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;51 EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;52 FpRpcTransactionStatus: FpRpcTransactionStatus;53 FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;54 FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo;55 FrameSupportDispatchPays: FrameSupportDispatchPays;56 FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;57 FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;58 FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;59 FrameSupportPalletId: FrameSupportPalletId;60 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;61 FrameSystemAccountInfo: FrameSystemAccountInfo;62 FrameSystemCall: FrameSystemCall;63 FrameSystemError: FrameSystemError;64 FrameSystemEvent: FrameSystemEvent;65 FrameSystemEventRecord: FrameSystemEventRecord;66 FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;67 FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;68 FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;69 FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;70 FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;71 FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;72 FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;73 FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;74 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;75 FrameSystemPhase: FrameSystemPhase;76 OpalRuntimeRuntime: OpalRuntimeRuntime;77 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;78 OrmlTokensAccountData: OrmlTokensAccountData;79 OrmlTokensBalanceLock: OrmlTokensBalanceLock;80 OrmlTokensModuleCall: OrmlTokensModuleCall;81 OrmlTokensModuleError: OrmlTokensModuleError;82 OrmlTokensModuleEvent: OrmlTokensModuleEvent;83 OrmlTokensReserveData: OrmlTokensReserveData;84 OrmlVestingModuleCall: OrmlVestingModuleCall;85 OrmlVestingModuleError: OrmlVestingModuleError;86 OrmlVestingModuleEvent: OrmlVestingModuleEvent;87 OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;88 OrmlXtokensModuleCall: OrmlXtokensModuleCall;89 OrmlXtokensModuleError: OrmlXtokensModuleError;90 OrmlXtokensModuleEvent: OrmlXtokensModuleEvent;91 PalletAppPromotionCall: PalletAppPromotionCall;92 PalletAppPromotionError: PalletAppPromotionError;93 PalletAppPromotionEvent: PalletAppPromotionEvent;94 PalletBalancesAccountData: PalletBalancesAccountData;95 PalletBalancesBalanceLock: PalletBalancesBalanceLock;96 PalletBalancesCall: PalletBalancesCall;97 PalletBalancesError: PalletBalancesError;98 PalletBalancesEvent: PalletBalancesEvent;99 PalletBalancesReasons: PalletBalancesReasons;100 PalletBalancesReserveData: PalletBalancesReserveData;101 PalletCommonError: PalletCommonError;102 PalletCommonEvent: PalletCommonEvent;103 PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;104 PalletConfigurationCall: PalletConfigurationCall;105 PalletConfigurationError: PalletConfigurationError;106 PalletEthereumCall: PalletEthereumCall;107 PalletEthereumError: PalletEthereumError;108 PalletEthereumEvent: PalletEthereumEvent;109 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;110 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;111 PalletEvmCall: PalletEvmCall;112 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;113 PalletEvmContractHelpersError: PalletEvmContractHelpersError;114 PalletEvmContractHelpersEvent: PalletEvmContractHelpersEvent;115 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;116 PalletEvmError: PalletEvmError;117 PalletEvmEvent: PalletEvmEvent;118 PalletEvmMigrationCall: PalletEvmMigrationCall;119 PalletEvmMigrationError: PalletEvmMigrationError;120 PalletEvmMigrationEvent: PalletEvmMigrationEvent;121 PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;122 PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;123 PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;124 PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;125 PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;126 PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;127 PalletFungibleError: PalletFungibleError;128 PalletInflationCall: PalletInflationCall;129 PalletMaintenanceCall: PalletMaintenanceCall;130 PalletMaintenanceError: PalletMaintenanceError;131 PalletMaintenanceEvent: PalletMaintenanceEvent;132 PalletNonfungibleError: PalletNonfungibleError;133 PalletNonfungibleItemData: PalletNonfungibleItemData;134 PalletRefungibleError: PalletRefungibleError;135 PalletRmrkCoreCall: PalletRmrkCoreCall;136 PalletRmrkCoreError: PalletRmrkCoreError;137 PalletRmrkCoreEvent: PalletRmrkCoreEvent;138 PalletRmrkEquipCall: PalletRmrkEquipCall;139 PalletRmrkEquipError: PalletRmrkEquipError;140 PalletRmrkEquipEvent: PalletRmrkEquipEvent;141 PalletStructureCall: PalletStructureCall;142 PalletStructureError: PalletStructureError;143 PalletStructureEvent: PalletStructureEvent;144 PalletSudoCall: PalletSudoCall;145 PalletSudoError: PalletSudoError;146 PalletSudoEvent: PalletSudoEvent;147 PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;148 PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;149 PalletTestUtilsCall: PalletTestUtilsCall;150 PalletTestUtilsError: PalletTestUtilsError;151 PalletTestUtilsEvent: PalletTestUtilsEvent;152 PalletTimestampCall: PalletTimestampCall;153 PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;154 PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;155 PalletTreasuryCall: PalletTreasuryCall;156 PalletTreasuryError: PalletTreasuryError;157 PalletTreasuryEvent: PalletTreasuryEvent;158 PalletTreasuryProposal: PalletTreasuryProposal;159 PalletUniqueCall: PalletUniqueCall;160 PalletUniqueError: PalletUniqueError;161 PalletXcmCall: PalletXcmCall;162 PalletXcmError: PalletXcmError;163 PalletXcmEvent: PalletXcmEvent;164 PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;165 PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;166 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;167 PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;168 PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;169 PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;170 PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;171 PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;172 PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;173 RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;174 RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;175 RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;176 RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;177 RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;178 RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;179 RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;180 RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;181 RmrkTraitsPartPartType: RmrkTraitsPartPartType;182 RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;183 RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;184 RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;185 RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;186 RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;187 RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;188 RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;189 RmrkTraitsTheme: RmrkTraitsTheme;190 RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;191 SpCoreEcdsaSignature: SpCoreEcdsaSignature;192 SpCoreEd25519Signature: SpCoreEd25519Signature;193 SpCoreSr25519Signature: SpCoreSr25519Signature;194 SpRuntimeArithmeticError: SpRuntimeArithmeticError;195 SpRuntimeDigest: SpRuntimeDigest;196 SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;197 SpRuntimeDispatchError: SpRuntimeDispatchError;198 SpRuntimeModuleError: SpRuntimeModuleError;199 SpRuntimeMultiSignature: SpRuntimeMultiSignature;200 SpRuntimeTokenError: SpRuntimeTokenError;201 SpRuntimeTransactionalError: SpRuntimeTransactionalError;202 SpTrieStorageProof: SpTrieStorageProof;203 SpVersionRuntimeVersion: SpVersionRuntimeVersion;204 SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;205 SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;206 UpDataStructsAccessMode: UpDataStructsAccessMode;207 UpDataStructsCollection: UpDataStructsCollection;208 UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;209 UpDataStructsCollectionMode: UpDataStructsCollectionMode;210 UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;211 UpDataStructsCollectionStats: UpDataStructsCollectionStats;212 UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;213 UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;214 UpDataStructsCreateItemData: UpDataStructsCreateItemData;215 UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;216 UpDataStructsCreateNftData: UpDataStructsCreateNftData;217 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;218 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;219 UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;220 UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;221 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;222 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;223 UpDataStructsProperties: UpDataStructsProperties;224 UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;225 UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;226 UpDataStructsProperty: UpDataStructsProperty;227 UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;228 UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;229 UpDataStructsPropertyScope: UpDataStructsPropertyScope;230 UpDataStructsRpcCollection: UpDataStructsRpcCollection;231 UpDataStructsRpcCollectionFlags: UpDataStructsRpcCollectionFlags;232 UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;233 UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;234 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;235 UpDataStructsTokenChild: UpDataStructsTokenChild;236 UpDataStructsTokenData: UpDataStructsTokenData;237 XcmDoubleEncoded: XcmDoubleEncoded;238 XcmV0Junction: XcmV0Junction;239 XcmV0JunctionBodyId: XcmV0JunctionBodyId;240 XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;241 XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;242 XcmV0MultiAsset: XcmV0MultiAsset;243 XcmV0MultiLocation: XcmV0MultiLocation;244 XcmV0Order: XcmV0Order;245 XcmV0OriginKind: XcmV0OriginKind;246 XcmV0Response: XcmV0Response;247 XcmV0Xcm: XcmV0Xcm;248 XcmV1Junction: XcmV1Junction;249 XcmV1MultiAsset: XcmV1MultiAsset;250 XcmV1MultiLocation: XcmV1MultiLocation;251 XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;252 XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;253 XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;254 XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;255 XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;256 XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;257 XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;258 XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;259 XcmV1Order: XcmV1Order;260 XcmV1Response: XcmV1Response;261 XcmV1Xcm: XcmV1Xcm;262 XcmV2Instruction: XcmV2Instruction;263 XcmV2Response: XcmV2Response;264 XcmV2TraitsError: XcmV2TraitsError;265 XcmV2TraitsOutcome: XcmV2TraitsOutcome;266 XcmV2WeightLimit: XcmV2WeightLimit;267 XcmV2Xcm: XcmV2Xcm;268 XcmVersionedMultiAsset: XcmVersionedMultiAsset;269 XcmVersionedMultiAssets: XcmVersionedMultiAssets;270 XcmVersionedMultiLocation: XcmVersionedMultiLocation;271 XcmVersionedXcm: XcmVersionedXcm;272 } // InterfaceTypes273} // declare module1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';78<<<<<<< HEAD9import 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<<<<<<< HEAD12import 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<<<<<<< HEAD15import 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<<<<<<< HEAD18import 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 definitions22>>>>>>> fix: update polkadot types and definitions23>>>>>>> fix: update polkadot types and definitions24>>>>>>> fix: update polkadot types and definitions2526declare module '@polkadot/types/types/registry' {27 interface InterfaceTypes {28 CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;29 CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;30 CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;31 CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;32 CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;33 CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;34 CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;35 CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;36 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;37 CumulusPalletXcmCall: CumulusPalletXcmCall;38 CumulusPalletXcmError: CumulusPalletXcmError;39 CumulusPalletXcmEvent: CumulusPalletXcmEvent;40 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;41 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;42 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;43 CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;44 CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;45 CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;46 CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;47 CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;48 CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;49 EthbloomBloom: EthbloomBloom;50 EthereumBlock: EthereumBlock;51 EthereumHeader: EthereumHeader;52 EthereumLog: EthereumLog;53 EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;54 EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;55 EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;56 EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;57 EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;58 EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;59 EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;60 EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;61 EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;62 EthereumTypesHashH64: EthereumTypesHashH64;63 EvmCoreErrorExitError: EvmCoreErrorExitError;64 EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;65 EvmCoreErrorExitReason: EvmCoreErrorExitReason;66 EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;67 EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;68 FpRpcTransactionStatus: FpRpcTransactionStatus;69 FrameSupportDispatchDispatchClass: FrameSupportDispatchDispatchClass;70 FrameSupportDispatchDispatchInfo: FrameSupportDispatchDispatchInfo;71 FrameSupportDispatchPays: FrameSupportDispatchPays;72 FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;73 FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;74 FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;75 FrameSupportPalletId: FrameSupportPalletId;76 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;77 FrameSystemAccountInfo: FrameSystemAccountInfo;78 FrameSystemCall: FrameSystemCall;79 FrameSystemError: FrameSystemError;80 FrameSystemEvent: FrameSystemEvent;81 FrameSystemEventRecord: FrameSystemEventRecord;82 FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;83 FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;84 FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;85 FrameSystemExtensionsCheckTxVersion: FrameSystemExtensionsCheckTxVersion;86 FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;87 FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;88 FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;89 FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;90 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;91 FrameSystemPhase: FrameSystemPhase;92 OpalRuntimeRuntime: OpalRuntimeRuntime;93 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;94 OrmlTokensAccountData: OrmlTokensAccountData;95 OrmlTokensBalanceLock: OrmlTokensBalanceLock;96 OrmlTokensModuleCall: OrmlTokensModuleCall;97 OrmlTokensModuleError: OrmlTokensModuleError;98 OrmlTokensModuleEvent: OrmlTokensModuleEvent;99 OrmlTokensReserveData: OrmlTokensReserveData;100 OrmlVestingModuleCall: OrmlVestingModuleCall;101 OrmlVestingModuleError: OrmlVestingModuleError;102 OrmlVestingModuleEvent: OrmlVestingModuleEvent;103 OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;104 OrmlXtokensModuleCall: OrmlXtokensModuleCall;105 OrmlXtokensModuleError: OrmlXtokensModuleError;106 OrmlXtokensModuleEvent: OrmlXtokensModuleEvent;107 PalletAppPromotionCall: PalletAppPromotionCall;108 PalletAppPromotionError: PalletAppPromotionError;109 PalletAppPromotionEvent: PalletAppPromotionEvent;110 PalletBalancesAccountData: PalletBalancesAccountData;111 PalletBalancesBalanceLock: PalletBalancesBalanceLock;112 PalletBalancesCall: PalletBalancesCall;113 PalletBalancesError: PalletBalancesError;114 PalletBalancesEvent: PalletBalancesEvent;115 PalletBalancesReasons: PalletBalancesReasons;116 PalletBalancesReserveData: PalletBalancesReserveData;117 PalletCommonError: PalletCommonError;118 PalletCommonEvent: PalletCommonEvent;119 PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;120 PalletConfigurationCall: PalletConfigurationCall;121 PalletConfigurationError: PalletConfigurationError;122 PalletEthereumCall: PalletEthereumCall;123 PalletEthereumError: PalletEthereumError;124 PalletEthereumEvent: PalletEthereumEvent;125 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;126 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;127 PalletEvmCall: PalletEvmCall;128 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;129 PalletEvmContractHelpersError: PalletEvmContractHelpersError;130 PalletEvmContractHelpersEvent: PalletEvmContractHelpersEvent;131 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;132 PalletEvmError: PalletEvmError;133 PalletEvmEvent: PalletEvmEvent;134 PalletEvmMigrationCall: PalletEvmMigrationCall;135 PalletEvmMigrationError: PalletEvmMigrationError;136 PalletEvmMigrationEvent: PalletEvmMigrationEvent;137 PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;138 PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;139 PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;140 PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;141 PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;142 PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;143 PalletFungibleError: PalletFungibleError;144 PalletInflationCall: PalletInflationCall;145 PalletMaintenanceCall: PalletMaintenanceCall;146 PalletMaintenanceError: PalletMaintenanceError;147 PalletMaintenanceEvent: PalletMaintenanceEvent;148 PalletNonfungibleError: PalletNonfungibleError;149 PalletNonfungibleItemData: PalletNonfungibleItemData;150 PalletRefungibleError: PalletRefungibleError;151 PalletRmrkCoreCall: PalletRmrkCoreCall;152 PalletRmrkCoreError: PalletRmrkCoreError;153 PalletRmrkCoreEvent: PalletRmrkCoreEvent;154 PalletRmrkEquipCall: PalletRmrkEquipCall;155 PalletRmrkEquipError: PalletRmrkEquipError;156 PalletRmrkEquipEvent: PalletRmrkEquipEvent;157 PalletStructureCall: PalletStructureCall;158 PalletStructureError: PalletStructureError;159 PalletStructureEvent: PalletStructureEvent;160 PalletSudoCall: PalletSudoCall;161 PalletSudoError: PalletSudoError;162 PalletSudoEvent: PalletSudoEvent;163 PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;164 PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;165 PalletTestUtilsCall: PalletTestUtilsCall;166 PalletTestUtilsError: PalletTestUtilsError;167 PalletTestUtilsEvent: PalletTestUtilsEvent;168 PalletTimestampCall: PalletTimestampCall;169 PalletTransactionPaymentEvent: PalletTransactionPaymentEvent;170 PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;171 PalletTreasuryCall: PalletTreasuryCall;172 PalletTreasuryError: PalletTreasuryError;173 PalletTreasuryEvent: PalletTreasuryEvent;174 PalletTreasuryProposal: PalletTreasuryProposal;175 PalletUniqueCall: PalletUniqueCall;176 PalletUniqueError: PalletUniqueError;177 PalletXcmCall: PalletXcmCall;178 PalletXcmError: PalletXcmError;179 PalletXcmEvent: PalletXcmEvent;180 PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;181 PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;182 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;183 PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;184 PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;185 PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;186 PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;187 PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;188 PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;189 RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;190 RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;191 RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;192 RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;193 RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;194 RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;195 RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;196 RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;197 RmrkTraitsPartPartType: RmrkTraitsPartPartType;198 RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;199 RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;200 RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;201 RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;202 RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;203 RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;204 RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;205 RmrkTraitsTheme: RmrkTraitsTheme;206 RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;207 SpCoreEcdsaSignature: SpCoreEcdsaSignature;208 SpCoreEd25519Signature: SpCoreEd25519Signature;209 SpCoreSr25519Signature: SpCoreSr25519Signature;210 SpRuntimeArithmeticError: SpRuntimeArithmeticError;211 SpRuntimeDigest: SpRuntimeDigest;212 SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;213 SpRuntimeDispatchError: SpRuntimeDispatchError;214 SpRuntimeModuleError: SpRuntimeModuleError;215 SpRuntimeMultiSignature: SpRuntimeMultiSignature;216 SpRuntimeTokenError: SpRuntimeTokenError;217 SpRuntimeTransactionalError: SpRuntimeTransactionalError;218 SpTrieStorageProof: SpTrieStorageProof;219 SpVersionRuntimeVersion: SpVersionRuntimeVersion;220 SpWeightsRuntimeDbWeight: SpWeightsRuntimeDbWeight;221 SpWeightsWeightV2Weight: SpWeightsWeightV2Weight;222 UpDataStructsAccessMode: UpDataStructsAccessMode;223 UpDataStructsCollection: UpDataStructsCollection;224 UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;225 UpDataStructsCollectionMode: UpDataStructsCollectionMode;226 UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;227 UpDataStructsCollectionStats: UpDataStructsCollectionStats;228 UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;229 UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;230 UpDataStructsCreateItemData: UpDataStructsCreateItemData;231 UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;232 UpDataStructsCreateNftData: UpDataStructsCreateNftData;233 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;234 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;235 UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;236 UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;237 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;238 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;239 UpDataStructsProperties: UpDataStructsProperties;240 UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;241 UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;242 UpDataStructsProperty: UpDataStructsProperty;243 UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;244 UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;245 UpDataStructsPropertyScope: UpDataStructsPropertyScope;246 UpDataStructsRpcCollection: UpDataStructsRpcCollection;247 UpDataStructsRpcCollectionFlags: UpDataStructsRpcCollectionFlags;248 UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;249 UpDataStructsSponsorshipStateAccountId32: UpDataStructsSponsorshipStateAccountId32;250 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: UpDataStructsSponsorshipStateBasicCrossAccountIdRepr;251 UpDataStructsTokenChild: UpDataStructsTokenChild;252 UpDataStructsTokenData: UpDataStructsTokenData;253 UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;254 XcmDoubleEncoded: XcmDoubleEncoded;255 XcmV0Junction: XcmV0Junction;256 XcmV0JunctionBodyId: XcmV0JunctionBodyId;257 XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;258 XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;259 XcmV0MultiAsset: XcmV0MultiAsset;260 XcmV0MultiLocation: XcmV0MultiLocation;261 XcmV0Order: XcmV0Order;262 XcmV0OriginKind: XcmV0OriginKind;263 XcmV0Response: XcmV0Response;264 XcmV0Xcm: XcmV0Xcm;265 XcmV1Junction: XcmV1Junction;266 XcmV1MultiAsset: XcmV1MultiAsset;267 XcmV1MultiLocation: XcmV1MultiLocation;268 XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;269 XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;270 XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;271 XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;272 XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;273 XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;274 XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;275 XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;276 XcmV1Order: XcmV1Order;277 XcmV1Response: XcmV1Response;278 XcmV1Xcm: XcmV1Xcm;279 XcmV2Instruction: XcmV2Instruction;280 XcmV2Response: XcmV2Response;281 XcmV2TraitsError: XcmV2TraitsError;282 XcmV2TraitsOutcome: XcmV2TraitsOutcome;283 XcmV2WeightLimit: XcmV2WeightLimit;284 XcmV2Xcm: XcmV2Xcm;285 XcmVersionedMultiAsset: XcmVersionedMultiAsset;286 XcmVersionedMultiAssets: XcmVersionedMultiAssets;287 XcmVersionedMultiLocation: XcmVersionedMultiLocation;288 XcmVersionedXcm: XcmVersionedXcm;289 } // InterfaceTypes290} // declare moduletests/src/interfaces/types-lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -3379,8 +3379,21 @@
readonly collection: u32;
}
+<<<<<<< HEAD
/** @name PhantomTypeUpDataStructs (399) */
+=======
+<<<<<<< HEAD
+ /** @name PhantomTypeUpDataStructs (400) */
+=======
+<<<<<<< HEAD
+ /** @name PhantomTypeUpDataStructs (413) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
+=======
+ /** @name PhantomTypeUpDataStructs (408) */
+ interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild, UpPovEstimateRpcPovInfo]>> {}
+>>>>>>> fix: update polkadot types and definitions
/** @name UpDataStructsTokenData (401) */
interface UpDataStructsTokenData extends Struct {
@@ -3462,7 +3475,26 @@
readonly nftId: u32;
}
+<<<<<<< HEAD
/** @name PalletCommonError (414) */
+=======
+<<<<<<< HEAD
+ /** @name PalletCommonError (415) */
+=======
+<<<<<<< HEAD
+ /** @name PalletCommonError (428) */
+=======
+ /** @name UpPovEstimateRpcPovInfo (422) */
+ interface UpPovEstimateRpcPovInfo extends Struct {
+ readonly proofSize: u64;
+ readonly compactProofSize: u64;
+ readonly compressedProofSize: u64;
+ }
+
+ /** @name PalletCommonError (424) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletCommonError extends Enum {
readonly isCollectionNotFound: boolean;
readonly isMustBeTokenOwner: boolean;
@@ -3503,7 +3535,19 @@
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';
}
+<<<<<<< HEAD
/** @name PalletFungibleError (416) */
+=======
+<<<<<<< HEAD
+ /** @name PalletFungibleError (417) */
+=======
+<<<<<<< HEAD
+ /** @name PalletFungibleError (430) */
+=======
+ /** @name PalletFungibleError (426) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletFungibleError extends Enum {
readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isFungibleItemsHaveNoId: boolean;
@@ -3515,7 +3559,40 @@
readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
}
+<<<<<<< HEAD
/** @name PalletRefungibleError (420) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRefungibleItemData (417) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRefungibleItemData (418) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRefungibleItemData (431) */
+=======
+ /** @name PalletRefungibleItemData (427) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+ interface PalletRefungibleItemData extends Struct {
+ readonly constData: Bytes;
+ }
+
+<<<<<<< HEAD
+ /** @name PalletRefungibleError (422) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRefungibleError (423) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRefungibleError (436) */
+=======
+ /** @name PalletRefungibleError (432) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletRefungibleError extends Enum {
readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isWrongRefungiblePieces: boolean;
@@ -3525,19 +3602,67 @@
readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
}
+<<<<<<< HEAD
/** @name PalletNonfungibleItemData (421) */
+=======
+<<<<<<< HEAD
+ /** @name PalletNonfungibleItemData (423) */
+=======
+<<<<<<< HEAD
+ /** @name PalletNonfungibleItemData (424) */
+=======
+<<<<<<< HEAD
+ /** @name PalletNonfungibleItemData (437) */
+=======
+ /** @name PalletNonfungibleItemData (433) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletNonfungibleItemData extends Struct {
readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
}
+<<<<<<< HEAD
/** @name UpDataStructsPropertyScope (423) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertyScope (425) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertyScope (426) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertyScope (439) */
+=======
+ /** @name UpDataStructsPropertyScope (435) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface UpDataStructsPropertyScope extends Enum {
readonly isNone: boolean;
readonly isRmrk: boolean;
readonly type: 'None' | 'Rmrk';
}
+<<<<<<< HEAD
/** @name PalletNonfungibleError (426) */
+=======
+<<<<<<< HEAD
+ /** @name PalletNonfungibleError (427) */
+=======
+<<<<<<< HEAD
+ /** @name PalletNonfungibleError (428) */
+=======
+<<<<<<< HEAD
+ /** @name PalletNonfungibleError (441) */
+=======
+ /** @name PalletNonfungibleError (437) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletNonfungibleError extends Enum {
readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -3545,7 +3670,23 @@
readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
}
+<<<<<<< HEAD
/** @name PalletStructureError (427) */
+=======
+<<<<<<< HEAD
+ /** @name PalletStructureError (428) */
+=======
+<<<<<<< HEAD
+ /** @name PalletStructureError (429) */
+=======
+<<<<<<< HEAD
+ /** @name PalletStructureError (442) */
+=======
+ /** @name PalletStructureError (438) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletStructureError extends Enum {
readonly isOuroborosDetected: boolean;
readonly isDepthLimit: boolean;
@@ -3554,7 +3695,23 @@
readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
}
+<<<<<<< HEAD
/** @name PalletRmrkCoreError (428) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkCoreError (429) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkCoreError (430) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkCoreError (443) */
+=======
+ /** @name PalletRmrkCoreError (439) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletRmrkCoreError extends Enum {
readonly isCorruptedCollectionType: boolean;
readonly isRmrkPropertyKeyIsTooLong: boolean;
@@ -3578,7 +3735,23 @@
readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
}
+<<<<<<< HEAD
/** @name PalletRmrkEquipError (430) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkEquipError (431) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkEquipError (432) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkEquipError (445) */
+=======
+ /** @name PalletRmrkEquipError (441) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletRmrkEquipError extends Enum {
readonly isPermissionError: boolean;
readonly isNoAvailableBaseId: boolean;
@@ -3590,7 +3763,23 @@
readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
}
+<<<<<<< HEAD
/** @name PalletAppPromotionError (436) */
+=======
+<<<<<<< HEAD
+ /** @name PalletAppPromotionError (437) */
+=======
+<<<<<<< HEAD
+ /** @name PalletAppPromotionError (438) */
+=======
+<<<<<<< HEAD
+ /** @name PalletAppPromotionError (451) */
+=======
+ /** @name PalletAppPromotionError (447) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletAppPromotionError extends Enum {
readonly isAdminNotSet: boolean;
readonly isNoPermission: boolean;
@@ -3601,7 +3790,23 @@
readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';
}
+<<<<<<< HEAD
/** @name PalletForeignAssetsModuleError (437) */
+=======
+<<<<<<< HEAD
+ /** @name PalletForeignAssetsModuleError (438) */
+=======
+<<<<<<< HEAD
+ /** @name PalletForeignAssetsModuleError (439) */
+=======
+<<<<<<< HEAD
+ /** @name PalletForeignAssetsModuleError (452) */
+=======
+ /** @name PalletForeignAssetsModuleError (448) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletForeignAssetsModuleError extends Enum {
readonly isBadLocation: boolean;
readonly isMultiLocationExisted: boolean;
@@ -3610,7 +3815,23 @@
readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
}
+<<<<<<< HEAD
/** @name PalletEvmError (439) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmError (440) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmError (441) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmError (454) */
+=======
+ /** @name PalletEvmError (451) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletEvmError extends Enum {
readonly isBalanceLow: boolean;
readonly isFeeOverflow: boolean;
@@ -3626,7 +3847,23 @@
readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';
}
+<<<<<<< HEAD
/** @name FpRpcTransactionStatus (442) */
+=======
+<<<<<<< HEAD
+ /** @name FpRpcTransactionStatus (443) */
+=======
+<<<<<<< HEAD
+ /** @name FpRpcTransactionStatus (444) */
+=======
+<<<<<<< HEAD
+ /** @name FpRpcTransactionStatus (457) */
+=======
+ /** @name FpRpcTransactionStatus (454) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface FpRpcTransactionStatus extends Struct {
readonly transactionHash: H256;
readonly transactionIndex: u32;
@@ -3637,10 +3874,38 @@
readonly logsBloom: EthbloomBloom;
}
+<<<<<<< HEAD
/** @name EthbloomBloom (444) */
interface EthbloomBloom extends U8aFixed {}
/** @name EthereumReceiptReceiptV3 (446) */
+=======
+<<<<<<< HEAD
+ /** @name EthbloomBloom (445) */
+ interface EthbloomBloom extends U8aFixed {}
+
+ /** @name EthereumReceiptReceiptV3 (447) */
+=======
+<<<<<<< HEAD
+ /** @name EthbloomBloom (446) */
+ interface EthbloomBloom extends U8aFixed {}
+
+ /** @name EthereumReceiptReceiptV3 (448) */
+=======
+<<<<<<< HEAD
+ /** @name EthbloomBloom (459) */
+ interface EthbloomBloom extends U8aFixed {}
+
+ /** @name EthereumReceiptReceiptV3 (461) */
+=======
+ /** @name EthbloomBloom (456) */
+ interface EthbloomBloom extends U8aFixed {}
+
+ /** @name EthereumReceiptReceiptV3 (458) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface EthereumReceiptReceiptV3 extends Enum {
readonly isLegacy: boolean;
readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3651,7 +3916,23 @@
readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
}
+<<<<<<< HEAD
/** @name EthereumReceiptEip658ReceiptData (447) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumReceiptEip658ReceiptData (448) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumReceiptEip658ReceiptData (449) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumReceiptEip658ReceiptData (462) */
+=======
+ /** @name EthereumReceiptEip658ReceiptData (459) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface EthereumReceiptEip658ReceiptData extends Struct {
readonly statusCode: u8;
readonly usedGas: U256;
@@ -3659,14 +3940,46 @@
readonly logs: Vec<EthereumLog>;
}
+<<<<<<< HEAD
/** @name EthereumBlock (448) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumBlock (449) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumBlock (450) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumBlock (463) */
+=======
+ /** @name EthereumBlock (460) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface EthereumBlock extends Struct {
readonly header: EthereumHeader;
readonly transactions: Vec<EthereumTransactionTransactionV2>;
readonly ommers: Vec<EthereumHeader>;
}
+<<<<<<< HEAD
/** @name EthereumHeader (449) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumHeader (450) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumHeader (451) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumHeader (464) */
+=======
+ /** @name EthereumHeader (461) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface EthereumHeader extends Struct {
readonly parentHash: H256;
readonly ommersHash: H256;
@@ -3685,24 +3998,84 @@
readonly nonce: EthereumTypesHashH64;
}
+<<<<<<< HEAD
/** @name EthereumTypesHashH64 (450) */
interface EthereumTypesHashH64 extends U8aFixed {}
/** @name PalletEthereumError (455) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTypesHashH64 (451) */
+ interface EthereumTypesHashH64 extends U8aFixed {}
+
+ /** @name PalletEthereumError (456) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTypesHashH64 (452) */
+ interface EthereumTypesHashH64 extends U8aFixed {}
+
+ /** @name PalletEthereumError (457) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTypesHashH64 (465) */
+ interface EthereumTypesHashH64 extends U8aFixed {}
+
+ /** @name PalletEthereumError (470) */
+=======
+ /** @name EthereumTypesHashH64 (462) */
+ interface EthereumTypesHashH64 extends U8aFixed {}
+
+ /** @name PalletEthereumError (467) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletEthereumError extends Enum {
readonly isInvalidSignature: boolean;
readonly isPreLogExists: boolean;
readonly type: 'InvalidSignature' | 'PreLogExists';
}
+<<<<<<< HEAD
/** @name PalletEvmCoderSubstrateError (456) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmCoderSubstrateError (457) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmCoderSubstrateError (458) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmCoderSubstrateError (471) */
+=======
+ /** @name PalletEvmCoderSubstrateError (468) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletEvmCoderSubstrateError extends Enum {
readonly isOutOfGas: boolean;
readonly isOutOfFund: boolean;
readonly type: 'OutOfGas' | 'OutOfFund';
}
+<<<<<<< HEAD
/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (457) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (458) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (459) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (472) */
+=======
+ /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (469) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
readonly isDisabled: boolean;
readonly isUnconfirmed: boolean;
@@ -3712,7 +4085,23 @@
readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
}
+<<<<<<< HEAD
/** @name PalletEvmContractHelpersSponsoringModeT (458) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersSponsoringModeT (459) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersSponsoringModeT (460) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersSponsoringModeT (473) */
+=======
+ /** @name PalletEvmContractHelpersSponsoringModeT (470) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletEvmContractHelpersSponsoringModeT extends Enum {
readonly isDisabled: boolean;
readonly isAllowlisted: boolean;
@@ -3720,7 +4109,23 @@
readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
}
+<<<<<<< HEAD
/** @name PalletEvmContractHelpersError (464) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersError (465) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersError (466) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersError (479) */
+=======
+ /** @name PalletEvmContractHelpersError (476) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletEvmContractHelpersError extends Enum {
readonly isNoPermission: boolean;
readonly isNoPendingSponsor: boolean;
@@ -3728,7 +4133,23 @@
readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
}
+<<<<<<< HEAD
/** @name PalletEvmMigrationError (465) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmMigrationError (466) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmMigrationError (467) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmMigrationError (480) */
+=======
+ /** @name PalletEvmMigrationError (477) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletEvmMigrationError extends Enum {
readonly isAccountNotEmpty: boolean;
readonly isAccountIsNotMigrating: boolean;
@@ -3736,17 +4157,61 @@
readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
}
+<<<<<<< HEAD
/** @name PalletMaintenanceError (466) */
type PalletMaintenanceError = Null;
/** @name PalletTestUtilsError (467) */
+=======
+<<<<<<< HEAD
+ /** @name PalletMaintenanceError (467) */
+ type PalletMaintenanceError = Null;
+
+ /** @name PalletTestUtilsError (468) */
+=======
+<<<<<<< HEAD
+ /** @name PalletMaintenanceError (468) */
+ type PalletMaintenanceError = Null;
+
+ /** @name PalletTestUtilsError (469) */
+=======
+<<<<<<< HEAD
+ /** @name PalletMaintenanceError (481) */
+ type PalletMaintenanceError = Null;
+
+ /** @name PalletTestUtilsError (482) */
+=======
+ /** @name PalletMaintenanceError (478) */
+ type PalletMaintenanceError = Null;
+
+ /** @name PalletTestUtilsError (479) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface PalletTestUtilsError extends Enum {
readonly isTestPalletDisabled: boolean;
readonly isTriggerRollback: boolean;
readonly type: 'TestPalletDisabled' | 'TriggerRollback';
}
+<<<<<<< HEAD
/** @name SpRuntimeMultiSignature (469) */
+=======
+<<<<<<< HEAD
+ /** @name SpRuntimeMultiSignature (470) */
+=======
+<<<<<<< HEAD
+ /** @name SpRuntimeMultiSignature (471) */
+=======
+<<<<<<< HEAD
+ /** @name SpRuntimeMultiSignature (484) */
+=======
+ /** @name SpRuntimeMultiSignature (481) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface SpRuntimeMultiSignature extends Enum {
readonly isEd25519: boolean;
readonly asEd25519: SpCoreEd25519Signature;
@@ -3757,7 +4222,20 @@
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
}
+<<<<<<< HEAD
/** @name SpCoreEd25519Signature (470) */
+=======
+<<<<<<< HEAD
+ /** @name SpCoreEd25519Signature (471) */
+=======
+<<<<<<< HEAD
+ /** @name SpCoreEd25519Signature (472) */
+=======
+<<<<<<< HEAD
+ /** @name SpCoreEd25519Signature (485) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
interface SpCoreEd25519Signature extends U8aFixed {}
/** @name SpCoreSr25519Signature (472) */
@@ -3790,7 +4268,55 @@
/** @name OpalRuntimeRuntime (485) */
type OpalRuntimeRuntime = Null;
+<<<<<<< HEAD
/** @name PalletEthereumFakeTransactionFinalizer (486) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEthereumFakeTransactionFinalizer (487) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEthereumFakeTransactionFinalizer (488) */
+=======
+ /** @name PalletEthereumFakeTransactionFinalizer (501) */
+=======
+ /** @name SpCoreEd25519Signature (482) */
+ interface SpCoreEd25519Signature extends U8aFixed {}
+
+ /** @name SpCoreSr25519Signature (484) */
+ interface SpCoreSr25519Signature extends U8aFixed {}
+
+ /** @name SpCoreEcdsaSignature (485) */
+ interface SpCoreEcdsaSignature extends U8aFixed {}
+
+ /** @name FrameSystemExtensionsCheckSpecVersion (488) */
+ type FrameSystemExtensionsCheckSpecVersion = Null;
+
+ /** @name FrameSystemExtensionsCheckTxVersion (489) */
+ type FrameSystemExtensionsCheckTxVersion = Null;
+
+ /** @name FrameSystemExtensionsCheckGenesis (490) */
+ type FrameSystemExtensionsCheckGenesis = Null;
+
+ /** @name FrameSystemExtensionsCheckNonce (493) */
+ interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
+
+ /** @name FrameSystemExtensionsCheckWeight (494) */
+ type FrameSystemExtensionsCheckWeight = Null;
+
+ /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (495) */
+ type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;
+
+ /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (496) */
+ interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
+
+ /** @name OpalRuntimeRuntime (497) */
+ type OpalRuntimeRuntime = Null;
+
+ /** @name PalletEthereumFakeTransactionFinalizer (498) */
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
+>>>>>>> fix: update polkadot types and definitions
type PalletEthereumFakeTransactionFinalizer = Null;
} // declare module
tests/src/interfaces/unique/definitions.tsdiffbeforeafterboth--- a/tests/src/interfaces/unique/definitions.ts
+++ b/tests/src/interfaces/unique/definitions.ts
@@ -175,10 +175,17 @@
[collectionParam, tokenParam],
'Option<u128>',
),
+<<<<<<< HEAD
allowanceForAll: fun(
'Tells whether the given `owner` approves the `operator`.',
[collectionParam, crossAccountParam('owner'), crossAccountParam('operator')],
'Option<bool>',
+=======
+ povEstimate: fun(
+ 'Estimate PoV size',
+ [{name: 'encodedXt', type: 'Vec<u8>'}],
+ 'UpPovEstimateRpcPovInfo',
+>>>>>>> fix: update polkadot types and definitions
),
},
};