difftreelog
chore regenerate stubs & types
in: master
10 files changed
tests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth9import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { Codec } from '@polkadot/types-codec/types';10import type { Codec } from '@polkadot/types-codec/types';11import type { H160, Perbill, Permill } from '@polkadot/types/interfaces/runtime';11import type { H160, Perbill, Permill } from '@polkadot/types/interfaces/runtime';12import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, XcmV1MultiLocation } from '@polkadot/types/lookup';12import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, UpDataStructsCollectionLimits, XcmV1MultiLocation } from '@polkadot/types/lookup';131314export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;14export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;1515109 **/109 **/110 [key: string]: Codec;110 [key: string]: Codec;111 };111 };112 scheduler: {113 /**114 * The maximum weight that may be scheduled per block for any dispatchables.115 **/116 maximumWeight: SpWeightsWeightV2Weight & AugmentedConst<ApiType>;117 /**118 * The maximum number of scheduled calls in the queue for a single block.119 **/120 maxScheduledPerBlock: u32 & AugmentedConst<ApiType>;121 /**122 * Generic const123 **/124 [key: string]: Codec;125 };126 system: {112 system: {127 /**113 /**128 * Maximum number of block number to block hash mappings to keep (oldest pruned first).114 * Maximum number of block number to block hash mappings to keep (oldest pruned first).tests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth681 **/681 **/682 [key: string]: AugmentedError<ApiType>;682 [key: string]: AugmentedError<ApiType>;683 };683 };684 scheduler: {685 /**686 * There is no place for a new task in the agenda687 **/688 AgendaIsExhausted: AugmentedError<ApiType>;689 /**690 * Failed to schedule a call691 **/692 FailedToSchedule: AugmentedError<ApiType>;693 /**694 * Attempt to use a non-named function on a named task.695 **/696 Named: AugmentedError<ApiType>;697 /**698 * Cannot find the scheduled call.699 **/700 NotFound: AugmentedError<ApiType>;701 /**702 * Scheduled call preimage is not found703 **/704 PreimageNotFound: AugmentedError<ApiType>;705 /**706 * Scheduled call is corrupted707 **/708 ScheduledCallCorrupted: AugmentedError<ApiType>;709 /**710 * Given target block number is in the past.711 **/712 TargetBlockNumberInPast: AugmentedError<ApiType>;713 /**714 * Scheduled call is too big715 **/716 TooBigScheduledCall: AugmentedError<ApiType>;717 /**718 * Generic error719 **/720 [key: string]: AugmentedError<ApiType>;721 };722 structure: {684 structure: {723 /**685 /**724 * While nesting, reached the breadth limit of nesting, exceeding the provided budget.686 * While nesting, reached the breadth limit of nesting, exceeding the provided budget.tests/src/interfaces/augment-api-events.tsdiffbeforeafterboth778import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';9import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';9import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';10import type { ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';10import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';12import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';11import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetMultiAssets, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';1312527 **/526 **/528 [key: string]: AugmentedEvent<ApiType>;527 [key: string]: AugmentedEvent<ApiType>;529 };528 };530 scheduler: {531 /**532 * The call for the provided hash was not found so the task has been aborted.533 **/534 CallUnavailable: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;535 /**536 * Canceled some task.537 **/538 Canceled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;539 /**540 * Dispatched some task.541 **/542 Dispatched: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed>, result: Result<Null, SpRuntimeDispatchError> }>;543 /**544 * The given task can never be executed since it is overweight.545 **/546 PermanentlyOverweight: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, id: Option<U8aFixed>], { task: ITuple<[u32, u32]>, id: Option<U8aFixed> }>;547 /**548 * Scheduled task's priority has changed549 **/550 PriorityChanged: AugmentedEvent<ApiType, [task: ITuple<[u32, u32]>, priority: u8], { task: ITuple<[u32, u32]>, priority: u8 }>;551 /**552 * Scheduled some task.553 **/554 Scheduled: AugmentedEvent<ApiType, [when: u32, index: u32], { when: u32, index: u32 }>;555 /**556 * Generic event557 **/558 [key: string]: AugmentedEvent<ApiType>;559 };560 structure: {529 structure: {561 /**530 /**562 * Executed call on behalf of the token.531 * Executed call on behalf of the token.tests/src/interfaces/augment-api-query.tsdiffbeforeafterboth6import '@polkadot/api-base/types/storage';6import '@polkadot/api-base/types/storage';778import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';9import type { BTreeMap, Bytes, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';10import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';12import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerV2BlockAgenda, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';12import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';13import type { Observable } from '@polkadot/types/types';13import type { Observable } from '@polkadot/types/types';141415export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;15export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;29 * * **Value** - Amount of stakes.29 * * **Value** - Amount of stakes.30 **/30 **/31 pendingUnstake: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u128]>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;31 pendingUnstake: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u128]>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;32 /**32 /**33 * Stores a key for record for which the next revenue recalculation would be performed.33 * Stores a key for record for which the revenue recalculation was performed.34 * If `None`, then recalculation has not yet been performed or calculations have been completed for all stakers.34 * If `None`, then recalculation has not yet been performed or calculations have been completed for all stakers.35 **/35 **/36 previousCalculatedRecord: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[AccountId32, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;36 previousCalculatedRecord: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[AccountId32, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;37 /**37 /**38 * Stores the amount of tokens staked by account in the blocknumber.38 * Stores the amount of tokens staked by account in the blocknumber.687 **/687 **/688 [key: string]: QueryableStorageEntry<ApiType>;688 [key: string]: QueryableStorageEntry<ApiType>;689 };689 };690 scheduler: {691 /**692 * Items to be executed, indexed by the block number that they should be executed on.693 **/694 agenda: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<PalletUniqueSchedulerV2BlockAgenda>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;695 /**696 * It contains the block number from which we should service tasks.697 * It's used for delaying the servicing of future blocks' agendas if we had overweight tasks.698 **/699 incompleteSince: AugmentedQuery<ApiType, () => Observable<Option<u32>>, []> & QueryableStorageEntry<ApiType, []>;700 /**701 * Lookup from a name to the block number and index of the task.702 **/703 lookup: AugmentedQuery<ApiType, (arg: U8aFixed | string | Uint8Array) => Observable<Option<ITuple<[u32, u32]>>>, [U8aFixed]> & QueryableStorageEntry<ApiType, [U8aFixed]>;704 /**705 * Generic query706 **/707 [key: string]: QueryableStorageEntry<ApiType>;708 };709 structure: {690 structure: {710 /**691 /**711 * Generic query692 * Generic querytests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth6import '@polkadot/api-base/types/submittable';6import '@polkadot/api-base/types/submittable';778import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';9import type { Bytes, Compact, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';12import 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';12import 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';839 **/839 **/840 [key: string]: SubmittableExtrinsicFunction<ApiType>;840 [key: string]: SubmittableExtrinsicFunction<ApiType>;841 };841 };842 scheduler: {843 /**844 * Cancel an anonymously scheduled task.845 * 846 * The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.847 **/848 cancel: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, index: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, u32]>;849 /**850 * Cancel a named scheduled task.851 * 852 * The `T::OriginPrivilegeCmp` decides whether the given origin is allowed to cancel the task or not.853 **/854 cancelNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed]>;855 /**856 * Change a named task's priority.857 * 858 * Only the `T::PrioritySetOrigin` is allowed to change the task's priority.859 **/860 changeNamedPriority: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, priority: u8 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u8]>;861 /**862 * Anonymously schedule a task.863 * 864 * Only `T::ScheduleOrigin` is allowed to schedule a task.865 * Only `T::PrioritySetOrigin` is allowed to set the task's priority.866 **/867 schedule: AugmentedSubmittable<(when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: Option<u8> | null | Uint8Array | u8 | AnyNumber, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, u32]>>, Option<u8>, Call]>;868 /**869 * Anonymously schedule a task after a delay.870 * 871 * # <weight>872 * Same as [`schedule`].873 * # </weight>874 **/875 scheduleAfter: AugmentedSubmittable<(after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: Option<u8> | null | Uint8Array | u8 | AnyNumber, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, Option<ITuple<[u32, u32]>>, Option<u8>, Call]>;876 /**877 * Schedule a named task.878 * 879 * Only `T::ScheduleOrigin` is allowed to schedule a task.880 * Only `T::PrioritySetOrigin` is allowed to set the task's priority.881 **/882 scheduleNamed: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, when: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: Option<u8> | null | Uint8Array | u8 | AnyNumber, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, Option<u8>, Call]>;883 /**884 * Schedule a named task after a delay.885 * 886 * Only `T::ScheduleOrigin` is allowed to schedule a task.887 * Only `T::PrioritySetOrigin` is allowed to set the task's priority.888 * 889 * # <weight>890 * Same as [`schedule_named`](Self::schedule_named).891 * # </weight>892 **/893 scheduleNamedAfter: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, after: u32 | AnyNumber | Uint8Array, maybePeriodic: Option<ITuple<[u32, u32]>> | null | Uint8Array | ITuple<[u32, u32]> | [u32 | AnyNumber | Uint8Array, u32 | AnyNumber | Uint8Array], priority: Option<u8> | null | Uint8Array | u8 | AnyNumber, call: Call | IMethod | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32, Option<ITuple<[u32, u32]>>, Option<u8>, Call]>;894 /**895 * Generic tx896 **/897 [key: string]: SubmittableExtrinsicFunction<ApiType>;898 };899 structure: {842 structure: {900 /**843 /**901 * Generic tx844 * Generic tx1034 enable: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;977 enable: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1035 incTestValue: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;978 incTestValue: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1036 justTakeFee: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;979 justTakeFee: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;1037 selfCancelingInc: AugmentedSubmittable<(id: U8aFixed | string | Uint8Array, maxTestValue: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [U8aFixed, u32]>;1038 setTestValue: AugmentedSubmittable<(value: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;980 setTestValue: AugmentedSubmittable<(value: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1039 setTestValueAndRollback: AugmentedSubmittable<(value: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;981 setTestValueAndRollback: AugmentedSubmittable<(value: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;1040 /**982 /**tests/src/interfaces/augment-types.tsdiffbeforeafterboth5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';778<<<<<<< HEAD8import 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';9<<<<<<< HEAD10import 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, 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, 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';11=======12<<<<<<< HEAD13import 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, 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';14=======15import 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, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, 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';16>>>>>>> refactor: `app-promotion` configuration pallet17>>>>>>> e2b20310... refactor: `app-promotion` configuration pallet18=======19import 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, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, 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, 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';20>>>>>>> 4824c0e1... chore: regenerate types21import type { Data, StorageKey } from '@polkadot/types';9import type { Data, StorageKey } from '@polkadot/types';22import 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';10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';23import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';340 CumulusPalletXcmCall: CumulusPalletXcmCall;328 CumulusPalletXcmCall: CumulusPalletXcmCall;341 CumulusPalletXcmError: CumulusPalletXcmError;329 CumulusPalletXcmError: CumulusPalletXcmError;342 CumulusPalletXcmEvent: CumulusPalletXcmEvent;330 CumulusPalletXcmEvent: CumulusPalletXcmEvent;343 CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;344 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;331 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;345 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;332 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;346 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;333 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;536 FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;523 FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;537 FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;524 FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;538 FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;525 FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;539 FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;540 FrameSupportPalletId: FrameSupportPalletId;526 FrameSupportPalletId: FrameSupportPalletId;541 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;527 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;542 FrameSystemAccountInfo: FrameSystemAccountInfo;528 FrameSystemAccountInfo: FrameSystemAccountInfo;783 OffenceDetails: OffenceDetails;769 OffenceDetails: OffenceDetails;784 Offender: Offender;770 Offender: Offender;785 OldV1SessionInfo: OldV1SessionInfo;771 OldV1SessionInfo: OldV1SessionInfo;786 OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;787 OpalRuntimeRuntime: OpalRuntimeRuntime;772 OpalRuntimeRuntime: OpalRuntimeRuntime;788 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;773 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;789 OpaqueCall: OpaqueCall;774 OpaqueCall: OpaqueCall;853 PalletEthereumError: PalletEthereumError;838 PalletEthereumError: PalletEthereumError;854 PalletEthereumEvent: PalletEthereumEvent;839 PalletEthereumEvent: PalletEthereumEvent;855 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;840 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;856 PalletEthereumRawOrigin: PalletEthereumRawOrigin;857 PalletEventMetadataLatest: PalletEventMetadataLatest;841 PalletEventMetadataLatest: PalletEventMetadataLatest;858 PalletEventMetadataV14: PalletEventMetadataV14;842 PalletEventMetadataV14: PalletEventMetadataV14;859 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;843 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;914 PalletTreasuryProposal: PalletTreasuryProposal;898 PalletTreasuryProposal: PalletTreasuryProposal;915 PalletUniqueCall: PalletUniqueCall;899 PalletUniqueCall: PalletUniqueCall;916 PalletUniqueError: PalletUniqueError;900 PalletUniqueError: PalletUniqueError;917 PalletUniqueSchedulerV2BlockAgenda: PalletUniqueSchedulerV2BlockAgenda;918 PalletUniqueSchedulerV2Call: PalletUniqueSchedulerV2Call;919 PalletUniqueSchedulerV2Error: PalletUniqueSchedulerV2Error;920 PalletUniqueSchedulerV2Event: PalletUniqueSchedulerV2Event;921 PalletUniqueSchedulerV2Scheduled: PalletUniqueSchedulerV2Scheduled;922 PalletUniqueSchedulerV2ScheduledCall: PalletUniqueSchedulerV2ScheduledCall;923 PalletVersion: PalletVersion;901 PalletVersion: PalletVersion;924 PalletXcmCall: PalletXcmCall;902 PalletXcmCall: PalletXcmCall;925 PalletXcmError: PalletXcmError;903 PalletXcmError: PalletXcmError;926 PalletXcmEvent: PalletXcmEvent;904 PalletXcmEvent: PalletXcmEvent;927 PalletXcmOrigin: PalletXcmOrigin;928 ParachainDispatchOrigin: ParachainDispatchOrigin;905 ParachainDispatchOrigin: ParachainDispatchOrigin;929 ParachainInherentData: ParachainInherentData;906 ParachainInherentData: ParachainInherentData;930 ParachainProposal: ParachainProposal;907 ParachainProposal: ParachainProposal;1198 SpCoreEcdsaSignature: SpCoreEcdsaSignature;1175 SpCoreEcdsaSignature: SpCoreEcdsaSignature;1199 SpCoreEd25519Signature: SpCoreEd25519Signature;1176 SpCoreEd25519Signature: SpCoreEd25519Signature;1200 SpCoreSr25519Signature: SpCoreSr25519Signature;1177 SpCoreSr25519Signature: SpCoreSr25519Signature;1201 SpCoreVoid: SpCoreVoid;1202 SpecVersion: SpecVersion;1178 SpecVersion: SpecVersion;1203 SpRuntimeArithmeticError: SpRuntimeArithmeticError;1179 SpRuntimeArithmeticError: SpRuntimeArithmeticError;1204 SpRuntimeDigest: SpRuntimeDigest;1180 SpRuntimeDigest: SpRuntimeDigest;tests/src/interfaces/default/types.tsdiffbeforeafterboth153 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';153 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}154}155156/** @name CumulusPalletXcmOrigin */157export interface CumulusPalletXcmOrigin extends Enum {158 readonly isRelay: boolean;159 readonly isSiblingParachain: boolean;160 readonly asSiblingParachain: u32;161 readonly type: 'Relay' | 'SiblingParachain';162}163155164/** @name CumulusPalletXcmpQueueCall */156/** @name CumulusPalletXcmpQueueCall */165export interface CumulusPalletXcmpQueueCall extends Enum {157export interface CumulusPalletXcmpQueueCall extends Enum {544 readonly mandatory: FrameSystemLimitsWeightsPerClass;536 readonly mandatory: FrameSystemLimitsWeightsPerClass;545}537}546547/** @name FrameSupportDispatchRawOrigin */548export interface FrameSupportDispatchRawOrigin extends Enum {549 readonly isRoot: boolean;550 readonly isSigned: boolean;551 readonly asSigned: AccountId32;552 readonly isNone: boolean;553 readonly type: 'Root' | 'Signed' | 'None';554}555538556/** @name FrameSupportPalletId */539/** @name FrameSupportPalletId */557export interface FrameSupportPalletId extends U8aFixed {}540export interface FrameSupportPalletId extends U8aFixed {}710 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';693 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';711}694}712713/** @name OpalRuntimeOriginCaller */714export interface OpalRuntimeOriginCaller extends Enum {715 readonly isSystem: boolean;716 readonly asSystem: FrameSupportDispatchRawOrigin;717 readonly isVoid: boolean;718 readonly asVoid: SpCoreVoid;719 readonly isPolkadotXcm: boolean;720 readonly asPolkadotXcm: PalletXcmOrigin;721 readonly isCumulusXcm: boolean;722 readonly asCumulusXcm: CumulusPalletXcmOrigin;723 readonly isEthereum: boolean;724 readonly asEthereum: PalletEthereumRawOrigin;725 readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';726}727695728/** @name OpalRuntimeRuntime */696/** @name OpalRuntimeRuntime */729export interface OpalRuntimeRuntime extends Null {}697export interface OpalRuntimeRuntime extends Null {}1345 readonly asSetXcmAllowedLocations: {1313 readonly asSetXcmAllowedLocations: {1346 readonly locations: Option<Vec<XcmV1MultiLocation>>;1314 readonly locations: Option<Vec<XcmV1MultiLocation>>;1347 } & Struct;1315 } & Struct;1316 readonly isSetAppPromotionConfigurationOverride: boolean;1317 readonly asSetAppPromotionConfigurationOverride: {1318 readonly configuration: PalletConfigurationAppPromotionConfiguration;1319 } & Struct;1348 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations';1320 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';1349}1321}13221323/** @name PalletConfigurationError */1324export interface PalletConfigurationError extends Enum {1325 readonly isInconsistentConfiguration: boolean;1326 readonly type: 'InconsistentConfiguration';1327}135013281351/** @name PalletEthereumCall */1329/** @name PalletEthereumCall */1352export interface PalletEthereumCall extends Enum {1330export interface PalletEthereumCall extends Enum {1379/** @name PalletEthereumFakeTransactionFinalizer */1357/** @name PalletEthereumFakeTransactionFinalizer */1380export interface PalletEthereumFakeTransactionFinalizer extends Null {}1358export interface PalletEthereumFakeTransactionFinalizer extends Null {}13811382/** @name PalletEthereumRawOrigin */1383export interface PalletEthereumRawOrigin extends Enum {1384 readonly isEthereumTransaction: boolean;1385 readonly asEthereumTransaction: H160;1386 readonly type: 'EthereumTransaction';1387}138813591389/** @name PalletEvmAccountBasicCrossAccountIdRepr */1360/** @name PalletEvmAccountBasicCrossAccountIdRepr */1390export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1361export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {2049 readonly value: u32;2020 readonly value: u32;2050 } & Struct;2021 } & Struct;2051 readonly isIncTestValue: boolean;2022 readonly isIncTestValue: boolean;2052 readonly isSelfCancelingInc: boolean;2053 readonly asSelfCancelingInc: {2054 readonly id: U8aFixed;2055 readonly maxTestValue: u32;2056 } & Struct;2057 readonly isJustTakeFee: boolean;2023 readonly isJustTakeFee: boolean;2058 readonly isBatchAll: boolean;2024 readonly isBatchAll: boolean;2059 readonly asBatchAll: {2025 readonly asBatchAll: {2060 readonly calls: Vec<Call>;2026 readonly calls: Vec<Call>;2061 } & Struct;2027 } & Struct;2062 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'SelfCancelingInc' | 'JustTakeFee' | 'BatchAll';2028 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';2063}2029}206420302065/** @name PalletTestUtilsError */2031/** @name PalletTestUtilsError */2363 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2329 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2364}2330}23652366/** @name PalletUniqueSchedulerV2BlockAgenda */2367export interface PalletUniqueSchedulerV2BlockAgenda extends Struct {2368 readonly agenda: Vec<Option<PalletUniqueSchedulerV2Scheduled>>;2369 readonly freePlaces: u32;2370}23712372/** @name PalletUniqueSchedulerV2Call */2373export interface PalletUniqueSchedulerV2Call extends Enum {2374 readonly isSchedule: boolean;2375 readonly asSchedule: {2376 readonly when: u32;2377 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2378 readonly priority: Option<u8>;2379 readonly call: Call;2380 } & Struct;2381 readonly isCancel: boolean;2382 readonly asCancel: {2383 readonly when: u32;2384 readonly index: u32;2385 } & Struct;2386 readonly isScheduleNamed: boolean;2387 readonly asScheduleNamed: {2388 readonly id: U8aFixed;2389 readonly when: u32;2390 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2391 readonly priority: Option<u8>;2392 readonly call: Call;2393 } & Struct;2394 readonly isCancelNamed: boolean;2395 readonly asCancelNamed: {2396 readonly id: U8aFixed;2397 } & Struct;2398 readonly isScheduleAfter: boolean;2399 readonly asScheduleAfter: {2400 readonly after: u32;2401 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2402 readonly priority: Option<u8>;2403 readonly call: Call;2404 } & Struct;2405 readonly isScheduleNamedAfter: boolean;2406 readonly asScheduleNamedAfter: {2407 readonly id: U8aFixed;2408 readonly after: u32;2409 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2410 readonly priority: Option<u8>;2411 readonly call: Call;2412 } & Struct;2413 readonly isChangeNamedPriority: boolean;2414 readonly asChangeNamedPriority: {2415 readonly id: U8aFixed;2416 readonly priority: u8;2417 } & Struct;2418 readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter' | 'ChangeNamedPriority';2419}24202421/** @name PalletUniqueSchedulerV2Error */2422export interface PalletUniqueSchedulerV2Error extends Enum {2423 readonly isFailedToSchedule: boolean;2424 readonly isAgendaIsExhausted: boolean;2425 readonly isScheduledCallCorrupted: boolean;2426 readonly isPreimageNotFound: boolean;2427 readonly isTooBigScheduledCall: boolean;2428 readonly isNotFound: boolean;2429 readonly isTargetBlockNumberInPast: boolean;2430 readonly isNamed: boolean;2431 readonly type: 'FailedToSchedule' | 'AgendaIsExhausted' | 'ScheduledCallCorrupted' | 'PreimageNotFound' | 'TooBigScheduledCall' | 'NotFound' | 'TargetBlockNumberInPast' | 'Named';2432}24332434/** @name PalletUniqueSchedulerV2Event */2435export interface PalletUniqueSchedulerV2Event extends Enum {2436 readonly isScheduled: boolean;2437 readonly asScheduled: {2438 readonly when: u32;2439 readonly index: u32;2440 } & Struct;2441 readonly isCanceled: boolean;2442 readonly asCanceled: {2443 readonly when: u32;2444 readonly index: u32;2445 } & Struct;2446 readonly isDispatched: boolean;2447 readonly asDispatched: {2448 readonly task: ITuple<[u32, u32]>;2449 readonly id: Option<U8aFixed>;2450 readonly result: Result<Null, SpRuntimeDispatchError>;2451 } & Struct;2452 readonly isPriorityChanged: boolean;2453 readonly asPriorityChanged: {2454 readonly task: ITuple<[u32, u32]>;2455 readonly priority: u8;2456 } & Struct;2457 readonly isCallUnavailable: boolean;2458 readonly asCallUnavailable: {2459 readonly task: ITuple<[u32, u32]>;2460 readonly id: Option<U8aFixed>;2461 } & Struct;2462 readonly isPermanentlyOverweight: boolean;2463 readonly asPermanentlyOverweight: {2464 readonly task: ITuple<[u32, u32]>;2465 readonly id: Option<U8aFixed>;2466 } & Struct;2467 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'PriorityChanged' | 'CallUnavailable' | 'PermanentlyOverweight';2468}24692470/** @name PalletUniqueSchedulerV2Scheduled */2471export interface PalletUniqueSchedulerV2Scheduled extends Struct {2472 readonly maybeId: Option<U8aFixed>;2473 readonly priority: u8;2474 readonly call: PalletUniqueSchedulerV2ScheduledCall;2475 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2476 readonly origin: OpalRuntimeOriginCaller;2477}24782479/** @name PalletUniqueSchedulerV2ScheduledCall */2480export interface PalletUniqueSchedulerV2ScheduledCall extends Enum {2481 readonly isInline: boolean;2482 readonly asInline: Bytes;2483 readonly isPreimageLookup: boolean;2484 readonly asPreimageLookup: {2485 readonly hash_: H256;2486 readonly unboundedLen: u32;2487 } & Struct;2488 readonly type: 'Inline' | 'PreimageLookup';2489}249023312491/** @name PalletXcmCall */2332/** @name PalletXcmCall */2492export interface PalletXcmCall extends Enum {2333export interface PalletXcmCall extends Enum {2607 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';2448 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';2608}2449}26092610/** @name PalletXcmOrigin */2611export interface PalletXcmOrigin extends Enum {2612 readonly isXcm: boolean;2613 readonly asXcm: XcmV1MultiLocation;2614 readonly isResponse: boolean;2615 readonly asResponse: XcmV1MultiLocation;2616 readonly type: 'Xcm' | 'Response';2617}261824502619/** @name PhantomTypeUpDataStructs */2451/** @name PhantomTypeUpDataStructs */2620export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}2452export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}2836/** @name SpCoreSr25519Signature */2668/** @name SpCoreSr25519Signature */2837export interface SpCoreSr25519Signature extends U8aFixed {}2669export interface SpCoreSr25519Signature extends U8aFixed {}28382839/** @name SpCoreVoid */2840export interface SpCoreVoid extends Null {}284126702842/** @name SpRuntimeArithmeticError */2671/** @name SpRuntimeArithmeticError */2843export interface SpRuntimeArithmeticError extends Enum {2672export interface SpRuntimeArithmeticError extends Enum {tests/src/interfaces/lookup.tsdiffbeforeafterboth988 }988 }989 }989 }990 },990 },991 /**992 * Lookup89: pallet_unique_scheduler_v2::pallet::Event<T>993 **/994 PalletUniqueSchedulerV2Event: {995 _enum: {996 Scheduled: {997 when: 'u32',998 index: 'u32',999 },1000 Canceled: {1001 when: 'u32',1002 index: 'u32',1003 },1004 Dispatched: {1005 task: '(u32,u32)',1006 id: 'Option<[u8;32]>',1007 result: 'Result<Null, SpRuntimeDispatchError>',1008 },1009 PriorityChanged: {1010 task: '(u32,u32)',1011 priority: 'u8',1012 },1013 CallUnavailable: {1014 task: '(u32,u32)',1015 id: 'Option<[u8;32]>',1016 },1017 PermanentlyOverweight: {1018 task: '(u32,u32)',1019 id: 'Option<[u8;32]>'1020 }1021 }1022 },1023 /**991 /**1024 * Lookup92: pallet_common::pallet::Event<T>992 * Lookup89: pallet_common::pallet::Event<T>1025 **/993 **/1026 PalletCommonEvent: {994 PalletCommonEvent: {1027 _enum: {995 _enum: {1028 CollectionCreated: '(u32,u8,AccountId32)',996 CollectionCreated: '(u32,u8,AccountId32)',1049 CollectionSponsorRemoved: 'u32'1017 CollectionSponsorRemoved: 'u32'1050 }1018 }1051 },1019 },1052 /**1020 /**1053 * Lookup95: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1021 * Lookup92: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1054 **/1022 **/1055 PalletEvmAccountBasicCrossAccountIdRepr: {1023 PalletEvmAccountBasicCrossAccountIdRepr: {1056 _enum: {1024 _enum: {1057 Substrate: 'AccountId32',1025 Substrate: 'AccountId32',1058 Ethereum: 'H160'1026 Ethereum: 'H160'1059 }1027 }1060 },1028 },1061 /**1029 /**1062 * Lookup99: pallet_structure::pallet::Event<T>1030 * Lookup96: pallet_structure::pallet::Event<T>1063 **/1031 **/1064 PalletStructureEvent: {1032 PalletStructureEvent: {1065 _enum: {1033 _enum: {1066 Executed: 'Result<Null, SpRuntimeDispatchError>'1034 Executed: 'Result<Null, SpRuntimeDispatchError>'1067 }1035 }1068 },1036 },1069 /**1037 /**1070 * Lookup100: pallet_rmrk_core::pallet::Event<T>1038 * Lookup97: pallet_rmrk_core::pallet::Event<T>1071 **/1039 **/1072 PalletRmrkCoreEvent: {1040 PalletRmrkCoreEvent: {1073 _enum: {1041 _enum: {1074 CollectionCreated: {1042 CollectionCreated: {1143 }1111 }1144 }1112 }1145 },1113 },1146 /**1114 /**1147 * Lookup101: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1115 * Lookup98: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1148 **/1116 **/1149 RmrkTraitsNftAccountIdOrCollectionNftTuple: {1117 RmrkTraitsNftAccountIdOrCollectionNftTuple: {1150 _enum: {1118 _enum: {1151 AccountId: 'AccountId32',1119 AccountId: 'AccountId32',1152 CollectionAndNftTuple: '(u32,u32)'1120 CollectionAndNftTuple: '(u32,u32)'1153 }1121 }1154 },1122 },1155 /**1123 /**1156 * Lookup105: pallet_rmrk_equip::pallet::Event<T>1124 * Lookup102: pallet_rmrk_equip::pallet::Event<T>1157 **/1125 **/1158 PalletRmrkEquipEvent: {1126 PalletRmrkEquipEvent: {1159 _enum: {1127 _enum: {1160 BaseCreated: {1128 BaseCreated: {1167 }1135 }1168 }1136 }1169 },1137 },1170 /**1138 /**1171 * Lookup106: pallet_app_promotion::pallet::Event<T>1139 * Lookup103: pallet_app_promotion::pallet::Event<T>1172 **/1140 **/1173 PalletAppPromotionEvent: {1141 PalletAppPromotionEvent: {1174 _enum: {1142 _enum: {1175 StakingRecalculation: '(AccountId32,u128,u128)',1143 StakingRecalculation: '(AccountId32,u128,u128)',1178 SetAdmin: 'AccountId32'1146 SetAdmin: 'AccountId32'1179 }1147 }1180 },1148 },1181 /**1149 /**1182 * Lookup107: pallet_foreign_assets::module::Event<T>1150 * Lookup104: pallet_foreign_assets::module::Event<T>1183 **/1151 **/1184 PalletForeignAssetsModuleEvent: {1152 PalletForeignAssetsModuleEvent: {1185 _enum: {1153 _enum: {1186 ForeignAssetRegistered: {1154 ForeignAssetRegistered: {1203 }1171 }1204 }1172 }1205 },1173 },1206 /**1174 /**1207 * Lookup108: pallet_foreign_assets::module::AssetMetadata<Balance>1175 * Lookup105: pallet_foreign_assets::module::AssetMetadata<Balance>1208 **/1176 **/1209 PalletForeignAssetsModuleAssetMetadata: {1177 PalletForeignAssetsModuleAssetMetadata: {1210 name: 'Bytes',1178 name: 'Bytes',1211 symbol: 'Bytes',1179 symbol: 'Bytes',1212 decimals: 'u8',1180 decimals: 'u8',1213 minimalBalance: 'u128'1181 minimalBalance: 'u128'1214 },1182 },1215 /**1183 /**1216 * Lookup109: pallet_evm::pallet::Event<T>1184 * Lookup106: pallet_evm::pallet::Event<T>1217 **/1185 **/1218 PalletEvmEvent: {1186 PalletEvmEvent: {1219 _enum: {1187 _enum: {1220 Log: {1188 Log: {1234 }1202 }1235 }1203 }1236 },1204 },1237 /**1205 /**1238 * Lookup110: ethereum::log::Log1206 * Lookup107: ethereum::log::Log1239 **/1207 **/1240 EthereumLog: {1208 EthereumLog: {1241 address: 'H160',1209 address: 'H160',1242 topics: 'Vec<H256>',1210 topics: 'Vec<H256>',1243 data: 'Bytes'1211 data: 'Bytes'1244 },1212 },1245 /**1213 /**1246 * Lookup112: pallet_ethereum::pallet::Event1214 * Lookup109: pallet_ethereum::pallet::Event1247 **/1215 **/1248 PalletEthereumEvent: {1216 PalletEthereumEvent: {1249 _enum: {1217 _enum: {1250 Executed: {1218 Executed: {1255 }1223 }1256 }1224 }1257 },1225 },1258 /**1226 /**1259 * Lookup113: evm_core::error::ExitReason1227 * Lookup110: evm_core::error::ExitReason1260 **/1228 **/1261 EvmCoreErrorExitReason: {1229 EvmCoreErrorExitReason: {1262 _enum: {1230 _enum: {1263 Succeed: 'EvmCoreErrorExitSucceed',1231 Succeed: 'EvmCoreErrorExitSucceed',1266 Fatal: 'EvmCoreErrorExitFatal'1234 Fatal: 'EvmCoreErrorExitFatal'1267 }1235 }1268 },1236 },1269 /**1237 /**1270 * Lookup114: evm_core::error::ExitSucceed1238 * Lookup111: evm_core::error::ExitSucceed1271 **/1239 **/1272 EvmCoreErrorExitSucceed: {1240 EvmCoreErrorExitSucceed: {1273 _enum: ['Stopped', 'Returned', 'Suicided']1241 _enum: ['Stopped', 'Returned', 'Suicided']1274 },1242 },1275 /**1243 /**1276 * Lookup115: evm_core::error::ExitError1244 * Lookup112: evm_core::error::ExitError1277 **/1245 **/1278 EvmCoreErrorExitError: {1246 EvmCoreErrorExitError: {1279 _enum: {1247 _enum: {1280 StackUnderflow: 'Null',1248 StackUnderflow: 'Null',1294 InvalidCode: 'Null'1262 InvalidCode: 'Null'1295 }1263 }1296 },1264 },1297 /**1265 /**1298 * Lookup118: evm_core::error::ExitRevert1266 * Lookup115: evm_core::error::ExitRevert1299 **/1267 **/1300 EvmCoreErrorExitRevert: {1268 EvmCoreErrorExitRevert: {1301 _enum: ['Reverted']1269 _enum: ['Reverted']1302 },1270 },1303 /**1271 /**1304 * Lookup119: evm_core::error::ExitFatal1272 * Lookup116: evm_core::error::ExitFatal1305 **/1273 **/1306 EvmCoreErrorExitFatal: {1274 EvmCoreErrorExitFatal: {1307 _enum: {1275 _enum: {1308 NotSupported: 'Null',1276 NotSupported: 'Null',1311 Other: 'Text'1279 Other: 'Text'1312 }1280 }1313 },1281 },1314 /**1282 /**1315 * Lookup120: pallet_evm_contract_helpers::pallet::Event<T>1283 * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>1316 **/1284 **/1317 PalletEvmContractHelpersEvent: {1285 PalletEvmContractHelpersEvent: {1318 _enum: {1286 _enum: {1319 ContractSponsorSet: '(H160,AccountId32)',1287 ContractSponsorSet: '(H160,AccountId32)',1320 ContractSponsorshipConfirmed: '(H160,AccountId32)',1288 ContractSponsorshipConfirmed: '(H160,AccountId32)',1321 ContractSponsorRemoved: 'H160'1289 ContractSponsorRemoved: 'H160'1322 }1290 }1323 },1291 },1324 /**1292 /**1325 * Lookup121: pallet_evm_migration::pallet::Event<T>1293 * Lookup118: pallet_evm_migration::pallet::Event<T>1326 **/1294 **/1327 PalletEvmMigrationEvent: {1295 PalletEvmMigrationEvent: {1328 _enum: ['TestEvent']1296 _enum: ['TestEvent']1329 },1297 },1330 /**1298 /**1331 * Lookup122: pallet_maintenance::pallet::Event<T>1299 * Lookup119: pallet_maintenance::pallet::Event<T>1332 **/1300 **/1333 PalletMaintenanceEvent: {1301 PalletMaintenanceEvent: {1334 _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1302 _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1335 },1303 },1336 /**1304 /**1337 * Lookup123: pallet_test_utils::pallet::Event<T>1305 * Lookup120: pallet_test_utils::pallet::Event<T>1338 **/1306 **/1339 PalletTestUtilsEvent: {1307 PalletTestUtilsEvent: {1340 _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1308 _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1341 },1309 },1342 /**1310 /**1343 * Lookup124: frame_system::Phase1311 * Lookup121: frame_system::Phase1344 **/1312 **/1345 FrameSystemPhase: {1313 FrameSystemPhase: {1346 _enum: {1314 _enum: {1347 ApplyExtrinsic: 'u32',1315 ApplyExtrinsic: 'u32',1348 Finalization: 'Null',1316 Finalization: 'Null',1349 Initialization: 'Null'1317 Initialization: 'Null'1350 }1318 }1351 },1319 },1352 /**1320 /**1353 * Lookup126: frame_system::LastRuntimeUpgradeInfo1321 * Lookup124: frame_system::LastRuntimeUpgradeInfo1354 **/1322 **/1355 FrameSystemLastRuntimeUpgradeInfo: {1323 FrameSystemLastRuntimeUpgradeInfo: {1356 specVersion: 'Compact<u32>',1324 specVersion: 'Compact<u32>',1357 specName: 'Text'1325 specName: 'Text'1358 },1326 },1359 /**1327 /**1360 * Lookup127: frame_system::pallet::Call<T>1328 * Lookup125: frame_system::pallet::Call<T>1361 **/1329 **/1362 FrameSystemCall: {1330 FrameSystemCall: {1363 _enum: {1331 _enum: {1364 fill_block: {1332 fill_block: {1394 }1362 }1395 }1363 }1396 },1364 },1397 /**1365 /**1398 * Lookup132: frame_system::limits::BlockWeights1366 * Lookup130: frame_system::limits::BlockWeights1399 **/1367 **/1400 FrameSystemLimitsBlockWeights: {1368 FrameSystemLimitsBlockWeights: {1401 baseBlock: 'SpWeightsWeightV2Weight',1369 baseBlock: 'SpWeightsWeightV2Weight',1402 maxBlock: 'SpWeightsWeightV2Weight',1370 maxBlock: 'SpWeightsWeightV2Weight',1403 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1371 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1404 },1372 },1405 /**1373 /**1406 * Lookup133: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1374 * Lookup131: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1407 **/1375 **/1408 FrameSupportDispatchPerDispatchClassWeightsPerClass: {1376 FrameSupportDispatchPerDispatchClassWeightsPerClass: {1409 normal: 'FrameSystemLimitsWeightsPerClass',1377 normal: 'FrameSystemLimitsWeightsPerClass',1410 operational: 'FrameSystemLimitsWeightsPerClass',1378 operational: 'FrameSystemLimitsWeightsPerClass',1411 mandatory: 'FrameSystemLimitsWeightsPerClass'1379 mandatory: 'FrameSystemLimitsWeightsPerClass'1412 },1380 },1413 /**1381 /**1414 * Lookup134: frame_system::limits::WeightsPerClass1382 * Lookup132: frame_system::limits::WeightsPerClass1415 **/1383 **/1416 FrameSystemLimitsWeightsPerClass: {1384 FrameSystemLimitsWeightsPerClass: {1417 baseExtrinsic: 'SpWeightsWeightV2Weight',1385 baseExtrinsic: 'SpWeightsWeightV2Weight',1418 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1386 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1419 maxTotal: 'Option<SpWeightsWeightV2Weight>',1387 maxTotal: 'Option<SpWeightsWeightV2Weight>',1420 reserved: 'Option<SpWeightsWeightV2Weight>'1388 reserved: 'Option<SpWeightsWeightV2Weight>'1421 },1389 },1422 /**1390 /**1423 * Lookup136: frame_system::limits::BlockLength1391 * Lookup134: frame_system::limits::BlockLength1424 **/1392 **/1425 FrameSystemLimitsBlockLength: {1393 FrameSystemLimitsBlockLength: {1426 max: 'FrameSupportDispatchPerDispatchClassU32'1394 max: 'FrameSupportDispatchPerDispatchClassU32'1427 },1395 },1428 /**1396 /**1429 * Lookup137: frame_support::dispatch::PerDispatchClass<T>1397 * Lookup135: frame_support::dispatch::PerDispatchClass<T>1430 **/1398 **/1431 FrameSupportDispatchPerDispatchClassU32: {1399 FrameSupportDispatchPerDispatchClassU32: {1432 normal: 'u32',1400 normal: 'u32',1433 operational: 'u32',1401 operational: 'u32',1434 mandatory: 'u32'1402 mandatory: 'u32'1435 },1403 },1436 /**1404 /**1437 * Lookup138: sp_weights::RuntimeDbWeight1405 * Lookup136: sp_weights::RuntimeDbWeight1438 **/1406 **/1439 SpWeightsRuntimeDbWeight: {1407 SpWeightsRuntimeDbWeight: {1440 read: 'u64',1408 read: 'u64',1441 write: 'u64'1409 write: 'u64'1442 },1410 },1443 /**1411 /**1444 * Lookup139: sp_version::RuntimeVersion1412 * Lookup137: sp_version::RuntimeVersion1445 **/1413 **/1446 SpVersionRuntimeVersion: {1414 SpVersionRuntimeVersion: {1447 specName: 'Text',1415 specName: 'Text',1448 implName: 'Text',1416 implName: 'Text',1453 transactionVersion: 'u32',1421 transactionVersion: 'u32',1454 stateVersion: 'u8'1422 stateVersion: 'u8'1455 },1423 },1456 /**1424 /**1457 * Lookup144: frame_system::pallet::Error<T>1425 * Lookup142: frame_system::pallet::Error<T>1458 **/1426 **/1459 FrameSystemError: {1427 FrameSystemError: {1460 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1428 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1461 },1429 },1462 /**1430 /**1463 * Lookup145: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1431 * Lookup143: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1464 **/1432 **/1465 PolkadotPrimitivesV2PersistedValidationData: {1433 PolkadotPrimitivesV2PersistedValidationData: {1466 parentHead: 'Bytes',1434 parentHead: 'Bytes',1467 relayParentNumber: 'u32',1435 relayParentNumber: 'u32',1468 relayParentStorageRoot: 'H256',1436 relayParentStorageRoot: 'H256',1469 maxPovSize: 'u32'1437 maxPovSize: 'u32'1470 },1438 },1471 /**1439 /**1472 * Lookup148: polkadot_primitives::v2::UpgradeRestriction1440 * Lookup146: polkadot_primitives::v2::UpgradeRestriction1473 **/1441 **/1474 PolkadotPrimitivesV2UpgradeRestriction: {1442 PolkadotPrimitivesV2UpgradeRestriction: {1475 _enum: ['Present']1443 _enum: ['Present']1476 },1444 },1477 /**1445 /**1478 * Lookup149: sp_trie::storage_proof::StorageProof1446 * Lookup147: sp_trie::storage_proof::StorageProof1479 **/1447 **/1480 SpTrieStorageProof: {1448 SpTrieStorageProof: {1481 trieNodes: 'BTreeSet<Bytes>'1449 trieNodes: 'BTreeSet<Bytes>'1482 },1450 },1483 /**1451 /**1484 * Lookup151: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1452 * Lookup149: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1485 **/1453 **/1486 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1454 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1487 dmqMqcHead: 'H256',1455 dmqMqcHead: 'H256',1488 relayDispatchQueueSize: '(u32,u32)',1456 relayDispatchQueueSize: '(u32,u32)',1489 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1457 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1490 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1458 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1491 },1459 },1492 /**1460 /**1493 * Lookup154: polkadot_primitives::v2::AbridgedHrmpChannel1461 * Lookup152: polkadot_primitives::v2::AbridgedHrmpChannel1494 **/1462 **/1495 PolkadotPrimitivesV2AbridgedHrmpChannel: {1463 PolkadotPrimitivesV2AbridgedHrmpChannel: {1496 maxCapacity: 'u32',1464 maxCapacity: 'u32',1497 maxTotalSize: 'u32',1465 maxTotalSize: 'u32',1500 totalSize: 'u32',1468 totalSize: 'u32',1501 mqcHead: 'Option<H256>'1469 mqcHead: 'Option<H256>'1502 },1470 },1503 /**1471 /**1504 * Lookup155: polkadot_primitives::v2::AbridgedHostConfiguration1472 * Lookup153: polkadot_primitives::v2::AbridgedHostConfiguration1505 **/1473 **/1506 PolkadotPrimitivesV2AbridgedHostConfiguration: {1474 PolkadotPrimitivesV2AbridgedHostConfiguration: {1507 maxCodeSize: 'u32',1475 maxCodeSize: 'u32',1508 maxHeadDataSize: 'u32',1476 maxHeadDataSize: 'u32',1514 validationUpgradeCooldown: 'u32',1482 validationUpgradeCooldown: 'u32',1515 validationUpgradeDelay: 'u32'1483 validationUpgradeDelay: 'u32'1516 },1484 },1517 /**1485 /**1518 * Lookup161: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1486 * Lookup159: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1519 **/1487 **/1520 PolkadotCorePrimitivesOutboundHrmpMessage: {1488 PolkadotCorePrimitivesOutboundHrmpMessage: {1521 recipient: 'u32',1489 recipient: 'u32',1522 data: 'Bytes'1490 data: 'Bytes'1523 },1491 },1524 /**1492 /**1525 * Lookup162: cumulus_pallet_parachain_system::pallet::Call<T>1493 * Lookup160: cumulus_pallet_parachain_system::pallet::Call<T>1526 **/1494 **/1527 CumulusPalletParachainSystemCall: {1495 CumulusPalletParachainSystemCall: {1528 _enum: {1496 _enum: {1529 set_validation_data: {1497 set_validation_data: {1540 }1508 }1541 }1509 }1542 },1510 },1543 /**1511 /**1544 * Lookup163: cumulus_primitives_parachain_inherent::ParachainInherentData1512 * Lookup161: cumulus_primitives_parachain_inherent::ParachainInherentData1545 **/1513 **/1546 CumulusPrimitivesParachainInherentParachainInherentData: {1514 CumulusPrimitivesParachainInherentParachainInherentData: {1547 validationData: 'PolkadotPrimitivesV2PersistedValidationData',1515 validationData: 'PolkadotPrimitivesV2PersistedValidationData',1548 relayChainState: 'SpTrieStorageProof',1516 relayChainState: 'SpTrieStorageProof',1549 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1517 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1550 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1518 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1551 },1519 },1552 /**1520 /**1553 * Lookup165: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1521 * Lookup163: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1554 **/1522 **/1555 PolkadotCorePrimitivesInboundDownwardMessage: {1523 PolkadotCorePrimitivesInboundDownwardMessage: {1556 sentAt: 'u32',1524 sentAt: 'u32',1557 msg: 'Bytes'1525 msg: 'Bytes'1558 },1526 },1559 /**1527 /**1560 * Lookup168: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1528 * Lookup166: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1561 **/1529 **/1562 PolkadotCorePrimitivesInboundHrmpMessage: {1530 PolkadotCorePrimitivesInboundHrmpMessage: {1563 sentAt: 'u32',1531 sentAt: 'u32',1564 data: 'Bytes'1532 data: 'Bytes'1565 },1533 },1566 /**1534 /**1567 * Lookup171: cumulus_pallet_parachain_system::pallet::Error<T>1535 * Lookup169: cumulus_pallet_parachain_system::pallet::Error<T>1568 **/1536 **/1569 CumulusPalletParachainSystemError: {1537 CumulusPalletParachainSystemError: {1570 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1538 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1571 },1539 },1572 /**1540 /**1573 * Lookup173: pallet_balances::BalanceLock<Balance>1541 * Lookup171: pallet_balances::BalanceLock<Balance>1574 **/1542 **/1575 PalletBalancesBalanceLock: {1543 PalletBalancesBalanceLock: {1576 id: '[u8;8]',1544 id: '[u8;8]',1577 amount: 'u128',1545 amount: 'u128',1578 reasons: 'PalletBalancesReasons'1546 reasons: 'PalletBalancesReasons'1579 },1547 },1580 /**1548 /**1581 * Lookup174: pallet_balances::Reasons1549 * Lookup172: pallet_balances::Reasons1582 **/1550 **/1583 PalletBalancesReasons: {1551 PalletBalancesReasons: {1584 _enum: ['Fee', 'Misc', 'All']1552 _enum: ['Fee', 'Misc', 'All']1585 },1553 },1586 /**1554 /**1587 * Lookup177: pallet_balances::ReserveData<ReserveIdentifier, Balance>1555 * Lookup175: pallet_balances::ReserveData<ReserveIdentifier, Balance>1588 **/1556 **/1589 PalletBalancesReserveData: {1557 PalletBalancesReserveData: {1590 id: '[u8;16]',1558 id: '[u8;16]',1591 amount: 'u128'1559 amount: 'u128'1592 },1560 },1593 /**1561 /**1594 * Lookup179: pallet_balances::Releases1562 * Lookup177: pallet_balances::Releases1595 **/1563 **/1596 PalletBalancesReleases: {1564 PalletBalancesReleases: {1597 _enum: ['V1_0_0', 'V2_0_0']1565 _enum: ['V1_0_0', 'V2_0_0']1598 },1566 },1599 /**1567 /**1600 * Lookup180: pallet_balances::pallet::Call<T, I>1568 * Lookup178: pallet_balances::pallet::Call<T, I>1601 **/1569 **/1602 PalletBalancesCall: {1570 PalletBalancesCall: {1603 _enum: {1571 _enum: {1604 transfer: {1572 transfer: {1629 }1597 }1630 }1598 }1631 },1599 },1632 /**1600 /**1633 * Lookup183: pallet_balances::pallet::Error<T, I>1601 * Lookup181: pallet_balances::pallet::Error<T, I>1634 **/1602 **/1635 PalletBalancesError: {1603 PalletBalancesError: {1636 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1604 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1637 },1605 },1638 /**1606 /**1639 * Lookup185: pallet_timestamp::pallet::Call<T>1607 * Lookup183: pallet_timestamp::pallet::Call<T>1640 **/1608 **/1641 PalletTimestampCall: {1609 PalletTimestampCall: {1642 _enum: {1610 _enum: {1643 set: {1611 set: {1644 now: 'Compact<u64>'1612 now: 'Compact<u64>'1645 }1613 }1646 }1614 }1647 },1615 },1648 /**1616 /**1649 * Lookup187: pallet_transaction_payment::Releases1617 * Lookup185: pallet_transaction_payment::Releases1650 **/1618 **/1651 PalletTransactionPaymentReleases: {1619 PalletTransactionPaymentReleases: {1652 _enum: ['V1Ancient', 'V2']1620 _enum: ['V1Ancient', 'V2']1653 },1621 },1654 /**1622 /**1655 * Lookup188: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1623 * Lookup186: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1656 **/1624 **/1657 PalletTreasuryProposal: {1625 PalletTreasuryProposal: {1658 proposer: 'AccountId32',1626 proposer: 'AccountId32',1659 value: 'u128',1627 value: 'u128',1660 beneficiary: 'AccountId32',1628 beneficiary: 'AccountId32',1661 bond: 'u128'1629 bond: 'u128'1662 },1630 },1663 /**1631 /**1664 * Lookup191: pallet_treasury::pallet::Call<T, I>1632 * Lookup189: pallet_treasury::pallet::Call<T, I>1665 **/1633 **/1666 PalletTreasuryCall: {1634 PalletTreasuryCall: {1667 _enum: {1635 _enum: {1668 propose_spend: {1636 propose_spend: {1684 }1652 }1685 }1653 }1686 },1654 },1687 /**1655 /**1688 * Lookup194: frame_support::PalletId1656 * Lookup192: frame_support::PalletId1689 **/1657 **/1690 FrameSupportPalletId: '[u8;8]',1658 FrameSupportPalletId: '[u8;8]',1691 /**1659 /**1692 * Lookup195: pallet_treasury::pallet::Error<T, I>1660 * Lookup193: pallet_treasury::pallet::Error<T, I>1693 **/1661 **/1694 PalletTreasuryError: {1662 PalletTreasuryError: {1695 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1663 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1696 },1664 },1697 /**1665 /**1698 * Lookup196: pallet_sudo::pallet::Call<T>1666 * Lookup194: pallet_sudo::pallet::Call<T>1699 **/1667 **/1700 PalletSudoCall: {1668 PalletSudoCall: {1701 _enum: {1669 _enum: {1702 sudo: {1670 sudo: {1718 }1686 }1719 }1687 }1720 },1688 },1721 /**1689 /**1722 * Lookup198: orml_vesting::module::Call<T>1690 * Lookup196: orml_vesting::module::Call<T>1723 **/1691 **/1724 OrmlVestingModuleCall: {1692 OrmlVestingModuleCall: {1725 _enum: {1693 _enum: {1726 claim: 'Null',1694 claim: 'Null',1737 }1705 }1738 }1706 }1739 },1707 },1740 /**1708 /**1741 * Lookup200: orml_xtokens::module::Call<T>1709 * Lookup198: orml_xtokens::module::Call<T>1742 **/1710 **/1743 OrmlXtokensModuleCall: {1711 OrmlXtokensModuleCall: {1744 _enum: {1712 _enum: {1745 transfer: {1713 transfer: {1780 }1748 }1781 }1749 }1782 },1750 },1783 /**1751 /**1784 * Lookup201: xcm::VersionedMultiAsset1752 * Lookup199: xcm::VersionedMultiAsset1785 **/1753 **/1786 XcmVersionedMultiAsset: {1754 XcmVersionedMultiAsset: {1787 _enum: {1755 _enum: {1788 V0: 'XcmV0MultiAsset',1756 V0: 'XcmV0MultiAsset',1789 V1: 'XcmV1MultiAsset'1757 V1: 'XcmV1MultiAsset'1790 }1758 }1791 },1759 },1792 /**1760 /**1793 * Lookup204: orml_tokens::module::Call<T>1761 * Lookup202: orml_tokens::module::Call<T>1794 **/1762 **/1795 OrmlTokensModuleCall: {1763 OrmlTokensModuleCall: {1796 _enum: {1764 _enum: {1797 transfer: {1765 transfer: {1823 }1791 }1824 }1792 }1825 },1793 },1826 /**1794 /**1827 * Lookup205: cumulus_pallet_xcmp_queue::pallet::Call<T>1795 * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>1828 **/1796 **/1829 CumulusPalletXcmpQueueCall: {1797 CumulusPalletXcmpQueueCall: {1830 _enum: {1798 _enum: {1831 service_overweight: {1799 service_overweight: {1872 }1840 }1873 }1841 }1874 },1842 },1875 /**1843 /**1876 * Lookup206: pallet_xcm::pallet::Call<T>1844 * Lookup204: pallet_xcm::pallet::Call<T>1877 **/1845 **/1878 PalletXcmCall: {1846 PalletXcmCall: {1879 _enum: {1847 _enum: {1880 send: {1848 send: {1926 }1894 }1927 }1895 }1928 },1896 },1929 /**1897 /**1930 * Lookup207: xcm::VersionedXcm<RuntimeCall>1898 * Lookup205: xcm::VersionedXcm<RuntimeCall>1931 **/1899 **/1932 XcmVersionedXcm: {1900 XcmVersionedXcm: {1933 _enum: {1901 _enum: {1934 V0: 'XcmV0Xcm',1902 V0: 'XcmV0Xcm',1935 V1: 'XcmV1Xcm',1903 V1: 'XcmV1Xcm',1936 V2: 'XcmV2Xcm'1904 V2: 'XcmV2Xcm'1937 }1905 }1938 },1906 },1939 /**1907 /**1940 * Lookup208: xcm::v0::Xcm<RuntimeCall>1908 * Lookup206: xcm::v0::Xcm<RuntimeCall>1941 **/1909 **/1942 XcmV0Xcm: {1910 XcmV0Xcm: {1943 _enum: {1911 _enum: {1944 WithdrawAsset: {1912 WithdrawAsset: {1990 }1958 }1991 }1959 }1992 },1960 },1993 /**1961 /**1994 * Lookup210: xcm::v0::order::Order<RuntimeCall>1962 * Lookup208: xcm::v0::order::Order<RuntimeCall>1995 **/1963 **/1996 XcmV0Order: {1964 XcmV0Order: {1997 _enum: {1965 _enum: {1998 Null: 'Null',1966 Null: 'Null',2033 }2001 }2034 }2002 }2035 },2003 },2036 /**2004 /**2037 * Lookup212: xcm::v0::Response2005 * Lookup210: xcm::v0::Response2038 **/2006 **/2039 XcmV0Response: {2007 XcmV0Response: {2040 _enum: {2008 _enum: {2041 Assets: 'Vec<XcmV0MultiAsset>'2009 Assets: 'Vec<XcmV0MultiAsset>'2042 }2010 }2043 },2011 },2044 /**2012 /**2045 * Lookup213: xcm::v1::Xcm<RuntimeCall>2013 * Lookup211: xcm::v1::Xcm<RuntimeCall>2046 **/2014 **/2047 XcmV1Xcm: {2015 XcmV1Xcm: {2048 _enum: {2016 _enum: {2049 WithdrawAsset: {2017 WithdrawAsset: {2100 UnsubscribeVersion: 'Null'2068 UnsubscribeVersion: 'Null'2101 }2069 }2102 },2070 },2103 /**2071 /**2104 * Lookup215: xcm::v1::order::Order<RuntimeCall>2072 * Lookup213: xcm::v1::order::Order<RuntimeCall>2105 **/2073 **/2106 XcmV1Order: {2074 XcmV1Order: {2107 _enum: {2075 _enum: {2108 Noop: 'Null',2076 Noop: 'Null',2145 }2113 }2146 }2114 }2147 },2115 },2148 /**2116 /**2149 * Lookup217: xcm::v1::Response2117 * Lookup215: xcm::v1::Response2150 **/2118 **/2151 XcmV1Response: {2119 XcmV1Response: {2152 _enum: {2120 _enum: {2153 Assets: 'XcmV1MultiassetMultiAssets',2121 Assets: 'XcmV1MultiassetMultiAssets',2154 Version: 'u32'2122 Version: 'u32'2155 }2123 }2156 },2124 },2157 /**2125 /**2158 * Lookup231: cumulus_pallet_xcm::pallet::Call<T>2126 * Lookup229: cumulus_pallet_xcm::pallet::Call<T>2159 **/2127 **/2160 CumulusPalletXcmCall: 'Null',2128 CumulusPalletXcmCall: 'Null',2161 /**2129 /**2162 * Lookup232: cumulus_pallet_dmp_queue::pallet::Call<T>2130 * Lookup230: cumulus_pallet_dmp_queue::pallet::Call<T>2163 **/2131 **/2164 CumulusPalletDmpQueueCall: {2132 CumulusPalletDmpQueueCall: {2165 _enum: {2133 _enum: {2166 service_overweight: {2134 service_overweight: {2169 }2137 }2170 }2138 }2171 },2139 },2172 /**2140 /**2173 * Lookup233: pallet_inflation::pallet::Call<T>2141 * Lookup231: pallet_inflation::pallet::Call<T>2174 **/2142 **/2175 PalletInflationCall: {2143 PalletInflationCall: {2176 _enum: {2144 _enum: {2177 start_inflation: {2145 start_inflation: {2178 inflationStartRelayBlock: 'u32'2146 inflationStartRelayBlock: 'u32'2179 }2147 }2180 }2148 }2181 },2149 },2182 /**2150 /**2183 * Lookup234: pallet_unique::Call<T>2151 * Lookup232: pallet_unique::Call<T>2184 **/2152 **/2185 PalletUniqueCall: {2153 PalletUniqueCall: {2186 _enum: {2154 _enum: {2187 create_collection: {2155 create_collection: {2316 }2284 }2317 }2285 }2318 },2286 },2319 /**2287 /**2320 * Lookup239: up_data_structs::CollectionMode2288 * Lookup237: up_data_structs::CollectionMode2321 **/2289 **/2322 UpDataStructsCollectionMode: {2290 UpDataStructsCollectionMode: {2323 _enum: {2291 _enum: {2324 NFT: 'Null',2292 NFT: 'Null',2325 Fungible: 'u8',2293 Fungible: 'u8',2326 ReFungible: 'Null'2294 ReFungible: 'Null'2327 }2295 }2328 },2296 },2329 /**2297 /**2330 * Lookup240: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2298 * Lookup238: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2331 **/2299 **/2332 UpDataStructsCreateCollectionData: {2300 UpDataStructsCreateCollectionData: {2333 mode: 'UpDataStructsCollectionMode',2301 mode: 'UpDataStructsCollectionMode',2334 access: 'Option<UpDataStructsAccessMode>',2302 access: 'Option<UpDataStructsAccessMode>',2341 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2309 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2342 properties: 'Vec<UpDataStructsProperty>'2310 properties: 'Vec<UpDataStructsProperty>'2343 },2311 },2344 /**2312 /**2345 * Lookup242: up_data_structs::AccessMode2313 * Lookup240: up_data_structs::AccessMode2346 **/2314 **/2347 UpDataStructsAccessMode: {2315 UpDataStructsAccessMode: {2348 _enum: ['Normal', 'AllowList']2316 _enum: ['Normal', 'AllowList']2349 },2317 },2350 /**2318 /**2351 * Lookup244: up_data_structs::CollectionLimits2319 * Lookup242: up_data_structs::CollectionLimits2352 **/2320 **/2353 UpDataStructsCollectionLimits: {2321 UpDataStructsCollectionLimits: {2354 accountTokenOwnershipLimit: 'Option<u32>',2322 accountTokenOwnershipLimit: 'Option<u32>',2355 sponsoredDataSize: 'Option<u32>',2323 sponsoredDataSize: 'Option<u32>',2361 ownerCanDestroy: 'Option<bool>',2329 ownerCanDestroy: 'Option<bool>',2362 transfersEnabled: 'Option<bool>'2330 transfersEnabled: 'Option<bool>'2363 },2331 },2364 /**2332 /**2365 * Lookup246: up_data_structs::SponsoringRateLimit2333 * Lookup244: up_data_structs::SponsoringRateLimit2366 **/2334 **/2367 UpDataStructsSponsoringRateLimit: {2335 UpDataStructsSponsoringRateLimit: {2368 _enum: {2336 _enum: {2369 SponsoringDisabled: 'Null',2337 SponsoringDisabled: 'Null',2370 Blocks: 'u32'2338 Blocks: 'u32'2371 }2339 }2372 },2340 },2373 /**2341 /**2374 * Lookup249: up_data_structs::CollectionPermissions2342 * Lookup247: up_data_structs::CollectionPermissions2375 **/2343 **/2376 UpDataStructsCollectionPermissions: {2344 UpDataStructsCollectionPermissions: {2377 access: 'Option<UpDataStructsAccessMode>',2345 access: 'Option<UpDataStructsAccessMode>',2378 mintMode: 'Option<bool>',2346 mintMode: 'Option<bool>',2379 nesting: 'Option<UpDataStructsNestingPermissions>'2347 nesting: 'Option<UpDataStructsNestingPermissions>'2380 },2348 },2381 /**2349 /**2382 * Lookup251: up_data_structs::NestingPermissions2350 * Lookup249: up_data_structs::NestingPermissions2383 **/2351 **/2384 UpDataStructsNestingPermissions: {2352 UpDataStructsNestingPermissions: {2385 tokenOwner: 'bool',2353 tokenOwner: 'bool',2386 collectionAdmin: 'bool',2354 collectionAdmin: 'bool',2387 restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2355 restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2388 },2356 },2389 /**2357 /**2390 * Lookup253: up_data_structs::OwnerRestrictedSet2358 * Lookup251: up_data_structs::OwnerRestrictedSet2391 **/2359 **/2392 UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2360 UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2393 /**2361 /**2394 * Lookup258: up_data_structs::PropertyKeyPermission2362 * Lookup256: up_data_structs::PropertyKeyPermission2395 **/2363 **/2396 UpDataStructsPropertyKeyPermission: {2364 UpDataStructsPropertyKeyPermission: {2397 key: 'Bytes',2365 key: 'Bytes',2398 permission: 'UpDataStructsPropertyPermission'2366 permission: 'UpDataStructsPropertyPermission'2399 },2367 },2400 /**2368 /**2401 * Lookup259: up_data_structs::PropertyPermission2369 * Lookup257: up_data_structs::PropertyPermission2402 **/2370 **/2403 UpDataStructsPropertyPermission: {2371 UpDataStructsPropertyPermission: {2404 mutable: 'bool',2372 mutable: 'bool',2405 collectionAdmin: 'bool',2373 collectionAdmin: 'bool',2406 tokenOwner: 'bool'2374 tokenOwner: 'bool'2407 },2375 },2408 /**2376 /**2409 * Lookup262: up_data_structs::Property2377 * Lookup260: up_data_structs::Property2410 **/2378 **/2411 UpDataStructsProperty: {2379 UpDataStructsProperty: {2412 key: 'Bytes',2380 key: 'Bytes',2413 value: 'Bytes'2381 value: 'Bytes'2414 },2382 },2415 /**2383 /**2416 * Lookup265: up_data_structs::CreateItemData2384 * Lookup263: up_data_structs::CreateItemData2417 **/2385 **/2418 UpDataStructsCreateItemData: {2386 UpDataStructsCreateItemData: {2419 _enum: {2387 _enum: {2420 NFT: 'UpDataStructsCreateNftData',2388 NFT: 'UpDataStructsCreateNftData',2421 Fungible: 'UpDataStructsCreateFungibleData',2389 Fungible: 'UpDataStructsCreateFungibleData',2422 ReFungible: 'UpDataStructsCreateReFungibleData'2390 ReFungible: 'UpDataStructsCreateReFungibleData'2423 }2391 }2424 },2392 },2425 /**2393 /**2426 * Lookup266: up_data_structs::CreateNftData2394 * Lookup264: up_data_structs::CreateNftData2427 **/2395 **/2428 UpDataStructsCreateNftData: {2396 UpDataStructsCreateNftData: {2429 properties: 'Vec<UpDataStructsProperty>'2397 properties: 'Vec<UpDataStructsProperty>'2430 },2398 },2431 /**2399 /**2432 * Lookup267: up_data_structs::CreateFungibleData2400 * Lookup265: up_data_structs::CreateFungibleData2433 **/2401 **/2434 UpDataStructsCreateFungibleData: {2402 UpDataStructsCreateFungibleData: {2435 value: 'u128'2403 value: 'u128'2436 },2404 },2437 /**2405 /**2438 * Lookup268: up_data_structs::CreateReFungibleData2406 * Lookup266: up_data_structs::CreateReFungibleData2439 **/2407 **/2440 UpDataStructsCreateReFungibleData: {2408 UpDataStructsCreateReFungibleData: {2441 pieces: 'u128',2409 pieces: 'u128',2442 properties: 'Vec<UpDataStructsProperty>'2410 properties: 'Vec<UpDataStructsProperty>'2443 },2411 },2444 /**2412 /**2445 * Lookup271: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2413 * Lookup269: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2446 **/2414 **/2447 UpDataStructsCreateItemExData: {2415 UpDataStructsCreateItemExData: {2448 _enum: {2416 _enum: {2449 NFT: 'Vec<UpDataStructsCreateNftExData>',2417 NFT: 'Vec<UpDataStructsCreateNftExData>',2452 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2420 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2453 }2421 }2454 },2422 },2455 /**2423 /**2456 * Lookup273: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2424 * Lookup271: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2457 **/2425 **/2458 UpDataStructsCreateNftExData: {2426 UpDataStructsCreateNftExData: {2459 properties: 'Vec<UpDataStructsProperty>',2427 properties: 'Vec<UpDataStructsProperty>',2460 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2428 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2461 },2429 },2462 /**2430 /**2463 * Lookup280: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2431 * Lookup278: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2464 **/2432 **/2465 UpDataStructsCreateRefungibleExSingleOwner: {2433 UpDataStructsCreateRefungibleExSingleOwner: {2466 user: 'PalletEvmAccountBasicCrossAccountIdRepr',2434 user: 'PalletEvmAccountBasicCrossAccountIdRepr',2467 pieces: 'u128',2435 pieces: 'u128',2468 properties: 'Vec<UpDataStructsProperty>'2436 properties: 'Vec<UpDataStructsProperty>'2469 },2437 },2470 /**2438 /**2471 * Lookup282: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2439 * Lookup280: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2472 **/2440 **/2473 UpDataStructsCreateRefungibleExMultipleOwners: {2441 UpDataStructsCreateRefungibleExMultipleOwners: {2474 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2442 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2475 properties: 'Vec<UpDataStructsProperty>'2443 properties: 'Vec<UpDataStructsProperty>'2476 },2444 },2477 /**2445 /**2478 * Lookup283: pallet_unique_scheduler_v2::pallet::Call<T>2446 * Lookup281: pallet_configuration::pallet::Call<T>2479 **/2447 **/2480 PalletUniqueSchedulerV2Call: {2448 PalletConfigurationCall: {2481 _enum: {2449 _enum: {2482 schedule: {2450 set_weight_to_fee_coefficient_override: {2483 when: 'u32',2484 maybePeriodic: 'Option<(u32,u32)>',2485 priority: 'Option<u8>',2451 coeff: 'Option<u32>',2486 call: 'Call',2487 },2452 },2488 cancel: {2489 when: 'u32',2490 index: 'u32',2491 },2492 schedule_named: {2453 set_min_gas_price_override: {2493 id: '[u8;32]',2494 when: 'u32',2495 maybePeriodic: 'Option<(u32,u32)>',2496 priority: 'Option<u8>',2454 coeff: 'Option<u64>',2497 call: 'Call',2498 },2455 },2499 cancel_named: {2500 id: '[u8;32]',2501 },2502 schedule_after: {2456 set_xcm_allowed_locations: {2503 after: 'u32',2504 maybePeriodic: 'Option<(u32,u32)>',2457 locations: 'Option<Vec<XcmV1MultiLocation>>',2505 priority: 'Option<u8>',2506 call: 'Call',2507 },2458 },2508 schedule_named_after: {2459 set_app_promotion_configuration_override: {2509 id: '[u8;32]',2510 after: 'u32',2511 maybePeriodic: 'Option<(u32,u32)>',2512 priority: 'Option<u8>',2460 configuration: 'PalletConfigurationAppPromotionConfiguration'2513 call: 'Call',2514 },2461 }2515 change_named_priority: {2516 id: '[u8;32]',2517 priority: 'u8'2518 }2519 }2462 }2520 },2463 },2521 /**2464 /**2522 * Lookup286: pallet_configuration::pallet::Call<T>2465 * Lookup286: pallet_configuration::AppPromotionConfiguration<BlockNumber>2523 **/2466 **/2524 PalletConfigurationCall: {2467 PalletConfigurationAppPromotionConfiguration: {2525 _enum: {2526 set_weight_to_fee_coefficient_override: {2468 recalculationInterval: 'Option<u32>',2527 coeff: 'Option<u32>',2528 },2529 set_min_gas_price_override: {2469 pendingInterval: 'Option<u32>',2530 coeff: 'Option<u64>',2531 },2532 set_xcm_allowed_locations: {2470 intervalIncome: 'Option<Perbill>',2533 locations: 'Option<Vec<XcmV1MultiLocation>>'2471 maxStakersPerCalculation: 'Option<u8>'2534 }2535 }2536 },2472 },2537 /**2473 /**2538 * Lookup291: pallet_template_transaction_payment::Call<T>2474 * Lookup289: pallet_template_transaction_payment::Call<T>2539 **/2475 **/2540 PalletTemplateTransactionPaymentCall: 'Null',2476 PalletTemplateTransactionPaymentCall: 'Null',2541 /**2477 /**2542 * Lookup292: pallet_structure::pallet::Call<T>2478 * Lookup290: pallet_structure::pallet::Call<T>2543 **/2479 **/2544 PalletStructureCall: 'Null',2480 PalletStructureCall: 'Null',2545 /**2481 /**2546 * Lookup293: pallet_rmrk_core::pallet::Call<T>2482 * Lookup291: pallet_rmrk_core::pallet::Call<T>2547 **/2483 **/2548 PalletRmrkCoreCall: {2484 PalletRmrkCoreCall: {2549 _enum: {2485 _enum: {2550 create_collection: {2486 create_collection: {2633 }2569 }2634 }2570 }2635 },2571 },2636 /**2572 /**2637 * Lookup299: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2573 * Lookup297: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2638 **/2574 **/2639 RmrkTraitsResourceResourceTypes: {2575 RmrkTraitsResourceResourceTypes: {2640 _enum: {2576 _enum: {2641 Basic: 'RmrkTraitsResourceBasicResource',2577 Basic: 'RmrkTraitsResourceBasicResource',2642 Composable: 'RmrkTraitsResourceComposableResource',2578 Composable: 'RmrkTraitsResourceComposableResource',2643 Slot: 'RmrkTraitsResourceSlotResource'2579 Slot: 'RmrkTraitsResourceSlotResource'2644 }2580 }2645 },2581 },2646 /**2582 /**2647 * Lookup301: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2583 * Lookup299: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2648 **/2584 **/2649 RmrkTraitsResourceBasicResource: {2585 RmrkTraitsResourceBasicResource: {2650 src: 'Option<Bytes>',2586 src: 'Option<Bytes>',2651 metadata: 'Option<Bytes>',2587 metadata: 'Option<Bytes>',2652 license: 'Option<Bytes>',2588 license: 'Option<Bytes>',2653 thumb: 'Option<Bytes>'2589 thumb: 'Option<Bytes>'2654 },2590 },2655 /**2591 /**2656 * Lookup303: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2592 * Lookup301: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2657 **/2593 **/2658 RmrkTraitsResourceComposableResource: {2594 RmrkTraitsResourceComposableResource: {2659 parts: 'Vec<u32>',2595 parts: 'Vec<u32>',2660 base: 'u32',2596 base: 'u32',2663 license: 'Option<Bytes>',2599 license: 'Option<Bytes>',2664 thumb: 'Option<Bytes>'2600 thumb: 'Option<Bytes>'2665 },2601 },2666 /**2602 /**2667 * Lookup304: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2603 * Lookup302: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2668 **/2604 **/2669 RmrkTraitsResourceSlotResource: {2605 RmrkTraitsResourceSlotResource: {2670 base: 'u32',2606 base: 'u32',2671 src: 'Option<Bytes>',2607 src: 'Option<Bytes>',2674 license: 'Option<Bytes>',2610 license: 'Option<Bytes>',2675 thumb: 'Option<Bytes>'2611 thumb: 'Option<Bytes>'2676 },2612 },2677 /**2613 /**2678 * Lookup307: pallet_rmrk_equip::pallet::Call<T>2614 * Lookup305: pallet_rmrk_equip::pallet::Call<T>2679 **/2615 **/2680 PalletRmrkEquipCall: {2616 PalletRmrkEquipCall: {2681 _enum: {2617 _enum: {2682 create_base: {2618 create_base: {2695 }2631 }2696 }2632 }2697 },2633 },2698 /**2634 /**2699 * Lookup310: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2635 * Lookup308: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2700 **/2636 **/2701 RmrkTraitsPartPartType: {2637 RmrkTraitsPartPartType: {2702 _enum: {2638 _enum: {2703 FixedPart: 'RmrkTraitsPartFixedPart',2639 FixedPart: 'RmrkTraitsPartFixedPart',2704 SlotPart: 'RmrkTraitsPartSlotPart'2640 SlotPart: 'RmrkTraitsPartSlotPart'2705 }2641 }2706 },2642 },2707 /**2643 /**2708 * Lookup312: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2644 * Lookup310: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2709 **/2645 **/2710 RmrkTraitsPartFixedPart: {2646 RmrkTraitsPartFixedPart: {2711 id: 'u32',2647 id: 'u32',2712 z: 'u32',2648 z: 'u32',2713 src: 'Bytes'2649 src: 'Bytes'2714 },2650 },2715 /**2651 /**2716 * Lookup313: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2652 * Lookup311: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2717 **/2653 **/2718 RmrkTraitsPartSlotPart: {2654 RmrkTraitsPartSlotPart: {2719 id: 'u32',2655 id: 'u32',2720 equippable: 'RmrkTraitsPartEquippableList',2656 equippable: 'RmrkTraitsPartEquippableList',2721 src: 'Bytes',2657 src: 'Bytes',2722 z: 'u32'2658 z: 'u32'2723 },2659 },2724 /**2660 /**2725 * Lookup314: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2661 * Lookup312: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2726 **/2662 **/2727 RmrkTraitsPartEquippableList: {2663 RmrkTraitsPartEquippableList: {2728 _enum: {2664 _enum: {2729 All: 'Null',2665 All: 'Null',2730 Empty: 'Null',2666 Empty: 'Null',2731 Custom: 'Vec<u32>'2667 Custom: 'Vec<u32>'2732 }2668 }2733 },2669 },2734 /**2670 /**2735 * Lookup316: 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>>2671 * 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>>2736 **/2672 **/2737 RmrkTraitsTheme: {2673 RmrkTraitsTheme: {2738 name: 'Bytes',2674 name: 'Bytes',2739 properties: 'Vec<RmrkTraitsThemeThemeProperty>',2675 properties: 'Vec<RmrkTraitsThemeThemeProperty>',2740 inherit: 'bool'2676 inherit: 'bool'2741 },2677 },2742 /**2678 /**2743 * Lookup318: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2679 * Lookup316: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2744 **/2680 **/2745 RmrkTraitsThemeThemeProperty: {2681 RmrkTraitsThemeThemeProperty: {2746 key: 'Bytes',2682 key: 'Bytes',2747 value: 'Bytes'2683 value: 'Bytes'2748 },2684 },2749 /**2685 /**2750 * Lookup320: pallet_app_promotion::pallet::Call<T>2686 * Lookup318: pallet_app_promotion::pallet::Call<T>2751 **/2687 **/2752 PalletAppPromotionCall: {2688 PalletAppPromotionCall: {2753 _enum: {2689 _enum: {2754 set_admin_address: {2690 set_admin_address: {2775 }2711 }2776 }2712 }2777 },2713 },2778 /**2714 /**2779 * Lookup321: pallet_foreign_assets::module::Call<T>2715 * Lookup319: pallet_foreign_assets::module::Call<T>2780 **/2716 **/2781 PalletForeignAssetsModuleCall: {2717 PalletForeignAssetsModuleCall: {2782 _enum: {2718 _enum: {2783 register_foreign_asset: {2719 register_foreign_asset: {2792 }2728 }2793 }2729 }2794 },2730 },2795 /**2731 /**2796 * Lookup322: pallet_evm::pallet::Call<T>2732 * Lookup320: pallet_evm::pallet::Call<T>2797 **/2733 **/2798 PalletEvmCall: {2734 PalletEvmCall: {2799 _enum: {2735 _enum: {2800 withdraw: {2736 withdraw: {2835 }2771 }2836 }2772 }2837 },2773 },2838 /**2774 /**2839 * Lookup328: pallet_ethereum::pallet::Call<T>2775 * Lookup326: pallet_ethereum::pallet::Call<T>2840 **/2776 **/2841 PalletEthereumCall: {2777 PalletEthereumCall: {2842 _enum: {2778 _enum: {2843 transact: {2779 transact: {2844 transaction: 'EthereumTransactionTransactionV2'2780 transaction: 'EthereumTransactionTransactionV2'2845 }2781 }2846 }2782 }2847 },2783 },2848 /**2784 /**2849 * Lookup329: ethereum::transaction::TransactionV22785 * Lookup327: ethereum::transaction::TransactionV22850 **/2786 **/2851 EthereumTransactionTransactionV2: {2787 EthereumTransactionTransactionV2: {2852 _enum: {2788 _enum: {2853 Legacy: 'EthereumTransactionLegacyTransaction',2789 Legacy: 'EthereumTransactionLegacyTransaction',2854 EIP2930: 'EthereumTransactionEip2930Transaction',2790 EIP2930: 'EthereumTransactionEip2930Transaction',2855 EIP1559: 'EthereumTransactionEip1559Transaction'2791 EIP1559: 'EthereumTransactionEip1559Transaction'2856 }2792 }2857 },2793 },2858 /**2794 /**2859 * Lookup330: ethereum::transaction::LegacyTransaction2795 * Lookup328: ethereum::transaction::LegacyTransaction2860 **/2796 **/2861 EthereumTransactionLegacyTransaction: {2797 EthereumTransactionLegacyTransaction: {2862 nonce: 'U256',2798 nonce: 'U256',2863 gasPrice: 'U256',2799 gasPrice: 'U256',2867 input: 'Bytes',2803 input: 'Bytes',2868 signature: 'EthereumTransactionTransactionSignature'2804 signature: 'EthereumTransactionTransactionSignature'2869 },2805 },2870 /**2806 /**2871 * Lookup331: ethereum::transaction::TransactionAction2807 * Lookup329: ethereum::transaction::TransactionAction2872 **/2808 **/2873 EthereumTransactionTransactionAction: {2809 EthereumTransactionTransactionAction: {2874 _enum: {2810 _enum: {2875 Call: 'H160',2811 Call: 'H160',2876 Create: 'Null'2812 Create: 'Null'2877 }2813 }2878 },2814 },2879 /**2815 /**2880 * Lookup332: ethereum::transaction::TransactionSignature2816 * Lookup330: ethereum::transaction::TransactionSignature2881 **/2817 **/2882 EthereumTransactionTransactionSignature: {2818 EthereumTransactionTransactionSignature: {2883 v: 'u64',2819 v: 'u64',2884 r: 'H256',2820 r: 'H256',2885 s: 'H256'2821 s: 'H256'2886 },2822 },2887 /**2823 /**2888 * Lookup334: ethereum::transaction::EIP2930Transaction2824 * Lookup332: ethereum::transaction::EIP2930Transaction2889 **/2825 **/2890 EthereumTransactionEip2930Transaction: {2826 EthereumTransactionEip2930Transaction: {2891 chainId: 'u64',2827 chainId: 'u64',2892 nonce: 'U256',2828 nonce: 'U256',2900 r: 'H256',2836 r: 'H256',2901 s: 'H256'2837 s: 'H256'2902 },2838 },2903 /**2839 /**2904 * Lookup336: ethereum::transaction::AccessListItem2840 * Lookup334: ethereum::transaction::AccessListItem2905 **/2841 **/2906 EthereumTransactionAccessListItem: {2842 EthereumTransactionAccessListItem: {2907 address: 'H160',2843 address: 'H160',2908 storageKeys: 'Vec<H256>'2844 storageKeys: 'Vec<H256>'2909 },2845 },2910 /**2846 /**2911 * Lookup337: ethereum::transaction::EIP1559Transaction2847 * Lookup335: ethereum::transaction::EIP1559Transaction2912 **/2848 **/2913 EthereumTransactionEip1559Transaction: {2849 EthereumTransactionEip1559Transaction: {2914 chainId: 'u64',2850 chainId: 'u64',2915 nonce: 'U256',2851 nonce: 'U256',2924 r: 'H256',2860 r: 'H256',2925 s: 'H256'2861 s: 'H256'2926 },2862 },2927 /**2863 /**2928 * Lookup338: pallet_evm_migration::pallet::Call<T>2864 * Lookup336: pallet_evm_migration::pallet::Call<T>2929 **/2865 **/2930 PalletEvmMigrationCall: {2866 PalletEvmMigrationCall: {2931 _enum: {2867 _enum: {2932 begin: {2868 begin: {2948 }2884 }2949 }2885 }2950 },2886 },2951 /**2887 /**2952 * Lookup342: pallet_maintenance::pallet::Call<T>2888 * Lookup340: pallet_maintenance::pallet::Call<T>2953 **/2889 **/2954 PalletMaintenanceCall: {2890 PalletMaintenanceCall: {2955 _enum: ['enable', 'disable']2891 _enum: ['enable', 'disable']2956 },2892 },2957 /**2893 /**2958 * Lookup343: pallet_test_utils::pallet::Call<T>2894 * Lookup341: pallet_test_utils::pallet::Call<T>2959 **/2895 **/2960 PalletTestUtilsCall: {2896 PalletTestUtilsCall: {2961 _enum: {2897 _enum: {2962 enable: 'Null',2898 enable: 'Null',2967 value: 'u32',2903 value: 'u32',2968 },2904 },2969 inc_test_value: 'Null',2905 inc_test_value: 'Null',2970 self_canceling_inc: {2971 id: '[u8;32]',2972 maxTestValue: 'u32',2973 },2974 just_take_fee: 'Null',2906 just_take_fee: 'Null',2975 batch_all: {2907 batch_all: {2976 calls: 'Vec<Call>'2908 calls: 'Vec<Call>'2977 }2909 }2978 }2910 }2979 },2911 },2980 /**2912 /**2981 * Lookup345: pallet_sudo::pallet::Error<T>2913 * Lookup343: pallet_sudo::pallet::Error<T>2982 **/2914 **/2983 PalletSudoError: {2915 PalletSudoError: {2984 _enum: ['RequireSudo']2916 _enum: ['RequireSudo']2985 },2917 },2986 /**2918 /**2987 * Lookup347: orml_vesting::module::Error<T>2919 * Lookup345: orml_vesting::module::Error<T>2988 **/2920 **/2989 OrmlVestingModuleError: {2921 OrmlVestingModuleError: {2990 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2922 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2991 },2923 },2992 /**2924 /**2993 * Lookup348: orml_xtokens::module::Error<T>2925 * Lookup346: orml_xtokens::module::Error<T>2994 **/2926 **/2995 OrmlXtokensModuleError: {2927 OrmlXtokensModuleError: {2996 _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2928 _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2997 },2929 },2998 /**2930 /**2999 * Lookup351: orml_tokens::BalanceLock<Balance>2931 * Lookup349: orml_tokens::BalanceLock<Balance>3000 **/2932 **/3001 OrmlTokensBalanceLock: {2933 OrmlTokensBalanceLock: {3002 id: '[u8;8]',2934 id: '[u8;8]',3003 amount: 'u128'2935 amount: 'u128'3004 },2936 },3005 /**2937 /**3006 * Lookup353: orml_tokens::AccountData<Balance>2938 * Lookup351: orml_tokens::AccountData<Balance>3007 **/2939 **/3008 OrmlTokensAccountData: {2940 OrmlTokensAccountData: {3009 free: 'u128',2941 free: 'u128',3010 reserved: 'u128',2942 reserved: 'u128',3011 frozen: 'u128'2943 frozen: 'u128'3012 },2944 },3013 /**2945 /**3014 * Lookup355: orml_tokens::ReserveData<ReserveIdentifier, Balance>2946 * Lookup353: orml_tokens::ReserveData<ReserveIdentifier, Balance>3015 **/2947 **/3016 OrmlTokensReserveData: {2948 OrmlTokensReserveData: {3017 id: 'Null',2949 id: 'Null',3018 amount: 'u128'2950 amount: 'u128'3019 },2951 },3020 /**2952 /**3021 * Lookup357: orml_tokens::module::Error<T>2953 * Lookup355: orml_tokens::module::Error<T>3022 **/2954 **/3023 OrmlTokensModuleError: {2955 OrmlTokensModuleError: {3024 _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2956 _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']3025 },2957 },3026 /**2958 /**3027 * Lookup359: cumulus_pallet_xcmp_queue::InboundChannelDetails2959 * Lookup357: cumulus_pallet_xcmp_queue::InboundChannelDetails3028 **/2960 **/3029 CumulusPalletXcmpQueueInboundChannelDetails: {2961 CumulusPalletXcmpQueueInboundChannelDetails: {3030 sender: 'u32',2962 sender: 'u32',3031 state: 'CumulusPalletXcmpQueueInboundState',2963 state: 'CumulusPalletXcmpQueueInboundState',3032 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2964 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'3033 },2965 },3034 /**2966 /**3035 * Lookup360: cumulus_pallet_xcmp_queue::InboundState2967 * Lookup358: cumulus_pallet_xcmp_queue::InboundState3036 **/2968 **/3037 CumulusPalletXcmpQueueInboundState: {2969 CumulusPalletXcmpQueueInboundState: {3038 _enum: ['Ok', 'Suspended']2970 _enum: ['Ok', 'Suspended']3039 },2971 },3040 /**2972 /**3041 * Lookup363: polkadot_parachain::primitives::XcmpMessageFormat2973 * Lookup361: polkadot_parachain::primitives::XcmpMessageFormat3042 **/2974 **/3043 PolkadotParachainPrimitivesXcmpMessageFormat: {2975 PolkadotParachainPrimitivesXcmpMessageFormat: {3044 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2976 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']3045 },2977 },3046 /**2978 /**3047 * Lookup366: cumulus_pallet_xcmp_queue::OutboundChannelDetails2979 * Lookup364: cumulus_pallet_xcmp_queue::OutboundChannelDetails3048 **/2980 **/3049 CumulusPalletXcmpQueueOutboundChannelDetails: {2981 CumulusPalletXcmpQueueOutboundChannelDetails: {3050 recipient: 'u32',2982 recipient: 'u32',3051 state: 'CumulusPalletXcmpQueueOutboundState',2983 state: 'CumulusPalletXcmpQueueOutboundState',3052 signalsExist: 'bool',2984 signalsExist: 'bool',3053 firstIndex: 'u16',2985 firstIndex: 'u16',3054 lastIndex: 'u16'2986 lastIndex: 'u16'3055 },2987 },3056 /**2988 /**3057 * Lookup367: cumulus_pallet_xcmp_queue::OutboundState2989 * Lookup365: cumulus_pallet_xcmp_queue::OutboundState3058 **/2990 **/3059 CumulusPalletXcmpQueueOutboundState: {2991 CumulusPalletXcmpQueueOutboundState: {3060 _enum: ['Ok', 'Suspended']2992 _enum: ['Ok', 'Suspended']3061 },2993 },3062 /**2994 /**3063 * Lookup369: cumulus_pallet_xcmp_queue::QueueConfigData2995 * Lookup367: cumulus_pallet_xcmp_queue::QueueConfigData3064 **/2996 **/3065 CumulusPalletXcmpQueueQueueConfigData: {2997 CumulusPalletXcmpQueueQueueConfigData: {3066 suspendThreshold: 'u32',2998 suspendThreshold: 'u32',3067 dropThreshold: 'u32',2999 dropThreshold: 'u32',3070 weightRestrictDecay: 'SpWeightsWeightV2Weight',3002 weightRestrictDecay: 'SpWeightsWeightV2Weight',3071 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3003 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3072 },3004 },3073 /**3005 /**3074 * Lookup371: cumulus_pallet_xcmp_queue::pallet::Error<T>3006 * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>3075 **/3007 **/3076 CumulusPalletXcmpQueueError: {3008 CumulusPalletXcmpQueueError: {3077 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3009 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3078 },3010 },3079 /**3011 /**3080 * Lookup372: pallet_xcm::pallet::Error<T>3012 * Lookup370: pallet_xcm::pallet::Error<T>3081 **/3013 **/3082 PalletXcmError: {3014 PalletXcmError: {3083 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3015 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3084 },3016 },3085 /**3017 /**3086 * Lookup373: cumulus_pallet_xcm::pallet::Error<T>3018 * Lookup371: cumulus_pallet_xcm::pallet::Error<T>3087 **/3019 **/3088 CumulusPalletXcmError: 'Null',3020 CumulusPalletXcmError: 'Null',3089 /**3021 /**3090 * Lookup374: cumulus_pallet_dmp_queue::ConfigData3022 * Lookup372: cumulus_pallet_dmp_queue::ConfigData3091 **/3023 **/3092 CumulusPalletDmpQueueConfigData: {3024 CumulusPalletDmpQueueConfigData: {3093 maxIndividual: 'SpWeightsWeightV2Weight'3025 maxIndividual: 'SpWeightsWeightV2Weight'3094 },3026 },3095 /**3027 /**3096 * Lookup375: cumulus_pallet_dmp_queue::PageIndexData3028 * Lookup373: cumulus_pallet_dmp_queue::PageIndexData3097 **/3029 **/3098 CumulusPalletDmpQueuePageIndexData: {3030 CumulusPalletDmpQueuePageIndexData: {3099 beginUsed: 'u32',3031 beginUsed: 'u32',3100 endUsed: 'u32',3032 endUsed: 'u32',3101 overweightCount: 'u64'3033 overweightCount: 'u64'3102 },3034 },3103 /**3035 /**3104 * Lookup378: cumulus_pallet_dmp_queue::pallet::Error<T>3036 * Lookup376: cumulus_pallet_dmp_queue::pallet::Error<T>3105 **/3037 **/3106 CumulusPalletDmpQueueError: {3038 CumulusPalletDmpQueueError: {3107 _enum: ['Unknown', 'OverLimit']3039 _enum: ['Unknown', 'OverLimit']3108 },3040 },3109 /**3041 /**3110 * Lookup382: pallet_unique::Error<T>3042 * Lookup380: pallet_unique::Error<T>3111 **/3043 **/3112 PalletUniqueError: {3044 PalletUniqueError: {3113 _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3045 _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3114 },3046 },3115 /**3116 * Lookup383: pallet_unique_scheduler_v2::BlockAgenda<T>3117 **/3118 PalletUniqueSchedulerV2BlockAgenda: {3119 agenda: 'Vec<Option<PalletUniqueSchedulerV2Scheduled>>',3120 freePlaces: 'u32'3121 },3122 /**3123 * Lookup386: pallet_unique_scheduler_v2::Scheduled<Name, pallet_unique_scheduler_v2::ScheduledCall<T>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>3124 **/3125 PalletUniqueSchedulerV2Scheduled: {3126 maybeId: 'Option<[u8;32]>',3127 priority: 'u8',3128 call: 'PalletUniqueSchedulerV2ScheduledCall',3129 maybePeriodic: 'Option<(u32,u32)>',3130 origin: 'OpalRuntimeOriginCaller'3131 },3132 /**3133 * Lookup387: pallet_unique_scheduler_v2::ScheduledCall<T>3134 **/3135 PalletUniqueSchedulerV2ScheduledCall: {3136 _enum: {3137 Inline: 'Bytes',3138 PreimageLookup: {3139 _alias: {3140 hash_: 'hash',3141 },3142 hash_: 'H256',3143 unboundedLen: 'u32'3144 }3145 }3146 },3147 /**3148 * Lookup389: opal_runtime::OriginCaller3149 **/3150 OpalRuntimeOriginCaller: {3151 _enum: {3152 system: 'FrameSupportDispatchRawOrigin',3153 __Unused1: 'Null',3154 __Unused2: 'Null',3155 __Unused3: 'Null',3156 Void: 'SpCoreVoid',3157 __Unused5: 'Null',3158 __Unused6: 'Null',3159 __Unused7: 'Null',3160 __Unused8: 'Null',3161 __Unused9: 'Null',3162 __Unused10: 'Null',3163 __Unused11: 'Null',3164 __Unused12: 'Null',3165 __Unused13: 'Null',3166 __Unused14: 'Null',3167 __Unused15: 'Null',3168 __Unused16: 'Null',3169 __Unused17: 'Null',3170 __Unused18: 'Null',3171 __Unused19: 'Null',3172 __Unused20: 'Null',3173 __Unused21: 'Null',3174 __Unused22: 'Null',3175 __Unused23: 'Null',3176 __Unused24: 'Null',3177 __Unused25: 'Null',3178 __Unused26: 'Null',3179 __Unused27: 'Null',3180 __Unused28: 'Null',3181 __Unused29: 'Null',3182 __Unused30: 'Null',3183 __Unused31: 'Null',3184 __Unused32: 'Null',3185 __Unused33: 'Null',3186 __Unused34: 'Null',3187 __Unused35: 'Null',3188 __Unused36: 'Null',3189 __Unused37: 'Null',3190 __Unused38: 'Null',3191 __Unused39: 'Null',3192 __Unused40: 'Null',3193 __Unused41: 'Null',3194 __Unused42: 'Null',3195 __Unused43: 'Null',3196 __Unused44: 'Null',3197 __Unused45: 'Null',3198 __Unused46: 'Null',3199 __Unused47: 'Null',3200 __Unused48: 'Null',3201 __Unused49: 'Null',3202 __Unused50: 'Null',3203 PolkadotXcm: 'PalletXcmOrigin',3204 CumulusXcm: 'CumulusPalletXcmOrigin',3205 __Unused53: 'Null',3206 __Unused54: 'Null',3207 __Unused55: 'Null',3208 __Unused56: 'Null',3209 __Unused57: 'Null',3210 __Unused58: 'Null',3211 __Unused59: 'Null',3212 __Unused60: 'Null',3213 __Unused61: 'Null',3214 __Unused62: 'Null',3215 __Unused63: 'Null',3216 __Unused64: 'Null',3217 __Unused65: 'Null',3218 __Unused66: 'Null',3219 __Unused67: 'Null',3220 __Unused68: 'Null',3221 __Unused69: 'Null',3222 __Unused70: 'Null',3223 __Unused71: 'Null',3224 __Unused72: 'Null',3225 __Unused73: 'Null',3226 __Unused74: 'Null',3227 __Unused75: 'Null',3228 __Unused76: 'Null',3229 __Unused77: 'Null',3230 __Unused78: 'Null',3231 __Unused79: 'Null',3232 __Unused80: 'Null',3233 __Unused81: 'Null',3234 __Unused82: 'Null',3235 __Unused83: 'Null',3236 __Unused84: 'Null',3237 __Unused85: 'Null',3238 __Unused86: 'Null',3239 __Unused87: 'Null',3240 __Unused88: 'Null',3241 __Unused89: 'Null',3242 __Unused90: 'Null',3243 __Unused91: 'Null',3244 __Unused92: 'Null',3245 __Unused93: 'Null',3246 __Unused94: 'Null',3247 __Unused95: 'Null',3248 __Unused96: 'Null',3249 __Unused97: 'Null',3250 __Unused98: 'Null',3251 __Unused99: 'Null',3252 __Unused100: 'Null',3253 Ethereum: 'PalletEthereumRawOrigin'3254 }3255 },3256 /**3257 * Lookup390: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>3258 **/3259 FrameSupportDispatchRawOrigin: {3260 _enum: {3261 Root: 'Null',3262 Signed: 'AccountId32',3263 None: 'Null'3264 }3265 },3266 /**3267 * Lookup391: pallet_xcm::pallet::Origin3268 **/3269 PalletXcmOrigin: {3270 _enum: {3271 Xcm: 'XcmV1MultiLocation',3272 Response: 'XcmV1MultiLocation'3273 }3274 },3275 /**3276 * Lookup392: cumulus_pallet_xcm::pallet::Origin3277 **/3278 CumulusPalletXcmOrigin: {3279 _enum: {3280 Relay: 'Null',3281 SiblingParachain: 'u32'3282 }3283 },3284 /**3285 * Lookup393: pallet_ethereum::RawOrigin3286 **/3287 PalletEthereumRawOrigin: {3288 _enum: {3289 EthereumTransaction: 'H160'3290 }3291 },3292 /**3293 * Lookup394: sp_core::Void3294 **/3295 SpCoreVoid: 'Null',3296 /**3297 * Lookup396: pallet_unique_scheduler_v2::pallet::Error<T>3298 **/3299 PalletUniqueSchedulerV2Error: {3300 _enum: ['FailedToSchedule', 'AgendaIsExhausted', 'ScheduledCallCorrupted', 'PreimageNotFound', 'TooBigScheduledCall', 'NotFound', 'TargetBlockNumberInPast', 'Named']3301 },3302 /**3047 /**3303 * Lookup400: pallet_configuration::pallet::Error<T>3048 * Lookup381: pallet_configuration::pallet::Error<T>3304 **/3049 **/3305 PalletConfigurationError: {3050 PalletConfigurationError: {3306 _enum: ['InconsistentConfiguration']3051 _enum: ['InconsistentConfiguration']3307 },3052 },3308 /**3053 /**3309 * Lookup401: up_data_structs::Collection<sp_core::crypto::AccountId32>3054 * Lookup382: up_data_structs::Collection<sp_core::crypto::AccountId32>3310 **/3055 **/3311 UpDataStructsCollection: {3056 UpDataStructsCollection: {3312 owner: 'AccountId32',3057 owner: 'AccountId32',3313 mode: 'UpDataStructsCollectionMode',3058 mode: 'UpDataStructsCollectionMode',3319 permissions: 'UpDataStructsCollectionPermissions',3064 permissions: 'UpDataStructsCollectionPermissions',3320 flags: '[u8;1]'3065 flags: '[u8;1]'3321 },3066 },3322 /**3067 /**3323 * Lookup402: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3068 * Lookup383: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3324 **/3069 **/3325 UpDataStructsSponsorshipStateAccountId32: {3070 UpDataStructsSponsorshipStateAccountId32: {3326 _enum: {3071 _enum: {3327 Disabled: 'Null',3072 Disabled: 'Null',3328 Unconfirmed: 'AccountId32',3073 Unconfirmed: 'AccountId32',3329 Confirmed: 'AccountId32'3074 Confirmed: 'AccountId32'3330 }3075 }3331 },3076 },3332 /**3077 /**3333 * Lookup404: up_data_structs::Properties3078 * Lookup385: up_data_structs::Properties3334 **/3079 **/3335 UpDataStructsProperties: {3080 UpDataStructsProperties: {3336 map: 'UpDataStructsPropertiesMapBoundedVec',3081 map: 'UpDataStructsPropertiesMapBoundedVec',3337 consumedSpace: 'u32',3082 consumedSpace: 'u32',3338 spaceLimit: 'u32'3083 spaceLimit: 'u32'3339 },3084 },3340 /**3085 /**3341 * Lookup405: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3086 * Lookup386: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3342 **/3087 **/3343 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3088 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3344 /**3089 /**3345 * Lookup410: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3090 * Lookup391: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3346 **/3091 **/3347 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3092 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3348 /**3093 /**3349 * Lookup417: up_data_structs::CollectionStats3094 * Lookup398: up_data_structs::CollectionStats3350 **/3095 **/3351 UpDataStructsCollectionStats: {3096 UpDataStructsCollectionStats: {3352 created: 'u32',3097 created: 'u32',3353 destroyed: 'u32',3098 destroyed: 'u32',3354 alive: 'u32'3099 alive: 'u32'3355 },3100 },3356 /**3101 /**3357 * Lookup418: up_data_structs::TokenChild3102 * Lookup399: up_data_structs::TokenChild3358 **/3103 **/3359 UpDataStructsTokenChild: {3104 UpDataStructsTokenChild: {3360 token: 'u32',3105 token: 'u32',3361 collection: 'u32'3106 collection: 'u32'3362 },3107 },3363 /**3108 /**3364 * Lookup419: PhantomType::up_data_structs<T>3109 * Lookup400: PhantomType::up_data_structs<T>3365 **/3110 **/3366 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3111 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3367 /**3112 /**3368 * Lookup421: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3113 * Lookup402: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3369 **/3114 **/3370 UpDataStructsTokenData: {3115 UpDataStructsTokenData: {3371 properties: 'Vec<UpDataStructsProperty>',3116 properties: 'Vec<UpDataStructsProperty>',3372 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3117 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3373 pieces: 'u128'3118 pieces: 'u128'3374 },3119 },3375 /**3120 /**3376 * Lookup423: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3121 * Lookup404: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3377 **/3122 **/3378 UpDataStructsRpcCollection: {3123 UpDataStructsRpcCollection: {3379 owner: 'AccountId32',3124 owner: 'AccountId32',3380 mode: 'UpDataStructsCollectionMode',3125 mode: 'UpDataStructsCollectionMode',3389 readOnly: 'bool',3134 readOnly: 'bool',3390 flags: 'UpDataStructsRpcCollectionFlags'3135 flags: 'UpDataStructsRpcCollectionFlags'3391 },3136 },3392 /**3137 /**3393 * Lookup424: up_data_structs::RpcCollectionFlags3138 * Lookup405: up_data_structs::RpcCollectionFlags3394 **/3139 **/3395 UpDataStructsRpcCollectionFlags: {3140 UpDataStructsRpcCollectionFlags: {3396 foreign: 'bool',3141 foreign: 'bool',3397 erc721metadata: 'bool'3142 erc721metadata: 'bool'3398 },3143 },3399 /**3144 /**3400 * Lookup425: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3145 * 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>3401 **/3146 **/3402 RmrkTraitsCollectionCollectionInfo: {3147 RmrkTraitsCollectionCollectionInfo: {3403 issuer: 'AccountId32',3148 issuer: 'AccountId32',3404 metadata: 'Bytes',3149 metadata: 'Bytes',3405 max: 'Option<u32>',3150 max: 'Option<u32>',3406 symbol: 'Bytes',3151 symbol: 'Bytes',3407 nftsCount: 'u32'3152 nftsCount: 'u32'3408 },3153 },3409 /**3154 /**3410 * Lookup426: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3155 * Lookup407: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3411 **/3156 **/3412 RmrkTraitsNftNftInfo: {3157 RmrkTraitsNftNftInfo: {3413 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3158 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3414 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3159 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3415 metadata: 'Bytes',3160 metadata: 'Bytes',3416 equipped: 'bool',3161 equipped: 'bool',3417 pending: 'bool'3162 pending: 'bool'3418 },3163 },3419 /**3164 /**3420 * Lookup428: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3165 * Lookup409: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3421 **/3166 **/3422 RmrkTraitsNftRoyaltyInfo: {3167 RmrkTraitsNftRoyaltyInfo: {3423 recipient: 'AccountId32',3168 recipient: 'AccountId32',3424 amount: 'Permill'3169 amount: 'Permill'3425 },3170 },3426 /**3171 /**3427 * Lookup429: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3172 * Lookup410: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3428 **/3173 **/3429 RmrkTraitsResourceResourceInfo: {3174 RmrkTraitsResourceResourceInfo: {3430 id: 'u32',3175 id: 'u32',3431 resource: 'RmrkTraitsResourceResourceTypes',3176 resource: 'RmrkTraitsResourceResourceTypes',3432 pending: 'bool',3177 pending: 'bool',3433 pendingRemoval: 'bool'3178 pendingRemoval: 'bool'3434 },3179 },3435 /**3180 /**3436 * Lookup430: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3181 * Lookup411: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3437 **/3182 **/3438 RmrkTraitsPropertyPropertyInfo: {3183 RmrkTraitsPropertyPropertyInfo: {3439 key: 'Bytes',3184 key: 'Bytes',3440 value: 'Bytes'3185 value: 'Bytes'3441 },3186 },3442 /**3187 /**3443 * Lookup431: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3188 * Lookup412: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3444 **/3189 **/3445 RmrkTraitsBaseBaseInfo: {3190 RmrkTraitsBaseBaseInfo: {3446 issuer: 'AccountId32',3191 issuer: 'AccountId32',3447 baseType: 'Bytes',3192 baseType: 'Bytes',3448 symbol: 'Bytes'3193 symbol: 'Bytes'3449 },3194 },3450 /**3195 /**3451 * Lookup432: rmrk_traits::nft::NftChild3196 * Lookup413: rmrk_traits::nft::NftChild3452 **/3197 **/3453 RmrkTraitsNftNftChild: {3198 RmrkTraitsNftNftChild: {3454 collectionId: 'u32',3199 collectionId: 'u32',3455 nftId: 'u32'3200 nftId: 'u32'3456 },3201 },3457 /**3202 /**3458 * Lookup434: pallet_common::pallet::Error<T>3203 * Lookup415: pallet_common::pallet::Error<T>3459 **/3204 **/3460 PalletCommonError: {3205 PalletCommonError: {3461 _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']3206 _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']3462 },3207 },3463 /**3208 /**3464 * Lookup436: pallet_fungible::pallet::Error<T>3209 * Lookup417: pallet_fungible::pallet::Error<T>3465 **/3210 **/3466 PalletFungibleError: {3211 PalletFungibleError: {3467 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed']3212 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed']3468 },3213 },3469 /**3214 /**3470 * Lookup437: pallet_refungible::ItemData3215 * Lookup418: pallet_refungible::ItemData3471 **/3216 **/3472 PalletRefungibleItemData: {3217 PalletRefungibleItemData: {3473 constData: 'Bytes'3218 constData: 'Bytes'3474 },3219 },3475 /**3220 /**3476 * Lookup442: pallet_refungible::pallet::Error<T>3221 * Lookup423: pallet_refungible::pallet::Error<T>3477 **/3222 **/3478 PalletRefungibleError: {3223 PalletRefungibleError: {3479 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3224 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3480 },3225 },3481 /**3226 /**3482 * Lookup443: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3227 * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3483 **/3228 **/3484 PalletNonfungibleItemData: {3229 PalletNonfungibleItemData: {3485 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3230 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3486 },3231 },3487 /**3232 /**3488 * Lookup445: up_data_structs::PropertyScope3233 * Lookup426: up_data_structs::PropertyScope3489 **/3234 **/3490 UpDataStructsPropertyScope: {3235 UpDataStructsPropertyScope: {3491 _enum: ['None', 'Rmrk']3236 _enum: ['None', 'Rmrk']3492 },3237 },3493 /**3238 /**3494 * Lookup447: pallet_nonfungible::pallet::Error<T>3239 * Lookup428: pallet_nonfungible::pallet::Error<T>3495 **/3240 **/3496 PalletNonfungibleError: {3241 PalletNonfungibleError: {3497 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3242 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3498 },3243 },3499 /**3244 /**3500 * Lookup448: pallet_structure::pallet::Error<T>3245 * Lookup429: pallet_structure::pallet::Error<T>3501 **/3246 **/3502 PalletStructureError: {3247 PalletStructureError: {3503 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3248 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3504 },3249 },3505 /**3250 /**3506 * Lookup449: pallet_rmrk_core::pallet::Error<T>3251 * Lookup430: pallet_rmrk_core::pallet::Error<T>3507 **/3252 **/3508 PalletRmrkCoreError: {3253 PalletRmrkCoreError: {3509 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3254 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3510 },3255 },3511 /**3256 /**3512 * Lookup451: pallet_rmrk_equip::pallet::Error<T>3257 * Lookup432: pallet_rmrk_equip::pallet::Error<T>3513 **/3258 **/3514 PalletRmrkEquipError: {3259 PalletRmrkEquipError: {3515 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3260 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3516 },3261 },3517 /**3262 /**3518 * Lookup457: pallet_app_promotion::pallet::Error<T>3263 * Lookup438: pallet_app_promotion::pallet::Error<T>3519 **/3264 **/3520 PalletAppPromotionError: {3265 PalletAppPromotionError: {3521 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3266 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3522 },3267 },3523 /**3268 /**3524 * Lookup458: pallet_foreign_assets::module::Error<T>3269 * Lookup439: pallet_foreign_assets::module::Error<T>3525 **/3270 **/3526 PalletForeignAssetsModuleError: {3271 PalletForeignAssetsModuleError: {3527 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3272 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3528 },3273 },3529 /**3274 /**3530 * Lookup460: pallet_evm::pallet::Error<T>3275 * Lookup441: pallet_evm::pallet::Error<T>3531 **/3276 **/3532 PalletEvmError: {3277 PalletEvmError: {3533 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3278 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3534 },3279 },3535 /**3280 /**3536 * Lookup463: fp_rpc::TransactionStatus3281 * Lookup444: fp_rpc::TransactionStatus3537 **/3282 **/3538 FpRpcTransactionStatus: {3283 FpRpcTransactionStatus: {3539 transactionHash: 'H256',3284 transactionHash: 'H256',3540 transactionIndex: 'u32',3285 transactionIndex: 'u32',3544 logs: 'Vec<EthereumLog>',3289 logs: 'Vec<EthereumLog>',3545 logsBloom: 'EthbloomBloom'3290 logsBloom: 'EthbloomBloom'3546 },3291 },3547 /**3292 /**3548 * Lookup465: ethbloom::Bloom3293 * Lookup446: ethbloom::Bloom3549 **/3294 **/3550 EthbloomBloom: '[u8;256]',3295 EthbloomBloom: '[u8;256]',3551 /**3296 /**3552 * Lookup467: ethereum::receipt::ReceiptV33297 * Lookup448: ethereum::receipt::ReceiptV33553 **/3298 **/3554 EthereumReceiptReceiptV3: {3299 EthereumReceiptReceiptV3: {3555 _enum: {3300 _enum: {3556 Legacy: 'EthereumReceiptEip658ReceiptData',3301 Legacy: 'EthereumReceiptEip658ReceiptData',3557 EIP2930: 'EthereumReceiptEip658ReceiptData',3302 EIP2930: 'EthereumReceiptEip658ReceiptData',3558 EIP1559: 'EthereumReceiptEip658ReceiptData'3303 EIP1559: 'EthereumReceiptEip658ReceiptData'3559 }3304 }3560 },3305 },3561 /**3306 /**3562 * Lookup468: ethereum::receipt::EIP658ReceiptData3307 * Lookup449: ethereum::receipt::EIP658ReceiptData3563 **/3308 **/3564 EthereumReceiptEip658ReceiptData: {3309 EthereumReceiptEip658ReceiptData: {3565 statusCode: 'u8',3310 statusCode: 'u8',3566 usedGas: 'U256',3311 usedGas: 'U256',3567 logsBloom: 'EthbloomBloom',3312 logsBloom: 'EthbloomBloom',3568 logs: 'Vec<EthereumLog>'3313 logs: 'Vec<EthereumLog>'3569 },3314 },3570 /**3315 /**3571 * Lookup469: ethereum::block::Block<ethereum::transaction::TransactionV2>3316 * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>3572 **/3317 **/3573 EthereumBlock: {3318 EthereumBlock: {3574 header: 'EthereumHeader',3319 header: 'EthereumHeader',3575 transactions: 'Vec<EthereumTransactionTransactionV2>',3320 transactions: 'Vec<EthereumTransactionTransactionV2>',3576 ommers: 'Vec<EthereumHeader>'3321 ommers: 'Vec<EthereumHeader>'3577 },3322 },3578 /**3323 /**3579 * Lookup470: ethereum::header::Header3324 * Lookup451: ethereum::header::Header3580 **/3325 **/3581 EthereumHeader: {3326 EthereumHeader: {3582 parentHash: 'H256',3327 parentHash: 'H256',3583 ommersHash: 'H256',3328 ommersHash: 'H256',3595 mixHash: 'H256',3340 mixHash: 'H256',3596 nonce: 'EthereumTypesHashH64'3341 nonce: 'EthereumTypesHashH64'3597 },3342 },3598 /**3343 /**3599 * Lookup471: ethereum_types::hash::H643344 * Lookup452: ethereum_types::hash::H643600 **/3345 **/3601 EthereumTypesHashH64: '[u8;8]',3346 EthereumTypesHashH64: '[u8;8]',3602 /**3347 /**3603 * Lookup476: pallet_ethereum::pallet::Error<T>3348 * Lookup457: pallet_ethereum::pallet::Error<T>3604 **/3349 **/3605 PalletEthereumError: {3350 PalletEthereumError: {3606 _enum: ['InvalidSignature', 'PreLogExists']3351 _enum: ['InvalidSignature', 'PreLogExists']3607 },3352 },3608 /**3353 /**3609 * Lookup477: pallet_evm_coder_substrate::pallet::Error<T>3354 * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>3610 **/3355 **/3611 PalletEvmCoderSubstrateError: {3356 PalletEvmCoderSubstrateError: {3612 _enum: ['OutOfGas', 'OutOfFund']3357 _enum: ['OutOfGas', 'OutOfFund']3613 },3358 },3614 /**3359 /**3615 * Lookup478: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3360 * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3616 **/3361 **/3617 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3362 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3618 _enum: {3363 _enum: {3619 Disabled: 'Null',3364 Disabled: 'Null',3620 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3365 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3621 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3366 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3622 }3367 }3623 },3368 },3624 /**3369 /**3625 * Lookup479: pallet_evm_contract_helpers::SponsoringModeT3370 * Lookup460: pallet_evm_contract_helpers::SponsoringModeT3626 **/3371 **/3627 PalletEvmContractHelpersSponsoringModeT: {3372 PalletEvmContractHelpersSponsoringModeT: {3628 _enum: ['Disabled', 'Allowlisted', 'Generous']3373 _enum: ['Disabled', 'Allowlisted', 'Generous']3629 },3374 },3630 /**3375 /**3631 * Lookup485: pallet_evm_contract_helpers::pallet::Error<T>3376 * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>3632 **/3377 **/3633 PalletEvmContractHelpersError: {3378 PalletEvmContractHelpersError: {3634 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3379 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3635 },3380 },3636 /**3381 /**3637 * Lookup486: pallet_evm_migration::pallet::Error<T>3382 * Lookup467: pallet_evm_migration::pallet::Error<T>3638 **/3383 **/3639 PalletEvmMigrationError: {3384 PalletEvmMigrationError: {3640 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3385 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3641 },3386 },3642 /**3387 /**3643 * Lookup487: pallet_maintenance::pallet::Error<T>3388 * Lookup468: pallet_maintenance::pallet::Error<T>3644 **/3389 **/3645 PalletMaintenanceError: 'Null',3390 PalletMaintenanceError: 'Null',3646 /**3391 /**3647 * Lookup488: pallet_test_utils::pallet::Error<T>3392 * Lookup469: pallet_test_utils::pallet::Error<T>3648 **/3393 **/3649 PalletTestUtilsError: {3394 PalletTestUtilsError: {3650 _enum: ['TestPalletDisabled', 'TriggerRollback']3395 _enum: ['TestPalletDisabled', 'TriggerRollback']3651 },3396 },3652 /**3397 /**3653 * Lookup490: sp_runtime::MultiSignature3398 * Lookup471: sp_runtime::MultiSignature3654 **/3399 **/3655 SpRuntimeMultiSignature: {3400 SpRuntimeMultiSignature: {3656 _enum: {3401 _enum: {3657 Ed25519: 'SpCoreEd25519Signature',3402 Ed25519: 'SpCoreEd25519Signature',3658 Sr25519: 'SpCoreSr25519Signature',3403 Sr25519: 'SpCoreSr25519Signature',3659 Ecdsa: 'SpCoreEcdsaSignature'3404 Ecdsa: 'SpCoreEcdsaSignature'3660 }3405 }3661 },3406 },3662 /**3407 /**3663 * Lookup491: sp_core::ed25519::Signature3408 * Lookup472: sp_core::ed25519::Signature3664 **/3409 **/3665 SpCoreEd25519Signature: '[u8;64]',3410 SpCoreEd25519Signature: '[u8;64]',3666 /**3411 /**3667 * Lookup493: sp_core::sr25519::Signature3412 * Lookup474: sp_core::sr25519::Signature3668 **/3413 **/3669 SpCoreSr25519Signature: '[u8;64]',3414 SpCoreSr25519Signature: '[u8;64]',3670 /**3415 /**3671 * Lookup494: sp_core::ecdsa::Signature3416 * Lookup475: sp_core::ecdsa::Signature3672 **/3417 **/3673 SpCoreEcdsaSignature: '[u8;65]',3418 SpCoreEcdsaSignature: '[u8;65]',3674 /**3419 /**3675 * Lookup497: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3420 * Lookup478: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3676 **/3421 **/3677 FrameSystemExtensionsCheckSpecVersion: 'Null',3422 FrameSystemExtensionsCheckSpecVersion: 'Null',3678 /**3423 /**3679 * Lookup498: frame_system::extensions::check_tx_version::CheckTxVersion<T>3424 * Lookup479: frame_system::extensions::check_tx_version::CheckTxVersion<T>3680 **/3425 **/3681 FrameSystemExtensionsCheckTxVersion: 'Null',3426 FrameSystemExtensionsCheckTxVersion: 'Null',3682 /**3427 /**3683 * Lookup499: frame_system::extensions::check_genesis::CheckGenesis<T>3428 * Lookup480: frame_system::extensions::check_genesis::CheckGenesis<T>3684 **/3429 **/3685 FrameSystemExtensionsCheckGenesis: 'Null',3430 FrameSystemExtensionsCheckGenesis: 'Null',3686 /**3431 /**3687 * Lookup502: frame_system::extensions::check_nonce::CheckNonce<T>3432 * Lookup483: frame_system::extensions::check_nonce::CheckNonce<T>3688 **/3433 **/3689 FrameSystemExtensionsCheckNonce: 'Compact<u32>',3434 FrameSystemExtensionsCheckNonce: 'Compact<u32>',3690 /**3435 /**3691 * Lookup503: frame_system::extensions::check_weight::CheckWeight<T>3436 * Lookup484: frame_system::extensions::check_weight::CheckWeight<T>3692 **/3437 **/3693 FrameSystemExtensionsCheckWeight: 'Null',3438 FrameSystemExtensionsCheckWeight: 'Null',3694 /**3439 /**3695 * Lookup504: opal_runtime::runtime_common::maintenance::CheckMaintenance3440 * Lookup485: opal_runtime::runtime_common::maintenance::CheckMaintenance3696 **/3441 **/3697 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3442 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3698 /**3443 /**3699 * Lookup505: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3444 * Lookup486: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3700 **/3445 **/3701 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3446 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3702 /**3447 /**3703 * Lookup506: opal_runtime::Runtime3448 * Lookup487: opal_runtime::Runtime3704 **/3449 **/3705 OpalRuntimeRuntime: 'Null',3450 OpalRuntimeRuntime: 'Null',3706 /**3451 /**3707 * Lookup507: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3452 * Lookup488: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3708 **/3453 **/3709 PalletEthereumFakeTransactionFinalizer: 'Null'3454 PalletEthereumFakeTransactionFinalizer: 'Null'3710};3455};37113456tests/src/interfaces/registry.tsdiffbeforeafterboth5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';778<<<<<<< HEAD8import 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';9<<<<<<< HEAD10import 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, 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, 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';11=======12<<<<<<< HEAD13import 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, 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';14=======15import 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, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, 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';16>>>>>>> refactor: `app-promotion` configuration pallet17>>>>>>> e2b20310... refactor: `app-promotion` configuration pallet18=======19import 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, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, 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, 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';20>>>>>>> 4824c0e1... chore: regenerate types21922declare module '@polkadot/types/types/registry' {10declare module '@polkadot/types/types/registry' {23 interface InterfaceTypes {11 interface InterfaceTypes {33 CumulusPalletXcmCall: CumulusPalletXcmCall;21 CumulusPalletXcmCall: CumulusPalletXcmCall;34 CumulusPalletXcmError: CumulusPalletXcmError;22 CumulusPalletXcmError: CumulusPalletXcmError;35 CumulusPalletXcmEvent: CumulusPalletXcmEvent;23 CumulusPalletXcmEvent: CumulusPalletXcmEvent;36 CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;37 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;24 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;38 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;25 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;39 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;26 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;69 FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;56 FrameSupportDispatchPerDispatchClassU32: FrameSupportDispatchPerDispatchClassU32;70 FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;57 FrameSupportDispatchPerDispatchClassWeight: FrameSupportDispatchPerDispatchClassWeight;71 FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;58 FrameSupportDispatchPerDispatchClassWeightsPerClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;72 FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;73 FrameSupportPalletId: FrameSupportPalletId;59 FrameSupportPalletId: FrameSupportPalletId;74 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;60 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;75 FrameSystemAccountInfo: FrameSystemAccountInfo;61 FrameSystemAccountInfo: FrameSystemAccountInfo;87 FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;73 FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;88 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;74 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;89 FrameSystemPhase: FrameSystemPhase;75 FrameSystemPhase: FrameSystemPhase;90 OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;91 OpalRuntimeRuntime: OpalRuntimeRuntime;76 OpalRuntimeRuntime: OpalRuntimeRuntime;92 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;77 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;93 OrmlTokensAccountData: OrmlTokensAccountData;78 OrmlTokensAccountData: OrmlTokensAccountData;123 PalletEthereumError: PalletEthereumError;108 PalletEthereumError: PalletEthereumError;124 PalletEthereumEvent: PalletEthereumEvent;109 PalletEthereumEvent: PalletEthereumEvent;125 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;110 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;126 PalletEthereumRawOrigin: PalletEthereumRawOrigin;127 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;111 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;128 PalletEvmCall: PalletEvmCall;112 PalletEvmCall: PalletEvmCall;129 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;113 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;176 PalletTreasuryProposal: PalletTreasuryProposal;160 PalletTreasuryProposal: PalletTreasuryProposal;177 PalletUniqueCall: PalletUniqueCall;161 PalletUniqueCall: PalletUniqueCall;178 PalletUniqueError: PalletUniqueError;162 PalletUniqueError: PalletUniqueError;179 PalletUniqueSchedulerV2BlockAgenda: PalletUniqueSchedulerV2BlockAgenda;180 PalletUniqueSchedulerV2Call: PalletUniqueSchedulerV2Call;181 PalletUniqueSchedulerV2Error: PalletUniqueSchedulerV2Error;182 PalletUniqueSchedulerV2Event: PalletUniqueSchedulerV2Event;183 PalletUniqueSchedulerV2Scheduled: PalletUniqueSchedulerV2Scheduled;184 PalletUniqueSchedulerV2ScheduledCall: PalletUniqueSchedulerV2ScheduledCall;185 PalletXcmCall: PalletXcmCall;163 PalletXcmCall: PalletXcmCall;186 PalletXcmError: PalletXcmError;164 PalletXcmError: PalletXcmError;187 PalletXcmEvent: PalletXcmEvent;165 PalletXcmEvent: PalletXcmEvent;188 PalletXcmOrigin: PalletXcmOrigin;189 PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;166 PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;190 PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;167 PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;191 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;168 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;216 SpCoreEcdsaSignature: SpCoreEcdsaSignature;193 SpCoreEcdsaSignature: SpCoreEcdsaSignature;217 SpCoreEd25519Signature: SpCoreEd25519Signature;194 SpCoreEd25519Signature: SpCoreEd25519Signature;218 SpCoreSr25519Signature: SpCoreSr25519Signature;195 SpCoreSr25519Signature: SpCoreSr25519Signature;219 SpCoreVoid: SpCoreVoid;220 SpRuntimeArithmeticError: SpRuntimeArithmeticError;196 SpRuntimeArithmeticError: SpRuntimeArithmeticError;221 SpRuntimeDigest: SpRuntimeDigest;197 SpRuntimeDigest: SpRuntimeDigest;222 SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;198 SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;tests/src/interfaces/types-lookup.tsdiffbeforeafterboth1109 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1109 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1110 }1110 }11111112 /** @name PalletUniqueSchedulerV2Event (89) */1113 interface PalletUniqueSchedulerV2Event extends Enum {1114 readonly isScheduled: boolean;1115 readonly asScheduled: {1116 readonly when: u32;1117 readonly index: u32;1118 } & Struct;1119 readonly isCanceled: boolean;1120 readonly asCanceled: {1121 readonly when: u32;1122 readonly index: u32;1123 } & Struct;1124 readonly isDispatched: boolean;1125 readonly asDispatched: {1126 readonly task: ITuple<[u32, u32]>;1127 readonly id: Option<U8aFixed>;1128 readonly result: Result<Null, SpRuntimeDispatchError>;1129 } & Struct;1130 readonly isPriorityChanged: boolean;1131 readonly asPriorityChanged: {1132 readonly task: ITuple<[u32, u32]>;1133 readonly priority: u8;1134 } & Struct;1135 readonly isCallUnavailable: boolean;1136 readonly asCallUnavailable: {1137 readonly task: ITuple<[u32, u32]>;1138 readonly id: Option<U8aFixed>;1139 } & Struct;1140 readonly isPermanentlyOverweight: boolean;1141 readonly asPermanentlyOverweight: {1142 readonly task: ITuple<[u32, u32]>;1143 readonly id: Option<U8aFixed>;1144 } & Struct;1145 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'PriorityChanged' | 'CallUnavailable' | 'PermanentlyOverweight';1146 }114711111148 /** @name PalletCommonEvent (92) */1112 /** @name PalletCommonEvent (89) */1149 interface PalletCommonEvent extends Enum {1113 interface PalletCommonEvent extends Enum {1150 readonly isCollectionCreated: boolean;1114 readonly isCollectionCreated: boolean;1151 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1115 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1194 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1158 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1195 }1159 }119611601197 /** @name PalletEvmAccountBasicCrossAccountIdRepr (95) */1161 /** @name PalletEvmAccountBasicCrossAccountIdRepr (92) */1198 interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1162 interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1199 readonly isSubstrate: boolean;1163 readonly isSubstrate: boolean;1200 readonly asSubstrate: AccountId32;1164 readonly asSubstrate: AccountId32;1203 readonly type: 'Substrate' | 'Ethereum';1167 readonly type: 'Substrate' | 'Ethereum';1204 }1168 }120511691206 /** @name PalletStructureEvent (99) */1170 /** @name PalletStructureEvent (96) */1207 interface PalletStructureEvent extends Enum {1171 interface PalletStructureEvent extends Enum {1208 readonly isExecuted: boolean;1172 readonly isExecuted: boolean;1209 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1173 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1210 readonly type: 'Executed';1174 readonly type: 'Executed';1211 }1175 }121211761213 /** @name PalletRmrkCoreEvent (100) */1177 /** @name PalletRmrkCoreEvent (97) */1214 interface PalletRmrkCoreEvent extends Enum {1178 interface PalletRmrkCoreEvent extends Enum {1215 readonly isCollectionCreated: boolean;1179 readonly isCollectionCreated: boolean;1216 readonly asCollectionCreated: {1180 readonly asCollectionCreated: {1300 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1264 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1301 }1265 }130212661303 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (101) */1267 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (98) */1304 interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1268 interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1305 readonly isAccountId: boolean;1269 readonly isAccountId: boolean;1306 readonly asAccountId: AccountId32;1270 readonly asAccountId: AccountId32;1309 readonly type: 'AccountId' | 'CollectionAndNftTuple';1273 readonly type: 'AccountId' | 'CollectionAndNftTuple';1310 }1274 }131112751312 /** @name PalletRmrkEquipEvent (105) */1276 /** @name PalletRmrkEquipEvent (102) */1313 interface PalletRmrkEquipEvent extends Enum {1277 interface PalletRmrkEquipEvent extends Enum {1314 readonly isBaseCreated: boolean;1278 readonly isBaseCreated: boolean;1315 readonly asBaseCreated: {1279 readonly asBaseCreated: {1324 readonly type: 'BaseCreated' | 'EquippablesUpdated';1288 readonly type: 'BaseCreated' | 'EquippablesUpdated';1325 }1289 }132612901327 /** @name PalletAppPromotionEvent (106) */1291 /** @name PalletAppPromotionEvent (103) */1328 interface PalletAppPromotionEvent extends Enum {1292 interface PalletAppPromotionEvent extends Enum {1329 readonly isStakingRecalculation: boolean;1293 readonly isStakingRecalculation: boolean;1330 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1294 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1337 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1301 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1338 }1302 }133913031340 /** @name PalletForeignAssetsModuleEvent (107) */1304 /** @name PalletForeignAssetsModuleEvent (104) */1341 interface PalletForeignAssetsModuleEvent extends Enum {1305 interface PalletForeignAssetsModuleEvent extends Enum {1342 readonly isForeignAssetRegistered: boolean;1306 readonly isForeignAssetRegistered: boolean;1343 readonly asForeignAssetRegistered: {1307 readonly asForeignAssetRegistered: {1364 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1328 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1365 }1329 }136613301367 /** @name PalletForeignAssetsModuleAssetMetadata (108) */1331 /** @name PalletForeignAssetsModuleAssetMetadata (105) */1368 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1332 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1369 readonly name: Bytes;1333 readonly name: Bytes;1370 readonly symbol: Bytes;1334 readonly symbol: Bytes;1371 readonly decimals: u8;1335 readonly decimals: u8;1372 readonly minimalBalance: u128;1336 readonly minimalBalance: u128;1373 }1337 }137413381375 /** @name PalletEvmEvent (109) */1339 /** @name PalletEvmEvent (106) */1376 interface PalletEvmEvent extends Enum {1340 interface PalletEvmEvent extends Enum {1377 readonly isLog: boolean;1341 readonly isLog: boolean;1378 readonly asLog: {1342 readonly asLog: {1397 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1361 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1398 }1362 }139913631400 /** @name EthereumLog (110) */1364 /** @name EthereumLog (107) */1401 interface EthereumLog extends Struct {1365 interface EthereumLog extends Struct {1402 readonly address: H160;1366 readonly address: H160;1403 readonly topics: Vec<H256>;1367 readonly topics: Vec<H256>;1404 readonly data: Bytes;1368 readonly data: Bytes;1405 }1369 }140613701407 /** @name PalletEthereumEvent (112) */1371 /** @name PalletEthereumEvent (109) */1408 interface PalletEthereumEvent extends Enum {1372 interface PalletEthereumEvent extends Enum {1409 readonly isExecuted: boolean;1373 readonly isExecuted: boolean;1410 readonly asExecuted: {1374 readonly asExecuted: {1416 readonly type: 'Executed';1380 readonly type: 'Executed';1417 }1381 }141813821419 /** @name EvmCoreErrorExitReason (113) */1383 /** @name EvmCoreErrorExitReason (110) */1420 interface EvmCoreErrorExitReason extends Enum {1384 interface EvmCoreErrorExitReason extends Enum {1421 readonly isSucceed: boolean;1385 readonly isSucceed: boolean;1422 readonly asSucceed: EvmCoreErrorExitSucceed;1386 readonly asSucceed: EvmCoreErrorExitSucceed;1429 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1393 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1430 }1394 }143113951432 /** @name EvmCoreErrorExitSucceed (114) */1396 /** @name EvmCoreErrorExitSucceed (111) */1433 interface EvmCoreErrorExitSucceed extends Enum {1397 interface EvmCoreErrorExitSucceed extends Enum {1434 readonly isStopped: boolean;1398 readonly isStopped: boolean;1435 readonly isReturned: boolean;1399 readonly isReturned: boolean;1436 readonly isSuicided: boolean;1400 readonly isSuicided: boolean;1437 readonly type: 'Stopped' | 'Returned' | 'Suicided';1401 readonly type: 'Stopped' | 'Returned' | 'Suicided';1438 }1402 }143914031440 /** @name EvmCoreErrorExitError (115) */1404 /** @name EvmCoreErrorExitError (112) */1441 interface EvmCoreErrorExitError extends Enum {1405 interface EvmCoreErrorExitError extends Enum {1442 readonly isStackUnderflow: boolean;1406 readonly isStackUnderflow: boolean;1443 readonly isStackOverflow: boolean;1407 readonly isStackOverflow: boolean;1458 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1422 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1459 }1423 }146014241461 /** @name EvmCoreErrorExitRevert (118) */1425 /** @name EvmCoreErrorExitRevert (115) */1462 interface EvmCoreErrorExitRevert extends Enum {1426 interface EvmCoreErrorExitRevert extends Enum {1463 readonly isReverted: boolean;1427 readonly isReverted: boolean;1464 readonly type: 'Reverted';1428 readonly type: 'Reverted';1465 }1429 }146614301467 /** @name EvmCoreErrorExitFatal (119) */1431 /** @name EvmCoreErrorExitFatal (116) */1468 interface EvmCoreErrorExitFatal extends Enum {1432 interface EvmCoreErrorExitFatal extends Enum {1469 readonly isNotSupported: boolean;1433 readonly isNotSupported: boolean;1470 readonly isUnhandledInterrupt: boolean;1434 readonly isUnhandledInterrupt: boolean;1475 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1439 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1476 }1440 }147714411478 /** @name PalletEvmContractHelpersEvent (120) */1442 /** @name PalletEvmContractHelpersEvent (117) */1479 interface PalletEvmContractHelpersEvent extends Enum {1443 interface PalletEvmContractHelpersEvent extends Enum {1480 readonly isContractSponsorSet: boolean;1444 readonly isContractSponsorSet: boolean;1481 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1445 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1486 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1450 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1487 }1451 }148814521489 /** @name PalletEvmMigrationEvent (121) */1453 /** @name PalletEvmMigrationEvent (118) */1490 interface PalletEvmMigrationEvent extends Enum {1454 interface PalletEvmMigrationEvent extends Enum {1491 readonly isTestEvent: boolean;1455 readonly isTestEvent: boolean;1492 readonly type: 'TestEvent';1456 readonly type: 'TestEvent';1493 }1457 }149414581495 /** @name PalletMaintenanceEvent (122) */1459 /** @name PalletMaintenanceEvent (119) */1496 interface PalletMaintenanceEvent extends Enum {1460 interface PalletMaintenanceEvent extends Enum {1497 readonly isMaintenanceEnabled: boolean;1461 readonly isMaintenanceEnabled: boolean;1498 readonly isMaintenanceDisabled: boolean;1462 readonly isMaintenanceDisabled: boolean;1499 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1463 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1500 }1464 }150114651502 /** @name PalletTestUtilsEvent (123) */1466 /** @name PalletTestUtilsEvent (120) */1503 interface PalletTestUtilsEvent extends Enum {1467 interface PalletTestUtilsEvent extends Enum {1504 readonly isValueIsSet: boolean;1468 readonly isValueIsSet: boolean;1505 readonly isShouldRollback: boolean;1469 readonly isShouldRollback: boolean;1506 readonly isBatchCompleted: boolean;1470 readonly isBatchCompleted: boolean;1507 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';1471 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';1508 }1472 }150914731510 /** @name FrameSystemPhase (124) */1474 /** @name FrameSystemPhase (121) */1511 interface FrameSystemPhase extends Enum {1475 interface FrameSystemPhase extends Enum {1512 readonly isApplyExtrinsic: boolean;1476 readonly isApplyExtrinsic: boolean;1513 readonly asApplyExtrinsic: u32;1477 readonly asApplyExtrinsic: u32;1516 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1480 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1517 }1481 }151814821519 /** @name FrameSystemLastRuntimeUpgradeInfo (126) */1483 /** @name FrameSystemLastRuntimeUpgradeInfo (124) */1520 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1484 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1521 readonly specVersion: Compact<u32>;1485 readonly specVersion: Compact<u32>;1522 readonly specName: Text;1486 readonly specName: Text;1523 }1487 }152414881525 /** @name FrameSystemCall (127) */1489 /** @name FrameSystemCall (125) */1526 interface FrameSystemCall extends Enum {1490 interface FrameSystemCall extends Enum {1527 readonly isFillBlock: boolean;1491 readonly isFillBlock: boolean;1528 readonly asFillBlock: {1492 readonly asFillBlock: {1564 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1528 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1565 }1529 }156615301567 /** @name FrameSystemLimitsBlockWeights (132) */1531 /** @name FrameSystemLimitsBlockWeights (130) */1568 interface FrameSystemLimitsBlockWeights extends Struct {1532 interface FrameSystemLimitsBlockWeights extends Struct {1569 readonly baseBlock: SpWeightsWeightV2Weight;1533 readonly baseBlock: SpWeightsWeightV2Weight;1570 readonly maxBlock: SpWeightsWeightV2Weight;1534 readonly maxBlock: SpWeightsWeightV2Weight;1571 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1535 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1572 }1536 }157315371574 /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (133) */1538 /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (131) */1575 interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {1539 interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {1576 readonly normal: FrameSystemLimitsWeightsPerClass;1540 readonly normal: FrameSystemLimitsWeightsPerClass;1577 readonly operational: FrameSystemLimitsWeightsPerClass;1541 readonly operational: FrameSystemLimitsWeightsPerClass;1578 readonly mandatory: FrameSystemLimitsWeightsPerClass;1542 readonly mandatory: FrameSystemLimitsWeightsPerClass;1579 }1543 }158015441581 /** @name FrameSystemLimitsWeightsPerClass (134) */1545 /** @name FrameSystemLimitsWeightsPerClass (132) */1582 interface FrameSystemLimitsWeightsPerClass extends Struct {1546 interface FrameSystemLimitsWeightsPerClass extends Struct {1583 readonly baseExtrinsic: SpWeightsWeightV2Weight;1547 readonly baseExtrinsic: SpWeightsWeightV2Weight;1584 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;1548 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;1585 readonly maxTotal: Option<SpWeightsWeightV2Weight>;1549 readonly maxTotal: Option<SpWeightsWeightV2Weight>;1586 readonly reserved: Option<SpWeightsWeightV2Weight>;1550 readonly reserved: Option<SpWeightsWeightV2Weight>;1587 }1551 }158815521589 /** @name FrameSystemLimitsBlockLength (136) */1553 /** @name FrameSystemLimitsBlockLength (134) */1590 interface FrameSystemLimitsBlockLength extends Struct {1554 interface FrameSystemLimitsBlockLength extends Struct {1591 readonly max: FrameSupportDispatchPerDispatchClassU32;1555 readonly max: FrameSupportDispatchPerDispatchClassU32;1592 }1556 }159315571594 /** @name FrameSupportDispatchPerDispatchClassU32 (137) */1558 /** @name FrameSupportDispatchPerDispatchClassU32 (135) */1595 interface FrameSupportDispatchPerDispatchClassU32 extends Struct {1559 interface FrameSupportDispatchPerDispatchClassU32 extends Struct {1596 readonly normal: u32;1560 readonly normal: u32;1597 readonly operational: u32;1561 readonly operational: u32;1598 readonly mandatory: u32;1562 readonly mandatory: u32;1599 }1563 }160015641601 /** @name SpWeightsRuntimeDbWeight (138) */1565 /** @name SpWeightsRuntimeDbWeight (136) */1602 interface SpWeightsRuntimeDbWeight extends Struct {1566 interface SpWeightsRuntimeDbWeight extends Struct {1603 readonly read: u64;1567 readonly read: u64;1604 readonly write: u64;1568 readonly write: u64;1605 }1569 }160615701607 /** @name SpVersionRuntimeVersion (139) */1571 /** @name SpVersionRuntimeVersion (137) */1608 interface SpVersionRuntimeVersion extends Struct {1572 interface SpVersionRuntimeVersion extends Struct {1609 readonly specName: Text;1573 readonly specName: Text;1610 readonly implName: Text;1574 readonly implName: Text;1616 readonly stateVersion: u8;1580 readonly stateVersion: u8;1617 }1581 }161815821619 /** @name FrameSystemError (144) */1583 /** @name FrameSystemError (142) */1620 interface FrameSystemError extends Enum {1584 interface FrameSystemError extends Enum {1621 readonly isInvalidSpecName: boolean;1585 readonly isInvalidSpecName: boolean;1622 readonly isSpecVersionNeedsToIncrease: boolean;1586 readonly isSpecVersionNeedsToIncrease: boolean;1627 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1591 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1628 }1592 }162915931630 /** @name PolkadotPrimitivesV2PersistedValidationData (145) */1594 /** @name PolkadotPrimitivesV2PersistedValidationData (143) */1631 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1595 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1632 readonly parentHead: Bytes;1596 readonly parentHead: Bytes;1633 readonly relayParentNumber: u32;1597 readonly relayParentNumber: u32;1634 readonly relayParentStorageRoot: H256;1598 readonly relayParentStorageRoot: H256;1635 readonly maxPovSize: u32;1599 readonly maxPovSize: u32;1636 }1600 }163716011638 /** @name PolkadotPrimitivesV2UpgradeRestriction (148) */1602 /** @name PolkadotPrimitivesV2UpgradeRestriction (146) */1639 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1603 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1640 readonly isPresent: boolean;1604 readonly isPresent: boolean;1641 readonly type: 'Present';1605 readonly type: 'Present';1642 }1606 }164316071644 /** @name SpTrieStorageProof (149) */1608 /** @name SpTrieStorageProof (147) */1645 interface SpTrieStorageProof extends Struct {1609 interface SpTrieStorageProof extends Struct {1646 readonly trieNodes: BTreeSet<Bytes>;1610 readonly trieNodes: BTreeSet<Bytes>;1647 }1611 }164816121649 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (151) */1613 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (149) */1650 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1614 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1651 readonly dmqMqcHead: H256;1615 readonly dmqMqcHead: H256;1652 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1616 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1653 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1617 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1654 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1618 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1655 }1619 }165616201657 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (154) */1621 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (152) */1658 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1622 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1659 readonly maxCapacity: u32;1623 readonly maxCapacity: u32;1660 readonly maxTotalSize: u32;1624 readonly maxTotalSize: u32;1664 readonly mqcHead: Option<H256>;1628 readonly mqcHead: Option<H256>;1665 }1629 }166616301667 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (155) */1631 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (153) */1668 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1632 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1669 readonly maxCodeSize: u32;1633 readonly maxCodeSize: u32;1670 readonly maxHeadDataSize: u32;1634 readonly maxHeadDataSize: u32;1677 readonly validationUpgradeDelay: u32;1641 readonly validationUpgradeDelay: u32;1678 }1642 }167916431680 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (161) */1644 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (159) */1681 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1645 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1682 readonly recipient: u32;1646 readonly recipient: u32;1683 readonly data: Bytes;1647 readonly data: Bytes;1684 }1648 }168516491686 /** @name CumulusPalletParachainSystemCall (162) */1650 /** @name CumulusPalletParachainSystemCall (160) */1687 interface CumulusPalletParachainSystemCall extends Enum {1651 interface CumulusPalletParachainSystemCall extends Enum {1688 readonly isSetValidationData: boolean;1652 readonly isSetValidationData: boolean;1689 readonly asSetValidationData: {1653 readonly asSetValidationData: {1704 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1668 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1705 }1669 }170616701707 /** @name CumulusPrimitivesParachainInherentParachainInherentData (163) */1671 /** @name CumulusPrimitivesParachainInherentParachainInherentData (161) */1708 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1672 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1709 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1673 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1710 readonly relayChainState: SpTrieStorageProof;1674 readonly relayChainState: SpTrieStorageProof;1711 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1675 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1712 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1676 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1713 }1677 }171416781715 /** @name PolkadotCorePrimitivesInboundDownwardMessage (165) */1679 /** @name PolkadotCorePrimitivesInboundDownwardMessage (163) */1716 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1680 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1717 readonly sentAt: u32;1681 readonly sentAt: u32;1718 readonly msg: Bytes;1682 readonly msg: Bytes;1719 }1683 }172016841721 /** @name PolkadotCorePrimitivesInboundHrmpMessage (168) */1685 /** @name PolkadotCorePrimitivesInboundHrmpMessage (166) */1722 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1686 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1723 readonly sentAt: u32;1687 readonly sentAt: u32;1724 readonly data: Bytes;1688 readonly data: Bytes;1725 }1689 }172616901727 /** @name CumulusPalletParachainSystemError (171) */1691 /** @name CumulusPalletParachainSystemError (169) */1728 interface CumulusPalletParachainSystemError extends Enum {1692 interface CumulusPalletParachainSystemError extends Enum {1729 readonly isOverlappingUpgrades: boolean;1693 readonly isOverlappingUpgrades: boolean;1730 readonly isProhibitedByPolkadot: boolean;1694 readonly isProhibitedByPolkadot: boolean;1737 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1701 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1738 }1702 }173917031740 /** @name PalletBalancesBalanceLock (173) */1704 /** @name PalletBalancesBalanceLock (171) */1741 interface PalletBalancesBalanceLock extends Struct {1705 interface PalletBalancesBalanceLock extends Struct {1742 readonly id: U8aFixed;1706 readonly id: U8aFixed;1743 readonly amount: u128;1707 readonly amount: u128;1744 readonly reasons: PalletBalancesReasons;1708 readonly reasons: PalletBalancesReasons;1745 }1709 }174617101747 /** @name PalletBalancesReasons (174) */1711 /** @name PalletBalancesReasons (172) */1748 interface PalletBalancesReasons extends Enum {1712 interface PalletBalancesReasons extends Enum {1749 readonly isFee: boolean;1713 readonly isFee: boolean;1750 readonly isMisc: boolean;1714 readonly isMisc: boolean;1751 readonly isAll: boolean;1715 readonly isAll: boolean;1752 readonly type: 'Fee' | 'Misc' | 'All';1716 readonly type: 'Fee' | 'Misc' | 'All';1753 }1717 }175417181755 /** @name PalletBalancesReserveData (177) */1719 /** @name PalletBalancesReserveData (175) */1756 interface PalletBalancesReserveData extends Struct {1720 interface PalletBalancesReserveData extends Struct {1757 readonly id: U8aFixed;1721 readonly id: U8aFixed;1758 readonly amount: u128;1722 readonly amount: u128;1759 }1723 }176017241761 /** @name PalletBalancesReleases (179) */1725 /** @name PalletBalancesReleases (177) */1762 interface PalletBalancesReleases extends Enum {1726 interface PalletBalancesReleases extends Enum {1763 readonly isV100: boolean;1727 readonly isV100: boolean;1764 readonly isV200: boolean;1728 readonly isV200: boolean;1765 readonly type: 'V100' | 'V200';1729 readonly type: 'V100' | 'V200';1766 }1730 }176717311768 /** @name PalletBalancesCall (180) */1732 /** @name PalletBalancesCall (178) */1769 interface PalletBalancesCall extends Enum {1733 interface PalletBalancesCall extends Enum {1770 readonly isTransfer: boolean;1734 readonly isTransfer: boolean;1771 readonly asTransfer: {1735 readonly asTransfer: {1802 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1766 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1803 }1767 }180417681805 /** @name PalletBalancesError (183) */1769 /** @name PalletBalancesError (181) */1806 interface PalletBalancesError extends Enum {1770 interface PalletBalancesError extends Enum {1807 readonly isVestingBalance: boolean;1771 readonly isVestingBalance: boolean;1808 readonly isLiquidityRestrictions: boolean;1772 readonly isLiquidityRestrictions: boolean;1815 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1779 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1816 }1780 }181717811818 /** @name PalletTimestampCall (185) */1782 /** @name PalletTimestampCall (183) */1819 interface PalletTimestampCall extends Enum {1783 interface PalletTimestampCall extends Enum {1820 readonly isSet: boolean;1784 readonly isSet: boolean;1821 readonly asSet: {1785 readonly asSet: {1824 readonly type: 'Set';1788 readonly type: 'Set';1825 }1789 }182617901827 /** @name PalletTransactionPaymentReleases (187) */1791 /** @name PalletTransactionPaymentReleases (185) */1828 interface PalletTransactionPaymentReleases extends Enum {1792 interface PalletTransactionPaymentReleases extends Enum {1829 readonly isV1Ancient: boolean;1793 readonly isV1Ancient: boolean;1830 readonly isV2: boolean;1794 readonly isV2: boolean;1831 readonly type: 'V1Ancient' | 'V2';1795 readonly type: 'V1Ancient' | 'V2';1832 }1796 }183317971834 /** @name PalletTreasuryProposal (188) */1798 /** @name PalletTreasuryProposal (186) */1835 interface PalletTreasuryProposal extends Struct {1799 interface PalletTreasuryProposal extends Struct {1836 readonly proposer: AccountId32;1800 readonly proposer: AccountId32;1837 readonly value: u128;1801 readonly value: u128;1838 readonly beneficiary: AccountId32;1802 readonly beneficiary: AccountId32;1839 readonly bond: u128;1803 readonly bond: u128;1840 }1804 }184118051842 /** @name PalletTreasuryCall (191) */1806 /** @name PalletTreasuryCall (189) */1843 interface PalletTreasuryCall extends Enum {1807 interface PalletTreasuryCall extends Enum {1844 readonly isProposeSpend: boolean;1808 readonly isProposeSpend: boolean;1845 readonly asProposeSpend: {1809 readonly asProposeSpend: {1866 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1830 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1867 }1831 }186818321869 /** @name FrameSupportPalletId (194) */1833 /** @name FrameSupportPalletId (192) */1870 interface FrameSupportPalletId extends U8aFixed {}1834 interface FrameSupportPalletId extends U8aFixed {}187118351872 /** @name PalletTreasuryError (195) */1836 /** @name PalletTreasuryError (193) */1873 interface PalletTreasuryError extends Enum {1837 interface PalletTreasuryError extends Enum {1874 readonly isInsufficientProposersBalance: boolean;1838 readonly isInsufficientProposersBalance: boolean;1875 readonly isInvalidIndex: boolean;1839 readonly isInvalidIndex: boolean;1879 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1843 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1880 }1844 }188118451882 /** @name PalletSudoCall (196) */1846 /** @name PalletSudoCall (194) */1883 interface PalletSudoCall extends Enum {1847 interface PalletSudoCall extends Enum {1884 readonly isSudo: boolean;1848 readonly isSudo: boolean;1885 readonly asSudo: {1849 readonly asSudo: {1902 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1866 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1903 }1867 }190418681905 /** @name OrmlVestingModuleCall (198) */1869 /** @name OrmlVestingModuleCall (196) */1906 interface OrmlVestingModuleCall extends Enum {1870 interface OrmlVestingModuleCall extends Enum {1907 readonly isClaim: boolean;1871 readonly isClaim: boolean;1908 readonly isVestedTransfer: boolean;1872 readonly isVestedTransfer: boolean;1922 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';1886 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';1923 }1887 }192418881925 /** @name OrmlXtokensModuleCall (200) */1889 /** @name OrmlXtokensModuleCall (198) */1926 interface OrmlXtokensModuleCall extends Enum {1890 interface OrmlXtokensModuleCall extends Enum {1927 readonly isTransfer: boolean;1891 readonly isTransfer: boolean;1928 readonly asTransfer: {1892 readonly asTransfer: {1969 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1933 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1970 }1934 }197119351972 /** @name XcmVersionedMultiAsset (201) */1936 /** @name XcmVersionedMultiAsset (199) */1973 interface XcmVersionedMultiAsset extends Enum {1937 interface XcmVersionedMultiAsset extends Enum {1974 readonly isV0: boolean;1938 readonly isV0: boolean;1975 readonly asV0: XcmV0MultiAsset;1939 readonly asV0: XcmV0MultiAsset;1978 readonly type: 'V0' | 'V1';1942 readonly type: 'V0' | 'V1';1979 }1943 }198019441981 /** @name OrmlTokensModuleCall (204) */1945 /** @name OrmlTokensModuleCall (202) */1982 interface OrmlTokensModuleCall extends Enum {1946 interface OrmlTokensModuleCall extends Enum {1983 readonly isTransfer: boolean;1947 readonly isTransfer: boolean;1984 readonly asTransfer: {1948 readonly asTransfer: {2015 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';1979 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';2016 }1980 }201719812018 /** @name CumulusPalletXcmpQueueCall (205) */1982 /** @name CumulusPalletXcmpQueueCall (203) */2019 interface CumulusPalletXcmpQueueCall extends Enum {1983 interface CumulusPalletXcmpQueueCall extends Enum {2020 readonly isServiceOverweight: boolean;1984 readonly isServiceOverweight: boolean;2021 readonly asServiceOverweight: {1985 readonly asServiceOverweight: {2051 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2015 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2052 }2016 }205320172054 /** @name PalletXcmCall (206) */2018 /** @name PalletXcmCall (204) */2055 interface PalletXcmCall extends Enum {2019 interface PalletXcmCall extends Enum {2056 readonly isSend: boolean;2020 readonly isSend: boolean;2057 readonly asSend: {2021 readonly asSend: {2113 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2077 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2114 }2078 }211520792116 /** @name XcmVersionedXcm (207) */2080 /** @name XcmVersionedXcm (205) */2117 interface XcmVersionedXcm extends Enum {2081 interface XcmVersionedXcm extends Enum {2118 readonly isV0: boolean;2082 readonly isV0: boolean;2119 readonly asV0: XcmV0Xcm;2083 readonly asV0: XcmV0Xcm;2124 readonly type: 'V0' | 'V1' | 'V2';2088 readonly type: 'V0' | 'V1' | 'V2';2125 }2089 }212620902127 /** @name XcmV0Xcm (208) */2091 /** @name XcmV0Xcm (206) */2128 interface XcmV0Xcm extends Enum {2092 interface XcmV0Xcm extends Enum {2129 readonly isWithdrawAsset: boolean;2093 readonly isWithdrawAsset: boolean;2130 readonly asWithdrawAsset: {2094 readonly asWithdrawAsset: {2187 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2151 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2188 }2152 }218921532190 /** @name XcmV0Order (210) */2154 /** @name XcmV0Order (208) */2191 interface XcmV0Order extends Enum {2155 interface XcmV0Order extends Enum {2192 readonly isNull: boolean;2156 readonly isNull: boolean;2193 readonly isDepositAsset: boolean;2157 readonly isDepositAsset: boolean;2235 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2199 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2236 }2200 }223722012238 /** @name XcmV0Response (212) */2202 /** @name XcmV0Response (210) */2239 interface XcmV0Response extends Enum {2203 interface XcmV0Response extends Enum {2240 readonly isAssets: boolean;2204 readonly isAssets: boolean;2241 readonly asAssets: Vec<XcmV0MultiAsset>;2205 readonly asAssets: Vec<XcmV0MultiAsset>;2242 readonly type: 'Assets';2206 readonly type: 'Assets';2243 }2207 }224422082245 /** @name XcmV1Xcm (213) */2209 /** @name XcmV1Xcm (211) */2246 interface XcmV1Xcm extends Enum {2210 interface XcmV1Xcm extends Enum {2247 readonly isWithdrawAsset: boolean;2211 readonly isWithdrawAsset: boolean;2248 readonly asWithdrawAsset: {2212 readonly asWithdrawAsset: {2311 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2275 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2312 }2276 }231322772314 /** @name XcmV1Order (215) */2278 /** @name XcmV1Order (213) */2315 interface XcmV1Order extends Enum {2279 interface XcmV1Order extends Enum {2316 readonly isNoop: boolean;2280 readonly isNoop: boolean;2317 readonly isDepositAsset: boolean;2281 readonly isDepositAsset: boolean;2361 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2325 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2362 }2326 }236323272364 /** @name XcmV1Response (217) */2328 /** @name XcmV1Response (215) */2365 interface XcmV1Response extends Enum {2329 interface XcmV1Response extends Enum {2366 readonly isAssets: boolean;2330 readonly isAssets: boolean;2367 readonly asAssets: XcmV1MultiassetMultiAssets;2331 readonly asAssets: XcmV1MultiassetMultiAssets;2370 readonly type: 'Assets' | 'Version';2334 readonly type: 'Assets' | 'Version';2371 }2335 }237223362373 /** @name CumulusPalletXcmCall (231) */2337 /** @name CumulusPalletXcmCall (229) */2374 type CumulusPalletXcmCall = Null;2338 type CumulusPalletXcmCall = Null;237523392376 /** @name CumulusPalletDmpQueueCall (232) */2340 /** @name CumulusPalletDmpQueueCall (230) */2377 interface CumulusPalletDmpQueueCall extends Enum {2341 interface CumulusPalletDmpQueueCall extends Enum {2378 readonly isServiceOverweight: boolean;2342 readonly isServiceOverweight: boolean;2379 readonly asServiceOverweight: {2343 readonly asServiceOverweight: {2383 readonly type: 'ServiceOverweight';2347 readonly type: 'ServiceOverweight';2384 }2348 }238523492386 /** @name PalletInflationCall (233) */2350 /** @name PalletInflationCall (231) */2387 interface PalletInflationCall extends Enum {2351 interface PalletInflationCall extends Enum {2388 readonly isStartInflation: boolean;2352 readonly isStartInflation: boolean;2389 readonly asStartInflation: {2353 readonly asStartInflation: {2392 readonly type: 'StartInflation';2356 readonly type: 'StartInflation';2393 }2357 }239423582395 /** @name PalletUniqueCall (234) */2359 /** @name PalletUniqueCall (232) */2396 interface PalletUniqueCall extends Enum {2360 interface PalletUniqueCall extends Enum {2397 readonly isCreateCollection: boolean;2361 readonly isCreateCollection: boolean;2398 readonly asCreateCollection: {2362 readonly asCreateCollection: {2556 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';2520 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';2557 }2521 }255825222559 /** @name UpDataStructsCollectionMode (239) */2523 /** @name UpDataStructsCollectionMode (237) */2560 interface UpDataStructsCollectionMode extends Enum {2524 interface UpDataStructsCollectionMode extends Enum {2561 readonly isNft: boolean;2525 readonly isNft: boolean;2562 readonly isFungible: boolean;2526 readonly isFungible: boolean;2565 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2529 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2566 }2530 }256725312568 /** @name UpDataStructsCreateCollectionData (240) */2532 /** @name UpDataStructsCreateCollectionData (238) */2569 interface UpDataStructsCreateCollectionData extends Struct {2533 interface UpDataStructsCreateCollectionData extends Struct {2570 readonly mode: UpDataStructsCollectionMode;2534 readonly mode: UpDataStructsCollectionMode;2571 readonly access: Option<UpDataStructsAccessMode>;2535 readonly access: Option<UpDataStructsAccessMode>;2579 readonly properties: Vec<UpDataStructsProperty>;2543 readonly properties: Vec<UpDataStructsProperty>;2580 }2544 }258125452582 /** @name UpDataStructsAccessMode (242) */2546 /** @name UpDataStructsAccessMode (240) */2583 interface UpDataStructsAccessMode extends Enum {2547 interface UpDataStructsAccessMode extends Enum {2584 readonly isNormal: boolean;2548 readonly isNormal: boolean;2585 readonly isAllowList: boolean;2549 readonly isAllowList: boolean;2586 readonly type: 'Normal' | 'AllowList';2550 readonly type: 'Normal' | 'AllowList';2587 }2551 }258825522589 /** @name UpDataStructsCollectionLimits (244) */2553 /** @name UpDataStructsCollectionLimits (242) */2590 interface UpDataStructsCollectionLimits extends Struct {2554 interface UpDataStructsCollectionLimits extends Struct {2591 readonly accountTokenOwnershipLimit: Option<u32>;2555 readonly accountTokenOwnershipLimit: Option<u32>;2592 readonly sponsoredDataSize: Option<u32>;2556 readonly sponsoredDataSize: Option<u32>;2599 readonly transfersEnabled: Option<bool>;2563 readonly transfersEnabled: Option<bool>;2600 }2564 }260125652602 /** @name UpDataStructsSponsoringRateLimit (246) */2566 /** @name UpDataStructsSponsoringRateLimit (244) */2603 interface UpDataStructsSponsoringRateLimit extends Enum {2567 interface UpDataStructsSponsoringRateLimit extends Enum {2604 readonly isSponsoringDisabled: boolean;2568 readonly isSponsoringDisabled: boolean;2605 readonly isBlocks: boolean;2569 readonly isBlocks: boolean;2606 readonly asBlocks: u32;2570 readonly asBlocks: u32;2607 readonly type: 'SponsoringDisabled' | 'Blocks';2571 readonly type: 'SponsoringDisabled' | 'Blocks';2608 }2572 }260925732610 /** @name UpDataStructsCollectionPermissions (249) */2574 /** @name UpDataStructsCollectionPermissions (247) */2611 interface UpDataStructsCollectionPermissions extends Struct {2575 interface UpDataStructsCollectionPermissions extends Struct {2612 readonly access: Option<UpDataStructsAccessMode>;2576 readonly access: Option<UpDataStructsAccessMode>;2613 readonly mintMode: Option<bool>;2577 readonly mintMode: Option<bool>;2614 readonly nesting: Option<UpDataStructsNestingPermissions>;2578 readonly nesting: Option<UpDataStructsNestingPermissions>;2615 }2579 }261625802617 /** @name UpDataStructsNestingPermissions (251) */2581 /** @name UpDataStructsNestingPermissions (249) */2618 interface UpDataStructsNestingPermissions extends Struct {2582 interface UpDataStructsNestingPermissions extends Struct {2619 readonly tokenOwner: bool;2583 readonly tokenOwner: bool;2620 readonly collectionAdmin: bool;2584 readonly collectionAdmin: bool;2621 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2585 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2622 }2586 }262325872624 /** @name UpDataStructsOwnerRestrictedSet (253) */2588 /** @name UpDataStructsOwnerRestrictedSet (251) */2625 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}2589 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}262625902627 /** @name UpDataStructsPropertyKeyPermission (258) */2591 /** @name UpDataStructsPropertyKeyPermission (256) */2628 interface UpDataStructsPropertyKeyPermission extends Struct {2592 interface UpDataStructsPropertyKeyPermission extends Struct {2629 readonly key: Bytes;2593 readonly key: Bytes;2630 readonly permission: UpDataStructsPropertyPermission;2594 readonly permission: UpDataStructsPropertyPermission;2631 }2595 }263225962633 /** @name UpDataStructsPropertyPermission (259) */2597 /** @name UpDataStructsPropertyPermission (257) */2634 interface UpDataStructsPropertyPermission extends Struct {2598 interface UpDataStructsPropertyPermission extends Struct {2635 readonly mutable: bool;2599 readonly mutable: bool;2636 readonly collectionAdmin: bool;2600 readonly collectionAdmin: bool;2637 readonly tokenOwner: bool;2601 readonly tokenOwner: bool;2638 }2602 }263926032640 /** @name UpDataStructsProperty (262) */2604 /** @name UpDataStructsProperty (260) */2641 interface UpDataStructsProperty extends Struct {2605 interface UpDataStructsProperty extends Struct {2642 readonly key: Bytes;2606 readonly key: Bytes;2643 readonly value: Bytes;2607 readonly value: Bytes;2644 }2608 }264526092646 /** @name UpDataStructsCreateItemData (265) */2610 /** @name UpDataStructsCreateItemData (263) */2647 interface UpDataStructsCreateItemData extends Enum {2611 interface UpDataStructsCreateItemData extends Enum {2648 readonly isNft: boolean;2612 readonly isNft: boolean;2649 readonly asNft: UpDataStructsCreateNftData;2613 readonly asNft: UpDataStructsCreateNftData;2654 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2618 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2655 }2619 }265626202657 /** @name UpDataStructsCreateNftData (266) */2621 /** @name UpDataStructsCreateNftData (264) */2658 interface UpDataStructsCreateNftData extends Struct {2622 interface UpDataStructsCreateNftData extends Struct {2659 readonly properties: Vec<UpDataStructsProperty>;2623 readonly properties: Vec<UpDataStructsProperty>;2660 }2624 }266126252662 /** @name UpDataStructsCreateFungibleData (267) */2626 /** @name UpDataStructsCreateFungibleData (265) */2663 interface UpDataStructsCreateFungibleData extends Struct {2627 interface UpDataStructsCreateFungibleData extends Struct {2664 readonly value: u128;2628 readonly value: u128;2665 }2629 }266626302667 /** @name UpDataStructsCreateReFungibleData (268) */2631 /** @name UpDataStructsCreateReFungibleData (266) */2668 interface UpDataStructsCreateReFungibleData extends Struct {2632 interface UpDataStructsCreateReFungibleData extends Struct {2669 readonly pieces: u128;2633 readonly pieces: u128;2670 readonly properties: Vec<UpDataStructsProperty>;2634 readonly properties: Vec<UpDataStructsProperty>;2671 }2635 }267226362673 /** @name UpDataStructsCreateItemExData (271) */2637 /** @name UpDataStructsCreateItemExData (269) */2674 interface UpDataStructsCreateItemExData extends Enum {2638 interface UpDataStructsCreateItemExData extends Enum {2675 readonly isNft: boolean;2639 readonly isNft: boolean;2676 readonly asNft: Vec<UpDataStructsCreateNftExData>;2640 readonly asNft: Vec<UpDataStructsCreateNftExData>;2683 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2647 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2684 }2648 }268526492686 /** @name UpDataStructsCreateNftExData (273) */2650 /** @name UpDataStructsCreateNftExData (271) */2687 interface UpDataStructsCreateNftExData extends Struct {2651 interface UpDataStructsCreateNftExData extends Struct {2688 readonly properties: Vec<UpDataStructsProperty>;2652 readonly properties: Vec<UpDataStructsProperty>;2689 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2653 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2690 }2654 }269126552692 /** @name UpDataStructsCreateRefungibleExSingleOwner (280) */2656 /** @name UpDataStructsCreateRefungibleExSingleOwner (278) */2693 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2657 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2694 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2658 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2695 readonly pieces: u128;2659 readonly pieces: u128;2696 readonly properties: Vec<UpDataStructsProperty>;2660 readonly properties: Vec<UpDataStructsProperty>;2697 }2661 }269826622699 /** @name UpDataStructsCreateRefungibleExMultipleOwners (282) */2663 /** @name UpDataStructsCreateRefungibleExMultipleOwners (280) */2700 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2664 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2701 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2665 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2702 readonly properties: Vec<UpDataStructsProperty>;2666 readonly properties: Vec<UpDataStructsProperty>;2703 }2667 }270426682705 /** @name PalletUniqueSchedulerV2Call (283) */2669 /** @name PalletConfigurationCall (281) */2706 interface PalletUniqueSchedulerV2Call extends Enum {2670 interface PalletConfigurationCall extends Enum {2707 readonly isSchedule: boolean;2671 readonly isSetWeightToFeeCoefficientOverride: boolean;2708 readonly asSchedule: {2672 readonly asSetWeightToFeeCoefficientOverride: {2709 readonly when: u32;2710 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2673 readonly coeff: Option<u32>;2711 readonly priority: Option<u8>;2712 readonly call: Call;2713 } & Struct;2674 } & Struct;2714 readonly isCancel: boolean;2675 readonly isSetMinGasPriceOverride: boolean;2715 readonly asCancel: {2716 readonly when: u32;2717 readonly index: u32;2718 } & Struct;2719 readonly isScheduleNamed: boolean;2720 readonly asScheduleNamed: {2676 readonly asSetMinGasPriceOverride: {2721 readonly id: U8aFixed;2722 readonly when: u32;2723 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2677 readonly coeff: Option<u64>;2724 readonly priority: Option<u8>;2725 readonly call: Call;2726 } & Struct;2678 } & Struct;2727 readonly isCancelNamed: boolean;2679 readonly isSetXcmAllowedLocations: boolean;2728 readonly asCancelNamed: {2729 readonly id: U8aFixed;2730 } & Struct;2731 readonly isScheduleAfter: boolean;2732 readonly asScheduleAfter: {2680 readonly asSetXcmAllowedLocations: {2733 readonly after: u32;2734 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2681 readonly locations: Option<Vec<XcmV1MultiLocation>>;2735 readonly priority: Option<u8>;2736 readonly call: Call;2737 } & Struct;2682 } & Struct;2738 readonly isScheduleNamedAfter: boolean;2683 readonly isSetAppPromotionConfigurationOverride: boolean;2739 readonly asScheduleNamedAfter: {2684 readonly asSetAppPromotionConfigurationOverride: {2740 readonly id: U8aFixed;2685 readonly configuration: PalletConfigurationAppPromotionConfiguration;2741 readonly after: u32;2742 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;2743 readonly priority: Option<u8>;2744 readonly call: Call;2745 } & Struct;2686 } & Struct;2746 readonly isChangeNamedPriority: boolean;2747 readonly asChangeNamedPriority: {2748 readonly id: U8aFixed;2749 readonly priority: u8;2750 } & Struct;2751 readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter' | 'ChangeNamedPriority';2687 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';2752 }2688 }275326892754 /** @name PalletConfigurationCall (286) */2690 /** @name PalletConfigurationAppPromotionConfiguration (286) */2755 interface PalletConfigurationCall extends Enum {2691 interface PalletConfigurationAppPromotionConfiguration extends Struct {2756 readonly isSetWeightToFeeCoefficientOverride: boolean;2757 readonly asSetWeightToFeeCoefficientOverride: {2692 readonly recalculationInterval: Option<u32>;2758 readonly coeff: Option<u32>;2759 } & Struct;2760 readonly isSetMinGasPriceOverride: boolean;2761 readonly asSetMinGasPriceOverride: {2693 readonly pendingInterval: Option<u32>;2762 readonly coeff: Option<u64>;2763 } & Struct;2764 readonly isSetXcmAllowedLocations: boolean;2765 readonly asSetXcmAllowedLocations: {2694 readonly intervalIncome: Option<Perbill>;2766 readonly locations: Option<Vec<XcmV1MultiLocation>>;2767 } & Struct;2768 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations';2695 readonly maxStakersPerCalculation: Option<u8>;2769 }2696 }277026972771 /** @name PalletTemplateTransactionPaymentCall (291) */2698 /** @name PalletTemplateTransactionPaymentCall (289) */2772 type PalletTemplateTransactionPaymentCall = Null;2699 type PalletTemplateTransactionPaymentCall = Null;277327002774 /** @name PalletStructureCall (292) */2701 /** @name PalletStructureCall (290) */2775 type PalletStructureCall = Null;2702 type PalletStructureCall = Null;277627032777 /** @name PalletRmrkCoreCall (293) */2704 /** @name PalletRmrkCoreCall (291) */2778 interface PalletRmrkCoreCall extends Enum {2705 interface PalletRmrkCoreCall extends Enum {2779 readonly isCreateCollection: boolean;2706 readonly isCreateCollection: boolean;2780 readonly asCreateCollection: {2707 readonly asCreateCollection: {2880 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2807 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2881 }2808 }288228092883 /** @name RmrkTraitsResourceResourceTypes (299) */2810 /** @name RmrkTraitsResourceResourceTypes (297) */2884 interface RmrkTraitsResourceResourceTypes extends Enum {2811 interface RmrkTraitsResourceResourceTypes extends Enum {2885 readonly isBasic: boolean;2812 readonly isBasic: boolean;2886 readonly asBasic: RmrkTraitsResourceBasicResource;2813 readonly asBasic: RmrkTraitsResourceBasicResource;2891 readonly type: 'Basic' | 'Composable' | 'Slot';2818 readonly type: 'Basic' | 'Composable' | 'Slot';2892 }2819 }289328202894 /** @name RmrkTraitsResourceBasicResource (301) */2821 /** @name RmrkTraitsResourceBasicResource (299) */2895 interface RmrkTraitsResourceBasicResource extends Struct {2822 interface RmrkTraitsResourceBasicResource extends Struct {2896 readonly src: Option<Bytes>;2823 readonly src: Option<Bytes>;2897 readonly metadata: Option<Bytes>;2824 readonly metadata: Option<Bytes>;2898 readonly license: Option<Bytes>;2825 readonly license: Option<Bytes>;2899 readonly thumb: Option<Bytes>;2826 readonly thumb: Option<Bytes>;2900 }2827 }290128282902 /** @name RmrkTraitsResourceComposableResource (303) */2829 /** @name RmrkTraitsResourceComposableResource (301) */2903 interface RmrkTraitsResourceComposableResource extends Struct {2830 interface RmrkTraitsResourceComposableResource extends Struct {2904 readonly parts: Vec<u32>;2831 readonly parts: Vec<u32>;2905 readonly base: u32;2832 readonly base: u32;2909 readonly thumb: Option<Bytes>;2836 readonly thumb: Option<Bytes>;2910 }2837 }291128382912 /** @name RmrkTraitsResourceSlotResource (304) */2839 /** @name RmrkTraitsResourceSlotResource (302) */2913 interface RmrkTraitsResourceSlotResource extends Struct {2840 interface RmrkTraitsResourceSlotResource extends Struct {2914 readonly base: u32;2841 readonly base: u32;2915 readonly src: Option<Bytes>;2842 readonly src: Option<Bytes>;2919 readonly thumb: Option<Bytes>;2846 readonly thumb: Option<Bytes>;2920 }2847 }292128482922 /** @name PalletRmrkEquipCall (307) */2849 /** @name PalletRmrkEquipCall (305) */2923 interface PalletRmrkEquipCall extends Enum {2850 interface PalletRmrkEquipCall extends Enum {2924 readonly isCreateBase: boolean;2851 readonly isCreateBase: boolean;2925 readonly asCreateBase: {2852 readonly asCreateBase: {2941 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';2868 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';2942 }2869 }294328702944 /** @name RmrkTraitsPartPartType (310) */2871 /** @name RmrkTraitsPartPartType (308) */2945 interface RmrkTraitsPartPartType extends Enum {2872 interface RmrkTraitsPartPartType extends Enum {2946 readonly isFixedPart: boolean;2873 readonly isFixedPart: boolean;2947 readonly asFixedPart: RmrkTraitsPartFixedPart;2874 readonly asFixedPart: RmrkTraitsPartFixedPart;2950 readonly type: 'FixedPart' | 'SlotPart';2877 readonly type: 'FixedPart' | 'SlotPart';2951 }2878 }295228792953 /** @name RmrkTraitsPartFixedPart (312) */2880 /** @name RmrkTraitsPartFixedPart (310) */2954 interface RmrkTraitsPartFixedPart extends Struct {2881 interface RmrkTraitsPartFixedPart extends Struct {2955 readonly id: u32;2882 readonly id: u32;2956 readonly z: u32;2883 readonly z: u32;2957 readonly src: Bytes;2884 readonly src: Bytes;2958 }2885 }295928862960 /** @name RmrkTraitsPartSlotPart (313) */2887 /** @name RmrkTraitsPartSlotPart (311) */2961 interface RmrkTraitsPartSlotPart extends Struct {2888 interface RmrkTraitsPartSlotPart extends Struct {2962 readonly id: u32;2889 readonly id: u32;2963 readonly equippable: RmrkTraitsPartEquippableList;2890 readonly equippable: RmrkTraitsPartEquippableList;2964 readonly src: Bytes;2891 readonly src: Bytes;2965 readonly z: u32;2892 readonly z: u32;2966 }2893 }296728942968 /** @name RmrkTraitsPartEquippableList (314) */2895 /** @name RmrkTraitsPartEquippableList (312) */2969 interface RmrkTraitsPartEquippableList extends Enum {2896 interface RmrkTraitsPartEquippableList extends Enum {2970 readonly isAll: boolean;2897 readonly isAll: boolean;2971 readonly isEmpty: boolean;2898 readonly isEmpty: boolean;2974 readonly type: 'All' | 'Empty' | 'Custom';2901 readonly type: 'All' | 'Empty' | 'Custom';2975 }2902 }297629032977 /** @name RmrkTraitsTheme (316) */2904 /** @name RmrkTraitsTheme (314) */2978 interface RmrkTraitsTheme extends Struct {2905 interface RmrkTraitsTheme extends Struct {2979 readonly name: Bytes;2906 readonly name: Bytes;2980 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2907 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2981 readonly inherit: bool;2908 readonly inherit: bool;2982 }2909 }298329102984 /** @name RmrkTraitsThemeThemeProperty (318) */2911 /** @name RmrkTraitsThemeThemeProperty (316) */2985 interface RmrkTraitsThemeThemeProperty extends Struct {2912 interface RmrkTraitsThemeThemeProperty extends Struct {2986 readonly key: Bytes;2913 readonly key: Bytes;2987 readonly value: Bytes;2914 readonly value: Bytes;2988 }2915 }298929162990 /** @name PalletAppPromotionCall (320) */2917 /** @name PalletAppPromotionCall (318) */2991 interface PalletAppPromotionCall extends Enum {2918 interface PalletAppPromotionCall extends Enum {2992 readonly isSetAdminAddress: boolean;2919 readonly isSetAdminAddress: boolean;2993 readonly asSetAdminAddress: {2920 readonly asSetAdminAddress: {3021 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';2948 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';3022 }2949 }302329503024 /** @name PalletForeignAssetsModuleCall (321) */2951 /** @name PalletForeignAssetsModuleCall (319) */3025 interface PalletForeignAssetsModuleCall extends Enum {2952 interface PalletForeignAssetsModuleCall extends Enum {3026 readonly isRegisterForeignAsset: boolean;2953 readonly isRegisterForeignAsset: boolean;3027 readonly asRegisterForeignAsset: {2954 readonly asRegisterForeignAsset: {3038 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';2965 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';3039 }2966 }304029673041 /** @name PalletEvmCall (322) */2968 /** @name PalletEvmCall (320) */3042 interface PalletEvmCall extends Enum {2969 interface PalletEvmCall extends Enum {3043 readonly isWithdraw: boolean;2970 readonly isWithdraw: boolean;3044 readonly asWithdraw: {2971 readonly asWithdraw: {3083 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3010 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3084 }3011 }308530123086 /** @name PalletEthereumCall (328) */3013 /** @name PalletEthereumCall (326) */3087 interface PalletEthereumCall extends Enum {3014 interface PalletEthereumCall extends Enum {3088 readonly isTransact: boolean;3015 readonly isTransact: boolean;3089 readonly asTransact: {3016 readonly asTransact: {3092 readonly type: 'Transact';3019 readonly type: 'Transact';3093 }3020 }309430213095 /** @name EthereumTransactionTransactionV2 (329) */3022 /** @name EthereumTransactionTransactionV2 (327) */3096 interface EthereumTransactionTransactionV2 extends Enum {3023 interface EthereumTransactionTransactionV2 extends Enum {3097 readonly isLegacy: boolean;3024 readonly isLegacy: boolean;3098 readonly asLegacy: EthereumTransactionLegacyTransaction;3025 readonly asLegacy: EthereumTransactionLegacyTransaction;3103 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3030 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3104 }3031 }310530323106 /** @name EthereumTransactionLegacyTransaction (330) */3033 /** @name EthereumTransactionLegacyTransaction (328) */3107 interface EthereumTransactionLegacyTransaction extends Struct {3034 interface EthereumTransactionLegacyTransaction extends Struct {3108 readonly nonce: U256;3035 readonly nonce: U256;3109 readonly gasPrice: U256;3036 readonly gasPrice: U256;3114 readonly signature: EthereumTransactionTransactionSignature;3041 readonly signature: EthereumTransactionTransactionSignature;3115 }3042 }311630433117 /** @name EthereumTransactionTransactionAction (331) */3044 /** @name EthereumTransactionTransactionAction (329) */3118 interface EthereumTransactionTransactionAction extends Enum {3045 interface EthereumTransactionTransactionAction extends Enum {3119 readonly isCall: boolean;3046 readonly isCall: boolean;3120 readonly asCall: H160;3047 readonly asCall: H160;3121 readonly isCreate: boolean;3048 readonly isCreate: boolean;3122 readonly type: 'Call' | 'Create';3049 readonly type: 'Call' | 'Create';3123 }3050 }312430513125 /** @name EthereumTransactionTransactionSignature (332) */3052 /** @name EthereumTransactionTransactionSignature (330) */3126 interface EthereumTransactionTransactionSignature extends Struct {3053 interface EthereumTransactionTransactionSignature extends Struct {3127 readonly v: u64;3054 readonly v: u64;3128 readonly r: H256;3055 readonly r: H256;3129 readonly s: H256;3056 readonly s: H256;3130 }3057 }313130583132 /** @name EthereumTransactionEip2930Transaction (334) */3059 /** @name EthereumTransactionEip2930Transaction (332) */3133 interface EthereumTransactionEip2930Transaction extends Struct {3060 interface EthereumTransactionEip2930Transaction extends Struct {3134 readonly chainId: u64;3061 readonly chainId: u64;3135 readonly nonce: U256;3062 readonly nonce: U256;3144 readonly s: H256;3071 readonly s: H256;3145 }3072 }314630733147 /** @name EthereumTransactionAccessListItem (336) */3074 /** @name EthereumTransactionAccessListItem (334) */3148 interface EthereumTransactionAccessListItem extends Struct {3075 interface EthereumTransactionAccessListItem extends Struct {3149 readonly address: H160;3076 readonly address: H160;3150 readonly storageKeys: Vec<H256>;3077 readonly storageKeys: Vec<H256>;3151 }3078 }315230793153 /** @name EthereumTransactionEip1559Transaction (337) */3080 /** @name EthereumTransactionEip1559Transaction (335) */3154 interface EthereumTransactionEip1559Transaction extends Struct {3081 interface EthereumTransactionEip1559Transaction extends Struct {3155 readonly chainId: u64;3082 readonly chainId: u64;3156 readonly nonce: U256;3083 readonly nonce: U256;3166 readonly s: H256;3093 readonly s: H256;3167 }3094 }316830953169 /** @name PalletEvmMigrationCall (338) */3096 /** @name PalletEvmMigrationCall (336) */3170 interface PalletEvmMigrationCall extends Enum {3097 interface PalletEvmMigrationCall extends Enum {3171 readonly isBegin: boolean;3098 readonly isBegin: boolean;3172 readonly asBegin: {3099 readonly asBegin: {3193 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';3120 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';3194 }3121 }319531223196 /** @name PalletMaintenanceCall (342) */3123 /** @name PalletMaintenanceCall (340) */3197 interface PalletMaintenanceCall extends Enum {3124 interface PalletMaintenanceCall extends Enum {3198 readonly isEnable: boolean;3125 readonly isEnable: boolean;3199 readonly isDisable: boolean;3126 readonly isDisable: boolean;3200 readonly type: 'Enable' | 'Disable';3127 readonly type: 'Enable' | 'Disable';3201 }3128 }320231293203 /** @name PalletTestUtilsCall (343) */3130 /** @name PalletTestUtilsCall (341) */3204 interface PalletTestUtilsCall extends Enum {3131 interface PalletTestUtilsCall extends Enum {3205 readonly isEnable: boolean;3132 readonly isEnable: boolean;3206 readonly isSetTestValue: boolean;3133 readonly isSetTestValue: boolean;3212 readonly value: u32;3139 readonly value: u32;3213 } & Struct;3140 } & Struct;3214 readonly isIncTestValue: boolean;3141 readonly isIncTestValue: boolean;3215 readonly isSelfCancelingInc: boolean;3216 readonly asSelfCancelingInc: {3217 readonly id: U8aFixed;3218 readonly maxTestValue: u32;3219 } & Struct;3220 readonly isJustTakeFee: boolean;3142 readonly isJustTakeFee: boolean;3221 readonly isBatchAll: boolean;3143 readonly isBatchAll: boolean;3222 readonly asBatchAll: {3144 readonly asBatchAll: {3223 readonly calls: Vec<Call>;3145 readonly calls: Vec<Call>;3224 } & Struct;3146 } & Struct;3225 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'SelfCancelingInc' | 'JustTakeFee' | 'BatchAll';3147 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';3226 }3148 }322731493228 /** @name PalletSudoError (345) */3150 /** @name PalletSudoError (343) */3229 interface PalletSudoError extends Enum {3151 interface PalletSudoError extends Enum {3230 readonly isRequireSudo: boolean;3152 readonly isRequireSudo: boolean;3231 readonly type: 'RequireSudo';3153 readonly type: 'RequireSudo';3232 }3154 }323331553234 /** @name OrmlVestingModuleError (347) */3156 /** @name OrmlVestingModuleError (345) */3235 interface OrmlVestingModuleError extends Enum {3157 interface OrmlVestingModuleError extends Enum {3236 readonly isZeroVestingPeriod: boolean;3158 readonly isZeroVestingPeriod: boolean;3237 readonly isZeroVestingPeriodCount: boolean;3159 readonly isZeroVestingPeriodCount: boolean;3242 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3164 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3243 }3165 }324431663245 /** @name OrmlXtokensModuleError (348) */3167 /** @name OrmlXtokensModuleError (346) */3246 interface OrmlXtokensModuleError extends Enum {3168 interface OrmlXtokensModuleError extends Enum {3247 readonly isAssetHasNoReserve: boolean;3169 readonly isAssetHasNoReserve: boolean;3248 readonly isNotCrossChainTransfer: boolean;3170 readonly isNotCrossChainTransfer: boolean;3266 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3188 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3267 }3189 }326831903269 /** @name OrmlTokensBalanceLock (351) */3191 /** @name OrmlTokensBalanceLock (349) */3270 interface OrmlTokensBalanceLock extends Struct {3192 interface OrmlTokensBalanceLock extends Struct {3271 readonly id: U8aFixed;3193 readonly id: U8aFixed;3272 readonly amount: u128;3194 readonly amount: u128;3273 }3195 }327431963275 /** @name OrmlTokensAccountData (353) */3197 /** @name OrmlTokensAccountData (351) */3276 interface OrmlTokensAccountData extends Struct {3198 interface OrmlTokensAccountData extends Struct {3277 readonly free: u128;3199 readonly free: u128;3278 readonly reserved: u128;3200 readonly reserved: u128;3279 readonly frozen: u128;3201 readonly frozen: u128;3280 }3202 }328132033282 /** @name OrmlTokensReserveData (355) */3204 /** @name OrmlTokensReserveData (353) */3283 interface OrmlTokensReserveData extends Struct {3205 interface OrmlTokensReserveData extends Struct {3284 readonly id: Null;3206 readonly id: Null;3285 readonly amount: u128;3207 readonly amount: u128;3286 }3208 }328732093288 /** @name OrmlTokensModuleError (357) */3210 /** @name OrmlTokensModuleError (355) */3289 interface OrmlTokensModuleError extends Enum {3211 interface OrmlTokensModuleError extends Enum {3290 readonly isBalanceTooLow: boolean;3212 readonly isBalanceTooLow: boolean;3291 readonly isAmountIntoBalanceFailed: boolean;3213 readonly isAmountIntoBalanceFailed: boolean;3298 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3220 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3299 }3221 }330032223301 /** @name CumulusPalletXcmpQueueInboundChannelDetails (359) */3223 /** @name CumulusPalletXcmpQueueInboundChannelDetails (357) */3302 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3224 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3303 readonly sender: u32;3225 readonly sender: u32;3304 readonly state: CumulusPalletXcmpQueueInboundState;3226 readonly state: CumulusPalletXcmpQueueInboundState;3305 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3227 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3306 }3228 }330732293308 /** @name CumulusPalletXcmpQueueInboundState (360) */3230 /** @name CumulusPalletXcmpQueueInboundState (358) */3309 interface CumulusPalletXcmpQueueInboundState extends Enum {3231 interface CumulusPalletXcmpQueueInboundState extends Enum {3310 readonly isOk: boolean;3232 readonly isOk: boolean;3311 readonly isSuspended: boolean;3233 readonly isSuspended: boolean;3312 readonly type: 'Ok' | 'Suspended';3234 readonly type: 'Ok' | 'Suspended';3313 }3235 }331432363315 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (363) */3237 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (361) */3316 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3238 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3317 readonly isConcatenatedVersionedXcm: boolean;3239 readonly isConcatenatedVersionedXcm: boolean;3318 readonly isConcatenatedEncodedBlob: boolean;3240 readonly isConcatenatedEncodedBlob: boolean;3319 readonly isSignals: boolean;3241 readonly isSignals: boolean;3320 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3242 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3321 }3243 }332232443323 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (366) */3245 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (364) */3324 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3246 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3325 readonly recipient: u32;3247 readonly recipient: u32;3326 readonly state: CumulusPalletXcmpQueueOutboundState;3248 readonly state: CumulusPalletXcmpQueueOutboundState;3329 readonly lastIndex: u16;3251 readonly lastIndex: u16;3330 }3252 }333132533332 /** @name CumulusPalletXcmpQueueOutboundState (367) */3254 /** @name CumulusPalletXcmpQueueOutboundState (365) */3333 interface CumulusPalletXcmpQueueOutboundState extends Enum {3255 interface CumulusPalletXcmpQueueOutboundState extends Enum {3334 readonly isOk: boolean;3256 readonly isOk: boolean;3335 readonly isSuspended: boolean;3257 readonly isSuspended: boolean;3336 readonly type: 'Ok' | 'Suspended';3258 readonly type: 'Ok' | 'Suspended';3337 }3259 }333832603339 /** @name CumulusPalletXcmpQueueQueueConfigData (369) */3261 /** @name CumulusPalletXcmpQueueQueueConfigData (367) */3340 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3262 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3341 readonly suspendThreshold: u32;3263 readonly suspendThreshold: u32;3342 readonly dropThreshold: u32;3264 readonly dropThreshold: u32;3346 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;3268 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;3347 }3269 }334832703349 /** @name CumulusPalletXcmpQueueError (371) */3271 /** @name CumulusPalletXcmpQueueError (369) */3350 interface CumulusPalletXcmpQueueError extends Enum {3272 interface CumulusPalletXcmpQueueError extends Enum {3351 readonly isFailedToSend: boolean;3273 readonly isFailedToSend: boolean;3352 readonly isBadXcmOrigin: boolean;3274 readonly isBadXcmOrigin: boolean;3356 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3278 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3357 }3279 }335832803359 /** @name PalletXcmError (372) */3281 /** @name PalletXcmError (370) */3360 interface PalletXcmError extends Enum {3282 interface PalletXcmError extends Enum {3361 readonly isUnreachable: boolean;3283 readonly isUnreachable: boolean;3362 readonly isSendFailure: boolean;3284 readonly isSendFailure: boolean;3374 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3296 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3375 }3297 }337632983377 /** @name CumulusPalletXcmError (373) */3299 /** @name CumulusPalletXcmError (371) */3378 type CumulusPalletXcmError = Null;3300 type CumulusPalletXcmError = Null;337933013380 /** @name CumulusPalletDmpQueueConfigData (374) */3302 /** @name CumulusPalletDmpQueueConfigData (372) */3381 interface CumulusPalletDmpQueueConfigData extends Struct {3303 interface CumulusPalletDmpQueueConfigData extends Struct {3382 readonly maxIndividual: SpWeightsWeightV2Weight;3304 readonly maxIndividual: SpWeightsWeightV2Weight;3383 }3305 }338433063385 /** @name CumulusPalletDmpQueuePageIndexData (375) */3307 /** @name CumulusPalletDmpQueuePageIndexData (373) */3386 interface CumulusPalletDmpQueuePageIndexData extends Struct {3308 interface CumulusPalletDmpQueuePageIndexData extends Struct {3387 readonly beginUsed: u32;3309 readonly beginUsed: u32;3388 readonly endUsed: u32;3310 readonly endUsed: u32;3389 readonly overweightCount: u64;3311 readonly overweightCount: u64;3390 }3312 }339133133392 /** @name CumulusPalletDmpQueueError (378) */3314 /** @name CumulusPalletDmpQueueError (376) */3393 interface CumulusPalletDmpQueueError extends Enum {3315 interface CumulusPalletDmpQueueError extends Enum {3394 readonly isUnknown: boolean;3316 readonly isUnknown: boolean;3395 readonly isOverLimit: boolean;3317 readonly isOverLimit: boolean;3396 readonly type: 'Unknown' | 'OverLimit';3318 readonly type: 'Unknown' | 'OverLimit';3397 }3319 }339833203399 /** @name PalletUniqueError (382) */3321 /** @name PalletUniqueError (380) */3400 interface PalletUniqueError extends Enum {3322 interface PalletUniqueError extends Enum {3401 readonly isCollectionDecimalPointLimitExceeded: boolean;3323 readonly isCollectionDecimalPointLimitExceeded: boolean;3402 readonly isEmptyArgument: boolean;3324 readonly isEmptyArgument: boolean;3403 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3325 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3404 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3326 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3405 }3327 }34063407 /** @name PalletUniqueSchedulerV2BlockAgenda (383) */3408 interface PalletUniqueSchedulerV2BlockAgenda extends Struct {3409 readonly agenda: Vec<Option<PalletUniqueSchedulerV2Scheduled>>;3410 readonly freePlaces: u32;3411 }34123413 /** @name PalletUniqueSchedulerV2Scheduled (386) */3414 interface PalletUniqueSchedulerV2Scheduled extends Struct {3415 readonly maybeId: Option<U8aFixed>;3416 readonly priority: u8;3417 readonly call: PalletUniqueSchedulerV2ScheduledCall;3418 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;3419 readonly origin: OpalRuntimeOriginCaller;3420 }34213422 /** @name PalletUniqueSchedulerV2ScheduledCall (387) */3423 interface PalletUniqueSchedulerV2ScheduledCall extends Enum {3424 readonly isInline: boolean;3425 readonly asInline: Bytes;3426 readonly isPreimageLookup: boolean;3427 readonly asPreimageLookup: {3428 readonly hash_: H256;3429 readonly unboundedLen: u32;3430 } & Struct;3431 readonly type: 'Inline' | 'PreimageLookup';3432 }34333434 /** @name OpalRuntimeOriginCaller (389) */3435 interface OpalRuntimeOriginCaller extends Enum {3436 readonly isSystem: boolean;3437 readonly asSystem: FrameSupportDispatchRawOrigin;3438 readonly isVoid: boolean;3439 readonly isPolkadotXcm: boolean;3440 readonly asPolkadotXcm: PalletXcmOrigin;3441 readonly isCumulusXcm: boolean;3442 readonly asCumulusXcm: CumulusPalletXcmOrigin;3443 readonly isEthereum: boolean;3444 readonly asEthereum: PalletEthereumRawOrigin;3445 readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';3446 }34473448 /** @name FrameSupportDispatchRawOrigin (390) */3449 interface FrameSupportDispatchRawOrigin extends Enum {3450 readonly isRoot: boolean;3451 readonly isSigned: boolean;3452 readonly asSigned: AccountId32;3453 readonly isNone: boolean;3454 readonly type: 'Root' | 'Signed' | 'None';3455 }34563457 /** @name PalletXcmOrigin (391) */3458 interface PalletXcmOrigin extends Enum {3459 readonly isXcm: boolean;3460 readonly asXcm: XcmV1MultiLocation;3461 readonly isResponse: boolean;3462 readonly asResponse: XcmV1MultiLocation;3463 readonly type: 'Xcm' | 'Response';3464 }34653466 /** @name CumulusPalletXcmOrigin (392) */3467 interface CumulusPalletXcmOrigin extends Enum {3468 readonly isRelay: boolean;3469 readonly isSiblingParachain: boolean;3470 readonly asSiblingParachain: u32;3471 readonly type: 'Relay' | 'SiblingParachain';3472 }34733474 /** @name PalletEthereumRawOrigin (393) */3475 interface PalletEthereumRawOrigin extends Enum {3476 readonly isEthereumTransaction: boolean;3477 readonly asEthereumTransaction: H160;3478 readonly type: 'EthereumTransaction';3479 }34803481 /** @name SpCoreVoid (394) */3482 type SpCoreVoid = Null;34833484 /** @name PalletUniqueSchedulerV2Error (396) */3485 interface PalletUniqueSchedulerV2Error extends Enum {3486 readonly isFailedToSchedule: boolean;3487 readonly isAgendaIsExhausted: boolean;3488 readonly isScheduledCallCorrupted: boolean;3489 readonly isPreimageNotFound: boolean;3490 readonly isTooBigScheduledCall: boolean;3491 readonly isNotFound: boolean;3492 readonly isTargetBlockNumberInPast: boolean;3493 readonly isNamed: boolean;3494 readonly type: 'FailedToSchedule' | 'AgendaIsExhausted' | 'ScheduledCallCorrupted' | 'PreimageNotFound' | 'TooBigScheduledCall' | 'NotFound' | 'TargetBlockNumberInPast' | 'Named';3495 }349633283497 /** @name PalletConfigurationError (400) */3329 /** @name PalletConfigurationError (381) */3498 interface PalletConfigurationError extends Enum {3330 interface PalletConfigurationError extends Enum {3499 readonly isInconsistentConfiguration: boolean;3331 readonly isInconsistentConfiguration: boolean;3500 readonly type: 'InconsistentConfiguration';3332 readonly type: 'InconsistentConfiguration';3501 }3333 }350233343503 /** @name UpDataStructsCollection (401) */3335 /** @name UpDataStructsCollection (382) */3504 interface UpDataStructsCollection extends Struct {3336 interface UpDataStructsCollection extends Struct {3505 readonly owner: AccountId32;3337 readonly owner: AccountId32;3506 readonly mode: UpDataStructsCollectionMode;3338 readonly mode: UpDataStructsCollectionMode;3513 readonly flags: U8aFixed;3345 readonly flags: U8aFixed;3514 }3346 }351533473516 /** @name UpDataStructsSponsorshipStateAccountId32 (402) */3348 /** @name UpDataStructsSponsorshipStateAccountId32 (383) */3517 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3349 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3518 readonly isDisabled: boolean;3350 readonly isDisabled: boolean;3519 readonly isUnconfirmed: boolean;3351 readonly isUnconfirmed: boolean;3523 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3355 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3524 }3356 }352533573526 /** @name UpDataStructsProperties (404) */3358 /** @name UpDataStructsProperties (385) */3527 interface UpDataStructsProperties extends Struct {3359 interface UpDataStructsProperties extends Struct {3528 readonly map: UpDataStructsPropertiesMapBoundedVec;3360 readonly map: UpDataStructsPropertiesMapBoundedVec;3529 readonly consumedSpace: u32;3361 readonly consumedSpace: u32;3530 readonly spaceLimit: u32;3362 readonly spaceLimit: u32;3531 }3363 }353233643533 /** @name UpDataStructsPropertiesMapBoundedVec (405) */3365 /** @name UpDataStructsPropertiesMapBoundedVec (386) */3534 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}3366 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}353533673536 /** @name UpDataStructsPropertiesMapPropertyPermission (410) */3368 /** @name UpDataStructsPropertiesMapPropertyPermission (391) */3537 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}3369 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}353833703539 /** @name UpDataStructsCollectionStats (417) */3371 /** @name UpDataStructsCollectionStats (398) */3540 interface UpDataStructsCollectionStats extends Struct {3372 interface UpDataStructsCollectionStats extends Struct {3541 readonly created: u32;3373 readonly created: u32;3542 readonly destroyed: u32;3374 readonly destroyed: u32;3543 readonly alive: u32;3375 readonly alive: u32;3544 }3376 }354533773546 /** @name UpDataStructsTokenChild (418) */3378 /** @name UpDataStructsTokenChild (399) */3547 interface UpDataStructsTokenChild extends Struct {3379 interface UpDataStructsTokenChild extends Struct {3548 readonly token: u32;3380 readonly token: u32;3549 readonly collection: u32;3381 readonly collection: u32;3550 }3382 }355133833552 /** @name PhantomTypeUpDataStructs (419) */3384 /** @name PhantomTypeUpDataStructs (400) */3553 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}3385 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}355433863555 /** @name UpDataStructsTokenData (421) */3387 /** @name UpDataStructsTokenData (402) */3556 interface UpDataStructsTokenData extends Struct {3388 interface UpDataStructsTokenData extends Struct {3557 readonly properties: Vec<UpDataStructsProperty>;3389 readonly properties: Vec<UpDataStructsProperty>;3558 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3390 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3559 readonly pieces: u128;3391 readonly pieces: u128;3560 }3392 }356133933562 /** @name UpDataStructsRpcCollection (423) */3394 /** @name UpDataStructsRpcCollection (404) */3563 interface UpDataStructsRpcCollection extends Struct {3395 interface UpDataStructsRpcCollection extends Struct {3564 readonly owner: AccountId32;3396 readonly owner: AccountId32;3565 readonly mode: UpDataStructsCollectionMode;3397 readonly mode: UpDataStructsCollectionMode;3575 readonly flags: UpDataStructsRpcCollectionFlags;3407 readonly flags: UpDataStructsRpcCollectionFlags;3576 }3408 }357734093578 /** @name UpDataStructsRpcCollectionFlags (424) */3410 /** @name UpDataStructsRpcCollectionFlags (405) */3579 interface UpDataStructsRpcCollectionFlags extends Struct {3411 interface UpDataStructsRpcCollectionFlags extends Struct {3580 readonly foreign: bool;3412 readonly foreign: bool;3581 readonly erc721metadata: bool;3413 readonly erc721metadata: bool;3582 }3414 }358334153584 /** @name RmrkTraitsCollectionCollectionInfo (425) */3416 /** @name RmrkTraitsCollectionCollectionInfo (406) */3585 interface RmrkTraitsCollectionCollectionInfo extends Struct {3417 interface RmrkTraitsCollectionCollectionInfo extends Struct {3586 readonly issuer: AccountId32;3418 readonly issuer: AccountId32;3587 readonly metadata: Bytes;3419 readonly metadata: Bytes;3590 readonly nftsCount: u32;3422 readonly nftsCount: u32;3591 }3423 }359234243593 /** @name RmrkTraitsNftNftInfo (426) */3425 /** @name RmrkTraitsNftNftInfo (407) */3594 interface RmrkTraitsNftNftInfo extends Struct {3426 interface RmrkTraitsNftNftInfo extends Struct {3595 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3427 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3596 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3428 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3599 readonly pending: bool;3431 readonly pending: bool;3600 }3432 }360134333602 /** @name RmrkTraitsNftRoyaltyInfo (428) */3434 /** @name RmrkTraitsNftRoyaltyInfo (409) */3603 interface RmrkTraitsNftRoyaltyInfo extends Struct {3435 interface RmrkTraitsNftRoyaltyInfo extends Struct {3604 readonly recipient: AccountId32;3436 readonly recipient: AccountId32;3605 readonly amount: Permill;3437 readonly amount: Permill;3606 }3438 }360734393608 /** @name RmrkTraitsResourceResourceInfo (429) */3440 /** @name RmrkTraitsResourceResourceInfo (410) */3609 interface RmrkTraitsResourceResourceInfo extends Struct {3441 interface RmrkTraitsResourceResourceInfo extends Struct {3610 readonly id: u32;3442 readonly id: u32;3611 readonly resource: RmrkTraitsResourceResourceTypes;3443 readonly resource: RmrkTraitsResourceResourceTypes;3612 readonly pending: bool;3444 readonly pending: bool;3613 readonly pendingRemoval: bool;3445 readonly pendingRemoval: bool;3614 }3446 }361534473616 /** @name RmrkTraitsPropertyPropertyInfo (430) */3448 /** @name RmrkTraitsPropertyPropertyInfo (411) */3617 interface RmrkTraitsPropertyPropertyInfo extends Struct {3449 interface RmrkTraitsPropertyPropertyInfo extends Struct {3618 readonly key: Bytes;3450 readonly key: Bytes;3619 readonly value: Bytes;3451 readonly value: Bytes;3620 }3452 }362134533622 /** @name RmrkTraitsBaseBaseInfo (431) */3454 /** @name RmrkTraitsBaseBaseInfo (412) */3623 interface RmrkTraitsBaseBaseInfo extends Struct {3455 interface RmrkTraitsBaseBaseInfo extends Struct {3624 readonly issuer: AccountId32;3456 readonly issuer: AccountId32;3625 readonly baseType: Bytes;3457 readonly baseType: Bytes;3626 readonly symbol: Bytes;3458 readonly symbol: Bytes;3627 }3459 }362834603629 /** @name RmrkTraitsNftNftChild (432) */3461 /** @name RmrkTraitsNftNftChild (413) */3630 interface RmrkTraitsNftNftChild extends Struct {3462 interface RmrkTraitsNftNftChild extends Struct {3631 readonly collectionId: u32;3463 readonly collectionId: u32;3632 readonly nftId: u32;3464 readonly nftId: u32;3633 }3465 }363434663635 /** @name PalletCommonError (434) */3467 /** @name PalletCommonError (415) */3636 interface PalletCommonError extends Enum {3468 interface PalletCommonError extends Enum {3637 readonly isCollectionNotFound: boolean;3469 readonly isCollectionNotFound: boolean;3638 readonly isMustBeTokenOwner: boolean;3470 readonly isMustBeTokenOwner: boolean;3673 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';3505 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';3674 }3506 }367535073676 /** @name PalletFungibleError (436) */3508 /** @name PalletFungibleError (417) */3677 interface PalletFungibleError extends Enum {3509 interface PalletFungibleError extends Enum {3678 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3510 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3679 readonly isFungibleItemsHaveNoId: boolean;3511 readonly isFungibleItemsHaveNoId: boolean;3684 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed';3516 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed';3685 }3517 }368635183687 /** @name PalletRefungibleItemData (437) */3519 /** @name PalletRefungibleItemData (418) */3688 interface PalletRefungibleItemData extends Struct {3520 interface PalletRefungibleItemData extends Struct {3689 readonly constData: Bytes;3521 readonly constData: Bytes;3690 }3522 }369135233692 /** @name PalletRefungibleError (442) */3524 /** @name PalletRefungibleError (423) */3693 interface PalletRefungibleError extends Enum {3525 interface PalletRefungibleError extends Enum {3694 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3526 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3695 readonly isWrongRefungiblePieces: boolean;3527 readonly isWrongRefungiblePieces: boolean;3699 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3531 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3700 }3532 }370135333702 /** @name PalletNonfungibleItemData (443) */3534 /** @name PalletNonfungibleItemData (424) */3703 interface PalletNonfungibleItemData extends Struct {3535 interface PalletNonfungibleItemData extends Struct {3704 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3536 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3705 }3537 }370635383707 /** @name UpDataStructsPropertyScope (445) */3539 /** @name UpDataStructsPropertyScope (426) */3708 interface UpDataStructsPropertyScope extends Enum {3540 interface UpDataStructsPropertyScope extends Enum {3709 readonly isNone: boolean;3541 readonly isNone: boolean;3710 readonly isRmrk: boolean;3542 readonly isRmrk: boolean;3711 readonly type: 'None' | 'Rmrk';3543 readonly type: 'None' | 'Rmrk';3712 }3544 }371335453714 /** @name PalletNonfungibleError (447) */3546 /** @name PalletNonfungibleError (428) */3715 interface PalletNonfungibleError extends Enum {3547 interface PalletNonfungibleError extends Enum {3716 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3548 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3717 readonly isNonfungibleItemsHaveNoAmount: boolean;3549 readonly isNonfungibleItemsHaveNoAmount: boolean;3718 readonly isCantBurnNftWithChildren: boolean;3550 readonly isCantBurnNftWithChildren: boolean;3719 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3551 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3720 }3552 }372135533722 /** @name PalletStructureError (448) */3554 /** @name PalletStructureError (429) */3723 interface PalletStructureError extends Enum {3555 interface PalletStructureError extends Enum {3724 readonly isOuroborosDetected: boolean;3556 readonly isOuroborosDetected: boolean;3725 readonly isDepthLimit: boolean;3557 readonly isDepthLimit: boolean;3728 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3560 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3729 }3561 }373035623731 /** @name PalletRmrkCoreError (449) */3563 /** @name PalletRmrkCoreError (430) */3732 interface PalletRmrkCoreError extends Enum {3564 interface PalletRmrkCoreError extends Enum {3733 readonly isCorruptedCollectionType: boolean;3565 readonly isCorruptedCollectionType: boolean;3734 readonly isRmrkPropertyKeyIsTooLong: boolean;3566 readonly isRmrkPropertyKeyIsTooLong: boolean;3752 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3584 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3753 }3585 }375435863755 /** @name PalletRmrkEquipError (451) */3587 /** @name PalletRmrkEquipError (432) */3756 interface PalletRmrkEquipError extends Enum {3588 interface PalletRmrkEquipError extends Enum {3757 readonly isPermissionError: boolean;3589 readonly isPermissionError: boolean;3758 readonly isNoAvailableBaseId: boolean;3590 readonly isNoAvailableBaseId: boolean;3764 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3596 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3765 }3597 }376635983767 /** @name PalletAppPromotionError (457) */3599 /** @name PalletAppPromotionError (438) */3768 interface PalletAppPromotionError extends Enum {3600 interface PalletAppPromotionError extends Enum {3769 readonly isAdminNotSet: boolean;3601 readonly isAdminNotSet: boolean;3770 readonly isNoPermission: boolean;3602 readonly isNoPermission: boolean;3775 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3607 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3776 }3608 }377736093778 /** @name PalletForeignAssetsModuleError (458) */3610 /** @name PalletForeignAssetsModuleError (439) */3779 interface PalletForeignAssetsModuleError extends Enum {3611 interface PalletForeignAssetsModuleError extends Enum {3780 readonly isBadLocation: boolean;3612 readonly isBadLocation: boolean;3781 readonly isMultiLocationExisted: boolean;3613 readonly isMultiLocationExisted: boolean;3784 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3616 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3785 }3617 }378636183787 /** @name PalletEvmError (460) */3619 /** @name PalletEvmError (441) */3788 interface PalletEvmError extends Enum {3620 interface PalletEvmError extends Enum {3789 readonly isBalanceLow: boolean;3621 readonly isBalanceLow: boolean;3790 readonly isFeeOverflow: boolean;3622 readonly isFeeOverflow: boolean;3799 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';3631 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';3800 }3632 }380136333802 /** @name FpRpcTransactionStatus (463) */3634 /** @name FpRpcTransactionStatus (444) */3803 interface FpRpcTransactionStatus extends Struct {3635 interface FpRpcTransactionStatus extends Struct {3804 readonly transactionHash: H256;3636 readonly transactionHash: H256;3805 readonly transactionIndex: u32;3637 readonly transactionIndex: u32;3810 readonly logsBloom: EthbloomBloom;3642 readonly logsBloom: EthbloomBloom;3811 }3643 }381236443813 /** @name EthbloomBloom (465) */3645 /** @name EthbloomBloom (446) */3814 interface EthbloomBloom extends U8aFixed {}3646 interface EthbloomBloom extends U8aFixed {}381536473816 /** @name EthereumReceiptReceiptV3 (467) */3648 /** @name EthereumReceiptReceiptV3 (448) */3817 interface EthereumReceiptReceiptV3 extends Enum {3649 interface EthereumReceiptReceiptV3 extends Enum {3818 readonly isLegacy: boolean;3650 readonly isLegacy: boolean;3819 readonly asLegacy: EthereumReceiptEip658ReceiptData;3651 readonly asLegacy: EthereumReceiptEip658ReceiptData;3824 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3656 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3825 }3657 }382636583827 /** @name EthereumReceiptEip658ReceiptData (468) */3659 /** @name EthereumReceiptEip658ReceiptData (449) */3828 interface EthereumReceiptEip658ReceiptData extends Struct {3660 interface EthereumReceiptEip658ReceiptData extends Struct {3829 readonly statusCode: u8;3661 readonly statusCode: u8;3830 readonly usedGas: U256;3662 readonly usedGas: U256;3831 readonly logsBloom: EthbloomBloom;3663 readonly logsBloom: EthbloomBloom;3832 readonly logs: Vec<EthereumLog>;3664 readonly logs: Vec<EthereumLog>;3833 }3665 }383436663835 /** @name EthereumBlock (469) */3667 /** @name EthereumBlock (450) */3836 interface EthereumBlock extends Struct {3668 interface EthereumBlock extends Struct {3837 readonly header: EthereumHeader;3669 readonly header: EthereumHeader;3838 readonly transactions: Vec<EthereumTransactionTransactionV2>;3670 readonly transactions: Vec<EthereumTransactionTransactionV2>;3839 readonly ommers: Vec<EthereumHeader>;3671 readonly ommers: Vec<EthereumHeader>;3840 }3672 }384136733842 /** @name EthereumHeader (470) */3674 /** @name EthereumHeader (451) */3843 interface EthereumHeader extends Struct {3675 interface EthereumHeader extends Struct {3844 readonly parentHash: H256;3676 readonly parentHash: H256;3845 readonly ommersHash: H256;3677 readonly ommersHash: H256;3858 readonly nonce: EthereumTypesHashH64;3690 readonly nonce: EthereumTypesHashH64;3859 }3691 }386036923861 /** @name EthereumTypesHashH64 (471) */3693 /** @name EthereumTypesHashH64 (452) */3862 interface EthereumTypesHashH64 extends U8aFixed {}3694 interface EthereumTypesHashH64 extends U8aFixed {}386336953864 /** @name PalletEthereumError (476) */3696 /** @name PalletEthereumError (457) */3865 interface PalletEthereumError extends Enum {3697 interface PalletEthereumError extends Enum {3866 readonly isInvalidSignature: boolean;3698 readonly isInvalidSignature: boolean;3867 readonly isPreLogExists: boolean;3699 readonly isPreLogExists: boolean;3868 readonly type: 'InvalidSignature' | 'PreLogExists';3700 readonly type: 'InvalidSignature' | 'PreLogExists';3869 }3701 }387037023871 /** @name PalletEvmCoderSubstrateError (477) */3703 /** @name PalletEvmCoderSubstrateError (458) */3872 interface PalletEvmCoderSubstrateError extends Enum {3704 interface PalletEvmCoderSubstrateError extends Enum {3873 readonly isOutOfGas: boolean;3705 readonly isOutOfGas: boolean;3874 readonly isOutOfFund: boolean;3706 readonly isOutOfFund: boolean;3875 readonly type: 'OutOfGas' | 'OutOfFund';3707 readonly type: 'OutOfGas' | 'OutOfFund';3876 }3708 }387737093878 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (478) */3710 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (459) */3879 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3711 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3880 readonly isDisabled: boolean;3712 readonly isDisabled: boolean;3881 readonly isUnconfirmed: boolean;3713 readonly isUnconfirmed: boolean;3885 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3717 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3886 }3718 }388737193888 /** @name PalletEvmContractHelpersSponsoringModeT (479) */3720 /** @name PalletEvmContractHelpersSponsoringModeT (460) */3889 interface PalletEvmContractHelpersSponsoringModeT extends Enum {3721 interface PalletEvmContractHelpersSponsoringModeT extends Enum {3890 readonly isDisabled: boolean;3722 readonly isDisabled: boolean;3891 readonly isAllowlisted: boolean;3723 readonly isAllowlisted: boolean;3892 readonly isGenerous: boolean;3724 readonly isGenerous: boolean;3893 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3725 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3894 }3726 }389537273896 /** @name PalletEvmContractHelpersError (485) */3728 /** @name PalletEvmContractHelpersError (466) */3897 interface PalletEvmContractHelpersError extends Enum {3729 interface PalletEvmContractHelpersError extends Enum {3898 readonly isNoPermission: boolean;3730 readonly isNoPermission: boolean;3899 readonly isNoPendingSponsor: boolean;3731 readonly isNoPendingSponsor: boolean;3900 readonly isTooManyMethodsHaveSponsoredLimit: boolean;3732 readonly isTooManyMethodsHaveSponsoredLimit: boolean;3901 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';3733 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';3902 }3734 }390337353904 /** @name PalletEvmMigrationError (486) */3736 /** @name PalletEvmMigrationError (467) */3905 interface PalletEvmMigrationError extends Enum {3737 interface PalletEvmMigrationError extends Enum {3906 readonly isAccountNotEmpty: boolean;3738 readonly isAccountNotEmpty: boolean;3907 readonly isAccountIsNotMigrating: boolean;3739 readonly isAccountIsNotMigrating: boolean;3908 readonly isBadEvent: boolean;3740 readonly isBadEvent: boolean;3909 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';3741 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';3910 }3742 }391137433912 /** @name PalletMaintenanceError (487) */3744 /** @name PalletMaintenanceError (468) */3913 type PalletMaintenanceError = Null;3745 type PalletMaintenanceError = Null;391437463915 /** @name PalletTestUtilsError (488) */3747 /** @name PalletTestUtilsError (469) */3916 interface PalletTestUtilsError extends Enum {3748 interface PalletTestUtilsError extends Enum {3917 readonly isTestPalletDisabled: boolean;3749 readonly isTestPalletDisabled: boolean;3918 readonly isTriggerRollback: boolean;3750 readonly isTriggerRollback: boolean;3919 readonly type: 'TestPalletDisabled' | 'TriggerRollback';3751 readonly type: 'TestPalletDisabled' | 'TriggerRollback';3920 }3752 }392137533922 /** @name SpRuntimeMultiSignature (490) */3754 /** @name SpRuntimeMultiSignature (471) */3923 interface SpRuntimeMultiSignature extends Enum {3755 interface SpRuntimeMultiSignature extends Enum {3924 readonly isEd25519: boolean;3756 readonly isEd25519: boolean;3925 readonly asEd25519: SpCoreEd25519Signature;3757 readonly asEd25519: SpCoreEd25519Signature;3930 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3762 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3931 }3763 }393237643933 /** @name SpCoreEd25519Signature (491) */3765 /** @name SpCoreEd25519Signature (472) */3934 interface SpCoreEd25519Signature extends U8aFixed {}3766 interface SpCoreEd25519Signature extends U8aFixed {}393537673936 /** @name SpCoreSr25519Signature (493) */3768 /** @name SpCoreSr25519Signature (474) */3937 interface SpCoreSr25519Signature extends U8aFixed {}3769 interface SpCoreSr25519Signature extends U8aFixed {}393837703939 /** @name SpCoreEcdsaSignature (494) */3771 /** @name SpCoreEcdsaSignature (475) */3940 interface SpCoreEcdsaSignature extends U8aFixed {}3772 interface SpCoreEcdsaSignature extends U8aFixed {}394137733942 /** @name FrameSystemExtensionsCheckSpecVersion (497) */3774 /** @name FrameSystemExtensionsCheckSpecVersion (478) */3943 type FrameSystemExtensionsCheckSpecVersion = Null;3775 type FrameSystemExtensionsCheckSpecVersion = Null;394437763945 /** @name FrameSystemExtensionsCheckTxVersion (498) */3777 /** @name FrameSystemExtensionsCheckTxVersion (479) */3946 type FrameSystemExtensionsCheckTxVersion = Null;3778 type FrameSystemExtensionsCheckTxVersion = Null;394737793948 /** @name FrameSystemExtensionsCheckGenesis (499) */3780 /** @name FrameSystemExtensionsCheckGenesis (480) */3949 type FrameSystemExtensionsCheckGenesis = Null;3781 type FrameSystemExtensionsCheckGenesis = Null;395037823951 /** @name FrameSystemExtensionsCheckNonce (502) */3783 /** @name FrameSystemExtensionsCheckNonce (483) */3952 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}3784 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}395337853954 /** @name FrameSystemExtensionsCheckWeight (503) */3786 /** @name FrameSystemExtensionsCheckWeight (484) */3955 type FrameSystemExtensionsCheckWeight = Null;3787 type FrameSystemExtensionsCheckWeight = Null;395637883957 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (504) */3789 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (485) */3958 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;3790 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;395937913960 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (505) */3792 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (486) */3961 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}3793 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}396237943963 /** @name OpalRuntimeRuntime (506) */3795 /** @name OpalRuntimeRuntime (487) */3964 type OpalRuntimeRuntime = Null;3796 type OpalRuntimeRuntime = Null;396537973966 /** @name PalletEthereumFakeTransactionFinalizer (507) */3798 /** @name PalletEthereumFakeTransactionFinalizer (488) */3967 type PalletEthereumFakeTransactionFinalizer = Null;3799 type PalletEthereumFakeTransactionFinalizer = Null;396838003969} // declare module3801} // declare module