difftreelog
chore regenerate types
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
@@ -726,13 +726,9 @@
**/
effectiveCollectionLimits: AugmentedRpc<(collection: u32 | AnyNumber | Uint8Array, at?: Hash | string | Uint8Array) => Observable<Option<UpDataStructsCollectionLimits>>>;
/**
- * Estimate PoV size of an encoded call
- **/
- estimateCallPoV: AugmentedRpc<(encodedCall: Bytes | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
- /**
* Estimate PoV size of an encoded extrinsic
**/
- estimateExtrinsicPoV: AugmentedRpc<(encodedXt: Bytes | string | Uint8Array, at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
+ estimateExtrinsicPoV: AugmentedRpc<(encodedXt: Vec<Bytes> | (Bytes | string | Uint8Array)[], at?: Hash | string | Uint8Array) => Observable<UpPovEstimateRpcPovInfo>>;
/**
* Get the last token ID created in a collection
**/
tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -8,8 +8,21 @@
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
+<<<<<<< HEAD
import type { AccountId32, Call, H160, H256, MultiAddress, Permill } from '@polkadot/types/interfaces/runtime';
+=======
+<<<<<<< HEAD
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
+>>>>>>> chore: regenerate types
import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+=======
+import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill, Weight } from '@polkadot/types/interfaces/runtime';
+<<<<<<< HEAD
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+=======
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
tests/src/interfaces/augment-types.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -7,20 +7,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
=======
@@ -38,9 +45,21 @@
=======
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
import type { Data, StorageKey } from '@polkadot/types';
import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -1364,6 +1383,7 @@
UpgradeGoAhead: UpgradeGoAhead;
UpgradeRestriction: UpgradeRestriction;
UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
+ UpPovEstimateRpcTrieKeyValue: UpPovEstimateRpcTrieKeyValue;
UpwardMessage: UpwardMessage;
usize: usize;
USize: USize;
tests/src/interfaces/default/types.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';5import type { ITuple } from '@polkadot/types-codec/types';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';7import type { Event } from '@polkadot/types/interfaces/system';89/** @name CumulusPalletDmpQueueCall */10export interface CumulusPalletDmpQueueCall extends Enum {11 readonly isServiceOverweight: boolean;12 readonly asServiceOverweight: {13 readonly index: u64;14 readonly weightLimit: u64;15 } & Struct;16 readonly type: 'ServiceOverweight';17}1819/** @name CumulusPalletDmpQueueConfigData */20export interface CumulusPalletDmpQueueConfigData extends Struct {21 readonly maxIndividual: SpWeightsWeightV2Weight;22}2324/** @name CumulusPalletDmpQueueError */25export interface CumulusPalletDmpQueueError extends Enum {26 readonly isUnknown: boolean;27 readonly isOverLimit: boolean;28 readonly type: 'Unknown' | 'OverLimit';29}3031/** @name CumulusPalletDmpQueueEvent */32export interface CumulusPalletDmpQueueEvent extends Enum {33 readonly isInvalidFormat: boolean;34 readonly asInvalidFormat: {35 readonly messageId: U8aFixed;36 } & Struct;37 readonly isUnsupportedVersion: boolean;38 readonly asUnsupportedVersion: {39 readonly messageId: U8aFixed;40 } & Struct;41 readonly isExecutedDownward: boolean;42 readonly asExecutedDownward: {43 readonly messageId: U8aFixed;44 readonly outcome: XcmV2TraitsOutcome;45 } & Struct;46 readonly isWeightExhausted: boolean;47 readonly asWeightExhausted: {48 readonly messageId: U8aFixed;49 readonly remainingWeight: SpWeightsWeightV2Weight;50 readonly requiredWeight: SpWeightsWeightV2Weight;51 } & Struct;52 readonly isOverweightEnqueued: boolean;53 readonly asOverweightEnqueued: {54 readonly messageId: U8aFixed;55 readonly overweightIndex: u64;56 readonly requiredWeight: SpWeightsWeightV2Weight;57 } & Struct;58 readonly isOverweightServiced: boolean;59 readonly asOverweightServiced: {60 readonly overweightIndex: u64;61 readonly weightUsed: SpWeightsWeightV2Weight;62 } & Struct;63 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';64}6566/** @name CumulusPalletDmpQueuePageIndexData */67export interface CumulusPalletDmpQueuePageIndexData extends Struct {68 readonly beginUsed: u32;69 readonly endUsed: u32;70 readonly overweightCount: u64;71}7273/** @name CumulusPalletParachainSystemCall */74export interface CumulusPalletParachainSystemCall extends Enum {75 readonly isSetValidationData: boolean;76 readonly asSetValidationData: {77 readonly data: CumulusPrimitivesParachainInherentParachainInherentData;78 } & Struct;79 readonly isSudoSendUpwardMessage: boolean;80 readonly asSudoSendUpwardMessage: {81 readonly message: Bytes;82 } & Struct;83 readonly isAuthorizeUpgrade: boolean;84 readonly asAuthorizeUpgrade: {85 readonly codeHash: H256;86 } & Struct;87 readonly isEnactAuthorizedUpgrade: boolean;88 readonly asEnactAuthorizedUpgrade: {89 readonly code: Bytes;90 } & Struct;91 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';92}9394/** @name CumulusPalletParachainSystemError */95export interface CumulusPalletParachainSystemError extends Enum {96 readonly isOverlappingUpgrades: boolean;97 readonly isProhibitedByPolkadot: boolean;98 readonly isTooBig: boolean;99 readonly isValidationDataNotAvailable: boolean;100 readonly isHostConfigurationNotAvailable: boolean;101 readonly isNotScheduled: boolean;102 readonly isNothingAuthorized: boolean;103 readonly isUnauthorized: boolean;104 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';105}106107/** @name CumulusPalletParachainSystemEvent */108export interface CumulusPalletParachainSystemEvent extends Enum {109 readonly isValidationFunctionStored: boolean;110 readonly isValidationFunctionApplied: boolean;111 readonly asValidationFunctionApplied: {112 readonly relayChainBlockNum: u32;113 } & Struct;114 readonly isValidationFunctionDiscarded: boolean;115 readonly isUpgradeAuthorized: boolean;116 readonly asUpgradeAuthorized: {117 readonly codeHash: H256;118 } & Struct;119 readonly isDownwardMessagesReceived: boolean;120 readonly asDownwardMessagesReceived: {121 readonly count: u32;122 } & Struct;123 readonly isDownwardMessagesProcessed: boolean;124 readonly asDownwardMessagesProcessed: {125 readonly weightUsed: SpWeightsWeightV2Weight;126 readonly dmqHead: H256;127 } & Struct;128 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';129}130131/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */132export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {133 readonly dmqMqcHead: H256;134 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;135 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;136 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;137}138139/** @name CumulusPalletXcmCall */140export interface CumulusPalletXcmCall extends Null {}141142/** @name CumulusPalletXcmError */143export interface CumulusPalletXcmError extends Null {}144145/** @name CumulusPalletXcmEvent */146export interface CumulusPalletXcmEvent extends Enum {147 readonly isInvalidFormat: boolean;148 readonly asInvalidFormat: U8aFixed;149 readonly isUnsupportedVersion: boolean;150 readonly asUnsupportedVersion: U8aFixed;151 readonly isExecutedDownward: boolean;152 readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;153 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}155156/** @name CumulusPalletXcmpQueueCall */157export interface CumulusPalletXcmpQueueCall extends Enum {158 readonly isServiceOverweight: boolean;159 readonly asServiceOverweight: {160 readonly index: u64;161 readonly weightLimit: u64;162 } & Struct;163 readonly isSuspendXcmExecution: boolean;164 readonly isResumeXcmExecution: boolean;165 readonly isUpdateSuspendThreshold: boolean;166 readonly asUpdateSuspendThreshold: {167 readonly new_: u32;168 } & Struct;169 readonly isUpdateDropThreshold: boolean;170 readonly asUpdateDropThreshold: {171 readonly new_: u32;172 } & Struct;173 readonly isUpdateResumeThreshold: boolean;174 readonly asUpdateResumeThreshold: {175 readonly new_: u32;176 } & Struct;177 readonly isUpdateThresholdWeight: boolean;178 readonly asUpdateThresholdWeight: {179 readonly new_: u64;180 } & Struct;181 readonly isUpdateWeightRestrictDecay: boolean;182 readonly asUpdateWeightRestrictDecay: {183 readonly new_: u64;184 } & Struct;185 readonly isUpdateXcmpMaxIndividualWeight: boolean;186 readonly asUpdateXcmpMaxIndividualWeight: {187 readonly new_: u64;188 } & Struct;189 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';190}191192/** @name CumulusPalletXcmpQueueError */193export interface CumulusPalletXcmpQueueError extends Enum {194 readonly isFailedToSend: boolean;195 readonly isBadXcmOrigin: boolean;196 readonly isBadXcm: boolean;197 readonly isBadOverweightIndex: boolean;198 readonly isWeightOverLimit: boolean;199 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';200}201202/** @name CumulusPalletXcmpQueueEvent */203export interface CumulusPalletXcmpQueueEvent extends Enum {204 readonly isSuccess: boolean;205 readonly asSuccess: {206 readonly messageHash: Option<H256>;207 readonly weight: SpWeightsWeightV2Weight;208 } & Struct;209 readonly isFail: boolean;210 readonly asFail: {211 readonly messageHash: Option<H256>;212 readonly error: XcmV2TraitsError;213 readonly weight: SpWeightsWeightV2Weight;214 } & Struct;215 readonly isBadVersion: boolean;216 readonly asBadVersion: {217 readonly messageHash: Option<H256>;218 } & Struct;219 readonly isBadFormat: boolean;220 readonly asBadFormat: {221 readonly messageHash: Option<H256>;222 } & Struct;223 readonly isUpwardMessageSent: boolean;224 readonly asUpwardMessageSent: {225 readonly messageHash: Option<H256>;226 } & Struct;227 readonly isXcmpMessageSent: boolean;228 readonly asXcmpMessageSent: {229 readonly messageHash: Option<H256>;230 } & Struct;231 readonly isOverweightEnqueued: boolean;232 readonly asOverweightEnqueued: {233 readonly sender: u32;234 readonly sentAt: u32;235 readonly index: u64;236 readonly required: SpWeightsWeightV2Weight;237 } & Struct;238 readonly isOverweightServiced: boolean;239 readonly asOverweightServiced: {240 readonly index: u64;241 readonly used: SpWeightsWeightV2Weight;242 } & Struct;243 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';244}245246/** @name CumulusPalletXcmpQueueInboundChannelDetails */247export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {248 readonly sender: u32;249 readonly state: CumulusPalletXcmpQueueInboundState;250 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;251}252253/** @name CumulusPalletXcmpQueueInboundState */254export interface CumulusPalletXcmpQueueInboundState extends Enum {255 readonly isOk: boolean;256 readonly isSuspended: boolean;257 readonly type: 'Ok' | 'Suspended';258}259260/** @name CumulusPalletXcmpQueueOutboundChannelDetails */261export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {262 readonly recipient: u32;263 readonly state: CumulusPalletXcmpQueueOutboundState;264 readonly signalsExist: bool;265 readonly firstIndex: u16;266 readonly lastIndex: u16;267}268269/** @name CumulusPalletXcmpQueueOutboundState */270export interface CumulusPalletXcmpQueueOutboundState extends Enum {271 readonly isOk: boolean;272 readonly isSuspended: boolean;273 readonly type: 'Ok' | 'Suspended';274}275276/** @name CumulusPalletXcmpQueueQueueConfigData */277export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {278 readonly suspendThreshold: u32;279 readonly dropThreshold: u32;280 readonly resumeThreshold: u32;281 readonly thresholdWeight: SpWeightsWeightV2Weight;282 readonly weightRestrictDecay: SpWeightsWeightV2Weight;283 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;284}285286/** @name CumulusPrimitivesParachainInherentParachainInherentData */287export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {288 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;289 readonly relayChainState: SpTrieStorageProof;290 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;291 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;292}293294/** @name EthbloomBloom */295export interface EthbloomBloom extends U8aFixed {}296297/** @name EthereumBlock */298export interface EthereumBlock extends Struct {299 readonly header: EthereumHeader;300 readonly transactions: Vec<EthereumTransactionTransactionV2>;301 readonly ommers: Vec<EthereumHeader>;302}303304/** @name EthereumHeader */305export interface EthereumHeader extends Struct {306 readonly parentHash: H256;307 readonly ommersHash: H256;308 readonly beneficiary: H160;309 readonly stateRoot: H256;310 readonly transactionsRoot: H256;311 readonly receiptsRoot: H256;312 readonly logsBloom: EthbloomBloom;313 readonly difficulty: U256;314 readonly number: U256;315 readonly gasLimit: U256;316 readonly gasUsed: U256;317 readonly timestamp: u64;318 readonly extraData: Bytes;319 readonly mixHash: H256;320 readonly nonce: EthereumTypesHashH64;321}322323/** @name EthereumLog */324export interface EthereumLog extends Struct {325 readonly address: H160;326 readonly topics: Vec<H256>;327 readonly data: Bytes;328}329330/** @name EthereumReceiptEip658ReceiptData */331export interface EthereumReceiptEip658ReceiptData extends Struct {332 readonly statusCode: u8;333 readonly usedGas: U256;334 readonly logsBloom: EthbloomBloom;335 readonly logs: Vec<EthereumLog>;336}337338/** @name EthereumReceiptReceiptV3 */339export interface EthereumReceiptReceiptV3 extends Enum {340 readonly isLegacy: boolean;341 readonly asLegacy: EthereumReceiptEip658ReceiptData;342 readonly isEip2930: boolean;343 readonly asEip2930: EthereumReceiptEip658ReceiptData;344 readonly isEip1559: boolean;345 readonly asEip1559: EthereumReceiptEip658ReceiptData;346 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';347}348349/** @name EthereumTransactionAccessListItem */350export interface EthereumTransactionAccessListItem extends Struct {351 readonly address: H160;352 readonly storageKeys: Vec<H256>;353}354355/** @name EthereumTransactionEip1559Transaction */356export interface EthereumTransactionEip1559Transaction extends Struct {357 readonly chainId: u64;358 readonly nonce: U256;359 readonly maxPriorityFeePerGas: U256;360 readonly maxFeePerGas: U256;361 readonly gasLimit: U256;362 readonly action: EthereumTransactionTransactionAction;363 readonly value: U256;364 readonly input: Bytes;365 readonly accessList: Vec<EthereumTransactionAccessListItem>;366 readonly oddYParity: bool;367 readonly r: H256;368 readonly s: H256;369}370371/** @name EthereumTransactionEip2930Transaction */372export interface EthereumTransactionEip2930Transaction extends Struct {373 readonly chainId: u64;374 readonly nonce: U256;375 readonly gasPrice: U256;376 readonly gasLimit: U256;377 readonly action: EthereumTransactionTransactionAction;378 readonly value: U256;379 readonly input: Bytes;380 readonly accessList: Vec<EthereumTransactionAccessListItem>;381 readonly oddYParity: bool;382 readonly r: H256;383 readonly s: H256;384}385386/** @name EthereumTransactionLegacyTransaction */387export interface EthereumTransactionLegacyTransaction extends Struct {388 readonly nonce: U256;389 readonly gasPrice: U256;390 readonly gasLimit: U256;391 readonly action: EthereumTransactionTransactionAction;392 readonly value: U256;393 readonly input: Bytes;394 readonly signature: EthereumTransactionTransactionSignature;395}396397/** @name EthereumTransactionTransactionAction */398export interface EthereumTransactionTransactionAction extends Enum {399 readonly isCall: boolean;400 readonly asCall: H160;401 readonly isCreate: boolean;402 readonly type: 'Call' | 'Create';403}404405/** @name EthereumTransactionTransactionSignature */406export interface EthereumTransactionTransactionSignature extends Struct {407 readonly v: u64;408 readonly r: H256;409 readonly s: H256;410}411412/** @name EthereumTransactionTransactionV2 */413export interface EthereumTransactionTransactionV2 extends Enum {414 readonly isLegacy: boolean;415 readonly asLegacy: EthereumTransactionLegacyTransaction;416 readonly isEip2930: boolean;417 readonly asEip2930: EthereumTransactionEip2930Transaction;418 readonly isEip1559: boolean;419 readonly asEip1559: EthereumTransactionEip1559Transaction;420 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';421}422423/** @name EthereumTypesHashH64 */424export interface EthereumTypesHashH64 extends U8aFixed {}425426/** @name EvmCoreErrorExitError */427export interface EvmCoreErrorExitError extends Enum {428 readonly isStackUnderflow: boolean;429 readonly isStackOverflow: boolean;430 readonly isInvalidJump: boolean;431 readonly isInvalidRange: boolean;432 readonly isDesignatedInvalid: boolean;433 readonly isCallTooDeep: boolean;434 readonly isCreateCollision: boolean;435 readonly isCreateContractLimit: boolean;436 readonly isOutOfOffset: boolean;437 readonly isOutOfGas: boolean;438 readonly isOutOfFund: boolean;439 readonly isPcUnderflow: boolean;440 readonly isCreateEmpty: boolean;441 readonly isOther: boolean;442 readonly asOther: Text;443 readonly isInvalidCode: boolean;444 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';445}446447/** @name EvmCoreErrorExitFatal */448export interface EvmCoreErrorExitFatal extends Enum {449 readonly isNotSupported: boolean;450 readonly isUnhandledInterrupt: boolean;451 readonly isCallErrorAsFatal: boolean;452 readonly asCallErrorAsFatal: EvmCoreErrorExitError;453 readonly isOther: boolean;454 readonly asOther: Text;455 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';456}457458/** @name EvmCoreErrorExitReason */459export interface EvmCoreErrorExitReason extends Enum {460 readonly isSucceed: boolean;461 readonly asSucceed: EvmCoreErrorExitSucceed;462 readonly isError: boolean;463 readonly asError: EvmCoreErrorExitError;464 readonly isRevert: boolean;465 readonly asRevert: EvmCoreErrorExitRevert;466 readonly isFatal: boolean;467 readonly asFatal: EvmCoreErrorExitFatal;468 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';469}470471/** @name EvmCoreErrorExitRevert */472export interface EvmCoreErrorExitRevert extends Enum {473 readonly isReverted: boolean;474 readonly type: 'Reverted';475}476477/** @name EvmCoreErrorExitSucceed */478export interface EvmCoreErrorExitSucceed extends Enum {479 readonly isStopped: boolean;480 readonly isReturned: boolean;481 readonly isSuicided: boolean;482 readonly type: 'Stopped' | 'Returned' | 'Suicided';483}484485/** @name FpRpcTransactionStatus */486export interface FpRpcTransactionStatus extends Struct {487 readonly transactionHash: H256;488 readonly transactionIndex: u32;489 readonly from: H160;490 readonly to: Option<H160>;491 readonly contractAddress: Option<H160>;492 readonly logs: Vec<EthereumLog>;493 readonly logsBloom: EthbloomBloom;494}495496/** @name FrameSupportDispatchDispatchClass */497export interface FrameSupportDispatchDispatchClass extends Enum {498 readonly isNormal: boolean;499 readonly isOperational: boolean;500 readonly isMandatory: boolean;501 readonly type: 'Normal' | 'Operational' | 'Mandatory';502}503504/** @name FrameSupportDispatchDispatchInfo */505export interface FrameSupportDispatchDispatchInfo extends Struct {506 readonly weight: SpWeightsWeightV2Weight;507 readonly class: FrameSupportDispatchDispatchClass;508 readonly paysFee: FrameSupportDispatchPays;509}510511/** @name FrameSupportDispatchPays */512export interface FrameSupportDispatchPays extends Enum {513 readonly isYes: boolean;514 readonly isNo: boolean;515 readonly type: 'Yes' | 'No';516}517518/** @name FrameSupportDispatchPerDispatchClassU32 */519export interface FrameSupportDispatchPerDispatchClassU32 extends Struct {520 readonly normal: u32;521 readonly operational: u32;522 readonly mandatory: u32;523}524525/** @name FrameSupportDispatchPerDispatchClassWeight */526export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {527 readonly normal: SpWeightsWeightV2Weight;528 readonly operational: SpWeightsWeightV2Weight;529 readonly mandatory: SpWeightsWeightV2Weight;530}531532/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */533export interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {534 readonly normal: FrameSystemLimitsWeightsPerClass;535 readonly operational: FrameSystemLimitsWeightsPerClass;536 readonly mandatory: FrameSystemLimitsWeightsPerClass;537}538539/** @name FrameSupportPalletId */540export interface FrameSupportPalletId extends U8aFixed {}541542/** @name FrameSupportTokensMiscBalanceStatus */543export interface FrameSupportTokensMiscBalanceStatus extends Enum {544 readonly isFree: boolean;545 readonly isReserved: boolean;546 readonly type: 'Free' | 'Reserved';547}548549/** @name FrameSystemAccountInfo */550export interface FrameSystemAccountInfo extends Struct {551 readonly nonce: u32;552 readonly consumers: u32;553 readonly providers: u32;554 readonly sufficients: u32;555 readonly data: PalletBalancesAccountData;556}557558/** @name FrameSystemCall */559export interface FrameSystemCall extends Enum {560 readonly isRemark: boolean;561 readonly asRemark: {562 readonly remark: Bytes;563 } & Struct;564 readonly isSetHeapPages: boolean;565 readonly asSetHeapPages: {566 readonly pages: u64;567 } & Struct;568 readonly isSetCode: boolean;569 readonly asSetCode: {570 readonly code: Bytes;571 } & Struct;572 readonly isSetCodeWithoutChecks: boolean;573 readonly asSetCodeWithoutChecks: {574 readonly code: Bytes;575 } & Struct;576 readonly isSetStorage: boolean;577 readonly asSetStorage: {578 readonly items: Vec<ITuple<[Bytes, Bytes]>>;579 } & Struct;580 readonly isKillStorage: boolean;581 readonly asKillStorage: {582 readonly keys_: Vec<Bytes>;583 } & Struct;584 readonly isKillPrefix: boolean;585 readonly asKillPrefix: {586 readonly prefix: Bytes;587 readonly subkeys: u32;588 } & Struct;589 readonly isRemarkWithEvent: boolean;590 readonly asRemarkWithEvent: {591 readonly remark: Bytes;592 } & Struct;593 readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';594}595596/** @name FrameSystemError */597export interface FrameSystemError extends Enum {598 readonly isInvalidSpecName: boolean;599 readonly isSpecVersionNeedsToIncrease: boolean;600 readonly isFailedToExtractRuntimeVersion: boolean;601 readonly isNonDefaultComposite: boolean;602 readonly isNonZeroRefCount: boolean;603 readonly isCallFiltered: boolean;604 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';605}606607/** @name FrameSystemEvent */608export interface FrameSystemEvent extends Enum {609 readonly isExtrinsicSuccess: boolean;610 readonly asExtrinsicSuccess: {611 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;612 } & Struct;613 readonly isExtrinsicFailed: boolean;614 readonly asExtrinsicFailed: {615 readonly dispatchError: SpRuntimeDispatchError;616 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;617 } & Struct;618 readonly isCodeUpdated: boolean;619 readonly isNewAccount: boolean;620 readonly asNewAccount: {621 readonly account: AccountId32;622 } & Struct;623 readonly isKilledAccount: boolean;624 readonly asKilledAccount: {625 readonly account: AccountId32;626 } & Struct;627 readonly isRemarked: boolean;628 readonly asRemarked: {629 readonly sender: AccountId32;630 readonly hash_: H256;631 } & Struct;632 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';633}634635/** @name FrameSystemEventRecord */636export interface FrameSystemEventRecord extends Struct {637 readonly phase: FrameSystemPhase;638 readonly event: Event;639 readonly topics: Vec<H256>;640}641642/** @name FrameSystemExtensionsCheckGenesis */643export interface FrameSystemExtensionsCheckGenesis extends Null {}644645/** @name FrameSystemExtensionsCheckNonce */646export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}647648/** @name FrameSystemExtensionsCheckSpecVersion */649export interface FrameSystemExtensionsCheckSpecVersion extends Null {}650651/** @name FrameSystemExtensionsCheckTxVersion */652export interface FrameSystemExtensionsCheckTxVersion extends Null {}653654/** @name FrameSystemExtensionsCheckWeight */655export interface FrameSystemExtensionsCheckWeight extends Null {}656657/** @name FrameSystemLastRuntimeUpgradeInfo */658export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {659 readonly specVersion: Compact<u32>;660 readonly specName: Text;661}662663/** @name FrameSystemLimitsBlockLength */664export interface FrameSystemLimitsBlockLength extends Struct {665 readonly max: FrameSupportDispatchPerDispatchClassU32;666}667668/** @name FrameSystemLimitsBlockWeights */669export interface FrameSystemLimitsBlockWeights extends Struct {670 readonly baseBlock: SpWeightsWeightV2Weight;671 readonly maxBlock: SpWeightsWeightV2Weight;672 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;673}674675/** @name FrameSystemLimitsWeightsPerClass */676export interface FrameSystemLimitsWeightsPerClass extends Struct {677 readonly baseExtrinsic: SpWeightsWeightV2Weight;678 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;679 readonly maxTotal: Option<SpWeightsWeightV2Weight>;680 readonly reserved: Option<SpWeightsWeightV2Weight>;681}682683/** @name FrameSystemPhase */684export interface FrameSystemPhase extends Enum {685 readonly isApplyExtrinsic: boolean;686 readonly asApplyExtrinsic: u32;687 readonly isFinalization: boolean;688 readonly isInitialization: boolean;689 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';690}691692/** @name OpalRuntimeRuntime */693export interface OpalRuntimeRuntime extends Null {}694695/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */696export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}697698/** @name OrmlTokensAccountData */699export interface OrmlTokensAccountData extends Struct {700 readonly free: u128;701 readonly reserved: u128;702 readonly frozen: u128;703}704705/** @name OrmlTokensBalanceLock */706export interface OrmlTokensBalanceLock extends Struct {707 readonly id: U8aFixed;708 readonly amount: u128;709}710711/** @name OrmlTokensModuleCall */712export interface OrmlTokensModuleCall extends Enum {713 readonly isTransfer: boolean;714 readonly asTransfer: {715 readonly dest: MultiAddress;716 readonly currencyId: PalletForeignAssetsAssetIds;717 readonly amount: Compact<u128>;718 } & Struct;719 readonly isTransferAll: boolean;720 readonly asTransferAll: {721 readonly dest: MultiAddress;722 readonly currencyId: PalletForeignAssetsAssetIds;723 readonly keepAlive: bool;724 } & Struct;725 readonly isTransferKeepAlive: boolean;726 readonly asTransferKeepAlive: {727 readonly dest: MultiAddress;728 readonly currencyId: PalletForeignAssetsAssetIds;729 readonly amount: Compact<u128>;730 } & Struct;731 readonly isForceTransfer: boolean;732 readonly asForceTransfer: {733 readonly source: MultiAddress;734 readonly dest: MultiAddress;735 readonly currencyId: PalletForeignAssetsAssetIds;736 readonly amount: Compact<u128>;737 } & Struct;738 readonly isSetBalance: boolean;739 readonly asSetBalance: {740 readonly who: MultiAddress;741 readonly currencyId: PalletForeignAssetsAssetIds;742 readonly newFree: Compact<u128>;743 readonly newReserved: Compact<u128>;744 } & Struct;745 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';746}747748/** @name OrmlTokensModuleError */749export interface OrmlTokensModuleError extends Enum {750 readonly isBalanceTooLow: boolean;751 readonly isAmountIntoBalanceFailed: boolean;752 readonly isLiquidityRestrictions: boolean;753 readonly isMaxLocksExceeded: boolean;754 readonly isKeepAlive: boolean;755 readonly isExistentialDeposit: boolean;756 readonly isDeadAccount: boolean;757 readonly isTooManyReserves: boolean;758 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';759}760761/** @name OrmlTokensModuleEvent */762export interface OrmlTokensModuleEvent extends Enum {763 readonly isEndowed: boolean;764 readonly asEndowed: {765 readonly currencyId: PalletForeignAssetsAssetIds;766 readonly who: AccountId32;767 readonly amount: u128;768 } & Struct;769 readonly isDustLost: boolean;770 readonly asDustLost: {771 readonly currencyId: PalletForeignAssetsAssetIds;772 readonly who: AccountId32;773 readonly amount: u128;774 } & Struct;775 readonly isTransfer: boolean;776 readonly asTransfer: {777 readonly currencyId: PalletForeignAssetsAssetIds;778 readonly from: AccountId32;779 readonly to: AccountId32;780 readonly amount: u128;781 } & Struct;782 readonly isReserved: boolean;783 readonly asReserved: {784 readonly currencyId: PalletForeignAssetsAssetIds;785 readonly who: AccountId32;786 readonly amount: u128;787 } & Struct;788 readonly isUnreserved: boolean;789 readonly asUnreserved: {790 readonly currencyId: PalletForeignAssetsAssetIds;791 readonly who: AccountId32;792 readonly amount: u128;793 } & Struct;794 readonly isReserveRepatriated: boolean;795 readonly asReserveRepatriated: {796 readonly currencyId: PalletForeignAssetsAssetIds;797 readonly from: AccountId32;798 readonly to: AccountId32;799 readonly amount: u128;800 readonly status: FrameSupportTokensMiscBalanceStatus;801 } & Struct;802 readonly isBalanceSet: boolean;803 readonly asBalanceSet: {804 readonly currencyId: PalletForeignAssetsAssetIds;805 readonly who: AccountId32;806 readonly free: u128;807 readonly reserved: u128;808 } & Struct;809 readonly isTotalIssuanceSet: boolean;810 readonly asTotalIssuanceSet: {811 readonly currencyId: PalletForeignAssetsAssetIds;812 readonly amount: u128;813 } & Struct;814 readonly isWithdrawn: boolean;815 readonly asWithdrawn: {816 readonly currencyId: PalletForeignAssetsAssetIds;817 readonly who: AccountId32;818 readonly amount: u128;819 } & Struct;820 readonly isSlashed: boolean;821 readonly asSlashed: {822 readonly currencyId: PalletForeignAssetsAssetIds;823 readonly who: AccountId32;824 readonly freeAmount: u128;825 readonly reservedAmount: u128;826 } & Struct;827 readonly isDeposited: boolean;828 readonly asDeposited: {829 readonly currencyId: PalletForeignAssetsAssetIds;830 readonly who: AccountId32;831 readonly amount: u128;832 } & Struct;833 readonly isLockSet: boolean;834 readonly asLockSet: {835 readonly lockId: U8aFixed;836 readonly currencyId: PalletForeignAssetsAssetIds;837 readonly who: AccountId32;838 readonly amount: u128;839 } & Struct;840 readonly isLockRemoved: boolean;841 readonly asLockRemoved: {842 readonly lockId: U8aFixed;843 readonly currencyId: PalletForeignAssetsAssetIds;844 readonly who: AccountId32;845 } & Struct;846 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';847}848849/** @name OrmlTokensReserveData */850export interface OrmlTokensReserveData extends Struct {851 readonly id: Null;852 readonly amount: u128;853}854855/** @name OrmlVestingModuleCall */856export interface OrmlVestingModuleCall extends Enum {857 readonly isClaim: boolean;858 readonly isVestedTransfer: boolean;859 readonly asVestedTransfer: {860 readonly dest: MultiAddress;861 readonly schedule: OrmlVestingVestingSchedule;862 } & Struct;863 readonly isUpdateVestingSchedules: boolean;864 readonly asUpdateVestingSchedules: {865 readonly who: MultiAddress;866 readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;867 } & Struct;868 readonly isClaimFor: boolean;869 readonly asClaimFor: {870 readonly dest: MultiAddress;871 } & Struct;872 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';873}874875/** @name OrmlVestingModuleError */876export interface OrmlVestingModuleError extends Enum {877 readonly isZeroVestingPeriod: boolean;878 readonly isZeroVestingPeriodCount: boolean;879 readonly isInsufficientBalanceToLock: boolean;880 readonly isTooManyVestingSchedules: boolean;881 readonly isAmountLow: boolean;882 readonly isMaxVestingSchedulesExceeded: boolean;883 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';884}885886/** @name OrmlVestingModuleEvent */887export interface OrmlVestingModuleEvent extends Enum {888 readonly isVestingScheduleAdded: boolean;889 readonly asVestingScheduleAdded: {890 readonly from: AccountId32;891 readonly to: AccountId32;892 readonly vestingSchedule: OrmlVestingVestingSchedule;893 } & Struct;894 readonly isClaimed: boolean;895 readonly asClaimed: {896 readonly who: AccountId32;897 readonly amount: u128;898 } & Struct;899 readonly isVestingSchedulesUpdated: boolean;900 readonly asVestingSchedulesUpdated: {901 readonly who: AccountId32;902 } & Struct;903 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';904}905906/** @name OrmlVestingVestingSchedule */907export interface OrmlVestingVestingSchedule extends Struct {908 readonly start: u32;909 readonly period: u32;910 readonly periodCount: u32;911 readonly perPeriod: Compact<u128>;912}913914/** @name OrmlXtokensModuleCall */915export interface OrmlXtokensModuleCall extends Enum {916 readonly isTransfer: boolean;917 readonly asTransfer: {918 readonly currencyId: PalletForeignAssetsAssetIds;919 readonly amount: u128;920 readonly dest: XcmVersionedMultiLocation;921 readonly destWeightLimit: XcmV2WeightLimit;922 } & Struct;923 readonly isTransferMultiasset: boolean;924 readonly asTransferMultiasset: {925 readonly asset: XcmVersionedMultiAsset;926 readonly dest: XcmVersionedMultiLocation;927 readonly destWeightLimit: XcmV2WeightLimit;928 } & Struct;929 readonly isTransferWithFee: boolean;930 readonly asTransferWithFee: {931 readonly currencyId: PalletForeignAssetsAssetIds;932 readonly amount: u128;933 readonly fee: u128;934 readonly dest: XcmVersionedMultiLocation;935 readonly destWeightLimit: XcmV2WeightLimit;936 } & Struct;937 readonly isTransferMultiassetWithFee: boolean;938 readonly asTransferMultiassetWithFee: {939 readonly asset: XcmVersionedMultiAsset;940 readonly fee: XcmVersionedMultiAsset;941 readonly dest: XcmVersionedMultiLocation;942 readonly destWeightLimit: XcmV2WeightLimit;943 } & Struct;944 readonly isTransferMulticurrencies: boolean;945 readonly asTransferMulticurrencies: {946 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;947 readonly feeItem: u32;948 readonly dest: XcmVersionedMultiLocation;949 readonly destWeightLimit: XcmV2WeightLimit;950 } & Struct;951 readonly isTransferMultiassets: boolean;952 readonly asTransferMultiassets: {953 readonly assets: XcmVersionedMultiAssets;954 readonly feeItem: u32;955 readonly dest: XcmVersionedMultiLocation;956 readonly destWeightLimit: XcmV2WeightLimit;957 } & Struct;958 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';959}960961/** @name OrmlXtokensModuleError */962export interface OrmlXtokensModuleError extends Enum {963 readonly isAssetHasNoReserve: boolean;964 readonly isNotCrossChainTransfer: boolean;965 readonly isInvalidDest: boolean;966 readonly isNotCrossChainTransferableCurrency: boolean;967 readonly isUnweighableMessage: boolean;968 readonly isXcmExecutionFailed: boolean;969 readonly isCannotReanchor: boolean;970 readonly isInvalidAncestry: boolean;971 readonly isInvalidAsset: boolean;972 readonly isDestinationNotInvertible: boolean;973 readonly isBadVersion: boolean;974 readonly isDistinctReserveForAssetAndFee: boolean;975 readonly isZeroFee: boolean;976 readonly isZeroAmount: boolean;977 readonly isTooManyAssetsBeingSent: boolean;978 readonly isAssetIndexNonExistent: boolean;979 readonly isFeeNotEnough: boolean;980 readonly isNotSupportedMultiLocation: boolean;981 readonly isMinXcmFeeNotDefined: boolean;982 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';983}984985/** @name OrmlXtokensModuleEvent */986export interface OrmlXtokensModuleEvent extends Enum {987 readonly isTransferredMultiAssets: boolean;988 readonly asTransferredMultiAssets: {989 readonly sender: AccountId32;990 readonly assets: XcmV1MultiassetMultiAssets;991 readonly fee: XcmV1MultiAsset;992 readonly dest: XcmV1MultiLocation;993 } & Struct;994 readonly type: 'TransferredMultiAssets';995}996997/** @name PalletAppPromotionCall */998export interface PalletAppPromotionCall extends Enum {999 readonly isSetAdminAddress: boolean;1000 readonly asSetAdminAddress: {1001 readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;1002 } & Struct;1003 readonly isStake: boolean;1004 readonly asStake: {1005 readonly amount: u128;1006 } & Struct;1007 readonly isUnstake: boolean;1008 readonly isSponsorCollection: boolean;1009 readonly asSponsorCollection: {1010 readonly collectionId: u32;1011 } & Struct;1012 readonly isStopSponsoringCollection: boolean;1013 readonly asStopSponsoringCollection: {1014 readonly collectionId: u32;1015 } & Struct;1016 readonly isSponsorContract: boolean;1017 readonly asSponsorContract: {1018 readonly contractId: H160;1019 } & Struct;1020 readonly isStopSponsoringContract: boolean;1021 readonly asStopSponsoringContract: {1022 readonly contractId: H160;1023 } & Struct;1024 readonly isPayoutStakers: boolean;1025 readonly asPayoutStakers: {1026 readonly stakersNumber: Option<u8>;1027 } & Struct;1028 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';1029}10301031/** @name PalletAppPromotionError */1032export interface PalletAppPromotionError extends Enum {1033 readonly isAdminNotSet: boolean;1034 readonly isNoPermission: boolean;1035 readonly isNotSufficientFunds: boolean;1036 readonly isPendingForBlockOverflow: boolean;1037 readonly isSponsorNotSet: boolean;1038 readonly isIncorrectLockedBalanceOperation: boolean;1039 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';1040}10411042/** @name PalletAppPromotionEvent */1043export interface PalletAppPromotionEvent extends Enum {1044 readonly isStakingRecalculation: boolean;1045 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1046 readonly isStake: boolean;1047 readonly asStake: ITuple<[AccountId32, u128]>;1048 readonly isUnstake: boolean;1049 readonly asUnstake: ITuple<[AccountId32, u128]>;1050 readonly isSetAdmin: boolean;1051 readonly asSetAdmin: AccountId32;1052 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1053}10541055/** @name PalletBalancesAccountData */1056export interface PalletBalancesAccountData extends Struct {1057 readonly free: u128;1058 readonly reserved: u128;1059 readonly miscFrozen: u128;1060 readonly feeFrozen: u128;1061}10621063/** @name PalletBalancesBalanceLock */1064export interface PalletBalancesBalanceLock extends Struct {1065 readonly id: U8aFixed;1066 readonly amount: u128;1067 readonly reasons: PalletBalancesReasons;1068}10691070/** @name PalletBalancesCall */1071export interface PalletBalancesCall extends Enum {1072 readonly isTransfer: boolean;1073 readonly asTransfer: {1074 readonly dest: MultiAddress;1075 readonly value: Compact<u128>;1076 } & Struct;1077 readonly isSetBalance: boolean;1078 readonly asSetBalance: {1079 readonly who: MultiAddress;1080 readonly newFree: Compact<u128>;1081 readonly newReserved: Compact<u128>;1082 } & Struct;1083 readonly isForceTransfer: boolean;1084 readonly asForceTransfer: {1085 readonly source: MultiAddress;1086 readonly dest: MultiAddress;1087 readonly value: Compact<u128>;1088 } & Struct;1089 readonly isTransferKeepAlive: boolean;1090 readonly asTransferKeepAlive: {1091 readonly dest: MultiAddress;1092 readonly value: Compact<u128>;1093 } & Struct;1094 readonly isTransferAll: boolean;1095 readonly asTransferAll: {1096 readonly dest: MultiAddress;1097 readonly keepAlive: bool;1098 } & Struct;1099 readonly isForceUnreserve: boolean;1100 readonly asForceUnreserve: {1101 readonly who: MultiAddress;1102 readonly amount: u128;1103 } & Struct;1104 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1105}11061107/** @name PalletBalancesError */1108export interface PalletBalancesError extends Enum {1109 readonly isVestingBalance: boolean;1110 readonly isLiquidityRestrictions: boolean;1111 readonly isInsufficientBalance: boolean;1112 readonly isExistentialDeposit: boolean;1113 readonly isKeepAlive: boolean;1114 readonly isExistingVestingSchedule: boolean;1115 readonly isDeadAccount: boolean;1116 readonly isTooManyReserves: boolean;1117 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1118}11191120/** @name PalletBalancesEvent */1121export interface PalletBalancesEvent extends Enum {1122 readonly isEndowed: boolean;1123 readonly asEndowed: {1124 readonly account: AccountId32;1125 readonly freeBalance: u128;1126 } & Struct;1127 readonly isDustLost: boolean;1128 readonly asDustLost: {1129 readonly account: AccountId32;1130 readonly amount: u128;1131 } & Struct;1132 readonly isTransfer: boolean;1133 readonly asTransfer: {1134 readonly from: AccountId32;1135 readonly to: AccountId32;1136 readonly amount: u128;1137 } & Struct;1138 readonly isBalanceSet: boolean;1139 readonly asBalanceSet: {1140 readonly who: AccountId32;1141 readonly free: u128;1142 readonly reserved: u128;1143 } & Struct;1144 readonly isReserved: boolean;1145 readonly asReserved: {1146 readonly who: AccountId32;1147 readonly amount: u128;1148 } & Struct;1149 readonly isUnreserved: boolean;1150 readonly asUnreserved: {1151 readonly who: AccountId32;1152 readonly amount: u128;1153 } & Struct;1154 readonly isReserveRepatriated: boolean;1155 readonly asReserveRepatriated: {1156 readonly from: AccountId32;1157 readonly to: AccountId32;1158 readonly amount: u128;1159 readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1160 } & Struct;1161 readonly isDeposit: boolean;1162 readonly asDeposit: {1163 readonly who: AccountId32;1164 readonly amount: u128;1165 } & Struct;1166 readonly isWithdraw: boolean;1167 readonly asWithdraw: {1168 readonly who: AccountId32;1169 readonly amount: u128;1170 } & Struct;1171 readonly isSlashed: boolean;1172 readonly asSlashed: {1173 readonly who: AccountId32;1174 readonly amount: u128;1175 } & Struct;1176 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';1177}11781179/** @name PalletBalancesReasons */1180export interface PalletBalancesReasons extends Enum {1181 readonly isFee: boolean;1182 readonly isMisc: boolean;1183 readonly isAll: boolean;1184 readonly type: 'Fee' | 'Misc' | 'All';1185}11861187/** @name PalletBalancesReserveData */1188export interface PalletBalancesReserveData extends Struct {1189 readonly id: U8aFixed;1190 readonly amount: u128;1191}11921193/** @name PalletCommonError */1194export interface PalletCommonError extends Enum {1195 readonly isCollectionNotFound: boolean;1196 readonly isMustBeTokenOwner: boolean;1197 readonly isNoPermission: boolean;1198 readonly isCantDestroyNotEmptyCollection: boolean;1199 readonly isPublicMintingNotAllowed: boolean;1200 readonly isAddressNotInAllowlist: boolean;1201 readonly isCollectionNameLimitExceeded: boolean;1202 readonly isCollectionDescriptionLimitExceeded: boolean;1203 readonly isCollectionTokenPrefixLimitExceeded: boolean;1204 readonly isTotalCollectionsLimitExceeded: boolean;1205 readonly isCollectionAdminCountExceeded: boolean;1206 readonly isCollectionLimitBoundsExceeded: boolean;1207 readonly isOwnerPermissionsCantBeReverted: boolean;1208 readonly isTransferNotAllowed: boolean;1209 readonly isAccountTokenLimitExceeded: boolean;1210 readonly isCollectionTokenLimitExceeded: boolean;1211 readonly isMetadataFlagFrozen: boolean;1212 readonly isTokenNotFound: boolean;1213 readonly isTokenValueTooLow: boolean;1214 readonly isApprovedValueTooLow: boolean;1215 readonly isCantApproveMoreThanOwned: boolean;1216 readonly isAddressIsZero: boolean;1217 readonly isUnsupportedOperation: boolean;1218 readonly isNotSufficientFounds: boolean;1219 readonly isUserIsNotAllowedToNest: boolean;1220 readonly isSourceCollectionIsNotAllowedToNest: boolean;1221 readonly isCollectionFieldSizeExceeded: boolean;1222 readonly isNoSpaceForProperty: boolean;1223 readonly isPropertyLimitReached: boolean;1224 readonly isPropertyKeyIsTooLong: boolean;1225 readonly isInvalidCharacterInPropertyKey: boolean;1226 readonly isEmptyPropertyKey: boolean;1227 readonly isCollectionIsExternal: boolean;1228 readonly isCollectionIsInternal: boolean;1229 readonly isConfirmSponsorshipFail: boolean;1230 readonly isUserIsNotCollectionAdmin: boolean;1231 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';1232}12331234/** @name PalletCommonEvent */1235export interface PalletCommonEvent extends Enum {1236 readonly isCollectionCreated: boolean;1237 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1238 readonly isCollectionDestroyed: boolean;1239 readonly asCollectionDestroyed: u32;1240 readonly isItemCreated: boolean;1241 readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1242 readonly isItemDestroyed: boolean;1243 readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1244 readonly isTransfer: boolean;1245 readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1246 readonly isApproved: boolean;1247 readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1248 readonly isApprovedForAll: boolean;1249 readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1250 readonly isCollectionPropertySet: boolean;1251 readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1252 readonly isCollectionPropertyDeleted: boolean;1253 readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1254 readonly isTokenPropertySet: boolean;1255 readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1256 readonly isTokenPropertyDeleted: boolean;1257 readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1258 readonly isPropertyPermissionSet: boolean;1259 readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1260 readonly isAllowListAddressAdded: boolean;1261 readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1262 readonly isAllowListAddressRemoved: boolean;1263 readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1264 readonly isCollectionAdminAdded: boolean;1265 readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1266 readonly isCollectionAdminRemoved: boolean;1267 readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1268 readonly isCollectionLimitSet: boolean;1269 readonly asCollectionLimitSet: u32;1270 readonly isCollectionOwnerChanged: boolean;1271 readonly asCollectionOwnerChanged: ITuple<[u32, AccountId32]>;1272 readonly isCollectionPermissionSet: boolean;1273 readonly asCollectionPermissionSet: u32;1274 readonly isCollectionSponsorSet: boolean;1275 readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1276 readonly isSponsorshipConfirmed: boolean;1277 readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1278 readonly isCollectionSponsorRemoved: boolean;1279 readonly asCollectionSponsorRemoved: u32;1280 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1281}12821283/** @name PalletConfigurationAppPromotionConfiguration */1284export interface PalletConfigurationAppPromotionConfiguration extends Struct {1285 readonly recalculationInterval: Option<u32>;1286 readonly pendingInterval: Option<u32>;1287 readonly intervalIncome: Option<Perbill>;1288 readonly maxStakersPerCalculation: Option<u8>;1289}12901291/** @name PalletConfigurationCall */1292export interface PalletConfigurationCall extends Enum {1293 readonly isSetWeightToFeeCoefficientOverride: boolean;1294 readonly asSetWeightToFeeCoefficientOverride: {1295 readonly coeff: Option<u64>;1296 } & Struct;1297 readonly isSetMinGasPriceOverride: boolean;1298 readonly asSetMinGasPriceOverride: {1299 readonly coeff: Option<u64>;1300 } & Struct;1301 readonly isSetXcmAllowedLocations: boolean;1302 readonly asSetXcmAllowedLocations: {1303 readonly locations: Option<Vec<XcmV1MultiLocation>>;1304 } & Struct;1305 readonly isSetAppPromotionConfigurationOverride: boolean;1306 readonly asSetAppPromotionConfigurationOverride: {1307 readonly configuration: PalletConfigurationAppPromotionConfiguration;1308 } & Struct;1309 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';1310}13111312/** @name PalletConfigurationError */1313export interface PalletConfigurationError extends Enum {1314 readonly isInconsistentConfiguration: boolean;1315 readonly type: 'InconsistentConfiguration';1316}13171318/** @name PalletEthereumCall */1319export interface PalletEthereumCall extends Enum {1320 readonly isTransact: boolean;1321 readonly asTransact: {1322 readonly transaction: EthereumTransactionTransactionV2;1323 } & Struct;1324 readonly type: 'Transact';1325}13261327/** @name PalletEthereumError */1328export interface PalletEthereumError extends Enum {1329 readonly isInvalidSignature: boolean;1330 readonly isPreLogExists: boolean;1331 readonly type: 'InvalidSignature' | 'PreLogExists';1332}13331334/** @name PalletEthereumEvent */1335export interface PalletEthereumEvent extends Enum {1336 readonly isExecuted: boolean;1337 readonly asExecuted: {1338 readonly from: H160;1339 readonly to: H160;1340 readonly transactionHash: H256;1341 readonly exitReason: EvmCoreErrorExitReason;1342 } & Struct;1343 readonly type: 'Executed';1344}13451346/** @name PalletEthereumFakeTransactionFinalizer */1347export interface PalletEthereumFakeTransactionFinalizer extends Null {}13481349/** @name PalletEvmAccountBasicCrossAccountIdRepr */1350export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1351 readonly isSubstrate: boolean;1352 readonly asSubstrate: AccountId32;1353 readonly isEthereum: boolean;1354 readonly asEthereum: H160;1355 readonly type: 'Substrate' | 'Ethereum';1356}13571358/** @name PalletEvmCall */1359export interface PalletEvmCall extends Enum {1360 readonly isWithdraw: boolean;1361 readonly asWithdraw: {1362 readonly address: H160;1363 readonly value: u128;1364 } & Struct;1365 readonly isCall: boolean;1366 readonly asCall: {1367 readonly source: H160;1368 readonly target: H160;1369 readonly input: Bytes;1370 readonly value: U256;1371 readonly gasLimit: u64;1372 readonly maxFeePerGas: U256;1373 readonly maxPriorityFeePerGas: Option<U256>;1374 readonly nonce: Option<U256>;1375 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1376 } & Struct;1377 readonly isCreate: boolean;1378 readonly asCreate: {1379 readonly source: H160;1380 readonly init: Bytes;1381 readonly value: U256;1382 readonly gasLimit: u64;1383 readonly maxFeePerGas: U256;1384 readonly maxPriorityFeePerGas: Option<U256>;1385 readonly nonce: Option<U256>;1386 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1387 } & Struct;1388 readonly isCreate2: boolean;1389 readonly asCreate2: {1390 readonly source: H160;1391 readonly init: Bytes;1392 readonly salt: H256;1393 readonly value: U256;1394 readonly gasLimit: u64;1395 readonly maxFeePerGas: U256;1396 readonly maxPriorityFeePerGas: Option<U256>;1397 readonly nonce: Option<U256>;1398 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1399 } & Struct;1400 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1401}14021403/** @name PalletEvmCoderSubstrateError */1404export interface PalletEvmCoderSubstrateError extends Enum {1405 readonly isOutOfGas: boolean;1406 readonly isOutOfFund: boolean;1407 readonly type: 'OutOfGas' | 'OutOfFund';1408}14091410/** @name PalletEvmContractHelpersError */1411export interface PalletEvmContractHelpersError extends Enum {1412 readonly isNoPermission: boolean;1413 readonly isNoPendingSponsor: boolean;1414 readonly isTooManyMethodsHaveSponsoredLimit: boolean;1415 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';1416}14171418/** @name PalletEvmContractHelpersEvent */1419export interface PalletEvmContractHelpersEvent extends Enum {1420 readonly isContractSponsorSet: boolean;1421 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1422 readonly isContractSponsorshipConfirmed: boolean;1423 readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1424 readonly isContractSponsorRemoved: boolean;1425 readonly asContractSponsorRemoved: H160;1426 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1427}14281429/** @name PalletEvmContractHelpersSponsoringModeT */1430export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1431 readonly isDisabled: boolean;1432 readonly isAllowlisted: boolean;1433 readonly isGenerous: boolean;1434 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1435}14361437/** @name PalletEvmError */1438export interface PalletEvmError extends Enum {1439 readonly isBalanceLow: boolean;1440 readonly isFeeOverflow: boolean;1441 readonly isPaymentOverflow: boolean;1442 readonly isWithdrawFailed: boolean;1443 readonly isGasPriceTooLow: boolean;1444 readonly isInvalidNonce: boolean;1445 readonly isGasLimitTooLow: boolean;1446 readonly isGasLimitTooHigh: boolean;1447 readonly isUndefined: boolean;1448 readonly isReentrancy: boolean;1449 readonly isTransactionMustComeFromEOA: boolean;1450 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';1451}14521453/** @name PalletEvmEvent */1454export interface PalletEvmEvent extends Enum {1455 readonly isLog: boolean;1456 readonly asLog: {1457 readonly log: EthereumLog;1458 } & Struct;1459 readonly isCreated: boolean;1460 readonly asCreated: {1461 readonly address: H160;1462 } & Struct;1463 readonly isCreatedFailed: boolean;1464 readonly asCreatedFailed: {1465 readonly address: H160;1466 } & Struct;1467 readonly isExecuted: boolean;1468 readonly asExecuted: {1469 readonly address: H160;1470 } & Struct;1471 readonly isExecutedFailed: boolean;1472 readonly asExecutedFailed: {1473 readonly address: H160;1474 } & Struct;1475 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1476}14771478/** @name PalletEvmMigrationCall */1479export interface PalletEvmMigrationCall extends Enum {1480 readonly isBegin: boolean;1481 readonly asBegin: {1482 readonly address: H160;1483 } & Struct;1484 readonly isSetData: boolean;1485 readonly asSetData: {1486 readonly address: H160;1487 readonly data: Vec<ITuple<[H256, H256]>>;1488 } & Struct;1489 readonly isFinish: boolean;1490 readonly asFinish: {1491 readonly address: H160;1492 readonly code: Bytes;1493 } & Struct;1494 readonly isInsertEthLogs: boolean;1495 readonly asInsertEthLogs: {1496 readonly logs: Vec<EthereumLog>;1497 } & Struct;1498 readonly isInsertEvents: boolean;1499 readonly asInsertEvents: {1500 readonly events: Vec<Bytes>;1501 } & Struct;1502 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';1503}15041505/** @name PalletEvmMigrationError */1506export interface PalletEvmMigrationError extends Enum {1507 readonly isAccountNotEmpty: boolean;1508 readonly isAccountIsNotMigrating: boolean;1509 readonly isBadEvent: boolean;1510 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';1511}15121513/** @name PalletEvmMigrationEvent */1514export interface PalletEvmMigrationEvent extends Enum {1515 readonly isTestEvent: boolean;1516 readonly type: 'TestEvent';1517}15181519/** @name PalletForeignAssetsAssetIds */1520export interface PalletForeignAssetsAssetIds extends Enum {1521 readonly isForeignAssetId: boolean;1522 readonly asForeignAssetId: u32;1523 readonly isNativeAssetId: boolean;1524 readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;1525 readonly type: 'ForeignAssetId' | 'NativeAssetId';1526}15271528/** @name PalletForeignAssetsModuleAssetMetadata */1529export interface PalletForeignAssetsModuleAssetMetadata extends Struct {1530 readonly name: Bytes;1531 readonly symbol: Bytes;1532 readonly decimals: u8;1533 readonly minimalBalance: u128;1534}15351536/** @name PalletForeignAssetsModuleCall */1537export interface PalletForeignAssetsModuleCall extends Enum {1538 readonly isRegisterForeignAsset: boolean;1539 readonly asRegisterForeignAsset: {1540 readonly owner: AccountId32;1541 readonly location: XcmVersionedMultiLocation;1542 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1543 } & Struct;1544 readonly isUpdateForeignAsset: boolean;1545 readonly asUpdateForeignAsset: {1546 readonly foreignAssetId: u32;1547 readonly location: XcmVersionedMultiLocation;1548 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1549 } & Struct;1550 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1551}15521553/** @name PalletForeignAssetsModuleError */1554export interface PalletForeignAssetsModuleError extends Enum {1555 readonly isBadLocation: boolean;1556 readonly isMultiLocationExisted: boolean;1557 readonly isAssetIdNotExists: boolean;1558 readonly isAssetIdExisted: boolean;1559 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1560}15611562/** @name PalletForeignAssetsModuleEvent */1563export interface PalletForeignAssetsModuleEvent extends Enum {1564 readonly isForeignAssetRegistered: boolean;1565 readonly asForeignAssetRegistered: {1566 readonly assetId: u32;1567 readonly assetAddress: XcmV1MultiLocation;1568 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1569 } & Struct;1570 readonly isForeignAssetUpdated: boolean;1571 readonly asForeignAssetUpdated: {1572 readonly assetId: u32;1573 readonly assetAddress: XcmV1MultiLocation;1574 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1575 } & Struct;1576 readonly isAssetRegistered: boolean;1577 readonly asAssetRegistered: {1578 readonly assetId: PalletForeignAssetsAssetIds;1579 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1580 } & Struct;1581 readonly isAssetUpdated: boolean;1582 readonly asAssetUpdated: {1583 readonly assetId: PalletForeignAssetsAssetIds;1584 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1585 } & Struct;1586 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1587}15881589/** @name PalletForeignAssetsNativeCurrency */1590export interface PalletForeignAssetsNativeCurrency extends Enum {1591 readonly isHere: boolean;1592 readonly isParent: boolean;1593 readonly type: 'Here' | 'Parent';1594}15951596/** @name PalletFungibleError */1597export interface PalletFungibleError extends Enum {1598 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1599 readonly isFungibleItemsHaveNoId: boolean;1600 readonly isFungibleItemsDontHaveData: boolean;1601 readonly isFungibleDisallowsNesting: boolean;1602 readonly isSettingPropertiesNotAllowed: boolean;1603 readonly isSettingAllowanceForAllNotAllowed: boolean;1604 readonly isFungibleTokensAreAlwaysValid: boolean;1605 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';1606}16071608/** @name PalletInflationCall */1609export interface PalletInflationCall extends Enum {1610 readonly isStartInflation: boolean;1611 readonly asStartInflation: {1612 readonly inflationStartRelayBlock: u32;1613 } & Struct;1614 readonly type: 'StartInflation';1615}16161617/** @name PalletMaintenanceCall */1618export interface PalletMaintenanceCall extends Enum {1619 readonly isEnable: boolean;1620 readonly isDisable: boolean;1621 readonly type: 'Enable' | 'Disable';1622}16231624/** @name PalletMaintenanceError */1625export interface PalletMaintenanceError extends Null {}16261627/** @name PalletMaintenanceEvent */1628export interface PalletMaintenanceEvent extends Enum {1629 readonly isMaintenanceEnabled: boolean;1630 readonly isMaintenanceDisabled: boolean;1631 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1632}16331634/** @name PalletNonfungibleError */1635export interface PalletNonfungibleError extends Enum {1636 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;1637 readonly isNonfungibleItemsHaveNoAmount: boolean;1638 readonly isCantBurnNftWithChildren: boolean;1639 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';1640}16411642/** @name PalletNonfungibleItemData */1643export interface PalletNonfungibleItemData extends Struct {1644 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1645}16461647/** @name PalletRefungibleError */1648export interface PalletRefungibleError extends Enum {1649 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;1650 readonly isWrongRefungiblePieces: boolean;1651 readonly isRepartitionWhileNotOwningAllPieces: boolean;1652 readonly isRefungibleDisallowsNesting: boolean;1653 readonly isSettingPropertiesNotAllowed: boolean;1654 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1655}16561657/** @name PalletRmrkCoreCall */1658export interface PalletRmrkCoreCall extends Enum {1659 readonly isCreateCollection: boolean;1660 readonly asCreateCollection: {1661 readonly metadata: Bytes;1662 readonly max: Option<u32>;1663 readonly symbol: Bytes;1664 } & Struct;1665 readonly isDestroyCollection: boolean;1666 readonly asDestroyCollection: {1667 readonly collectionId: u32;1668 } & Struct;1669 readonly isChangeCollectionIssuer: boolean;1670 readonly asChangeCollectionIssuer: {1671 readonly collectionId: u32;1672 readonly newIssuer: MultiAddress;1673 } & Struct;1674 readonly isLockCollection: boolean;1675 readonly asLockCollection: {1676 readonly collectionId: u32;1677 } & Struct;1678 readonly isMintNft: boolean;1679 readonly asMintNft: {1680 readonly owner: Option<AccountId32>;1681 readonly collectionId: u32;1682 readonly recipient: Option<AccountId32>;1683 readonly royaltyAmount: Option<Permill>;1684 readonly metadata: Bytes;1685 readonly transferable: bool;1686 readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;1687 } & Struct;1688 readonly isBurnNft: boolean;1689 readonly asBurnNft: {1690 readonly collectionId: u32;1691 readonly nftId: u32;1692 readonly maxBurns: u32;1693 } & Struct;1694 readonly isSend: boolean;1695 readonly asSend: {1696 readonly rmrkCollectionId: u32;1697 readonly rmrkNftId: u32;1698 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1699 } & Struct;1700 readonly isAcceptNft: boolean;1701 readonly asAcceptNft: {1702 readonly rmrkCollectionId: u32;1703 readonly rmrkNftId: u32;1704 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1705 } & Struct;1706 readonly isRejectNft: boolean;1707 readonly asRejectNft: {1708 readonly rmrkCollectionId: u32;1709 readonly rmrkNftId: u32;1710 } & Struct;1711 readonly isAcceptResource: boolean;1712 readonly asAcceptResource: {1713 readonly rmrkCollectionId: u32;1714 readonly rmrkNftId: u32;1715 readonly resourceId: u32;1716 } & Struct;1717 readonly isAcceptResourceRemoval: boolean;1718 readonly asAcceptResourceRemoval: {1719 readonly rmrkCollectionId: u32;1720 readonly rmrkNftId: u32;1721 readonly resourceId: u32;1722 } & Struct;1723 readonly isSetProperty: boolean;1724 readonly asSetProperty: {1725 readonly rmrkCollectionId: Compact<u32>;1726 readonly maybeNftId: Option<u32>;1727 readonly key: Bytes;1728 readonly value: Bytes;1729 } & Struct;1730 readonly isSetPriority: boolean;1731 readonly asSetPriority: {1732 readonly rmrkCollectionId: u32;1733 readonly rmrkNftId: u32;1734 readonly priorities: Vec<u32>;1735 } & Struct;1736 readonly isAddBasicResource: boolean;1737 readonly asAddBasicResource: {1738 readonly rmrkCollectionId: u32;1739 readonly nftId: u32;1740 readonly resource: RmrkTraitsResourceBasicResource;1741 } & Struct;1742 readonly isAddComposableResource: boolean;1743 readonly asAddComposableResource: {1744 readonly rmrkCollectionId: u32;1745 readonly nftId: u32;1746 readonly resource: RmrkTraitsResourceComposableResource;1747 } & Struct;1748 readonly isAddSlotResource: boolean;1749 readonly asAddSlotResource: {1750 readonly rmrkCollectionId: u32;1751 readonly nftId: u32;1752 readonly resource: RmrkTraitsResourceSlotResource;1753 } & Struct;1754 readonly isRemoveResource: boolean;1755 readonly asRemoveResource: {1756 readonly rmrkCollectionId: u32;1757 readonly nftId: u32;1758 readonly resourceId: u32;1759 } & Struct;1760 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1761}17621763/** @name PalletRmrkCoreError */1764export interface PalletRmrkCoreError extends Enum {1765 readonly isCorruptedCollectionType: boolean;1766 readonly isRmrkPropertyKeyIsTooLong: boolean;1767 readonly isRmrkPropertyValueIsTooLong: boolean;1768 readonly isRmrkPropertyIsNotFound: boolean;1769 readonly isUnableToDecodeRmrkData: boolean;1770 readonly isCollectionNotEmpty: boolean;1771 readonly isNoAvailableCollectionId: boolean;1772 readonly isNoAvailableNftId: boolean;1773 readonly isCollectionUnknown: boolean;1774 readonly isNoPermission: boolean;1775 readonly isNonTransferable: boolean;1776 readonly isCollectionFullOrLocked: boolean;1777 readonly isResourceDoesntExist: boolean;1778 readonly isCannotSendToDescendentOrSelf: boolean;1779 readonly isCannotAcceptNonOwnedNft: boolean;1780 readonly isCannotRejectNonOwnedNft: boolean;1781 readonly isCannotRejectNonPendingNft: boolean;1782 readonly isResourceNotPending: boolean;1783 readonly isNoAvailableResourceId: boolean;1784 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';1785}17861787/** @name PalletRmrkCoreEvent */1788export interface PalletRmrkCoreEvent extends Enum {1789 readonly isCollectionCreated: boolean;1790 readonly asCollectionCreated: {1791 readonly issuer: AccountId32;1792 readonly collectionId: u32;1793 } & Struct;1794 readonly isCollectionDestroyed: boolean;1795 readonly asCollectionDestroyed: {1796 readonly issuer: AccountId32;1797 readonly collectionId: u32;1798 } & Struct;1799 readonly isIssuerChanged: boolean;1800 readonly asIssuerChanged: {1801 readonly oldIssuer: AccountId32;1802 readonly newIssuer: AccountId32;1803 readonly collectionId: u32;1804 } & Struct;1805 readonly isCollectionLocked: boolean;1806 readonly asCollectionLocked: {1807 readonly issuer: AccountId32;1808 readonly collectionId: u32;1809 } & Struct;1810 readonly isNftMinted: boolean;1811 readonly asNftMinted: {1812 readonly owner: AccountId32;1813 readonly collectionId: u32;1814 readonly nftId: u32;1815 } & Struct;1816 readonly isNftBurned: boolean;1817 readonly asNftBurned: {1818 readonly owner: AccountId32;1819 readonly nftId: u32;1820 } & Struct;1821 readonly isNftSent: boolean;1822 readonly asNftSent: {1823 readonly sender: AccountId32;1824 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1825 readonly collectionId: u32;1826 readonly nftId: u32;1827 readonly approvalRequired: bool;1828 } & Struct;1829 readonly isNftAccepted: boolean;1830 readonly asNftAccepted: {1831 readonly sender: AccountId32;1832 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1833 readonly collectionId: u32;1834 readonly nftId: u32;1835 } & Struct;1836 readonly isNftRejected: boolean;1837 readonly asNftRejected: {1838 readonly sender: AccountId32;1839 readonly collectionId: u32;1840 readonly nftId: u32;1841 } & Struct;1842 readonly isPropertySet: boolean;1843 readonly asPropertySet: {1844 readonly collectionId: u32;1845 readonly maybeNftId: Option<u32>;1846 readonly key: Bytes;1847 readonly value: Bytes;1848 } & Struct;1849 readonly isResourceAdded: boolean;1850 readonly asResourceAdded: {1851 readonly nftId: u32;1852 readonly resourceId: u32;1853 } & Struct;1854 readonly isResourceRemoval: boolean;1855 readonly asResourceRemoval: {1856 readonly nftId: u32;1857 readonly resourceId: u32;1858 } & Struct;1859 readonly isResourceAccepted: boolean;1860 readonly asResourceAccepted: {1861 readonly nftId: u32;1862 readonly resourceId: u32;1863 } & Struct;1864 readonly isResourceRemovalAccepted: boolean;1865 readonly asResourceRemovalAccepted: {1866 readonly nftId: u32;1867 readonly resourceId: u32;1868 } & Struct;1869 readonly isPrioritySet: boolean;1870 readonly asPrioritySet: {1871 readonly collectionId: u32;1872 readonly nftId: u32;1873 } & Struct;1874 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1875}18761877/** @name PalletRmrkEquipCall */1878export interface PalletRmrkEquipCall extends Enum {1879 readonly isCreateBase: boolean;1880 readonly asCreateBase: {1881 readonly baseType: Bytes;1882 readonly symbol: Bytes;1883 readonly parts: Vec<RmrkTraitsPartPartType>;1884 } & Struct;1885 readonly isThemeAdd: boolean;1886 readonly asThemeAdd: {1887 readonly baseId: u32;1888 readonly theme: RmrkTraitsTheme;1889 } & Struct;1890 readonly isEquippable: boolean;1891 readonly asEquippable: {1892 readonly baseId: u32;1893 readonly slotId: u32;1894 readonly equippables: RmrkTraitsPartEquippableList;1895 } & Struct;1896 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1897}18981899/** @name PalletRmrkEquipError */1900export interface PalletRmrkEquipError extends Enum {1901 readonly isPermissionError: boolean;1902 readonly isNoAvailableBaseId: boolean;1903 readonly isNoAvailablePartId: boolean;1904 readonly isBaseDoesntExist: boolean;1905 readonly isNeedsDefaultThemeFirst: boolean;1906 readonly isPartDoesntExist: boolean;1907 readonly isNoEquippableOnFixedPart: boolean;1908 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';1909}19101911/** @name PalletRmrkEquipEvent */1912export interface PalletRmrkEquipEvent extends Enum {1913 readonly isBaseCreated: boolean;1914 readonly asBaseCreated: {1915 readonly issuer: AccountId32;1916 readonly baseId: u32;1917 } & Struct;1918 readonly isEquippablesUpdated: boolean;1919 readonly asEquippablesUpdated: {1920 readonly baseId: u32;1921 readonly slotId: u32;1922 } & Struct;1923 readonly type: 'BaseCreated' | 'EquippablesUpdated';1924}19251926/** @name PalletStructureCall */1927export interface PalletStructureCall extends Null {}19281929/** @name PalletStructureError */1930export interface PalletStructureError extends Enum {1931 readonly isOuroborosDetected: boolean;1932 readonly isDepthLimit: boolean;1933 readonly isBreadthLimit: boolean;1934 readonly isTokenNotFound: boolean;1935 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';1936}19371938/** @name PalletStructureEvent */1939export interface PalletStructureEvent extends Enum {1940 readonly isExecuted: boolean;1941 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1942 readonly type: 'Executed';1943}19441945/** @name PalletSudoCall */1946export interface PalletSudoCall extends Enum {1947 readonly isSudo: boolean;1948 readonly asSudo: {1949 readonly call: Call;1950 } & Struct;1951 readonly isSudoUncheckedWeight: boolean;1952 readonly asSudoUncheckedWeight: {1953 readonly call: Call;1954 readonly weight: SpWeightsWeightV2Weight;1955 } & Struct;1956 readonly isSetKey: boolean;1957 readonly asSetKey: {1958 readonly new_: MultiAddress;1959 } & Struct;1960 readonly isSudoAs: boolean;1961 readonly asSudoAs: {1962 readonly who: MultiAddress;1963 readonly call: Call;1964 } & Struct;1965 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1966}19671968/** @name PalletSudoError */1969export interface PalletSudoError extends Enum {1970 readonly isRequireSudo: boolean;1971 readonly type: 'RequireSudo';1972}19731974/** @name PalletSudoEvent */1975export interface PalletSudoEvent extends Enum {1976 readonly isSudid: boolean;1977 readonly asSudid: {1978 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1979 } & Struct;1980 readonly isKeyChanged: boolean;1981 readonly asKeyChanged: {1982 readonly oldSudoer: Option<AccountId32>;1983 } & Struct;1984 readonly isSudoAsDone: boolean;1985 readonly asSudoAsDone: {1986 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1987 } & Struct;1988 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1989}19901991/** @name PalletTemplateTransactionPaymentCall */1992export interface PalletTemplateTransactionPaymentCall extends Null {}19931994/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */1995export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}19961997/** @name PalletTestUtilsCall */1998export interface PalletTestUtilsCall extends Enum {1999 readonly isEnable: boolean;2000 readonly isSetTestValue: boolean;2001 readonly asSetTestValue: {2002 readonly value: u32;2003 } & Struct;2004 readonly isSetTestValueAndRollback: boolean;2005 readonly asSetTestValueAndRollback: {2006 readonly value: u32;2007 } & Struct;2008 readonly isIncTestValue: boolean;2009 readonly isJustTakeFee: boolean;2010 readonly isBatchAll: boolean;2011 readonly asBatchAll: {2012 readonly calls: Vec<Call>;2013 } & Struct;2014 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';2015}20162017/** @name PalletTestUtilsError */2018export interface PalletTestUtilsError extends Enum {2019 readonly isTestPalletDisabled: boolean;2020 readonly isTriggerRollback: boolean;2021 readonly type: 'TestPalletDisabled' | 'TriggerRollback';2022}20232024/** @name PalletTestUtilsEvent */2025export interface PalletTestUtilsEvent extends Enum {2026 readonly isValueIsSet: boolean;2027 readonly isShouldRollback: boolean;2028 readonly isBatchCompleted: boolean;2029 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';2030}20312032/** @name PalletTimestampCall */2033export interface PalletTimestampCall extends Enum {2034 readonly isSet: boolean;2035 readonly asSet: {2036 readonly now: Compact<u64>;2037 } & Struct;2038 readonly type: 'Set';2039}20402041/** @name PalletTransactionPaymentEvent */2042export interface PalletTransactionPaymentEvent extends Enum {2043 readonly isTransactionFeePaid: boolean;2044 readonly asTransactionFeePaid: {2045 readonly who: AccountId32;2046 readonly actualFee: u128;2047 readonly tip: u128;2048 } & Struct;2049 readonly type: 'TransactionFeePaid';2050}20512052/** @name PalletTransactionPaymentReleases */2053export interface PalletTransactionPaymentReleases extends Enum {2054 readonly isV1Ancient: boolean;2055 readonly isV2: boolean;2056 readonly type: 'V1Ancient' | 'V2';2057}20582059/** @name PalletTreasuryCall */2060export interface PalletTreasuryCall extends Enum {2061 readonly isProposeSpend: boolean;2062 readonly asProposeSpend: {2063 readonly value: Compact<u128>;2064 readonly beneficiary: MultiAddress;2065 } & Struct;2066 readonly isRejectProposal: boolean;2067 readonly asRejectProposal: {2068 readonly proposalId: Compact<u32>;2069 } & Struct;2070 readonly isApproveProposal: boolean;2071 readonly asApproveProposal: {2072 readonly proposalId: Compact<u32>;2073 } & Struct;2074 readonly isSpend: boolean;2075 readonly asSpend: {2076 readonly amount: Compact<u128>;2077 readonly beneficiary: MultiAddress;2078 } & Struct;2079 readonly isRemoveApproval: boolean;2080 readonly asRemoveApproval: {2081 readonly proposalId: Compact<u32>;2082 } & Struct;2083 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2084}20852086/** @name PalletTreasuryError */2087export interface PalletTreasuryError extends Enum {2088 readonly isInsufficientProposersBalance: boolean;2089 readonly isInvalidIndex: boolean;2090 readonly isTooManyApprovals: boolean;2091 readonly isInsufficientPermission: boolean;2092 readonly isProposalNotApproved: boolean;2093 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2094}20952096/** @name PalletTreasuryEvent */2097export interface PalletTreasuryEvent extends Enum {2098 readonly isProposed: boolean;2099 readonly asProposed: {2100 readonly proposalIndex: u32;2101 } & Struct;2102 readonly isSpending: boolean;2103 readonly asSpending: {2104 readonly budgetRemaining: u128;2105 } & Struct;2106 readonly isAwarded: boolean;2107 readonly asAwarded: {2108 readonly proposalIndex: u32;2109 readonly award: u128;2110 readonly account: AccountId32;2111 } & Struct;2112 readonly isRejected: boolean;2113 readonly asRejected: {2114 readonly proposalIndex: u32;2115 readonly slashed: u128;2116 } & Struct;2117 readonly isBurnt: boolean;2118 readonly asBurnt: {2119 readonly burntFunds: u128;2120 } & Struct;2121 readonly isRollover: boolean;2122 readonly asRollover: {2123 readonly rolloverBalance: u128;2124 } & Struct;2125 readonly isDeposit: boolean;2126 readonly asDeposit: {2127 readonly value: u128;2128 } & Struct;2129 readonly isSpendApproved: boolean;2130 readonly asSpendApproved: {2131 readonly proposalIndex: u32;2132 readonly amount: u128;2133 readonly beneficiary: AccountId32;2134 } & Struct;2135 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';2136}21372138/** @name PalletTreasuryProposal */2139export interface PalletTreasuryProposal extends Struct {2140 readonly proposer: AccountId32;2141 readonly value: u128;2142 readonly beneficiary: AccountId32;2143 readonly bond: u128;2144}21452146/** @name PalletUniqueCall */2147export interface PalletUniqueCall extends Enum {2148 readonly isCreateCollection: boolean;2149 readonly asCreateCollection: {2150 readonly collectionName: Vec<u16>;2151 readonly collectionDescription: Vec<u16>;2152 readonly tokenPrefix: Bytes;2153 readonly mode: UpDataStructsCollectionMode;2154 } & Struct;2155 readonly isCreateCollectionEx: boolean;2156 readonly asCreateCollectionEx: {2157 readonly data: UpDataStructsCreateCollectionData;2158 } & Struct;2159 readonly isDestroyCollection: boolean;2160 readonly asDestroyCollection: {2161 readonly collectionId: u32;2162 } & Struct;2163 readonly isAddToAllowList: boolean;2164 readonly asAddToAllowList: {2165 readonly collectionId: u32;2166 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2167 } & Struct;2168 readonly isRemoveFromAllowList: boolean;2169 readonly asRemoveFromAllowList: {2170 readonly collectionId: u32;2171 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2172 } & Struct;2173 readonly isChangeCollectionOwner: boolean;2174 readonly asChangeCollectionOwner: {2175 readonly collectionId: u32;2176 readonly newOwner: AccountId32;2177 } & Struct;2178 readonly isAddCollectionAdmin: boolean;2179 readonly asAddCollectionAdmin: {2180 readonly collectionId: u32;2181 readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2182 } & Struct;2183 readonly isRemoveCollectionAdmin: boolean;2184 readonly asRemoveCollectionAdmin: {2185 readonly collectionId: u32;2186 readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2187 } & Struct;2188 readonly isSetCollectionSponsor: boolean;2189 readonly asSetCollectionSponsor: {2190 readonly collectionId: u32;2191 readonly newSponsor: AccountId32;2192 } & Struct;2193 readonly isConfirmSponsorship: boolean;2194 readonly asConfirmSponsorship: {2195 readonly collectionId: u32;2196 } & Struct;2197 readonly isRemoveCollectionSponsor: boolean;2198 readonly asRemoveCollectionSponsor: {2199 readonly collectionId: u32;2200 } & Struct;2201 readonly isCreateItem: boolean;2202 readonly asCreateItem: {2203 readonly collectionId: u32;2204 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2205 readonly data: UpDataStructsCreateItemData;2206 } & Struct;2207 readonly isCreateMultipleItems: boolean;2208 readonly asCreateMultipleItems: {2209 readonly collectionId: u32;2210 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2211 readonly itemsData: Vec<UpDataStructsCreateItemData>;2212 } & Struct;2213 readonly isSetCollectionProperties: boolean;2214 readonly asSetCollectionProperties: {2215 readonly collectionId: u32;2216 readonly properties: Vec<UpDataStructsProperty>;2217 } & Struct;2218 readonly isDeleteCollectionProperties: boolean;2219 readonly asDeleteCollectionProperties: {2220 readonly collectionId: u32;2221 readonly propertyKeys: Vec<Bytes>;2222 } & Struct;2223 readonly isSetTokenProperties: boolean;2224 readonly asSetTokenProperties: {2225 readonly collectionId: u32;2226 readonly tokenId: u32;2227 readonly properties: Vec<UpDataStructsProperty>;2228 } & Struct;2229 readonly isDeleteTokenProperties: boolean;2230 readonly asDeleteTokenProperties: {2231 readonly collectionId: u32;2232 readonly tokenId: u32;2233 readonly propertyKeys: Vec<Bytes>;2234 } & Struct;2235 readonly isSetTokenPropertyPermissions: boolean;2236 readonly asSetTokenPropertyPermissions: {2237 readonly collectionId: u32;2238 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2239 } & Struct;2240 readonly isCreateMultipleItemsEx: boolean;2241 readonly asCreateMultipleItemsEx: {2242 readonly collectionId: u32;2243 readonly data: UpDataStructsCreateItemExData;2244 } & Struct;2245 readonly isSetTransfersEnabledFlag: boolean;2246 readonly asSetTransfersEnabledFlag: {2247 readonly collectionId: u32;2248 readonly value: bool;2249 } & Struct;2250 readonly isBurnItem: boolean;2251 readonly asBurnItem: {2252 readonly collectionId: u32;2253 readonly itemId: u32;2254 readonly value: u128;2255 } & Struct;2256 readonly isBurnFrom: boolean;2257 readonly asBurnFrom: {2258 readonly collectionId: u32;2259 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2260 readonly itemId: u32;2261 readonly value: u128;2262 } & Struct;2263 readonly isTransfer: boolean;2264 readonly asTransfer: {2265 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2266 readonly collectionId: u32;2267 readonly itemId: u32;2268 readonly value: u128;2269 } & Struct;2270 readonly isApprove: boolean;2271 readonly asApprove: {2272 readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2273 readonly collectionId: u32;2274 readonly itemId: u32;2275 readonly amount: u128;2276 } & Struct;2277 readonly isTransferFrom: boolean;2278 readonly asTransferFrom: {2279 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2280 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2281 readonly collectionId: u32;2282 readonly itemId: u32;2283 readonly value: u128;2284 } & Struct;2285 readonly isSetCollectionLimits: boolean;2286 readonly asSetCollectionLimits: {2287 readonly collectionId: u32;2288 readonly newLimit: UpDataStructsCollectionLimits;2289 } & Struct;2290 readonly isSetCollectionPermissions: boolean;2291 readonly asSetCollectionPermissions: {2292 readonly collectionId: u32;2293 readonly newPermission: UpDataStructsCollectionPermissions;2294 } & Struct;2295 readonly isRepartition: boolean;2296 readonly asRepartition: {2297 readonly collectionId: u32;2298 readonly tokenId: u32;2299 readonly amount: u128;2300 } & Struct;2301 readonly isSetAllowanceForAll: boolean;2302 readonly asSetAllowanceForAll: {2303 readonly collectionId: u32;2304 readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2305 readonly approve: bool;2306 } & Struct;2307 readonly isForceRepairCollection: boolean;2308 readonly asForceRepairCollection: {2309 readonly collectionId: u32;2310 } & Struct;2311 readonly isForceRepairItem: boolean;2312 readonly asForceRepairItem: {2313 readonly collectionId: u32;2314 readonly itemId: u32;2315 } & Struct;2316 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';2317}23182319/** @name PalletUniqueError */2320export interface PalletUniqueError extends Enum {2321 readonly isCollectionDecimalPointLimitExceeded: boolean;2322 readonly isEmptyArgument: boolean;2323 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2324 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2325}23262327/** @name PalletXcmCall */2328export interface PalletXcmCall extends Enum {2329 readonly isSend: boolean;2330 readonly asSend: {2331 readonly dest: XcmVersionedMultiLocation;2332 readonly message: XcmVersionedXcm;2333 } & Struct;2334 readonly isTeleportAssets: boolean;2335 readonly asTeleportAssets: {2336 readonly dest: XcmVersionedMultiLocation;2337 readonly beneficiary: XcmVersionedMultiLocation;2338 readonly assets: XcmVersionedMultiAssets;2339 readonly feeAssetItem: u32;2340 } & Struct;2341 readonly isReserveTransferAssets: boolean;2342 readonly asReserveTransferAssets: {2343 readonly dest: XcmVersionedMultiLocation;2344 readonly beneficiary: XcmVersionedMultiLocation;2345 readonly assets: XcmVersionedMultiAssets;2346 readonly feeAssetItem: u32;2347 } & Struct;2348 readonly isExecute: boolean;2349 readonly asExecute: {2350 readonly message: XcmVersionedXcm;2351 readonly maxWeight: u64;2352 } & Struct;2353 readonly isForceXcmVersion: boolean;2354 readonly asForceXcmVersion: {2355 readonly location: XcmV1MultiLocation;2356 readonly xcmVersion: u32;2357 } & Struct;2358 readonly isForceDefaultXcmVersion: boolean;2359 readonly asForceDefaultXcmVersion: {2360 readonly maybeXcmVersion: Option<u32>;2361 } & Struct;2362 readonly isForceSubscribeVersionNotify: boolean;2363 readonly asForceSubscribeVersionNotify: {2364 readonly location: XcmVersionedMultiLocation;2365 } & Struct;2366 readonly isForceUnsubscribeVersionNotify: boolean;2367 readonly asForceUnsubscribeVersionNotify: {2368 readonly location: XcmVersionedMultiLocation;2369 } & Struct;2370 readonly isLimitedReserveTransferAssets: boolean;2371 readonly asLimitedReserveTransferAssets: {2372 readonly dest: XcmVersionedMultiLocation;2373 readonly beneficiary: XcmVersionedMultiLocation;2374 readonly assets: XcmVersionedMultiAssets;2375 readonly feeAssetItem: u32;2376 readonly weightLimit: XcmV2WeightLimit;2377 } & Struct;2378 readonly isLimitedTeleportAssets: boolean;2379 readonly asLimitedTeleportAssets: {2380 readonly dest: XcmVersionedMultiLocation;2381 readonly beneficiary: XcmVersionedMultiLocation;2382 readonly assets: XcmVersionedMultiAssets;2383 readonly feeAssetItem: u32;2384 readonly weightLimit: XcmV2WeightLimit;2385 } & Struct;2386 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2387}23882389/** @name PalletXcmError */2390export interface PalletXcmError extends Enum {2391 readonly isUnreachable: boolean;2392 readonly isSendFailure: boolean;2393 readonly isFiltered: boolean;2394 readonly isUnweighableMessage: boolean;2395 readonly isDestinationNotInvertible: boolean;2396 readonly isEmpty: boolean;2397 readonly isCannotReanchor: boolean;2398 readonly isTooManyAssets: boolean;2399 readonly isInvalidOrigin: boolean;2400 readonly isBadVersion: boolean;2401 readonly isBadLocation: boolean;2402 readonly isNoSubscription: boolean;2403 readonly isAlreadySubscribed: boolean;2404 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2405}24062407/** @name PalletXcmEvent */2408export interface PalletXcmEvent extends Enum {2409 readonly isAttempted: boolean;2410 readonly asAttempted: XcmV2TraitsOutcome;2411 readonly isSent: boolean;2412 readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;2413 readonly isUnexpectedResponse: boolean;2414 readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;2415 readonly isResponseReady: boolean;2416 readonly asResponseReady: ITuple<[u64, XcmV2Response]>;2417 readonly isNotified: boolean;2418 readonly asNotified: ITuple<[u64, u8, u8]>;2419 readonly isNotifyOverweight: boolean;2420 readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;2421 readonly isNotifyDispatchError: boolean;2422 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2423 readonly isNotifyDecodeFailed: boolean;2424 readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2425 readonly isInvalidResponder: boolean;2426 readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2427 readonly isInvalidResponderVersion: boolean;2428 readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2429 readonly isResponseTaken: boolean;2430 readonly asResponseTaken: u64;2431 readonly isAssetsTrapped: boolean;2432 readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2433 readonly isVersionChangeNotified: boolean;2434 readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2435 readonly isSupportedVersionChanged: boolean;2436 readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2437 readonly isNotifyTargetSendFail: boolean;2438 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2439 readonly isNotifyTargetMigrationFail: boolean;2440 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2441 readonly isAssetsClaimed: boolean;2442 readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2443 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';2444}24452446/** @name PhantomTypeUpDataStructs */2447export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild, UpPovEstimateRpcPovInfo]>> {}24482449/** @name PolkadotCorePrimitivesInboundDownwardMessage */2450export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2451 readonly sentAt: u32;2452 readonly msg: Bytes;2453}24542455/** @name PolkadotCorePrimitivesInboundHrmpMessage */2456export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2457 readonly sentAt: u32;2458 readonly data: Bytes;2459}24602461/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2462export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2463 readonly recipient: u32;2464 readonly data: Bytes;2465}24662467/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2468export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2469 readonly isConcatenatedVersionedXcm: boolean;2470 readonly isConcatenatedEncodedBlob: boolean;2471 readonly isSignals: boolean;2472 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2473}24742475/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */2476export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {2477 readonly maxCodeSize: u32;2478 readonly maxHeadDataSize: u32;2479 readonly maxUpwardQueueCount: u32;2480 readonly maxUpwardQueueSize: u32;2481 readonly maxUpwardMessageSize: u32;2482 readonly maxUpwardMessageNumPerCandidate: u32;2483 readonly hrmpMaxMessageNumPerCandidate: u32;2484 readonly validationUpgradeCooldown: u32;2485 readonly validationUpgradeDelay: u32;2486}24872488/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */2489export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {2490 readonly maxCapacity: u32;2491 readonly maxTotalSize: u32;2492 readonly maxMessageSize: u32;2493 readonly msgCount: u32;2494 readonly totalSize: u32;2495 readonly mqcHead: Option<H256>;2496}24972498/** @name PolkadotPrimitivesV2PersistedValidationData */2499export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {2500 readonly parentHead: Bytes;2501 readonly relayParentNumber: u32;2502 readonly relayParentStorageRoot: H256;2503 readonly maxPovSize: u32;2504}25052506/** @name PolkadotPrimitivesV2UpgradeRestriction */2507export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {2508 readonly isPresent: boolean;2509 readonly type: 'Present';2510}25112512/** @name RmrkTraitsBaseBaseInfo */2513export interface RmrkTraitsBaseBaseInfo extends Struct {2514 readonly issuer: AccountId32;2515 readonly baseType: Bytes;2516 readonly symbol: Bytes;2517}25182519/** @name RmrkTraitsCollectionCollectionInfo */2520export interface RmrkTraitsCollectionCollectionInfo extends Struct {2521 readonly issuer: AccountId32;2522 readonly metadata: Bytes;2523 readonly max: Option<u32>;2524 readonly symbol: Bytes;2525 readonly nftsCount: u32;2526}25272528/** @name RmrkTraitsNftAccountIdOrCollectionNftTuple */2529export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {2530 readonly isAccountId: boolean;2531 readonly asAccountId: AccountId32;2532 readonly isCollectionAndNftTuple: boolean;2533 readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;2534 readonly type: 'AccountId' | 'CollectionAndNftTuple';2535}25362537/** @name RmrkTraitsNftNftChild */2538export interface RmrkTraitsNftNftChild extends Struct {2539 readonly collectionId: u32;2540 readonly nftId: u32;2541}25422543/** @name RmrkTraitsNftNftInfo */2544export interface RmrkTraitsNftNftInfo extends Struct {2545 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2546 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;2547 readonly metadata: Bytes;2548 readonly equipped: bool;2549 readonly pending: bool;2550}25512552/** @name RmrkTraitsNftRoyaltyInfo */2553export interface RmrkTraitsNftRoyaltyInfo extends Struct {2554 readonly recipient: AccountId32;2555 readonly amount: Permill;2556}25572558/** @name RmrkTraitsPartEquippableList */2559export interface RmrkTraitsPartEquippableList extends Enum {2560 readonly isAll: boolean;2561 readonly isEmpty: boolean;2562 readonly isCustom: boolean;2563 readonly asCustom: Vec<u32>;2564 readonly type: 'All' | 'Empty' | 'Custom';2565}25662567/** @name RmrkTraitsPartFixedPart */2568export interface RmrkTraitsPartFixedPart extends Struct {2569 readonly id: u32;2570 readonly z: u32;2571 readonly src: Bytes;2572}25732574/** @name RmrkTraitsPartPartType */2575export interface RmrkTraitsPartPartType extends Enum {2576 readonly isFixedPart: boolean;2577 readonly asFixedPart: RmrkTraitsPartFixedPart;2578 readonly isSlotPart: boolean;2579 readonly asSlotPart: RmrkTraitsPartSlotPart;2580 readonly type: 'FixedPart' | 'SlotPart';2581}25822583/** @name RmrkTraitsPartSlotPart */2584export interface RmrkTraitsPartSlotPart extends Struct {2585 readonly id: u32;2586 readonly equippable: RmrkTraitsPartEquippableList;2587 readonly src: Bytes;2588 readonly z: u32;2589}25902591/** @name RmrkTraitsPropertyPropertyInfo */2592export interface RmrkTraitsPropertyPropertyInfo extends Struct {2593 readonly key: Bytes;2594 readonly value: Bytes;2595}25962597/** @name RmrkTraitsResourceBasicResource */2598export interface RmrkTraitsResourceBasicResource extends Struct {2599 readonly src: Option<Bytes>;2600 readonly metadata: Option<Bytes>;2601 readonly license: Option<Bytes>;2602 readonly thumb: Option<Bytes>;2603}26042605/** @name RmrkTraitsResourceComposableResource */2606export interface RmrkTraitsResourceComposableResource extends Struct {2607 readonly parts: Vec<u32>;2608 readonly base: u32;2609 readonly src: Option<Bytes>;2610 readonly metadata: Option<Bytes>;2611 readonly license: Option<Bytes>;2612 readonly thumb: Option<Bytes>;2613}26142615/** @name RmrkTraitsResourceResourceInfo */2616export interface RmrkTraitsResourceResourceInfo extends Struct {2617 readonly id: u32;2618 readonly resource: RmrkTraitsResourceResourceTypes;2619 readonly pending: bool;2620 readonly pendingRemoval: bool;2621}26222623/** @name RmrkTraitsResourceResourceTypes */2624export interface RmrkTraitsResourceResourceTypes extends Enum {2625 readonly isBasic: boolean;2626 readonly asBasic: RmrkTraitsResourceBasicResource;2627 readonly isComposable: boolean;2628 readonly asComposable: RmrkTraitsResourceComposableResource;2629 readonly isSlot: boolean;2630 readonly asSlot: RmrkTraitsResourceSlotResource;2631 readonly type: 'Basic' | 'Composable' | 'Slot';2632}26332634/** @name RmrkTraitsResourceSlotResource */2635export interface RmrkTraitsResourceSlotResource extends Struct {2636 readonly base: u32;2637 readonly src: Option<Bytes>;2638 readonly metadata: Option<Bytes>;2639 readonly slot: u32;2640 readonly license: Option<Bytes>;2641 readonly thumb: Option<Bytes>;2642}26432644/** @name RmrkTraitsTheme */2645export interface RmrkTraitsTheme extends Struct {2646 readonly name: Bytes;2647 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2648 readonly inherit: bool;2649}26502651/** @name RmrkTraitsThemeThemeProperty */2652export interface RmrkTraitsThemeThemeProperty extends Struct {2653 readonly key: Bytes;2654 readonly value: Bytes;2655}26562657/** @name SpCoreEcdsaSignature */2658export interface SpCoreEcdsaSignature extends U8aFixed {}26592660/** @name SpCoreEd25519Signature */2661export interface SpCoreEd25519Signature extends U8aFixed {}26622663/** @name SpCoreSr25519Signature */2664export interface SpCoreSr25519Signature extends U8aFixed {}26652666/** @name SpRuntimeArithmeticError */2667export interface SpRuntimeArithmeticError extends Enum {2668 readonly isUnderflow: boolean;2669 readonly isOverflow: boolean;2670 readonly isDivisionByZero: boolean;2671 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2672}26732674/** @name SpRuntimeDigest */2675export interface SpRuntimeDigest extends Struct {2676 readonly logs: Vec<SpRuntimeDigestDigestItem>;2677}26782679/** @name SpRuntimeDigestDigestItem */2680export interface SpRuntimeDigestDigestItem extends Enum {2681 readonly isOther: boolean;2682 readonly asOther: Bytes;2683 readonly isConsensus: boolean;2684 readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2685 readonly isSeal: boolean;2686 readonly asSeal: ITuple<[U8aFixed, Bytes]>;2687 readonly isPreRuntime: boolean;2688 readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2689 readonly isRuntimeEnvironmentUpdated: boolean;2690 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2691}26922693/** @name SpRuntimeDispatchError */2694export interface SpRuntimeDispatchError extends Enum {2695 readonly isOther: boolean;2696 readonly isCannotLookup: boolean;2697 readonly isBadOrigin: boolean;2698 readonly isModule: boolean;2699 readonly asModule: SpRuntimeModuleError;2700 readonly isConsumerRemaining: boolean;2701 readonly isNoProviders: boolean;2702 readonly isTooManyConsumers: boolean;2703 readonly isToken: boolean;2704 readonly asToken: SpRuntimeTokenError;2705 readonly isArithmetic: boolean;2706 readonly asArithmetic: SpRuntimeArithmeticError;2707 readonly isTransactional: boolean;2708 readonly asTransactional: SpRuntimeTransactionalError;2709 readonly isExhausted: boolean;2710 readonly isCorruption: boolean;2711 readonly isUnavailable: boolean;2712 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';2713}27142715/** @name SpRuntimeModuleError */2716export interface SpRuntimeModuleError extends Struct {2717 readonly index: u8;2718 readonly error: U8aFixed;2719}27202721/** @name SpRuntimeMultiSignature */2722export interface SpRuntimeMultiSignature extends Enum {2723 readonly isEd25519: boolean;2724 readonly asEd25519: SpCoreEd25519Signature;2725 readonly isSr25519: boolean;2726 readonly asSr25519: SpCoreSr25519Signature;2727 readonly isEcdsa: boolean;2728 readonly asEcdsa: SpCoreEcdsaSignature;2729 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2730}27312732/** @name SpRuntimeTokenError */2733export interface SpRuntimeTokenError extends Enum {2734 readonly isNoFunds: boolean;2735 readonly isWouldDie: boolean;2736 readonly isBelowMinimum: boolean;2737 readonly isCannotCreate: boolean;2738 readonly isUnknownAsset: boolean;2739 readonly isFrozen: boolean;2740 readonly isUnsupported: boolean;2741 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2742}27432744/** @name SpRuntimeTransactionalError */2745export interface SpRuntimeTransactionalError extends Enum {2746 readonly isLimitReached: boolean;2747 readonly isNoLayer: boolean;2748 readonly type: 'LimitReached' | 'NoLayer';2749}27502751/** @name SpRuntimeTransactionValidityInvalidTransaction */2752export interface SpRuntimeTransactionValidityInvalidTransaction extends Enum {2753 readonly isCall: boolean;2754 readonly isPayment: boolean;2755 readonly isFuture: boolean;2756 readonly isStale: boolean;2757 readonly isBadProof: boolean;2758 readonly isAncientBirthBlock: boolean;2759 readonly isExhaustsResources: boolean;2760 readonly isCustom: boolean;2761 readonly asCustom: u8;2762 readonly isBadMandatory: boolean;2763 readonly isMandatoryDispatch: boolean;2764 readonly isBadSigner: boolean;2765 readonly type: 'Call' | 'Payment' | 'Future' | 'Stale' | 'BadProof' | 'AncientBirthBlock' | 'ExhaustsResources' | 'Custom' | 'BadMandatory' | 'MandatoryDispatch' | 'BadSigner';2766}27672768/** @name SpRuntimeTransactionValidityTransactionValidityError */2769export interface SpRuntimeTransactionValidityTransactionValidityError extends Enum {2770 readonly isInvalid: boolean;2771 readonly asInvalid: SpRuntimeTransactionValidityInvalidTransaction;2772 readonly isUnknown: boolean;2773 readonly asUnknown: SpRuntimeTransactionValidityUnknownTransaction;2774 readonly type: 'Invalid' | 'Unknown';2775}27762777/** @name SpRuntimeTransactionValidityUnknownTransaction */2778export interface SpRuntimeTransactionValidityUnknownTransaction extends Enum {2779 readonly isCannotLookup: boolean;2780 readonly isNoUnsignedValidator: boolean;2781 readonly isCustom: boolean;2782 readonly asCustom: u8;2783 readonly type: 'CannotLookup' | 'NoUnsignedValidator' | 'Custom';2784}27852786/** @name SpTrieStorageProof */2787export interface SpTrieStorageProof extends Struct {2788 readonly trieNodes: BTreeSet<Bytes>;2789}27902791/** @name SpVersionRuntimeVersion */2792export interface SpVersionRuntimeVersion extends Struct {2793 readonly specName: Text;2794 readonly implName: Text;2795 readonly authoringVersion: u32;2796 readonly specVersion: u32;2797 readonly implVersion: u32;2798 readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2799 readonly transactionVersion: u32;2800 readonly stateVersion: u8;2801}28022803/** @name SpWeightsRuntimeDbWeight */2804export interface SpWeightsRuntimeDbWeight extends Struct {2805 readonly read: u64;2806 readonly write: u64;2807}28082809/** @name SpWeightsWeightV2Weight */2810export interface SpWeightsWeightV2Weight extends Struct {2811 readonly refTime: Compact<u64>;2812 readonly proofSize: Compact<u64>;2813}28142815/** @name UpDataStructsAccessMode */2816export interface UpDataStructsAccessMode extends Enum {2817 readonly isNormal: boolean;2818 readonly isAllowList: boolean;2819 readonly type: 'Normal' | 'AllowList';2820}28212822/** @name UpDataStructsCollection */2823export interface UpDataStructsCollection extends Struct {2824 readonly owner: AccountId32;2825 readonly mode: UpDataStructsCollectionMode;2826 readonly name: Vec<u16>;2827 readonly description: Vec<u16>;2828 readonly tokenPrefix: Bytes;2829 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;2830 readonly limits: UpDataStructsCollectionLimits;2831 readonly permissions: UpDataStructsCollectionPermissions;2832 readonly flags: U8aFixed;2833}28342835/** @name UpDataStructsCollectionLimits */2836export interface UpDataStructsCollectionLimits extends Struct {2837 readonly accountTokenOwnershipLimit: Option<u32>;2838 readonly sponsoredDataSize: Option<u32>;2839 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2840 readonly tokenLimit: Option<u32>;2841 readonly sponsorTransferTimeout: Option<u32>;2842 readonly sponsorApproveTimeout: Option<u32>;2843 readonly ownerCanTransfer: Option<bool>;2844 readonly ownerCanDestroy: Option<bool>;2845 readonly transfersEnabled: Option<bool>;2846}28472848/** @name UpDataStructsCollectionMode */2849export interface UpDataStructsCollectionMode extends Enum {2850 readonly isNft: boolean;2851 readonly isFungible: boolean;2852 readonly asFungible: u8;2853 readonly isReFungible: boolean;2854 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2855}28562857/** @name UpDataStructsCollectionPermissions */2858export interface UpDataStructsCollectionPermissions extends Struct {2859 readonly access: Option<UpDataStructsAccessMode>;2860 readonly mintMode: Option<bool>;2861 readonly nesting: Option<UpDataStructsNestingPermissions>;2862}28632864/** @name UpDataStructsCollectionStats */2865export interface UpDataStructsCollectionStats extends Struct {2866 readonly created: u32;2867 readonly destroyed: u32;2868 readonly alive: u32;2869}28702871/** @name UpDataStructsCreateCollectionData */2872export interface UpDataStructsCreateCollectionData extends Struct {2873 readonly mode: UpDataStructsCollectionMode;2874 readonly access: Option<UpDataStructsAccessMode>;2875 readonly name: Vec<u16>;2876 readonly description: Vec<u16>;2877 readonly tokenPrefix: Bytes;2878 readonly pendingSponsor: Option<AccountId32>;2879 readonly limits: Option<UpDataStructsCollectionLimits>;2880 readonly permissions: Option<UpDataStructsCollectionPermissions>;2881 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2882 readonly properties: Vec<UpDataStructsProperty>;2883}28842885/** @name UpDataStructsCreateFungibleData */2886export interface UpDataStructsCreateFungibleData extends Struct {2887 readonly value: u128;2888}28892890/** @name UpDataStructsCreateItemData */2891export interface UpDataStructsCreateItemData extends Enum {2892 readonly isNft: boolean;2893 readonly asNft: UpDataStructsCreateNftData;2894 readonly isFungible: boolean;2895 readonly asFungible: UpDataStructsCreateFungibleData;2896 readonly isReFungible: boolean;2897 readonly asReFungible: UpDataStructsCreateReFungibleData;2898 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2899}29002901/** @name UpDataStructsCreateItemExData */2902export interface UpDataStructsCreateItemExData extends Enum {2903 readonly isNft: boolean;2904 readonly asNft: Vec<UpDataStructsCreateNftExData>;2905 readonly isFungible: boolean;2906 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;2907 readonly isRefungibleMultipleItems: boolean;2908 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2909 readonly isRefungibleMultipleOwners: boolean;2910 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2911 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2912}29132914/** @name UpDataStructsCreateNftData */2915export interface UpDataStructsCreateNftData extends Struct {2916 readonly properties: Vec<UpDataStructsProperty>;2917}29182919/** @name UpDataStructsCreateNftExData */2920export interface UpDataStructsCreateNftExData extends Struct {2921 readonly properties: Vec<UpDataStructsProperty>;2922 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2923}29242925/** @name UpDataStructsCreateReFungibleData */2926export interface UpDataStructsCreateReFungibleData extends Struct {2927 readonly pieces: u128;2928 readonly properties: Vec<UpDataStructsProperty>;2929}29302931/** @name UpDataStructsCreateRefungibleExMultipleOwners */2932export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2933 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2934 readonly properties: Vec<UpDataStructsProperty>;2935}29362937/** @name UpDataStructsCreateRefungibleExSingleOwner */2938export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2939 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2940 readonly pieces: u128;2941 readonly properties: Vec<UpDataStructsProperty>;2942}29432944/** @name UpDataStructsNestingPermissions */2945export interface UpDataStructsNestingPermissions extends Struct {2946 readonly tokenOwner: bool;2947 readonly collectionAdmin: bool;2948 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2949}29502951/** @name UpDataStructsOwnerRestrictedSet */2952export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}29532954/** @name UpDataStructsProperties */2955export interface UpDataStructsProperties extends Struct {2956 readonly map: UpDataStructsPropertiesMapBoundedVec;2957 readonly consumedSpace: u32;2958 readonly spaceLimit: u32;2959}29602961/** @name UpDataStructsPropertiesMapBoundedVec */2962export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}29632964/** @name UpDataStructsPropertiesMapPropertyPermission */2965export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}29662967/** @name UpDataStructsProperty */2968export interface UpDataStructsProperty extends Struct {2969 readonly key: Bytes;2970 readonly value: Bytes;2971}29722973/** @name UpDataStructsPropertyKeyPermission */2974export interface UpDataStructsPropertyKeyPermission extends Struct {2975 readonly key: Bytes;2976 readonly permission: UpDataStructsPropertyPermission;2977}29782979/** @name UpDataStructsPropertyPermission */2980export interface UpDataStructsPropertyPermission extends Struct {2981 readonly mutable: bool;2982 readonly collectionAdmin: bool;2983 readonly tokenOwner: bool;2984}29852986/** @name UpDataStructsPropertyScope */2987export interface UpDataStructsPropertyScope extends Enum {2988 readonly isNone: boolean;2989 readonly isRmrk: boolean;2990 readonly type: 'None' | 'Rmrk';2991}29922993/** @name UpDataStructsRpcCollection */2994export interface UpDataStructsRpcCollection extends Struct {2995 readonly owner: AccountId32;2996 readonly mode: UpDataStructsCollectionMode;2997 readonly name: Vec<u16>;2998 readonly description: Vec<u16>;2999 readonly tokenPrefix: Bytes;3000 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3001 readonly limits: UpDataStructsCollectionLimits;3002 readonly permissions: UpDataStructsCollectionPermissions;3003 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3004 readonly properties: Vec<UpDataStructsProperty>;3005 readonly readOnly: bool;3006 readonly flags: UpDataStructsRpcCollectionFlags;3007}30083009/** @name UpDataStructsRpcCollectionFlags */3010export interface UpDataStructsRpcCollectionFlags extends Struct {3011 readonly foreign: bool;3012 readonly erc721metadata: bool;3013}30143015/** @name UpDataStructsSponsoringRateLimit */3016export interface UpDataStructsSponsoringRateLimit extends Enum {3017 readonly isSponsoringDisabled: boolean;3018 readonly isBlocks: boolean;3019 readonly asBlocks: u32;3020 readonly type: 'SponsoringDisabled' | 'Blocks';3021}30223023/** @name UpDataStructsSponsorshipStateAccountId32 */3024export interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3025 readonly isDisabled: boolean;3026 readonly isUnconfirmed: boolean;3027 readonly asUnconfirmed: AccountId32;3028 readonly isConfirmed: boolean;3029 readonly asConfirmed: AccountId32;3030 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3031}30323033/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr */3034export interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3035 readonly isDisabled: boolean;3036 readonly isUnconfirmed: boolean;3037 readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3038 readonly isConfirmed: boolean;3039 readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3040 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3041}30423043/** @name UpDataStructsTokenChild */3044export interface UpDataStructsTokenChild extends Struct {3045 readonly token: u32;3046 readonly collection: u32;3047}30483049/** @name UpDataStructsTokenData */3050export interface UpDataStructsTokenData extends Struct {3051 readonly properties: Vec<UpDataStructsProperty>;3052 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3053 readonly pieces: u128;3054}30553056/** @name UpPovEstimateRpcPovInfo */3057export interface UpPovEstimateRpcPovInfo extends Struct {3058 readonly proofSize: u64;3059 readonly compactProofSize: u64;3060 readonly compressedProofSize: u64;3061 readonly result: Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>;3062}30633064/** @name XcmDoubleEncoded */3065export interface XcmDoubleEncoded extends Struct {3066 readonly encoded: Bytes;3067}30683069/** @name XcmV0Junction */3070export interface XcmV0Junction extends Enum {3071 readonly isParent: boolean;3072 readonly isParachain: boolean;3073 readonly asParachain: Compact<u32>;3074 readonly isAccountId32: boolean;3075 readonly asAccountId32: {3076 readonly network: XcmV0JunctionNetworkId;3077 readonly id: U8aFixed;3078 } & Struct;3079 readonly isAccountIndex64: boolean;3080 readonly asAccountIndex64: {3081 readonly network: XcmV0JunctionNetworkId;3082 readonly index: Compact<u64>;3083 } & Struct;3084 readonly isAccountKey20: boolean;3085 readonly asAccountKey20: {3086 readonly network: XcmV0JunctionNetworkId;3087 readonly key: U8aFixed;3088 } & Struct;3089 readonly isPalletInstance: boolean;3090 readonly asPalletInstance: u8;3091 readonly isGeneralIndex: boolean;3092 readonly asGeneralIndex: Compact<u128>;3093 readonly isGeneralKey: boolean;3094 readonly asGeneralKey: Bytes;3095 readonly isOnlyChild: boolean;3096 readonly isPlurality: boolean;3097 readonly asPlurality: {3098 readonly id: XcmV0JunctionBodyId;3099 readonly part: XcmV0JunctionBodyPart;3100 } & Struct;3101 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3102}31033104/** @name XcmV0JunctionBodyId */3105export interface XcmV0JunctionBodyId extends Enum {3106 readonly isUnit: boolean;3107 readonly isNamed: boolean;3108 readonly asNamed: Bytes;3109 readonly isIndex: boolean;3110 readonly asIndex: Compact<u32>;3111 readonly isExecutive: boolean;3112 readonly isTechnical: boolean;3113 readonly isLegislative: boolean;3114 readonly isJudicial: boolean;3115 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';3116}31173118/** @name XcmV0JunctionBodyPart */3119export interface XcmV0JunctionBodyPart extends Enum {3120 readonly isVoice: boolean;3121 readonly isMembers: boolean;3122 readonly asMembers: {3123 readonly count: Compact<u32>;3124 } & Struct;3125 readonly isFraction: boolean;3126 readonly asFraction: {3127 readonly nom: Compact<u32>;3128 readonly denom: Compact<u32>;3129 } & Struct;3130 readonly isAtLeastProportion: boolean;3131 readonly asAtLeastProportion: {3132 readonly nom: Compact<u32>;3133 readonly denom: Compact<u32>;3134 } & Struct;3135 readonly isMoreThanProportion: boolean;3136 readonly asMoreThanProportion: {3137 readonly nom: Compact<u32>;3138 readonly denom: Compact<u32>;3139 } & Struct;3140 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3141}31423143/** @name XcmV0JunctionNetworkId */3144export interface XcmV0JunctionNetworkId extends Enum {3145 readonly isAny: boolean;3146 readonly isNamed: boolean;3147 readonly asNamed: Bytes;3148 readonly isPolkadot: boolean;3149 readonly isKusama: boolean;3150 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3151}31523153/** @name XcmV0MultiAsset */3154export interface XcmV0MultiAsset extends Enum {3155 readonly isNone: boolean;3156 readonly isAll: boolean;3157 readonly isAllFungible: boolean;3158 readonly isAllNonFungible: boolean;3159 readonly isAllAbstractFungible: boolean;3160 readonly asAllAbstractFungible: {3161 readonly id: Bytes;3162 } & Struct;3163 readonly isAllAbstractNonFungible: boolean;3164 readonly asAllAbstractNonFungible: {3165 readonly class: Bytes;3166 } & Struct;3167 readonly isAllConcreteFungible: boolean;3168 readonly asAllConcreteFungible: {3169 readonly id: XcmV0MultiLocation;3170 } & Struct;3171 readonly isAllConcreteNonFungible: boolean;3172 readonly asAllConcreteNonFungible: {3173 readonly class: XcmV0MultiLocation;3174 } & Struct;3175 readonly isAbstractFungible: boolean;3176 readonly asAbstractFungible: {3177 readonly id: Bytes;3178 readonly amount: Compact<u128>;3179 } & Struct;3180 readonly isAbstractNonFungible: boolean;3181 readonly asAbstractNonFungible: {3182 readonly class: Bytes;3183 readonly instance: XcmV1MultiassetAssetInstance;3184 } & Struct;3185 readonly isConcreteFungible: boolean;3186 readonly asConcreteFungible: {3187 readonly id: XcmV0MultiLocation;3188 readonly amount: Compact<u128>;3189 } & Struct;3190 readonly isConcreteNonFungible: boolean;3191 readonly asConcreteNonFungible: {3192 readonly class: XcmV0MultiLocation;3193 readonly instance: XcmV1MultiassetAssetInstance;3194 } & Struct;3195 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';3196}31973198/** @name XcmV0MultiLocation */3199export interface XcmV0MultiLocation extends Enum {3200 readonly isNull: boolean;3201 readonly isX1: boolean;3202 readonly asX1: XcmV0Junction;3203 readonly isX2: boolean;3204 readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;3205 readonly isX3: boolean;3206 readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3207 readonly isX4: boolean;3208 readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3209 readonly isX5: boolean;3210 readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3211 readonly isX6: boolean;3212 readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3213 readonly isX7: boolean;3214 readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3215 readonly isX8: boolean;3216 readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;3217 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3218}32193220/** @name XcmV0Order */3221export interface XcmV0Order extends Enum {3222 readonly isNull: boolean;3223 readonly isDepositAsset: boolean;3224 readonly asDepositAsset: {3225 readonly assets: Vec<XcmV0MultiAsset>;3226 readonly dest: XcmV0MultiLocation;3227 } & Struct;3228 readonly isDepositReserveAsset: boolean;3229 readonly asDepositReserveAsset: {3230 readonly assets: Vec<XcmV0MultiAsset>;3231 readonly dest: XcmV0MultiLocation;3232 readonly effects: Vec<XcmV0Order>;3233 } & Struct;3234 readonly isExchangeAsset: boolean;3235 readonly asExchangeAsset: {3236 readonly give: Vec<XcmV0MultiAsset>;3237 readonly receive: Vec<XcmV0MultiAsset>;3238 } & Struct;3239 readonly isInitiateReserveWithdraw: boolean;3240 readonly asInitiateReserveWithdraw: {3241 readonly assets: Vec<XcmV0MultiAsset>;3242 readonly reserve: XcmV0MultiLocation;3243 readonly effects: Vec<XcmV0Order>;3244 } & Struct;3245 readonly isInitiateTeleport: boolean;3246 readonly asInitiateTeleport: {3247 readonly assets: Vec<XcmV0MultiAsset>;3248 readonly dest: XcmV0MultiLocation;3249 readonly effects: Vec<XcmV0Order>;3250 } & Struct;3251 readonly isQueryHolding: boolean;3252 readonly asQueryHolding: {3253 readonly queryId: Compact<u64>;3254 readonly dest: XcmV0MultiLocation;3255 readonly assets: Vec<XcmV0MultiAsset>;3256 } & Struct;3257 readonly isBuyExecution: boolean;3258 readonly asBuyExecution: {3259 readonly fees: XcmV0MultiAsset;3260 readonly weight: u64;3261 readonly debt: u64;3262 readonly haltOnError: bool;3263 readonly xcm: Vec<XcmV0Xcm>;3264 } & Struct;3265 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3266}32673268/** @name XcmV0OriginKind */3269export interface XcmV0OriginKind extends Enum {3270 readonly isNative: boolean;3271 readonly isSovereignAccount: boolean;3272 readonly isSuperuser: boolean;3273 readonly isXcm: boolean;3274 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3275}32763277/** @name XcmV0Response */3278export interface XcmV0Response extends Enum {3279 readonly isAssets: boolean;3280 readonly asAssets: Vec<XcmV0MultiAsset>;3281 readonly type: 'Assets';3282}32833284/** @name XcmV0Xcm */3285export interface XcmV0Xcm extends Enum {3286 readonly isWithdrawAsset: boolean;3287 readonly asWithdrawAsset: {3288 readonly assets: Vec<XcmV0MultiAsset>;3289 readonly effects: Vec<XcmV0Order>;3290 } & Struct;3291 readonly isReserveAssetDeposit: boolean;3292 readonly asReserveAssetDeposit: {3293 readonly assets: Vec<XcmV0MultiAsset>;3294 readonly effects: Vec<XcmV0Order>;3295 } & Struct;3296 readonly isTeleportAsset: boolean;3297 readonly asTeleportAsset: {3298 readonly assets: Vec<XcmV0MultiAsset>;3299 readonly effects: Vec<XcmV0Order>;3300 } & Struct;3301 readonly isQueryResponse: boolean;3302 readonly asQueryResponse: {3303 readonly queryId: Compact<u64>;3304 readonly response: XcmV0Response;3305 } & Struct;3306 readonly isTransferAsset: boolean;3307 readonly asTransferAsset: {3308 readonly assets: Vec<XcmV0MultiAsset>;3309 readonly dest: XcmV0MultiLocation;3310 } & Struct;3311 readonly isTransferReserveAsset: boolean;3312 readonly asTransferReserveAsset: {3313 readonly assets: Vec<XcmV0MultiAsset>;3314 readonly dest: XcmV0MultiLocation;3315 readonly effects: Vec<XcmV0Order>;3316 } & Struct;3317 readonly isTransact: boolean;3318 readonly asTransact: {3319 readonly originType: XcmV0OriginKind;3320 readonly requireWeightAtMost: u64;3321 readonly call: XcmDoubleEncoded;3322 } & Struct;3323 readonly isHrmpNewChannelOpenRequest: boolean;3324 readonly asHrmpNewChannelOpenRequest: {3325 readonly sender: Compact<u32>;3326 readonly maxMessageSize: Compact<u32>;3327 readonly maxCapacity: Compact<u32>;3328 } & Struct;3329 readonly isHrmpChannelAccepted: boolean;3330 readonly asHrmpChannelAccepted: {3331 readonly recipient: Compact<u32>;3332 } & Struct;3333 readonly isHrmpChannelClosing: boolean;3334 readonly asHrmpChannelClosing: {3335 readonly initiator: Compact<u32>;3336 readonly sender: Compact<u32>;3337 readonly recipient: Compact<u32>;3338 } & Struct;3339 readonly isRelayedFrom: boolean;3340 readonly asRelayedFrom: {3341 readonly who: XcmV0MultiLocation;3342 readonly message: XcmV0Xcm;3343 } & Struct;3344 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';3345}33463347/** @name XcmV1Junction */3348export interface XcmV1Junction extends Enum {3349 readonly isParachain: boolean;3350 readonly asParachain: Compact<u32>;3351 readonly isAccountId32: boolean;3352 readonly asAccountId32: {3353 readonly network: XcmV0JunctionNetworkId;3354 readonly id: U8aFixed;3355 } & Struct;3356 readonly isAccountIndex64: boolean;3357 readonly asAccountIndex64: {3358 readonly network: XcmV0JunctionNetworkId;3359 readonly index: Compact<u64>;3360 } & Struct;3361 readonly isAccountKey20: boolean;3362 readonly asAccountKey20: {3363 readonly network: XcmV0JunctionNetworkId;3364 readonly key: U8aFixed;3365 } & Struct;3366 readonly isPalletInstance: boolean;3367 readonly asPalletInstance: u8;3368 readonly isGeneralIndex: boolean;3369 readonly asGeneralIndex: Compact<u128>;3370 readonly isGeneralKey: boolean;3371 readonly asGeneralKey: Bytes;3372 readonly isOnlyChild: boolean;3373 readonly isPlurality: boolean;3374 readonly asPlurality: {3375 readonly id: XcmV0JunctionBodyId;3376 readonly part: XcmV0JunctionBodyPart;3377 } & Struct;3378 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3379}33803381/** @name XcmV1MultiAsset */3382export interface XcmV1MultiAsset extends Struct {3383 readonly id: XcmV1MultiassetAssetId;3384 readonly fun: XcmV1MultiassetFungibility;3385}33863387/** @name XcmV1MultiassetAssetId */3388export interface XcmV1MultiassetAssetId extends Enum {3389 readonly isConcrete: boolean;3390 readonly asConcrete: XcmV1MultiLocation;3391 readonly isAbstract: boolean;3392 readonly asAbstract: Bytes;3393 readonly type: 'Concrete' | 'Abstract';3394}33953396/** @name XcmV1MultiassetAssetInstance */3397export interface XcmV1MultiassetAssetInstance extends Enum {3398 readonly isUndefined: boolean;3399 readonly isIndex: boolean;3400 readonly asIndex: Compact<u128>;3401 readonly isArray4: boolean;3402 readonly asArray4: U8aFixed;3403 readonly isArray8: boolean;3404 readonly asArray8: U8aFixed;3405 readonly isArray16: boolean;3406 readonly asArray16: U8aFixed;3407 readonly isArray32: boolean;3408 readonly asArray32: U8aFixed;3409 readonly isBlob: boolean;3410 readonly asBlob: Bytes;3411 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3412}34133414/** @name XcmV1MultiassetFungibility */3415export interface XcmV1MultiassetFungibility extends Enum {3416 readonly isFungible: boolean;3417 readonly asFungible: Compact<u128>;3418 readonly isNonFungible: boolean;3419 readonly asNonFungible: XcmV1MultiassetAssetInstance;3420 readonly type: 'Fungible' | 'NonFungible';3421}34223423/** @name XcmV1MultiassetMultiAssetFilter */3424export interface XcmV1MultiassetMultiAssetFilter extends Enum {3425 readonly isDefinite: boolean;3426 readonly asDefinite: XcmV1MultiassetMultiAssets;3427 readonly isWild: boolean;3428 readonly asWild: XcmV1MultiassetWildMultiAsset;3429 readonly type: 'Definite' | 'Wild';3430}34313432/** @name XcmV1MultiassetMultiAssets */3433export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}34343435/** @name XcmV1MultiassetWildFungibility */3436export interface XcmV1MultiassetWildFungibility extends Enum {3437 readonly isFungible: boolean;3438 readonly isNonFungible: boolean;3439 readonly type: 'Fungible' | 'NonFungible';3440}34413442/** @name XcmV1MultiassetWildMultiAsset */3443export interface XcmV1MultiassetWildMultiAsset extends Enum {3444 readonly isAll: boolean;3445 readonly isAllOf: boolean;3446 readonly asAllOf: {3447 readonly id: XcmV1MultiassetAssetId;3448 readonly fun: XcmV1MultiassetWildFungibility;3449 } & Struct;3450 readonly type: 'All' | 'AllOf';3451}34523453/** @name XcmV1MultiLocation */3454export interface XcmV1MultiLocation extends Struct {3455 readonly parents: u8;3456 readonly interior: XcmV1MultilocationJunctions;3457}34583459/** @name XcmV1MultilocationJunctions */3460export interface XcmV1MultilocationJunctions extends Enum {3461 readonly isHere: boolean;3462 readonly isX1: boolean;3463 readonly asX1: XcmV1Junction;3464 readonly isX2: boolean;3465 readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;3466 readonly isX3: boolean;3467 readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3468 readonly isX4: boolean;3469 readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3470 readonly isX5: boolean;3471 readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3472 readonly isX6: boolean;3473 readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3474 readonly isX7: boolean;3475 readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3476 readonly isX8: boolean;3477 readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;3478 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3479}34803481/** @name XcmV1Order */3482export interface XcmV1Order extends Enum {3483 readonly isNoop: boolean;3484 readonly isDepositAsset: boolean;3485 readonly asDepositAsset: {3486 readonly assets: XcmV1MultiassetMultiAssetFilter;3487 readonly maxAssets: u32;3488 readonly beneficiary: XcmV1MultiLocation;3489 } & Struct;3490 readonly isDepositReserveAsset: boolean;3491 readonly asDepositReserveAsset: {3492 readonly assets: XcmV1MultiassetMultiAssetFilter;3493 readonly maxAssets: u32;3494 readonly dest: XcmV1MultiLocation;3495 readonly effects: Vec<XcmV1Order>;3496 } & Struct;3497 readonly isExchangeAsset: boolean;3498 readonly asExchangeAsset: {3499 readonly give: XcmV1MultiassetMultiAssetFilter;3500 readonly receive: XcmV1MultiassetMultiAssets;3501 } & Struct;3502 readonly isInitiateReserveWithdraw: boolean;3503 readonly asInitiateReserveWithdraw: {3504 readonly assets: XcmV1MultiassetMultiAssetFilter;3505 readonly reserve: XcmV1MultiLocation;3506 readonly effects: Vec<XcmV1Order>;3507 } & Struct;3508 readonly isInitiateTeleport: boolean;3509 readonly asInitiateTeleport: {3510 readonly assets: XcmV1MultiassetMultiAssetFilter;3511 readonly dest: XcmV1MultiLocation;3512 readonly effects: Vec<XcmV1Order>;3513 } & Struct;3514 readonly isQueryHolding: boolean;3515 readonly asQueryHolding: {3516 readonly queryId: Compact<u64>;3517 readonly dest: XcmV1MultiLocation;3518 readonly assets: XcmV1MultiassetMultiAssetFilter;3519 } & Struct;3520 readonly isBuyExecution: boolean;3521 readonly asBuyExecution: {3522 readonly fees: XcmV1MultiAsset;3523 readonly weight: u64;3524 readonly debt: u64;3525 readonly haltOnError: bool;3526 readonly instructions: Vec<XcmV1Xcm>;3527 } & Struct;3528 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3529}35303531/** @name XcmV1Response */3532export interface XcmV1Response extends Enum {3533 readonly isAssets: boolean;3534 readonly asAssets: XcmV1MultiassetMultiAssets;3535 readonly isVersion: boolean;3536 readonly asVersion: u32;3537 readonly type: 'Assets' | 'Version';3538}35393540/** @name XcmV1Xcm */3541export interface XcmV1Xcm extends Enum {3542 readonly isWithdrawAsset: boolean;3543 readonly asWithdrawAsset: {3544 readonly assets: XcmV1MultiassetMultiAssets;3545 readonly effects: Vec<XcmV1Order>;3546 } & Struct;3547 readonly isReserveAssetDeposited: boolean;3548 readonly asReserveAssetDeposited: {3549 readonly assets: XcmV1MultiassetMultiAssets;3550 readonly effects: Vec<XcmV1Order>;3551 } & Struct;3552 readonly isReceiveTeleportedAsset: boolean;3553 readonly asReceiveTeleportedAsset: {3554 readonly assets: XcmV1MultiassetMultiAssets;3555 readonly effects: Vec<XcmV1Order>;3556 } & Struct;3557 readonly isQueryResponse: boolean;3558 readonly asQueryResponse: {3559 readonly queryId: Compact<u64>;3560 readonly response: XcmV1Response;3561 } & Struct;3562 readonly isTransferAsset: boolean;3563 readonly asTransferAsset: {3564 readonly assets: XcmV1MultiassetMultiAssets;3565 readonly beneficiary: XcmV1MultiLocation;3566 } & Struct;3567 readonly isTransferReserveAsset: boolean;3568 readonly asTransferReserveAsset: {3569 readonly assets: XcmV1MultiassetMultiAssets;3570 readonly dest: XcmV1MultiLocation;3571 readonly effects: Vec<XcmV1Order>;3572 } & Struct;3573 readonly isTransact: boolean;3574 readonly asTransact: {3575 readonly originType: XcmV0OriginKind;3576 readonly requireWeightAtMost: u64;3577 readonly call: XcmDoubleEncoded;3578 } & Struct;3579 readonly isHrmpNewChannelOpenRequest: boolean;3580 readonly asHrmpNewChannelOpenRequest: {3581 readonly sender: Compact<u32>;3582 readonly maxMessageSize: Compact<u32>;3583 readonly maxCapacity: Compact<u32>;3584 } & Struct;3585 readonly isHrmpChannelAccepted: boolean;3586 readonly asHrmpChannelAccepted: {3587 readonly recipient: Compact<u32>;3588 } & Struct;3589 readonly isHrmpChannelClosing: boolean;3590 readonly asHrmpChannelClosing: {3591 readonly initiator: Compact<u32>;3592 readonly sender: Compact<u32>;3593 readonly recipient: Compact<u32>;3594 } & Struct;3595 readonly isRelayedFrom: boolean;3596 readonly asRelayedFrom: {3597 readonly who: XcmV1MultilocationJunctions;3598 readonly message: XcmV1Xcm;3599 } & Struct;3600 readonly isSubscribeVersion: boolean;3601 readonly asSubscribeVersion: {3602 readonly queryId: Compact<u64>;3603 readonly maxResponseWeight: Compact<u64>;3604 } & Struct;3605 readonly isUnsubscribeVersion: boolean;3606 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';3607}36083609/** @name XcmV2Instruction */3610export interface XcmV2Instruction extends Enum {3611 readonly isWithdrawAsset: boolean;3612 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;3613 readonly isReserveAssetDeposited: boolean;3614 readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;3615 readonly isReceiveTeleportedAsset: boolean;3616 readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;3617 readonly isQueryResponse: boolean;3618 readonly asQueryResponse: {3619 readonly queryId: Compact<u64>;3620 readonly response: XcmV2Response;3621 readonly maxWeight: Compact<u64>;3622 } & Struct;3623 readonly isTransferAsset: boolean;3624 readonly asTransferAsset: {3625 readonly assets: XcmV1MultiassetMultiAssets;3626 readonly beneficiary: XcmV1MultiLocation;3627 } & Struct;3628 readonly isTransferReserveAsset: boolean;3629 readonly asTransferReserveAsset: {3630 readonly assets: XcmV1MultiassetMultiAssets;3631 readonly dest: XcmV1MultiLocation;3632 readonly xcm: XcmV2Xcm;3633 } & Struct;3634 readonly isTransact: boolean;3635 readonly asTransact: {3636 readonly originType: XcmV0OriginKind;3637 readonly requireWeightAtMost: Compact<u64>;3638 readonly call: XcmDoubleEncoded;3639 } & Struct;3640 readonly isHrmpNewChannelOpenRequest: boolean;3641 readonly asHrmpNewChannelOpenRequest: {3642 readonly sender: Compact<u32>;3643 readonly maxMessageSize: Compact<u32>;3644 readonly maxCapacity: Compact<u32>;3645 } & Struct;3646 readonly isHrmpChannelAccepted: boolean;3647 readonly asHrmpChannelAccepted: {3648 readonly recipient: Compact<u32>;3649 } & Struct;3650 readonly isHrmpChannelClosing: boolean;3651 readonly asHrmpChannelClosing: {3652 readonly initiator: Compact<u32>;3653 readonly sender: Compact<u32>;3654 readonly recipient: Compact<u32>;3655 } & Struct;3656 readonly isClearOrigin: boolean;3657 readonly isDescendOrigin: boolean;3658 readonly asDescendOrigin: XcmV1MultilocationJunctions;3659 readonly isReportError: boolean;3660 readonly asReportError: {3661 readonly queryId: Compact<u64>;3662 readonly dest: XcmV1MultiLocation;3663 readonly maxResponseWeight: Compact<u64>;3664 } & Struct;3665 readonly isDepositAsset: boolean;3666 readonly asDepositAsset: {3667 readonly assets: XcmV1MultiassetMultiAssetFilter;3668 readonly maxAssets: Compact<u32>;3669 readonly beneficiary: XcmV1MultiLocation;3670 } & Struct;3671 readonly isDepositReserveAsset: boolean;3672 readonly asDepositReserveAsset: {3673 readonly assets: XcmV1MultiassetMultiAssetFilter;3674 readonly maxAssets: Compact<u32>;3675 readonly dest: XcmV1MultiLocation;3676 readonly xcm: XcmV2Xcm;3677 } & Struct;3678 readonly isExchangeAsset: boolean;3679 readonly asExchangeAsset: {3680 readonly give: XcmV1MultiassetMultiAssetFilter;3681 readonly receive: XcmV1MultiassetMultiAssets;3682 } & Struct;3683 readonly isInitiateReserveWithdraw: boolean;3684 readonly asInitiateReserveWithdraw: {3685 readonly assets: XcmV1MultiassetMultiAssetFilter;3686 readonly reserve: XcmV1MultiLocation;3687 readonly xcm: XcmV2Xcm;3688 } & Struct;3689 readonly isInitiateTeleport: boolean;3690 readonly asInitiateTeleport: {3691 readonly assets: XcmV1MultiassetMultiAssetFilter;3692 readonly dest: XcmV1MultiLocation;3693 readonly xcm: XcmV2Xcm;3694 } & Struct;3695 readonly isQueryHolding: boolean;3696 readonly asQueryHolding: {3697 readonly queryId: Compact<u64>;3698 readonly dest: XcmV1MultiLocation;3699 readonly assets: XcmV1MultiassetMultiAssetFilter;3700 readonly maxResponseWeight: Compact<u64>;3701 } & Struct;3702 readonly isBuyExecution: boolean;3703 readonly asBuyExecution: {3704 readonly fees: XcmV1MultiAsset;3705 readonly weightLimit: XcmV2WeightLimit;3706 } & Struct;3707 readonly isRefundSurplus: boolean;3708 readonly isSetErrorHandler: boolean;3709 readonly asSetErrorHandler: XcmV2Xcm;3710 readonly isSetAppendix: boolean;3711 readonly asSetAppendix: XcmV2Xcm;3712 readonly isClearError: boolean;3713 readonly isClaimAsset: boolean;3714 readonly asClaimAsset: {3715 readonly assets: XcmV1MultiassetMultiAssets;3716 readonly ticket: XcmV1MultiLocation;3717 } & Struct;3718 readonly isTrap: boolean;3719 readonly asTrap: Compact<u64>;3720 readonly isSubscribeVersion: boolean;3721 readonly asSubscribeVersion: {3722 readonly queryId: Compact<u64>;3723 readonly maxResponseWeight: Compact<u64>;3724 } & Struct;3725 readonly isUnsubscribeVersion: boolean;3726 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';3727}37283729/** @name XcmV2Response */3730export interface XcmV2Response extends Enum {3731 readonly isNull: boolean;3732 readonly isAssets: boolean;3733 readonly asAssets: XcmV1MultiassetMultiAssets;3734 readonly isExecutionResult: boolean;3735 readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3736 readonly isVersion: boolean;3737 readonly asVersion: u32;3738 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3739}37403741/** @name XcmV2TraitsError */3742export interface XcmV2TraitsError extends Enum {3743 readonly isOverflow: boolean;3744 readonly isUnimplemented: boolean;3745 readonly isUntrustedReserveLocation: boolean;3746 readonly isUntrustedTeleportLocation: boolean;3747 readonly isMultiLocationFull: boolean;3748 readonly isMultiLocationNotInvertible: boolean;3749 readonly isBadOrigin: boolean;3750 readonly isInvalidLocation: boolean;3751 readonly isAssetNotFound: boolean;3752 readonly isFailedToTransactAsset: boolean;3753 readonly isNotWithdrawable: boolean;3754 readonly isLocationCannotHold: boolean;3755 readonly isExceedsMaxMessageSize: boolean;3756 readonly isDestinationUnsupported: boolean;3757 readonly isTransport: boolean;3758 readonly isUnroutable: boolean;3759 readonly isUnknownClaim: boolean;3760 readonly isFailedToDecode: boolean;3761 readonly isMaxWeightInvalid: boolean;3762 readonly isNotHoldingFees: boolean;3763 readonly isTooExpensive: boolean;3764 readonly isTrap: boolean;3765 readonly asTrap: u64;3766 readonly isUnhandledXcmVersion: boolean;3767 readonly isWeightLimitReached: boolean;3768 readonly asWeightLimitReached: u64;3769 readonly isBarrier: boolean;3770 readonly isWeightNotComputable: boolean;3771 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';3772}37733774/** @name XcmV2TraitsOutcome */3775export interface XcmV2TraitsOutcome extends Enum {3776 readonly isComplete: boolean;3777 readonly asComplete: u64;3778 readonly isIncomplete: boolean;3779 readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;3780 readonly isError: boolean;3781 readonly asError: XcmV2TraitsError;3782 readonly type: 'Complete' | 'Incomplete' | 'Error';3783}37843785/** @name XcmV2WeightLimit */3786export interface XcmV2WeightLimit extends Enum {3787 readonly isUnlimited: boolean;3788 readonly isLimited: boolean;3789 readonly asLimited: Compact<u64>;3790 readonly type: 'Unlimited' | 'Limited';3791}37923793/** @name XcmV2Xcm */3794export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}37953796/** @name XcmVersionedMultiAsset */3797export interface XcmVersionedMultiAsset extends Enum {3798 readonly isV0: boolean;3799 readonly asV0: XcmV0MultiAsset;3800 readonly isV1: boolean;3801 readonly asV1: XcmV1MultiAsset;3802 readonly type: 'V0' | 'V1';3803}38043805/** @name XcmVersionedMultiAssets */3806export interface XcmVersionedMultiAssets extends Enum {3807 readonly isV0: boolean;3808 readonly asV0: Vec<XcmV0MultiAsset>;3809 readonly isV1: boolean;3810 readonly asV1: XcmV1MultiassetMultiAssets;3811 readonly type: 'V0' | 'V1';3812}38133814/** @name XcmVersionedMultiLocation */3815export interface XcmVersionedMultiLocation extends Enum {3816 readonly isV0: boolean;3817 readonly asV0: XcmV0MultiLocation;3818 readonly isV1: boolean;3819 readonly asV1: XcmV1MultiLocation;3820 readonly type: 'V0' | 'V1';3821}38223823/** @name XcmVersionedXcm */3824export interface XcmVersionedXcm extends Enum {3825 readonly isV0: boolean;3826 readonly asV0: XcmV0Xcm;3827 readonly isV1: boolean;3828 readonly asV1: XcmV1Xcm;3829 readonly isV2: boolean;3830 readonly asV2: XcmV2Xcm;3831 readonly type: 'V0' | 'V1' | 'V2';3832}38333834export type PHANTOM_DEFAULT = 'default';tests/src/interfaces/lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -1211,7 +1211,15 @@
data: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup109: pallet_ethereum::pallet::Event
+=======
+<<<<<<< HEAD
+ * Lookup113: pallet_ethereum::pallet::Event
+=======
+ * Lookup115: pallet_ethereum::pallet::Event
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEthereumEvent: {
_enum: {
@@ -1224,7 +1232,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup110: evm_core::error::ExitReason
+=======
+<<<<<<< HEAD
+ * Lookup114: evm_core::error::ExitReason
+=======
+ * Lookup116: evm_core::error::ExitReason
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EvmCoreErrorExitReason: {
_enum: {
@@ -1235,13 +1251,29 @@
}
},
/**
+<<<<<<< HEAD
* Lookup111: evm_core::error::ExitSucceed
+=======
+<<<<<<< HEAD
+ * Lookup115: evm_core::error::ExitSucceed
+=======
+ * Lookup117: evm_core::error::ExitSucceed
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EvmCoreErrorExitSucceed: {
_enum: ['Stopped', 'Returned', 'Suicided']
},
/**
+<<<<<<< HEAD
* Lookup112: evm_core::error::ExitError
+=======
+<<<<<<< HEAD
+ * Lookup116: evm_core::error::ExitError
+=======
+ * Lookup118: evm_core::error::ExitError
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EvmCoreErrorExitError: {
_enum: {
@@ -1263,13 +1295,29 @@
}
},
/**
+<<<<<<< HEAD
* Lookup115: evm_core::error::ExitRevert
+=======
+<<<<<<< HEAD
+ * Lookup119: evm_core::error::ExitRevert
+=======
+ * Lookup121: evm_core::error::ExitRevert
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EvmCoreErrorExitRevert: {
_enum: ['Reverted']
},
/**
+<<<<<<< HEAD
* Lookup116: evm_core::error::ExitFatal
+=======
+<<<<<<< HEAD
+ * Lookup120: evm_core::error::ExitFatal
+=======
+ * Lookup122: evm_core::error::ExitFatal
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EvmCoreErrorExitFatal: {
_enum: {
@@ -1280,7 +1328,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup117: pallet_evm_contract_helpers::pallet::Event<T>
+=======
+<<<<<<< HEAD
+ * Lookup121: pallet_evm_contract_helpers::pallet::Event<T>
+=======
+ * Lookup123: pallet_evm_contract_helpers::pallet::Event<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmContractHelpersEvent: {
_enum: {
@@ -1290,25 +1346,53 @@
}
},
/**
+<<<<<<< HEAD
* Lookup118: pallet_evm_migration::pallet::Event<T>
+=======
+<<<<<<< HEAD
+ * Lookup122: pallet_evm_migration::pallet::Event<T>
+>>>>>>> chore: regenerate types
**/
PalletEvmMigrationEvent: {
_enum: ['TestEvent']
},
/**
+<<<<<<< HEAD
* Lookup119: pallet_maintenance::pallet::Event<T>
+=======
+ * Lookup123: pallet_maintenance::pallet::Event<T>
+=======
+ * Lookup124: pallet_maintenance::pallet::Event<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletMaintenanceEvent: {
_enum: ['MaintenanceEnabled', 'MaintenanceDisabled']
},
/**
+<<<<<<< HEAD
* Lookup120: pallet_test_utils::pallet::Event<T>
+=======
+<<<<<<< HEAD
+ * Lookup124: pallet_test_utils::pallet::Event<T>
+=======
+ * Lookup125: pallet_test_utils::pallet::Event<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletTestUtilsEvent: {
_enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']
},
/**
+<<<<<<< HEAD
* Lookup121: frame_system::Phase
+=======
+<<<<<<< HEAD
+ * Lookup125: frame_system::Phase
+=======
+ * Lookup126: frame_system::Phase
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemPhase: {
_enum: {
@@ -1318,14 +1402,30 @@
}
},
/**
+<<<<<<< HEAD
* Lookup124: frame_system::LastRuntimeUpgradeInfo
+=======
+<<<<<<< HEAD
+ * Lookup127: frame_system::LastRuntimeUpgradeInfo
+=======
+ * Lookup128: frame_system::LastRuntimeUpgradeInfo
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemLastRuntimeUpgradeInfo: {
specVersion: 'Compact<u32>',
specName: 'Text'
},
/**
+<<<<<<< HEAD
* Lookup125: frame_system::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup128: frame_system::pallet::Call<T>
+=======
+ * Lookup129: frame_system::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemCall: {
_enum: {
@@ -1360,7 +1460,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup129: frame_system::limits::BlockWeights
+=======
+<<<<<<< HEAD
+ * Lookup130: frame_system::limits::BlockWeights
+=======
+<<<<<<< HEAD
+ * Lookup133: frame_system::limits::BlockWeights
+=======
+ * Lookup134: frame_system::limits::BlockWeights
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemLimitsBlockWeights: {
baseBlock: 'SpWeightsWeightV2Weight',
@@ -1368,7 +1480,19 @@
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
},
/**
+<<<<<<< HEAD
* Lookup130: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+=======
+<<<<<<< HEAD
+ * Lookup131: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+=======
+<<<<<<< HEAD
+ * Lookup134: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+=======
+ * Lookup135: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1376,7 +1500,19 @@
mandatory: 'FrameSystemLimitsWeightsPerClass'
},
/**
+<<<<<<< HEAD
* Lookup131: frame_system::limits::WeightsPerClass
+=======
+<<<<<<< HEAD
+ * Lookup132: frame_system::limits::WeightsPerClass
+=======
+<<<<<<< HEAD
+ * Lookup135: frame_system::limits::WeightsPerClass
+=======
+ * Lookup136: frame_system::limits::WeightsPerClass
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemLimitsWeightsPerClass: {
baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1385,13 +1521,37 @@
reserved: 'Option<SpWeightsWeightV2Weight>'
},
/**
+<<<<<<< HEAD
* Lookup133: frame_system::limits::BlockLength
+=======
+<<<<<<< HEAD
+ * Lookup134: frame_system::limits::BlockLength
+=======
+<<<<<<< HEAD
+ * Lookup137: frame_system::limits::BlockLength
+=======
+ * Lookup138: frame_system::limits::BlockLength
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemLimitsBlockLength: {
max: 'FrameSupportDispatchPerDispatchClassU32'
},
/**
+<<<<<<< HEAD
* Lookup134: frame_support::dispatch::PerDispatchClass<T>
+=======
+<<<<<<< HEAD
+ * Lookup135: frame_support::dispatch::PerDispatchClass<T>
+=======
+<<<<<<< HEAD
+ * Lookup138: frame_support::dispatch::PerDispatchClass<T>
+=======
+ * Lookup139: frame_support::dispatch::PerDispatchClass<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSupportDispatchPerDispatchClassU32: {
normal: 'u32',
@@ -1399,14 +1559,38 @@
mandatory: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup135: sp_weights::RuntimeDbWeight
+=======
+<<<<<<< HEAD
+ * Lookup136: sp_weights::RuntimeDbWeight
+=======
+<<<<<<< HEAD
+ * Lookup139: sp_weights::RuntimeDbWeight
+=======
+ * Lookup140: sp_weights::RuntimeDbWeight
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
SpWeightsRuntimeDbWeight: {
read: 'u64',
write: 'u64'
},
/**
+<<<<<<< HEAD
* Lookup136: sp_version::RuntimeVersion
+=======
+<<<<<<< HEAD
+ * Lookup137: sp_version::RuntimeVersion
+=======
+<<<<<<< HEAD
+ * Lookup140: sp_version::RuntimeVersion
+=======
+ * Lookup141: sp_version::RuntimeVersion
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
SpVersionRuntimeVersion: {
specName: 'Text',
@@ -1419,13 +1603,37 @@
stateVersion: 'u8'
},
/**
+<<<<<<< HEAD
* Lookup141: frame_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup142: frame_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup145: frame_system::pallet::Error<T>
+=======
+ * Lookup146: frame_system::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FrameSystemError: {
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
},
/**
+<<<<<<< HEAD
* Lookup142: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+=======
+<<<<<<< HEAD
+ * Lookup143: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+=======
+<<<<<<< HEAD
+ * Lookup146: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+=======
+ * Lookup147: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotPrimitivesV2PersistedValidationData: {
parentHead: 'Bytes',
@@ -1434,19 +1642,55 @@
maxPovSize: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup145: polkadot_primitives::v2::UpgradeRestriction
+=======
+<<<<<<< HEAD
+ * Lookup146: polkadot_primitives::v2::UpgradeRestriction
+=======
+<<<<<<< HEAD
+ * Lookup149: polkadot_primitives::v2::UpgradeRestriction
+=======
+ * Lookup150: polkadot_primitives::v2::UpgradeRestriction
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotPrimitivesV2UpgradeRestriction: {
_enum: ['Present']
},
/**
+<<<<<<< HEAD
* Lookup146: sp_trie::storage_proof::StorageProof
+=======
+<<<<<<< HEAD
+ * Lookup147: sp_trie::storage_proof::StorageProof
+=======
+<<<<<<< HEAD
+ * Lookup150: sp_trie::storage_proof::StorageProof
+=======
+ * Lookup151: sp_trie::storage_proof::StorageProof
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
SpTrieStorageProof: {
trieNodes: 'BTreeSet<Bytes>'
},
/**
+<<<<<<< HEAD
* Lookup148: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+=======
+<<<<<<< HEAD
+ * Lookup149: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+=======
+<<<<<<< HEAD
+ * Lookup152: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+=======
+ * Lookup153: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
dmqMqcHead: 'H256',
@@ -1455,7 +1699,19 @@
egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
},
/**
+<<<<<<< HEAD
* Lookup151: polkadot_primitives::v2::AbridgedHrmpChannel
+=======
+<<<<<<< HEAD
+ * Lookup152: polkadot_primitives::v2::AbridgedHrmpChannel
+=======
+<<<<<<< HEAD
+ * Lookup155: polkadot_primitives::v2::AbridgedHrmpChannel
+=======
+ * Lookup156: polkadot_primitives::v2::AbridgedHrmpChannel
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotPrimitivesV2AbridgedHrmpChannel: {
maxCapacity: 'u32',
@@ -1466,7 +1722,19 @@
mqcHead: 'Option<H256>'
},
/**
+<<<<<<< HEAD
* Lookup152: polkadot_primitives::v2::AbridgedHostConfiguration
+=======
+<<<<<<< HEAD
+ * Lookup153: polkadot_primitives::v2::AbridgedHostConfiguration
+=======
+<<<<<<< HEAD
+ * Lookup156: polkadot_primitives::v2::AbridgedHostConfiguration
+=======
+ * Lookup157: polkadot_primitives::v2::AbridgedHostConfiguration
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotPrimitivesV2AbridgedHostConfiguration: {
maxCodeSize: 'u32',
@@ -1480,14 +1748,38 @@
validationUpgradeDelay: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup158: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+=======
+<<<<<<< HEAD
+ * Lookup159: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+=======
+<<<<<<< HEAD
+ * Lookup162: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+=======
+ * Lookup163: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotCorePrimitivesOutboundHrmpMessage: {
recipient: 'u32',
data: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup159: cumulus_pallet_parachain_system::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup160: cumulus_pallet_parachain_system::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup163: cumulus_pallet_parachain_system::pallet::Call<T>
+=======
+ * Lookup164: cumulus_pallet_parachain_system::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletParachainSystemCall: {
_enum: {
@@ -1506,7 +1798,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup160: cumulus_primitives_parachain_inherent::ParachainInherentData
+=======
+<<<<<<< HEAD
+ * Lookup161: cumulus_primitives_parachain_inherent::ParachainInherentData
+=======
+<<<<<<< HEAD
+ * Lookup164: cumulus_primitives_parachain_inherent::ParachainInherentData
+=======
+ * Lookup165: cumulus_primitives_parachain_inherent::ParachainInherentData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPrimitivesParachainInherentParachainInherentData: {
validationData: 'PolkadotPrimitivesV2PersistedValidationData',
@@ -1515,27 +1819,75 @@
horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
},
/**
+<<<<<<< HEAD
* Lookup162: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+ * Lookup163: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+ * Lookup166: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+=======
+ * Lookup167: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotCorePrimitivesInboundDownwardMessage: {
sentAt: 'u32',
msg: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup165: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+ * Lookup166: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+=======
+<<<<<<< HEAD
+ * Lookup169: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+=======
+ * Lookup170: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotCorePrimitivesInboundHrmpMessage: {
sentAt: 'u32',
data: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup168: cumulus_pallet_parachain_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup169: cumulus_pallet_parachain_system::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup172: cumulus_pallet_parachain_system::pallet::Error<T>
+=======
+ * Lookup173: cumulus_pallet_parachain_system::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletParachainSystemError: {
_enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
},
/**
+<<<<<<< HEAD
* Lookup170: pallet_balances::BalanceLock<Balance>
+=======
+<<<<<<< HEAD
+ * Lookup171: pallet_balances::BalanceLock<Balance>
+=======
+<<<<<<< HEAD
+ * Lookup174: pallet_balances::BalanceLock<Balance>
+=======
+ * Lookup175: pallet_balances::BalanceLock<Balance>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletBalancesBalanceLock: {
id: '[u8;8]',
@@ -1543,20 +1895,70 @@
reasons: 'PalletBalancesReasons'
},
/**
+<<<<<<< HEAD
* Lookup171: pallet_balances::Reasons
+=======
+<<<<<<< HEAD
+ * Lookup172: pallet_balances::Reasons
+=======
+<<<<<<< HEAD
+ * Lookup175: pallet_balances::Reasons
+=======
+ * Lookup176: pallet_balances::Reasons
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletBalancesReasons: {
_enum: ['Fee', 'Misc', 'All']
},
/**
+<<<<<<< HEAD
* Lookup174: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+=======
+<<<<<<< HEAD
+ * Lookup175: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+=======
+<<<<<<< HEAD
+ * Lookup178: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+=======
+ * Lookup179: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletBalancesReserveData: {
id: '[u8;16]',
amount: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup176: pallet_balances::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup177: pallet_balances::Releases
+=======
+<<<<<<< HEAD
+ * Lookup180: pallet_balances::Releases
+=======
+ * Lookup181: pallet_balances::Releases
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+ **/
+ PalletBalancesReleases: {
+ _enum: ['V1_0_0', 'V2_0_0']
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup178: pallet_balances::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup181: pallet_balances::pallet::Call<T, I>
+=======
+ * Lookup182: pallet_balances::pallet::Call<T, I>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletBalancesCall: {
_enum: {
@@ -1589,13 +1991,37 @@
}
},
/**
+<<<<<<< HEAD
* Lookup179: pallet_balances::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup181: pallet_balances::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup184: pallet_balances::pallet::Error<T, I>
+=======
+ * Lookup185: pallet_balances::pallet::Error<T, I>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletBalancesError: {
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
},
/**
+<<<<<<< HEAD
* Lookup181: pallet_timestamp::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup183: pallet_timestamp::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup186: pallet_timestamp::pallet::Call<T>
+=======
+ * Lookup187: pallet_timestamp::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletTimestampCall: {
_enum: {
@@ -1605,13 +2031,37 @@
}
},
/**
+<<<<<<< HEAD
* Lookup183: pallet_transaction_payment::Releases
+=======
+<<<<<<< HEAD
+ * Lookup185: pallet_transaction_payment::Releases
+=======
+<<<<<<< HEAD
+ * Lookup188: pallet_transaction_payment::Releases
+=======
+ * Lookup189: pallet_transaction_payment::Releases
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletTransactionPaymentReleases: {
_enum: ['V1Ancient', 'V2']
},
/**
+<<<<<<< HEAD
* Lookup184: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+=======
+<<<<<<< HEAD
+ * Lookup186: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+=======
+<<<<<<< HEAD
+ * Lookup189: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+=======
+ * Lookup190: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletTreasuryProposal: {
proposer: 'AccountId32',
@@ -1620,7 +2070,19 @@
bond: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup187: pallet_treasury::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup189: pallet_treasury::pallet::Call<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup192: pallet_treasury::pallet::Call<T, I>
+=======
+ * Lookup193: pallet_treasury::pallet::Call<T, I>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletTreasuryCall: {
_enum: {
@@ -1644,17 +2106,53 @@
}
},
/**
+<<<<<<< HEAD
* Lookup190: frame_support::PalletId
**/
FrameSupportPalletId: '[u8;8]',
/**
* Lookup191: pallet_treasury::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup192: frame_support::PalletId
+ **/
+ FrameSupportPalletId: '[u8;8]',
+ /**
+ * Lookup193: pallet_treasury::pallet::Error<T, I>
+=======
+<<<<<<< HEAD
+ * Lookup195: frame_support::PalletId
**/
+ FrameSupportPalletId: '[u8;8]',
+ /**
+ * Lookup196: pallet_treasury::pallet::Error<T, I>
+=======
+ * Lookup196: frame_support::PalletId
+ **/
+ FrameSupportPalletId: '[u8;8]',
+ /**
+ * Lookup197: pallet_treasury::pallet::Error<T, I>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+ **/
PalletTreasuryError: {
_enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
},
/**
+<<<<<<< HEAD
* Lookup192: pallet_sudo::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup194: pallet_sudo::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup197: pallet_sudo::pallet::Call<T>
+=======
+ * Lookup198: pallet_sudo::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletSudoCall: {
_enum: {
@@ -1678,7 +2176,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup194: orml_vesting::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup196: orml_vesting::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup199: orml_vesting::module::Call<T>
+=======
+ * Lookup200: orml_vesting::module::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlVestingModuleCall: {
_enum: {
@@ -1697,7 +2207,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup196: orml_xtokens::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup198: orml_xtokens::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup201: orml_xtokens::module::Call<T>
+=======
+ * Lookup202: orml_xtokens::module::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlXtokensModuleCall: {
_enum: {
@@ -1740,7 +2262,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup197: xcm::VersionedMultiAsset
+=======
+<<<<<<< HEAD
+ * Lookup199: xcm::VersionedMultiAsset
+=======
+<<<<<<< HEAD
+ * Lookup202: xcm::VersionedMultiAsset
+=======
+ * Lookup203: xcm::VersionedMultiAsset
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmVersionedMultiAsset: {
_enum: {
@@ -1749,7 +2283,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup200: orml_tokens::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup202: orml_tokens::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup205: orml_tokens::module::Call<T>
+=======
+ * Lookup206: orml_tokens::module::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlTokensModuleCall: {
_enum: {
@@ -1783,7 +2329,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup201: cumulus_pallet_xcmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup206: cumulus_pallet_xcmp_queue::pallet::Call<T>
+=======
+ * Lookup207: cumulus_pallet_xcmp_queue::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueCall: {
_enum: {
@@ -1832,7 +2390,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup202: pallet_xcm::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup204: pallet_xcm::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup207: pallet_xcm::pallet::Call<T>
+=======
+ * Lookup208: pallet_xcm::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletXcmCall: {
_enum: {
@@ -1886,7 +2456,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup203: xcm::VersionedXcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup205: xcm::VersionedXcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup208: xcm::VersionedXcm<RuntimeCall>
+=======
+ * Lookup209: xcm::VersionedXcm<RuntimeCall>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmVersionedXcm: {
_enum: {
@@ -1896,7 +2478,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup204: xcm::v0::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup206: xcm::v0::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup209: xcm::v0::Xcm<RuntimeCall>
+=======
+ * Lookup210: xcm::v0::Xcm<RuntimeCall>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmV0Xcm: {
_enum: {
@@ -1950,7 +2544,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup206: xcm::v0::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup208: xcm::v0::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup211: xcm::v0::order::Order<RuntimeCall>
+=======
+ * Lookup212: xcm::v0::order::Order<RuntimeCall>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmV0Order: {
_enum: {
@@ -1993,7 +2599,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup208: xcm::v0::Response
+=======
+<<<<<<< HEAD
+ * Lookup210: xcm::v0::Response
+=======
+<<<<<<< HEAD
+ * Lookup213: xcm::v0::Response
+=======
+ * Lookup214: xcm::v0::Response
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmV0Response: {
_enum: {
@@ -2001,7 +2619,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup209: xcm::v1::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup211: xcm::v1::Xcm<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup214: xcm::v1::Xcm<RuntimeCall>
+=======
+ * Lookup215: xcm::v1::Xcm<RuntimeCall>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmV1Xcm: {
_enum: {
@@ -2060,7 +2690,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup211: xcm::v1::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup213: xcm::v1::order::Order<RuntimeCall>
+=======
+<<<<<<< HEAD
+ * Lookup216: xcm::v1::order::Order<RuntimeCall>
+=======
+ * Lookup217: xcm::v1::order::Order<RuntimeCall>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmV1Order: {
_enum: {
@@ -2105,7 +2747,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup213: xcm::v1::Response
+=======
+<<<<<<< HEAD
+ * Lookup215: xcm::v1::Response
+=======
+<<<<<<< HEAD
+ * Lookup218: xcm::v1::Response
+=======
+ * Lookup219: xcm::v1::Response
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
XcmV1Response: {
_enum: {
@@ -2114,11 +2768,35 @@
}
},
/**
+<<<<<<< HEAD
* Lookup227: cumulus_pallet_xcm::pallet::Call<T>
**/
CumulusPalletXcmCall: 'Null',
/**
* Lookup228: cumulus_pallet_dmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup229: cumulus_pallet_xcm::pallet::Call<T>
+ **/
+ CumulusPalletXcmCall: 'Null',
+ /**
+ * Lookup230: cumulus_pallet_dmp_queue::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup232: cumulus_pallet_xcm::pallet::Call<T>
+ **/
+ CumulusPalletXcmCall: 'Null',
+ /**
+ * Lookup233: cumulus_pallet_dmp_queue::pallet::Call<T>
+=======
+ * Lookup233: cumulus_pallet_xcm::pallet::Call<T>
+ **/
+ CumulusPalletXcmCall: 'Null',
+ /**
+ * Lookup234: cumulus_pallet_dmp_queue::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletDmpQueueCall: {
_enum: {
@@ -2129,7 +2807,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup229: pallet_inflation::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup231: pallet_inflation::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup234: pallet_inflation::pallet::Call<T>
+=======
+ * Lookup235: pallet_inflation::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletInflationCall: {
_enum: {
@@ -2139,7 +2829,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup230: pallet_unique::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup232: pallet_unique::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup235: pallet_unique::Call<T>
+=======
+ * Lookup236: pallet_unique::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletUniqueCall: {
_enum: {
@@ -2283,7 +2985,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup235: up_data_structs::CollectionMode
+=======
+<<<<<<< HEAD
+ * Lookup237: up_data_structs::CollectionMode
+=======
+<<<<<<< HEAD
+ * Lookup240: up_data_structs::CollectionMode
+=======
+ * Lookup241: up_data_structs::CollectionMode
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCollectionMode: {
_enum: {
@@ -2293,7 +3007,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup236: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup238: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup241: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+=======
+ * Lookup242: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateCollectionData: {
mode: 'UpDataStructsCollectionMode',
@@ -2308,13 +3034,37 @@
properties: 'Vec<UpDataStructsProperty>'
},
/**
+<<<<<<< HEAD
* Lookup238: up_data_structs::AccessMode
+=======
+<<<<<<< HEAD
+ * Lookup240: up_data_structs::AccessMode
+=======
+<<<<<<< HEAD
+ * Lookup243: up_data_structs::AccessMode
+=======
+ * Lookup244: up_data_structs::AccessMode
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsAccessMode: {
_enum: ['Normal', 'AllowList']
},
/**
+<<<<<<< HEAD
* Lookup240: up_data_structs::CollectionLimits
+=======
+<<<<<<< HEAD
+ * Lookup242: up_data_structs::CollectionLimits
+=======
+<<<<<<< HEAD
+ * Lookup245: up_data_structs::CollectionLimits
+=======
+ * Lookup246: up_data_structs::CollectionLimits
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCollectionLimits: {
accountTokenOwnershipLimit: 'Option<u32>',
@@ -2328,7 +3078,19 @@
transfersEnabled: 'Option<bool>'
},
/**
+<<<<<<< HEAD
* Lookup242: up_data_structs::SponsoringRateLimit
+=======
+<<<<<<< HEAD
+ * Lookup244: up_data_structs::SponsoringRateLimit
+=======
+<<<<<<< HEAD
+ * Lookup247: up_data_structs::SponsoringRateLimit
+=======
+ * Lookup248: up_data_structs::SponsoringRateLimit
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsSponsoringRateLimit: {
_enum: {
@@ -2337,7 +3099,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup245: up_data_structs::CollectionPermissions
+=======
+<<<<<<< HEAD
+ * Lookup247: up_data_structs::CollectionPermissions
+=======
+<<<<<<< HEAD
+ * Lookup250: up_data_structs::CollectionPermissions
+=======
+ * Lookup251: up_data_structs::CollectionPermissions
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCollectionPermissions: {
access: 'Option<UpDataStructsAccessMode>',
@@ -2345,7 +3119,19 @@
nesting: 'Option<UpDataStructsNestingPermissions>'
},
/**
+<<<<<<< HEAD
* Lookup247: up_data_structs::NestingPermissions
+=======
+<<<<<<< HEAD
+ * Lookup249: up_data_structs::NestingPermissions
+=======
+<<<<<<< HEAD
+ * Lookup252: up_data_structs::NestingPermissions
+=======
+ * Lookup253: up_data_structs::NestingPermissions
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsNestingPermissions: {
tokenOwner: 'bool',
@@ -2353,18 +3139,54 @@
restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
},
/**
+<<<<<<< HEAD
* Lookup249: up_data_structs::OwnerRestrictedSet
**/
UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
/**
* Lookup254: up_data_structs::PropertyKeyPermission
+=======
+<<<<<<< HEAD
+ * Lookup251: up_data_structs::OwnerRestrictedSet
**/
+ UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
+ /**
+ * Lookup256: up_data_structs::PropertyKeyPermission
+=======
+<<<<<<< HEAD
+ * Lookup254: up_data_structs::OwnerRestrictedSet
+ **/
+ UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
+ /**
+ * Lookup259: up_data_structs::PropertyKeyPermission
+=======
+ * Lookup255: up_data_structs::OwnerRestrictedSet
+ **/
+ UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
+ /**
+ * Lookup260: up_data_structs::PropertyKeyPermission
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+ **/
UpDataStructsPropertyKeyPermission: {
key: 'Bytes',
permission: 'UpDataStructsPropertyPermission'
},
/**
+<<<<<<< HEAD
* Lookup255: up_data_structs::PropertyPermission
+=======
+<<<<<<< HEAD
+ * Lookup257: up_data_structs::PropertyPermission
+=======
+<<<<<<< HEAD
+ * Lookup260: up_data_structs::PropertyPermission
+=======
+ * Lookup261: up_data_structs::PropertyPermission
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsPropertyPermission: {
mutable: 'bool',
@@ -2372,14 +3194,38 @@
tokenOwner: 'bool'
},
/**
+<<<<<<< HEAD
* Lookup258: up_data_structs::Property
+=======
+<<<<<<< HEAD
+ * Lookup260: up_data_structs::Property
+=======
+<<<<<<< HEAD
+ * Lookup263: up_data_structs::Property
+=======
+ * Lookup264: up_data_structs::Property
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup261: up_data_structs::CreateItemData
+=======
+<<<<<<< HEAD
+ * Lookup263: up_data_structs::CreateItemData
+=======
+<<<<<<< HEAD
+ * Lookup266: up_data_structs::CreateItemData
+=======
+ * Lookup267: up_data_structs::CreateItemData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateItemData: {
_enum: {
@@ -2389,26 +3235,74 @@
}
},
/**
+<<<<<<< HEAD
* Lookup262: up_data_structs::CreateNftData
+=======
+<<<<<<< HEAD
+ * Lookup264: up_data_structs::CreateNftData
+=======
+<<<<<<< HEAD
+ * Lookup267: up_data_structs::CreateNftData
+=======
+ * Lookup268: up_data_structs::CreateNftData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateNftData: {
properties: 'Vec<UpDataStructsProperty>'
},
/**
+<<<<<<< HEAD
* Lookup263: up_data_structs::CreateFungibleData
+=======
+<<<<<<< HEAD
+ * Lookup265: up_data_structs::CreateFungibleData
+=======
+<<<<<<< HEAD
+ * Lookup268: up_data_structs::CreateFungibleData
+=======
+ * Lookup269: up_data_structs::CreateFungibleData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateFungibleData: {
value: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup264: up_data_structs::CreateReFungibleData
+=======
+<<<<<<< HEAD
+ * Lookup266: up_data_structs::CreateReFungibleData
+=======
+<<<<<<< HEAD
+ * Lookup269: up_data_structs::CreateReFungibleData
+=======
+ * Lookup270: up_data_structs::CreateReFungibleData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateReFungibleData: {
pieces: 'u128',
properties: 'Vec<UpDataStructsProperty>'
},
/**
+<<<<<<< HEAD
* Lookup267: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup269: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup272: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup273: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateItemExData: {
_enum: {
@@ -2419,14 +3313,38 @@
}
},
/**
+<<<<<<< HEAD
* Lookup269: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup271: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup274: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup275: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateNftExData: {
properties: 'Vec<UpDataStructsProperty>',
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
+<<<<<<< HEAD
* Lookup276: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup278: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup281: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup282: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateRefungibleExSingleOwner: {
user: 'PalletEvmAccountBasicCrossAccountIdRepr',
@@ -2434,14 +3352,38 @@
properties: 'Vec<UpDataStructsProperty>'
},
/**
+<<<<<<< HEAD
* Lookup278: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup280: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup283: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup284: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsCreateRefungibleExMultipleOwners: {
users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
properties: 'Vec<UpDataStructsProperty>'
},
/**
+<<<<<<< HEAD
* Lookup279: pallet_configuration::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup281: pallet_configuration::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup284: pallet_unique_scheduler_v2::pallet::Call<T>
+=======
+ * Lookup285: pallet_unique_scheduler_v2::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletConfigurationCall: {
_enum: {
@@ -2460,7 +3402,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup284: pallet_configuration::AppPromotionConfiguration<BlockNumber>
+=======
+<<<<<<< HEAD
+ * Lookup286: pallet_configuration::AppPromotionConfiguration<BlockNumber>
+=======
+<<<<<<< HEAD
+ * Lookup287: pallet_configuration::pallet::Call<T>
+=======
+ * Lookup288: pallet_configuration::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletConfigurationAppPromotionConfiguration: {
recalculationInterval: 'Option<u32>',
@@ -2469,7 +3423,12 @@
maxStakersPerCalculation: 'Option<u8>'
},
/**
+<<<<<<< HEAD
* Lookup288: pallet_template_transaction_payment::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup289: pallet_template_transaction_payment::Call<T>
+>>>>>>> chore: regenerate types
**/
PalletTemplateTransactionPaymentCall: 'Null',
/**
@@ -2477,7 +3436,22 @@
**/
PalletStructureCall: 'Null',
/**
+<<<<<<< HEAD
* Lookup290: pallet_rmrk_core::pallet::Call<T>
+=======
+ * Lookup291: pallet_rmrk_core::pallet::Call<T>
+=======
+ * Lookup290: pallet_template_transaction_payment::Call<T>
+ **/
+ PalletTemplateTransactionPaymentCall: 'Null',
+ /**
+ * Lookup291: pallet_structure::pallet::Call<T>
+ **/
+ PalletStructureCall: 'Null',
+ /**
+ * Lookup292: pallet_rmrk_core::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletRmrkCoreCall: {
_enum: {
@@ -2568,7 +3542,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup296: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup297: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup298: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsResourceResourceTypes: {
_enum: {
@@ -2578,7 +3560,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup298: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup299: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup300: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsResourceBasicResource: {
src: 'Option<Bytes>',
@@ -2587,7 +3577,15 @@
thumb: 'Option<Bytes>'
},
/**
+<<<<<<< HEAD
* Lookup300: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup301: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup302: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsResourceComposableResource: {
parts: 'Vec<u32>',
@@ -2598,7 +3596,15 @@
thumb: 'Option<Bytes>'
},
/**
+<<<<<<< HEAD
* Lookup301: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup302: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup303: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsResourceSlotResource: {
base: 'u32',
@@ -2609,7 +3615,15 @@
thumb: 'Option<Bytes>'
},
/**
+<<<<<<< HEAD
* Lookup304: pallet_rmrk_equip::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup305: pallet_rmrk_equip::pallet::Call<T>
+=======
+ * Lookup306: pallet_rmrk_equip::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletRmrkEquipCall: {
_enum: {
@@ -2630,7 +3644,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup307: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup308: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup309: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsPartPartType: {
_enum: {
@@ -2639,7 +3661,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup309: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup310: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup311: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsPartFixedPart: {
id: 'u32',
@@ -2647,7 +3677,15 @@
src: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup310: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup311: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup312: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsPartSlotPart: {
id: 'u32',
@@ -2656,7 +3694,15 @@
z: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup311: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup312: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup313: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsPartEquippableList: {
_enum: {
@@ -2666,7 +3712,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup313: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+=======
+<<<<<<< HEAD
+ * Lookup314: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+=======
+ * Lookup315: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsTheme: {
name: 'Bytes',
@@ -2674,14 +3728,30 @@
inherit: 'bool'
},
/**
+<<<<<<< HEAD
* Lookup315: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup316: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup317: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsThemeThemeProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup317: pallet_app_promotion::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup318: pallet_app_promotion::pallet::Call<T>
+=======
+ * Lookup319: pallet_app_promotion::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletAppPromotionCall: {
_enum: {
@@ -2710,7 +3780,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup318: pallet_foreign_assets::module::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup319: pallet_foreign_assets::module::Call<T>
+=======
+ * Lookup320: pallet_foreign_assets::module::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletForeignAssetsModuleCall: {
_enum: {
@@ -2727,7 +3805,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup319: pallet_evm::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup320: pallet_evm::pallet::Call<T>
+=======
+ * Lookup321: pallet_evm::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmCall: {
_enum: {
@@ -2770,7 +3856,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup325: pallet_ethereum::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup326: pallet_ethereum::pallet::Call<T>
+=======
+ * Lookup325: pallet_ethereum::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEthereumCall: {
_enum: {
@@ -2780,7 +3874,15 @@
}
},
/**
+<<<<<<< HEAD
+ * Lookup326: ethereum::transaction::TransactionV2
+=======
+<<<<<<< HEAD
+ * Lookup327: ethereum::transaction::TransactionV2
+=======
* Lookup326: ethereum::transaction::TransactionV2
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionTransactionV2: {
_enum: {
@@ -2790,7 +3892,15 @@
}
},
/**
+<<<<<<< HEAD
+ * Lookup327: ethereum::transaction::LegacyTransaction
+=======
+<<<<<<< HEAD
+ * Lookup328: ethereum::transaction::LegacyTransaction
+=======
* Lookup327: ethereum::transaction::LegacyTransaction
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionLegacyTransaction: {
nonce: 'U256',
@@ -2802,7 +3912,15 @@
signature: 'EthereumTransactionTransactionSignature'
},
/**
+<<<<<<< HEAD
+ * Lookup328: ethereum::transaction::TransactionAction
+=======
+<<<<<<< HEAD
+ * Lookup329: ethereum::transaction::TransactionAction
+=======
* Lookup328: ethereum::transaction::TransactionAction
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionTransactionAction: {
_enum: {
@@ -2811,7 +3929,15 @@
}
},
/**
+<<<<<<< HEAD
* Lookup329: ethereum::transaction::TransactionSignature
+=======
+<<<<<<< HEAD
+ * Lookup330: ethereum::transaction::TransactionSignature
+=======
+ * Lookup329: ethereum::transaction::TransactionSignature
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionTransactionSignature: {
v: 'u64',
@@ -2819,7 +3945,15 @@
s: 'H256'
},
/**
+<<<<<<< HEAD
* Lookup331: ethereum::transaction::EIP2930Transaction
+=======
+<<<<<<< HEAD
+ * Lookup332: ethereum::transaction::EIP2930Transaction
+=======
+ * Lookup331: ethereum::transaction::EIP2930Transaction
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionEip2930Transaction: {
chainId: 'u64',
@@ -2835,14 +3969,30 @@
s: 'H256'
},
/**
+<<<<<<< HEAD
* Lookup333: ethereum::transaction::AccessListItem
+=======
+<<<<<<< HEAD
+ * Lookup334: ethereum::transaction::AccessListItem
+=======
+ * Lookup333: ethereum::transaction::AccessListItem
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionAccessListItem: {
address: 'H160',
storageKeys: 'Vec<H256>'
},
/**
+<<<<<<< HEAD
+ * Lookup334: ethereum::transaction::EIP1559Transaction
+=======
+<<<<<<< HEAD
+ * Lookup335: ethereum::transaction::EIP1559Transaction
+=======
* Lookup334: ethereum::transaction::EIP1559Transaction
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumTransactionEip1559Transaction: {
chainId: 'u64',
@@ -2859,7 +4009,15 @@
s: 'H256'
},
/**
+<<<<<<< HEAD
+ * Lookup335: pallet_evm_migration::pallet::Call<T>
+=======
+<<<<<<< HEAD
+ * Lookup336: pallet_evm_migration::pallet::Call<T>
+=======
* Lookup335: pallet_evm_migration::pallet::Call<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmMigrationCall: {
_enum: {
@@ -2883,13 +4041,21 @@
}
},
/**
+<<<<<<< HEAD
* Lookup339: pallet_maintenance::pallet::Call<T>
+=======
+ * Lookup338: pallet_maintenance::pallet::Call<T>
+>>>>>>> chore: regenerate types
**/
PalletMaintenanceCall: {
_enum: ['enable', 'disable']
},
/**
+<<<<<<< HEAD
* Lookup340: pallet_test_utils::pallet::Call<T>
+=======
+ * Lookup339: pallet_test_utils::pallet::Call<T>
+>>>>>>> chore: regenerate types
**/
PalletTestUtilsCall: {
_enum: {
@@ -2908,32 +4074,72 @@
}
},
/**
+<<<<<<< HEAD
* Lookup342: pallet_sudo::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup343: pallet_sudo::pallet::Error<T>
+=======
+ * Lookup341: pallet_sudo::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletSudoError: {
_enum: ['RequireSudo']
},
/**
+<<<<<<< HEAD
* Lookup344: orml_vesting::module::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup345: orml_vesting::module::Error<T>
+=======
+ * Lookup343: orml_vesting::module::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlVestingModuleError: {
_enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
},
/**
+<<<<<<< HEAD
* Lookup345: orml_xtokens::module::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup346: orml_xtokens::module::Error<T>
+=======
+ * Lookup344: orml_xtokens::module::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlXtokensModuleError: {
_enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
},
/**
+<<<<<<< HEAD
* Lookup348: orml_tokens::BalanceLock<Balance>
+=======
+<<<<<<< HEAD
+ * Lookup349: orml_tokens::BalanceLock<Balance>
+=======
+ * Lookup347: orml_tokens::BalanceLock<Balance>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlTokensBalanceLock: {
id: '[u8;8]',
amount: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup350: orml_tokens::AccountData<Balance>
+=======
+<<<<<<< HEAD
+ * Lookup351: orml_tokens::AccountData<Balance>
+=======
+ * Lookup349: orml_tokens::AccountData<Balance>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlTokensAccountData: {
free: 'u128',
@@ -2941,20 +4147,44 @@
frozen: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup352: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+=======
+<<<<<<< HEAD
+ * Lookup353: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+=======
+ * Lookup351: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlTokensReserveData: {
id: 'Null',
amount: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup354: orml_tokens::module::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup355: orml_tokens::module::Error<T>
+=======
+ * Lookup353: orml_tokens::module::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
OrmlTokensModuleError: {
_enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
},
/**
+<<<<<<< HEAD
* Lookup356: cumulus_pallet_xcmp_queue::InboundChannelDetails
+=======
+<<<<<<< HEAD
+ * Lookup357: cumulus_pallet_xcmp_queue::InboundChannelDetails
+=======
+ * Lookup355: cumulus_pallet_xcmp_queue::InboundChannelDetails
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueInboundChannelDetails: {
sender: 'u32',
@@ -2962,19 +4192,43 @@
messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
},
/**
+<<<<<<< HEAD
* Lookup357: cumulus_pallet_xcmp_queue::InboundState
+=======
+<<<<<<< HEAD
+ * Lookup358: cumulus_pallet_xcmp_queue::InboundState
+=======
+ * Lookup356: cumulus_pallet_xcmp_queue::InboundState
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueInboundState: {
_enum: ['Ok', 'Suspended']
},
/**
+<<<<<<< HEAD
* Lookup360: polkadot_parachain::primitives::XcmpMessageFormat
+=======
+<<<<<<< HEAD
+ * Lookup361: polkadot_parachain::primitives::XcmpMessageFormat
+=======
+ * Lookup359: polkadot_parachain::primitives::XcmpMessageFormat
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PolkadotParachainPrimitivesXcmpMessageFormat: {
_enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
},
/**
+<<<<<<< HEAD
* Lookup363: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+=======
+<<<<<<< HEAD
+ * Lookup364: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+=======
+ * Lookup362: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueOutboundChannelDetails: {
recipient: 'u32',
@@ -2984,13 +4238,29 @@
lastIndex: 'u16'
},
/**
+<<<<<<< HEAD
* Lookup364: cumulus_pallet_xcmp_queue::OutboundState
+=======
+<<<<<<< HEAD
+ * Lookup365: cumulus_pallet_xcmp_queue::OutboundState
+=======
+ * Lookup363: cumulus_pallet_xcmp_queue::OutboundState
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueOutboundState: {
_enum: ['Ok', 'Suspended']
},
/**
+<<<<<<< HEAD
* Lookup366: cumulus_pallet_xcmp_queue::QueueConfigData
+=======
+<<<<<<< HEAD
+ * Lookup367: cumulus_pallet_xcmp_queue::QueueConfigData
+=======
+ * Lookup365: cumulus_pallet_xcmp_queue::QueueConfigData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueQueueConfigData: {
suspendThreshold: 'u32',
@@ -3001,29 +4271,69 @@
xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
},
/**
+<<<<<<< HEAD
* Lookup368: cumulus_pallet_xcmp_queue::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>
+=======
+ * Lookup367: cumulus_pallet_xcmp_queue::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletXcmpQueueError: {
_enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
},
/**
+<<<<<<< HEAD
* Lookup369: pallet_xcm::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup370: pallet_xcm::pallet::Error<T>
+=======
+ * Lookup368: pallet_xcm::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletXcmError: {
_enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
},
/**
+<<<<<<< HEAD
* Lookup370: cumulus_pallet_xcm::pallet::Error<T>
**/
CumulusPalletXcmError: 'Null',
/**
* Lookup371: cumulus_pallet_dmp_queue::ConfigData
+=======
+<<<<<<< HEAD
+ * Lookup371: cumulus_pallet_xcm::pallet::Error<T>
+ **/
+ CumulusPalletXcmError: 'Null',
+ /**
+ * Lookup372: cumulus_pallet_dmp_queue::ConfigData
+=======
+ * Lookup369: cumulus_pallet_xcm::pallet::Error<T>
+ **/
+ CumulusPalletXcmError: 'Null',
+ /**
+ * Lookup370: cumulus_pallet_dmp_queue::ConfigData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletDmpQueueConfigData: {
maxIndividual: 'SpWeightsWeightV2Weight'
},
/**
+<<<<<<< HEAD
* Lookup372: cumulus_pallet_dmp_queue::PageIndexData
+=======
+<<<<<<< HEAD
+ * Lookup373: cumulus_pallet_dmp_queue::PageIndexData
+=======
+ * Lookup371: cumulus_pallet_dmp_queue::PageIndexData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletDmpQueuePageIndexData: {
beginUsed: 'u32',
@@ -3031,26 +4341,286 @@
overweightCount: 'u64'
},
/**
+<<<<<<< HEAD
* Lookup375: cumulus_pallet_dmp_queue::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup376: cumulus_pallet_dmp_queue::pallet::Error<T>
+=======
+ * Lookup374: cumulus_pallet_dmp_queue::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
CumulusPalletDmpQueueError: {
_enum: ['Unknown', 'OverLimit']
},
/**
+<<<<<<< HEAD
* Lookup379: pallet_unique::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup380: pallet_unique::Error<T>
+=======
+ * Lookup378: pallet_unique::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletUniqueError: {
_enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
},
/**
+<<<<<<< HEAD
* Lookup380: pallet_configuration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup381: pallet_configuration::pallet::Error<T>
+=======
+<<<<<<< HEAD
+ * Lookup381: pallet_unique_scheduler_v2::BlockAgenda<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletConfigurationError: {
_enum: ['InconsistentConfiguration']
},
/**
+<<<<<<< HEAD
* Lookup381: up_data_structs::Collection<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup382: up_data_structs::Collection<sp_core::crypto::AccountId32>
+=======
+ * Lookup384: pallet_unique_scheduler_v2::Scheduled<Name, pallet_unique_scheduler_v2::ScheduledCall<T>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+ **/
+=======
+ * Lookup379: pallet_unique_scheduler_v2::BlockAgenda<T>
**/
+ PalletUniqueSchedulerV2BlockAgenda: {
+ agenda: 'Vec<Option<PalletUniqueSchedulerV2Scheduled>>',
+ freePlaces: 'u32'
+ },
+ /**
+ * Lookup382: pallet_unique_scheduler_v2::Scheduled<Name, pallet_unique_scheduler_v2::ScheduledCall<T>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+ **/
+>>>>>>> chore: regenerate types
+ PalletUniqueSchedulerV2Scheduled: {
+ maybeId: 'Option<[u8;32]>',
+ priority: 'u8',
+ call: 'PalletUniqueSchedulerV2ScheduledCall',
+ maybePeriodic: 'Option<(u32,u32)>',
+ origin: 'OpalRuntimeOriginCaller'
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup385: pallet_unique_scheduler_v2::ScheduledCall<T>
+=======
+ * Lookup383: pallet_unique_scheduler_v2::ScheduledCall<T>
+>>>>>>> chore: regenerate types
+ **/
+ PalletUniqueSchedulerV2ScheduledCall: {
+ _enum: {
+ Inline: 'Bytes',
+ PreimageLookup: {
+ _alias: {
+ hash_: 'hash',
+ },
+ hash_: 'H256',
+ unboundedLen: 'u32'
+ }
+ }
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup387: opal_runtime::OriginCaller
+=======
+ * Lookup385: opal_runtime::OriginCaller
+>>>>>>> chore: regenerate types
+ **/
+ OpalRuntimeOriginCaller: {
+ _enum: {
+ system: 'FrameSupportDispatchRawOrigin',
+ __Unused1: 'Null',
+ __Unused2: 'Null',
+ __Unused3: 'Null',
+ Void: 'SpCoreVoid',
+ __Unused5: 'Null',
+ __Unused6: 'Null',
+ __Unused7: 'Null',
+ __Unused8: 'Null',
+ __Unused9: 'Null',
+ __Unused10: 'Null',
+ __Unused11: 'Null',
+ __Unused12: 'Null',
+ __Unused13: 'Null',
+ __Unused14: 'Null',
+ __Unused15: 'Null',
+ __Unused16: 'Null',
+ __Unused17: 'Null',
+ __Unused18: 'Null',
+ __Unused19: 'Null',
+ __Unused20: 'Null',
+ __Unused21: 'Null',
+ __Unused22: 'Null',
+ __Unused23: 'Null',
+ __Unused24: 'Null',
+ __Unused25: 'Null',
+ __Unused26: 'Null',
+ __Unused27: 'Null',
+ __Unused28: 'Null',
+ __Unused29: 'Null',
+ __Unused30: 'Null',
+ __Unused31: 'Null',
+ __Unused32: 'Null',
+ __Unused33: 'Null',
+ __Unused34: 'Null',
+ __Unused35: 'Null',
+ __Unused36: 'Null',
+ __Unused37: 'Null',
+ __Unused38: 'Null',
+ __Unused39: 'Null',
+ __Unused40: 'Null',
+ __Unused41: 'Null',
+ __Unused42: 'Null',
+ __Unused43: 'Null',
+ __Unused44: 'Null',
+ __Unused45: 'Null',
+ __Unused46: 'Null',
+ __Unused47: 'Null',
+ __Unused48: 'Null',
+ __Unused49: 'Null',
+ __Unused50: 'Null',
+ PolkadotXcm: 'PalletXcmOrigin',
+ CumulusXcm: 'CumulusPalletXcmOrigin',
+ __Unused53: 'Null',
+ __Unused54: 'Null',
+ __Unused55: 'Null',
+ __Unused56: 'Null',
+ __Unused57: 'Null',
+ __Unused58: 'Null',
+ __Unused59: 'Null',
+ __Unused60: 'Null',
+ __Unused61: 'Null',
+ __Unused62: 'Null',
+ __Unused63: 'Null',
+ __Unused64: 'Null',
+ __Unused65: 'Null',
+ __Unused66: 'Null',
+ __Unused67: 'Null',
+ __Unused68: 'Null',
+ __Unused69: 'Null',
+ __Unused70: 'Null',
+ __Unused71: 'Null',
+ __Unused72: 'Null',
+ __Unused73: 'Null',
+ __Unused74: 'Null',
+ __Unused75: 'Null',
+ __Unused76: 'Null',
+ __Unused77: 'Null',
+ __Unused78: 'Null',
+ __Unused79: 'Null',
+ __Unused80: 'Null',
+ __Unused81: 'Null',
+ __Unused82: 'Null',
+ __Unused83: 'Null',
+ __Unused84: 'Null',
+ __Unused85: 'Null',
+ __Unused86: 'Null',
+ __Unused87: 'Null',
+ __Unused88: 'Null',
+ __Unused89: 'Null',
+ __Unused90: 'Null',
+ __Unused91: 'Null',
+ __Unused92: 'Null',
+ __Unused93: 'Null',
+ __Unused94: 'Null',
+ __Unused95: 'Null',
+ __Unused96: 'Null',
+ __Unused97: 'Null',
+ __Unused98: 'Null',
+ __Unused99: 'Null',
+ __Unused100: 'Null',
+ Ethereum: 'PalletEthereumRawOrigin'
+ }
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup388: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+=======
+ * Lookup386: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+>>>>>>> chore: regenerate types
+ **/
+ FrameSupportDispatchRawOrigin: {
+ _enum: {
+ Root: 'Null',
+ Signed: 'AccountId32',
+ None: 'Null'
+ }
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup389: pallet_xcm::pallet::Origin
+=======
+ * Lookup387: pallet_xcm::pallet::Origin
+>>>>>>> chore: regenerate types
+ **/
+ PalletXcmOrigin: {
+ _enum: {
+ Xcm: 'XcmV1MultiLocation',
+ Response: 'XcmV1MultiLocation'
+ }
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup390: cumulus_pallet_xcm::pallet::Origin
+=======
+ * Lookup388: cumulus_pallet_xcm::pallet::Origin
+>>>>>>> chore: regenerate types
+ **/
+ CumulusPalletXcmOrigin: {
+ _enum: {
+ Relay: 'Null',
+ SiblingParachain: 'u32'
+ }
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup391: pallet_ethereum::RawOrigin
+=======
+ * Lookup389: pallet_ethereum::RawOrigin
+>>>>>>> chore: regenerate types
+ **/
+ PalletEthereumRawOrigin: {
+ _enum: {
+ EthereumTransaction: 'H160'
+ }
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup392: sp_core::Void
+ **/
+ SpCoreVoid: 'Null',
+ /**
+ * Lookup394: pallet_unique_scheduler_v2::pallet::Error<T>
+=======
+ * Lookup390: sp_core::Void
+ **/
+ SpCoreVoid: 'Null',
+ /**
+ * Lookup392: pallet_unique_scheduler_v2::pallet::Error<T>
+>>>>>>> chore: regenerate types
+ **/
+ PalletUniqueSchedulerV2Error: {
+ _enum: ['FailedToSchedule', 'AgendaIsExhausted', 'ScheduledCallCorrupted', 'PreimageNotFound', 'TooBigScheduledCall', 'NotFound', 'TargetBlockNumberInPast', 'Named']
+ },
+ /**
+<<<<<<< HEAD
+ * Lookup395: up_data_structs::Collection<sp_core::crypto::AccountId32>
+=======
+ * Lookup393: up_data_structs::Collection<sp_core::crypto::AccountId32>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+ **/
UpDataStructsCollection: {
owner: 'AccountId32',
mode: 'UpDataStructsCollectionMode',
@@ -3063,7 +4633,19 @@
flags: '[u8;1]'
},
/**
+<<<<<<< HEAD
* Lookup382: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup383: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup396: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+=======
+ * Lookup394: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsSponsorshipStateAccountId32: {
_enum: {
@@ -3073,7 +4655,19 @@
}
},
/**
+<<<<<<< HEAD
* Lookup384: up_data_structs::Properties
+=======
+<<<<<<< HEAD
+ * Lookup385: up_data_structs::Properties
+=======
+<<<<<<< HEAD
+ * Lookup398: up_data_structs::Properties
+=======
+ * Lookup396: up_data_structs::Properties
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsProperties: {
map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -3081,7 +4675,16 @@
spaceLimit: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup385: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup386: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup399: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
/**
@@ -3089,26 +4692,81 @@
**/
UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
/**
+<<<<<<< HEAD
* Lookup397: up_data_structs::CollectionStats
+=======
+<<<<<<< HEAD
+ * Lookup398: up_data_structs::CollectionStats
+=======
+ * Lookup411: up_data_structs::CollectionStats
+=======
+ * Lookup397: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
+ UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
+ /**
+ * Lookup402: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+ **/
+ UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
+ /**
+ * Lookup409: up_data_structs::CollectionStats
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+ **/
UpDataStructsCollectionStats: {
created: 'u32',
destroyed: 'u32',
alive: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup398: up_data_structs::TokenChild
+=======
+<<<<<<< HEAD
+ * Lookup399: up_data_structs::TokenChild
+=======
+<<<<<<< HEAD
+ * Lookup412: up_data_structs::TokenChild
+=======
+ * Lookup410: up_data_structs::TokenChild
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsTokenChild: {
token: 'u32',
collection: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup399: PhantomType::up_data_structs<T>
**/
PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
/**
* Lookup401: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup400: PhantomType::up_data_structs<T>
+ **/
+ PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
+ /**
+ * Lookup402: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+<<<<<<< HEAD
+ * Lookup413: PhantomType::up_data_structs<T>
+ **/
+ PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
+ /**
+ * Lookup415: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+=======
+ * Lookup411: PhantomType::up_data_structs<T>
+ **/
+ PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild,UpPovEstimateRpcPovInfo);0]',
+ /**
+ * Lookup413: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsTokenData: {
properties: 'Vec<UpDataStructsProperty>',
@@ -3116,7 +4774,19 @@
pieces: 'u128'
},
/**
+<<<<<<< HEAD
* Lookup403: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup404: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup417: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+=======
+ * Lookup415: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsRpcCollection: {
owner: 'AccountId32',
@@ -3133,14 +4803,38 @@
flags: 'UpDataStructsRpcCollectionFlags'
},
/**
+<<<<<<< HEAD
* Lookup404: up_data_structs::RpcCollectionFlags
+=======
+<<<<<<< HEAD
+ * Lookup405: up_data_structs::RpcCollectionFlags
+=======
+<<<<<<< HEAD
+ * Lookup418: up_data_structs::RpcCollectionFlags
+=======
+ * Lookup416: up_data_structs::RpcCollectionFlags
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsRpcCollectionFlags: {
foreign: 'bool',
erc721metadata: 'bool'
},
/**
+<<<<<<< HEAD
* Lookup405: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup406: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+=======
+<<<<<<< HEAD
+ * Lookup419: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+=======
+ * Lookup417: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsCollectionCollectionInfo: {
issuer: 'AccountId32',
@@ -3150,7 +4844,19 @@
nftsCount: 'u32'
},
/**
+<<<<<<< HEAD
* Lookup406: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup407: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup420: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup418: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsNftNftInfo: {
owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
@@ -3160,14 +4866,38 @@
pending: 'bool'
},
/**
+<<<<<<< HEAD
* Lookup408: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+=======
+<<<<<<< HEAD
+ * Lookup409: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+=======
+<<<<<<< HEAD
+ * Lookup422: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+=======
+ * Lookup420: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsNftRoyaltyInfo: {
recipient: 'AccountId32',
amount: 'Permill'
},
/**
+<<<<<<< HEAD
* Lookup409: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup410: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup423: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup421: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsResourceResourceInfo: {
id: 'u32',
@@ -3176,14 +4906,38 @@
pendingRemoval: 'bool'
},
/**
+<<<<<<< HEAD
* Lookup410: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup411: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup424: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup422: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsPropertyPropertyInfo: {
key: 'Bytes',
value: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup411: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup412: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+<<<<<<< HEAD
+ * Lookup425: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+=======
+ * Lookup423: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsBaseBaseInfo: {
issuer: 'AccountId32',
@@ -3191,7 +4945,19 @@
symbol: 'Bytes'
},
/**
+<<<<<<< HEAD
* Lookup412: rmrk_traits::nft::NftChild
+=======
+<<<<<<< HEAD
+ * Lookup413: rmrk_traits::nft::NftChild
+=======
+<<<<<<< HEAD
+ * Lookup426: rmrk_traits::nft::NftChild
+=======
+ * Lookup424: rmrk_traits::nft::NftChild
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
RmrkTraitsNftNftChild: {
collectionId: 'u32',
@@ -3199,24 +4965,34 @@
},
/**
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup414: pallet_common::pallet::Error<T>
=======
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup415: pallet_common::pallet::Error<T>
=======
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup428: pallet_common::pallet::Error<T>
=======
* Lookup422: up_pov_estimate_rpc::PovInfo
+=======
+ * Lookup425: up_pov_estimate_rpc::PovInfo
+>>>>>>> chore: regenerate types
**/
UpPovEstimateRpcPovInfo: {
proofSize: 'u64',
compactProofSize: 'u64',
compressedProofSize: 'u64',
- result: 'Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>'
+ results: 'Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>',
+ keyValues: 'Vec<UpPovEstimateRpcTrieKeyValue>'
},
/**
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup424: pallet_common::pallet::Error<T>
>>>>>>> fix: update polkadot types and definitions
<<<<<<< HEAD
@@ -3227,6 +5003,9 @@
=======
=======
* Lookup424: sp_runtime::transaction_validity::TransactionValidityError
+=======
+ * Lookup428: sp_runtime::transaction_validity::TransactionValidityError
+>>>>>>> chore: regenerate types
**/
SpRuntimeTransactionValidityTransactionValidityError: {
_enum: {
@@ -3235,7 +5014,7 @@
}
},
/**
- * Lookup425: sp_runtime::transaction_validity::InvalidTransaction
+ * Lookup429: sp_runtime::transaction_validity::InvalidTransaction
**/
SpRuntimeTransactionValidityInvalidTransaction: {
_enum: {
@@ -3253,7 +5032,7 @@
}
},
/**
- * Lookup426: sp_runtime::transaction_validity::UnknownTransaction
+ * Lookup430: sp_runtime::transaction_validity::UnknownTransaction
**/
SpRuntimeTransactionValidityUnknownTransaction: {
_enum: {
@@ -3263,10 +5042,27 @@
}
},
/**
+<<<<<<< HEAD
* Lookup428: pallet_common::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+ * Lookup432: up_pov_estimate_rpc::TrieKeyValue
+ **/
+ UpPovEstimateRpcTrieKeyValue: {
+ key: 'Bytes',
+ value: 'Bytes'
+ },
+ /**
+ * Lookup434: pallet_common::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletCommonError: {
_enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']
@@ -3274,15 +5070,20 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup416: pallet_fungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup417: pallet_fungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup430: pallet_fungible::pallet::Error<T>
=======
@@ -3297,8 +5098,17 @@
=======
* Lookup430: pallet_fungible::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+ * Lookup436: pallet_fungible::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletFungibleError: {
_enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
@@ -3306,20 +5116,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup420: pallet_refungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup417: pallet_refungible::ItemData
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup418: pallet_refungible::ItemData
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup431: pallet_refungible::ItemData
=======
@@ -3334,8 +5151,17 @@
=======
* Lookup431: pallet_refungible::ItemData
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+ * Lookup437: pallet_refungible::ItemData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletRefungibleItemData: {
constData: 'Bytes'
@@ -3343,15 +5169,20 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup422: pallet_refungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup423: pallet_refungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup436: pallet_refungible::pallet::Error<T>
=======
@@ -3369,9 +5200,21 @@
=======
* Lookup436: pallet_refungible::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup442: pallet_refungible::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletRefungibleError: {
_enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
@@ -3379,20 +5222,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup421: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup423: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup437: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
@@ -3410,9 +5260,21 @@
=======
* Lookup437: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup443: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletNonfungibleItemData: {
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
@@ -3420,20 +5282,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup423: up_data_structs::PropertyScope
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup425: up_data_structs::PropertyScope
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup426: up_data_structs::PropertyScope
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup439: up_data_structs::PropertyScope
=======
@@ -3451,9 +5320,21 @@
=======
* Lookup439: up_data_structs::PropertyScope
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup445: up_data_structs::PropertyScope
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsPropertyScope: {
_enum: ['None', 'Rmrk']
@@ -3461,20 +5342,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup426: pallet_nonfungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup427: pallet_nonfungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup428: pallet_nonfungible::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup441: pallet_nonfungible::pallet::Error<T>
=======
@@ -3492,9 +5380,21 @@
=======
* Lookup441: pallet_nonfungible::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup447: pallet_nonfungible::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletNonfungibleError: {
_enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
@@ -3502,20 +5402,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup427: pallet_structure::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup428: pallet_structure::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup429: pallet_structure::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup442: pallet_structure::pallet::Error<T>
=======
@@ -3533,9 +5440,21 @@
=======
* Lookup442: pallet_structure::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup448: pallet_structure::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletStructureError: {
_enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
@@ -3543,20 +5462,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup428: pallet_rmrk_core::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup429: pallet_rmrk_core::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup430: pallet_rmrk_core::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup443: pallet_rmrk_core::pallet::Error<T>
=======
@@ -3574,9 +5500,21 @@
=======
* Lookup443: pallet_rmrk_core::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup449: pallet_rmrk_core::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletRmrkCoreError: {
_enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
@@ -3584,20 +5522,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup430: pallet_rmrk_equip::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup431: pallet_rmrk_equip::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup432: pallet_rmrk_equip::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup445: pallet_rmrk_equip::pallet::Error<T>
=======
@@ -3615,9 +5560,21 @@
=======
* Lookup445: pallet_rmrk_equip::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup451: pallet_rmrk_equip::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletRmrkEquipError: {
_enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
@@ -3625,20 +5582,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup436: pallet_app_promotion::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup437: pallet_app_promotion::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup438: pallet_app_promotion::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup451: pallet_app_promotion::pallet::Error<T>
=======
@@ -3656,9 +5620,21 @@
=======
* Lookup451: pallet_app_promotion::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup457: pallet_app_promotion::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletAppPromotionError: {
_enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
@@ -3666,20 +5642,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup437: pallet_foreign_assets::module::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup438: pallet_foreign_assets::module::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup439: pallet_foreign_assets::module::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup452: pallet_foreign_assets::module::Error<T>
=======
@@ -3697,9 +5680,21 @@
=======
* Lookup452: pallet_foreign_assets::module::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup458: pallet_foreign_assets::module::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletForeignAssetsModuleError: {
_enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
@@ -3707,20 +5702,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup439: pallet_evm::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup440: pallet_evm::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup441: pallet_evm::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup454: pallet_evm::pallet::Error<T>
=======
@@ -3738,9 +5740,21 @@
=======
* Lookup455: pallet_evm::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup461: pallet_evm::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmError: {
_enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']
@@ -3748,20 +5762,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup442: fp_rpc::TransactionStatus
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup443: fp_rpc::TransactionStatus
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup444: fp_rpc::TransactionStatus
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup457: fp_rpc::TransactionStatus
=======
@@ -3779,9 +5800,21 @@
=======
* Lookup458: fp_rpc::TransactionStatus
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup464: fp_rpc::TransactionStatus
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
FpRpcTransactionStatus: {
transactionHash: 'H256',
@@ -3795,6 +5828,7 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup444: ethbloom::Bloom
**/
EthbloomBloom: '[u8;256]',
@@ -3803,6 +5837,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup445: ethbloom::Bloom
**/
@@ -3812,6 +5848,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup446: ethbloom::Bloom
**/
@@ -3821,6 +5859,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup459: ethbloom::Bloom
**/
@@ -3850,9 +5890,25 @@
/**
* Lookup462: ethereum::receipt::ReceiptV3
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup466: ethbloom::Bloom
+ **/
+ EthbloomBloom: '[u8;256]',
+ /**
+ * Lookup468: ethereum::receipt::ReceiptV3
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumReceiptReceiptV3: {
_enum: {
@@ -3864,20 +5920,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup447: ethereum::receipt::EIP658ReceiptData
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup448: ethereum::receipt::EIP658ReceiptData
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup449: ethereum::receipt::EIP658ReceiptData
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup462: ethereum::receipt::EIP658ReceiptData
=======
@@ -3895,9 +5958,21 @@
=======
* Lookup463: ethereum::receipt::EIP658ReceiptData
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup469: ethereum::receipt::EIP658ReceiptData
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumReceiptEip658ReceiptData: {
statusCode: 'u8',
@@ -3908,20 +5983,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup448: ethereum::block::Block<ethereum::transaction::TransactionV2>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup449: ethereum::block::Block<ethereum::transaction::TransactionV2>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup463: ethereum::block::Block<ethereum::transaction::TransactionV2>
=======
@@ -3939,9 +6021,21 @@
=======
* Lookup464: ethereum::block::Block<ethereum::transaction::TransactionV2>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup470: ethereum::block::Block<ethereum::transaction::TransactionV2>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumBlock: {
header: 'EthereumHeader',
@@ -3951,20 +6045,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup449: ethereum::header::Header
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup450: ethereum::header::Header
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup451: ethereum::header::Header
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup464: ethereum::header::Header
=======
@@ -3982,9 +6083,21 @@
=======
* Lookup465: ethereum::header::Header
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup471: ethereum::header::Header
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
EthereumHeader: {
parentHash: 'H256',
@@ -4006,6 +6119,7 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup450: ethereum_types::hash::H64
**/
EthereumTypesHashH64: '[u8;8]',
@@ -4014,6 +6128,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup451: ethereum_types::hash::H64
**/
@@ -4023,6 +6139,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup452: ethereum_types::hash::H64
**/
@@ -4032,6 +6150,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup465: ethereum_types::hash::H64
**/
@@ -4061,9 +6181,25 @@
/**
* Lookup471: pallet_ethereum::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup472: ethereum_types::hash::H64
+ **/
+ EthereumTypesHashH64: '[u8;8]',
+ /**
+ * Lookup477: pallet_ethereum::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEthereumError: {
_enum: ['InvalidSignature', 'PreLogExists']
@@ -4071,20 +6207,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup456: pallet_evm_coder_substrate::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup457: pallet_evm_coder_substrate::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup458: pallet_evm_coder_substrate::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup471: pallet_evm_coder_substrate::pallet::Error<T>
=======
@@ -4102,9 +6245,21 @@
=======
* Lookup472: pallet_evm_coder_substrate::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup478: pallet_evm_coder_substrate::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmCoderSubstrateError: {
_enum: ['OutOfGas', 'OutOfFund']
@@ -4112,20 +6267,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup457: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup458: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup472: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
=======
@@ -4143,9 +6305,21 @@
=======
* Lookup473: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup479: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
_enum: {
@@ -4157,20 +6331,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup458: pallet_evm_contract_helpers::SponsoringModeT
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup459: pallet_evm_contract_helpers::SponsoringModeT
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup460: pallet_evm_contract_helpers::SponsoringModeT
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup473: pallet_evm_contract_helpers::SponsoringModeT
=======
@@ -4188,9 +6369,21 @@
=======
* Lookup474: pallet_evm_contract_helpers::SponsoringModeT
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup480: pallet_evm_contract_helpers::SponsoringModeT
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmContractHelpersSponsoringModeT: {
_enum: ['Disabled', 'Allowlisted', 'Generous']
@@ -4198,20 +6391,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup464: pallet_evm_contract_helpers::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup465: pallet_evm_contract_helpers::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup466: pallet_evm_contract_helpers::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup479: pallet_evm_contract_helpers::pallet::Error<T>
=======
@@ -4229,9 +6429,21 @@
=======
* Lookup480: pallet_evm_contract_helpers::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup486: pallet_evm_contract_helpers::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmContractHelpersError: {
_enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
@@ -4239,20 +6451,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup465: pallet_evm_migration::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup466: pallet_evm_migration::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup467: pallet_evm_migration::pallet::Error<T>
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup480: pallet_evm_migration::pallet::Error<T>
=======
@@ -4270,9 +6489,21 @@
=======
* Lookup481: pallet_evm_migration::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup487: pallet_evm_migration::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEvmMigrationError: {
_enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
@@ -4280,6 +6511,7 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup466: pallet_maintenance::pallet::Error<T>
**/
PalletMaintenanceError: 'Null',
@@ -4288,6 +6520,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup467: pallet_maintenance::pallet::Error<T>
**/
@@ -4297,6 +6531,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup468: pallet_maintenance::pallet::Error<T>
**/
@@ -4306,6 +6542,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup481: pallet_maintenance::pallet::Error<T>
**/
@@ -4335,9 +6573,25 @@
/**
* Lookup483: pallet_test_utils::pallet::Error<T>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup488: pallet_maintenance::pallet::Error<T>
+ **/
+ PalletMaintenanceError: 'Null',
+ /**
+ * Lookup489: pallet_test_utils::pallet::Error<T>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletTestUtilsError: {
_enum: ['TestPalletDisabled', 'TriggerRollback']
@@ -4345,20 +6599,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup469: sp_runtime::MultiSignature
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup470: sp_runtime::MultiSignature
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup471: sp_runtime::MultiSignature
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup484: sp_runtime::MultiSignature
=======
@@ -4376,9 +6637,21 @@
=======
* Lookup485: sp_runtime::MultiSignature
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup491: sp_runtime::MultiSignature
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
SpRuntimeMultiSignature: {
_enum: {
@@ -4390,20 +6663,27 @@
/**
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup470: sp_core::ed25519::Signature
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup471: sp_core::ed25519::Signature
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup472: sp_core::ed25519::Signature
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
* Lookup485: sp_core::ed25519::Signature
>>>>>>> fix: update polkadot types and definitions
@@ -4467,50 +6747,54 @@
=======
* Lookup486: sp_core::ed25519::Signature
>>>>>>> chore: regenerate types
+=======
+ * Lookup492: sp_core::ed25519::Signature
+>>>>>>> chore: regenerate types
**/
SpCoreEd25519Signature: '[u8;64]',
/**
- * Lookup488: sp_core::sr25519::Signature
+ * Lookup494: sp_core::sr25519::Signature
**/
SpCoreSr25519Signature: '[u8;64]',
/**
- * Lookup489: sp_core::ecdsa::Signature
+ * Lookup495: sp_core::ecdsa::Signature
**/
SpCoreEcdsaSignature: '[u8;65]',
/**
- * Lookup492: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+ * Lookup498: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
**/
FrameSystemExtensionsCheckSpecVersion: 'Null',
/**
- * Lookup493: frame_system::extensions::check_tx_version::CheckTxVersion<T>
+ * Lookup499: frame_system::extensions::check_tx_version::CheckTxVersion<T>
**/
FrameSystemExtensionsCheckTxVersion: 'Null',
/**
- * Lookup494: frame_system::extensions::check_genesis::CheckGenesis<T>
+ * Lookup500: frame_system::extensions::check_genesis::CheckGenesis<T>
**/
FrameSystemExtensionsCheckGenesis: 'Null',
/**
- * Lookup497: frame_system::extensions::check_nonce::CheckNonce<T>
+ * Lookup503: frame_system::extensions::check_nonce::CheckNonce<T>
**/
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
/**
- * Lookup498: frame_system::extensions::check_weight::CheckWeight<T>
+ * Lookup504: frame_system::extensions::check_weight::CheckWeight<T>
**/
FrameSystemExtensionsCheckWeight: 'Null',
/**
- * Lookup499: opal_runtime::runtime_common::maintenance::CheckMaintenance
+ * Lookup505: opal_runtime::runtime_common::maintenance::CheckMaintenance
**/
OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
/**
- * Lookup500: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+ * Lookup506: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
**/
PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
/**
- * Lookup501: opal_runtime::Runtime
+ * Lookup507: opal_runtime::Runtime
**/
OpalRuntimeRuntime: 'Null',
/**
<<<<<<< HEAD
+<<<<<<< HEAD
* Lookup498: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
>>>>>>> fix: update polkadot types and definitions
<<<<<<< HEAD
@@ -4525,9 +6809,21 @@
=======
* Lookup502: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ * Lookup508: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
**/
PalletEthereumFakeTransactionFinalizer: 'Null'
};
tests/src/interfaces/registry.tsdiffbeforeafterboth--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -7,20 +7,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
=======
@@ -38,9 +45,21 @@
=======
import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerV2BlockAgenda, PalletUniqueSchedulerV2Call, PalletUniqueSchedulerV2Error, PalletUniqueSchedulerV2Event, PalletUniqueSchedulerV2Scheduled, PalletUniqueSchedulerV2ScheduledCall, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
declare module '@polkadot/types/types/registry' {
interface InterfaceTypes {
@@ -273,6 +292,7 @@
UpDataStructsTokenChild: UpDataStructsTokenChild;
UpDataStructsTokenData: UpDataStructsTokenData;
UpPovEstimateRpcPovInfo: UpPovEstimateRpcPovInfo;
+ UpPovEstimateRpcTrieKeyValue: UpPovEstimateRpcTrieKeyValue;
XcmDoubleEncoded: XcmDoubleEncoded;
XcmV0Junction: XcmV0Junction;
XcmV0JunctionBodyId: XcmV0JunctionBodyId;
tests/src/interfaces/types-lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1368,7 +1368,15 @@
readonly data: Bytes;
}
+<<<<<<< HEAD
/** @name PalletEthereumEvent (109) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEthereumEvent (113) */
+=======
+ /** @name PalletEthereumEvent (115) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEthereumEvent extends Enum {
readonly isExecuted: boolean;
readonly asExecuted: {
@@ -1380,7 +1388,15 @@
readonly type: 'Executed';
}
+<<<<<<< HEAD
/** @name EvmCoreErrorExitReason (110) */
+=======
+<<<<<<< HEAD
+ /** @name EvmCoreErrorExitReason (114) */
+=======
+ /** @name EvmCoreErrorExitReason (116) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EvmCoreErrorExitReason extends Enum {
readonly isSucceed: boolean;
readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -1393,7 +1409,15 @@
readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
}
+<<<<<<< HEAD
/** @name EvmCoreErrorExitSucceed (111) */
+=======
+<<<<<<< HEAD
+ /** @name EvmCoreErrorExitSucceed (115) */
+=======
+ /** @name EvmCoreErrorExitSucceed (117) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EvmCoreErrorExitSucceed extends Enum {
readonly isStopped: boolean;
readonly isReturned: boolean;
@@ -1401,7 +1425,15 @@
readonly type: 'Stopped' | 'Returned' | 'Suicided';
}
+<<<<<<< HEAD
/** @name EvmCoreErrorExitError (112) */
+=======
+<<<<<<< HEAD
+ /** @name EvmCoreErrorExitError (116) */
+=======
+ /** @name EvmCoreErrorExitError (118) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EvmCoreErrorExitError extends Enum {
readonly isStackUnderflow: boolean;
readonly isStackOverflow: boolean;
@@ -1422,13 +1454,29 @@
readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
}
+<<<<<<< HEAD
/** @name EvmCoreErrorExitRevert (115) */
+=======
+<<<<<<< HEAD
+ /** @name EvmCoreErrorExitRevert (119) */
+=======
+ /** @name EvmCoreErrorExitRevert (121) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EvmCoreErrorExitRevert extends Enum {
readonly isReverted: boolean;
readonly type: 'Reverted';
}
+<<<<<<< HEAD
/** @name EvmCoreErrorExitFatal (116) */
+=======
+<<<<<<< HEAD
+ /** @name EvmCoreErrorExitFatal (120) */
+=======
+ /** @name EvmCoreErrorExitFatal (122) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EvmCoreErrorExitFatal extends Enum {
readonly isNotSupported: boolean;
readonly isUnhandledInterrupt: boolean;
@@ -1439,7 +1487,15 @@
readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
}
+<<<<<<< HEAD
/** @name PalletEvmContractHelpersEvent (117) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmContractHelpersEvent (121) */
+=======
+ /** @name PalletEvmContractHelpersEvent (123) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmContractHelpersEvent extends Enum {
readonly isContractSponsorSet: boolean;
readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;
@@ -1450,20 +1506,40 @@
readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';
}
+<<<<<<< HEAD
/** @name PalletEvmMigrationEvent (118) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmMigrationEvent (122) */
+>>>>>>> chore: regenerate types
interface PalletEvmMigrationEvent extends Enum {
readonly isTestEvent: boolean;
readonly type: 'TestEvent';
}
+<<<<<<< HEAD
/** @name PalletMaintenanceEvent (119) */
+=======
+ /** @name PalletMaintenanceEvent (123) */
+=======
+ /** @name PalletMaintenanceEvent (124) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletMaintenanceEvent extends Enum {
readonly isMaintenanceEnabled: boolean;
readonly isMaintenanceDisabled: boolean;
readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';
}
+<<<<<<< HEAD
/** @name PalletTestUtilsEvent (120) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTestUtilsEvent (124) */
+=======
+ /** @name PalletTestUtilsEvent (125) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTestUtilsEvent extends Enum {
readonly isValueIsSet: boolean;
readonly isShouldRollback: boolean;
@@ -1471,7 +1547,15 @@
readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';
}
+<<<<<<< HEAD
/** @name FrameSystemPhase (121) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemPhase (125) */
+=======
+ /** @name FrameSystemPhase (126) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemPhase extends Enum {
readonly isApplyExtrinsic: boolean;
readonly asApplyExtrinsic: u32;
@@ -1480,13 +1564,29 @@
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
}
+<<<<<<< HEAD
/** @name FrameSystemLastRuntimeUpgradeInfo (124) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLastRuntimeUpgradeInfo (127) */
+=======
+ /** @name FrameSystemLastRuntimeUpgradeInfo (128) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
readonly specVersion: Compact<u32>;
readonly specName: Text;
}
+<<<<<<< HEAD
/** @name FrameSystemCall (125) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemCall (128) */
+=======
+ /** @name FrameSystemCall (129) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemCall extends Enum {
readonly isRemark: boolean;
readonly asRemark: {
@@ -1524,21 +1624,57 @@
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
}
+<<<<<<< HEAD
/** @name FrameSystemLimitsBlockWeights (129) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLimitsBlockWeights (130) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLimitsBlockWeights (133) */
+=======
+ /** @name FrameSystemLimitsBlockWeights (134) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemLimitsBlockWeights extends Struct {
readonly baseBlock: SpWeightsWeightV2Weight;
readonly maxBlock: SpWeightsWeightV2Weight;
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
}
+<<<<<<< HEAD
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (130) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (131) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (134) */
+=======
+ /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (135) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
readonly normal: FrameSystemLimitsWeightsPerClass;
readonly operational: FrameSystemLimitsWeightsPerClass;
readonly mandatory: FrameSystemLimitsWeightsPerClass;
}
+<<<<<<< HEAD
/** @name FrameSystemLimitsWeightsPerClass (131) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLimitsWeightsPerClass (132) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLimitsWeightsPerClass (135) */
+=======
+ /** @name FrameSystemLimitsWeightsPerClass (136) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemLimitsWeightsPerClass extends Struct {
readonly baseExtrinsic: SpWeightsWeightV2Weight;
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
@@ -1546,25 +1682,73 @@
readonly reserved: Option<SpWeightsWeightV2Weight>;
}
+<<<<<<< HEAD
/** @name FrameSystemLimitsBlockLength (133) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLimitsBlockLength (134) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemLimitsBlockLength (137) */
+=======
+ /** @name FrameSystemLimitsBlockLength (138) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemLimitsBlockLength extends Struct {
readonly max: FrameSupportDispatchPerDispatchClassU32;
}
+<<<<<<< HEAD
/** @name FrameSupportDispatchPerDispatchClassU32 (134) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSupportDispatchPerDispatchClassU32 (135) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSupportDispatchPerDispatchClassU32 (138) */
+=======
+ /** @name FrameSupportDispatchPerDispatchClassU32 (139) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
readonly normal: u32;
readonly operational: u32;
readonly mandatory: u32;
}
+<<<<<<< HEAD
/** @name SpWeightsRuntimeDbWeight (135) */
+=======
+<<<<<<< HEAD
+ /** @name SpWeightsRuntimeDbWeight (136) */
+=======
+<<<<<<< HEAD
+ /** @name SpWeightsRuntimeDbWeight (139) */
+=======
+ /** @name SpWeightsRuntimeDbWeight (140) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface SpWeightsRuntimeDbWeight extends Struct {
readonly read: u64;
readonly write: u64;
}
+<<<<<<< HEAD
/** @name SpVersionRuntimeVersion (136) */
+=======
+<<<<<<< HEAD
+ /** @name SpVersionRuntimeVersion (137) */
+=======
+<<<<<<< HEAD
+ /** @name SpVersionRuntimeVersion (140) */
+=======
+ /** @name SpVersionRuntimeVersion (141) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface SpVersionRuntimeVersion extends Struct {
readonly specName: Text;
readonly implName: Text;
@@ -1576,7 +1760,19 @@
readonly stateVersion: u8;
}
+<<<<<<< HEAD
/** @name FrameSystemError (141) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemError (142) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSystemError (145) */
+=======
+ /** @name FrameSystemError (146) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FrameSystemError extends Enum {
readonly isInvalidSpecName: boolean;
readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1587,7 +1783,19 @@
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
}
+<<<<<<< HEAD
/** @name PolkadotPrimitivesV2PersistedValidationData (142) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2PersistedValidationData (143) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2PersistedValidationData (146) */
+=======
+ /** @name PolkadotPrimitivesV2PersistedValidationData (147) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
readonly parentHead: Bytes;
readonly relayParentNumber: u32;
@@ -1595,18 +1803,54 @@
readonly maxPovSize: u32;
}
+<<<<<<< HEAD
/** @name PolkadotPrimitivesV2UpgradeRestriction (145) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2UpgradeRestriction (146) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2UpgradeRestriction (149) */
+=======
+ /** @name PolkadotPrimitivesV2UpgradeRestriction (150) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
readonly isPresent: boolean;
readonly type: 'Present';
}
+<<<<<<< HEAD
/** @name SpTrieStorageProof (146) */
+=======
+<<<<<<< HEAD
+ /** @name SpTrieStorageProof (147) */
+=======
+<<<<<<< HEAD
+ /** @name SpTrieStorageProof (150) */
+=======
+ /** @name SpTrieStorageProof (151) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface SpTrieStorageProof extends Struct {
readonly trieNodes: BTreeSet<Bytes>;
}
+<<<<<<< HEAD
/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (148) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (149) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (152) */
+=======
+ /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (153) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
readonly dmqMqcHead: H256;
readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -1614,7 +1858,19 @@
readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
}
+<<<<<<< HEAD
/** @name PolkadotPrimitivesV2AbridgedHrmpChannel (151) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (152) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (155) */
+=======
+ /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (156) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
readonly maxCapacity: u32;
readonly maxTotalSize: u32;
@@ -1624,7 +1880,19 @@
readonly mqcHead: Option<H256>;
}
+<<<<<<< HEAD
/** @name PolkadotPrimitivesV2AbridgedHostConfiguration (152) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (153) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (156) */
+=======
+ /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (157) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
readonly maxCodeSize: u32;
readonly maxHeadDataSize: u32;
@@ -1637,13 +1905,37 @@
readonly validationUpgradeDelay: u32;
}
+<<<<<<< HEAD
/** @name PolkadotCorePrimitivesOutboundHrmpMessage (158) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotCorePrimitivesOutboundHrmpMessage (159) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotCorePrimitivesOutboundHrmpMessage (162) */
+=======
+ /** @name PolkadotCorePrimitivesOutboundHrmpMessage (163) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
readonly recipient: u32;
readonly data: Bytes;
}
+<<<<<<< HEAD
/** @name CumulusPalletParachainSystemCall (159) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletParachainSystemCall (160) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletParachainSystemCall (163) */
+=======
+ /** @name CumulusPalletParachainSystemCall (164) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletParachainSystemCall extends Enum {
readonly isSetValidationData: boolean;
readonly asSetValidationData: {
@@ -1664,7 +1956,19 @@
readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
}
+<<<<<<< HEAD
/** @name CumulusPrimitivesParachainInherentParachainInherentData (160) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPrimitivesParachainInherentParachainInherentData (161) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPrimitivesParachainInherentParachainInherentData (164) */
+=======
+ /** @name CumulusPrimitivesParachainInherentParachainInherentData (165) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
readonly relayChainState: SpTrieStorageProof;
@@ -1672,19 +1976,55 @@
readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
}
+<<<<<<< HEAD
/** @name PolkadotCorePrimitivesInboundDownwardMessage (162) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotCorePrimitivesInboundDownwardMessage (163) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotCorePrimitivesInboundDownwardMessage (166) */
+=======
+ /** @name PolkadotCorePrimitivesInboundDownwardMessage (167) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
readonly sentAt: u32;
readonly msg: Bytes;
}
+<<<<<<< HEAD
/** @name PolkadotCorePrimitivesInboundHrmpMessage (165) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotCorePrimitivesInboundHrmpMessage (166) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotCorePrimitivesInboundHrmpMessage (169) */
+=======
+ /** @name PolkadotCorePrimitivesInboundHrmpMessage (170) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
readonly sentAt: u32;
readonly data: Bytes;
}
+<<<<<<< HEAD
/** @name CumulusPalletParachainSystemError (168) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletParachainSystemError (169) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletParachainSystemError (172) */
+=======
+ /** @name CumulusPalletParachainSystemError (173) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletParachainSystemError extends Enum {
readonly isOverlappingUpgrades: boolean;
readonly isProhibitedByPolkadot: boolean;
@@ -1697,14 +2037,38 @@
readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
}
+<<<<<<< HEAD
/** @name PalletBalancesBalanceLock (170) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesBalanceLock (171) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesBalanceLock (174) */
+=======
+ /** @name PalletBalancesBalanceLock (175) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletBalancesBalanceLock extends Struct {
readonly id: U8aFixed;
readonly amount: u128;
readonly reasons: PalletBalancesReasons;
}
+<<<<<<< HEAD
/** @name PalletBalancesReasons (171) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesReasons (172) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesReasons (175) */
+=======
+ /** @name PalletBalancesReasons (176) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletBalancesReasons extends Enum {
readonly isFee: boolean;
readonly isMisc: boolean;
@@ -1712,13 +2076,52 @@
readonly type: 'Fee' | 'Misc' | 'All';
}
+<<<<<<< HEAD
/** @name PalletBalancesReserveData (174) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesReserveData (175) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesReserveData (178) */
+=======
+ /** @name PalletBalancesReserveData (179) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletBalancesReserveData extends Struct {
readonly id: U8aFixed;
readonly amount: u128;
}
+<<<<<<< HEAD
/** @name PalletBalancesCall (176) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesReleases (177) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesReleases (180) */
+=======
+ /** @name PalletBalancesReleases (181) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+ interface PalletBalancesReleases extends Enum {
+ readonly isV100: boolean;
+ readonly isV200: boolean;
+ readonly type: 'V100' | 'V200';
+ }
+
+<<<<<<< HEAD
+ /** @name PalletBalancesCall (178) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesCall (181) */
+=======
+ /** @name PalletBalancesCall (182) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletBalancesCall extends Enum {
readonly isTransfer: boolean;
readonly asTransfer: {
@@ -1755,7 +2158,19 @@
readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
}
+<<<<<<< HEAD
/** @name PalletBalancesError (179) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesError (181) */
+=======
+<<<<<<< HEAD
+ /** @name PalletBalancesError (184) */
+=======
+ /** @name PalletBalancesError (185) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletBalancesError extends Enum {
readonly isVestingBalance: boolean;
readonly isLiquidityRestrictions: boolean;
@@ -1768,7 +2183,19 @@
readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
}
+<<<<<<< HEAD
/** @name PalletTimestampCall (181) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTimestampCall (183) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTimestampCall (186) */
+=======
+ /** @name PalletTimestampCall (187) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTimestampCall extends Enum {
readonly isSet: boolean;
readonly asSet: {
@@ -1777,14 +2204,38 @@
readonly type: 'Set';
}
+<<<<<<< HEAD
/** @name PalletTransactionPaymentReleases (183) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTransactionPaymentReleases (185) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTransactionPaymentReleases (188) */
+=======
+ /** @name PalletTransactionPaymentReleases (189) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTransactionPaymentReleases extends Enum {
readonly isV1Ancient: boolean;
readonly isV2: boolean;
readonly type: 'V1Ancient' | 'V2';
}
+<<<<<<< HEAD
/** @name PalletTreasuryProposal (184) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTreasuryProposal (186) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTreasuryProposal (189) */
+=======
+ /** @name PalletTreasuryProposal (190) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTreasuryProposal extends Struct {
readonly proposer: AccountId32;
readonly value: u128;
@@ -1792,7 +2243,19 @@
readonly bond: u128;
}
+<<<<<<< HEAD
/** @name PalletTreasuryCall (187) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTreasuryCall (189) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTreasuryCall (192) */
+=======
+ /** @name PalletTreasuryCall (193) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTreasuryCall extends Enum {
readonly isProposeSpend: boolean;
readonly asProposeSpend: {
@@ -1819,10 +2282,31 @@
readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
}
+<<<<<<< HEAD
/** @name FrameSupportPalletId (190) */
interface FrameSupportPalletId extends U8aFixed {}
/** @name PalletTreasuryError (191) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSupportPalletId (192) */
+ interface FrameSupportPalletId extends U8aFixed {}
+
+ /** @name PalletTreasuryError (193) */
+=======
+<<<<<<< HEAD
+ /** @name FrameSupportPalletId (195) */
+ interface FrameSupportPalletId extends U8aFixed {}
+
+ /** @name PalletTreasuryError (196) */
+=======
+ /** @name FrameSupportPalletId (196) */
+ interface FrameSupportPalletId extends U8aFixed {}
+
+ /** @name PalletTreasuryError (197) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTreasuryError extends Enum {
readonly isInsufficientProposersBalance: boolean;
readonly isInvalidIndex: boolean;
@@ -1832,7 +2316,19 @@
readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
}
+<<<<<<< HEAD
/** @name PalletSudoCall (192) */
+=======
+<<<<<<< HEAD
+ /** @name PalletSudoCall (194) */
+=======
+<<<<<<< HEAD
+ /** @name PalletSudoCall (197) */
+=======
+ /** @name PalletSudoCall (198) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletSudoCall extends Enum {
readonly isSudo: boolean;
readonly asSudo: {
@@ -1855,7 +2351,19 @@
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
}
+<<<<<<< HEAD
/** @name OrmlVestingModuleCall (194) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlVestingModuleCall (196) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlVestingModuleCall (199) */
+=======
+ /** @name OrmlVestingModuleCall (200) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlVestingModuleCall extends Enum {
readonly isClaim: boolean;
readonly isVestedTransfer: boolean;
@@ -1875,7 +2383,19 @@
readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
}
+<<<<<<< HEAD
/** @name OrmlXtokensModuleCall (196) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlXtokensModuleCall (198) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlXtokensModuleCall (201) */
+=======
+ /** @name OrmlXtokensModuleCall (202) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlXtokensModuleCall extends Enum {
readonly isTransfer: boolean;
readonly asTransfer: {
@@ -1922,7 +2442,19 @@
readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
}
+<<<<<<< HEAD
/** @name XcmVersionedMultiAsset (197) */
+=======
+<<<<<<< HEAD
+ /** @name XcmVersionedMultiAsset (199) */
+=======
+<<<<<<< HEAD
+ /** @name XcmVersionedMultiAsset (202) */
+=======
+ /** @name XcmVersionedMultiAsset (203) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmVersionedMultiAsset extends Enum {
readonly isV0: boolean;
readonly asV0: XcmV0MultiAsset;
@@ -1931,7 +2463,19 @@
readonly type: 'V0' | 'V1';
}
+<<<<<<< HEAD
/** @name OrmlTokensModuleCall (200) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlTokensModuleCall (202) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlTokensModuleCall (205) */
+=======
+ /** @name OrmlTokensModuleCall (206) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlTokensModuleCall extends Enum {
readonly isTransfer: boolean;
readonly asTransfer: {
@@ -1968,7 +2512,19 @@
readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueCall (201) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueCall (203) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueCall (206) */
+=======
+ /** @name CumulusPalletXcmpQueueCall (207) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueCall extends Enum {
readonly isServiceOverweight: boolean;
readonly asServiceOverweight: {
@@ -2004,7 +2560,19 @@
readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
}
+<<<<<<< HEAD
/** @name PalletXcmCall (202) */
+=======
+<<<<<<< HEAD
+ /** @name PalletXcmCall (204) */
+=======
+<<<<<<< HEAD
+ /** @name PalletXcmCall (207) */
+=======
+ /** @name PalletXcmCall (208) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletXcmCall extends Enum {
readonly isSend: boolean;
readonly asSend: {
@@ -2066,7 +2634,19 @@
readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
}
+<<<<<<< HEAD
/** @name XcmVersionedXcm (203) */
+=======
+<<<<<<< HEAD
+ /** @name XcmVersionedXcm (205) */
+=======
+<<<<<<< HEAD
+ /** @name XcmVersionedXcm (208) */
+=======
+ /** @name XcmVersionedXcm (209) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmVersionedXcm extends Enum {
readonly isV0: boolean;
readonly asV0: XcmV0Xcm;
@@ -2077,7 +2657,19 @@
readonly type: 'V0' | 'V1' | 'V2';
}
+<<<<<<< HEAD
/** @name XcmV0Xcm (204) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV0Xcm (206) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV0Xcm (209) */
+=======
+ /** @name XcmV0Xcm (210) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmV0Xcm extends Enum {
readonly isWithdrawAsset: boolean;
readonly asWithdrawAsset: {
@@ -2140,7 +2732,19 @@
readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
}
+<<<<<<< HEAD
/** @name XcmV0Order (206) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV0Order (208) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV0Order (211) */
+=======
+ /** @name XcmV0Order (212) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmV0Order extends Enum {
readonly isNull: boolean;
readonly isDepositAsset: boolean;
@@ -2188,14 +2792,38 @@
readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
}
+<<<<<<< HEAD
/** @name XcmV0Response (208) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV0Response (210) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV0Response (213) */
+=======
+ /** @name XcmV0Response (214) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmV0Response extends Enum {
readonly isAssets: boolean;
readonly asAssets: Vec<XcmV0MultiAsset>;
readonly type: 'Assets';
}
+<<<<<<< HEAD
/** @name XcmV1Xcm (209) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV1Xcm (211) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV1Xcm (214) */
+=======
+ /** @name XcmV1Xcm (215) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmV1Xcm extends Enum {
readonly isWithdrawAsset: boolean;
readonly asWithdrawAsset: {
@@ -2264,7 +2892,19 @@
readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
}
+<<<<<<< HEAD
/** @name XcmV1Order (211) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV1Order (213) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV1Order (216) */
+=======
+ /** @name XcmV1Order (217) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmV1Order extends Enum {
readonly isNoop: boolean;
readonly isDepositAsset: boolean;
@@ -2314,7 +2954,19 @@
readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
}
+<<<<<<< HEAD
/** @name XcmV1Response (213) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV1Response (215) */
+=======
+<<<<<<< HEAD
+ /** @name XcmV1Response (218) */
+=======
+ /** @name XcmV1Response (219) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface XcmV1Response extends Enum {
readonly isAssets: boolean;
readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -2323,10 +2975,31 @@
readonly type: 'Assets' | 'Version';
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmCall (227) */
type CumulusPalletXcmCall = Null;
/** @name CumulusPalletDmpQueueCall (228) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmCall (229) */
+ type CumulusPalletXcmCall = Null;
+
+ /** @name CumulusPalletDmpQueueCall (230) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmCall (232) */
+ type CumulusPalletXcmCall = Null;
+
+ /** @name CumulusPalletDmpQueueCall (233) */
+=======
+ /** @name CumulusPalletXcmCall (233) */
+ type CumulusPalletXcmCall = Null;
+
+ /** @name CumulusPalletDmpQueueCall (234) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletDmpQueueCall extends Enum {
readonly isServiceOverweight: boolean;
readonly asServiceOverweight: {
@@ -2336,7 +3009,19 @@
readonly type: 'ServiceOverweight';
}
+<<<<<<< HEAD
/** @name PalletInflationCall (229) */
+=======
+<<<<<<< HEAD
+ /** @name PalletInflationCall (231) */
+=======
+<<<<<<< HEAD
+ /** @name PalletInflationCall (234) */
+=======
+ /** @name PalletInflationCall (235) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletInflationCall extends Enum {
readonly isStartInflation: boolean;
readonly asStartInflation: {
@@ -2345,7 +3030,19 @@
readonly type: 'StartInflation';
}
+<<<<<<< HEAD
/** @name PalletUniqueCall (230) */
+=======
+<<<<<<< HEAD
+ /** @name PalletUniqueCall (232) */
+=======
+<<<<<<< HEAD
+ /** @name PalletUniqueCall (235) */
+=======
+ /** @name PalletUniqueCall (236) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletUniqueCall extends Enum {
readonly isCreateCollection: boolean;
readonly asCreateCollection: {
@@ -2518,7 +3215,19 @@
readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';
}
+<<<<<<< HEAD
/** @name UpDataStructsCollectionMode (235) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionMode (237) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionMode (240) */
+=======
+ /** @name UpDataStructsCollectionMode (241) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCollectionMode extends Enum {
readonly isNft: boolean;
readonly isFungible: boolean;
@@ -2527,7 +3236,19 @@
readonly type: 'Nft' | 'Fungible' | 'ReFungible';
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateCollectionData (236) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateCollectionData (238) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateCollectionData (241) */
+=======
+ /** @name UpDataStructsCreateCollectionData (242) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateCollectionData extends Struct {
readonly mode: UpDataStructsCollectionMode;
readonly access: Option<UpDataStructsAccessMode>;
@@ -2541,14 +3262,38 @@
readonly properties: Vec<UpDataStructsProperty>;
}
+<<<<<<< HEAD
/** @name UpDataStructsAccessMode (238) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsAccessMode (240) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsAccessMode (243) */
+=======
+ /** @name UpDataStructsAccessMode (244) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsAccessMode extends Enum {
readonly isNormal: boolean;
readonly isAllowList: boolean;
readonly type: 'Normal' | 'AllowList';
}
+<<<<<<< HEAD
/** @name UpDataStructsCollectionLimits (240) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionLimits (242) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionLimits (245) */
+=======
+ /** @name UpDataStructsCollectionLimits (246) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCollectionLimits extends Struct {
readonly accountTokenOwnershipLimit: Option<u32>;
readonly sponsoredDataSize: Option<u32>;
@@ -2561,7 +3306,19 @@
readonly transfersEnabled: Option<bool>;
}
+<<<<<<< HEAD
/** @name UpDataStructsSponsoringRateLimit (242) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsoringRateLimit (244) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsoringRateLimit (247) */
+=======
+ /** @name UpDataStructsSponsoringRateLimit (248) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsSponsoringRateLimit extends Enum {
readonly isSponsoringDisabled: boolean;
readonly isBlocks: boolean;
@@ -2569,43 +3326,124 @@
readonly type: 'SponsoringDisabled' | 'Blocks';
}
+<<<<<<< HEAD
/** @name UpDataStructsCollectionPermissions (245) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionPermissions (247) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionPermissions (250) */
+=======
+ /** @name UpDataStructsCollectionPermissions (251) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCollectionPermissions extends Struct {
readonly access: Option<UpDataStructsAccessMode>;
readonly mintMode: Option<bool>;
readonly nesting: Option<UpDataStructsNestingPermissions>;
}
+<<<<<<< HEAD
/** @name UpDataStructsNestingPermissions (247) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsNestingPermissions (249) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsNestingPermissions (252) */
+=======
+ /** @name UpDataStructsNestingPermissions (253) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsNestingPermissions extends Struct {
readonly tokenOwner: bool;
readonly collectionAdmin: bool;
readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
}
+<<<<<<< HEAD
/** @name UpDataStructsOwnerRestrictedSet (249) */
interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
/** @name UpDataStructsPropertyKeyPermission (254) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsOwnerRestrictedSet (251) */
+ interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
+
+ /** @name UpDataStructsPropertyKeyPermission (256) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsOwnerRestrictedSet (254) */
+ interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
+
+ /** @name UpDataStructsPropertyKeyPermission (259) */
+=======
+ /** @name UpDataStructsOwnerRestrictedSet (255) */
+ interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
+
+ /** @name UpDataStructsPropertyKeyPermission (260) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsPropertyKeyPermission extends Struct {
readonly key: Bytes;
readonly permission: UpDataStructsPropertyPermission;
}
+<<<<<<< HEAD
/** @name UpDataStructsPropertyPermission (255) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertyPermission (257) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertyPermission (260) */
+=======
+ /** @name UpDataStructsPropertyPermission (261) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsPropertyPermission extends Struct {
readonly mutable: bool;
readonly collectionAdmin: bool;
readonly tokenOwner: bool;
}
+<<<<<<< HEAD
/** @name UpDataStructsProperty (258) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsProperty (260) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsProperty (263) */
+=======
+ /** @name UpDataStructsProperty (264) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsProperty extends Struct {
readonly key: Bytes;
readonly value: Bytes;
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateItemData (261) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateItemData (263) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateItemData (266) */
+=======
+ /** @name UpDataStructsCreateItemData (267) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateItemData extends Enum {
readonly isNft: boolean;
readonly asNft: UpDataStructsCreateNftData;
@@ -2616,23 +3454,71 @@
readonly type: 'Nft' | 'Fungible' | 'ReFungible';
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateNftData (262) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateNftData (264) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateNftData (267) */
+=======
+ /** @name UpDataStructsCreateNftData (268) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateNftData extends Struct {
readonly properties: Vec<UpDataStructsProperty>;
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateFungibleData (263) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateFungibleData (265) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateFungibleData (268) */
+=======
+ /** @name UpDataStructsCreateFungibleData (269) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateFungibleData extends Struct {
readonly value: u128;
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateReFungibleData (264) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateReFungibleData (266) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateReFungibleData (269) */
+=======
+ /** @name UpDataStructsCreateReFungibleData (270) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateReFungibleData extends Struct {
readonly pieces: u128;
readonly properties: Vec<UpDataStructsProperty>;
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateItemExData (267) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateItemExData (269) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateItemExData (272) */
+=======
+ /** @name UpDataStructsCreateItemExData (273) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateItemExData extends Enum {
readonly isNft: boolean;
readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -2645,26 +3531,127 @@
readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateNftExData (269) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateNftExData (271) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateNftExData (274) */
+=======
+ /** @name UpDataStructsCreateNftExData (275) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateNftExData extends Struct {
readonly properties: Vec<UpDataStructsProperty>;
readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateRefungibleExSingleOwner (276) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateRefungibleExSingleOwner (278) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateRefungibleExSingleOwner (281) */
+=======
+ /** @name UpDataStructsCreateRefungibleExSingleOwner (282) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
readonly pieces: u128;
readonly properties: Vec<UpDataStructsProperty>;
}
+<<<<<<< HEAD
/** @name UpDataStructsCreateRefungibleExMultipleOwners (278) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateRefungibleExMultipleOwners (280) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCreateRefungibleExMultipleOwners (283) */
+=======
+ /** @name UpDataStructsCreateRefungibleExMultipleOwners (284) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
readonly properties: Vec<UpDataStructsProperty>;
}
+<<<<<<< HEAD
/** @name PalletConfigurationCall (279) */
+=======
+<<<<<<< HEAD
+ /** @name PalletConfigurationCall (281) */
+=======
+<<<<<<< HEAD
+ /** @name PalletUniqueSchedulerV2Call (284) */
+=======
+ /** @name PalletUniqueSchedulerV2Call (285) */
+>>>>>>> chore: regenerate types
+ interface PalletUniqueSchedulerV2Call extends Enum {
+ readonly isSchedule: boolean;
+ readonly asSchedule: {
+ readonly when: u32;
+ readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
+ readonly priority: Option<u8>;
+ readonly call: Call;
+ } & Struct;
+ readonly isCancel: boolean;
+ readonly asCancel: {
+ readonly when: u32;
+ readonly index: u32;
+ } & Struct;
+ readonly isScheduleNamed: boolean;
+ readonly asScheduleNamed: {
+ readonly id: U8aFixed;
+ readonly when: u32;
+ readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
+ readonly priority: Option<u8>;
+ readonly call: Call;
+ } & Struct;
+ readonly isCancelNamed: boolean;
+ readonly asCancelNamed: {
+ readonly id: U8aFixed;
+ } & Struct;
+ readonly isScheduleAfter: boolean;
+ readonly asScheduleAfter: {
+ readonly after: u32;
+ readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
+ readonly priority: Option<u8>;
+ readonly call: Call;
+ } & Struct;
+ readonly isScheduleNamedAfter: boolean;
+ readonly asScheduleNamedAfter: {
+ readonly id: U8aFixed;
+ readonly after: u32;
+ readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
+ readonly priority: Option<u8>;
+ readonly call: Call;
+ } & Struct;
+ readonly isChangeNamedPriority: boolean;
+ readonly asChangeNamedPriority: {
+ readonly id: U8aFixed;
+ readonly priority: u8;
+ } & Struct;
+ readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter' | 'ChangeNamedPriority';
+ }
+
+<<<<<<< HEAD
+ /** @name PalletConfigurationCall (287) */
+=======
+ /** @name PalletConfigurationCall (288) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletConfigurationCall extends Enum {
readonly isSetWeightToFeeCoefficientOverride: boolean;
readonly asSetWeightToFeeCoefficientOverride: {
@@ -2693,13 +3680,31 @@
readonly maxStakersPerCalculation: Option<u8>;
}
+<<<<<<< HEAD
/** @name PalletTemplateTransactionPaymentCall (288) */
+=======
+<<<<<<< HEAD
+ /** @name PalletTemplateTransactionPaymentCall (289) */
+>>>>>>> chore: regenerate types
type PalletTemplateTransactionPaymentCall = Null;
/** @name PalletStructureCall (289) */
type PalletStructureCall = Null;
+<<<<<<< HEAD
/** @name PalletRmrkCoreCall (290) */
+=======
+ /** @name PalletRmrkCoreCall (291) */
+=======
+ /** @name PalletTemplateTransactionPaymentCall (290) */
+ type PalletTemplateTransactionPaymentCall = Null;
+
+ /** @name PalletStructureCall (291) */
+ type PalletStructureCall = Null;
+
+ /** @name PalletRmrkCoreCall (292) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletRmrkCoreCall extends Enum {
readonly isCreateCollection: boolean;
readonly asCreateCollection: {
@@ -2805,7 +3810,15 @@
readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
}
+<<<<<<< HEAD
/** @name RmrkTraitsResourceResourceTypes (296) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsResourceResourceTypes (297) */
+=======
+ /** @name RmrkTraitsResourceResourceTypes (298) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsResourceResourceTypes extends Enum {
readonly isBasic: boolean;
readonly asBasic: RmrkTraitsResourceBasicResource;
@@ -2816,7 +3829,15 @@
readonly type: 'Basic' | 'Composable' | 'Slot';
}
+<<<<<<< HEAD
/** @name RmrkTraitsResourceBasicResource (298) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsResourceBasicResource (299) */
+=======
+ /** @name RmrkTraitsResourceBasicResource (300) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsResourceBasicResource extends Struct {
readonly src: Option<Bytes>;
readonly metadata: Option<Bytes>;
@@ -2824,7 +3845,15 @@
readonly thumb: Option<Bytes>;
}
+<<<<<<< HEAD
/** @name RmrkTraitsResourceComposableResource (300) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsResourceComposableResource (301) */
+=======
+ /** @name RmrkTraitsResourceComposableResource (302) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsResourceComposableResource extends Struct {
readonly parts: Vec<u32>;
readonly base: u32;
@@ -2834,7 +3863,15 @@
readonly thumb: Option<Bytes>;
}
+<<<<<<< HEAD
/** @name RmrkTraitsResourceSlotResource (301) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsResourceSlotResource (302) */
+=======
+ /** @name RmrkTraitsResourceSlotResource (303) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsResourceSlotResource extends Struct {
readonly base: u32;
readonly src: Option<Bytes>;
@@ -2844,7 +3881,15 @@
readonly thumb: Option<Bytes>;
}
+<<<<<<< HEAD
/** @name PalletRmrkEquipCall (304) */
+=======
+<<<<<<< HEAD
+ /** @name PalletRmrkEquipCall (305) */
+=======
+ /** @name PalletRmrkEquipCall (306) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletRmrkEquipCall extends Enum {
readonly isCreateBase: boolean;
readonly asCreateBase: {
@@ -2866,7 +3911,15 @@
readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
}
+<<<<<<< HEAD
/** @name RmrkTraitsPartPartType (307) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsPartPartType (308) */
+=======
+ /** @name RmrkTraitsPartPartType (309) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsPartPartType extends Enum {
readonly isFixedPart: boolean;
readonly asFixedPart: RmrkTraitsPartFixedPart;
@@ -2875,14 +3928,30 @@
readonly type: 'FixedPart' | 'SlotPart';
}
+<<<<<<< HEAD
/** @name RmrkTraitsPartFixedPart (309) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsPartFixedPart (310) */
+=======
+ /** @name RmrkTraitsPartFixedPart (311) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsPartFixedPart extends Struct {
readonly id: u32;
readonly z: u32;
readonly src: Bytes;
}
+<<<<<<< HEAD
/** @name RmrkTraitsPartSlotPart (310) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsPartSlotPart (311) */
+=======
+ /** @name RmrkTraitsPartSlotPart (312) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsPartSlotPart extends Struct {
readonly id: u32;
readonly equippable: RmrkTraitsPartEquippableList;
@@ -2890,7 +3959,15 @@
readonly z: u32;
}
+<<<<<<< HEAD
/** @name RmrkTraitsPartEquippableList (311) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsPartEquippableList (312) */
+=======
+ /** @name RmrkTraitsPartEquippableList (313) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsPartEquippableList extends Enum {
readonly isAll: boolean;
readonly isEmpty: boolean;
@@ -2899,20 +3976,44 @@
readonly type: 'All' | 'Empty' | 'Custom';
}
+<<<<<<< HEAD
/** @name RmrkTraitsTheme (313) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsTheme (314) */
+=======
+ /** @name RmrkTraitsTheme (315) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsTheme extends Struct {
readonly name: Bytes;
readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
readonly inherit: bool;
}
+<<<<<<< HEAD
/** @name RmrkTraitsThemeThemeProperty (315) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsThemeThemeProperty (316) */
+=======
+ /** @name RmrkTraitsThemeThemeProperty (317) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsThemeThemeProperty extends Struct {
readonly key: Bytes;
readonly value: Bytes;
}
+<<<<<<< HEAD
/** @name PalletAppPromotionCall (317) */
+=======
+<<<<<<< HEAD
+ /** @name PalletAppPromotionCall (318) */
+=======
+ /** @name PalletAppPromotionCall (319) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletAppPromotionCall extends Enum {
readonly isSetAdminAddress: boolean;
readonly asSetAdminAddress: {
@@ -2946,7 +4047,15 @@
readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';
}
+<<<<<<< HEAD
/** @name PalletForeignAssetsModuleCall (318) */
+=======
+<<<<<<< HEAD
+ /** @name PalletForeignAssetsModuleCall (319) */
+=======
+ /** @name PalletForeignAssetsModuleCall (320) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletForeignAssetsModuleCall extends Enum {
readonly isRegisterForeignAsset: boolean;
readonly asRegisterForeignAsset: {
@@ -2963,7 +4072,15 @@
readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
}
+<<<<<<< HEAD
/** @name PalletEvmCall (319) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmCall (320) */
+=======
+ /** @name PalletEvmCall (321) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmCall extends Enum {
readonly isWithdraw: boolean;
readonly asWithdraw: {
@@ -3008,7 +4125,15 @@
readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
}
+<<<<<<< HEAD
/** @name PalletEthereumCall (325) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEthereumCall (326) */
+=======
+ /** @name PalletEthereumCall (325) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEthereumCall extends Enum {
readonly isTransact: boolean;
readonly asTransact: {
@@ -3017,7 +4142,15 @@
readonly type: 'Transact';
}
+<<<<<<< HEAD
+ /** @name EthereumTransactionTransactionV2 (326) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionTransactionV2 (327) */
+=======
/** @name EthereumTransactionTransactionV2 (326) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionTransactionV2 extends Enum {
readonly isLegacy: boolean;
readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -3028,7 +4161,15 @@
readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
}
+<<<<<<< HEAD
+ /** @name EthereumTransactionLegacyTransaction (327) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionLegacyTransaction (328) */
+=======
/** @name EthereumTransactionLegacyTransaction (327) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionLegacyTransaction extends Struct {
readonly nonce: U256;
readonly gasPrice: U256;
@@ -3039,7 +4180,15 @@
readonly signature: EthereumTransactionTransactionSignature;
}
+<<<<<<< HEAD
/** @name EthereumTransactionTransactionAction (328) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionTransactionAction (329) */
+=======
+ /** @name EthereumTransactionTransactionAction (328) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionTransactionAction extends Enum {
readonly isCall: boolean;
readonly asCall: H160;
@@ -3047,14 +4196,30 @@
readonly type: 'Call' | 'Create';
}
+<<<<<<< HEAD
+ /** @name EthereumTransactionTransactionSignature (329) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionTransactionSignature (330) */
+=======
/** @name EthereumTransactionTransactionSignature (329) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionTransactionSignature extends Struct {
readonly v: u64;
readonly r: H256;
readonly s: H256;
}
+<<<<<<< HEAD
/** @name EthereumTransactionEip2930Transaction (331) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionEip2930Transaction (332) */
+=======
+ /** @name EthereumTransactionEip2930Transaction (331) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionEip2930Transaction extends Struct {
readonly chainId: u64;
readonly nonce: U256;
@@ -3069,13 +4234,29 @@
readonly s: H256;
}
+<<<<<<< HEAD
/** @name EthereumTransactionAccessListItem (333) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionAccessListItem (334) */
+=======
+ /** @name EthereumTransactionAccessListItem (333) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionAccessListItem extends Struct {
readonly address: H160;
readonly storageKeys: Vec<H256>;
}
+<<<<<<< HEAD
+ /** @name EthereumTransactionEip1559Transaction (334) */
+=======
+<<<<<<< HEAD
+ /** @name EthereumTransactionEip1559Transaction (335) */
+=======
/** @name EthereumTransactionEip1559Transaction (334) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumTransactionEip1559Transaction extends Struct {
readonly chainId: u64;
readonly nonce: U256;
@@ -3091,7 +4272,15 @@
readonly s: H256;
}
+<<<<<<< HEAD
/** @name PalletEvmMigrationCall (335) */
+=======
+<<<<<<< HEAD
+ /** @name PalletEvmMigrationCall (336) */
+=======
+ /** @name PalletEvmMigrationCall (335) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmMigrationCall extends Enum {
readonly isBegin: boolean;
readonly asBegin: {
@@ -3118,14 +4307,22 @@
readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
}
+<<<<<<< HEAD
/** @name PalletMaintenanceCall (339) */
+=======
+ /** @name PalletMaintenanceCall (338) */
+>>>>>>> chore: regenerate types
interface PalletMaintenanceCall extends Enum {
readonly isEnable: boolean;
readonly isDisable: boolean;
readonly type: 'Enable' | 'Disable';
}
+<<<<<<< HEAD
/** @name PalletTestUtilsCall (340) */
+=======
+ /** @name PalletTestUtilsCall (339) */
+>>>>>>> chore: regenerate types
interface PalletTestUtilsCall extends Enum {
readonly isEnable: boolean;
readonly isSetTestValue: boolean;
@@ -3145,13 +4342,29 @@
readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';
}
+<<<<<<< HEAD
/** @name PalletSudoError (342) */
+=======
+<<<<<<< HEAD
+ /** @name PalletSudoError (343) */
+=======
+ /** @name PalletSudoError (341) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletSudoError extends Enum {
readonly isRequireSudo: boolean;
readonly type: 'RequireSudo';
}
+<<<<<<< HEAD
/** @name OrmlVestingModuleError (344) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlVestingModuleError (345) */
+=======
+ /** @name OrmlVestingModuleError (343) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlVestingModuleError extends Enum {
readonly isZeroVestingPeriod: boolean;
readonly isZeroVestingPeriodCount: boolean;
@@ -3162,7 +4375,15 @@
readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
}
+<<<<<<< HEAD
/** @name OrmlXtokensModuleError (345) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlXtokensModuleError (346) */
+=======
+ /** @name OrmlXtokensModuleError (344) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlXtokensModuleError extends Enum {
readonly isAssetHasNoReserve: boolean;
readonly isNotCrossChainTransfer: boolean;
@@ -3186,26 +4407,58 @@
readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';
}
+<<<<<<< HEAD
/** @name OrmlTokensBalanceLock (348) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlTokensBalanceLock (349) */
+=======
+ /** @name OrmlTokensBalanceLock (347) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlTokensBalanceLock extends Struct {
readonly id: U8aFixed;
readonly amount: u128;
}
+<<<<<<< HEAD
/** @name OrmlTokensAccountData (350) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlTokensAccountData (351) */
+=======
+ /** @name OrmlTokensAccountData (349) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlTokensAccountData extends Struct {
readonly free: u128;
readonly reserved: u128;
readonly frozen: u128;
}
+<<<<<<< HEAD
/** @name OrmlTokensReserveData (352) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlTokensReserveData (353) */
+=======
+ /** @name OrmlTokensReserveData (351) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlTokensReserveData extends Struct {
readonly id: Null;
readonly amount: u128;
}
+<<<<<<< HEAD
/** @name OrmlTokensModuleError (354) */
+=======
+<<<<<<< HEAD
+ /** @name OrmlTokensModuleError (355) */
+=======
+ /** @name OrmlTokensModuleError (353) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface OrmlTokensModuleError extends Enum {
readonly isBalanceTooLow: boolean;
readonly isAmountIntoBalanceFailed: boolean;
@@ -3218,21 +4471,45 @@
readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueInboundChannelDetails (356) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueInboundChannelDetails (357) */
+=======
+ /** @name CumulusPalletXcmpQueueInboundChannelDetails (355) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
readonly sender: u32;
readonly state: CumulusPalletXcmpQueueInboundState;
readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueInboundState (357) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueInboundState (358) */
+=======
+ /** @name CumulusPalletXcmpQueueInboundState (356) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueInboundState extends Enum {
readonly isOk: boolean;
readonly isSuspended: boolean;
readonly type: 'Ok' | 'Suspended';
}
+<<<<<<< HEAD
/** @name PolkadotParachainPrimitivesXcmpMessageFormat (360) */
+=======
+<<<<<<< HEAD
+ /** @name PolkadotParachainPrimitivesXcmpMessageFormat (361) */
+=======
+ /** @name PolkadotParachainPrimitivesXcmpMessageFormat (359) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
readonly isConcatenatedVersionedXcm: boolean;
readonly isConcatenatedEncodedBlob: boolean;
@@ -3240,7 +4517,15 @@
readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueOutboundChannelDetails (363) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueOutboundChannelDetails (364) */
+=======
+ /** @name CumulusPalletXcmpQueueOutboundChannelDetails (362) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
readonly recipient: u32;
readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -3249,14 +4534,30 @@
readonly lastIndex: u16;
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueOutboundState (364) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueOutboundState (365) */
+=======
+ /** @name CumulusPalletXcmpQueueOutboundState (363) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueOutboundState extends Enum {
readonly isOk: boolean;
readonly isSuspended: boolean;
readonly type: 'Ok' | 'Suspended';
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueQueueConfigData (366) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueQueueConfigData (367) */
+=======
+ /** @name CumulusPalletXcmpQueueQueueConfigData (365) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
readonly suspendThreshold: u32;
readonly dropThreshold: u32;
@@ -3266,7 +4567,15 @@
readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmpQueueError (368) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmpQueueError (369) */
+=======
+ /** @name CumulusPalletXcmpQueueError (367) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletXcmpQueueError extends Enum {
readonly isFailedToSend: boolean;
readonly isBadXcmOrigin: boolean;
@@ -3276,7 +4585,15 @@
readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
}
+<<<<<<< HEAD
/** @name PalletXcmError (369) */
+=======
+<<<<<<< HEAD
+ /** @name PalletXcmError (370) */
+=======
+ /** @name PalletXcmError (368) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletXcmError extends Enum {
readonly isUnreachable: boolean;
readonly isSendFailure: boolean;
@@ -3294,33 +4611,72 @@
readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
}
+<<<<<<< HEAD
/** @name CumulusPalletXcmError (370) */
type CumulusPalletXcmError = Null;
/** @name CumulusPalletDmpQueueConfigData (371) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmError (371) */
+ type CumulusPalletXcmError = Null;
+
+ /** @name CumulusPalletDmpQueueConfigData (372) */
+=======
+ /** @name CumulusPalletXcmError (369) */
+ type CumulusPalletXcmError = Null;
+
+ /** @name CumulusPalletDmpQueueConfigData (370) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletDmpQueueConfigData extends Struct {
readonly maxIndividual: SpWeightsWeightV2Weight;
}
+<<<<<<< HEAD
/** @name CumulusPalletDmpQueuePageIndexData (372) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletDmpQueuePageIndexData (373) */
+=======
+ /** @name CumulusPalletDmpQueuePageIndexData (371) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletDmpQueuePageIndexData extends Struct {
readonly beginUsed: u32;
readonly endUsed: u32;
readonly overweightCount: u64;
}
+<<<<<<< HEAD
/** @name CumulusPalletDmpQueueError (375) */
+=======
+<<<<<<< HEAD
+ /** @name CumulusPalletDmpQueueError (376) */
+=======
+ /** @name CumulusPalletDmpQueueError (374) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface CumulusPalletDmpQueueError extends Enum {
readonly isUnknown: boolean;
readonly isOverLimit: boolean;
readonly type: 'Unknown' | 'OverLimit';
}
+<<<<<<< HEAD
/** @name PalletUniqueError (379) */
+=======
+<<<<<<< HEAD
+ /** @name PalletUniqueError (380) */
+=======
+ /** @name PalletUniqueError (378) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletUniqueError extends Enum {
readonly isCollectionDecimalPointLimitExceeded: boolean;
readonly isEmptyArgument: boolean;
readonly isRepartitionCalledOnNonRefungibleCollection: boolean;
+<<<<<<< HEAD
readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
}
@@ -3330,7 +4686,150 @@
readonly type: 'InconsistentConfiguration';
}
+<<<<<<< HEAD
/** @name UpDataStructsCollection (381) */
+=======
+ /** @name UpDataStructsCollection (382) */
+=======
+ readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
+ }
+
+<<<<<<< HEAD
+ /** @name PalletUniqueSchedulerV2BlockAgenda (381) */
+=======
+ /** @name PalletUniqueSchedulerV2BlockAgenda (379) */
+>>>>>>> chore: regenerate types
+ interface PalletUniqueSchedulerV2BlockAgenda extends Struct {
+ readonly agenda: Vec<Option<PalletUniqueSchedulerV2Scheduled>>;
+ readonly freePlaces: u32;
+ }
+
+<<<<<<< HEAD
+ /** @name PalletUniqueSchedulerV2Scheduled (384) */
+=======
+ /** @name PalletUniqueSchedulerV2Scheduled (382) */
+>>>>>>> chore: regenerate types
+ interface PalletUniqueSchedulerV2Scheduled extends Struct {
+ readonly maybeId: Option<U8aFixed>;
+ readonly priority: u8;
+ readonly call: PalletUniqueSchedulerV2ScheduledCall;
+ readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
+ readonly origin: OpalRuntimeOriginCaller;
+ }
+
+<<<<<<< HEAD
+ /** @name PalletUniqueSchedulerV2ScheduledCall (385) */
+=======
+ /** @name PalletUniqueSchedulerV2ScheduledCall (383) */
+>>>>>>> chore: regenerate types
+ interface PalletUniqueSchedulerV2ScheduledCall extends Enum {
+ readonly isInline: boolean;
+ readonly asInline: Bytes;
+ readonly isPreimageLookup: boolean;
+ readonly asPreimageLookup: {
+ readonly hash_: H256;
+ readonly unboundedLen: u32;
+ } & Struct;
+ readonly type: 'Inline' | 'PreimageLookup';
+ }
+
+<<<<<<< HEAD
+ /** @name OpalRuntimeOriginCaller (387) */
+=======
+ /** @name OpalRuntimeOriginCaller (385) */
+>>>>>>> chore: regenerate types
+ interface OpalRuntimeOriginCaller extends Enum {
+ readonly isSystem: boolean;
+ readonly asSystem: FrameSupportDispatchRawOrigin;
+ readonly isVoid: boolean;
+ readonly isPolkadotXcm: boolean;
+ readonly asPolkadotXcm: PalletXcmOrigin;
+ readonly isCumulusXcm: boolean;
+ readonly asCumulusXcm: CumulusPalletXcmOrigin;
+ readonly isEthereum: boolean;
+ readonly asEthereum: PalletEthereumRawOrigin;
+ readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';
+ }
+
+<<<<<<< HEAD
+ /** @name FrameSupportDispatchRawOrigin (388) */
+=======
+ /** @name FrameSupportDispatchRawOrigin (386) */
+>>>>>>> chore: regenerate types
+ interface FrameSupportDispatchRawOrigin extends Enum {
+ readonly isRoot: boolean;
+ readonly isSigned: boolean;
+ readonly asSigned: AccountId32;
+ readonly isNone: boolean;
+ readonly type: 'Root' | 'Signed' | 'None';
+ }
+
+<<<<<<< HEAD
+ /** @name PalletXcmOrigin (389) */
+=======
+ /** @name PalletXcmOrigin (387) */
+>>>>>>> chore: regenerate types
+ interface PalletXcmOrigin extends Enum {
+ readonly isXcm: boolean;
+ readonly asXcm: XcmV1MultiLocation;
+ readonly isResponse: boolean;
+ readonly asResponse: XcmV1MultiLocation;
+ readonly type: 'Xcm' | 'Response';
+ }
+
+<<<<<<< HEAD
+ /** @name CumulusPalletXcmOrigin (390) */
+=======
+ /** @name CumulusPalletXcmOrigin (388) */
+>>>>>>> chore: regenerate types
+ interface CumulusPalletXcmOrigin extends Enum {
+ readonly isRelay: boolean;
+ readonly isSiblingParachain: boolean;
+ readonly asSiblingParachain: u32;
+ readonly type: 'Relay' | 'SiblingParachain';
+ }
+
+<<<<<<< HEAD
+ /** @name PalletEthereumRawOrigin (391) */
+=======
+ /** @name PalletEthereumRawOrigin (389) */
+>>>>>>> chore: regenerate types
+ interface PalletEthereumRawOrigin extends Enum {
+ readonly isEthereumTransaction: boolean;
+ readonly asEthereumTransaction: H160;
+ readonly type: 'EthereumTransaction';
+ }
+
+<<<<<<< HEAD
+ /** @name SpCoreVoid (392) */
+ type SpCoreVoid = Null;
+
+ /** @name PalletUniqueSchedulerV2Error (394) */
+=======
+ /** @name SpCoreVoid (390) */
+ type SpCoreVoid = Null;
+
+ /** @name PalletUniqueSchedulerV2Error (392) */
+>>>>>>> chore: regenerate types
+ interface PalletUniqueSchedulerV2Error extends Enum {
+ readonly isFailedToSchedule: boolean;
+ readonly isAgendaIsExhausted: boolean;
+ readonly isScheduledCallCorrupted: boolean;
+ readonly isPreimageNotFound: boolean;
+ readonly isTooBigScheduledCall: boolean;
+ readonly isNotFound: boolean;
+ readonly isTargetBlockNumberInPast: boolean;
+ readonly isNamed: boolean;
+ readonly type: 'FailedToSchedule' | 'AgendaIsExhausted' | 'ScheduledCallCorrupted' | 'PreimageNotFound' | 'TooBigScheduledCall' | 'NotFound' | 'TargetBlockNumberInPast' | 'Named';
+ }
+
+<<<<<<< HEAD
+ /** @name UpDataStructsCollection (395) */
+=======
+ /** @name UpDataStructsCollection (393) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCollection extends Struct {
readonly owner: AccountId32;
readonly mode: UpDataStructsCollectionMode;
@@ -3343,7 +4842,19 @@
readonly flags: U8aFixed;
}
+<<<<<<< HEAD
/** @name UpDataStructsSponsorshipStateAccountId32 (382) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsorshipStateAccountId32 (383) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsSponsorshipStateAccountId32 (396) */
+=======
+ /** @name UpDataStructsSponsorshipStateAccountId32 (394) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
readonly isDisabled: boolean;
readonly isUnconfirmed: boolean;
@@ -3353,38 +4864,93 @@
readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
}
+<<<<<<< HEAD
/** @name UpDataStructsProperties (384) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsProperties (385) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsProperties (398) */
+=======
+ /** @name UpDataStructsProperties (396) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsProperties extends Struct {
readonly map: UpDataStructsPropertiesMapBoundedVec;
readonly consumedSpace: u32;
readonly spaceLimit: u32;
}
+<<<<<<< HEAD
/** @name UpDataStructsPropertiesMapBoundedVec (385) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertiesMapBoundedVec (386) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsPropertiesMapBoundedVec (399) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
/** @name UpDataStructsPropertiesMapPropertyPermission (390) */
interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
+<<<<<<< HEAD
/** @name UpDataStructsCollectionStats (397) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsCollectionStats (398) */
+=======
+ /** @name UpDataStructsCollectionStats (411) */
+=======
+ /** @name UpDataStructsPropertiesMapBoundedVec (397) */
+ interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
+
+ /** @name UpDataStructsPropertiesMapPropertyPermission (402) */
+ interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
+
+ /** @name UpDataStructsCollectionStats (409) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsCollectionStats extends Struct {
readonly created: u32;
readonly destroyed: u32;
readonly alive: u32;
}
+<<<<<<< HEAD
/** @name UpDataStructsTokenChild (398) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsTokenChild (399) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsTokenChild (412) */
+=======
+ /** @name UpDataStructsTokenChild (410) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsTokenChild extends Struct {
readonly token: u32;
readonly collection: u32;
}
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PhantomTypeUpDataStructs (399) */
=======
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PhantomTypeUpDataStructs (400) */
=======
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PhantomTypeUpDataStructs (413) */
>>>>>>> fix: update polkadot types and definitions
@@ -3392,17 +4958,44 @@
interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
=======
/** @name PhantomTypeUpDataStructs (408) */
+=======
+ /** @name PhantomTypeUpDataStructs (411) */
+>>>>>>> chore: regenerate types
interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild, UpPovEstimateRpcPovInfo]>> {}
>>>>>>> fix: update polkadot types and definitions
+<<<<<<< HEAD
/** @name UpDataStructsTokenData (401) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsTokenData (402) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsTokenData (415) */
+=======
+ /** @name UpDataStructsTokenData (413) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsTokenData extends Struct {
readonly properties: Vec<UpDataStructsProperty>;
readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
readonly pieces: u128;
}
+<<<<<<< HEAD
/** @name UpDataStructsRpcCollection (403) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsRpcCollection (404) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsRpcCollection (417) */
+=======
+ /** @name UpDataStructsRpcCollection (415) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsRpcCollection extends Struct {
readonly owner: AccountId32;
readonly mode: UpDataStructsCollectionMode;
@@ -3418,13 +5011,37 @@
readonly flags: UpDataStructsRpcCollectionFlags;
}
+<<<<<<< HEAD
/** @name UpDataStructsRpcCollectionFlags (404) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsRpcCollectionFlags (405) */
+=======
+<<<<<<< HEAD
+ /** @name UpDataStructsRpcCollectionFlags (418) */
+=======
+ /** @name UpDataStructsRpcCollectionFlags (416) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsRpcCollectionFlags extends Struct {
readonly foreign: bool;
readonly erc721metadata: bool;
}
+<<<<<<< HEAD
/** @name RmrkTraitsCollectionCollectionInfo (405) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsCollectionCollectionInfo (406) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsCollectionCollectionInfo (419) */
+=======
+ /** @name RmrkTraitsCollectionCollectionInfo (417) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsCollectionCollectionInfo extends Struct {
readonly issuer: AccountId32;
readonly metadata: Bytes;
@@ -3433,7 +5050,19 @@
readonly nftsCount: u32;
}
+<<<<<<< HEAD
/** @name RmrkTraitsNftNftInfo (406) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsNftNftInfo (407) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsNftNftInfo (420) */
+=======
+ /** @name RmrkTraitsNftNftInfo (418) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsNftNftInfo extends Struct {
readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
@@ -3442,13 +5071,37 @@
readonly pending: bool;
}
+<<<<<<< HEAD
/** @name RmrkTraitsNftRoyaltyInfo (408) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsNftRoyaltyInfo (409) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsNftRoyaltyInfo (422) */
+=======
+ /** @name RmrkTraitsNftRoyaltyInfo (420) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsNftRoyaltyInfo extends Struct {
readonly recipient: AccountId32;
readonly amount: Permill;
}
+<<<<<<< HEAD
/** @name RmrkTraitsResourceResourceInfo (409) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsResourceResourceInfo (410) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsResourceResourceInfo (423) */
+=======
+ /** @name RmrkTraitsResourceResourceInfo (421) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsResourceResourceInfo extends Struct {
readonly id: u32;
readonly resource: RmrkTraitsResourceResourceTypes;
@@ -3456,43 +5109,89 @@
readonly pendingRemoval: bool;
}
+<<<<<<< HEAD
/** @name RmrkTraitsPropertyPropertyInfo (410) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsPropertyPropertyInfo (411) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsPropertyPropertyInfo (424) */
+=======
+ /** @name RmrkTraitsPropertyPropertyInfo (422) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsPropertyPropertyInfo extends Struct {
readonly key: Bytes;
readonly value: Bytes;
}
+<<<<<<< HEAD
/** @name RmrkTraitsBaseBaseInfo (411) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsBaseBaseInfo (412) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsBaseBaseInfo (425) */
+=======
+ /** @name RmrkTraitsBaseBaseInfo (423) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsBaseBaseInfo extends Struct {
readonly issuer: AccountId32;
readonly baseType: Bytes;
readonly symbol: Bytes;
}
+<<<<<<< HEAD
/** @name RmrkTraitsNftNftChild (412) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsNftNftChild (413) */
+=======
+<<<<<<< HEAD
+ /** @name RmrkTraitsNftNftChild (426) */
+=======
+ /** @name RmrkTraitsNftNftChild (424) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface RmrkTraitsNftNftChild extends Struct {
readonly collectionId: u32;
readonly nftId: u32;
}
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletCommonError (414) */
=======
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletCommonError (415) */
=======
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletCommonError (428) */
=======
/** @name UpPovEstimateRpcPovInfo (422) */
+=======
+ /** @name UpPovEstimateRpcPovInfo (425) */
+>>>>>>> chore: regenerate types
interface UpPovEstimateRpcPovInfo extends Struct {
readonly proofSize: u64;
readonly compactProofSize: u64;
readonly compressedProofSize: u64;
- readonly result: Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>;
+ readonly results: Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>;
+ readonly keyValues: Vec<UpPovEstimateRpcTrieKeyValue>;
}
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletCommonError (424) */
>>>>>>> fix: update polkadot types and definitions
<<<<<<< HEAD
@@ -3503,6 +5202,9 @@
=======
=======
/** @name SpRuntimeTransactionValidityTransactionValidityError (424) */
+=======
+ /** @name SpRuntimeTransactionValidityTransactionValidityError (428) */
+>>>>>>> chore: regenerate types
interface SpRuntimeTransactionValidityTransactionValidityError extends Enum {
readonly isInvalid: boolean;
readonly asInvalid: SpRuntimeTransactionValidityInvalidTransaction;
@@ -3511,7 +5213,7 @@
readonly type: 'Invalid' | 'Unknown';
}
- /** @name SpRuntimeTransactionValidityInvalidTransaction (425) */
+ /** @name SpRuntimeTransactionValidityInvalidTransaction (429) */
interface SpRuntimeTransactionValidityInvalidTransaction extends Enum {
readonly isCall: boolean;
readonly isPayment: boolean;
@@ -3528,7 +5230,7 @@
readonly type: 'Call' | 'Payment' | 'Future' | 'Stale' | 'BadProof' | 'AncientBirthBlock' | 'ExhaustsResources' | 'Custom' | 'BadMandatory' | 'MandatoryDispatch' | 'BadSigner';
}
- /** @name SpRuntimeTransactionValidityUnknownTransaction (426) */
+ /** @name SpRuntimeTransactionValidityUnknownTransaction (430) */
interface SpRuntimeTransactionValidityUnknownTransaction extends Enum {
readonly isCannotLookup: boolean;
readonly isNoUnsignedValidator: boolean;
@@ -3537,10 +5239,26 @@
readonly type: 'CannotLookup' | 'NoUnsignedValidator' | 'Custom';
}
+<<<<<<< HEAD
/** @name PalletCommonError (428) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+ /** @name UpPovEstimateRpcTrieKeyValue (432) */
+ interface UpPovEstimateRpcTrieKeyValue extends Struct {
+ readonly key: Bytes;
+ readonly value: Bytes;
+ }
+
+ /** @name PalletCommonError (434) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletCommonError extends Enum {
readonly isCollectionNotFound: boolean;
readonly isMustBeTokenOwner: boolean;
@@ -3583,15 +5301,20 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletFungibleError (416) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletFungibleError (417) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletFungibleError (430) */
=======
@@ -3606,8 +5329,17 @@
=======
/** @name PalletFungibleError (430) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+ /** @name PalletFungibleError (436) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletFungibleError extends Enum {
readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isFungibleItemsHaveNoId: boolean;
@@ -3621,20 +5353,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletRefungibleError (420) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRefungibleItemData (417) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRefungibleItemData (418) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRefungibleItemData (431) */
=======
@@ -3649,23 +5388,37 @@
=======
/** @name PalletRefungibleItemData (431) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+ /** @name PalletRefungibleItemData (437) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletRefungibleItemData extends Struct {
readonly constData: Bytes;
}
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletRefungibleError (422) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRefungibleError (423) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRefungibleError (436) */
=======
@@ -3683,9 +5436,21 @@
=======
/** @name PalletRefungibleError (436) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletRefungibleError (442) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletRefungibleError extends Enum {
readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isWrongRefungiblePieces: boolean;
@@ -3697,20 +5462,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletNonfungibleItemData (421) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletNonfungibleItemData (423) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletNonfungibleItemData (424) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletNonfungibleItemData (437) */
=======
@@ -3728,29 +5500,48 @@
=======
/** @name PalletNonfungibleItemData (437) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletNonfungibleItemData (443) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletNonfungibleItemData extends Struct {
readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
}
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name UpDataStructsPropertyScope (423) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name UpDataStructsPropertyScope (425) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name UpDataStructsPropertyScope (426) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name UpDataStructsPropertyScope (439) */
=======
@@ -3768,9 +5559,21 @@
=======
/** @name UpDataStructsPropertyScope (439) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name UpDataStructsPropertyScope (445) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsPropertyScope extends Enum {
readonly isNone: boolean;
readonly isRmrk: boolean;
@@ -3779,20 +5582,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletNonfungibleError (426) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletNonfungibleError (427) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletNonfungibleError (428) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletNonfungibleError (441) */
=======
@@ -3810,9 +5620,21 @@
=======
/** @name PalletNonfungibleError (441) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletNonfungibleError (447) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletNonfungibleError extends Enum {
readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -3822,20 +5644,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletStructureError (427) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletStructureError (428) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletStructureError (429) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletStructureError (442) */
=======
@@ -3853,9 +5682,21 @@
=======
/** @name PalletStructureError (442) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletStructureError (448) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletStructureError extends Enum {
readonly isOuroborosDetected: boolean;
readonly isDepthLimit: boolean;
@@ -3866,20 +5707,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletRmrkCoreError (428) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRmrkCoreError (429) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRmrkCoreError (430) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRmrkCoreError (443) */
=======
@@ -3897,9 +5745,21 @@
=======
/** @name PalletRmrkCoreError (443) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletRmrkCoreError (449) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletRmrkCoreError extends Enum {
readonly isCorruptedCollectionType: boolean;
readonly isRmrkPropertyKeyIsTooLong: boolean;
@@ -3925,20 +5785,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletRmrkEquipError (430) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRmrkEquipError (431) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRmrkEquipError (432) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletRmrkEquipError (445) */
=======
@@ -3956,9 +5823,21 @@
=======
/** @name PalletRmrkEquipError (445) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletRmrkEquipError (451) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletRmrkEquipError extends Enum {
readonly isPermissionError: boolean;
readonly isNoAvailableBaseId: boolean;
@@ -3972,20 +5851,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletAppPromotionError (436) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletAppPromotionError (437) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletAppPromotionError (438) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletAppPromotionError (451) */
=======
@@ -4003,9 +5889,21 @@
=======
/** @name PalletAppPromotionError (451) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletAppPromotionError (457) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletAppPromotionError extends Enum {
readonly isAdminNotSet: boolean;
readonly isNoPermission: boolean;
@@ -4018,20 +5916,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletForeignAssetsModuleError (437) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletForeignAssetsModuleError (438) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletForeignAssetsModuleError (439) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletForeignAssetsModuleError (452) */
=======
@@ -4049,9 +5954,21 @@
=======
/** @name PalletForeignAssetsModuleError (452) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletForeignAssetsModuleError (458) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletForeignAssetsModuleError extends Enum {
readonly isBadLocation: boolean;
readonly isMultiLocationExisted: boolean;
@@ -4062,20 +5979,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletEvmError (439) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmError (440) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmError (441) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmError (454) */
=======
@@ -4093,9 +6017,21 @@
=======
/** @name PalletEvmError (455) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletEvmError (461) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmError extends Enum {
readonly isBalanceLow: boolean;
readonly isFeeOverflow: boolean;
@@ -4113,20 +6049,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name FpRpcTransactionStatus (442) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name FpRpcTransactionStatus (443) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name FpRpcTransactionStatus (444) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name FpRpcTransactionStatus (457) */
=======
@@ -4144,9 +6087,21 @@
=======
/** @name FpRpcTransactionStatus (458) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name FpRpcTransactionStatus (464) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface FpRpcTransactionStatus extends Struct {
readonly transactionHash: H256;
readonly transactionIndex: u32;
@@ -4159,6 +6114,7 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name EthbloomBloom (444) */
interface EthbloomBloom extends U8aFixed {}
@@ -4166,6 +6122,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthbloomBloom (445) */
interface EthbloomBloom extends U8aFixed {}
@@ -4174,6 +6132,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthbloomBloom (446) */
interface EthbloomBloom extends U8aFixed {}
@@ -4182,6 +6142,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthbloomBloom (459) */
interface EthbloomBloom extends U8aFixed {}
@@ -4208,9 +6170,24 @@
/** @name EthereumReceiptReceiptV3 (462) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name EthbloomBloom (466) */
+ interface EthbloomBloom extends U8aFixed {}
+
+ /** @name EthereumReceiptReceiptV3 (468) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumReceiptReceiptV3 extends Enum {
readonly isLegacy: boolean;
readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -4223,20 +6200,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name EthereumReceiptEip658ReceiptData (447) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumReceiptEip658ReceiptData (448) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumReceiptEip658ReceiptData (449) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumReceiptEip658ReceiptData (462) */
=======
@@ -4254,9 +6238,21 @@
=======
/** @name EthereumReceiptEip658ReceiptData (463) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name EthereumReceiptEip658ReceiptData (469) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumReceiptEip658ReceiptData extends Struct {
readonly statusCode: u8;
readonly usedGas: U256;
@@ -4266,20 +6262,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name EthereumBlock (448) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumBlock (449) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumBlock (450) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumBlock (463) */
=======
@@ -4297,9 +6300,21 @@
=======
/** @name EthereumBlock (464) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name EthereumBlock (470) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumBlock extends Struct {
readonly header: EthereumHeader;
readonly transactions: Vec<EthereumTransactionTransactionV2>;
@@ -4308,20 +6323,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name EthereumHeader (449) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumHeader (450) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumHeader (451) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumHeader (464) */
=======
@@ -4339,9 +6361,21 @@
=======
/** @name EthereumHeader (465) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name EthereumHeader (471) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface EthereumHeader extends Struct {
readonly parentHash: H256;
readonly ommersHash: H256;
@@ -4362,6 +6396,7 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name EthereumTypesHashH64 (450) */
interface EthereumTypesHashH64 extends U8aFixed {}
@@ -4369,6 +6404,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumTypesHashH64 (451) */
interface EthereumTypesHashH64 extends U8aFixed {}
@@ -4377,6 +6414,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumTypesHashH64 (452) */
interface EthereumTypesHashH64 extends U8aFixed {}
@@ -4385,6 +6424,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name EthereumTypesHashH64 (465) */
interface EthereumTypesHashH64 extends U8aFixed {}
@@ -4411,9 +6452,24 @@
/** @name PalletEthereumError (471) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name EthereumTypesHashH64 (472) */
+ interface EthereumTypesHashH64 extends U8aFixed {}
+
+ /** @name PalletEthereumError (477) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEthereumError extends Enum {
readonly isInvalidSignature: boolean;
readonly isPreLogExists: boolean;
@@ -4422,20 +6478,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletEvmCoderSubstrateError (456) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmCoderSubstrateError (457) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmCoderSubstrateError (458) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmCoderSubstrateError (471) */
=======
@@ -4453,9 +6516,21 @@
=======
/** @name PalletEvmCoderSubstrateError (472) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletEvmCoderSubstrateError (478) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmCoderSubstrateError extends Enum {
readonly isOutOfGas: boolean;
readonly isOutOfFund: boolean;
@@ -4464,20 +6539,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (457) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (458) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (459) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (472) */
=======
@@ -4495,9 +6577,21 @@
=======
/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (473) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (479) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
readonly isDisabled: boolean;
readonly isUnconfirmed: boolean;
@@ -4509,20 +6603,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletEvmContractHelpersSponsoringModeT (458) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmContractHelpersSponsoringModeT (459) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmContractHelpersSponsoringModeT (460) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmContractHelpersSponsoringModeT (473) */
=======
@@ -4540,9 +6641,21 @@
=======
/** @name PalletEvmContractHelpersSponsoringModeT (474) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletEvmContractHelpersSponsoringModeT (480) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmContractHelpersSponsoringModeT extends Enum {
readonly isDisabled: boolean;
readonly isAllowlisted: boolean;
@@ -4552,20 +6665,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletEvmContractHelpersError (464) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmContractHelpersError (465) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmContractHelpersError (466) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmContractHelpersError (479) */
=======
@@ -4583,9 +6703,21 @@
=======
/** @name PalletEvmContractHelpersError (480) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletEvmContractHelpersError (486) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmContractHelpersError extends Enum {
readonly isNoPermission: boolean;
readonly isNoPendingSponsor: boolean;
@@ -4595,20 +6727,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletEvmMigrationError (465) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmMigrationError (466) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmMigrationError (467) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletEvmMigrationError (480) */
=======
@@ -4626,9 +6765,21 @@
=======
/** @name PalletEvmMigrationError (481) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletEvmMigrationError (487) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletEvmMigrationError extends Enum {
readonly isAccountNotEmpty: boolean;
readonly isAccountIsNotMigrating: boolean;
@@ -4638,6 +6789,7 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletMaintenanceError (466) */
type PalletMaintenanceError = Null;
@@ -4645,6 +6797,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletMaintenanceError (467) */
type PalletMaintenanceError = Null;
@@ -4653,6 +6807,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletMaintenanceError (468) */
type PalletMaintenanceError = Null;
@@ -4661,6 +6817,8 @@
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name PalletMaintenanceError (481) */
type PalletMaintenanceError = Null;
@@ -4687,9 +6845,24 @@
/** @name PalletTestUtilsError (483) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletMaintenanceError (488) */
+ type PalletMaintenanceError = Null;
+
+ /** @name PalletTestUtilsError (489) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface PalletTestUtilsError extends Enum {
readonly isTestPalletDisabled: boolean;
readonly isTriggerRollback: boolean;
@@ -4698,20 +6871,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name SpRuntimeMultiSignature (469) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name SpRuntimeMultiSignature (470) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name SpRuntimeMultiSignature (471) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name SpRuntimeMultiSignature (484) */
=======
@@ -4729,9 +6909,21 @@
=======
/** @name SpRuntimeMultiSignature (485) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name SpRuntimeMultiSignature (491) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
interface SpRuntimeMultiSignature extends Enum {
readonly isEd25519: boolean;
readonly asEd25519: SpCoreEd25519Signature;
@@ -4744,20 +6936,27 @@
<<<<<<< HEAD
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name SpCoreEd25519Signature (470) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name SpCoreEd25519Signature (471) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name SpCoreEd25519Signature (472) */
=======
=======
>>>>>>> chore: regenerate types
+=======
+>>>>>>> chore: regenerate types
<<<<<<< HEAD
/** @name SpCoreEd25519Signature (485) */
>>>>>>> fix: update polkadot types and definitions
@@ -4810,39 +7009,43 @@
=======
/** @name SpCoreEd25519Signature (486) */
>>>>>>> chore: regenerate types
+=======
+ /** @name SpCoreEd25519Signature (492) */
+>>>>>>> chore: regenerate types
interface SpCoreEd25519Signature extends U8aFixed {}
- /** @name SpCoreSr25519Signature (488) */
+ /** @name SpCoreSr25519Signature (494) */
interface SpCoreSr25519Signature extends U8aFixed {}
- /** @name SpCoreEcdsaSignature (489) */
+ /** @name SpCoreEcdsaSignature (495) */
interface SpCoreEcdsaSignature extends U8aFixed {}
- /** @name FrameSystemExtensionsCheckSpecVersion (492) */
+ /** @name FrameSystemExtensionsCheckSpecVersion (498) */
type FrameSystemExtensionsCheckSpecVersion = Null;
- /** @name FrameSystemExtensionsCheckTxVersion (493) */
+ /** @name FrameSystemExtensionsCheckTxVersion (499) */
type FrameSystemExtensionsCheckTxVersion = Null;
- /** @name FrameSystemExtensionsCheckGenesis (494) */
+ /** @name FrameSystemExtensionsCheckGenesis (500) */
type FrameSystemExtensionsCheckGenesis = Null;
- /** @name FrameSystemExtensionsCheckNonce (497) */
+ /** @name FrameSystemExtensionsCheckNonce (503) */
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
- /** @name FrameSystemExtensionsCheckWeight (498) */
+ /** @name FrameSystemExtensionsCheckWeight (504) */
type FrameSystemExtensionsCheckWeight = Null;
- /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (499) */
+ /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (505) */
type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;
- /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (500) */
+ /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (506) */
interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
- /** @name OpalRuntimeRuntime (501) */
+ /** @name OpalRuntimeRuntime (507) */
type OpalRuntimeRuntime = Null;
<<<<<<< HEAD
+<<<<<<< HEAD
/** @name PalletEthereumFakeTransactionFinalizer (498) */
>>>>>>> fix: update polkadot types and definitions
<<<<<<< HEAD
@@ -4857,9 +7060,21 @@
=======
/** @name PalletEthereumFakeTransactionFinalizer (502) */
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+<<<<<<< HEAD
>>>>>>> chore: regenerate types
+=======
+=======
+=======
+=======
+ /** @name PalletEthereumFakeTransactionFinalizer (508) */
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
+>>>>>>> chore: regenerate types
type PalletEthereumFakeTransactionFinalizer = Null;
} // declare module