git.delta.rocks / unique-network / refs/commits / e80c4ef2f52c

difftreelog

test regenerate types

Yaroslav Bolyukin2022-04-07parent: #48b553e.patch.diff
in: master

6 files changed

modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -5,7 +5,7 @@
 import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64 } from '@polkadot/types-codec';
 import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpRuntimeDigest, UpDataStructsCollection, UpDataStructsCollectionStats } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats } from '@polkadot/types/lookup';
 import type { Observable } from '@polkadot/types/types';
 
 declare module '@polkadot/api-base/types/storage' {
@@ -312,6 +312,15 @@
        **/
       processedDownwardMessages: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
       /**
+       * The state proof for the last relay parent block.
+       * 
+       * This field is meant to be updated each block with the validation data inherent. Therefore,
+       * before processing of the inherent, e.g. in `on_initialize` this data may be stale.
+       * 
+       * This data is also absent from the genesis.
+       **/
+      relayStateProof: AugmentedQuery<ApiType, () => Observable<Option<SpTrieStorageProof>>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
        * The snapshot of some state related to messaging relevant to the current parachain as per
        * the relay parent.
        * 
modifiedtests/src/interfaces/augment-api-rpc.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-rpc.ts
+++ b/tests/src/interfaces/augment-api-rpc.ts
@@ -1,7 +1,7 @@
 // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
 /* eslint-disable */
 
-import type { PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsCollectionLimits } from './unique';
+import type { PalletEvmAccountBasicCrossAccountIdRepr, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionStats } from './unique';
 import type { AugmentedRpc } from '@polkadot/rpc-core/types';
 import type { Metadata, StorageKey } from '@polkadot/types';
 import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, u128, u32, u64 } from '@polkadot/types-codec';
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -3,7 +3,7 @@
 
 import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSupportWeightsWeightToFeeCoefficient, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletXcmCall, PalletXcmError, PalletXcmEvent, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV1AbridgedHostConfiguration, PolkadotPrimitivesV1AbridgedHrmpChannel, PolkadotPrimitivesV1PersistedValidationData, PolkadotPrimitivesV1UpgradeRestriction, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsMetaUpdatePermission, UpDataStructsSchemaVersion, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './unique';
 import type { Data, StorageKey } from '@polkadot/types';
-import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
+import type { BTreeSet, BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
 import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
 import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';
 import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';
@@ -175,6 +175,7 @@
     BridgedBlockNumber: BridgedBlockNumber;
     BridgedHeader: BridgedHeader;
     BridgeMessageId: BridgeMessageId;
+    BTreeSet: BTreeSet;
     BufferedSessionChange: BufferedSessionChange;
     Bytes: Bytes;
     Call: Call;
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -20,7 +20,17 @@
     _enum: ['Present']
   },
   /**
-   * Lookup10: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+   * Lookup10: sp_trie::storage_proof::StorageProof
+   **/
+  SpTrieStorageProof: {
+    trieNodes: 'BTreeSet'
+  },
+  /**
+   * Lookup11: BTreeSet<T>
+   **/
+  BTreeSet: 'Vec<Bytes>',
+  /**
+   * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
    **/
   CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
     dmqMqcHead: 'H256',
@@ -29,7 +39,7 @@
     egressChannels: 'Vec<(u32,PolkadotPrimitivesV1AbridgedHrmpChannel)>'
   },
   /**
-   * Lookup15: polkadot_primitives::v1::AbridgedHrmpChannel
+   * Lookup18: polkadot_primitives::v1::AbridgedHrmpChannel
    **/
   PolkadotPrimitivesV1AbridgedHrmpChannel: {
     maxCapacity: 'u32',
@@ -40,7 +50,7 @@
     mqcHead: 'Option<H256>'
   },
   /**
-   * Lookup17: polkadot_primitives::v1::AbridgedHostConfiguration
+   * Lookup20: polkadot_primitives::v1::AbridgedHostConfiguration
    **/
   PolkadotPrimitivesV1AbridgedHostConfiguration: {
     maxCodeSize: 'u32',
@@ -54,14 +64,14 @@
     validationUpgradeDelay: 'u32'
   },
   /**
-   * Lookup23: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+   * Lookup26: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
    **/
   PolkadotCorePrimitivesOutboundHrmpMessage: {
     recipient: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup26: cumulus_pallet_parachain_system::pallet::Call<T>
+   * Lookup28: cumulus_pallet_parachain_system::pallet::Call<T>
    **/
   CumulusPalletParachainSystemCall: {
     _enum: {
@@ -80,7 +90,7 @@
     }
   },
   /**
-   * Lookup27: cumulus_primitives_parachain_inherent::ParachainInherentData
+   * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData
    **/
   CumulusPrimitivesParachainInherentParachainInherentData: {
     validationData: 'PolkadotPrimitivesV1PersistedValidationData',
@@ -89,27 +99,21 @@
     horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
   },
   /**
-   * Lookup28: sp_trie::storage_proof::StorageProof
+   * Lookup31: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
    **/
-  SpTrieStorageProof: {
-    trieNodes: 'Vec<Bytes>'
-  },
-  /**
-   * Lookup30: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
-   **/
   PolkadotCorePrimitivesInboundDownwardMessage: {
     sentAt: 'u32',
     msg: 'Bytes'
   },
   /**
-   * Lookup33: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+   * Lookup34: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
    **/
   PolkadotCorePrimitivesInboundHrmpMessage: {
     sentAt: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup36: cumulus_pallet_parachain_system::pallet::Event<T>
+   * Lookup37: cumulus_pallet_parachain_system::pallet::Event<T>
    **/
   CumulusPalletParachainSystemEvent: {
     _enum: {
@@ -122,13 +126,13 @@
     }
   },
   /**
-   * Lookup37: cumulus_pallet_parachain_system::pallet::Error<T>
+   * Lookup38: cumulus_pallet_parachain_system::pallet::Error<T>
    **/
   CumulusPalletParachainSystemError: {
     _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
   },
   /**
-   * Lookup40: pallet_balances::AccountData<Balance>
+   * Lookup41: pallet_balances::AccountData<Balance>
    **/
   PalletBalancesAccountData: {
     free: 'u128',
@@ -137,7 +141,7 @@
     feeFrozen: 'u128'
   },
   /**
-   * Lookup42: pallet_balances::BalanceLock<Balance>
+   * Lookup43: pallet_balances::BalanceLock<Balance>
    **/
   PalletBalancesBalanceLock: {
     id: '[u8;8]',
@@ -145,26 +149,26 @@
     reasons: 'PalletBalancesReasons'
   },
   /**
-   * Lookup44: pallet_balances::Reasons
+   * Lookup45: pallet_balances::Reasons
    **/
   PalletBalancesReasons: {
     _enum: ['Fee', 'Misc', 'All']
   },
   /**
-   * Lookup47: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+   * Lookup48: pallet_balances::ReserveData<ReserveIdentifier, Balance>
    **/
   PalletBalancesReserveData: {
     id: '[u8;8]',
     amount: 'u128'
   },
   /**
-   * Lookup49: pallet_balances::Releases
+   * Lookup50: pallet_balances::Releases
    **/
   PalletBalancesReleases: {
     _enum: ['V1_0_0', 'V2_0_0']
   },
   /**
-   * Lookup50: pallet_balances::pallet::Call<T, I>
+   * Lookup51: pallet_balances::pallet::Call<T, I>
    **/
   PalletBalancesCall: {
     _enum: {
@@ -197,7 +201,7 @@
     }
   },
   /**
-   * Lookup56: pallet_balances::pallet::Event<T, I>
+   * Lookup57: pallet_balances::pallet::Event<T, I>
    **/
   PalletBalancesEvent: {
     _enum: {
@@ -248,19 +252,19 @@
     }
   },
   /**
-   * Lookup57: frame_support::traits::tokens::misc::BalanceStatus
+   * Lookup58: frame_support::traits::tokens::misc::BalanceStatus
    **/
   FrameSupportTokensMiscBalanceStatus: {
     _enum: ['Free', 'Reserved']
   },
   /**
-   * Lookup58: pallet_balances::pallet::Error<T, I>
+   * Lookup59: pallet_balances::pallet::Error<T, I>
    **/
   PalletBalancesError: {
     _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
   },
   /**
-   * Lookup61: pallet_timestamp::pallet::Call<T>
+   * Lookup62: pallet_timestamp::pallet::Call<T>
    **/
   PalletTimestampCall: {
     _enum: {
@@ -270,13 +274,13 @@
     }
   },
   /**
-   * Lookup64: pallet_transaction_payment::Releases
+   * Lookup65: pallet_transaction_payment::Releases
    **/
   PalletTransactionPaymentReleases: {
     _enum: ['V1Ancient', 'V2']
   },
   /**
-   * Lookup66: frame_support::weights::WeightToFeeCoefficient<Balance>
+   * Lookup67: frame_support::weights::WeightToFeeCoefficient<Balance>
    **/
   FrameSupportWeightsWeightToFeeCoefficient: {
     coeffInteger: 'u128',
@@ -285,7 +289,7 @@
     degree: 'u8'
   },
   /**
-   * Lookup68: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+   * Lookup69: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
    **/
   PalletTreasuryProposal: {
     proposer: 'AccountId32',
@@ -294,7 +298,7 @@
     bond: 'u128'
   },
   /**
-   * Lookup71: pallet_treasury::pallet::Call<T, I>
+   * Lookup72: pallet_treasury::pallet::Call<T, I>
    **/
   PalletTreasuryCall: {
     _enum: {
@@ -311,7 +315,7 @@
     }
   },
   /**
-   * Lookup73: pallet_treasury::pallet::Event<T, I>
+   * Lookup74: pallet_treasury::pallet::Event<T, I>
    **/
   PalletTreasuryEvent: {
     _enum: {
@@ -342,17 +346,17 @@
     }
   },
   /**
-   * Lookup76: frame_support::PalletId
+   * Lookup77: frame_support::PalletId
    **/
   FrameSupportPalletId: '[u8;8]',
   /**
-   * Lookup77: pallet_treasury::pallet::Error<T, I>
+   * Lookup78: pallet_treasury::pallet::Error<T, I>
    **/
   PalletTreasuryError: {
     _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals']
   },
   /**
-   * Lookup78: pallet_sudo::pallet::Call<T>
+   * Lookup79: pallet_sudo::pallet::Call<T>
    **/
   PalletSudoCall: {
     _enum: {
@@ -376,7 +380,7 @@
     }
   },
   /**
-   * Lookup80: frame_system::pallet::Call<T>
+   * Lookup81: frame_system::pallet::Call<T>
    **/
   FrameSystemCall: {
     _enum: {
@@ -414,7 +418,7 @@
     }
   },
   /**
-   * Lookup83: orml_vesting::module::Call<T>
+   * Lookup84: orml_vesting::module::Call<T>
    **/
   OrmlVestingModuleCall: {
     _enum: {
@@ -433,7 +437,7 @@
     }
   },
   /**
-   * Lookup84: orml_vesting::VestingSchedule<BlockNumber, Balance>
+   * Lookup85: orml_vesting::VestingSchedule<BlockNumber, Balance>
    **/
   OrmlVestingVestingSchedule: {
     start: 'u32',
@@ -442,7 +446,7 @@
     perPeriod: 'Compact<u128>'
   },
   /**
-   * Lookup86: cumulus_pallet_xcmp_queue::pallet::Call<T>
+   * Lookup87: cumulus_pallet_xcmp_queue::pallet::Call<T>
    **/
   CumulusPalletXcmpQueueCall: {
     _enum: {
@@ -491,7 +495,7 @@
     }
   },
   /**
-   * Lookup87: pallet_xcm::pallet::Call<T>
+   * Lookup88: pallet_xcm::pallet::Call<T>
    **/
   PalletXcmCall: {
     _enum: {
@@ -545,7 +549,7 @@
     }
   },
   /**
-   * Lookup88: xcm::VersionedMultiLocation
+   * Lookup89: xcm::VersionedMultiLocation
    **/
   XcmVersionedMultiLocation: {
     _enum: {
@@ -554,7 +558,7 @@
     }
   },
   /**
-   * Lookup89: xcm::v0::multi_location::MultiLocation
+   * Lookup90: xcm::v0::multi_location::MultiLocation
    **/
   XcmV0MultiLocation: {
     _enum: {
@@ -570,7 +574,7 @@
     }
   },
   /**
-   * Lookup90: xcm::v0::junction::Junction
+   * Lookup91: xcm::v0::junction::Junction
    **/
   XcmV0Junction: {
     _enum: {
@@ -599,7 +603,7 @@
     }
   },
   /**
-   * Lookup91: xcm::v0::junction::NetworkId
+   * Lookup92: xcm::v0::junction::NetworkId
    **/
   XcmV0JunctionNetworkId: {
     _enum: {
@@ -610,7 +614,7 @@
     }
   },
   /**
-   * Lookup92: xcm::v0::junction::BodyId
+   * Lookup93: xcm::v0::junction::BodyId
    **/
   XcmV0JunctionBodyId: {
     _enum: {
@@ -624,7 +628,7 @@
     }
   },
   /**
-   * Lookup93: xcm::v0::junction::BodyPart
+   * Lookup94: xcm::v0::junction::BodyPart
    **/
   XcmV0JunctionBodyPart: {
     _enum: {
@@ -647,14 +651,14 @@
     }
   },
   /**
-   * Lookup94: xcm::v1::multilocation::MultiLocation
+   * Lookup95: xcm::v1::multilocation::MultiLocation
    **/
   XcmV1MultiLocation: {
     parents: 'u8',
     interior: 'XcmV1MultilocationJunctions'
   },
   /**
-   * Lookup95: xcm::v1::multilocation::Junctions
+   * Lookup96: xcm::v1::multilocation::Junctions
    **/
   XcmV1MultilocationJunctions: {
     _enum: {
@@ -670,7 +674,7 @@
     }
   },
   /**
-   * Lookup96: xcm::v1::junction::Junction
+   * Lookup97: xcm::v1::junction::Junction
    **/
   XcmV1Junction: {
     _enum: {
@@ -698,7 +702,7 @@
     }
   },
   /**
-   * Lookup97: xcm::VersionedXcm<Call>
+   * Lookup98: xcm::VersionedXcm<Call>
    **/
   XcmVersionedXcm: {
     _enum: {
@@ -708,7 +712,7 @@
     }
   },
   /**
-   * Lookup98: xcm::v0::Xcm<Call>
+   * Lookup99: xcm::v0::Xcm<Call>
    **/
   XcmV0Xcm: {
     _enum: {
@@ -762,7 +766,7 @@
     }
   },
   /**
-   * Lookup100: xcm::v0::multi_asset::MultiAsset
+   * Lookup101: xcm::v0::multi_asset::MultiAsset
    **/
   XcmV0MultiAsset: {
     _enum: {
@@ -801,7 +805,7 @@
     }
   },
   /**
-   * Lookup101: xcm::v1::multiasset::AssetInstance
+   * Lookup102: xcm::v1::multiasset::AssetInstance
    **/
   XcmV1MultiassetAssetInstance: {
     _enum: {
@@ -815,7 +819,7 @@
     }
   },
   /**
-   * Lookup105: xcm::v0::order::Order<Call>
+   * Lookup106: xcm::v0::order::Order<Call>
    **/
   XcmV0Order: {
     _enum: {
@@ -858,7 +862,7 @@
     }
   },
   /**
-   * Lookup107: xcm::v0::Response
+   * Lookup108: xcm::v0::Response
    **/
   XcmV0Response: {
     _enum: {
@@ -866,19 +870,19 @@
     }
   },
   /**
-   * Lookup108: xcm::v0::OriginKind
+   * Lookup109: xcm::v0::OriginKind
    **/
   XcmV0OriginKind: {
     _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
   },
   /**
-   * Lookup109: xcm::double_encoded::DoubleEncoded<T>
+   * Lookup110: xcm::double_encoded::DoubleEncoded<T>
    **/
   XcmDoubleEncoded: {
     encoded: 'Bytes'
   },
   /**
-   * Lookup110: xcm::v1::Xcm<Call>
+   * Lookup111: xcm::v1::Xcm<Call>
    **/
   XcmV1Xcm: {
     _enum: {
@@ -937,18 +941,18 @@
     }
   },
   /**
-   * Lookup111: xcm::v1::multiasset::MultiAssets
+   * Lookup112: xcm::v1::multiasset::MultiAssets
    **/
   XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',
   /**
-   * Lookup113: xcm::v1::multiasset::MultiAsset
+   * Lookup114: xcm::v1::multiasset::MultiAsset
    **/
   XcmV1MultiAsset: {
     id: 'XcmV1MultiassetAssetId',
     fun: 'XcmV1MultiassetFungibility'
   },
   /**
-   * Lookup114: xcm::v1::multiasset::AssetId
+   * Lookup115: xcm::v1::multiasset::AssetId
    **/
   XcmV1MultiassetAssetId: {
     _enum: {
@@ -957,7 +961,7 @@
     }
   },
   /**
-   * Lookup115: xcm::v1::multiasset::Fungibility
+   * Lookup116: xcm::v1::multiasset::Fungibility
    **/
   XcmV1MultiassetFungibility: {
     _enum: {
@@ -966,7 +970,7 @@
     }
   },
   /**
-   * Lookup117: xcm::v1::order::Order<Call>
+   * Lookup118: xcm::v1::order::Order<Call>
    **/
   XcmV1Order: {
     _enum: {
@@ -1011,7 +1015,7 @@
     }
   },
   /**
-   * Lookup118: xcm::v1::multiasset::MultiAssetFilter
+   * Lookup119: xcm::v1::multiasset::MultiAssetFilter
    **/
   XcmV1MultiassetMultiAssetFilter: {
     _enum: {
@@ -1020,7 +1024,7 @@
     }
   },
   /**
-   * Lookup119: xcm::v1::multiasset::WildMultiAsset
+   * Lookup120: xcm::v1::multiasset::WildMultiAsset
    **/
   XcmV1MultiassetWildMultiAsset: {
     _enum: {
@@ -1032,13 +1036,13 @@
     }
   },
   /**
-   * Lookup120: xcm::v1::multiasset::WildFungibility
+   * Lookup121: xcm::v1::multiasset::WildFungibility
    **/
   XcmV1MultiassetWildFungibility: {
     _enum: ['Fungible', 'NonFungible']
   },
   /**
-   * Lookup122: xcm::v1::Response
+   * Lookup123: xcm::v1::Response
    **/
   XcmV1Response: {
     _enum: {
@@ -1047,11 +1051,11 @@
     }
   },
   /**
-   * Lookup123: xcm::v2::Xcm<Call>
+   * Lookup124: xcm::v2::Xcm<Call>
    **/
   XcmV2Xcm: 'Vec<XcmV2Instruction>',
   /**
-   * Lookup125: xcm::v2::Instruction<Call>
+   * Lookup126: xcm::v2::Instruction<Call>
    **/
   XcmV2Instruction: {
     _enum: {
@@ -1149,7 +1153,7 @@
     }
   },
   /**
-   * Lookup126: xcm::v2::Response
+   * Lookup127: xcm::v2::Response
    **/
   XcmV2Response: {
     _enum: {
@@ -1160,7 +1164,7 @@
     }
   },
   /**
-   * Lookup129: xcm::v2::traits::Error
+   * Lookup130: xcm::v2::traits::Error
    **/
   XcmV2TraitsError: {
     _enum: {
@@ -1193,7 +1197,7 @@
     }
   },
   /**
-   * Lookup130: xcm::v2::WeightLimit
+   * Lookup131: xcm::v2::WeightLimit
    **/
   XcmV2WeightLimit: {
     _enum: {
@@ -1202,7 +1206,7 @@
     }
   },
   /**
-   * Lookup131: xcm::VersionedMultiAssets
+   * Lookup132: xcm::VersionedMultiAssets
    **/
   XcmVersionedMultiAssets: {
     _enum: {
@@ -1211,11 +1215,11 @@
     }
   },
   /**
-   * Lookup146: cumulus_pallet_xcm::pallet::Call<T>
+   * Lookup147: cumulus_pallet_xcm::pallet::Call<T>
    **/
   CumulusPalletXcmCall: 'Null',
   /**
-   * Lookup147: cumulus_pallet_dmp_queue::pallet::Call<T>
+   * Lookup148: cumulus_pallet_dmp_queue::pallet::Call<T>
    **/
   CumulusPalletDmpQueueCall: {
     _enum: {
@@ -1226,7 +1230,7 @@
     }
   },
   /**
-   * Lookup148: pallet_inflation::pallet::Call<T>
+   * Lookup149: pallet_inflation::pallet::Call<T>
    **/
   PalletInflationCall: {
     _enum: {
@@ -1236,7 +1240,7 @@
     }
   },
   /**
-   * Lookup149: pallet_unique::Call<T>
+   * Lookup150: pallet_unique::Call<T>
    **/
   PalletUniqueCall: {
     _enum: {
@@ -1370,7 +1374,7 @@
     }
   },
   /**
-   * Lookup155: up_data_structs::CollectionMode
+   * Lookup156: up_data_structs::CollectionMode
    **/
   UpDataStructsCollectionMode: {
     _enum: {
@@ -1380,7 +1384,7 @@
     }
   },
   /**
-   * Lookup156: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+   * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCreateCollectionData: {
     mode: 'UpDataStructsCollectionMode',
@@ -1397,19 +1401,19 @@
     metaUpdatePermission: 'Option<UpDataStructsMetaUpdatePermission>'
   },
   /**
-   * Lookup158: up_data_structs::AccessMode
+   * Lookup159: up_data_structs::AccessMode
    **/
   UpDataStructsAccessMode: {
     _enum: ['Normal', 'AllowList']
   },
   /**
-   * Lookup161: up_data_structs::SchemaVersion
+   * Lookup162: up_data_structs::SchemaVersion
    **/
   UpDataStructsSchemaVersion: {
     _enum: ['ImageURL', 'Unique']
   },
   /**
-   * Lookup164: up_data_structs::CollectionLimits
+   * Lookup165: up_data_structs::CollectionLimits
    **/
   UpDataStructsCollectionLimits: {
     accountTokenOwnershipLimit: 'Option<u32>',
@@ -1423,7 +1427,7 @@
     transfersEnabled: 'Option<bool>'
   },
   /**
-   * Lookup166: up_data_structs::SponsoringRateLimit
+   * Lookup167: up_data_structs::SponsoringRateLimit
    **/
   UpDataStructsSponsoringRateLimit: {
     _enum: {
@@ -1432,13 +1436,13 @@
     }
   },
   /**
-   * Lookup170: up_data_structs::MetaUpdatePermission
+   * Lookup171: up_data_structs::MetaUpdatePermission
    **/
   UpDataStructsMetaUpdatePermission: {
     _enum: ['ItemOwner', 'Admin', 'None']
   },
   /**
-   * Lookup172: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
+   * Lookup173: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
    **/
   PalletEvmAccountBasicCrossAccountIdRepr: {
     _enum: {
@@ -1447,7 +1451,7 @@
     }
   },
   /**
-   * Lookup174: up_data_structs::CreateItemData
+   * Lookup175: up_data_structs::CreateItemData
    **/
   UpDataStructsCreateItemData: {
     _enum: {
@@ -1457,20 +1461,20 @@
     }
   },
   /**
-   * Lookup175: up_data_structs::CreateNftData
+   * Lookup176: up_data_structs::CreateNftData
    **/
   UpDataStructsCreateNftData: {
     constData: 'Bytes',
     variableData: 'Bytes'
   },
   /**
-   * Lookup177: up_data_structs::CreateFungibleData
+   * Lookup178: up_data_structs::CreateFungibleData
    **/
   UpDataStructsCreateFungibleData: {
     value: 'u128'
   },
   /**
-   * Lookup178: up_data_structs::CreateReFungibleData
+   * Lookup179: up_data_structs::CreateReFungibleData
    **/
   UpDataStructsCreateReFungibleData: {
     constData: 'Bytes',
@@ -1478,7 +1482,7 @@
     pieces: 'u128'
   },
   /**
-   * Lookup180: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup181: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateItemExData: {
     _enum: {
@@ -1489,7 +1493,7 @@
     }
   },
   /**
-   * Lookup182: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup183: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateNftExData: {
     constData: 'Bytes',
@@ -1497,7 +1501,7 @@
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup189: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup190: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateRefungibleExData: {
     constData: 'Bytes',
@@ -1505,11 +1509,11 @@
     users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'
   },
   /**
-   * Lookup192: pallet_template_transaction_payment::Call<T>
+   * Lookup193: pallet_template_transaction_payment::Call<T>
    **/
   PalletTemplateTransactionPaymentCall: 'Null',
   /**
-   * Lookup193: pallet_evm::pallet::Call<T>
+   * Lookup194: pallet_evm::pallet::Call<T>
    **/
   PalletEvmCall: {
     _enum: {
@@ -1552,7 +1556,7 @@
     }
   },
   /**
-   * Lookup199: pallet_ethereum::pallet::Call<T>
+   * Lookup200: pallet_ethereum::pallet::Call<T>
    **/
   PalletEthereumCall: {
     _enum: {
@@ -1562,7 +1566,7 @@
     }
   },
   /**
-   * Lookup200: ethereum::transaction::TransactionV2
+   * Lookup201: ethereum::transaction::TransactionV2
    **/
   EthereumTransactionTransactionV2: {
     _enum: {
@@ -1572,7 +1576,7 @@
     }
   },
   /**
-   * Lookup201: ethereum::transaction::LegacyTransaction
+   * Lookup202: ethereum::transaction::LegacyTransaction
    **/
   EthereumTransactionLegacyTransaction: {
     nonce: 'U256',
@@ -1584,7 +1588,7 @@
     signature: 'EthereumTransactionTransactionSignature'
   },
   /**
-   * Lookup202: ethereum::transaction::TransactionAction
+   * Lookup203: ethereum::transaction::TransactionAction
    **/
   EthereumTransactionTransactionAction: {
     _enum: {
@@ -1593,7 +1597,7 @@
     }
   },
   /**
-   * Lookup203: ethereum::transaction::TransactionSignature
+   * Lookup204: ethereum::transaction::TransactionSignature
    **/
   EthereumTransactionTransactionSignature: {
     v: 'u64',
@@ -1601,7 +1605,7 @@
     s: 'H256'
   },
   /**
-   * Lookup205: ethereum::transaction::EIP2930Transaction
+   * Lookup206: ethereum::transaction::EIP2930Transaction
    **/
   EthereumTransactionEip2930Transaction: {
     chainId: 'u64',
@@ -1617,14 +1621,14 @@
     s: 'H256'
   },
   /**
-   * Lookup207: ethereum::transaction::AccessListItem
+   * Lookup208: ethereum::transaction::AccessListItem
    **/
   EthereumTransactionAccessListItem: {
     address: 'H160',
-    slots: 'Vec<H256>'
+    storageKeys: 'Vec<H256>'
   },
   /**
-   * Lookup208: ethereum::transaction::EIP1559Transaction
+   * Lookup209: ethereum::transaction::EIP1559Transaction
    **/
   EthereumTransactionEip1559Transaction: {
     chainId: 'u64',
@@ -1641,7 +1645,7 @@
     s: 'H256'
   },
   /**
-   * Lookup209: pallet_evm_migration::pallet::Call<T>
+   * Lookup210: pallet_evm_migration::pallet::Call<T>
    **/
   PalletEvmMigrationCall: {
     _enum: {
@@ -1659,7 +1663,7 @@
     }
   },
   /**
-   * Lookup212: pallet_sudo::pallet::Event<T>
+   * Lookup213: pallet_sudo::pallet::Event<T>
    **/
   PalletSudoEvent: {
     _enum: {
@@ -1675,7 +1679,7 @@
     }
   },
   /**
-   * Lookup214: sp_runtime::DispatchError
+   * Lookup215: sp_runtime::DispatchError
    **/
   SpRuntimeDispatchError: {
     _enum: {
@@ -1691,32 +1695,32 @@
     }
   },
   /**
-   * Lookup215: sp_runtime::ModuleError
+   * Lookup216: sp_runtime::ModuleError
    **/
   SpRuntimeModuleError: {
     index: 'u8',
     error: 'u8'
   },
   /**
-   * Lookup216: sp_runtime::TokenError
+   * Lookup217: sp_runtime::TokenError
    **/
   SpRuntimeTokenError: {
     _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']
   },
   /**
-   * Lookup217: sp_runtime::ArithmeticError
+   * Lookup218: sp_runtime::ArithmeticError
    **/
   SpRuntimeArithmeticError: {
     _enum: ['Underflow', 'Overflow', 'DivisionByZero']
   },
   /**
-   * Lookup218: pallet_sudo::pallet::Error<T>
+   * Lookup219: pallet_sudo::pallet::Error<T>
    **/
   PalletSudoError: {
     _enum: ['RequireSudo']
   },
   /**
-   * Lookup219: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
+   * Lookup220: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
    **/
   FrameSystemAccountInfo: {
     nonce: 'u32',
@@ -1726,7 +1730,7 @@
     data: 'PalletBalancesAccountData'
   },
   /**
-   * Lookup220: frame_support::weights::PerDispatchClass<T>
+   * Lookup221: frame_support::weights::PerDispatchClass<T>
    **/
   FrameSupportWeightsPerDispatchClassU64: {
     normal: 'u64',
@@ -1734,13 +1738,13 @@
     mandatory: 'u64'
   },
   /**
-   * Lookup221: sp_runtime::generic::digest::Digest
+   * Lookup222: sp_runtime::generic::digest::Digest
    **/
   SpRuntimeDigest: {
     logs: 'Vec<SpRuntimeDigestDigestItem>'
   },
   /**
-   * Lookup223: sp_runtime::generic::digest::DigestItem
+   * Lookup224: sp_runtime::generic::digest::DigestItem
    **/
   SpRuntimeDigestDigestItem: {
     _enum: {
@@ -1756,7 +1760,7 @@
     }
   },
   /**
-   * Lookup225: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
+   * Lookup226: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
    **/
   FrameSystemEventRecord: {
     phase: 'FrameSystemPhase',
@@ -1764,7 +1768,7 @@
     topics: 'Vec<H256>'
   },
   /**
-   * Lookup227: frame_system::pallet::Event<T>
+   * Lookup228: frame_system::pallet::Event<T>
    **/
   FrameSystemEvent: {
     _enum: {
@@ -1792,7 +1796,7 @@
     }
   },
   /**
-   * Lookup228: frame_support::weights::DispatchInfo
+   * Lookup229: frame_support::weights::DispatchInfo
    **/
   FrameSupportWeightsDispatchInfo: {
     weight: 'u64',
@@ -1800,19 +1804,19 @@
     paysFee: 'FrameSupportWeightsPays'
   },
   /**
-   * Lookup229: frame_support::weights::DispatchClass
+   * Lookup230: frame_support::weights::DispatchClass
    **/
   FrameSupportWeightsDispatchClass: {
     _enum: ['Normal', 'Operational', 'Mandatory']
   },
   /**
-   * Lookup230: frame_support::weights::Pays
+   * Lookup231: frame_support::weights::Pays
    **/
   FrameSupportWeightsPays: {
     _enum: ['Yes', 'No']
   },
   /**
-   * Lookup231: orml_vesting::module::Event<T>
+   * Lookup232: orml_vesting::module::Event<T>
    **/
   OrmlVestingModuleEvent: {
     _enum: {
@@ -1831,7 +1835,7 @@
     }
   },
   /**
-   * Lookup232: cumulus_pallet_xcmp_queue::pallet::Event<T>
+   * Lookup233: cumulus_pallet_xcmp_queue::pallet::Event<T>
    **/
   CumulusPalletXcmpQueueEvent: {
     _enum: {
@@ -1846,7 +1850,7 @@
     }
   },
   /**
-   * Lookup233: pallet_xcm::pallet::Event<T>
+   * Lookup234: pallet_xcm::pallet::Event<T>
    **/
   PalletXcmEvent: {
     _enum: {
@@ -1869,7 +1873,7 @@
     }
   },
   /**
-   * Lookup234: xcm::v2::traits::Outcome
+   * Lookup235: xcm::v2::traits::Outcome
    **/
   XcmV2TraitsOutcome: {
     _enum: {
@@ -1879,7 +1883,7 @@
     }
   },
   /**
-   * Lookup236: cumulus_pallet_xcm::pallet::Event<T>
+   * Lookup237: cumulus_pallet_xcm::pallet::Event<T>
    **/
   CumulusPalletXcmEvent: {
     _enum: {
@@ -1889,7 +1893,7 @@
     }
   },
   /**
-   * Lookup237: cumulus_pallet_dmp_queue::pallet::Event<T>
+   * Lookup238: cumulus_pallet_dmp_queue::pallet::Event<T>
    **/
   CumulusPalletDmpQueueEvent: {
     _enum: {
@@ -1902,7 +1906,7 @@
     }
   },
   /**
-   * Lookup238: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup239: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   PalletUniqueRawEvent: {
     _enum: {
@@ -1924,7 +1928,7 @@
     }
   },
   /**
-   * Lookup239: pallet_common::pallet::Event<T>
+   * Lookup240: pallet_common::pallet::Event<T>
    **/
   PalletCommonEvent: {
     _enum: {
@@ -1937,7 +1941,7 @@
     }
   },
   /**
-   * Lookup240: pallet_evm::pallet::Event<T>
+   * Lookup241: pallet_evm::pallet::Event<T>
    **/
   PalletEvmEvent: {
     _enum: {
@@ -1951,7 +1955,7 @@
     }
   },
   /**
-   * Lookup241: ethereum::log::Log
+   * Lookup242: ethereum::log::Log
    **/
   EthereumLog: {
     address: 'H160',
@@ -1959,7 +1963,7 @@
     data: 'Bytes'
   },
   /**
-   * Lookup242: pallet_ethereum::pallet::Event
+   * Lookup243: pallet_ethereum::pallet::Event
    **/
   PalletEthereumEvent: {
     _enum: {
@@ -1967,7 +1971,7 @@
     }
   },
   /**
-   * Lookup243: evm_core::error::ExitReason
+   * Lookup244: evm_core::error::ExitReason
    **/
   EvmCoreErrorExitReason: {
     _enum: {
@@ -1978,13 +1982,13 @@
     }
   },
   /**
-   * Lookup244: evm_core::error::ExitSucceed
+   * Lookup245: evm_core::error::ExitSucceed
    **/
   EvmCoreErrorExitSucceed: {
     _enum: ['Stopped', 'Returned', 'Suicided']
   },
   /**
-   * Lookup245: evm_core::error::ExitError
+   * Lookup246: evm_core::error::ExitError
    **/
   EvmCoreErrorExitError: {
     _enum: {
@@ -2006,13 +2010,13 @@
     }
   },
   /**
-   * Lookup248: evm_core::error::ExitRevert
+   * Lookup249: evm_core::error::ExitRevert
    **/
   EvmCoreErrorExitRevert: {
     _enum: ['Reverted']
   },
   /**
-   * Lookup249: evm_core::error::ExitFatal
+   * Lookup250: evm_core::error::ExitFatal
    **/
   EvmCoreErrorExitFatal: {
     _enum: {
@@ -2023,7 +2027,7 @@
     }
   },
   /**
-   * Lookup250: frame_system::Phase
+   * Lookup251: frame_system::Phase
    **/
   FrameSystemPhase: {
     _enum: {
@@ -2033,14 +2037,14 @@
     }
   },
   /**
-   * Lookup252: frame_system::LastRuntimeUpgradeInfo
+   * Lookup253: frame_system::LastRuntimeUpgradeInfo
    **/
   FrameSystemLastRuntimeUpgradeInfo: {
     specVersion: 'Compact<u32>',
     specName: 'Text'
   },
   /**
-   * Lookup253: frame_system::limits::BlockWeights
+   * Lookup254: frame_system::limits::BlockWeights
    **/
   FrameSystemLimitsBlockWeights: {
     baseBlock: 'u64',
@@ -2048,7 +2052,7 @@
     perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'
   },
   /**
-   * Lookup254: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
+   * Lookup255: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
    **/
   FrameSupportWeightsPerDispatchClassWeightsPerClass: {
     normal: 'FrameSystemLimitsWeightsPerClass',
@@ -2056,7 +2060,7 @@
     mandatory: 'FrameSystemLimitsWeightsPerClass'
   },
   /**
-   * Lookup255: frame_system::limits::WeightsPerClass
+   * Lookup256: frame_system::limits::WeightsPerClass
    **/
   FrameSystemLimitsWeightsPerClass: {
     baseExtrinsic: 'u64',
@@ -2065,13 +2069,13 @@
     reserved: 'Option<u64>'
   },
   /**
-   * Lookup257: frame_system::limits::BlockLength
+   * Lookup258: frame_system::limits::BlockLength
    **/
   FrameSystemLimitsBlockLength: {
     max: 'FrameSupportWeightsPerDispatchClassU32'
   },
   /**
-   * Lookup258: frame_support::weights::PerDispatchClass<T>
+   * Lookup259: frame_support::weights::PerDispatchClass<T>
    **/
   FrameSupportWeightsPerDispatchClassU32: {
     normal: 'u32',
@@ -2079,14 +2083,14 @@
     mandatory: 'u32'
   },
   /**
-   * Lookup259: frame_support::weights::RuntimeDbWeight
+   * Lookup260: frame_support::weights::RuntimeDbWeight
    **/
   FrameSupportWeightsRuntimeDbWeight: {
     read: 'u64',
     write: 'u64'
   },
   /**
-   * Lookup260: sp_version::RuntimeVersion
+   * Lookup261: sp_version::RuntimeVersion
    **/
   SpVersionRuntimeVersion: {
     specName: 'Text',
@@ -2099,19 +2103,19 @@
     stateVersion: 'u8'
   },
   /**
-   * Lookup264: frame_system::pallet::Error<T>
+   * Lookup265: frame_system::pallet::Error<T>
    **/
   FrameSystemError: {
     _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
   },
   /**
-   * Lookup266: orml_vesting::module::Error<T>
+   * Lookup267: orml_vesting::module::Error<T>
    **/
   OrmlVestingModuleError: {
     _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
   },
   /**
-   * Lookup268: cumulus_pallet_xcmp_queue::InboundChannelDetails
+   * Lookup269: cumulus_pallet_xcmp_queue::InboundChannelDetails
    **/
   CumulusPalletXcmpQueueInboundChannelDetails: {
     sender: 'u32',
@@ -2119,19 +2123,19 @@
     messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
   },
   /**
-   * Lookup269: cumulus_pallet_xcmp_queue::InboundState
+   * Lookup270: cumulus_pallet_xcmp_queue::InboundState
    **/
   CumulusPalletXcmpQueueInboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup272: polkadot_parachain::primitives::XcmpMessageFormat
+   * Lookup273: polkadot_parachain::primitives::XcmpMessageFormat
    **/
   PolkadotParachainPrimitivesXcmpMessageFormat: {
     _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
   },
   /**
-   * Lookup275: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+   * Lookup276: cumulus_pallet_xcmp_queue::OutboundChannelDetails
    **/
   CumulusPalletXcmpQueueOutboundChannelDetails: {
     recipient: 'u32',
@@ -2141,13 +2145,13 @@
     lastIndex: 'u16'
   },
   /**
-   * Lookup276: cumulus_pallet_xcmp_queue::OutboundState
+   * Lookup277: cumulus_pallet_xcmp_queue::OutboundState
    **/
   CumulusPalletXcmpQueueOutboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup278: cumulus_pallet_xcmp_queue::QueueConfigData
+   * Lookup279: cumulus_pallet_xcmp_queue::QueueConfigData
    **/
   CumulusPalletXcmpQueueQueueConfigData: {
     suspendThreshold: 'u32',
@@ -2158,29 +2162,29 @@
     xcmpMaxIndividualWeight: 'u64'
   },
   /**
-   * Lookup280: cumulus_pallet_xcmp_queue::pallet::Error<T>
+   * Lookup281: cumulus_pallet_xcmp_queue::pallet::Error<T>
    **/
   CumulusPalletXcmpQueueError: {
     _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
   },
   /**
-   * Lookup281: pallet_xcm::pallet::Error<T>
+   * Lookup282: pallet_xcm::pallet::Error<T>
    **/
   PalletXcmError: {
     _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
   },
   /**
-   * Lookup282: cumulus_pallet_xcm::pallet::Error<T>
+   * Lookup283: cumulus_pallet_xcm::pallet::Error<T>
    **/
   CumulusPalletXcmError: 'Null',
   /**
-   * Lookup283: cumulus_pallet_dmp_queue::ConfigData
+   * Lookup284: cumulus_pallet_dmp_queue::ConfigData
    **/
   CumulusPalletDmpQueueConfigData: {
     maxIndividual: 'u64'
   },
   /**
-   * Lookup284: cumulus_pallet_dmp_queue::PageIndexData
+   * Lookup285: cumulus_pallet_dmp_queue::PageIndexData
    **/
   CumulusPalletDmpQueuePageIndexData: {
     beginUsed: 'u32',
@@ -2188,19 +2192,19 @@
     overweightCount: 'u64'
   },
   /**
-   * Lookup287: cumulus_pallet_dmp_queue::pallet::Error<T>
+   * Lookup288: cumulus_pallet_dmp_queue::pallet::Error<T>
    **/
   CumulusPalletDmpQueueError: {
     _enum: ['Unknown', 'OverLimit']
   },
   /**
-   * Lookup291: pallet_unique::Error<T>
+   * Lookup292: pallet_unique::Error<T>
    **/
   PalletUniqueError: {
     _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']
   },
   /**
-   * Lookup292: up_data_structs::Collection<sp_core::crypto::AccountId32>
+   * Lookup293: up_data_structs::Collection<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCollection: {
     owner: 'AccountId32',
@@ -2219,7 +2223,7 @@
     metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'
   },
   /**
-   * Lookup293: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+   * Lookup294: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
    **/
   UpDataStructsSponsorshipState: {
     _enum: {
@@ -2229,7 +2233,7 @@
     }
   },
   /**
-   * Lookup296: up_data_structs::CollectionStats
+   * Lookup297: up_data_structs::CollectionStats
    **/
   UpDataStructsCollectionStats: {
     created: 'u32',
@@ -2237,32 +2241,32 @@
     alive: 'u32'
   },
   /**
-   * Lookup297: pallet_common::pallet::Error<T>
+   * Lookup298: pallet_common::pallet::Error<T>
    **/
   PalletCommonError: {
     _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'TokenVariableDataLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds']
   },
   /**
-   * Lookup299: pallet_fungible::pallet::Error<T>
+   * Lookup300: pallet_fungible::pallet::Error<T>
    **/
   PalletFungibleError: {
     _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData']
   },
   /**
-   * Lookup300: pallet_refungible::ItemData
+   * Lookup301: pallet_refungible::ItemData
    **/
   PalletRefungibleItemData: {
     constData: 'Bytes',
     variableData: 'Bytes'
   },
   /**
-   * Lookup304: pallet_refungible::pallet::Error<T>
+   * Lookup305: pallet_refungible::pallet::Error<T>
    **/
   PalletRefungibleError: {
     _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces']
   },
   /**
-   * Lookup305: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup306: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   PalletNonfungibleItemData: {
     constData: 'Bytes',
@@ -2270,19 +2274,19 @@
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup306: pallet_nonfungible::pallet::Error<T>
+   * Lookup307: pallet_nonfungible::pallet::Error<T>
    **/
   PalletNonfungibleError: {
     _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']
   },
   /**
-   * Lookup308: pallet_evm::pallet::Error<T>
+   * Lookup309: pallet_evm::pallet::Error<T>
    **/
   PalletEvmError: {
     _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']
   },
   /**
-   * Lookup311: fp_rpc::TransactionStatus
+   * Lookup312: fp_rpc::TransactionStatus
    **/
   FpRpcTransactionStatus: {
     transactionHash: 'H256',
@@ -2294,11 +2298,11 @@
     logsBloom: 'EthbloomBloom'
   },
   /**
-   * Lookup314: ethbloom::Bloom
+   * Lookup315: ethbloom::Bloom
    **/
   EthbloomBloom: '[u8;256]',
   /**
-   * Lookup316: ethereum::receipt::ReceiptV3
+   * Lookup317: ethereum::receipt::ReceiptV3
    **/
   EthereumReceiptReceiptV3: {
     _enum: {
@@ -2308,7 +2312,7 @@
     }
   },
   /**
-   * Lookup317: ethereum::receipt::EIP658ReceiptData
+   * Lookup318: ethereum::receipt::EIP658ReceiptData
    **/
   EthereumReceiptEip658ReceiptData: {
     statusCode: 'u8',
@@ -2317,7 +2321,7 @@
     logs: 'Vec<EthereumLog>'
   },
   /**
-   * Lookup318: ethereum::block::Block<ethereum::transaction::TransactionV2>
+   * Lookup319: ethereum::block::Block<ethereum::transaction::TransactionV2>
    **/
   EthereumBlock: {
     header: 'EthereumHeader',
@@ -2325,7 +2329,7 @@
     ommers: 'Vec<EthereumHeader>'
   },
   /**
-   * Lookup319: ethereum::header::Header
+   * Lookup320: ethereum::header::Header
    **/
   EthereumHeader: {
     parentHash: 'H256',
@@ -2345,41 +2349,41 @@
     nonce: 'EthereumTypesHashH64'
   },
   /**
-   * Lookup320: ethereum_types::hash::H64
+   * Lookup321: ethereum_types::hash::H64
    **/
   EthereumTypesHashH64: '[u8;8]',
   /**
-   * Lookup325: pallet_ethereum::pallet::Error<T>
+   * Lookup326: pallet_ethereum::pallet::Error<T>
    **/
   PalletEthereumError: {
     _enum: ['InvalidSignature', 'PreLogExists']
   },
   /**
-   * Lookup326: pallet_evm_coder_substrate::pallet::Error<T>
+   * Lookup327: pallet_evm_coder_substrate::pallet::Error<T>
    **/
   PalletEvmCoderSubstrateError: {
     _enum: ['OutOfGas', 'OutOfFund']
   },
   /**
-   * Lookup327: pallet_evm_contract_helpers::SponsoringModeT
+   * Lookup328: pallet_evm_contract_helpers::SponsoringModeT
    **/
   PalletEvmContractHelpersSponsoringModeT: {
     _enum: ['Disabled', 'Allowlisted', 'Generous']
   },
   /**
-   * Lookup329: pallet_evm_contract_helpers::pallet::Error<T>
+   * Lookup330: pallet_evm_contract_helpers::pallet::Error<T>
    **/
   PalletEvmContractHelpersError: {
     _enum: ['NoPermission']
   },
   /**
-   * Lookup330: pallet_evm_migration::pallet::Error<T>
+   * Lookup331: pallet_evm_migration::pallet::Error<T>
    **/
   PalletEvmMigrationError: {
     _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
   },
   /**
-   * Lookup332: sp_runtime::MultiSignature
+   * Lookup333: sp_runtime::MultiSignature
    **/
   SpRuntimeMultiSignature: {
     _enum: {
@@ -2389,39 +2393,39 @@
     }
   },
   /**
-   * Lookup333: sp_core::ed25519::Signature
+   * Lookup334: sp_core::ed25519::Signature
    **/
   SpCoreEd25519Signature: '[u8;64]',
   /**
-   * Lookup335: sp_core::sr25519::Signature
+   * Lookup336: sp_core::sr25519::Signature
    **/
   SpCoreSr25519Signature: '[u8;64]',
   /**
-   * Lookup336: sp_core::ecdsa::Signature
+   * Lookup337: sp_core::ecdsa::Signature
    **/
   SpCoreEcdsaSignature: '[u8;65]',
   /**
-   * Lookup339: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+   * Lookup340: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup340: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup341: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup343: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup344: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup344: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup345: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup345: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup346: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup346: opal_runtime::Runtime
+   * Lookup347: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null'
 };
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
after · tests/src/interfaces/types-lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34declare module '@polkadot/types/lookup' {5  import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';6  import type { ITuple } from '@polkadot/types-codec/types';7  import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';8  import type { Event } from '@polkadot/types/interfaces/system';910  /** @name PolkadotPrimitivesV1PersistedValidationData (2) */11  export interface PolkadotPrimitivesV1PersistedValidationData extends Struct {12    readonly parentHead: Bytes;13    readonly relayParentNumber: u32;14    readonly relayParentStorageRoot: H256;15    readonly maxPovSize: u32;16  }1718  /** @name PolkadotPrimitivesV1UpgradeRestriction (9) */19  export interface PolkadotPrimitivesV1UpgradeRestriction extends Enum {20    readonly isPresent: boolean;21    readonly type: 'Present';22  }2324  /** @name SpTrieStorageProof (10) */25  export interface SpTrieStorageProof extends Struct {26    readonly trieNodes: BTreeSet;27  }2829  /** @name BTreeSet (11) */30  export interface BTreeSet extends Vec<Bytes> {}3132  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (13) */33  export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {34    readonly dmqMqcHead: H256;35    readonly relayDispatchQueueSize: ITuple<[u32, u32]>;36    readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;37    readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;38  }3940  /** @name PolkadotPrimitivesV1AbridgedHrmpChannel (18) */41  export interface PolkadotPrimitivesV1AbridgedHrmpChannel extends Struct {42    readonly maxCapacity: u32;43    readonly maxTotalSize: u32;44    readonly maxMessageSize: u32;45    readonly msgCount: u32;46    readonly totalSize: u32;47    readonly mqcHead: Option<H256>;48  }4950  /** @name PolkadotPrimitivesV1AbridgedHostConfiguration (20) */51  export interface PolkadotPrimitivesV1AbridgedHostConfiguration extends Struct {52    readonly maxCodeSize: u32;53    readonly maxHeadDataSize: u32;54    readonly maxUpwardQueueCount: u32;55    readonly maxUpwardQueueSize: u32;56    readonly maxUpwardMessageSize: u32;57    readonly maxUpwardMessageNumPerCandidate: u32;58    readonly hrmpMaxMessageNumPerCandidate: u32;59    readonly validationUpgradeCooldown: u32;60    readonly validationUpgradeDelay: u32;61  }6263  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (26) */64  export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {65    readonly recipient: u32;66    readonly data: Bytes;67  }6869  /** @name CumulusPalletParachainSystemCall (28) */70  export interface CumulusPalletParachainSystemCall extends Enum {71    readonly isSetValidationData: boolean;72    readonly asSetValidationData: {73      readonly data: CumulusPrimitivesParachainInherentParachainInherentData;74    } & Struct;75    readonly isSudoSendUpwardMessage: boolean;76    readonly asSudoSendUpwardMessage: {77      readonly message: Bytes;78    } & Struct;79    readonly isAuthorizeUpgrade: boolean;80    readonly asAuthorizeUpgrade: {81      readonly codeHash: H256;82    } & Struct;83    readonly isEnactAuthorizedUpgrade: boolean;84    readonly asEnactAuthorizedUpgrade: {85      readonly code: Bytes;86    } & Struct;87    readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';88  }8990  /** @name CumulusPrimitivesParachainInherentParachainInherentData (29) */91  export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {92    readonly validationData: PolkadotPrimitivesV1PersistedValidationData;93    readonly relayChainState: SpTrieStorageProof;94    readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;95    readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;96  }9798  /** @name PolkadotCorePrimitivesInboundDownwardMessage (31) */99  export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {100    readonly sentAt: u32;101    readonly msg: Bytes;102  }103104  /** @name PolkadotCorePrimitivesInboundHrmpMessage (34) */105  export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {106    readonly sentAt: u32;107    readonly data: Bytes;108  }109110  /** @name CumulusPalletParachainSystemEvent (37) */111  export interface CumulusPalletParachainSystemEvent extends Enum {112    readonly isValidationFunctionStored: boolean;113    readonly isValidationFunctionApplied: boolean;114    readonly asValidationFunctionApplied: u32;115    readonly isValidationFunctionDiscarded: boolean;116    readonly isUpgradeAuthorized: boolean;117    readonly asUpgradeAuthorized: H256;118    readonly isDownwardMessagesReceived: boolean;119    readonly asDownwardMessagesReceived: u32;120    readonly isDownwardMessagesProcessed: boolean;121    readonly asDownwardMessagesProcessed: ITuple<[u64, H256]>;122    readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';123  }124125  /** @name CumulusPalletParachainSystemError (38) */126  export interface CumulusPalletParachainSystemError extends Enum {127    readonly isOverlappingUpgrades: boolean;128    readonly isProhibitedByPolkadot: boolean;129    readonly isTooBig: boolean;130    readonly isValidationDataNotAvailable: boolean;131    readonly isHostConfigurationNotAvailable: boolean;132    readonly isNotScheduled: boolean;133    readonly isNothingAuthorized: boolean;134    readonly isUnauthorized: boolean;135    readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';136  }137138  /** @name PalletBalancesAccountData (41) */139  export interface PalletBalancesAccountData extends Struct {140    readonly free: u128;141    readonly reserved: u128;142    readonly miscFrozen: u128;143    readonly feeFrozen: u128;144  }145146  /** @name PalletBalancesBalanceLock (43) */147  export interface PalletBalancesBalanceLock extends Struct {148    readonly id: U8aFixed;149    readonly amount: u128;150    readonly reasons: PalletBalancesReasons;151  }152153  /** @name PalletBalancesReasons (45) */154  export interface PalletBalancesReasons extends Enum {155    readonly isFee: boolean;156    readonly isMisc: boolean;157    readonly isAll: boolean;158    readonly type: 'Fee' | 'Misc' | 'All';159  }160161  /** @name PalletBalancesReserveData (48) */162  export interface PalletBalancesReserveData extends Struct {163    readonly id: U8aFixed;164    readonly amount: u128;165  }166167  /** @name PalletBalancesReleases (50) */168  export interface PalletBalancesReleases extends Enum {169    readonly isV100: boolean;170    readonly isV200: boolean;171    readonly type: 'V100' | 'V200';172  }173174  /** @name PalletBalancesCall (51) */175  export interface PalletBalancesCall extends Enum {176    readonly isTransfer: boolean;177    readonly asTransfer: {178      readonly dest: MultiAddress;179      readonly value: Compact<u128>;180    } & Struct;181    readonly isSetBalance: boolean;182    readonly asSetBalance: {183      readonly who: MultiAddress;184      readonly newFree: Compact<u128>;185      readonly newReserved: Compact<u128>;186    } & Struct;187    readonly isForceTransfer: boolean;188    readonly asForceTransfer: {189      readonly source: MultiAddress;190      readonly dest: MultiAddress;191      readonly value: Compact<u128>;192    } & Struct;193    readonly isTransferKeepAlive: boolean;194    readonly asTransferKeepAlive: {195      readonly dest: MultiAddress;196      readonly value: Compact<u128>;197    } & Struct;198    readonly isTransferAll: boolean;199    readonly asTransferAll: {200      readonly dest: MultiAddress;201      readonly keepAlive: bool;202    } & Struct;203    readonly isForceUnreserve: boolean;204    readonly asForceUnreserve: {205      readonly who: MultiAddress;206      readonly amount: u128;207    } & Struct;208    readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';209  }210211  /** @name PalletBalancesEvent (57) */212  export interface PalletBalancesEvent extends Enum {213    readonly isEndowed: boolean;214    readonly asEndowed: {215      readonly account: AccountId32;216      readonly freeBalance: u128;217    } & Struct;218    readonly isDustLost: boolean;219    readonly asDustLost: {220      readonly account: AccountId32;221      readonly amount: u128;222    } & Struct;223    readonly isTransfer: boolean;224    readonly asTransfer: {225      readonly from: AccountId32;226      readonly to: AccountId32;227      readonly amount: u128;228    } & Struct;229    readonly isBalanceSet: boolean;230    readonly asBalanceSet: {231      readonly who: AccountId32;232      readonly free: u128;233      readonly reserved: u128;234    } & Struct;235    readonly isReserved: boolean;236    readonly asReserved: {237      readonly who: AccountId32;238      readonly amount: u128;239    } & Struct;240    readonly isUnreserved: boolean;241    readonly asUnreserved: {242      readonly who: AccountId32;243      readonly amount: u128;244    } & Struct;245    readonly isReserveRepatriated: boolean;246    readonly asReserveRepatriated: {247      readonly from: AccountId32;248      readonly to: AccountId32;249      readonly amount: u128;250      readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;251    } & Struct;252    readonly isDeposit: boolean;253    readonly asDeposit: {254      readonly who: AccountId32;255      readonly amount: u128;256    } & Struct;257    readonly isWithdraw: boolean;258    readonly asWithdraw: {259      readonly who: AccountId32;260      readonly amount: u128;261    } & Struct;262    readonly isSlashed: boolean;263    readonly asSlashed: {264      readonly who: AccountId32;265      readonly amount: u128;266    } & Struct;267    readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';268  }269270  /** @name FrameSupportTokensMiscBalanceStatus (58) */271  export interface FrameSupportTokensMiscBalanceStatus extends Enum {272    readonly isFree: boolean;273    readonly isReserved: boolean;274    readonly type: 'Free' | 'Reserved';275  }276277  /** @name PalletBalancesError (59) */278  export interface PalletBalancesError extends Enum {279    readonly isVestingBalance: boolean;280    readonly isLiquidityRestrictions: boolean;281    readonly isInsufficientBalance: boolean;282    readonly isExistentialDeposit: boolean;283    readonly isKeepAlive: boolean;284    readonly isExistingVestingSchedule: boolean;285    readonly isDeadAccount: boolean;286    readonly isTooManyReserves: boolean;287    readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';288  }289290  /** @name PalletTimestampCall (62) */291  export interface PalletTimestampCall extends Enum {292    readonly isSet: boolean;293    readonly asSet: {294      readonly now: Compact<u64>;295    } & Struct;296    readonly type: 'Set';297  }298299  /** @name PalletTransactionPaymentReleases (65) */300  export interface PalletTransactionPaymentReleases extends Enum {301    readonly isV1Ancient: boolean;302    readonly isV2: boolean;303    readonly type: 'V1Ancient' | 'V2';304  }305306  /** @name FrameSupportWeightsWeightToFeeCoefficient (67) */307  export interface FrameSupportWeightsWeightToFeeCoefficient extends Struct {308    readonly coeffInteger: u128;309    readonly coeffFrac: Perbill;310    readonly negative: bool;311    readonly degree: u8;312  }313314  /** @name PalletTreasuryProposal (69) */315  export interface PalletTreasuryProposal extends Struct {316    readonly proposer: AccountId32;317    readonly value: u128;318    readonly beneficiary: AccountId32;319    readonly bond: u128;320  }321322  /** @name PalletTreasuryCall (72) */323  export interface PalletTreasuryCall extends Enum {324    readonly isProposeSpend: boolean;325    readonly asProposeSpend: {326      readonly value: Compact<u128>;327      readonly beneficiary: MultiAddress;328    } & Struct;329    readonly isRejectProposal: boolean;330    readonly asRejectProposal: {331      readonly proposalId: Compact<u32>;332    } & Struct;333    readonly isApproveProposal: boolean;334    readonly asApproveProposal: {335      readonly proposalId: Compact<u32>;336    } & Struct;337    readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal';338  }339340  /** @name PalletTreasuryEvent (74) */341  export interface PalletTreasuryEvent extends Enum {342    readonly isProposed: boolean;343    readonly asProposed: {344      readonly proposalIndex: u32;345    } & Struct;346    readonly isSpending: boolean;347    readonly asSpending: {348      readonly budgetRemaining: u128;349    } & Struct;350    readonly isAwarded: boolean;351    readonly asAwarded: {352      readonly proposalIndex: u32;353      readonly award: u128;354      readonly account: AccountId32;355    } & Struct;356    readonly isRejected: boolean;357    readonly asRejected: {358      readonly proposalIndex: u32;359      readonly slashed: u128;360    } & Struct;361    readonly isBurnt: boolean;362    readonly asBurnt: {363      readonly burntFunds: u128;364    } & Struct;365    readonly isRollover: boolean;366    readonly asRollover: {367      readonly rolloverBalance: u128;368    } & Struct;369    readonly isDeposit: boolean;370    readonly asDeposit: {371      readonly value: u128;372    } & Struct;373    readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit';374  }375376  /** @name FrameSupportPalletId (77) */377  export interface FrameSupportPalletId extends U8aFixed {}378379  /** @name PalletTreasuryError (78) */380  export interface PalletTreasuryError extends Enum {381    readonly isInsufficientProposersBalance: boolean;382    readonly isInvalidIndex: boolean;383    readonly isTooManyApprovals: boolean;384    readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals';385  }386387  /** @name PalletSudoCall (79) */388  export interface PalletSudoCall extends Enum {389    readonly isSudo: boolean;390    readonly asSudo: {391      readonly call: Call;392    } & Struct;393    readonly isSudoUncheckedWeight: boolean;394    readonly asSudoUncheckedWeight: {395      readonly call: Call;396      readonly weight: u64;397    } & Struct;398    readonly isSetKey: boolean;399    readonly asSetKey: {400      readonly new_: MultiAddress;401    } & Struct;402    readonly isSudoAs: boolean;403    readonly asSudoAs: {404      readonly who: MultiAddress;405      readonly call: Call;406    } & Struct;407    readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';408  }409410  /** @name FrameSystemCall (81) */411  export interface FrameSystemCall extends Enum {412    readonly isFillBlock: boolean;413    readonly asFillBlock: {414      readonly ratio: Perbill;415    } & Struct;416    readonly isRemark: boolean;417    readonly asRemark: {418      readonly remark: Bytes;419    } & Struct;420    readonly isSetHeapPages: boolean;421    readonly asSetHeapPages: {422      readonly pages: u64;423    } & Struct;424    readonly isSetCode: boolean;425    readonly asSetCode: {426      readonly code: Bytes;427    } & Struct;428    readonly isSetCodeWithoutChecks: boolean;429    readonly asSetCodeWithoutChecks: {430      readonly code: Bytes;431    } & Struct;432    readonly isSetStorage: boolean;433    readonly asSetStorage: {434      readonly items: Vec<ITuple<[Bytes, Bytes]>>;435    } & Struct;436    readonly isKillStorage: boolean;437    readonly asKillStorage: {438      readonly keys_: Vec<Bytes>;439    } & Struct;440    readonly isKillPrefix: boolean;441    readonly asKillPrefix: {442      readonly prefix: Bytes;443      readonly subkeys: u32;444    } & Struct;445    readonly isRemarkWithEvent: boolean;446    readonly asRemarkWithEvent: {447      readonly remark: Bytes;448    } & Struct;449    readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';450  }451452  /** @name OrmlVestingModuleCall (84) */453  export interface OrmlVestingModuleCall extends Enum {454    readonly isClaim: boolean;455    readonly isVestedTransfer: boolean;456    readonly asVestedTransfer: {457      readonly dest: MultiAddress;458      readonly schedule: OrmlVestingVestingSchedule;459    } & Struct;460    readonly isUpdateVestingSchedules: boolean;461    readonly asUpdateVestingSchedules: {462      readonly who: MultiAddress;463      readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;464    } & Struct;465    readonly isClaimFor: boolean;466    readonly asClaimFor: {467      readonly dest: MultiAddress;468    } & Struct;469    readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';470  }471472  /** @name OrmlVestingVestingSchedule (85) */473  export interface OrmlVestingVestingSchedule extends Struct {474    readonly start: u32;475    readonly period: u32;476    readonly periodCount: u32;477    readonly perPeriod: Compact<u128>;478  }479480  /** @name CumulusPalletXcmpQueueCall (87) */481  export interface CumulusPalletXcmpQueueCall extends Enum {482    readonly isServiceOverweight: boolean;483    readonly asServiceOverweight: {484      readonly index: u64;485      readonly weightLimit: u64;486    } & Struct;487    readonly isSuspendXcmExecution: boolean;488    readonly isResumeXcmExecution: boolean;489    readonly isUpdateSuspendThreshold: boolean;490    readonly asUpdateSuspendThreshold: {491      readonly new_: u32;492    } & Struct;493    readonly isUpdateDropThreshold: boolean;494    readonly asUpdateDropThreshold: {495      readonly new_: u32;496    } & Struct;497    readonly isUpdateResumeThreshold: boolean;498    readonly asUpdateResumeThreshold: {499      readonly new_: u32;500    } & Struct;501    readonly isUpdateThresholdWeight: boolean;502    readonly asUpdateThresholdWeight: {503      readonly new_: u64;504    } & Struct;505    readonly isUpdateWeightRestrictDecay: boolean;506    readonly asUpdateWeightRestrictDecay: {507      readonly new_: u64;508    } & Struct;509    readonly isUpdateXcmpMaxIndividualWeight: boolean;510    readonly asUpdateXcmpMaxIndividualWeight: {511      readonly new_: u64;512    } & Struct;513    readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';514  }515516  /** @name PalletXcmCall (88) */517  export interface PalletXcmCall extends Enum {518    readonly isSend: boolean;519    readonly asSend: {520      readonly dest: XcmVersionedMultiLocation;521      readonly message: XcmVersionedXcm;522    } & Struct;523    readonly isTeleportAssets: boolean;524    readonly asTeleportAssets: {525      readonly dest: XcmVersionedMultiLocation;526      readonly beneficiary: XcmVersionedMultiLocation;527      readonly assets: XcmVersionedMultiAssets;528      readonly feeAssetItem: u32;529    } & Struct;530    readonly isReserveTransferAssets: boolean;531    readonly asReserveTransferAssets: {532      readonly dest: XcmVersionedMultiLocation;533      readonly beneficiary: XcmVersionedMultiLocation;534      readonly assets: XcmVersionedMultiAssets;535      readonly feeAssetItem: u32;536    } & Struct;537    readonly isExecute: boolean;538    readonly asExecute: {539      readonly message: XcmVersionedXcm;540      readonly maxWeight: u64;541    } & Struct;542    readonly isForceXcmVersion: boolean;543    readonly asForceXcmVersion: {544      readonly location: XcmV1MultiLocation;545      readonly xcmVersion: u32;546    } & Struct;547    readonly isForceDefaultXcmVersion: boolean;548    readonly asForceDefaultXcmVersion: {549      readonly maybeXcmVersion: Option<u32>;550    } & Struct;551    readonly isForceSubscribeVersionNotify: boolean;552    readonly asForceSubscribeVersionNotify: {553      readonly location: XcmVersionedMultiLocation;554    } & Struct;555    readonly isForceUnsubscribeVersionNotify: boolean;556    readonly asForceUnsubscribeVersionNotify: {557      readonly location: XcmVersionedMultiLocation;558    } & Struct;559    readonly isLimitedReserveTransferAssets: boolean;560    readonly asLimitedReserveTransferAssets: {561      readonly dest: XcmVersionedMultiLocation;562      readonly beneficiary: XcmVersionedMultiLocation;563      readonly assets: XcmVersionedMultiAssets;564      readonly feeAssetItem: u32;565      readonly weightLimit: XcmV2WeightLimit;566    } & Struct;567    readonly isLimitedTeleportAssets: boolean;568    readonly asLimitedTeleportAssets: {569      readonly dest: XcmVersionedMultiLocation;570      readonly beneficiary: XcmVersionedMultiLocation;571      readonly assets: XcmVersionedMultiAssets;572      readonly feeAssetItem: u32;573      readonly weightLimit: XcmV2WeightLimit;574    } & Struct;575    readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';576  }577578  /** @name XcmVersionedMultiLocation (89) */579  export interface XcmVersionedMultiLocation extends Enum {580    readonly isV0: boolean;581    readonly asV0: XcmV0MultiLocation;582    readonly isV1: boolean;583    readonly asV1: XcmV1MultiLocation;584    readonly type: 'V0' | 'V1';585  }586587  /** @name XcmV0MultiLocation (90) */588  export interface XcmV0MultiLocation extends Enum {589    readonly isNull: boolean;590    readonly isX1: boolean;591    readonly asX1: XcmV0Junction;592    readonly isX2: boolean;593    readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;594    readonly isX3: boolean;595    readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;596    readonly isX4: boolean;597    readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;598    readonly isX5: boolean;599    readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;600    readonly isX6: boolean;601    readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;602    readonly isX7: boolean;603    readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;604    readonly isX8: boolean;605    readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;606    readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';607  }608609  /** @name XcmV0Junction (91) */610  export interface XcmV0Junction extends Enum {611    readonly isParent: boolean;612    readonly isParachain: boolean;613    readonly asParachain: Compact<u32>;614    readonly isAccountId32: boolean;615    readonly asAccountId32: {616      readonly network: XcmV0JunctionNetworkId;617      readonly id: U8aFixed;618    } & Struct;619    readonly isAccountIndex64: boolean;620    readonly asAccountIndex64: {621      readonly network: XcmV0JunctionNetworkId;622      readonly index: Compact<u64>;623    } & Struct;624    readonly isAccountKey20: boolean;625    readonly asAccountKey20: {626      readonly network: XcmV0JunctionNetworkId;627      readonly key: U8aFixed;628    } & Struct;629    readonly isPalletInstance: boolean;630    readonly asPalletInstance: u8;631    readonly isGeneralIndex: boolean;632    readonly asGeneralIndex: Compact<u128>;633    readonly isGeneralKey: boolean;634    readonly asGeneralKey: Bytes;635    readonly isOnlyChild: boolean;636    readonly isPlurality: boolean;637    readonly asPlurality: {638      readonly id: XcmV0JunctionBodyId;639      readonly part: XcmV0JunctionBodyPart;640    } & Struct;641    readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';642  }643644  /** @name XcmV0JunctionNetworkId (92) */645  export interface XcmV0JunctionNetworkId extends Enum {646    readonly isAny: boolean;647    readonly isNamed: boolean;648    readonly asNamed: Bytes;649    readonly isPolkadot: boolean;650    readonly isKusama: boolean;651    readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';652  }653654  /** @name XcmV0JunctionBodyId (93) */655  export interface XcmV0JunctionBodyId extends Enum {656    readonly isUnit: boolean;657    readonly isNamed: boolean;658    readonly asNamed: Bytes;659    readonly isIndex: boolean;660    readonly asIndex: Compact<u32>;661    readonly isExecutive: boolean;662    readonly isTechnical: boolean;663    readonly isLegislative: boolean;664    readonly isJudicial: boolean;665    readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';666  }667668  /** @name XcmV0JunctionBodyPart (94) */669  export interface XcmV0JunctionBodyPart extends Enum {670    readonly isVoice: boolean;671    readonly isMembers: boolean;672    readonly asMembers: {673      readonly count: Compact<u32>;674    } & Struct;675    readonly isFraction: boolean;676    readonly asFraction: {677      readonly nom: Compact<u32>;678      readonly denom: Compact<u32>;679    } & Struct;680    readonly isAtLeastProportion: boolean;681    readonly asAtLeastProportion: {682      readonly nom: Compact<u32>;683      readonly denom: Compact<u32>;684    } & Struct;685    readonly isMoreThanProportion: boolean;686    readonly asMoreThanProportion: {687      readonly nom: Compact<u32>;688      readonly denom: Compact<u32>;689    } & Struct;690    readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';691  }692693  /** @name XcmV1MultiLocation (95) */694  export interface XcmV1MultiLocation extends Struct {695    readonly parents: u8;696    readonly interior: XcmV1MultilocationJunctions;697  }698699  /** @name XcmV1MultilocationJunctions (96) */700  export interface XcmV1MultilocationJunctions extends Enum {701    readonly isHere: boolean;702    readonly isX1: boolean;703    readonly asX1: XcmV1Junction;704    readonly isX2: boolean;705    readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;706    readonly isX3: boolean;707    readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;708    readonly isX4: boolean;709    readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;710    readonly isX5: boolean;711    readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;712    readonly isX6: boolean;713    readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;714    readonly isX7: boolean;715    readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;716    readonly isX8: boolean;717    readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;718    readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';719  }720721  /** @name XcmV1Junction (97) */722  export interface XcmV1Junction extends Enum {723    readonly isParachain: boolean;724    readonly asParachain: Compact<u32>;725    readonly isAccountId32: boolean;726    readonly asAccountId32: {727      readonly network: XcmV0JunctionNetworkId;728      readonly id: U8aFixed;729    } & Struct;730    readonly isAccountIndex64: boolean;731    readonly asAccountIndex64: {732      readonly network: XcmV0JunctionNetworkId;733      readonly index: Compact<u64>;734    } & Struct;735    readonly isAccountKey20: boolean;736    readonly asAccountKey20: {737      readonly network: XcmV0JunctionNetworkId;738      readonly key: U8aFixed;739    } & Struct;740    readonly isPalletInstance: boolean;741    readonly asPalletInstance: u8;742    readonly isGeneralIndex: boolean;743    readonly asGeneralIndex: Compact<u128>;744    readonly isGeneralKey: boolean;745    readonly asGeneralKey: Bytes;746    readonly isOnlyChild: boolean;747    readonly isPlurality: boolean;748    readonly asPlurality: {749      readonly id: XcmV0JunctionBodyId;750      readonly part: XcmV0JunctionBodyPart;751    } & Struct;752    readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';753  }754755  /** @name XcmVersionedXcm (98) */756  export interface XcmVersionedXcm extends Enum {757    readonly isV0: boolean;758    readonly asV0: XcmV0Xcm;759    readonly isV1: boolean;760    readonly asV1: XcmV1Xcm;761    readonly isV2: boolean;762    readonly asV2: XcmV2Xcm;763    readonly type: 'V0' | 'V1' | 'V2';764  }765766  /** @name XcmV0Xcm (99) */767  export interface XcmV0Xcm extends Enum {768    readonly isWithdrawAsset: boolean;769    readonly asWithdrawAsset: {770      readonly assets: Vec<XcmV0MultiAsset>;771      readonly effects: Vec<XcmV0Order>;772    } & Struct;773    readonly isReserveAssetDeposit: boolean;774    readonly asReserveAssetDeposit: {775      readonly assets: Vec<XcmV0MultiAsset>;776      readonly effects: Vec<XcmV0Order>;777    } & Struct;778    readonly isTeleportAsset: boolean;779    readonly asTeleportAsset: {780      readonly assets: Vec<XcmV0MultiAsset>;781      readonly effects: Vec<XcmV0Order>;782    } & Struct;783    readonly isQueryResponse: boolean;784    readonly asQueryResponse: {785      readonly queryId: Compact<u64>;786      readonly response: XcmV0Response;787    } & Struct;788    readonly isTransferAsset: boolean;789    readonly asTransferAsset: {790      readonly assets: Vec<XcmV0MultiAsset>;791      readonly dest: XcmV0MultiLocation;792    } & Struct;793    readonly isTransferReserveAsset: boolean;794    readonly asTransferReserveAsset: {795      readonly assets: Vec<XcmV0MultiAsset>;796      readonly dest: XcmV0MultiLocation;797      readonly effects: Vec<XcmV0Order>;798    } & Struct;799    readonly isTransact: boolean;800    readonly asTransact: {801      readonly originType: XcmV0OriginKind;802      readonly requireWeightAtMost: u64;803      readonly call: XcmDoubleEncoded;804    } & Struct;805    readonly isHrmpNewChannelOpenRequest: boolean;806    readonly asHrmpNewChannelOpenRequest: {807      readonly sender: Compact<u32>;808      readonly maxMessageSize: Compact<u32>;809      readonly maxCapacity: Compact<u32>;810    } & Struct;811    readonly isHrmpChannelAccepted: boolean;812    readonly asHrmpChannelAccepted: {813      readonly recipient: Compact<u32>;814    } & Struct;815    readonly isHrmpChannelClosing: boolean;816    readonly asHrmpChannelClosing: {817      readonly initiator: Compact<u32>;818      readonly sender: Compact<u32>;819      readonly recipient: Compact<u32>;820    } & Struct;821    readonly isRelayedFrom: boolean;822    readonly asRelayedFrom: {823      readonly who: XcmV0MultiLocation;824      readonly message: XcmV0Xcm;825    } & Struct;826    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';827  }828829  /** @name XcmV0MultiAsset (101) */830  export interface XcmV0MultiAsset extends Enum {831    readonly isNone: boolean;832    readonly isAll: boolean;833    readonly isAllFungible: boolean;834    readonly isAllNonFungible: boolean;835    readonly isAllAbstractFungible: boolean;836    readonly asAllAbstractFungible: {837      readonly id: Bytes;838    } & Struct;839    readonly isAllAbstractNonFungible: boolean;840    readonly asAllAbstractNonFungible: {841      readonly class: Bytes;842    } & Struct;843    readonly isAllConcreteFungible: boolean;844    readonly asAllConcreteFungible: {845      readonly id: XcmV0MultiLocation;846    } & Struct;847    readonly isAllConcreteNonFungible: boolean;848    readonly asAllConcreteNonFungible: {849      readonly class: XcmV0MultiLocation;850    } & Struct;851    readonly isAbstractFungible: boolean;852    readonly asAbstractFungible: {853      readonly id: Bytes;854      readonly amount: Compact<u128>;855    } & Struct;856    readonly isAbstractNonFungible: boolean;857    readonly asAbstractNonFungible: {858      readonly class: Bytes;859      readonly instance: XcmV1MultiassetAssetInstance;860    } & Struct;861    readonly isConcreteFungible: boolean;862    readonly asConcreteFungible: {863      readonly id: XcmV0MultiLocation;864      readonly amount: Compact<u128>;865    } & Struct;866    readonly isConcreteNonFungible: boolean;867    readonly asConcreteNonFungible: {868      readonly class: XcmV0MultiLocation;869      readonly instance: XcmV1MultiassetAssetInstance;870    } & Struct;871    readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';872  }873874  /** @name XcmV1MultiassetAssetInstance (102) */875  export interface XcmV1MultiassetAssetInstance extends Enum {876    readonly isUndefined: boolean;877    readonly isIndex: boolean;878    readonly asIndex: Compact<u128>;879    readonly isArray4: boolean;880    readonly asArray4: U8aFixed;881    readonly isArray8: boolean;882    readonly asArray8: U8aFixed;883    readonly isArray16: boolean;884    readonly asArray16: U8aFixed;885    readonly isArray32: boolean;886    readonly asArray32: U8aFixed;887    readonly isBlob: boolean;888    readonly asBlob: Bytes;889    readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';890  }891892  /** @name XcmV0Order (106) */893  export interface XcmV0Order extends Enum {894    readonly isNull: boolean;895    readonly isDepositAsset: boolean;896    readonly asDepositAsset: {897      readonly assets: Vec<XcmV0MultiAsset>;898      readonly dest: XcmV0MultiLocation;899    } & Struct;900    readonly isDepositReserveAsset: boolean;901    readonly asDepositReserveAsset: {902      readonly assets: Vec<XcmV0MultiAsset>;903      readonly dest: XcmV0MultiLocation;904      readonly effects: Vec<XcmV0Order>;905    } & Struct;906    readonly isExchangeAsset: boolean;907    readonly asExchangeAsset: {908      readonly give: Vec<XcmV0MultiAsset>;909      readonly receive: Vec<XcmV0MultiAsset>;910    } & Struct;911    readonly isInitiateReserveWithdraw: boolean;912    readonly asInitiateReserveWithdraw: {913      readonly assets: Vec<XcmV0MultiAsset>;914      readonly reserve: XcmV0MultiLocation;915      readonly effects: Vec<XcmV0Order>;916    } & Struct;917    readonly isInitiateTeleport: boolean;918    readonly asInitiateTeleport: {919      readonly assets: Vec<XcmV0MultiAsset>;920      readonly dest: XcmV0MultiLocation;921      readonly effects: Vec<XcmV0Order>;922    } & Struct;923    readonly isQueryHolding: boolean;924    readonly asQueryHolding: {925      readonly queryId: Compact<u64>;926      readonly dest: XcmV0MultiLocation;927      readonly assets: Vec<XcmV0MultiAsset>;928    } & Struct;929    readonly isBuyExecution: boolean;930    readonly asBuyExecution: {931      readonly fees: XcmV0MultiAsset;932      readonly weight: u64;933      readonly debt: u64;934      readonly haltOnError: bool;935      readonly xcm: Vec<XcmV0Xcm>;936    } & Struct;937    readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';938  }939940  /** @name XcmV0Response (108) */941  export interface XcmV0Response extends Enum {942    readonly isAssets: boolean;943    readonly asAssets: Vec<XcmV0MultiAsset>;944    readonly type: 'Assets';945  }946947  /** @name XcmV0OriginKind (109) */948  export interface XcmV0OriginKind extends Enum {949    readonly isNative: boolean;950    readonly isSovereignAccount: boolean;951    readonly isSuperuser: boolean;952    readonly isXcm: boolean;953    readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';954  }955956  /** @name XcmDoubleEncoded (110) */957  export interface XcmDoubleEncoded extends Struct {958    readonly encoded: Bytes;959  }960961  /** @name XcmV1Xcm (111) */962  export interface XcmV1Xcm extends Enum {963    readonly isWithdrawAsset: boolean;964    readonly asWithdrawAsset: {965      readonly assets: XcmV1MultiassetMultiAssets;966      readonly effects: Vec<XcmV1Order>;967    } & Struct;968    readonly isReserveAssetDeposited: boolean;969    readonly asReserveAssetDeposited: {970      readonly assets: XcmV1MultiassetMultiAssets;971      readonly effects: Vec<XcmV1Order>;972    } & Struct;973    readonly isReceiveTeleportedAsset: boolean;974    readonly asReceiveTeleportedAsset: {975      readonly assets: XcmV1MultiassetMultiAssets;976      readonly effects: Vec<XcmV1Order>;977    } & Struct;978    readonly isQueryResponse: boolean;979    readonly asQueryResponse: {980      readonly queryId: Compact<u64>;981      readonly response: XcmV1Response;982    } & Struct;983    readonly isTransferAsset: boolean;984    readonly asTransferAsset: {985      readonly assets: XcmV1MultiassetMultiAssets;986      readonly beneficiary: XcmV1MultiLocation;987    } & Struct;988    readonly isTransferReserveAsset: boolean;989    readonly asTransferReserveAsset: {990      readonly assets: XcmV1MultiassetMultiAssets;991      readonly dest: XcmV1MultiLocation;992      readonly effects: Vec<XcmV1Order>;993    } & Struct;994    readonly isTransact: boolean;995    readonly asTransact: {996      readonly originType: XcmV0OriginKind;997      readonly requireWeightAtMost: u64;998      readonly call: XcmDoubleEncoded;999    } & Struct;1000    readonly isHrmpNewChannelOpenRequest: boolean;1001    readonly asHrmpNewChannelOpenRequest: {1002      readonly sender: Compact<u32>;1003      readonly maxMessageSize: Compact<u32>;1004      readonly maxCapacity: Compact<u32>;1005    } & Struct;1006    readonly isHrmpChannelAccepted: boolean;1007    readonly asHrmpChannelAccepted: {1008      readonly recipient: Compact<u32>;1009    } & Struct;1010    readonly isHrmpChannelClosing: boolean;1011    readonly asHrmpChannelClosing: {1012      readonly initiator: Compact<u32>;1013      readonly sender: Compact<u32>;1014      readonly recipient: Compact<u32>;1015    } & Struct;1016    readonly isRelayedFrom: boolean;1017    readonly asRelayedFrom: {1018      readonly who: XcmV1MultilocationJunctions;1019      readonly message: XcmV1Xcm;1020    } & Struct;1021    readonly isSubscribeVersion: boolean;1022    readonly asSubscribeVersion: {1023      readonly queryId: Compact<u64>;1024      readonly maxResponseWeight: Compact<u64>;1025    } & Struct;1026    readonly isUnsubscribeVersion: boolean;1027    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';1028  }10291030  /** @name XcmV1MultiassetMultiAssets (112) */1031  export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}10321033  /** @name XcmV1MultiAsset (114) */1034  export interface XcmV1MultiAsset extends Struct {1035    readonly id: XcmV1MultiassetAssetId;1036    readonly fun: XcmV1MultiassetFungibility;1037  }10381039  /** @name XcmV1MultiassetAssetId (115) */1040  export interface XcmV1MultiassetAssetId extends Enum {1041    readonly isConcrete: boolean;1042    readonly asConcrete: XcmV1MultiLocation;1043    readonly isAbstract: boolean;1044    readonly asAbstract: Bytes;1045    readonly type: 'Concrete' | 'Abstract';1046  }10471048  /** @name XcmV1MultiassetFungibility (116) */1049  export interface XcmV1MultiassetFungibility extends Enum {1050    readonly isFungible: boolean;1051    readonly asFungible: Compact<u128>;1052    readonly isNonFungible: boolean;1053    readonly asNonFungible: XcmV1MultiassetAssetInstance;1054    readonly type: 'Fungible' | 'NonFungible';1055  }10561057  /** @name XcmV1Order (118) */1058  export interface XcmV1Order extends Enum {1059    readonly isNoop: boolean;1060    readonly isDepositAsset: boolean;1061    readonly asDepositAsset: {1062      readonly assets: XcmV1MultiassetMultiAssetFilter;1063      readonly maxAssets: u32;1064      readonly beneficiary: XcmV1MultiLocation;1065    } & Struct;1066    readonly isDepositReserveAsset: boolean;1067    readonly asDepositReserveAsset: {1068      readonly assets: XcmV1MultiassetMultiAssetFilter;1069      readonly maxAssets: u32;1070      readonly dest: XcmV1MultiLocation;1071      readonly effects: Vec<XcmV1Order>;1072    } & Struct;1073    readonly isExchangeAsset: boolean;1074    readonly asExchangeAsset: {1075      readonly give: XcmV1MultiassetMultiAssetFilter;1076      readonly receive: XcmV1MultiassetMultiAssets;1077    } & Struct;1078    readonly isInitiateReserveWithdraw: boolean;1079    readonly asInitiateReserveWithdraw: {1080      readonly assets: XcmV1MultiassetMultiAssetFilter;1081      readonly reserve: XcmV1MultiLocation;1082      readonly effects: Vec<XcmV1Order>;1083    } & Struct;1084    readonly isInitiateTeleport: boolean;1085    readonly asInitiateTeleport: {1086      readonly assets: XcmV1MultiassetMultiAssetFilter;1087      readonly dest: XcmV1MultiLocation;1088      readonly effects: Vec<XcmV1Order>;1089    } & Struct;1090    readonly isQueryHolding: boolean;1091    readonly asQueryHolding: {1092      readonly queryId: Compact<u64>;1093      readonly dest: XcmV1MultiLocation;1094      readonly assets: XcmV1MultiassetMultiAssetFilter;1095    } & Struct;1096    readonly isBuyExecution: boolean;1097    readonly asBuyExecution: {1098      readonly fees: XcmV1MultiAsset;1099      readonly weight: u64;1100      readonly debt: u64;1101      readonly haltOnError: bool;1102      readonly instructions: Vec<XcmV1Xcm>;1103    } & Struct;1104    readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';1105  }11061107  /** @name XcmV1MultiassetMultiAssetFilter (119) */1108  export interface XcmV1MultiassetMultiAssetFilter extends Enum {1109    readonly isDefinite: boolean;1110    readonly asDefinite: XcmV1MultiassetMultiAssets;1111    readonly isWild: boolean;1112    readonly asWild: XcmV1MultiassetWildMultiAsset;1113    readonly type: 'Definite' | 'Wild';1114  }11151116  /** @name XcmV1MultiassetWildMultiAsset (120) */1117  export interface XcmV1MultiassetWildMultiAsset extends Enum {1118    readonly isAll: boolean;1119    readonly isAllOf: boolean;1120    readonly asAllOf: {1121      readonly id: XcmV1MultiassetAssetId;1122      readonly fun: XcmV1MultiassetWildFungibility;1123    } & Struct;1124    readonly type: 'All' | 'AllOf';1125  }11261127  /** @name XcmV1MultiassetWildFungibility (121) */1128  export interface XcmV1MultiassetWildFungibility extends Enum {1129    readonly isFungible: boolean;1130    readonly isNonFungible: boolean;1131    readonly type: 'Fungible' | 'NonFungible';1132  }11331134  /** @name XcmV1Response (123) */1135  export interface XcmV1Response extends Enum {1136    readonly isAssets: boolean;1137    readonly asAssets: XcmV1MultiassetMultiAssets;1138    readonly isVersion: boolean;1139    readonly asVersion: u32;1140    readonly type: 'Assets' | 'Version';1141  }11421143  /** @name XcmV2Xcm (124) */1144  export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}11451146  /** @name XcmV2Instruction (126) */1147  export interface XcmV2Instruction extends Enum {1148    readonly isWithdrawAsset: boolean;1149    readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;1150    readonly isReserveAssetDeposited: boolean;1151    readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;1152    readonly isReceiveTeleportedAsset: boolean;1153    readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;1154    readonly isQueryResponse: boolean;1155    readonly asQueryResponse: {1156      readonly queryId: Compact<u64>;1157      readonly response: XcmV2Response;1158      readonly maxWeight: Compact<u64>;1159    } & Struct;1160    readonly isTransferAsset: boolean;1161    readonly asTransferAsset: {1162      readonly assets: XcmV1MultiassetMultiAssets;1163      readonly beneficiary: XcmV1MultiLocation;1164    } & Struct;1165    readonly isTransferReserveAsset: boolean;1166    readonly asTransferReserveAsset: {1167      readonly assets: XcmV1MultiassetMultiAssets;1168      readonly dest: XcmV1MultiLocation;1169      readonly xcm: XcmV2Xcm;1170    } & Struct;1171    readonly isTransact: boolean;1172    readonly asTransact: {1173      readonly originType: XcmV0OriginKind;1174      readonly requireWeightAtMost: Compact<u64>;1175      readonly call: XcmDoubleEncoded;1176    } & Struct;1177    readonly isHrmpNewChannelOpenRequest: boolean;1178    readonly asHrmpNewChannelOpenRequest: {1179      readonly sender: Compact<u32>;1180      readonly maxMessageSize: Compact<u32>;1181      readonly maxCapacity: Compact<u32>;1182    } & Struct;1183    readonly isHrmpChannelAccepted: boolean;1184    readonly asHrmpChannelAccepted: {1185      readonly recipient: Compact<u32>;1186    } & Struct;1187    readonly isHrmpChannelClosing: boolean;1188    readonly asHrmpChannelClosing: {1189      readonly initiator: Compact<u32>;1190      readonly sender: Compact<u32>;1191      readonly recipient: Compact<u32>;1192    } & Struct;1193    readonly isClearOrigin: boolean;1194    readonly isDescendOrigin: boolean;1195    readonly asDescendOrigin: XcmV1MultilocationJunctions;1196    readonly isReportError: boolean;1197    readonly asReportError: {1198      readonly queryId: Compact<u64>;1199      readonly dest: XcmV1MultiLocation;1200      readonly maxResponseWeight: Compact<u64>;1201    } & Struct;1202    readonly isDepositAsset: boolean;1203    readonly asDepositAsset: {1204      readonly assets: XcmV1MultiassetMultiAssetFilter;1205      readonly maxAssets: Compact<u32>;1206      readonly beneficiary: XcmV1MultiLocation;1207    } & Struct;1208    readonly isDepositReserveAsset: boolean;1209    readonly asDepositReserveAsset: {1210      readonly assets: XcmV1MultiassetMultiAssetFilter;1211      readonly maxAssets: Compact<u32>;1212      readonly dest: XcmV1MultiLocation;1213      readonly xcm: XcmV2Xcm;1214    } & Struct;1215    readonly isExchangeAsset: boolean;1216    readonly asExchangeAsset: {1217      readonly give: XcmV1MultiassetMultiAssetFilter;1218      readonly receive: XcmV1MultiassetMultiAssets;1219    } & Struct;1220    readonly isInitiateReserveWithdraw: boolean;1221    readonly asInitiateReserveWithdraw: {1222      readonly assets: XcmV1MultiassetMultiAssetFilter;1223      readonly reserve: XcmV1MultiLocation;1224      readonly xcm: XcmV2Xcm;1225    } & Struct;1226    readonly isInitiateTeleport: boolean;1227    readonly asInitiateTeleport: {1228      readonly assets: XcmV1MultiassetMultiAssetFilter;1229      readonly dest: XcmV1MultiLocation;1230      readonly xcm: XcmV2Xcm;1231    } & Struct;1232    readonly isQueryHolding: boolean;1233    readonly asQueryHolding: {1234      readonly queryId: Compact<u64>;1235      readonly dest: XcmV1MultiLocation;1236      readonly assets: XcmV1MultiassetMultiAssetFilter;1237      readonly maxResponseWeight: Compact<u64>;1238    } & Struct;1239    readonly isBuyExecution: boolean;1240    readonly asBuyExecution: {1241      readonly fees: XcmV1MultiAsset;1242      readonly weightLimit: XcmV2WeightLimit;1243    } & Struct;1244    readonly isRefundSurplus: boolean;1245    readonly isSetErrorHandler: boolean;1246    readonly asSetErrorHandler: XcmV2Xcm;1247    readonly isSetAppendix: boolean;1248    readonly asSetAppendix: XcmV2Xcm;1249    readonly isClearError: boolean;1250    readonly isClaimAsset: boolean;1251    readonly asClaimAsset: {1252      readonly assets: XcmV1MultiassetMultiAssets;1253      readonly ticket: XcmV1MultiLocation;1254    } & Struct;1255    readonly isTrap: boolean;1256    readonly asTrap: Compact<u64>;1257    readonly isSubscribeVersion: boolean;1258    readonly asSubscribeVersion: {1259      readonly queryId: Compact<u64>;1260      readonly maxResponseWeight: Compact<u64>;1261    } & Struct;1262    readonly isUnsubscribeVersion: boolean;1263    readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';1264  }12651266  /** @name XcmV2Response (127) */1267  export interface XcmV2Response extends Enum {1268    readonly isNull: boolean;1269    readonly isAssets: boolean;1270    readonly asAssets: XcmV1MultiassetMultiAssets;1271    readonly isExecutionResult: boolean;1272    readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;1273    readonly isVersion: boolean;1274    readonly asVersion: u32;1275    readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';1276  }12771278  /** @name XcmV2TraitsError (130) */1279  export interface XcmV2TraitsError extends Enum {1280    readonly isOverflow: boolean;1281    readonly isUnimplemented: boolean;1282    readonly isUntrustedReserveLocation: boolean;1283    readonly isUntrustedTeleportLocation: boolean;1284    readonly isMultiLocationFull: boolean;1285    readonly isMultiLocationNotInvertible: boolean;1286    readonly isBadOrigin: boolean;1287    readonly isInvalidLocation: boolean;1288    readonly isAssetNotFound: boolean;1289    readonly isFailedToTransactAsset: boolean;1290    readonly isNotWithdrawable: boolean;1291    readonly isLocationCannotHold: boolean;1292    readonly isExceedsMaxMessageSize: boolean;1293    readonly isDestinationUnsupported: boolean;1294    readonly isTransport: boolean;1295    readonly isUnroutable: boolean;1296    readonly isUnknownClaim: boolean;1297    readonly isFailedToDecode: boolean;1298    readonly isMaxWeightInvalid: boolean;1299    readonly isNotHoldingFees: boolean;1300    readonly isTooExpensive: boolean;1301    readonly isTrap: boolean;1302    readonly asTrap: u64;1303    readonly isUnhandledXcmVersion: boolean;1304    readonly isWeightLimitReached: boolean;1305    readonly asWeightLimitReached: u64;1306    readonly isBarrier: boolean;1307    readonly isWeightNotComputable: boolean;1308    readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';1309  }13101311  /** @name XcmV2WeightLimit (131) */1312  export interface XcmV2WeightLimit extends Enum {1313    readonly isUnlimited: boolean;1314    readonly isLimited: boolean;1315    readonly asLimited: Compact<u64>;1316    readonly type: 'Unlimited' | 'Limited';1317  }13181319  /** @name XcmVersionedMultiAssets (132) */1320  export interface XcmVersionedMultiAssets extends Enum {1321    readonly isV0: boolean;1322    readonly asV0: Vec<XcmV0MultiAsset>;1323    readonly isV1: boolean;1324    readonly asV1: XcmV1MultiassetMultiAssets;1325    readonly type: 'V0' | 'V1';1326  }13271328  /** @name CumulusPalletXcmCall (147) */1329  export type CumulusPalletXcmCall = Null;13301331  /** @name CumulusPalletDmpQueueCall (148) */1332  export interface CumulusPalletDmpQueueCall extends Enum {1333    readonly isServiceOverweight: boolean;1334    readonly asServiceOverweight: {1335      readonly index: u64;1336      readonly weightLimit: u64;1337    } & Struct;1338    readonly type: 'ServiceOverweight';1339  }13401341  /** @name PalletInflationCall (149) */1342  export interface PalletInflationCall extends Enum {1343    readonly isStartInflation: boolean;1344    readonly asStartInflation: {1345      readonly inflationStartRelayBlock: u32;1346    } & Struct;1347    readonly type: 'StartInflation';1348  }13491350  /** @name PalletUniqueCall (150) */1351  export interface PalletUniqueCall extends Enum {1352    readonly isCreateCollection: boolean;1353    readonly asCreateCollection: {1354      readonly collectionName: Vec<u16>;1355      readonly collectionDescription: Vec<u16>;1356      readonly tokenPrefix: Bytes;1357      readonly mode: UpDataStructsCollectionMode;1358    } & Struct;1359    readonly isCreateCollectionEx: boolean;1360    readonly asCreateCollectionEx: {1361      readonly data: UpDataStructsCreateCollectionData;1362    } & Struct;1363    readonly isDestroyCollection: boolean;1364    readonly asDestroyCollection: {1365      readonly collectionId: u32;1366    } & Struct;1367    readonly isAddToAllowList: boolean;1368    readonly asAddToAllowList: {1369      readonly collectionId: u32;1370      readonly address: PalletEvmAccountBasicCrossAccountIdRepr;1371    } & Struct;1372    readonly isRemoveFromAllowList: boolean;1373    readonly asRemoveFromAllowList: {1374      readonly collectionId: u32;1375      readonly address: PalletEvmAccountBasicCrossAccountIdRepr;1376    } & Struct;1377    readonly isSetPublicAccessMode: boolean;1378    readonly asSetPublicAccessMode: {1379      readonly collectionId: u32;1380      readonly mode: UpDataStructsAccessMode;1381    } & Struct;1382    readonly isSetMintPermission: boolean;1383    readonly asSetMintPermission: {1384      readonly collectionId: u32;1385      readonly mintPermission: bool;1386    } & Struct;1387    readonly isChangeCollectionOwner: boolean;1388    readonly asChangeCollectionOwner: {1389      readonly collectionId: u32;1390      readonly newOwner: AccountId32;1391    } & Struct;1392    readonly isAddCollectionAdmin: boolean;1393    readonly asAddCollectionAdmin: {1394      readonly collectionId: u32;1395      readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;1396    } & Struct;1397    readonly isRemoveCollectionAdmin: boolean;1398    readonly asRemoveCollectionAdmin: {1399      readonly collectionId: u32;1400      readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;1401    } & Struct;1402    readonly isSetCollectionSponsor: boolean;1403    readonly asSetCollectionSponsor: {1404      readonly collectionId: u32;1405      readonly newSponsor: AccountId32;1406    } & Struct;1407    readonly isConfirmSponsorship: boolean;1408    readonly asConfirmSponsorship: {1409      readonly collectionId: u32;1410    } & Struct;1411    readonly isRemoveCollectionSponsor: boolean;1412    readonly asRemoveCollectionSponsor: {1413      readonly collectionId: u32;1414    } & Struct;1415    readonly isCreateItem: boolean;1416    readonly asCreateItem: {1417      readonly collectionId: u32;1418      readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1419      readonly data: UpDataStructsCreateItemData;1420    } & Struct;1421    readonly isCreateMultipleItems: boolean;1422    readonly asCreateMultipleItems: {1423      readonly collectionId: u32;1424      readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1425      readonly itemsData: Vec<UpDataStructsCreateItemData>;1426    } & Struct;1427    readonly isCreateMultipleItemsEx: boolean;1428    readonly asCreateMultipleItemsEx: {1429      readonly collectionId: u32;1430      readonly data: UpDataStructsCreateItemExData;1431    } & Struct;1432    readonly isSetTransfersEnabledFlag: boolean;1433    readonly asSetTransfersEnabledFlag: {1434      readonly collectionId: u32;1435      readonly value: bool;1436    } & Struct;1437    readonly isBurnItem: boolean;1438    readonly asBurnItem: {1439      readonly collectionId: u32;1440      readonly itemId: u32;1441      readonly value: u128;1442    } & Struct;1443    readonly isBurnFrom: boolean;1444    readonly asBurnFrom: {1445      readonly collectionId: u32;1446      readonly from: PalletEvmAccountBasicCrossAccountIdRepr;1447      readonly itemId: u32;1448      readonly value: u128;1449    } & Struct;1450    readonly isTransfer: boolean;1451    readonly asTransfer: {1452      readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;1453      readonly collectionId: u32;1454      readonly itemId: u32;1455      readonly value: u128;1456    } & Struct;1457    readonly isApprove: boolean;1458    readonly asApprove: {1459      readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;1460      readonly collectionId: u32;1461      readonly itemId: u32;1462      readonly amount: u128;1463    } & Struct;1464    readonly isTransferFrom: boolean;1465    readonly asTransferFrom: {1466      readonly from: PalletEvmAccountBasicCrossAccountIdRepr;1467      readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;1468      readonly collectionId: u32;1469      readonly itemId: u32;1470      readonly value: u128;1471    } & Struct;1472    readonly isSetVariableMetaData: boolean;1473    readonly asSetVariableMetaData: {1474      readonly collectionId: u32;1475      readonly itemId: u32;1476      readonly data: Bytes;1477    } & Struct;1478    readonly isSetMetaUpdatePermissionFlag: boolean;1479    readonly asSetMetaUpdatePermissionFlag: {1480      readonly collectionId: u32;1481      readonly value: UpDataStructsMetaUpdatePermission;1482    } & Struct;1483    readonly isSetSchemaVersion: boolean;1484    readonly asSetSchemaVersion: {1485      readonly collectionId: u32;1486      readonly version: UpDataStructsSchemaVersion;1487    } & Struct;1488    readonly isSetOffchainSchema: boolean;1489    readonly asSetOffchainSchema: {1490      readonly collectionId: u32;1491      readonly schema: Bytes;1492    } & Struct;1493    readonly isSetConstOnChainSchema: boolean;1494    readonly asSetConstOnChainSchema: {1495      readonly collectionId: u32;1496      readonly schema: Bytes;1497    } & Struct;1498    readonly isSetVariableOnChainSchema: boolean;1499    readonly asSetVariableOnChainSchema: {1500      readonly collectionId: u32;1501      readonly schema: Bytes;1502    } & Struct;1503    readonly isSetCollectionLimits: boolean;1504    readonly asSetCollectionLimits: {1505      readonly collectionId: u32;1506      readonly newLimit: UpDataStructsCollectionLimits;1507    } & Struct;1508    readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'SetPublicAccessMode' | 'SetMintPermission' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetVariableMetaData' | 'SetMetaUpdatePermissionFlag' | 'SetSchemaVersion' | 'SetOffchainSchema' | 'SetConstOnChainSchema' | 'SetVariableOnChainSchema' | 'SetCollectionLimits';1509  }15101511  /** @name UpDataStructsCollectionMode (156) */1512  export interface UpDataStructsCollectionMode extends Enum {1513    readonly isNft: boolean;1514    readonly isFungible: boolean;1515    readonly asFungible: u8;1516    readonly isReFungible: boolean;1517    readonly type: 'Nft' | 'Fungible' | 'ReFungible';1518  }15191520  /** @name UpDataStructsCreateCollectionData (157) */1521  export interface UpDataStructsCreateCollectionData extends Struct {1522    readonly mode: UpDataStructsCollectionMode;1523    readonly access: Option<UpDataStructsAccessMode>;1524    readonly name: Vec<u16>;1525    readonly description: Vec<u16>;1526    readonly tokenPrefix: Bytes;1527    readonly offchainSchema: Bytes;1528    readonly schemaVersion: Option<UpDataStructsSchemaVersion>;1529    readonly pendingSponsor: Option<AccountId32>;1530    readonly limits: Option<UpDataStructsCollectionLimits>;1531    readonly variableOnChainSchema: Bytes;1532    readonly constOnChainSchema: Bytes;1533    readonly metaUpdatePermission: Option<UpDataStructsMetaUpdatePermission>;1534  }15351536  /** @name UpDataStructsAccessMode (159) */1537  export interface UpDataStructsAccessMode extends Enum {1538    readonly isNormal: boolean;1539    readonly isAllowList: boolean;1540    readonly type: 'Normal' | 'AllowList';1541  }15421543  /** @name UpDataStructsSchemaVersion (162) */1544  export interface UpDataStructsSchemaVersion extends Enum {1545    readonly isImageURL: boolean;1546    readonly isUnique: boolean;1547    readonly type: 'ImageURL' | 'Unique';1548  }15491550  /** @name UpDataStructsCollectionLimits (165) */1551  export interface UpDataStructsCollectionLimits extends Struct {1552    readonly accountTokenOwnershipLimit: Option<u32>;1553    readonly sponsoredDataSize: Option<u32>;1554    readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;1555    readonly tokenLimit: Option<u32>;1556    readonly sponsorTransferTimeout: Option<u32>;1557    readonly sponsorApproveTimeout: Option<u32>;1558    readonly ownerCanTransfer: Option<bool>;1559    readonly ownerCanDestroy: Option<bool>;1560    readonly transfersEnabled: Option<bool>;1561  }15621563  /** @name UpDataStructsSponsoringRateLimit (167) */1564  export interface UpDataStructsSponsoringRateLimit extends Enum {1565    readonly isSponsoringDisabled: boolean;1566    readonly isBlocks: boolean;1567    readonly asBlocks: u32;1568    readonly type: 'SponsoringDisabled' | 'Blocks';1569  }15701571  /** @name UpDataStructsMetaUpdatePermission (171) */1572  export interface UpDataStructsMetaUpdatePermission extends Enum {1573    readonly isItemOwner: boolean;1574    readonly isAdmin: boolean;1575    readonly isNone: boolean;1576    readonly type: 'ItemOwner' | 'Admin' | 'None';1577  }15781579  /** @name PalletEvmAccountBasicCrossAccountIdRepr (173) */1580  export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1581    readonly isSubstrate: boolean;1582    readonly asSubstrate: AccountId32;1583    readonly isEthereum: boolean;1584    readonly asEthereum: H160;1585    readonly type: 'Substrate' | 'Ethereum';1586  }15871588  /** @name UpDataStructsCreateItemData (175) */1589  export interface UpDataStructsCreateItemData extends Enum {1590    readonly isNft: boolean;1591    readonly asNft: UpDataStructsCreateNftData;1592    readonly isFungible: boolean;1593    readonly asFungible: UpDataStructsCreateFungibleData;1594    readonly isReFungible: boolean;1595    readonly asReFungible: UpDataStructsCreateReFungibleData;1596    readonly type: 'Nft' | 'Fungible' | 'ReFungible';1597  }15981599  /** @name UpDataStructsCreateNftData (176) */1600  export interface UpDataStructsCreateNftData extends Struct {1601    readonly constData: Bytes;1602    readonly variableData: Bytes;1603  }16041605  /** @name UpDataStructsCreateFungibleData (178) */1606  export interface UpDataStructsCreateFungibleData extends Struct {1607    readonly value: u128;1608  }16091610  /** @name UpDataStructsCreateReFungibleData (179) */1611  export interface UpDataStructsCreateReFungibleData extends Struct {1612    readonly constData: Bytes;1613    readonly variableData: Bytes;1614    readonly pieces: u128;1615  }16161617  /** @name UpDataStructsCreateItemExData (181) */1618  export interface UpDataStructsCreateItemExData extends Enum {1619    readonly isNft: boolean;1620    readonly asNft: Vec<UpDataStructsCreateNftExData>;1621    readonly isFungible: boolean;1622    readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1623    readonly isRefungibleMultipleItems: boolean;1624    readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExData>;1625    readonly isRefungibleMultipleOwners: boolean;1626    readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExData;1627    readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';1628  }16291630  /** @name UpDataStructsCreateNftExData (183) */1631  export interface UpDataStructsCreateNftExData extends Struct {1632    readonly constData: Bytes;1633    readonly variableData: Bytes;1634    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1635  }16361637  /** @name UpDataStructsCreateRefungibleExData (190) */1638  export interface UpDataStructsCreateRefungibleExData extends Struct {1639    readonly constData: Bytes;1640    readonly variableData: Bytes;1641    readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1642  }16431644  /** @name PalletTemplateTransactionPaymentCall (193) */1645  export type PalletTemplateTransactionPaymentCall = Null;16461647  /** @name PalletEvmCall (194) */1648  export interface PalletEvmCall extends Enum {1649    readonly isWithdraw: boolean;1650    readonly asWithdraw: {1651      readonly address: H160;1652      readonly value: u128;1653    } & Struct;1654    readonly isCall: boolean;1655    readonly asCall: {1656      readonly source: H160;1657      readonly target: H160;1658      readonly input: Bytes;1659      readonly value: U256;1660      readonly gasLimit: u64;1661      readonly maxFeePerGas: U256;1662      readonly maxPriorityFeePerGas: Option<U256>;1663      readonly nonce: Option<U256>;1664      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1665    } & Struct;1666    readonly isCreate: boolean;1667    readonly asCreate: {1668      readonly source: H160;1669      readonly init: Bytes;1670      readonly value: U256;1671      readonly gasLimit: u64;1672      readonly maxFeePerGas: U256;1673      readonly maxPriorityFeePerGas: Option<U256>;1674      readonly nonce: Option<U256>;1675      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1676    } & Struct;1677    readonly isCreate2: boolean;1678    readonly asCreate2: {1679      readonly source: H160;1680      readonly init: Bytes;1681      readonly salt: H256;1682      readonly value: U256;1683      readonly gasLimit: u64;1684      readonly maxFeePerGas: U256;1685      readonly maxPriorityFeePerGas: Option<U256>;1686      readonly nonce: Option<U256>;1687      readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1688    } & Struct;1689    readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1690  }16911692  /** @name PalletEthereumCall (200) */1693  export interface PalletEthereumCall extends Enum {1694    readonly isTransact: boolean;1695    readonly asTransact: {1696      readonly transaction: EthereumTransactionTransactionV2;1697    } & Struct;1698    readonly type: 'Transact';1699  }17001701  /** @name EthereumTransactionTransactionV2 (201) */1702  export interface EthereumTransactionTransactionV2 extends Enum {1703    readonly isLegacy: boolean;1704    readonly asLegacy: EthereumTransactionLegacyTransaction;1705    readonly isEip2930: boolean;1706    readonly asEip2930: EthereumTransactionEip2930Transaction;1707    readonly isEip1559: boolean;1708    readonly asEip1559: EthereumTransactionEip1559Transaction;1709    readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';1710  }17111712  /** @name EthereumTransactionLegacyTransaction (202) */1713  export interface EthereumTransactionLegacyTransaction extends Struct {1714    readonly nonce: U256;1715    readonly gasPrice: U256;1716    readonly gasLimit: U256;1717    readonly action: EthereumTransactionTransactionAction;1718    readonly value: U256;1719    readonly input: Bytes;1720    readonly signature: EthereumTransactionTransactionSignature;1721  }17221723  /** @name EthereumTransactionTransactionAction (203) */1724  export interface EthereumTransactionTransactionAction extends Enum {1725    readonly isCall: boolean;1726    readonly asCall: H160;1727    readonly isCreate: boolean;1728    readonly type: 'Call' | 'Create';1729  }17301731  /** @name EthereumTransactionTransactionSignature (204) */1732  export interface EthereumTransactionTransactionSignature extends Struct {1733    readonly v: u64;1734    readonly r: H256;1735    readonly s: H256;1736  }17371738  /** @name EthereumTransactionEip2930Transaction (206) */1739  export interface EthereumTransactionEip2930Transaction extends Struct {1740    readonly chainId: u64;1741    readonly nonce: U256;1742    readonly gasPrice: U256;1743    readonly gasLimit: U256;1744    readonly action: EthereumTransactionTransactionAction;1745    readonly value: U256;1746    readonly input: Bytes;1747    readonly accessList: Vec<EthereumTransactionAccessListItem>;1748    readonly oddYParity: bool;1749    readonly r: H256;1750    readonly s: H256;1751  }17521753  /** @name EthereumTransactionAccessListItem (208) */1754  export interface EthereumTransactionAccessListItem extends Struct {1755    readonly address: H160;1756    readonly storageKeys: Vec<H256>;1757  }17581759  /** @name EthereumTransactionEip1559Transaction (209) */1760  export interface EthereumTransactionEip1559Transaction extends Struct {1761    readonly chainId: u64;1762    readonly nonce: U256;1763    readonly maxPriorityFeePerGas: U256;1764    readonly maxFeePerGas: U256;1765    readonly gasLimit: U256;1766    readonly action: EthereumTransactionTransactionAction;1767    readonly value: U256;1768    readonly input: Bytes;1769    readonly accessList: Vec<EthereumTransactionAccessListItem>;1770    readonly oddYParity: bool;1771    readonly r: H256;1772    readonly s: H256;1773  }17741775  /** @name PalletEvmMigrationCall (210) */1776  export interface PalletEvmMigrationCall extends Enum {1777    readonly isBegin: boolean;1778    readonly asBegin: {1779      readonly address: H160;1780    } & Struct;1781    readonly isSetData: boolean;1782    readonly asSetData: {1783      readonly address: H160;1784      readonly data: Vec<ITuple<[H256, H256]>>;1785    } & Struct;1786    readonly isFinish: boolean;1787    readonly asFinish: {1788      readonly address: H160;1789      readonly code: Bytes;1790    } & Struct;1791    readonly type: 'Begin' | 'SetData' | 'Finish';1792  }17931794  /** @name PalletSudoEvent (213) */1795  export interface PalletSudoEvent extends Enum {1796    readonly isSudid: boolean;1797    readonly asSudid: {1798      readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1799    } & Struct;1800    readonly isKeyChanged: boolean;1801    readonly asKeyChanged: {1802      readonly oldSudoer: Option<AccountId32>;1803    } & Struct;1804    readonly isSudoAsDone: boolean;1805    readonly asSudoAsDone: {1806      readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1807    } & Struct;1808    readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1809  }18101811  /** @name SpRuntimeDispatchError (215) */1812  export interface SpRuntimeDispatchError extends Enum {1813    readonly isOther: boolean;1814    readonly isCannotLookup: boolean;1815    readonly isBadOrigin: boolean;1816    readonly isModule: boolean;1817    readonly asModule: SpRuntimeModuleError;1818    readonly isConsumerRemaining: boolean;1819    readonly isNoProviders: boolean;1820    readonly isTooManyConsumers: boolean;1821    readonly isToken: boolean;1822    readonly asToken: SpRuntimeTokenError;1823    readonly isArithmetic: boolean;1824    readonly asArithmetic: SpRuntimeArithmeticError;1825    readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic';1826  }18271828  /** @name SpRuntimeModuleError (216) */1829  export interface SpRuntimeModuleError extends Struct {1830    readonly index: u8;1831    readonly error: u8;1832  }18331834  /** @name SpRuntimeTokenError (217) */1835  export interface SpRuntimeTokenError extends Enum {1836    readonly isNoFunds: boolean;1837    readonly isWouldDie: boolean;1838    readonly isBelowMinimum: boolean;1839    readonly isCannotCreate: boolean;1840    readonly isUnknownAsset: boolean;1841    readonly isFrozen: boolean;1842    readonly isUnsupported: boolean;1843    readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';1844  }18451846  /** @name SpRuntimeArithmeticError (218) */1847  export interface SpRuntimeArithmeticError extends Enum {1848    readonly isUnderflow: boolean;1849    readonly isOverflow: boolean;1850    readonly isDivisionByZero: boolean;1851    readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';1852  }18531854  /** @name PalletSudoError (219) */1855  export interface PalletSudoError extends Enum {1856    readonly isRequireSudo: boolean;1857    readonly type: 'RequireSudo';1858  }18591860  /** @name FrameSystemAccountInfo (220) */1861  export interface FrameSystemAccountInfo extends Struct {1862    readonly nonce: u32;1863    readonly consumers: u32;1864    readonly providers: u32;1865    readonly sufficients: u32;1866    readonly data: PalletBalancesAccountData;1867  }18681869  /** @name FrameSupportWeightsPerDispatchClassU64 (221) */1870  export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {1871    readonly normal: u64;1872    readonly operational: u64;1873    readonly mandatory: u64;1874  }18751876  /** @name SpRuntimeDigest (222) */1877  export interface SpRuntimeDigest extends Struct {1878    readonly logs: Vec<SpRuntimeDigestDigestItem>;1879  }18801881  /** @name SpRuntimeDigestDigestItem (224) */1882  export interface SpRuntimeDigestDigestItem extends Enum {1883    readonly isOther: boolean;1884    readonly asOther: Bytes;1885    readonly isConsensus: boolean;1886    readonly asConsensus: ITuple<[U8aFixed, Bytes]>;1887    readonly isSeal: boolean;1888    readonly asSeal: ITuple<[U8aFixed, Bytes]>;1889    readonly isPreRuntime: boolean;1890    readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;1891    readonly isRuntimeEnvironmentUpdated: boolean;1892    readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';1893  }18941895  /** @name FrameSystemEventRecord (226) */1896  export interface FrameSystemEventRecord extends Struct {1897    readonly phase: FrameSystemPhase;1898    readonly event: Event;1899    readonly topics: Vec<H256>;1900  }19011902  /** @name FrameSystemEvent (228) */1903  export interface FrameSystemEvent extends Enum {1904    readonly isExtrinsicSuccess: boolean;1905    readonly asExtrinsicSuccess: {1906      readonly dispatchInfo: FrameSupportWeightsDispatchInfo;1907    } & Struct;1908    readonly isExtrinsicFailed: boolean;1909    readonly asExtrinsicFailed: {1910      readonly dispatchError: SpRuntimeDispatchError;1911      readonly dispatchInfo: FrameSupportWeightsDispatchInfo;1912    } & Struct;1913    readonly isCodeUpdated: boolean;1914    readonly isNewAccount: boolean;1915    readonly asNewAccount: {1916      readonly account: AccountId32;1917    } & Struct;1918    readonly isKilledAccount: boolean;1919    readonly asKilledAccount: {1920      readonly account: AccountId32;1921    } & Struct;1922    readonly isRemarked: boolean;1923    readonly asRemarked: {1924      readonly sender: AccountId32;1925      readonly hash_: H256;1926    } & Struct;1927    readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';1928  }19291930  /** @name FrameSupportWeightsDispatchInfo (229) */1931  export interface FrameSupportWeightsDispatchInfo extends Struct {1932    readonly weight: u64;1933    readonly class: FrameSupportWeightsDispatchClass;1934    readonly paysFee: FrameSupportWeightsPays;1935  }19361937  /** @name FrameSupportWeightsDispatchClass (230) */1938  export interface FrameSupportWeightsDispatchClass extends Enum {1939    readonly isNormal: boolean;1940    readonly isOperational: boolean;1941    readonly isMandatory: boolean;1942    readonly type: 'Normal' | 'Operational' | 'Mandatory';1943  }19441945  /** @name FrameSupportWeightsPays (231) */1946  export interface FrameSupportWeightsPays extends Enum {1947    readonly isYes: boolean;1948    readonly isNo: boolean;1949    readonly type: 'Yes' | 'No';1950  }19511952  /** @name OrmlVestingModuleEvent (232) */1953  export interface OrmlVestingModuleEvent extends Enum {1954    readonly isVestingScheduleAdded: boolean;1955    readonly asVestingScheduleAdded: {1956      readonly from: AccountId32;1957      readonly to: AccountId32;1958      readonly vestingSchedule: OrmlVestingVestingSchedule;1959    } & Struct;1960    readonly isClaimed: boolean;1961    readonly asClaimed: {1962      readonly who: AccountId32;1963      readonly amount: u128;1964    } & Struct;1965    readonly isVestingSchedulesUpdated: boolean;1966    readonly asVestingSchedulesUpdated: {1967      readonly who: AccountId32;1968    } & Struct;1969    readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';1970  }19711972  /** @name CumulusPalletXcmpQueueEvent (233) */1973  export interface CumulusPalletXcmpQueueEvent extends Enum {1974    readonly isSuccess: boolean;1975    readonly asSuccess: Option<H256>;1976    readonly isFail: boolean;1977    readonly asFail: ITuple<[Option<H256>, XcmV2TraitsError]>;1978    readonly isBadVersion: boolean;1979    readonly asBadVersion: Option<H256>;1980    readonly isBadFormat: boolean;1981    readonly asBadFormat: Option<H256>;1982    readonly isUpwardMessageSent: boolean;1983    readonly asUpwardMessageSent: Option<H256>;1984    readonly isXcmpMessageSent: boolean;1985    readonly asXcmpMessageSent: Option<H256>;1986    readonly isOverweightEnqueued: boolean;1987    readonly asOverweightEnqueued: ITuple<[u32, u32, u64, u64]>;1988    readonly isOverweightServiced: boolean;1989    readonly asOverweightServiced: ITuple<[u64, u64]>;1990    readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';1991  }19921993  /** @name PalletXcmEvent (234) */1994  export interface PalletXcmEvent extends Enum {1995    readonly isAttempted: boolean;1996    readonly asAttempted: XcmV2TraitsOutcome;1997    readonly isSent: boolean;1998    readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;1999    readonly isUnexpectedResponse: boolean;2000    readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;2001    readonly isResponseReady: boolean;2002    readonly asResponseReady: ITuple<[u64, XcmV2Response]>;2003    readonly isNotified: boolean;2004    readonly asNotified: ITuple<[u64, u8, u8]>;2005    readonly isNotifyOverweight: boolean;2006    readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>;2007    readonly isNotifyDispatchError: boolean;2008    readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2009    readonly isNotifyDecodeFailed: boolean;2010    readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2011    readonly isInvalidResponder: boolean;2012    readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2013    readonly isInvalidResponderVersion: boolean;2014    readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2015    readonly isResponseTaken: boolean;2016    readonly asResponseTaken: u64;2017    readonly isAssetsTrapped: boolean;2018    readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2019    readonly isVersionChangeNotified: boolean;2020    readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2021    readonly isSupportedVersionChanged: boolean;2022    readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2023    readonly isNotifyTargetSendFail: boolean;2024    readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2025    readonly isNotifyTargetMigrationFail: boolean;2026    readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2027    readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2028  }20292030  /** @name XcmV2TraitsOutcome (235) */2031  export interface XcmV2TraitsOutcome extends Enum {2032    readonly isComplete: boolean;2033    readonly asComplete: u64;2034    readonly isIncomplete: boolean;2035    readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;2036    readonly isError: boolean;2037    readonly asError: XcmV2TraitsError;2038    readonly type: 'Complete' | 'Incomplete' | 'Error';2039  }20402041  /** @name CumulusPalletXcmEvent (237) */2042  export interface CumulusPalletXcmEvent extends Enum {2043    readonly isInvalidFormat: boolean;2044    readonly asInvalidFormat: U8aFixed;2045    readonly isUnsupportedVersion: boolean;2046    readonly asUnsupportedVersion: U8aFixed;2047    readonly isExecutedDownward: boolean;2048    readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;2049    readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';2050  }20512052  /** @name CumulusPalletDmpQueueEvent (238) */2053  export interface CumulusPalletDmpQueueEvent extends Enum {2054    readonly isInvalidFormat: boolean;2055    readonly asInvalidFormat: U8aFixed;2056    readonly isUnsupportedVersion: boolean;2057    readonly asUnsupportedVersion: U8aFixed;2058    readonly isExecutedDownward: boolean;2059    readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;2060    readonly isWeightExhausted: boolean;2061    readonly asWeightExhausted: ITuple<[U8aFixed, u64, u64]>;2062    readonly isOverweightEnqueued: boolean;2063    readonly asOverweightEnqueued: ITuple<[U8aFixed, u64, u64]>;2064    readonly isOverweightServiced: boolean;2065    readonly asOverweightServiced: ITuple<[u64, u64]>;2066    readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';2067  }20682069  /** @name PalletUniqueRawEvent (239) */2070  export interface PalletUniqueRawEvent extends Enum {2071    readonly isCollectionSponsorRemoved: boolean;2072    readonly asCollectionSponsorRemoved: u32;2073    readonly isCollectionAdminAdded: boolean;2074    readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2075    readonly isCollectionOwnedChanged: boolean;2076    readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;2077    readonly isCollectionSponsorSet: boolean;2078    readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;2079    readonly isConstOnChainSchemaSet: boolean;2080    readonly asConstOnChainSchemaSet: u32;2081    readonly isSponsorshipConfirmed: boolean;2082    readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;2083    readonly isCollectionAdminRemoved: boolean;2084    readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2085    readonly isAllowListAddressRemoved: boolean;2086    readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2087    readonly isAllowListAddressAdded: boolean;2088    readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;2089    readonly isCollectionLimitSet: boolean;2090    readonly asCollectionLimitSet: u32;2091    readonly isMintPermissionSet: boolean;2092    readonly asMintPermissionSet: u32;2093    readonly isOffchainSchemaSet: boolean;2094    readonly asOffchainSchemaSet: u32;2095    readonly isPublicAccessModeSet: boolean;2096    readonly asPublicAccessModeSet: ITuple<[u32, UpDataStructsAccessMode]>;2097    readonly isSchemaVersionSet: boolean;2098    readonly asSchemaVersionSet: u32;2099    readonly isVariableOnChainSchemaSet: boolean;2100    readonly asVariableOnChainSchemaSet: u32;2101    readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet' | 'VariableOnChainSchemaSet';2102  }21032104  /** @name PalletCommonEvent (240) */2105  export interface PalletCommonEvent extends Enum {2106    readonly isCollectionCreated: boolean;2107    readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;2108    readonly isCollectionDestroyed: boolean;2109    readonly asCollectionDestroyed: u32;2110    readonly isItemCreated: boolean;2111    readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;2112    readonly isItemDestroyed: boolean;2113    readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;2114    readonly isTransfer: boolean;2115    readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;2116    readonly isApproved: boolean;2117    readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;2118    readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved';2119  }21202121  /** @name PalletEvmEvent (241) */2122  export interface PalletEvmEvent extends Enum {2123    readonly isLog: boolean;2124    readonly asLog: EthereumLog;2125    readonly isCreated: boolean;2126    readonly asCreated: H160;2127    readonly isCreatedFailed: boolean;2128    readonly asCreatedFailed: H160;2129    readonly isExecuted: boolean;2130    readonly asExecuted: H160;2131    readonly isExecutedFailed: boolean;2132    readonly asExecutedFailed: H160;2133    readonly isBalanceDeposit: boolean;2134    readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;2135    readonly isBalanceWithdraw: boolean;2136    readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;2137    readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';2138  }21392140  /** @name EthereumLog (242) */2141  export interface EthereumLog extends Struct {2142    readonly address: H160;2143    readonly topics: Vec<H256>;2144    readonly data: Bytes;2145  }21462147  /** @name PalletEthereumEvent (243) */2148  export interface PalletEthereumEvent extends Enum {2149    readonly isExecuted: boolean;2150    readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;2151    readonly type: 'Executed';2152  }21532154  /** @name EvmCoreErrorExitReason (244) */2155  export interface EvmCoreErrorExitReason extends Enum {2156    readonly isSucceed: boolean;2157    readonly asSucceed: EvmCoreErrorExitSucceed;2158    readonly isError: boolean;2159    readonly asError: EvmCoreErrorExitError;2160    readonly isRevert: boolean;2161    readonly asRevert: EvmCoreErrorExitRevert;2162    readonly isFatal: boolean;2163    readonly asFatal: EvmCoreErrorExitFatal;2164    readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';2165  }21662167  /** @name EvmCoreErrorExitSucceed (245) */2168  export interface EvmCoreErrorExitSucceed extends Enum {2169    readonly isStopped: boolean;2170    readonly isReturned: boolean;2171    readonly isSuicided: boolean;2172    readonly type: 'Stopped' | 'Returned' | 'Suicided';2173  }21742175  /** @name EvmCoreErrorExitError (246) */2176  export interface EvmCoreErrorExitError extends Enum {2177    readonly isStackUnderflow: boolean;2178    readonly isStackOverflow: boolean;2179    readonly isInvalidJump: boolean;2180    readonly isInvalidRange: boolean;2181    readonly isDesignatedInvalid: boolean;2182    readonly isCallTooDeep: boolean;2183    readonly isCreateCollision: boolean;2184    readonly isCreateContractLimit: boolean;2185    readonly isInvalidCode: boolean;2186    readonly isOutOfOffset: boolean;2187    readonly isOutOfGas: boolean;2188    readonly isOutOfFund: boolean;2189    readonly isPcUnderflow: boolean;2190    readonly isCreateEmpty: boolean;2191    readonly isOther: boolean;2192    readonly asOther: Text;2193    readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'InvalidCode' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other';2194  }21952196  /** @name EvmCoreErrorExitRevert (249) */2197  export interface EvmCoreErrorExitRevert extends Enum {2198    readonly isReverted: boolean;2199    readonly type: 'Reverted';2200  }22012202  /** @name EvmCoreErrorExitFatal (250) */2203  export interface EvmCoreErrorExitFatal extends Enum {2204    readonly isNotSupported: boolean;2205    readonly isUnhandledInterrupt: boolean;2206    readonly isCallErrorAsFatal: boolean;2207    readonly asCallErrorAsFatal: EvmCoreErrorExitError;2208    readonly isOther: boolean;2209    readonly asOther: Text;2210    readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';2211  }22122213  /** @name FrameSystemPhase (251) */2214  export interface FrameSystemPhase extends Enum {2215    readonly isApplyExtrinsic: boolean;2216    readonly asApplyExtrinsic: u32;2217    readonly isFinalization: boolean;2218    readonly isInitialization: boolean;2219    readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';2220  }22212222  /** @name FrameSystemLastRuntimeUpgradeInfo (253) */2223  export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {2224    readonly specVersion: Compact<u32>;2225    readonly specName: Text;2226  }22272228  /** @name FrameSystemLimitsBlockWeights (254) */2229  export interface FrameSystemLimitsBlockWeights extends Struct {2230    readonly baseBlock: u64;2231    readonly maxBlock: u64;2232    readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;2233  }22342235  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (255) */2236  export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {2237    readonly normal: FrameSystemLimitsWeightsPerClass;2238    readonly operational: FrameSystemLimitsWeightsPerClass;2239    readonly mandatory: FrameSystemLimitsWeightsPerClass;2240  }22412242  /** @name FrameSystemLimitsWeightsPerClass (256) */2243  export interface FrameSystemLimitsWeightsPerClass extends Struct {2244    readonly baseExtrinsic: u64;2245    readonly maxExtrinsic: Option<u64>;2246    readonly maxTotal: Option<u64>;2247    readonly reserved: Option<u64>;2248  }22492250  /** @name FrameSystemLimitsBlockLength (258) */2251  export interface FrameSystemLimitsBlockLength extends Struct {2252    readonly max: FrameSupportWeightsPerDispatchClassU32;2253  }22542255  /** @name FrameSupportWeightsPerDispatchClassU32 (259) */2256  export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {2257    readonly normal: u32;2258    readonly operational: u32;2259    readonly mandatory: u32;2260  }22612262  /** @name FrameSupportWeightsRuntimeDbWeight (260) */2263  export interface FrameSupportWeightsRuntimeDbWeight extends Struct {2264    readonly read: u64;2265    readonly write: u64;2266  }22672268  /** @name SpVersionRuntimeVersion (261) */2269  export interface SpVersionRuntimeVersion extends Struct {2270    readonly specName: Text;2271    readonly implName: Text;2272    readonly authoringVersion: u32;2273    readonly specVersion: u32;2274    readonly implVersion: u32;2275    readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2276    readonly transactionVersion: u32;2277    readonly stateVersion: u8;2278  }22792280  /** @name FrameSystemError (265) */2281  export interface FrameSystemError extends Enum {2282    readonly isInvalidSpecName: boolean;2283    readonly isSpecVersionNeedsToIncrease: boolean;2284    readonly isFailedToExtractRuntimeVersion: boolean;2285    readonly isNonDefaultComposite: boolean;2286    readonly isNonZeroRefCount: boolean;2287    readonly isCallFiltered: boolean;2288    readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';2289  }22902291  /** @name OrmlVestingModuleError (267) */2292  export interface OrmlVestingModuleError extends Enum {2293    readonly isZeroVestingPeriod: boolean;2294    readonly isZeroVestingPeriodCount: boolean;2295    readonly isInsufficientBalanceToLock: boolean;2296    readonly isTooManyVestingSchedules: boolean;2297    readonly isAmountLow: boolean;2298    readonly isMaxVestingSchedulesExceeded: boolean;2299    readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';2300  }23012302  /** @name CumulusPalletXcmpQueueInboundChannelDetails (269) */2303  export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {2304    readonly sender: u32;2305    readonly state: CumulusPalletXcmpQueueInboundState;2306    readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;2307  }23082309  /** @name CumulusPalletXcmpQueueInboundState (270) */2310  export interface CumulusPalletXcmpQueueInboundState extends Enum {2311    readonly isOk: boolean;2312    readonly isSuspended: boolean;2313    readonly type: 'Ok' | 'Suspended';2314  }23152316  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (273) */2317  export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2318    readonly isConcatenatedVersionedXcm: boolean;2319    readonly isConcatenatedEncodedBlob: boolean;2320    readonly isSignals: boolean;2321    readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2322  }23232324  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (276) */2325  export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {2326    readonly recipient: u32;2327    readonly state: CumulusPalletXcmpQueueOutboundState;2328    readonly signalsExist: bool;2329    readonly firstIndex: u16;2330    readonly lastIndex: u16;2331  }23322333  /** @name CumulusPalletXcmpQueueOutboundState (277) */2334  export interface CumulusPalletXcmpQueueOutboundState extends Enum {2335    readonly isOk: boolean;2336    readonly isSuspended: boolean;2337    readonly type: 'Ok' | 'Suspended';2338  }23392340  /** @name CumulusPalletXcmpQueueQueueConfigData (279) */2341  export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {2342    readonly suspendThreshold: u32;2343    readonly dropThreshold: u32;2344    readonly resumeThreshold: u32;2345    readonly thresholdWeight: u64;2346    readonly weightRestrictDecay: u64;2347    readonly xcmpMaxIndividualWeight: u64;2348  }23492350  /** @name CumulusPalletXcmpQueueError (281) */2351  export interface CumulusPalletXcmpQueueError extends Enum {2352    readonly isFailedToSend: boolean;2353    readonly isBadXcmOrigin: boolean;2354    readonly isBadXcm: boolean;2355    readonly isBadOverweightIndex: boolean;2356    readonly isWeightOverLimit: boolean;2357    readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';2358  }23592360  /** @name PalletXcmError (282) */2361  export interface PalletXcmError extends Enum {2362    readonly isUnreachable: boolean;2363    readonly isSendFailure: boolean;2364    readonly isFiltered: boolean;2365    readonly isUnweighableMessage: boolean;2366    readonly isDestinationNotInvertible: boolean;2367    readonly isEmpty: boolean;2368    readonly isCannotReanchor: boolean;2369    readonly isTooManyAssets: boolean;2370    readonly isInvalidOrigin: boolean;2371    readonly isBadVersion: boolean;2372    readonly isBadLocation: boolean;2373    readonly isNoSubscription: boolean;2374    readonly isAlreadySubscribed: boolean;2375    readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2376  }23772378  /** @name CumulusPalletXcmError (283) */2379  export type CumulusPalletXcmError = Null;23802381  /** @name CumulusPalletDmpQueueConfigData (284) */2382  export interface CumulusPalletDmpQueueConfigData extends Struct {2383    readonly maxIndividual: u64;2384  }23852386  /** @name CumulusPalletDmpQueuePageIndexData (285) */2387  export interface CumulusPalletDmpQueuePageIndexData extends Struct {2388    readonly beginUsed: u32;2389    readonly endUsed: u32;2390    readonly overweightCount: u64;2391  }23922393  /** @name CumulusPalletDmpQueueError (288) */2394  export interface CumulusPalletDmpQueueError extends Enum {2395    readonly isUnknown: boolean;2396    readonly isOverLimit: boolean;2397    readonly type: 'Unknown' | 'OverLimit';2398  }23992400  /** @name PalletUniqueError (292) */2401  export interface PalletUniqueError extends Enum {2402    readonly isCollectionDecimalPointLimitExceeded: boolean;2403    readonly isConfirmUnsetSponsorFail: boolean;2404    readonly isEmptyArgument: boolean;2405    readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';2406  }24072408  /** @name UpDataStructsCollection (293) */2409  export interface UpDataStructsCollection extends Struct {2410    readonly owner: AccountId32;2411    readonly mode: UpDataStructsCollectionMode;2412    readonly access: UpDataStructsAccessMode;2413    readonly name: Vec<u16>;2414    readonly description: Vec<u16>;2415    readonly tokenPrefix: Bytes;2416    readonly mintMode: bool;2417    readonly offchainSchema: Bytes;2418    readonly schemaVersion: UpDataStructsSchemaVersion;2419    readonly sponsorship: UpDataStructsSponsorshipState;2420    readonly limits: UpDataStructsCollectionLimits;2421    readonly variableOnChainSchema: Bytes;2422    readonly constOnChainSchema: Bytes;2423    readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;2424  }24252426  /** @name UpDataStructsSponsorshipState (294) */2427  export interface UpDataStructsSponsorshipState extends Enum {2428    readonly isDisabled: boolean;2429    readonly isUnconfirmed: boolean;2430    readonly asUnconfirmed: AccountId32;2431    readonly isConfirmed: boolean;2432    readonly asConfirmed: AccountId32;2433    readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2434  }24352436  /** @name UpDataStructsCollectionStats (297) */2437  export interface UpDataStructsCollectionStats extends Struct {2438    readonly created: u32;2439    readonly destroyed: u32;2440    readonly alive: u32;2441  }24422443  /** @name PalletCommonError (298) */2444  export interface PalletCommonError extends Enum {2445    readonly isCollectionNotFound: boolean;2446    readonly isMustBeTokenOwner: boolean;2447    readonly isNoPermission: boolean;2448    readonly isPublicMintingNotAllowed: boolean;2449    readonly isAddressNotInAllowlist: boolean;2450    readonly isCollectionNameLimitExceeded: boolean;2451    readonly isCollectionDescriptionLimitExceeded: boolean;2452    readonly isCollectionTokenPrefixLimitExceeded: boolean;2453    readonly isTotalCollectionsLimitExceeded: boolean;2454    readonly isTokenVariableDataLimitExceeded: boolean;2455    readonly isCollectionAdminCountExceeded: boolean;2456    readonly isCollectionLimitBoundsExceeded: boolean;2457    readonly isOwnerPermissionsCantBeReverted: boolean;2458    readonly isTransferNotAllowed: boolean;2459    readonly isAccountTokenLimitExceeded: boolean;2460    readonly isCollectionTokenLimitExceeded: boolean;2461    readonly isMetadataFlagFrozen: boolean;2462    readonly isTokenNotFound: boolean;2463    readonly isTokenValueTooLow: boolean;2464    readonly isApprovedValueTooLow: boolean;2465    readonly isCantApproveMoreThanOwned: boolean;2466    readonly isAddressIsZero: boolean;2467    readonly isUnsupportedOperation: boolean;2468    readonly isNotSufficientFounds: boolean;2469    readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'TokenVariableDataLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds';2470  }24712472  /** @name PalletFungibleError (300) */2473  export interface PalletFungibleError extends Enum {2474    readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;2475    readonly isFungibleItemsHaveNoId: boolean;2476    readonly isFungibleItemsDontHaveData: boolean;2477    readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData';2478  }24792480  /** @name PalletRefungibleItemData (301) */2481  export interface PalletRefungibleItemData extends Struct {2482    readonly constData: Bytes;2483    readonly variableData: Bytes;2484  }24852486  /** @name PalletRefungibleError (305) */2487  export interface PalletRefungibleError extends Enum {2488    readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;2489    readonly isWrongRefungiblePieces: boolean;2490    readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces';2491  }24922493  /** @name PalletNonfungibleItemData (306) */2494  export interface PalletNonfungibleItemData extends Struct {2495    readonly constData: Bytes;2496    readonly variableData: Bytes;2497    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2498  }24992500  /** @name PalletNonfungibleError (307) */2501  export interface PalletNonfungibleError extends Enum {2502    readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;2503    readonly isNonfungibleItemsHaveNoAmount: boolean;2504    readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';2505  }25062507  /** @name PalletEvmError (309) */2508  export interface PalletEvmError extends Enum {2509    readonly isBalanceLow: boolean;2510    readonly isFeeOverflow: boolean;2511    readonly isPaymentOverflow: boolean;2512    readonly isWithdrawFailed: boolean;2513    readonly isGasPriceTooLow: boolean;2514    readonly isInvalidNonce: boolean;2515    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';2516  }25172518  /** @name FpRpcTransactionStatus (312) */2519  export interface FpRpcTransactionStatus extends Struct {2520    readonly transactionHash: H256;2521    readonly transactionIndex: u32;2522    readonly from: H160;2523    readonly to: Option<H160>;2524    readonly contractAddress: Option<H160>;2525    readonly logs: Vec<EthereumLog>;2526    readonly logsBloom: EthbloomBloom;2527  }25282529  /** @name EthbloomBloom (315) */2530  export interface EthbloomBloom extends U8aFixed {}25312532  /** @name EthereumReceiptReceiptV3 (317) */2533  export interface EthereumReceiptReceiptV3 extends Enum {2534    readonly isLegacy: boolean;2535    readonly asLegacy: EthereumReceiptEip658ReceiptData;2536    readonly isEip2930: boolean;2537    readonly asEip2930: EthereumReceiptEip658ReceiptData;2538    readonly isEip1559: boolean;2539    readonly asEip1559: EthereumReceiptEip658ReceiptData;2540    readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';2541  }25422543  /** @name EthereumReceiptEip658ReceiptData (318) */2544  export interface EthereumReceiptEip658ReceiptData extends Struct {2545    readonly statusCode: u8;2546    readonly usedGas: U256;2547    readonly logsBloom: EthbloomBloom;2548    readonly logs: Vec<EthereumLog>;2549  }25502551  /** @name EthereumBlock (319) */2552  export interface EthereumBlock extends Struct {2553    readonly header: EthereumHeader;2554    readonly transactions: Vec<EthereumTransactionTransactionV2>;2555    readonly ommers: Vec<EthereumHeader>;2556  }25572558  /** @name EthereumHeader (320) */2559  export interface EthereumHeader extends Struct {2560    readonly parentHash: H256;2561    readonly ommersHash: H256;2562    readonly beneficiary: H160;2563    readonly stateRoot: H256;2564    readonly transactionsRoot: H256;2565    readonly receiptsRoot: H256;2566    readonly logsBloom: EthbloomBloom;2567    readonly difficulty: U256;2568    readonly number: U256;2569    readonly gasLimit: U256;2570    readonly gasUsed: U256;2571    readonly timestamp: u64;2572    readonly extraData: Bytes;2573    readonly mixHash: H256;2574    readonly nonce: EthereumTypesHashH64;2575  }25762577  /** @name EthereumTypesHashH64 (321) */2578  export interface EthereumTypesHashH64 extends U8aFixed {}25792580  /** @name PalletEthereumError (326) */2581  export interface PalletEthereumError extends Enum {2582    readonly isInvalidSignature: boolean;2583    readonly isPreLogExists: boolean;2584    readonly type: 'InvalidSignature' | 'PreLogExists';2585  }25862587  /** @name PalletEvmCoderSubstrateError (327) */2588  export interface PalletEvmCoderSubstrateError extends Enum {2589    readonly isOutOfGas: boolean;2590    readonly isOutOfFund: boolean;2591    readonly type: 'OutOfGas' | 'OutOfFund';2592  }25932594  /** @name PalletEvmContractHelpersSponsoringModeT (328) */2595  export interface PalletEvmContractHelpersSponsoringModeT extends Enum {2596    readonly isDisabled: boolean;2597    readonly isAllowlisted: boolean;2598    readonly isGenerous: boolean;2599    readonly type: 'Disabled' | 'Allowlisted' | 'Generous';2600  }26012602  /** @name PalletEvmContractHelpersError (330) */2603  export interface PalletEvmContractHelpersError extends Enum {2604    readonly isNoPermission: boolean;2605    readonly type: 'NoPermission';2606  }26072608  /** @name PalletEvmMigrationError (331) */2609  export interface PalletEvmMigrationError extends Enum {2610    readonly isAccountNotEmpty: boolean;2611    readonly isAccountIsNotMigrating: boolean;2612    readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';2613  }26142615  /** @name SpRuntimeMultiSignature (333) */2616  export interface SpRuntimeMultiSignature extends Enum {2617    readonly isEd25519: boolean;2618    readonly asEd25519: SpCoreEd25519Signature;2619    readonly isSr25519: boolean;2620    readonly asSr25519: SpCoreSr25519Signature;2621    readonly isEcdsa: boolean;2622    readonly asEcdsa: SpCoreEcdsaSignature;2623    readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2624  }26252626  /** @name SpCoreEd25519Signature (334) */2627  export interface SpCoreEd25519Signature extends U8aFixed {}26282629  /** @name SpCoreSr25519Signature (336) */2630  export interface SpCoreSr25519Signature extends U8aFixed {}26312632  /** @name SpCoreEcdsaSignature (337) */2633  export interface SpCoreEcdsaSignature extends U8aFixed {}26342635  /** @name FrameSystemExtensionsCheckSpecVersion (340) */2636  export type FrameSystemExtensionsCheckSpecVersion = Null;26372638  /** @name FrameSystemExtensionsCheckGenesis (341) */2639  export type FrameSystemExtensionsCheckGenesis = Null;26402641  /** @name FrameSystemExtensionsCheckNonce (344) */2642  export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}26432644  /** @name FrameSystemExtensionsCheckWeight (345) */2645  export type FrameSystemExtensionsCheckWeight = Null;26462647  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (346) */2648  export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}26492650  /** @name OpalRuntimeRuntime (347) */2651  export type OpalRuntimeRuntime = Null;26522653} // declare module
modifiedtests/src/interfaces/unique/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/unique/types.ts
+++ b/tests/src/interfaces/unique/types.ts
@@ -6,6 +6,9 @@
 import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';
 import type { Event } from '@polkadot/types/interfaces/system';
 
+/** @name BTreeSet */
+export interface BTreeSet extends Vec<Bytes> {}
+
 /** @name CumulusPalletDmpQueueCall */
 export interface CumulusPalletDmpQueueCall extends Enum {
   readonly isServiceOverweight: boolean;
@@ -299,7 +302,7 @@
 /** @name EthereumTransactionAccessListItem */
 export interface EthereumTransactionAccessListItem extends Struct {
   readonly address: H160;
-  readonly slots: Vec<H256>;
+  readonly storageKeys: Vec<H256>;
 }
 
 /** @name EthereumTransactionEip1559Transaction */
@@ -1711,7 +1714,7 @@
 
 /** @name SpTrieStorageProof */
 export interface SpTrieStorageProof extends Struct {
-  readonly trieNodes: Vec<Bytes>;
+  readonly trieNodes: BTreeSet;
 }
 
 /** @name SpVersionRuntimeVersion */