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
after · tests/src/interfaces/lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup2: polkadot_primitives::v1::PersistedValidationData<primitive_types::H256, N>9   **/10  PolkadotPrimitivesV1PersistedValidationData: {11    parentHead: 'Bytes',12    relayParentNumber: 'u32',13    relayParentStorageRoot: 'H256',14    maxPovSize: 'u32'15  },16  /**17   * Lookup9: polkadot_primitives::v1::UpgradeRestriction18   **/19  PolkadotPrimitivesV1UpgradeRestriction: {20    _enum: ['Present']21  },22  /**23   * Lookup10: sp_trie::storage_proof::StorageProof24   **/25  SpTrieStorageProof: {26    trieNodes: 'BTreeSet'27  },28  /**29   * Lookup11: BTreeSet<T>30   **/31  BTreeSet: 'Vec<Bytes>',32  /**33   * Lookup13: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot34   **/35  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {36    dmqMqcHead: 'H256',37    relayDispatchQueueSize: '(u32,u32)',38    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV1AbridgedHrmpChannel)>',39    egressChannels: 'Vec<(u32,PolkadotPrimitivesV1AbridgedHrmpChannel)>'40  },41  /**42   * Lookup18: polkadot_primitives::v1::AbridgedHrmpChannel43   **/44  PolkadotPrimitivesV1AbridgedHrmpChannel: {45    maxCapacity: 'u32',46    maxTotalSize: 'u32',47    maxMessageSize: 'u32',48    msgCount: 'u32',49    totalSize: 'u32',50    mqcHead: 'Option<H256>'51  },52  /**53   * Lookup20: polkadot_primitives::v1::AbridgedHostConfiguration54   **/55  PolkadotPrimitivesV1AbridgedHostConfiguration: {56    maxCodeSize: 'u32',57    maxHeadDataSize: 'u32',58    maxUpwardQueueCount: 'u32',59    maxUpwardQueueSize: 'u32',60    maxUpwardMessageSize: 'u32',61    maxUpwardMessageNumPerCandidate: 'u32',62    hrmpMaxMessageNumPerCandidate: 'u32',63    validationUpgradeCooldown: 'u32',64    validationUpgradeDelay: 'u32'65  },66  /**67   * Lookup26: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>68   **/69  PolkadotCorePrimitivesOutboundHrmpMessage: {70    recipient: 'u32',71    data: 'Bytes'72  },73  /**74   * Lookup28: cumulus_pallet_parachain_system::pallet::Call<T>75   **/76  CumulusPalletParachainSystemCall: {77    _enum: {78      set_validation_data: {79        data: 'CumulusPrimitivesParachainInherentParachainInherentData',80      },81      sudo_send_upward_message: {82        message: 'Bytes',83      },84      authorize_upgrade: {85        codeHash: 'H256',86      },87      enact_authorized_upgrade: {88        code: 'Bytes'89      }90    }91  },92  /**93   * Lookup29: cumulus_primitives_parachain_inherent::ParachainInherentData94   **/95  CumulusPrimitivesParachainInherentParachainInherentData: {96    validationData: 'PolkadotPrimitivesV1PersistedValidationData',97    relayChainState: 'SpTrieStorageProof',98    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',99    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'100  },101  /**102   * Lookup31: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>103   **/104  PolkadotCorePrimitivesInboundDownwardMessage: {105    sentAt: 'u32',106    msg: 'Bytes'107  },108  /**109   * Lookup34: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>110   **/111  PolkadotCorePrimitivesInboundHrmpMessage: {112    sentAt: 'u32',113    data: 'Bytes'114  },115  /**116   * Lookup37: cumulus_pallet_parachain_system::pallet::Event<T>117   **/118  CumulusPalletParachainSystemEvent: {119    _enum: {120      ValidationFunctionStored: 'Null',121      ValidationFunctionApplied: 'u32',122      ValidationFunctionDiscarded: 'Null',123      UpgradeAuthorized: 'H256',124      DownwardMessagesReceived: 'u32',125      DownwardMessagesProcessed: '(u64,H256)'126    }127  },128  /**129   * Lookup38: cumulus_pallet_parachain_system::pallet::Error<T>130   **/131  CumulusPalletParachainSystemError: {132    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']133  },134  /**135   * Lookup41: pallet_balances::AccountData<Balance>136   **/137  PalletBalancesAccountData: {138    free: 'u128',139    reserved: 'u128',140    miscFrozen: 'u128',141    feeFrozen: 'u128'142  },143  /**144   * Lookup43: pallet_balances::BalanceLock<Balance>145   **/146  PalletBalancesBalanceLock: {147    id: '[u8;8]',148    amount: 'u128',149    reasons: 'PalletBalancesReasons'150  },151  /**152   * Lookup45: pallet_balances::Reasons153   **/154  PalletBalancesReasons: {155    _enum: ['Fee', 'Misc', 'All']156  },157  /**158   * Lookup48: pallet_balances::ReserveData<ReserveIdentifier, Balance>159   **/160  PalletBalancesReserveData: {161    id: '[u8;8]',162    amount: 'u128'163  },164  /**165   * Lookup50: pallet_balances::Releases166   **/167  PalletBalancesReleases: {168    _enum: ['V1_0_0', 'V2_0_0']169  },170  /**171   * Lookup51: pallet_balances::pallet::Call<T, I>172   **/173  PalletBalancesCall: {174    _enum: {175      transfer: {176        dest: 'MultiAddress',177        value: 'Compact<u128>',178      },179      set_balance: {180        who: 'MultiAddress',181        newFree: 'Compact<u128>',182        newReserved: 'Compact<u128>',183      },184      force_transfer: {185        source: 'MultiAddress',186        dest: 'MultiAddress',187        value: 'Compact<u128>',188      },189      transfer_keep_alive: {190        dest: 'MultiAddress',191        value: 'Compact<u128>',192      },193      transfer_all: {194        dest: 'MultiAddress',195        keepAlive: 'bool',196      },197      force_unreserve: {198        who: 'MultiAddress',199        amount: 'u128'200      }201    }202  },203  /**204   * Lookup57: pallet_balances::pallet::Event<T, I>205   **/206  PalletBalancesEvent: {207    _enum: {208      Endowed: {209        account: 'AccountId32',210        freeBalance: 'u128',211      },212      DustLost: {213        account: 'AccountId32',214        amount: 'u128',215      },216      Transfer: {217        from: 'AccountId32',218        to: 'AccountId32',219        amount: 'u128',220      },221      BalanceSet: {222        who: 'AccountId32',223        free: 'u128',224        reserved: 'u128',225      },226      Reserved: {227        who: 'AccountId32',228        amount: 'u128',229      },230      Unreserved: {231        who: 'AccountId32',232        amount: 'u128',233      },234      ReserveRepatriated: {235        from: 'AccountId32',236        to: 'AccountId32',237        amount: 'u128',238        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',239      },240      Deposit: {241        who: 'AccountId32',242        amount: 'u128',243      },244      Withdraw: {245        who: 'AccountId32',246        amount: 'u128',247      },248      Slashed: {249        who: 'AccountId32',250        amount: 'u128'251      }252    }253  },254  /**255   * Lookup58: frame_support::traits::tokens::misc::BalanceStatus256   **/257  FrameSupportTokensMiscBalanceStatus: {258    _enum: ['Free', 'Reserved']259  },260  /**261   * Lookup59: pallet_balances::pallet::Error<T, I>262   **/263  PalletBalancesError: {264    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']265  },266  /**267   * Lookup62: pallet_timestamp::pallet::Call<T>268   **/269  PalletTimestampCall: {270    _enum: {271      set: {272        now: 'Compact<u64>'273      }274    }275  },276  /**277   * Lookup65: pallet_transaction_payment::Releases278   **/279  PalletTransactionPaymentReleases: {280    _enum: ['V1Ancient', 'V2']281  },282  /**283   * Lookup67: frame_support::weights::WeightToFeeCoefficient<Balance>284   **/285  FrameSupportWeightsWeightToFeeCoefficient: {286    coeffInteger: 'u128',287    coeffFrac: 'Perbill',288    negative: 'bool',289    degree: 'u8'290  },291  /**292   * Lookup69: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>293   **/294  PalletTreasuryProposal: {295    proposer: 'AccountId32',296    value: 'u128',297    beneficiary: 'AccountId32',298    bond: 'u128'299  },300  /**301   * Lookup72: pallet_treasury::pallet::Call<T, I>302   **/303  PalletTreasuryCall: {304    _enum: {305      propose_spend: {306        value: 'Compact<u128>',307        beneficiary: 'MultiAddress',308      },309      reject_proposal: {310        proposalId: 'Compact<u32>',311      },312      approve_proposal: {313        proposalId: 'Compact<u32>'314      }315    }316  },317  /**318   * Lookup74: pallet_treasury::pallet::Event<T, I>319   **/320  PalletTreasuryEvent: {321    _enum: {322      Proposed: {323        proposalIndex: 'u32',324      },325      Spending: {326        budgetRemaining: 'u128',327      },328      Awarded: {329        proposalIndex: 'u32',330        award: 'u128',331        account: 'AccountId32',332      },333      Rejected: {334        proposalIndex: 'u32',335        slashed: 'u128',336      },337      Burnt: {338        burntFunds: 'u128',339      },340      Rollover: {341        rolloverBalance: 'u128',342      },343      Deposit: {344        value: 'u128'345      }346    }347  },348  /**349   * Lookup77: frame_support::PalletId350   **/351  FrameSupportPalletId: '[u8;8]',352  /**353   * Lookup78: pallet_treasury::pallet::Error<T, I>354   **/355  PalletTreasuryError: {356    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals']357  },358  /**359   * Lookup79: pallet_sudo::pallet::Call<T>360   **/361  PalletSudoCall: {362    _enum: {363      sudo: {364        call: 'Call',365      },366      sudo_unchecked_weight: {367        call: 'Call',368        weight: 'u64',369      },370      set_key: {371        _alias: {372          new_: 'new',373        },374        new_: 'MultiAddress',375      },376      sudo_as: {377        who: 'MultiAddress',378        call: 'Call'379      }380    }381  },382  /**383   * Lookup81: frame_system::pallet::Call<T>384   **/385  FrameSystemCall: {386    _enum: {387      fill_block: {388        ratio: 'Perbill',389      },390      remark: {391        remark: 'Bytes',392      },393      set_heap_pages: {394        pages: 'u64',395      },396      set_code: {397        code: 'Bytes',398      },399      set_code_without_checks: {400        code: 'Bytes',401      },402      set_storage: {403        items: 'Vec<(Bytes,Bytes)>',404      },405      kill_storage: {406        _alias: {407          keys_: 'keys',408        },409        keys_: 'Vec<Bytes>',410      },411      kill_prefix: {412        prefix: 'Bytes',413        subkeys: 'u32',414      },415      remark_with_event: {416        remark: 'Bytes'417      }418    }419  },420  /**421   * Lookup84: orml_vesting::module::Call<T>422   **/423  OrmlVestingModuleCall: {424    _enum: {425      claim: 'Null',426      vested_transfer: {427        dest: 'MultiAddress',428        schedule: 'OrmlVestingVestingSchedule',429      },430      update_vesting_schedules: {431        who: 'MultiAddress',432        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',433      },434      claim_for: {435        dest: 'MultiAddress'436      }437    }438  },439  /**440   * Lookup85: orml_vesting::VestingSchedule<BlockNumber, Balance>441   **/442  OrmlVestingVestingSchedule: {443    start: 'u32',444    period: 'u32',445    periodCount: 'u32',446    perPeriod: 'Compact<u128>'447  },448  /**449   * Lookup87: cumulus_pallet_xcmp_queue::pallet::Call<T>450   **/451  CumulusPalletXcmpQueueCall: {452    _enum: {453      service_overweight: {454        index: 'u64',455        weightLimit: 'u64',456      },457      suspend_xcm_execution: 'Null',458      resume_xcm_execution: 'Null',459      update_suspend_threshold: {460        _alias: {461          new_: 'new',462        },463        new_: 'u32',464      },465      update_drop_threshold: {466        _alias: {467          new_: 'new',468        },469        new_: 'u32',470      },471      update_resume_threshold: {472        _alias: {473          new_: 'new',474        },475        new_: 'u32',476      },477      update_threshold_weight: {478        _alias: {479          new_: 'new',480        },481        new_: 'u64',482      },483      update_weight_restrict_decay: {484        _alias: {485          new_: 'new',486        },487        new_: 'u64',488      },489      update_xcmp_max_individual_weight: {490        _alias: {491          new_: 'new',492        },493        new_: 'u64'494      }495    }496  },497  /**498   * Lookup88: pallet_xcm::pallet::Call<T>499   **/500  PalletXcmCall: {501    _enum: {502      send: {503        dest: 'XcmVersionedMultiLocation',504        message: 'XcmVersionedXcm',505      },506      teleport_assets: {507        dest: 'XcmVersionedMultiLocation',508        beneficiary: 'XcmVersionedMultiLocation',509        assets: 'XcmVersionedMultiAssets',510        feeAssetItem: 'u32',511      },512      reserve_transfer_assets: {513        dest: 'XcmVersionedMultiLocation',514        beneficiary: 'XcmVersionedMultiLocation',515        assets: 'XcmVersionedMultiAssets',516        feeAssetItem: 'u32',517      },518      execute: {519        message: 'XcmVersionedXcm',520        maxWeight: 'u64',521      },522      force_xcm_version: {523        location: 'XcmV1MultiLocation',524        xcmVersion: 'u32',525      },526      force_default_xcm_version: {527        maybeXcmVersion: 'Option<u32>',528      },529      force_subscribe_version_notify: {530        location: 'XcmVersionedMultiLocation',531      },532      force_unsubscribe_version_notify: {533        location: 'XcmVersionedMultiLocation',534      },535      limited_reserve_transfer_assets: {536        dest: 'XcmVersionedMultiLocation',537        beneficiary: 'XcmVersionedMultiLocation',538        assets: 'XcmVersionedMultiAssets',539        feeAssetItem: 'u32',540        weightLimit: 'XcmV2WeightLimit',541      },542      limited_teleport_assets: {543        dest: 'XcmVersionedMultiLocation',544        beneficiary: 'XcmVersionedMultiLocation',545        assets: 'XcmVersionedMultiAssets',546        feeAssetItem: 'u32',547        weightLimit: 'XcmV2WeightLimit'548      }549    }550  },551  /**552   * Lookup89: xcm::VersionedMultiLocation553   **/554  XcmVersionedMultiLocation: {555    _enum: {556      V0: 'XcmV0MultiLocation',557      V1: 'XcmV1MultiLocation'558    }559  },560  /**561   * Lookup90: xcm::v0::multi_location::MultiLocation562   **/563  XcmV0MultiLocation: {564    _enum: {565      Null: 'Null',566      X1: 'XcmV0Junction',567      X2: '(XcmV0Junction,XcmV0Junction)',568      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',569      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',570      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',571      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',572      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',573      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'574    }575  },576  /**577   * Lookup91: xcm::v0::junction::Junction578   **/579  XcmV0Junction: {580    _enum: {581      Parent: 'Null',582      Parachain: 'Compact<u32>',583      AccountId32: {584        network: 'XcmV0JunctionNetworkId',585        id: '[u8;32]',586      },587      AccountIndex64: {588        network: 'XcmV0JunctionNetworkId',589        index: 'Compact<u64>',590      },591      AccountKey20: {592        network: 'XcmV0JunctionNetworkId',593        key: '[u8;20]',594      },595      PalletInstance: 'u8',596      GeneralIndex: 'Compact<u128>',597      GeneralKey: 'Bytes',598      OnlyChild: 'Null',599      Plurality: {600        id: 'XcmV0JunctionBodyId',601        part: 'XcmV0JunctionBodyPart'602      }603    }604  },605  /**606   * Lookup92: xcm::v0::junction::NetworkId607   **/608  XcmV0JunctionNetworkId: {609    _enum: {610      Any: 'Null',611      Named: 'Bytes',612      Polkadot: 'Null',613      Kusama: 'Null'614    }615  },616  /**617   * Lookup93: xcm::v0::junction::BodyId618   **/619  XcmV0JunctionBodyId: {620    _enum: {621      Unit: 'Null',622      Named: 'Bytes',623      Index: 'Compact<u32>',624      Executive: 'Null',625      Technical: 'Null',626      Legislative: 'Null',627      Judicial: 'Null'628    }629  },630  /**631   * Lookup94: xcm::v0::junction::BodyPart632   **/633  XcmV0JunctionBodyPart: {634    _enum: {635      Voice: 'Null',636      Members: {637        count: 'Compact<u32>',638      },639      Fraction: {640        nom: 'Compact<u32>',641        denom: 'Compact<u32>',642      },643      AtLeastProportion: {644        nom: 'Compact<u32>',645        denom: 'Compact<u32>',646      },647      MoreThanProportion: {648        nom: 'Compact<u32>',649        denom: 'Compact<u32>'650      }651    }652  },653  /**654   * Lookup95: xcm::v1::multilocation::MultiLocation655   **/656  XcmV1MultiLocation: {657    parents: 'u8',658    interior: 'XcmV1MultilocationJunctions'659  },660  /**661   * Lookup96: xcm::v1::multilocation::Junctions662   **/663  XcmV1MultilocationJunctions: {664    _enum: {665      Here: 'Null',666      X1: 'XcmV1Junction',667      X2: '(XcmV1Junction,XcmV1Junction)',668      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',669      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',670      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',671      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',672      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',673      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'674    }675  },676  /**677   * Lookup97: xcm::v1::junction::Junction678   **/679  XcmV1Junction: {680    _enum: {681      Parachain: 'Compact<u32>',682      AccountId32: {683        network: 'XcmV0JunctionNetworkId',684        id: '[u8;32]',685      },686      AccountIndex64: {687        network: 'XcmV0JunctionNetworkId',688        index: 'Compact<u64>',689      },690      AccountKey20: {691        network: 'XcmV0JunctionNetworkId',692        key: '[u8;20]',693      },694      PalletInstance: 'u8',695      GeneralIndex: 'Compact<u128>',696      GeneralKey: 'Bytes',697      OnlyChild: 'Null',698      Plurality: {699        id: 'XcmV0JunctionBodyId',700        part: 'XcmV0JunctionBodyPart'701      }702    }703  },704  /**705   * Lookup98: xcm::VersionedXcm<Call>706   **/707  XcmVersionedXcm: {708    _enum: {709      V0: 'XcmV0Xcm',710      V1: 'XcmV1Xcm',711      V2: 'XcmV2Xcm'712    }713  },714  /**715   * Lookup99: xcm::v0::Xcm<Call>716   **/717  XcmV0Xcm: {718    _enum: {719      WithdrawAsset: {720        assets: 'Vec<XcmV0MultiAsset>',721        effects: 'Vec<XcmV0Order>',722      },723      ReserveAssetDeposit: {724        assets: 'Vec<XcmV0MultiAsset>',725        effects: 'Vec<XcmV0Order>',726      },727      TeleportAsset: {728        assets: 'Vec<XcmV0MultiAsset>',729        effects: 'Vec<XcmV0Order>',730      },731      QueryResponse: {732        queryId: 'Compact<u64>',733        response: 'XcmV0Response',734      },735      TransferAsset: {736        assets: 'Vec<XcmV0MultiAsset>',737        dest: 'XcmV0MultiLocation',738      },739      TransferReserveAsset: {740        assets: 'Vec<XcmV0MultiAsset>',741        dest: 'XcmV0MultiLocation',742        effects: 'Vec<XcmV0Order>',743      },744      Transact: {745        originType: 'XcmV0OriginKind',746        requireWeightAtMost: 'u64',747        call: 'XcmDoubleEncoded',748      },749      HrmpNewChannelOpenRequest: {750        sender: 'Compact<u32>',751        maxMessageSize: 'Compact<u32>',752        maxCapacity: 'Compact<u32>',753      },754      HrmpChannelAccepted: {755        recipient: 'Compact<u32>',756      },757      HrmpChannelClosing: {758        initiator: 'Compact<u32>',759        sender: 'Compact<u32>',760        recipient: 'Compact<u32>',761      },762      RelayedFrom: {763        who: 'XcmV0MultiLocation',764        message: 'XcmV0Xcm'765      }766    }767  },768  /**769   * Lookup101: xcm::v0::multi_asset::MultiAsset770   **/771  XcmV0MultiAsset: {772    _enum: {773      None: 'Null',774      All: 'Null',775      AllFungible: 'Null',776      AllNonFungible: 'Null',777      AllAbstractFungible: {778        id: 'Bytes',779      },780      AllAbstractNonFungible: {781        class: 'Bytes',782      },783      AllConcreteFungible: {784        id: 'XcmV0MultiLocation',785      },786      AllConcreteNonFungible: {787        class: 'XcmV0MultiLocation',788      },789      AbstractFungible: {790        id: 'Bytes',791        amount: 'Compact<u128>',792      },793      AbstractNonFungible: {794        class: 'Bytes',795        instance: 'XcmV1MultiassetAssetInstance',796      },797      ConcreteFungible: {798        id: 'XcmV0MultiLocation',799        amount: 'Compact<u128>',800      },801      ConcreteNonFungible: {802        class: 'XcmV0MultiLocation',803        instance: 'XcmV1MultiassetAssetInstance'804      }805    }806  },807  /**808   * Lookup102: xcm::v1::multiasset::AssetInstance809   **/810  XcmV1MultiassetAssetInstance: {811    _enum: {812      Undefined: 'Null',813      Index: 'Compact<u128>',814      Array4: '[u8;4]',815      Array8: '[u8;8]',816      Array16: '[u8;16]',817      Array32: '[u8;32]',818      Blob: 'Bytes'819    }820  },821  /**822   * Lookup106: xcm::v0::order::Order<Call>823   **/824  XcmV0Order: {825    _enum: {826      Null: 'Null',827      DepositAsset: {828        assets: 'Vec<XcmV0MultiAsset>',829        dest: 'XcmV0MultiLocation',830      },831      DepositReserveAsset: {832        assets: 'Vec<XcmV0MultiAsset>',833        dest: 'XcmV0MultiLocation',834        effects: 'Vec<XcmV0Order>',835      },836      ExchangeAsset: {837        give: 'Vec<XcmV0MultiAsset>',838        receive: 'Vec<XcmV0MultiAsset>',839      },840      InitiateReserveWithdraw: {841        assets: 'Vec<XcmV0MultiAsset>',842        reserve: 'XcmV0MultiLocation',843        effects: 'Vec<XcmV0Order>',844      },845      InitiateTeleport: {846        assets: 'Vec<XcmV0MultiAsset>',847        dest: 'XcmV0MultiLocation',848        effects: 'Vec<XcmV0Order>',849      },850      QueryHolding: {851        queryId: 'Compact<u64>',852        dest: 'XcmV0MultiLocation',853        assets: 'Vec<XcmV0MultiAsset>',854      },855      BuyExecution: {856        fees: 'XcmV0MultiAsset',857        weight: 'u64',858        debt: 'u64',859        haltOnError: 'bool',860        xcm: 'Vec<XcmV0Xcm>'861      }862    }863  },864  /**865   * Lookup108: xcm::v0::Response866   **/867  XcmV0Response: {868    _enum: {869      Assets: 'Vec<XcmV0MultiAsset>'870    }871  },872  /**873   * Lookup109: xcm::v0::OriginKind874   **/875  XcmV0OriginKind: {876    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']877  },878  /**879   * Lookup110: xcm::double_encoded::DoubleEncoded<T>880   **/881  XcmDoubleEncoded: {882    encoded: 'Bytes'883  },884  /**885   * Lookup111: xcm::v1::Xcm<Call>886   **/887  XcmV1Xcm: {888    _enum: {889      WithdrawAsset: {890        assets: 'XcmV1MultiassetMultiAssets',891        effects: 'Vec<XcmV1Order>',892      },893      ReserveAssetDeposited: {894        assets: 'XcmV1MultiassetMultiAssets',895        effects: 'Vec<XcmV1Order>',896      },897      ReceiveTeleportedAsset: {898        assets: 'XcmV1MultiassetMultiAssets',899        effects: 'Vec<XcmV1Order>',900      },901      QueryResponse: {902        queryId: 'Compact<u64>',903        response: 'XcmV1Response',904      },905      TransferAsset: {906        assets: 'XcmV1MultiassetMultiAssets',907        beneficiary: 'XcmV1MultiLocation',908      },909      TransferReserveAsset: {910        assets: 'XcmV1MultiassetMultiAssets',911        dest: 'XcmV1MultiLocation',912        effects: 'Vec<XcmV1Order>',913      },914      Transact: {915        originType: 'XcmV0OriginKind',916        requireWeightAtMost: 'u64',917        call: 'XcmDoubleEncoded',918      },919      HrmpNewChannelOpenRequest: {920        sender: 'Compact<u32>',921        maxMessageSize: 'Compact<u32>',922        maxCapacity: 'Compact<u32>',923      },924      HrmpChannelAccepted: {925        recipient: 'Compact<u32>',926      },927      HrmpChannelClosing: {928        initiator: 'Compact<u32>',929        sender: 'Compact<u32>',930        recipient: 'Compact<u32>',931      },932      RelayedFrom: {933        who: 'XcmV1MultilocationJunctions',934        message: 'XcmV1Xcm',935      },936      SubscribeVersion: {937        queryId: 'Compact<u64>',938        maxResponseWeight: 'Compact<u64>',939      },940      UnsubscribeVersion: 'Null'941    }942  },943  /**944   * Lookup112: xcm::v1::multiasset::MultiAssets945   **/946  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',947  /**948   * Lookup114: xcm::v1::multiasset::MultiAsset949   **/950  XcmV1MultiAsset: {951    id: 'XcmV1MultiassetAssetId',952    fun: 'XcmV1MultiassetFungibility'953  },954  /**955   * Lookup115: xcm::v1::multiasset::AssetId956   **/957  XcmV1MultiassetAssetId: {958    _enum: {959      Concrete: 'XcmV1MultiLocation',960      Abstract: 'Bytes'961    }962  },963  /**964   * Lookup116: xcm::v1::multiasset::Fungibility965   **/966  XcmV1MultiassetFungibility: {967    _enum: {968      Fungible: 'Compact<u128>',969      NonFungible: 'XcmV1MultiassetAssetInstance'970    }971  },972  /**973   * Lookup118: xcm::v1::order::Order<Call>974   **/975  XcmV1Order: {976    _enum: {977      Noop: 'Null',978      DepositAsset: {979        assets: 'XcmV1MultiassetMultiAssetFilter',980        maxAssets: 'u32',981        beneficiary: 'XcmV1MultiLocation',982      },983      DepositReserveAsset: {984        assets: 'XcmV1MultiassetMultiAssetFilter',985        maxAssets: 'u32',986        dest: 'XcmV1MultiLocation',987        effects: 'Vec<XcmV1Order>',988      },989      ExchangeAsset: {990        give: 'XcmV1MultiassetMultiAssetFilter',991        receive: 'XcmV1MultiassetMultiAssets',992      },993      InitiateReserveWithdraw: {994        assets: 'XcmV1MultiassetMultiAssetFilter',995        reserve: 'XcmV1MultiLocation',996        effects: 'Vec<XcmV1Order>',997      },998      InitiateTeleport: {999        assets: 'XcmV1MultiassetMultiAssetFilter',1000        dest: 'XcmV1MultiLocation',1001        effects: 'Vec<XcmV1Order>',1002      },1003      QueryHolding: {1004        queryId: 'Compact<u64>',1005        dest: 'XcmV1MultiLocation',1006        assets: 'XcmV1MultiassetMultiAssetFilter',1007      },1008      BuyExecution: {1009        fees: 'XcmV1MultiAsset',1010        weight: 'u64',1011        debt: 'u64',1012        haltOnError: 'bool',1013        instructions: 'Vec<XcmV1Xcm>'1014      }1015    }1016  },1017  /**1018   * Lookup119: xcm::v1::multiasset::MultiAssetFilter1019   **/1020  XcmV1MultiassetMultiAssetFilter: {1021    _enum: {1022      Definite: 'XcmV1MultiassetMultiAssets',1023      Wild: 'XcmV1MultiassetWildMultiAsset'1024    }1025  },1026  /**1027   * Lookup120: xcm::v1::multiasset::WildMultiAsset1028   **/1029  XcmV1MultiassetWildMultiAsset: {1030    _enum: {1031      All: 'Null',1032      AllOf: {1033        id: 'XcmV1MultiassetAssetId',1034        fun: 'XcmV1MultiassetWildFungibility'1035      }1036    }1037  },1038  /**1039   * Lookup121: xcm::v1::multiasset::WildFungibility1040   **/1041  XcmV1MultiassetWildFungibility: {1042    _enum: ['Fungible', 'NonFungible']1043  },1044  /**1045   * Lookup123: xcm::v1::Response1046   **/1047  XcmV1Response: {1048    _enum: {1049      Assets: 'XcmV1MultiassetMultiAssets',1050      Version: 'u32'1051    }1052  },1053  /**1054   * Lookup124: xcm::v2::Xcm<Call>1055   **/1056  XcmV2Xcm: 'Vec<XcmV2Instruction>',1057  /**1058   * Lookup126: xcm::v2::Instruction<Call>1059   **/1060  XcmV2Instruction: {1061    _enum: {1062      WithdrawAsset: 'XcmV1MultiassetMultiAssets',1063      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',1064      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',1065      QueryResponse: {1066        queryId: 'Compact<u64>',1067        response: 'XcmV2Response',1068        maxWeight: 'Compact<u64>',1069      },1070      TransferAsset: {1071        assets: 'XcmV1MultiassetMultiAssets',1072        beneficiary: 'XcmV1MultiLocation',1073      },1074      TransferReserveAsset: {1075        assets: 'XcmV1MultiassetMultiAssets',1076        dest: 'XcmV1MultiLocation',1077        xcm: 'XcmV2Xcm',1078      },1079      Transact: {1080        originType: 'XcmV0OriginKind',1081        requireWeightAtMost: 'Compact<u64>',1082        call: 'XcmDoubleEncoded',1083      },1084      HrmpNewChannelOpenRequest: {1085        sender: 'Compact<u32>',1086        maxMessageSize: 'Compact<u32>',1087        maxCapacity: 'Compact<u32>',1088      },1089      HrmpChannelAccepted: {1090        recipient: 'Compact<u32>',1091      },1092      HrmpChannelClosing: {1093        initiator: 'Compact<u32>',1094        sender: 'Compact<u32>',1095        recipient: 'Compact<u32>',1096      },1097      ClearOrigin: 'Null',1098      DescendOrigin: 'XcmV1MultilocationJunctions',1099      ReportError: {1100        queryId: 'Compact<u64>',1101        dest: 'XcmV1MultiLocation',1102        maxResponseWeight: 'Compact<u64>',1103      },1104      DepositAsset: {1105        assets: 'XcmV1MultiassetMultiAssetFilter',1106        maxAssets: 'Compact<u32>',1107        beneficiary: 'XcmV1MultiLocation',1108      },1109      DepositReserveAsset: {1110        assets: 'XcmV1MultiassetMultiAssetFilter',1111        maxAssets: 'Compact<u32>',1112        dest: 'XcmV1MultiLocation',1113        xcm: 'XcmV2Xcm',1114      },1115      ExchangeAsset: {1116        give: 'XcmV1MultiassetMultiAssetFilter',1117        receive: 'XcmV1MultiassetMultiAssets',1118      },1119      InitiateReserveWithdraw: {1120        assets: 'XcmV1MultiassetMultiAssetFilter',1121        reserve: 'XcmV1MultiLocation',1122        xcm: 'XcmV2Xcm',1123      },1124      InitiateTeleport: {1125        assets: 'XcmV1MultiassetMultiAssetFilter',1126        dest: 'XcmV1MultiLocation',1127        xcm: 'XcmV2Xcm',1128      },1129      QueryHolding: {1130        queryId: 'Compact<u64>',1131        dest: 'XcmV1MultiLocation',1132        assets: 'XcmV1MultiassetMultiAssetFilter',1133        maxResponseWeight: 'Compact<u64>',1134      },1135      BuyExecution: {1136        fees: 'XcmV1MultiAsset',1137        weightLimit: 'XcmV2WeightLimit',1138      },1139      RefundSurplus: 'Null',1140      SetErrorHandler: 'XcmV2Xcm',1141      SetAppendix: 'XcmV2Xcm',1142      ClearError: 'Null',1143      ClaimAsset: {1144        assets: 'XcmV1MultiassetMultiAssets',1145        ticket: 'XcmV1MultiLocation',1146      },1147      Trap: 'Compact<u64>',1148      SubscribeVersion: {1149        queryId: 'Compact<u64>',1150        maxResponseWeight: 'Compact<u64>',1151      },1152      UnsubscribeVersion: 'Null'1153    }1154  },1155  /**1156   * Lookup127: xcm::v2::Response1157   **/1158  XcmV2Response: {1159    _enum: {1160      Null: 'Null',1161      Assets: 'XcmV1MultiassetMultiAssets',1162      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',1163      Version: 'u32'1164    }1165  },1166  /**1167   * Lookup130: xcm::v2::traits::Error1168   **/1169  XcmV2TraitsError: {1170    _enum: {1171      Overflow: 'Null',1172      Unimplemented: 'Null',1173      UntrustedReserveLocation: 'Null',1174      UntrustedTeleportLocation: 'Null',1175      MultiLocationFull: 'Null',1176      MultiLocationNotInvertible: 'Null',1177      BadOrigin: 'Null',1178      InvalidLocation: 'Null',1179      AssetNotFound: 'Null',1180      FailedToTransactAsset: 'Null',1181      NotWithdrawable: 'Null',1182      LocationCannotHold: 'Null',1183      ExceedsMaxMessageSize: 'Null',1184      DestinationUnsupported: 'Null',1185      Transport: 'Null',1186      Unroutable: 'Null',1187      UnknownClaim: 'Null',1188      FailedToDecode: 'Null',1189      MaxWeightInvalid: 'Null',1190      NotHoldingFees: 'Null',1191      TooExpensive: 'Null',1192      Trap: 'u64',1193      UnhandledXcmVersion: 'Null',1194      WeightLimitReached: 'u64',1195      Barrier: 'Null',1196      WeightNotComputable: 'Null'1197    }1198  },1199  /**1200   * Lookup131: xcm::v2::WeightLimit1201   **/1202  XcmV2WeightLimit: {1203    _enum: {1204      Unlimited: 'Null',1205      Limited: 'Compact<u64>'1206    }1207  },1208  /**1209   * Lookup132: xcm::VersionedMultiAssets1210   **/1211  XcmVersionedMultiAssets: {1212    _enum: {1213      V0: 'Vec<XcmV0MultiAsset>',1214      V1: 'XcmV1MultiassetMultiAssets'1215    }1216  },1217  /**1218   * Lookup147: cumulus_pallet_xcm::pallet::Call<T>1219   **/1220  CumulusPalletXcmCall: 'Null',1221  /**1222   * Lookup148: cumulus_pallet_dmp_queue::pallet::Call<T>1223   **/1224  CumulusPalletDmpQueueCall: {1225    _enum: {1226      service_overweight: {1227        index: 'u64',1228        weightLimit: 'u64'1229      }1230    }1231  },1232  /**1233   * Lookup149: pallet_inflation::pallet::Call<T>1234   **/1235  PalletInflationCall: {1236    _enum: {1237      start_inflation: {1238        inflationStartRelayBlock: 'u32'1239      }1240    }1241  },1242  /**1243   * Lookup150: pallet_unique::Call<T>1244   **/1245  PalletUniqueCall: {1246    _enum: {1247      create_collection: {1248        collectionName: 'Vec<u16>',1249        collectionDescription: 'Vec<u16>',1250        tokenPrefix: 'Bytes',1251        mode: 'UpDataStructsCollectionMode',1252      },1253      create_collection_ex: {1254        data: 'UpDataStructsCreateCollectionData',1255      },1256      destroy_collection: {1257        collectionId: 'u32',1258      },1259      add_to_allow_list: {1260        collectionId: 'u32',1261        address: 'PalletEvmAccountBasicCrossAccountIdRepr',1262      },1263      remove_from_allow_list: {1264        collectionId: 'u32',1265        address: 'PalletEvmAccountBasicCrossAccountIdRepr',1266      },1267      set_public_access_mode: {1268        collectionId: 'u32',1269        mode: 'UpDataStructsAccessMode',1270      },1271      set_mint_permission: {1272        collectionId: 'u32',1273        mintPermission: 'bool',1274      },1275      change_collection_owner: {1276        collectionId: 'u32',1277        newOwner: 'AccountId32',1278      },1279      add_collection_admin: {1280        collectionId: 'u32',1281        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',1282      },1283      remove_collection_admin: {1284        collectionId: 'u32',1285        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',1286      },1287      set_collection_sponsor: {1288        collectionId: 'u32',1289        newSponsor: 'AccountId32',1290      },1291      confirm_sponsorship: {1292        collectionId: 'u32',1293      },1294      remove_collection_sponsor: {1295        collectionId: 'u32',1296      },1297      create_item: {1298        collectionId: 'u32',1299        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1300        data: 'UpDataStructsCreateItemData',1301      },1302      create_multiple_items: {1303        collectionId: 'u32',1304        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',1305        itemsData: 'Vec<UpDataStructsCreateItemData>',1306      },1307      create_multiple_items_ex: {1308        collectionId: 'u32',1309        data: 'UpDataStructsCreateItemExData',1310      },1311      set_transfers_enabled_flag: {1312        collectionId: 'u32',1313        value: 'bool',1314      },1315      burn_item: {1316        collectionId: 'u32',1317        itemId: 'u32',1318        value: 'u128',1319      },1320      burn_from: {1321        collectionId: 'u32',1322        from: 'PalletEvmAccountBasicCrossAccountIdRepr',1323        itemId: 'u32',1324        value: 'u128',1325      },1326      transfer: {1327        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1328        collectionId: 'u32',1329        itemId: 'u32',1330        value: 'u128',1331      },1332      approve: {1333        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',1334        collectionId: 'u32',1335        itemId: 'u32',1336        amount: 'u128',1337      },1338      transfer_from: {1339        from: 'PalletEvmAccountBasicCrossAccountIdRepr',1340        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',1341        collectionId: 'u32',1342        itemId: 'u32',1343        value: 'u128',1344      },1345      set_variable_meta_data: {1346        collectionId: 'u32',1347        itemId: 'u32',1348        data: 'Bytes',1349      },1350      set_meta_update_permission_flag: {1351        collectionId: 'u32',1352        value: 'UpDataStructsMetaUpdatePermission',1353      },1354      set_schema_version: {1355        collectionId: 'u32',1356        version: 'UpDataStructsSchemaVersion',1357      },1358      set_offchain_schema: {1359        collectionId: 'u32',1360        schema: 'Bytes',1361      },1362      set_const_on_chain_schema: {1363        collectionId: 'u32',1364        schema: 'Bytes',1365      },1366      set_variable_on_chain_schema: {1367        collectionId: 'u32',1368        schema: 'Bytes',1369      },1370      set_collection_limits: {1371        collectionId: 'u32',1372        newLimit: 'UpDataStructsCollectionLimits'1373      }1374    }1375  },1376  /**1377   * Lookup156: up_data_structs::CollectionMode1378   **/1379  UpDataStructsCollectionMode: {1380    _enum: {1381      NFT: 'Null',1382      Fungible: 'u8',1383      ReFungible: 'Null'1384    }1385  },1386  /**1387   * Lookup157: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>1388   **/1389  UpDataStructsCreateCollectionData: {1390    mode: 'UpDataStructsCollectionMode',1391    access: 'Option<UpDataStructsAccessMode>',1392    name: 'Vec<u16>',1393    description: 'Vec<u16>',1394    tokenPrefix: 'Bytes',1395    offchainSchema: 'Bytes',1396    schemaVersion: 'Option<UpDataStructsSchemaVersion>',1397    pendingSponsor: 'Option<AccountId32>',1398    limits: 'Option<UpDataStructsCollectionLimits>',1399    variableOnChainSchema: 'Bytes',1400    constOnChainSchema: 'Bytes',1401    metaUpdatePermission: 'Option<UpDataStructsMetaUpdatePermission>'1402  },1403  /**1404   * Lookup159: up_data_structs::AccessMode1405   **/1406  UpDataStructsAccessMode: {1407    _enum: ['Normal', 'AllowList']1408  },1409  /**1410   * Lookup162: up_data_structs::SchemaVersion1411   **/1412  UpDataStructsSchemaVersion: {1413    _enum: ['ImageURL', 'Unique']1414  },1415  /**1416   * Lookup165: up_data_structs::CollectionLimits1417   **/1418  UpDataStructsCollectionLimits: {1419    accountTokenOwnershipLimit: 'Option<u32>',1420    sponsoredDataSize: 'Option<u32>',1421    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',1422    tokenLimit: 'Option<u32>',1423    sponsorTransferTimeout: 'Option<u32>',1424    sponsorApproveTimeout: 'Option<u32>',1425    ownerCanTransfer: 'Option<bool>',1426    ownerCanDestroy: 'Option<bool>',1427    transfersEnabled: 'Option<bool>'1428  },1429  /**1430   * Lookup167: up_data_structs::SponsoringRateLimit1431   **/1432  UpDataStructsSponsoringRateLimit: {1433    _enum: {1434      SponsoringDisabled: 'Null',1435      Blocks: 'u32'1436    }1437  },1438  /**1439   * Lookup171: up_data_structs::MetaUpdatePermission1440   **/1441  UpDataStructsMetaUpdatePermission: {1442    _enum: ['ItemOwner', 'Admin', 'None']1443  },1444  /**1445   * Lookup173: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1446   **/1447  PalletEvmAccountBasicCrossAccountIdRepr: {1448    _enum: {1449      Substrate: 'AccountId32',1450      Ethereum: 'H160'1451    }1452  },1453  /**1454   * Lookup175: up_data_structs::CreateItemData1455   **/1456  UpDataStructsCreateItemData: {1457    _enum: {1458      NFT: 'UpDataStructsCreateNftData',1459      Fungible: 'UpDataStructsCreateFungibleData',1460      ReFungible: 'UpDataStructsCreateReFungibleData'1461    }1462  },1463  /**1464   * Lookup176: up_data_structs::CreateNftData1465   **/1466  UpDataStructsCreateNftData: {1467    constData: 'Bytes',1468    variableData: 'Bytes'1469  },1470  /**1471   * Lookup178: up_data_structs::CreateFungibleData1472   **/1473  UpDataStructsCreateFungibleData: {1474    value: 'u128'1475  },1476  /**1477   * Lookup179: up_data_structs::CreateReFungibleData1478   **/1479  UpDataStructsCreateReFungibleData: {1480    constData: 'Bytes',1481    variableData: 'Bytes',1482    pieces: 'u128'1483  },1484  /**1485   * Lookup181: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1486   **/1487  UpDataStructsCreateItemExData: {1488    _enum: {1489      NFT: 'Vec<UpDataStructsCreateNftExData>',1490      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1491      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1492      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1493    }1494  },1495  /**1496   * Lookup183: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1497   **/1498  UpDataStructsCreateNftExData: {1499    constData: 'Bytes',1500    variableData: 'Bytes',1501    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1502  },1503  /**1504   * Lookup190: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1505   **/1506  UpDataStructsCreateRefungibleExData: {1507    constData: 'Bytes',1508    variableData: 'Bytes',1509    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>'1510  },1511  /**1512   * Lookup193: pallet_template_transaction_payment::Call<T>1513   **/1514  PalletTemplateTransactionPaymentCall: 'Null',1515  /**1516   * Lookup194: pallet_evm::pallet::Call<T>1517   **/1518  PalletEvmCall: {1519    _enum: {1520      withdraw: {1521        address: 'H160',1522        value: 'u128',1523      },1524      call: {1525        source: 'H160',1526        target: 'H160',1527        input: 'Bytes',1528        value: 'U256',1529        gasLimit: 'u64',1530        maxFeePerGas: 'U256',1531        maxPriorityFeePerGas: 'Option<U256>',1532        nonce: 'Option<U256>',1533        accessList: 'Vec<(H160,Vec<H256>)>',1534      },1535      create: {1536        source: 'H160',1537        init: 'Bytes',1538        value: 'U256',1539        gasLimit: 'u64',1540        maxFeePerGas: 'U256',1541        maxPriorityFeePerGas: 'Option<U256>',1542        nonce: 'Option<U256>',1543        accessList: 'Vec<(H160,Vec<H256>)>',1544      },1545      create2: {1546        source: 'H160',1547        init: 'Bytes',1548        salt: 'H256',1549        value: 'U256',1550        gasLimit: 'u64',1551        maxFeePerGas: 'U256',1552        maxPriorityFeePerGas: 'Option<U256>',1553        nonce: 'Option<U256>',1554        accessList: 'Vec<(H160,Vec<H256>)>'1555      }1556    }1557  },1558  /**1559   * Lookup200: pallet_ethereum::pallet::Call<T>1560   **/1561  PalletEthereumCall: {1562    _enum: {1563      transact: {1564        transaction: 'EthereumTransactionTransactionV2'1565      }1566    }1567  },1568  /**1569   * Lookup201: ethereum::transaction::TransactionV21570   **/1571  EthereumTransactionTransactionV2: {1572    _enum: {1573      Legacy: 'EthereumTransactionLegacyTransaction',1574      EIP2930: 'EthereumTransactionEip2930Transaction',1575      EIP1559: 'EthereumTransactionEip1559Transaction'1576    }1577  },1578  /**1579   * Lookup202: ethereum::transaction::LegacyTransaction1580   **/1581  EthereumTransactionLegacyTransaction: {1582    nonce: 'U256',1583    gasPrice: 'U256',1584    gasLimit: 'U256',1585    action: 'EthereumTransactionTransactionAction',1586    value: 'U256',1587    input: 'Bytes',1588    signature: 'EthereumTransactionTransactionSignature'1589  },1590  /**1591   * Lookup203: ethereum::transaction::TransactionAction1592   **/1593  EthereumTransactionTransactionAction: {1594    _enum: {1595      Call: 'H160',1596      Create: 'Null'1597    }1598  },1599  /**1600   * Lookup204: ethereum::transaction::TransactionSignature1601   **/1602  EthereumTransactionTransactionSignature: {1603    v: 'u64',1604    r: 'H256',1605    s: 'H256'1606  },1607  /**1608   * Lookup206: ethereum::transaction::EIP2930Transaction1609   **/1610  EthereumTransactionEip2930Transaction: {1611    chainId: 'u64',1612    nonce: 'U256',1613    gasPrice: 'U256',1614    gasLimit: 'U256',1615    action: 'EthereumTransactionTransactionAction',1616    value: 'U256',1617    input: 'Bytes',1618    accessList: 'Vec<EthereumTransactionAccessListItem>',1619    oddYParity: 'bool',1620    r: 'H256',1621    s: 'H256'1622  },1623  /**1624   * Lookup208: ethereum::transaction::AccessListItem1625   **/1626  EthereumTransactionAccessListItem: {1627    address: 'H160',1628    storageKeys: 'Vec<H256>'1629  },1630  /**1631   * Lookup209: ethereum::transaction::EIP1559Transaction1632   **/1633  EthereumTransactionEip1559Transaction: {1634    chainId: 'u64',1635    nonce: 'U256',1636    maxPriorityFeePerGas: 'U256',1637    maxFeePerGas: 'U256',1638    gasLimit: 'U256',1639    action: 'EthereumTransactionTransactionAction',1640    value: 'U256',1641    input: 'Bytes',1642    accessList: 'Vec<EthereumTransactionAccessListItem>',1643    oddYParity: 'bool',1644    r: 'H256',1645    s: 'H256'1646  },1647  /**1648   * Lookup210: pallet_evm_migration::pallet::Call<T>1649   **/1650  PalletEvmMigrationCall: {1651    _enum: {1652      begin: {1653        address: 'H160',1654      },1655      set_data: {1656        address: 'H160',1657        data: 'Vec<(H256,H256)>',1658      },1659      finish: {1660        address: 'H160',1661        code: 'Bytes'1662      }1663    }1664  },1665  /**1666   * Lookup213: pallet_sudo::pallet::Event<T>1667   **/1668  PalletSudoEvent: {1669    _enum: {1670      Sudid: {1671        sudoResult: 'Result<Null, SpRuntimeDispatchError>',1672      },1673      KeyChanged: {1674        oldSudoer: 'Option<AccountId32>',1675      },1676      SudoAsDone: {1677        sudoResult: 'Result<Null, SpRuntimeDispatchError>'1678      }1679    }1680  },1681  /**1682   * Lookup215: sp_runtime::DispatchError1683   **/1684  SpRuntimeDispatchError: {1685    _enum: {1686      Other: 'Null',1687      CannotLookup: 'Null',1688      BadOrigin: 'Null',1689      Module: 'SpRuntimeModuleError',1690      ConsumerRemaining: 'Null',1691      NoProviders: 'Null',1692      TooManyConsumers: 'Null',1693      Token: 'SpRuntimeTokenError',1694      Arithmetic: 'SpRuntimeArithmeticError'1695    }1696  },1697  /**1698   * Lookup216: sp_runtime::ModuleError1699   **/1700  SpRuntimeModuleError: {1701    index: 'u8',1702    error: 'u8'1703  },1704  /**1705   * Lookup217: sp_runtime::TokenError1706   **/1707  SpRuntimeTokenError: {1708    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1709  },1710  /**1711   * Lookup218: sp_runtime::ArithmeticError1712   **/1713  SpRuntimeArithmeticError: {1714    _enum: ['Underflow', 'Overflow', 'DivisionByZero']1715  },1716  /**1717   * Lookup219: pallet_sudo::pallet::Error<T>1718   **/1719  PalletSudoError: {1720    _enum: ['RequireSudo']1721  },1722  /**1723   * Lookup220: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>1724   **/1725  FrameSystemAccountInfo: {1726    nonce: 'u32',1727    consumers: 'u32',1728    providers: 'u32',1729    sufficients: 'u32',1730    data: 'PalletBalancesAccountData'1731  },1732  /**1733   * Lookup221: frame_support::weights::PerDispatchClass<T>1734   **/1735  FrameSupportWeightsPerDispatchClassU64: {1736    normal: 'u64',1737    operational: 'u64',1738    mandatory: 'u64'1739  },1740  /**1741   * Lookup222: sp_runtime::generic::digest::Digest1742   **/1743  SpRuntimeDigest: {1744    logs: 'Vec<SpRuntimeDigestDigestItem>'1745  },1746  /**1747   * Lookup224: sp_runtime::generic::digest::DigestItem1748   **/1749  SpRuntimeDigestDigestItem: {1750    _enum: {1751      Other: 'Bytes',1752      __Unused1: 'Null',1753      __Unused2: 'Null',1754      __Unused3: 'Null',1755      Consensus: '([u8;4],Bytes)',1756      Seal: '([u8;4],Bytes)',1757      PreRuntime: '([u8;4],Bytes)',1758      __Unused7: 'Null',1759      RuntimeEnvironmentUpdated: 'Null'1760    }1761  },1762  /**1763   * Lookup226: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>1764   **/1765  FrameSystemEventRecord: {1766    phase: 'FrameSystemPhase',1767    event: 'Event',1768    topics: 'Vec<H256>'1769  },1770  /**1771   * Lookup228: frame_system::pallet::Event<T>1772   **/1773  FrameSystemEvent: {1774    _enum: {1775      ExtrinsicSuccess: {1776        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1777      },1778      ExtrinsicFailed: {1779        dispatchError: 'SpRuntimeDispatchError',1780        dispatchInfo: 'FrameSupportWeightsDispatchInfo',1781      },1782      CodeUpdated: 'Null',1783      NewAccount: {1784        account: 'AccountId32',1785      },1786      KilledAccount: {1787        account: 'AccountId32',1788      },1789      Remarked: {1790        _alias: {1791          hash_: 'hash',1792        },1793        sender: 'AccountId32',1794        hash_: 'H256'1795      }1796    }1797  },1798  /**1799   * Lookup229: frame_support::weights::DispatchInfo1800   **/1801  FrameSupportWeightsDispatchInfo: {1802    weight: 'u64',1803    class: 'FrameSupportWeightsDispatchClass',1804    paysFee: 'FrameSupportWeightsPays'1805  },1806  /**1807   * Lookup230: frame_support::weights::DispatchClass1808   **/1809  FrameSupportWeightsDispatchClass: {1810    _enum: ['Normal', 'Operational', 'Mandatory']1811  },1812  /**1813   * Lookup231: frame_support::weights::Pays1814   **/1815  FrameSupportWeightsPays: {1816    _enum: ['Yes', 'No']1817  },1818  /**1819   * Lookup232: orml_vesting::module::Event<T>1820   **/1821  OrmlVestingModuleEvent: {1822    _enum: {1823      VestingScheduleAdded: {1824        from: 'AccountId32',1825        to: 'AccountId32',1826        vestingSchedule: 'OrmlVestingVestingSchedule',1827      },1828      Claimed: {1829        who: 'AccountId32',1830        amount: 'u128',1831      },1832      VestingSchedulesUpdated: {1833        who: 'AccountId32'1834      }1835    }1836  },1837  /**1838   * Lookup233: cumulus_pallet_xcmp_queue::pallet::Event<T>1839   **/1840  CumulusPalletXcmpQueueEvent: {1841    _enum: {1842      Success: 'Option<H256>',1843      Fail: '(Option<H256>,XcmV2TraitsError)',1844      BadVersion: 'Option<H256>',1845      BadFormat: 'Option<H256>',1846      UpwardMessageSent: 'Option<H256>',1847      XcmpMessageSent: 'Option<H256>',1848      OverweightEnqueued: '(u32,u32,u64,u64)',1849      OverweightServiced: '(u64,u64)'1850    }1851  },1852  /**1853   * Lookup234: pallet_xcm::pallet::Event<T>1854   **/1855  PalletXcmEvent: {1856    _enum: {1857      Attempted: 'XcmV2TraitsOutcome',1858      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',1859      UnexpectedResponse: '(XcmV1MultiLocation,u64)',1860      ResponseReady: '(u64,XcmV2Response)',1861      Notified: '(u64,u8,u8)',1862      NotifyOverweight: '(u64,u8,u8,u64,u64)',1863      NotifyDispatchError: '(u64,u8,u8)',1864      NotifyDecodeFailed: '(u64,u8,u8)',1865      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',1866      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',1867      ResponseTaken: 'u64',1868      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',1869      VersionChangeNotified: '(XcmV1MultiLocation,u32)',1870      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',1871      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',1872      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'1873    }1874  },1875  /**1876   * Lookup235: xcm::v2::traits::Outcome1877   **/1878  XcmV2TraitsOutcome: {1879    _enum: {1880      Complete: 'u64',1881      Incomplete: '(u64,XcmV2TraitsError)',1882      Error: 'XcmV2TraitsError'1883    }1884  },1885  /**1886   * Lookup237: cumulus_pallet_xcm::pallet::Event<T>1887   **/1888  CumulusPalletXcmEvent: {1889    _enum: {1890      InvalidFormat: '[u8;8]',1891      UnsupportedVersion: '[u8;8]',1892      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1893    }1894  },1895  /**1896   * Lookup238: cumulus_pallet_dmp_queue::pallet::Event<T>1897   **/1898  CumulusPalletDmpQueueEvent: {1899    _enum: {1900      InvalidFormat: '[u8;32]',1901      UnsupportedVersion: '[u8;32]',1902      ExecutedDownward: '([u8;32],XcmV2TraitsOutcome)',1903      WeightExhausted: '([u8;32],u64,u64)',1904      OverweightEnqueued: '([u8;32],u64,u64)',1905      OverweightServiced: '(u64,u64)'1906    }1907  },1908  /**1909   * Lookup239: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1910   **/1911  PalletUniqueRawEvent: {1912    _enum: {1913      CollectionSponsorRemoved: 'u32',1914      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1915      CollectionOwnedChanged: '(u32,AccountId32)',1916      CollectionSponsorSet: '(u32,AccountId32)',1917      ConstOnChainSchemaSet: 'u32',1918      SponsorshipConfirmed: '(u32,AccountId32)',1919      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1920      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1921      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1922      CollectionLimitSet: 'u32',1923      MintPermissionSet: 'u32',1924      OffchainSchemaSet: 'u32',1925      PublicAccessModeSet: '(u32,UpDataStructsAccessMode)',1926      SchemaVersionSet: 'u32',1927      VariableOnChainSchemaSet: 'u32'1928    }1929  },1930  /**1931   * Lookup240: pallet_common::pallet::Event<T>1932   **/1933  PalletCommonEvent: {1934    _enum: {1935      CollectionCreated: '(u32,u8,AccountId32)',1936      CollectionDestroyed: 'u32',1937      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1938      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1939      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1940      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)'1941    }1942  },1943  /**1944   * Lookup241: pallet_evm::pallet::Event<T>1945   **/1946  PalletEvmEvent: {1947    _enum: {1948      Log: 'EthereumLog',1949      Created: 'H160',1950      CreatedFailed: 'H160',1951      Executed: 'H160',1952      ExecutedFailed: 'H160',1953      BalanceDeposit: '(AccountId32,H160,U256)',1954      BalanceWithdraw: '(AccountId32,H160,U256)'1955    }1956  },1957  /**1958   * Lookup242: ethereum::log::Log1959   **/1960  EthereumLog: {1961    address: 'H160',1962    topics: 'Vec<H256>',1963    data: 'Bytes'1964  },1965  /**1966   * Lookup243: pallet_ethereum::pallet::Event1967   **/1968  PalletEthereumEvent: {1969    _enum: {1970      Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'1971    }1972  },1973  /**1974   * Lookup244: evm_core::error::ExitReason1975   **/1976  EvmCoreErrorExitReason: {1977    _enum: {1978      Succeed: 'EvmCoreErrorExitSucceed',1979      Error: 'EvmCoreErrorExitError',1980      Revert: 'EvmCoreErrorExitRevert',1981      Fatal: 'EvmCoreErrorExitFatal'1982    }1983  },1984  /**1985   * Lookup245: evm_core::error::ExitSucceed1986   **/1987  EvmCoreErrorExitSucceed: {1988    _enum: ['Stopped', 'Returned', 'Suicided']1989  },1990  /**1991   * Lookup246: evm_core::error::ExitError1992   **/1993  EvmCoreErrorExitError: {1994    _enum: {1995      StackUnderflow: 'Null',1996      StackOverflow: 'Null',1997      InvalidJump: 'Null',1998      InvalidRange: 'Null',1999      DesignatedInvalid: 'Null',2000      CallTooDeep: 'Null',2001      CreateCollision: 'Null',2002      CreateContractLimit: 'Null',2003      InvalidCode: 'Null',2004      OutOfOffset: 'Null',2005      OutOfGas: 'Null',2006      OutOfFund: 'Null',2007      PCUnderflow: 'Null',2008      CreateEmpty: 'Null',2009      Other: 'Text'2010    }2011  },2012  /**2013   * Lookup249: evm_core::error::ExitRevert2014   **/2015  EvmCoreErrorExitRevert: {2016    _enum: ['Reverted']2017  },2018  /**2019   * Lookup250: evm_core::error::ExitFatal2020   **/2021  EvmCoreErrorExitFatal: {2022    _enum: {2023      NotSupported: 'Null',2024      UnhandledInterrupt: 'Null',2025      CallErrorAsFatal: 'EvmCoreErrorExitError',2026      Other: 'Text'2027    }2028  },2029  /**2030   * Lookup251: frame_system::Phase2031   **/2032  FrameSystemPhase: {2033    _enum: {2034      ApplyExtrinsic: 'u32',2035      Finalization: 'Null',2036      Initialization: 'Null'2037    }2038  },2039  /**2040   * Lookup253: frame_system::LastRuntimeUpgradeInfo2041   **/2042  FrameSystemLastRuntimeUpgradeInfo: {2043    specVersion: 'Compact<u32>',2044    specName: 'Text'2045  },2046  /**2047   * Lookup254: frame_system::limits::BlockWeights2048   **/2049  FrameSystemLimitsBlockWeights: {2050    baseBlock: 'u64',2051    maxBlock: 'u64',2052    perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2053  },2054  /**2055   * Lookup255: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2056   **/2057  FrameSupportWeightsPerDispatchClassWeightsPerClass: {2058    normal: 'FrameSystemLimitsWeightsPerClass',2059    operational: 'FrameSystemLimitsWeightsPerClass',2060    mandatory: 'FrameSystemLimitsWeightsPerClass'2061  },2062  /**2063   * Lookup256: frame_system::limits::WeightsPerClass2064   **/2065  FrameSystemLimitsWeightsPerClass: {2066    baseExtrinsic: 'u64',2067    maxExtrinsic: 'Option<u64>',2068    maxTotal: 'Option<u64>',2069    reserved: 'Option<u64>'2070  },2071  /**2072   * Lookup258: frame_system::limits::BlockLength2073   **/2074  FrameSystemLimitsBlockLength: {2075    max: 'FrameSupportWeightsPerDispatchClassU32'2076  },2077  /**2078   * Lookup259: frame_support::weights::PerDispatchClass<T>2079   **/2080  FrameSupportWeightsPerDispatchClassU32: {2081    normal: 'u32',2082    operational: 'u32',2083    mandatory: 'u32'2084  },2085  /**2086   * Lookup260: frame_support::weights::RuntimeDbWeight2087   **/2088  FrameSupportWeightsRuntimeDbWeight: {2089    read: 'u64',2090    write: 'u64'2091  },2092  /**2093   * Lookup261: sp_version::RuntimeVersion2094   **/2095  SpVersionRuntimeVersion: {2096    specName: 'Text',2097    implName: 'Text',2098    authoringVersion: 'u32',2099    specVersion: 'u32',2100    implVersion: 'u32',2101    apis: 'Vec<([u8;8],u32)>',2102    transactionVersion: 'u32',2103    stateVersion: 'u8'2104  },2105  /**2106   * Lookup265: frame_system::pallet::Error<T>2107   **/2108  FrameSystemError: {2109    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2110  },2111  /**2112   * Lookup267: orml_vesting::module::Error<T>2113   **/2114  OrmlVestingModuleError: {2115    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2116  },2117  /**2118   * Lookup269: cumulus_pallet_xcmp_queue::InboundChannelDetails2119   **/2120  CumulusPalletXcmpQueueInboundChannelDetails: {2121    sender: 'u32',2122    state: 'CumulusPalletXcmpQueueInboundState',2123    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2124  },2125  /**2126   * Lookup270: cumulus_pallet_xcmp_queue::InboundState2127   **/2128  CumulusPalletXcmpQueueInboundState: {2129    _enum: ['Ok', 'Suspended']2130  },2131  /**2132   * Lookup273: polkadot_parachain::primitives::XcmpMessageFormat2133   **/2134  PolkadotParachainPrimitivesXcmpMessageFormat: {2135    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2136  },2137  /**2138   * Lookup276: cumulus_pallet_xcmp_queue::OutboundChannelDetails2139   **/2140  CumulusPalletXcmpQueueOutboundChannelDetails: {2141    recipient: 'u32',2142    state: 'CumulusPalletXcmpQueueOutboundState',2143    signalsExist: 'bool',2144    firstIndex: 'u16',2145    lastIndex: 'u16'2146  },2147  /**2148   * Lookup277: cumulus_pallet_xcmp_queue::OutboundState2149   **/2150  CumulusPalletXcmpQueueOutboundState: {2151    _enum: ['Ok', 'Suspended']2152  },2153  /**2154   * Lookup279: cumulus_pallet_xcmp_queue::QueueConfigData2155   **/2156  CumulusPalletXcmpQueueQueueConfigData: {2157    suspendThreshold: 'u32',2158    dropThreshold: 'u32',2159    resumeThreshold: 'u32',2160    thresholdWeight: 'u64',2161    weightRestrictDecay: 'u64',2162    xcmpMaxIndividualWeight: 'u64'2163  },2164  /**2165   * Lookup281: cumulus_pallet_xcmp_queue::pallet::Error<T>2166   **/2167  CumulusPalletXcmpQueueError: {2168    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2169  },2170  /**2171   * Lookup282: pallet_xcm::pallet::Error<T>2172   **/2173  PalletXcmError: {2174    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2175  },2176  /**2177   * Lookup283: cumulus_pallet_xcm::pallet::Error<T>2178   **/2179  CumulusPalletXcmError: 'Null',2180  /**2181   * Lookup284: cumulus_pallet_dmp_queue::ConfigData2182   **/2183  CumulusPalletDmpQueueConfigData: {2184    maxIndividual: 'u64'2185  },2186  /**2187   * Lookup285: cumulus_pallet_dmp_queue::PageIndexData2188   **/2189  CumulusPalletDmpQueuePageIndexData: {2190    beginUsed: 'u32',2191    endUsed: 'u32',2192    overweightCount: 'u64'2193  },2194  /**2195   * Lookup288: cumulus_pallet_dmp_queue::pallet::Error<T>2196   **/2197  CumulusPalletDmpQueueError: {2198    _enum: ['Unknown', 'OverLimit']2199  },2200  /**2201   * Lookup292: pallet_unique::Error<T>2202   **/2203  PalletUniqueError: {2204    _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument']2205  },2206  /**2207   * Lookup293: up_data_structs::Collection<sp_core::crypto::AccountId32>2208   **/2209  UpDataStructsCollection: {2210    owner: 'AccountId32',2211    mode: 'UpDataStructsCollectionMode',2212    access: 'UpDataStructsAccessMode',2213    name: 'Vec<u16>',2214    description: 'Vec<u16>',2215    tokenPrefix: 'Bytes',2216    mintMode: 'bool',2217    offchainSchema: 'Bytes',2218    schemaVersion: 'UpDataStructsSchemaVersion',2219    sponsorship: 'UpDataStructsSponsorshipState',2220    limits: 'UpDataStructsCollectionLimits',2221    variableOnChainSchema: 'Bytes',2222    constOnChainSchema: 'Bytes',2223    metaUpdatePermission: 'UpDataStructsMetaUpdatePermission'2224  },2225  /**2226   * Lookup294: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2227   **/2228  UpDataStructsSponsorshipState: {2229    _enum: {2230      Disabled: 'Null',2231      Unconfirmed: 'AccountId32',2232      Confirmed: 'AccountId32'2233    }2234  },2235  /**2236   * Lookup297: up_data_structs::CollectionStats2237   **/2238  UpDataStructsCollectionStats: {2239    created: 'u32',2240    destroyed: 'u32',2241    alive: 'u32'2242  },2243  /**2244   * Lookup298: pallet_common::pallet::Error<T>2245   **/2246  PalletCommonError: {2247    _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']2248  },2249  /**2250   * Lookup300: pallet_fungible::pallet::Error<T>2251   **/2252  PalletFungibleError: {2253    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData']2254  },2255  /**2256   * Lookup301: pallet_refungible::ItemData2257   **/2258  PalletRefungibleItemData: {2259    constData: 'Bytes',2260    variableData: 'Bytes'2261  },2262  /**2263   * Lookup305: pallet_refungible::pallet::Error<T>2264   **/2265  PalletRefungibleError: {2266    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces']2267  },2268  /**2269   * Lookup306: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2270   **/2271  PalletNonfungibleItemData: {2272    constData: 'Bytes',2273    variableData: 'Bytes',2274    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2275  },2276  /**2277   * Lookup307: pallet_nonfungible::pallet::Error<T>2278   **/2279  PalletNonfungibleError: {2280    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount']2281  },2282  /**2283   * Lookup309: pallet_evm::pallet::Error<T>2284   **/2285  PalletEvmError: {2286    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']2287  },2288  /**2289   * Lookup312: fp_rpc::TransactionStatus2290   **/2291  FpRpcTransactionStatus: {2292    transactionHash: 'H256',2293    transactionIndex: 'u32',2294    from: 'H160',2295    to: 'Option<H160>',2296    contractAddress: 'Option<H160>',2297    logs: 'Vec<EthereumLog>',2298    logsBloom: 'EthbloomBloom'2299  },2300  /**2301   * Lookup315: ethbloom::Bloom2302   **/2303  EthbloomBloom: '[u8;256]',2304  /**2305   * Lookup317: ethereum::receipt::ReceiptV32306   **/2307  EthereumReceiptReceiptV3: {2308    _enum: {2309      Legacy: 'EthereumReceiptEip658ReceiptData',2310      EIP2930: 'EthereumReceiptEip658ReceiptData',2311      EIP1559: 'EthereumReceiptEip658ReceiptData'2312    }2313  },2314  /**2315   * Lookup318: ethereum::receipt::EIP658ReceiptData2316   **/2317  EthereumReceiptEip658ReceiptData: {2318    statusCode: 'u8',2319    usedGas: 'U256',2320    logsBloom: 'EthbloomBloom',2321    logs: 'Vec<EthereumLog>'2322  },2323  /**2324   * Lookup319: ethereum::block::Block<ethereum::transaction::TransactionV2>2325   **/2326  EthereumBlock: {2327    header: 'EthereumHeader',2328    transactions: 'Vec<EthereumTransactionTransactionV2>',2329    ommers: 'Vec<EthereumHeader>'2330  },2331  /**2332   * Lookup320: ethereum::header::Header2333   **/2334  EthereumHeader: {2335    parentHash: 'H256',2336    ommersHash: 'H256',2337    beneficiary: 'H160',2338    stateRoot: 'H256',2339    transactionsRoot: 'H256',2340    receiptsRoot: 'H256',2341    logsBloom: 'EthbloomBloom',2342    difficulty: 'U256',2343    number: 'U256',2344    gasLimit: 'U256',2345    gasUsed: 'U256',2346    timestamp: 'u64',2347    extraData: 'Bytes',2348    mixHash: 'H256',2349    nonce: 'EthereumTypesHashH64'2350  },2351  /**2352   * Lookup321: ethereum_types::hash::H642353   **/2354  EthereumTypesHashH64: '[u8;8]',2355  /**2356   * Lookup326: pallet_ethereum::pallet::Error<T>2357   **/2358  PalletEthereumError: {2359    _enum: ['InvalidSignature', 'PreLogExists']2360  },2361  /**2362   * Lookup327: pallet_evm_coder_substrate::pallet::Error<T>2363   **/2364  PalletEvmCoderSubstrateError: {2365    _enum: ['OutOfGas', 'OutOfFund']2366  },2367  /**2368   * Lookup328: pallet_evm_contract_helpers::SponsoringModeT2369   **/2370  PalletEvmContractHelpersSponsoringModeT: {2371    _enum: ['Disabled', 'Allowlisted', 'Generous']2372  },2373  /**2374   * Lookup330: pallet_evm_contract_helpers::pallet::Error<T>2375   **/2376  PalletEvmContractHelpersError: {2377    _enum: ['NoPermission']2378  },2379  /**2380   * Lookup331: pallet_evm_migration::pallet::Error<T>2381   **/2382  PalletEvmMigrationError: {2383    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']2384  },2385  /**2386   * Lookup333: sp_runtime::MultiSignature2387   **/2388  SpRuntimeMultiSignature: {2389    _enum: {2390      Ed25519: 'SpCoreEd25519Signature',2391      Sr25519: 'SpCoreSr25519Signature',2392      Ecdsa: 'SpCoreEcdsaSignature'2393    }2394  },2395  /**2396   * Lookup334: sp_core::ed25519::Signature2397   **/2398  SpCoreEd25519Signature: '[u8;64]',2399  /**2400   * Lookup336: sp_core::sr25519::Signature2401   **/2402  SpCoreSr25519Signature: '[u8;64]',2403  /**2404   * Lookup337: sp_core::ecdsa::Signature2405   **/2406  SpCoreEcdsaSignature: '[u8;65]',2407  /**2408   * Lookup340: frame_system::extensions::check_spec_version::CheckSpecVersion<T>2409   **/2410  FrameSystemExtensionsCheckSpecVersion: 'Null',2411  /**2412   * Lookup341: frame_system::extensions::check_genesis::CheckGenesis<T>2413   **/2414  FrameSystemExtensionsCheckGenesis: 'Null',2415  /**2416   * Lookup344: frame_system::extensions::check_nonce::CheckNonce<T>2417   **/2418  FrameSystemExtensionsCheckNonce: 'Compact<u32>',2419  /**2420   * Lookup345: frame_system::extensions::check_weight::CheckWeight<T>2421   **/2422  FrameSystemExtensionsCheckWeight: 'Null',2423  /**2424   * Lookup346: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>2425   **/2426  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',2427  /**2428   * Lookup347: opal_runtime::Runtime2429   **/2430  OpalRuntimeRuntime: 'Null'2431};
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -2,7 +2,7 @@
 /* eslint-disable */
 
 declare module '@polkadot/types/lookup' {
-  import type { BTreeMap, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+  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';
   import type { ITuple } from '@polkadot/types-codec/types';
   import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';
   import type { Event } from '@polkadot/types/interfaces/system';
@@ -21,7 +21,15 @@
     readonly type: 'Present';
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (10) */
+  /** @name SpTrieStorageProof (10) */
+  export interface SpTrieStorageProof extends Struct {
+    readonly trieNodes: BTreeSet;
+  }
+
+  /** @name BTreeSet (11) */
+  export interface BTreeSet extends Vec<Bytes> {}
+
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (13) */
   export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -29,7 +37,7 @@
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV1AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV1AbridgedHrmpChannel (15) */
+  /** @name PolkadotPrimitivesV1AbridgedHrmpChannel (18) */
   export interface PolkadotPrimitivesV1AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -39,7 +47,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV1AbridgedHostConfiguration (17) */
+  /** @name PolkadotPrimitivesV1AbridgedHostConfiguration (20) */
   export interface PolkadotPrimitivesV1AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -52,13 +60,13 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (23) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (26) */
   export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCall (26) */
+  /** @name CumulusPalletParachainSystemCall (28) */
   export interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -79,7 +87,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (27) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (29) */
   export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV1PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -87,24 +95,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name SpTrieStorageProof (28) */
-  export interface SpTrieStorageProof extends Struct {
-    readonly trieNodes: Vec<Bytes>;
-  }
-
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (30) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (31) */
   export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (33) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (34) */
   export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemEvent (36) */
+  /** @name CumulusPalletParachainSystemEvent (37) */
   export interface CumulusPalletParachainSystemEvent extends Enum {
     readonly isValidationFunctionStored: boolean;
     readonly isValidationFunctionApplied: boolean;
@@ -119,7 +122,7 @@
     readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';
   }
 
-  /** @name CumulusPalletParachainSystemError (37) */
+  /** @name CumulusPalletParachainSystemError (38) */
   export interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -132,7 +135,7 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name PalletBalancesAccountData (40) */
+  /** @name PalletBalancesAccountData (41) */
   export interface PalletBalancesAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
@@ -140,14 +143,14 @@
     readonly feeFrozen: u128;
   }
 
-  /** @name PalletBalancesBalanceLock (42) */
+  /** @name PalletBalancesBalanceLock (43) */
   export interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (44) */
+  /** @name PalletBalancesReasons (45) */
   export interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -155,20 +158,20 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (47) */
+  /** @name PalletBalancesReserveData (48) */
   export interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesReleases (49) */
+  /** @name PalletBalancesReleases (50) */
   export interface PalletBalancesReleases extends Enum {
     readonly isV100: boolean;
     readonly isV200: boolean;
     readonly type: 'V100' | 'V200';
   }
 
-  /** @name PalletBalancesCall (50) */
+  /** @name PalletBalancesCall (51) */
   export interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -205,7 +208,7 @@
     readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
   }
 
-  /** @name PalletBalancesEvent (56) */
+  /** @name PalletBalancesEvent (57) */
   export interface PalletBalancesEvent extends Enum {
     readonly isEndowed: boolean;
     readonly asEndowed: {
@@ -264,14 +267,14 @@
     readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';
   }
 
-  /** @name FrameSupportTokensMiscBalanceStatus (57) */
+  /** @name FrameSupportTokensMiscBalanceStatus (58) */
   export interface FrameSupportTokensMiscBalanceStatus extends Enum {
     readonly isFree: boolean;
     readonly isReserved: boolean;
     readonly type: 'Free' | 'Reserved';
   }
 
-  /** @name PalletBalancesError (58) */
+  /** @name PalletBalancesError (59) */
   export interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -284,7 +287,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletTimestampCall (61) */
+  /** @name PalletTimestampCall (62) */
   export interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -293,14 +296,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (64) */
+  /** @name PalletTransactionPaymentReleases (65) */
   export interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name FrameSupportWeightsWeightToFeeCoefficient (66) */
+  /** @name FrameSupportWeightsWeightToFeeCoefficient (67) */
   export interface FrameSupportWeightsWeightToFeeCoefficient extends Struct {
     readonly coeffInteger: u128;
     readonly coeffFrac: Perbill;
@@ -308,7 +311,7 @@
     readonly degree: u8;
   }
 
-  /** @name PalletTreasuryProposal (68) */
+  /** @name PalletTreasuryProposal (69) */
   export interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -316,7 +319,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (71) */
+  /** @name PalletTreasuryCall (72) */
   export interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -334,7 +337,7 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal';
   }
 
-  /** @name PalletTreasuryEvent (73) */
+  /** @name PalletTreasuryEvent (74) */
   export interface PalletTreasuryEvent extends Enum {
     readonly isProposed: boolean;
     readonly asProposed: {
@@ -370,10 +373,10 @@
     readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit';
   }
 
-  /** @name FrameSupportPalletId (76) */
+  /** @name FrameSupportPalletId (77) */
   export interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (77) */
+  /** @name PalletTreasuryError (78) */
   export interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -381,7 +384,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals';
   }
 
-  /** @name PalletSudoCall (78) */
+  /** @name PalletSudoCall (79) */
   export interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -404,7 +407,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name FrameSystemCall (80) */
+  /** @name FrameSystemCall (81) */
   export interface FrameSystemCall extends Enum {
     readonly isFillBlock: boolean;
     readonly asFillBlock: {
@@ -446,7 +449,7 @@
     readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name OrmlVestingModuleCall (83) */
+  /** @name OrmlVestingModuleCall (84) */
   export interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -466,7 +469,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlVestingVestingSchedule (84) */
+  /** @name OrmlVestingVestingSchedule (85) */
   export interface OrmlVestingVestingSchedule extends Struct {
     readonly start: u32;
     readonly period: u32;
@@ -474,7 +477,7 @@
     readonly perPeriod: Compact<u128>;
   }
 
-  /** @name CumulusPalletXcmpQueueCall (86) */
+  /** @name CumulusPalletXcmpQueueCall (87) */
   export interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -510,7 +513,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (87) */
+  /** @name PalletXcmCall (88) */
   export interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -572,7 +575,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
   }
 
-  /** @name XcmVersionedMultiLocation (88) */
+  /** @name XcmVersionedMultiLocation (89) */
   export interface XcmVersionedMultiLocation extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiLocation;
@@ -581,7 +584,7 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name XcmV0MultiLocation (89) */
+  /** @name XcmV0MultiLocation (90) */
   export interface XcmV0MultiLocation extends Enum {
     readonly isNull: boolean;
     readonly isX1: boolean;
@@ -603,7 +606,7 @@
     readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
   }
 
-  /** @name XcmV0Junction (90) */
+  /** @name XcmV0Junction (91) */
   export interface XcmV0Junction extends Enum {
     readonly isParent: boolean;
     readonly isParachain: boolean;
@@ -638,7 +641,7 @@
     readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
   }
 
-  /** @name XcmV0JunctionNetworkId (91) */
+  /** @name XcmV0JunctionNetworkId (92) */
   export interface XcmV0JunctionNetworkId extends Enum {
     readonly isAny: boolean;
     readonly isNamed: boolean;
@@ -648,7 +651,7 @@
     readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';
   }
 
-  /** @name XcmV0JunctionBodyId (92) */
+  /** @name XcmV0JunctionBodyId (93) */
   export interface XcmV0JunctionBodyId extends Enum {
     readonly isUnit: boolean;
     readonly isNamed: boolean;
@@ -662,7 +665,7 @@
     readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';
   }
 
-  /** @name XcmV0JunctionBodyPart (93) */
+  /** @name XcmV0JunctionBodyPart (94) */
   export interface XcmV0JunctionBodyPart extends Enum {
     readonly isVoice: boolean;
     readonly isMembers: boolean;
@@ -687,13 +690,13 @@
     readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
   }
 
-  /** @name XcmV1MultiLocation (94) */
+  /** @name XcmV1MultiLocation (95) */
   export interface XcmV1MultiLocation extends Struct {
     readonly parents: u8;
     readonly interior: XcmV1MultilocationJunctions;
   }
 
-  /** @name XcmV1MultilocationJunctions (95) */
+  /** @name XcmV1MultilocationJunctions (96) */
   export interface XcmV1MultilocationJunctions extends Enum {
     readonly isHere: boolean;
     readonly isX1: boolean;
@@ -715,7 +718,7 @@
     readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
   }
 
-  /** @name XcmV1Junction (96) */
+  /** @name XcmV1Junction (97) */
   export interface XcmV1Junction extends Enum {
     readonly isParachain: boolean;
     readonly asParachain: Compact<u32>;
@@ -749,7 +752,7 @@
     readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
   }
 
-  /** @name XcmVersionedXcm (97) */
+  /** @name XcmVersionedXcm (98) */
   export interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
@@ -760,7 +763,7 @@
     readonly type: 'V0' | 'V1' | 'V2';
   }
 
-  /** @name XcmV0Xcm (98) */
+  /** @name XcmV0Xcm (99) */
   export interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -823,7 +826,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
   }
 
-  /** @name XcmV0MultiAsset (100) */
+  /** @name XcmV0MultiAsset (101) */
   export interface XcmV0MultiAsset extends Enum {
     readonly isNone: boolean;
     readonly isAll: boolean;
@@ -868,7 +871,7 @@
     readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';
   }
 
-  /** @name XcmV1MultiassetAssetInstance (101) */
+  /** @name XcmV1MultiassetAssetInstance (102) */
   export interface XcmV1MultiassetAssetInstance extends Enum {
     readonly isUndefined: boolean;
     readonly isIndex: boolean;
@@ -886,7 +889,7 @@
     readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';
   }
 
-  /** @name XcmV0Order (105) */
+  /** @name XcmV0Order (106) */
   export interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
@@ -934,14 +937,14 @@
     readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV0Response (107) */
+  /** @name XcmV0Response (108) */
   export interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
-  /** @name XcmV0OriginKind (108) */
+  /** @name XcmV0OriginKind (109) */
   export interface XcmV0OriginKind extends Enum {
     readonly isNative: boolean;
     readonly isSovereignAccount: boolean;
@@ -950,12 +953,12 @@
     readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';
   }
 
-  /** @name XcmDoubleEncoded (109) */
+  /** @name XcmDoubleEncoded (110) */
   export interface XcmDoubleEncoded extends Struct {
     readonly encoded: Bytes;
   }
 
-  /** @name XcmV1Xcm (110) */
+  /** @name XcmV1Xcm (111) */
   export interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -1024,16 +1027,16 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV1MultiassetMultiAssets (111) */
+  /** @name XcmV1MultiassetMultiAssets (112) */
   export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
 
-  /** @name XcmV1MultiAsset (113) */
+  /** @name XcmV1MultiAsset (114) */
   export interface XcmV1MultiAsset extends Struct {
     readonly id: XcmV1MultiassetAssetId;
     readonly fun: XcmV1MultiassetFungibility;
   }
 
-  /** @name XcmV1MultiassetAssetId (114) */
+  /** @name XcmV1MultiassetAssetId (115) */
   export interface XcmV1MultiassetAssetId extends Enum {
     readonly isConcrete: boolean;
     readonly asConcrete: XcmV1MultiLocation;
@@ -1042,7 +1045,7 @@
     readonly type: 'Concrete' | 'Abstract';
   }
 
-  /** @name XcmV1MultiassetFungibility (115) */
+  /** @name XcmV1MultiassetFungibility (116) */
   export interface XcmV1MultiassetFungibility extends Enum {
     readonly isFungible: boolean;
     readonly asFungible: Compact<u128>;
@@ -1051,7 +1054,7 @@
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV1Order (117) */
+  /** @name XcmV1Order (118) */
   export interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
@@ -1101,7 +1104,7 @@
     readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV1MultiassetMultiAssetFilter (118) */
+  /** @name XcmV1MultiassetMultiAssetFilter (119) */
   export interface XcmV1MultiassetMultiAssetFilter extends Enum {
     readonly isDefinite: boolean;
     readonly asDefinite: XcmV1MultiassetMultiAssets;
@@ -1110,7 +1113,7 @@
     readonly type: 'Definite' | 'Wild';
   }
 
-  /** @name XcmV1MultiassetWildMultiAsset (119) */
+  /** @name XcmV1MultiassetWildMultiAsset (120) */
   export interface XcmV1MultiassetWildMultiAsset extends Enum {
     readonly isAll: boolean;
     readonly isAllOf: boolean;
@@ -1121,14 +1124,14 @@
     readonly type: 'All' | 'AllOf';
   }
 
-  /** @name XcmV1MultiassetWildFungibility (120) */
+  /** @name XcmV1MultiassetWildFungibility (121) */
   export interface XcmV1MultiassetWildFungibility extends Enum {
     readonly isFungible: boolean;
     readonly isNonFungible: boolean;
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV1Response (122) */
+  /** @name XcmV1Response (123) */
   export interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -1137,10 +1140,10 @@
     readonly type: 'Assets' | 'Version';
   }
 
-  /** @name XcmV2Xcm (123) */
+  /** @name XcmV2Xcm (124) */
   export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}
 
-  /** @name XcmV2Instruction (125) */
+  /** @name XcmV2Instruction (126) */
   export interface XcmV2Instruction extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;
@@ -1260,7 +1263,7 @@
     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';
   }
 
-  /** @name XcmV2Response (126) */
+  /** @name XcmV2Response (127) */
   export interface XcmV2Response extends Enum {
     readonly isNull: boolean;
     readonly isAssets: boolean;
@@ -1272,7 +1275,7 @@
     readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';
   }
 
-  /** @name XcmV2TraitsError (129) */
+  /** @name XcmV2TraitsError (130) */
   export interface XcmV2TraitsError extends Enum {
     readonly isOverflow: boolean;
     readonly isUnimplemented: boolean;
@@ -1305,7 +1308,7 @@
     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';
   }
 
-  /** @name XcmV2WeightLimit (130) */
+  /** @name XcmV2WeightLimit (131) */
   export interface XcmV2WeightLimit extends Enum {
     readonly isUnlimited: boolean;
     readonly isLimited: boolean;
@@ -1313,7 +1316,7 @@
     readonly type: 'Unlimited' | 'Limited';
   }
 
-  /** @name XcmVersionedMultiAssets (131) */
+  /** @name XcmVersionedMultiAssets (132) */
   export interface XcmVersionedMultiAssets extends Enum {
     readonly isV0: boolean;
     readonly asV0: Vec<XcmV0MultiAsset>;
@@ -1322,10 +1325,10 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name CumulusPalletXcmCall (146) */
+  /** @name CumulusPalletXcmCall (147) */
   export type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (147) */
+  /** @name CumulusPalletDmpQueueCall (148) */
   export interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -1335,7 +1338,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (148) */
+  /** @name PalletInflationCall (149) */
   export interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -1344,7 +1347,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (149) */
+  /** @name PalletUniqueCall (150) */
   export interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -1505,7 +1508,7 @@
     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';
   }
 
-  /** @name UpDataStructsCollectionMode (155) */
+  /** @name UpDataStructsCollectionMode (156) */
   export interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -1514,7 +1517,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (156) */
+  /** @name UpDataStructsCreateCollectionData (157) */
   export interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -1530,21 +1533,21 @@
     readonly metaUpdatePermission: Option<UpDataStructsMetaUpdatePermission>;
   }
 
-  /** @name UpDataStructsAccessMode (158) */
+  /** @name UpDataStructsAccessMode (159) */
   export interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsSchemaVersion (161) */
+  /** @name UpDataStructsSchemaVersion (162) */
   export interface UpDataStructsSchemaVersion extends Enum {
     readonly isImageURL: boolean;
     readonly isUnique: boolean;
     readonly type: 'ImageURL' | 'Unique';
   }
 
-  /** @name UpDataStructsCollectionLimits (164) */
+  /** @name UpDataStructsCollectionLimits (165) */
   export interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -1557,7 +1560,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (166) */
+  /** @name UpDataStructsSponsoringRateLimit (167) */
   export interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -1565,7 +1568,7 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsMetaUpdatePermission (170) */
+  /** @name UpDataStructsMetaUpdatePermission (171) */
   export interface UpDataStructsMetaUpdatePermission extends Enum {
     readonly isItemOwner: boolean;
     readonly isAdmin: boolean;
@@ -1573,7 +1576,7 @@
     readonly type: 'ItemOwner' | 'Admin' | 'None';
   }
 
-  /** @name PalletEvmAccountBasicCrossAccountIdRepr (172) */
+  /** @name PalletEvmAccountBasicCrossAccountIdRepr (173) */
   export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {
     readonly isSubstrate: boolean;
     readonly asSubstrate: AccountId32;
@@ -1582,7 +1585,7 @@
     readonly type: 'Substrate' | 'Ethereum';
   }
 
-  /** @name UpDataStructsCreateItemData (174) */
+  /** @name UpDataStructsCreateItemData (175) */
   export interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -1593,25 +1596,25 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (175) */
+  /** @name UpDataStructsCreateNftData (176) */
   export interface UpDataStructsCreateNftData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
   }
 
-  /** @name UpDataStructsCreateFungibleData (177) */
+  /** @name UpDataStructsCreateFungibleData (178) */
   export interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (178) */
+  /** @name UpDataStructsCreateReFungibleData (179) */
   export interface UpDataStructsCreateReFungibleData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly pieces: u128;
   }
 
-  /** @name UpDataStructsCreateItemExData (180) */
+  /** @name UpDataStructsCreateItemExData (181) */
   export interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -1624,24 +1627,24 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (182) */
+  /** @name UpDataStructsCreateNftExData (183) */
   export interface UpDataStructsCreateNftExData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExData (189) */
+  /** @name UpDataStructsCreateRefungibleExData (190) */
   export interface UpDataStructsCreateRefungibleExData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
   }
 
-  /** @name PalletTemplateTransactionPaymentCall (192) */
+  /** @name PalletTemplateTransactionPaymentCall (193) */
   export type PalletTemplateTransactionPaymentCall = Null;
 
-  /** @name PalletEvmCall (193) */
+  /** @name PalletEvmCall (194) */
   export interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -1686,7 +1689,7 @@
     readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
   }
 
-  /** @name PalletEthereumCall (199) */
+  /** @name PalletEthereumCall (200) */
   export interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
@@ -1695,7 +1698,7 @@
     readonly type: 'Transact';
   }
 
-  /** @name EthereumTransactionTransactionV2 (200) */
+  /** @name EthereumTransactionTransactionV2 (201) */
   export interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -1706,7 +1709,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumTransactionLegacyTransaction (201) */
+  /** @name EthereumTransactionLegacyTransaction (202) */
   export interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -1717,7 +1720,7 @@
     readonly signature: EthereumTransactionTransactionSignature;
   }
 
-  /** @name EthereumTransactionTransactionAction (202) */
+  /** @name EthereumTransactionTransactionAction (203) */
   export interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
@@ -1725,14 +1728,14 @@
     readonly type: 'Call' | 'Create';
   }
 
-  /** @name EthereumTransactionTransactionSignature (203) */
+  /** @name EthereumTransactionTransactionSignature (204) */
   export interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionEip2930Transaction (205) */
+  /** @name EthereumTransactionEip2930Transaction (206) */
   export interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -1747,13 +1750,13 @@
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionAccessListItem (207) */
+  /** @name EthereumTransactionAccessListItem (208) */
   export interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
-    readonly slots: Vec<H256>;
+    readonly storageKeys: Vec<H256>;
   }
 
-  /** @name EthereumTransactionEip1559Transaction (208) */
+  /** @name EthereumTransactionEip1559Transaction (209) */
   export interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -1769,7 +1772,7 @@
     readonly s: H256;
   }
 
-  /** @name PalletEvmMigrationCall (209) */
+  /** @name PalletEvmMigrationCall (210) */
   export interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
@@ -1788,7 +1791,7 @@
     readonly type: 'Begin' | 'SetData' | 'Finish';
   }
 
-  /** @name PalletSudoEvent (212) */
+  /** @name PalletSudoEvent (213) */
   export interface PalletSudoEvent extends Enum {
     readonly isSudid: boolean;
     readonly asSudid: {
@@ -1805,7 +1808,7 @@
     readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
   }
 
-  /** @name SpRuntimeDispatchError (214) */
+  /** @name SpRuntimeDispatchError (215) */
   export interface SpRuntimeDispatchError extends Enum {
     readonly isOther: boolean;
     readonly isCannotLookup: boolean;
@@ -1822,13 +1825,13 @@
     readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic';
   }
 
-  /** @name SpRuntimeModuleError (215) */
+  /** @name SpRuntimeModuleError (216) */
   export interface SpRuntimeModuleError extends Struct {
     readonly index: u8;
     readonly error: u8;
   }
 
-  /** @name SpRuntimeTokenError (216) */
+  /** @name SpRuntimeTokenError (217) */
   export interface SpRuntimeTokenError extends Enum {
     readonly isNoFunds: boolean;
     readonly isWouldDie: boolean;
@@ -1840,7 +1843,7 @@
     readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';
   }
 
-  /** @name SpRuntimeArithmeticError (217) */
+  /** @name SpRuntimeArithmeticError (218) */
   export interface SpRuntimeArithmeticError extends Enum {
     readonly isUnderflow: boolean;
     readonly isOverflow: boolean;
@@ -1848,13 +1851,13 @@
     readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
   }
 
-  /** @name PalletSudoError (218) */
+  /** @name PalletSudoError (219) */
   export interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
-  /** @name FrameSystemAccountInfo (219) */
+  /** @name FrameSystemAccountInfo (220) */
   export interface FrameSystemAccountInfo extends Struct {
     readonly nonce: u32;
     readonly consumers: u32;
@@ -1863,19 +1866,19 @@
     readonly data: PalletBalancesAccountData;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassU64 (220) */
+  /** @name FrameSupportWeightsPerDispatchClassU64 (221) */
   export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {
     readonly normal: u64;
     readonly operational: u64;
     readonly mandatory: u64;
   }
 
-  /** @name SpRuntimeDigest (221) */
+  /** @name SpRuntimeDigest (222) */
   export interface SpRuntimeDigest extends Struct {
     readonly logs: Vec<SpRuntimeDigestDigestItem>;
   }
 
-  /** @name SpRuntimeDigestDigestItem (223) */
+  /** @name SpRuntimeDigestDigestItem (224) */
   export interface SpRuntimeDigestDigestItem extends Enum {
     readonly isOther: boolean;
     readonly asOther: Bytes;
@@ -1889,14 +1892,14 @@
     readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
   }
 
-  /** @name FrameSystemEventRecord (225) */
+  /** @name FrameSystemEventRecord (226) */
   export interface FrameSystemEventRecord extends Struct {
     readonly phase: FrameSystemPhase;
     readonly event: Event;
     readonly topics: Vec<H256>;
   }
 
-  /** @name FrameSystemEvent (227) */
+  /** @name FrameSystemEvent (228) */
   export interface FrameSystemEvent extends Enum {
     readonly isExtrinsicSuccess: boolean;
     readonly asExtrinsicSuccess: {
@@ -1924,14 +1927,14 @@
     readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';
   }
 
-  /** @name FrameSupportWeightsDispatchInfo (228) */
+  /** @name FrameSupportWeightsDispatchInfo (229) */
   export interface FrameSupportWeightsDispatchInfo extends Struct {
     readonly weight: u64;
     readonly class: FrameSupportWeightsDispatchClass;
     readonly paysFee: FrameSupportWeightsPays;
   }
 
-  /** @name FrameSupportWeightsDispatchClass (229) */
+  /** @name FrameSupportWeightsDispatchClass (230) */
   export interface FrameSupportWeightsDispatchClass extends Enum {
     readonly isNormal: boolean;
     readonly isOperational: boolean;
@@ -1939,14 +1942,14 @@
     readonly type: 'Normal' | 'Operational' | 'Mandatory';
   }
 
-  /** @name FrameSupportWeightsPays (230) */
+  /** @name FrameSupportWeightsPays (231) */
   export interface FrameSupportWeightsPays extends Enum {
     readonly isYes: boolean;
     readonly isNo: boolean;
     readonly type: 'Yes' | 'No';
   }
 
-  /** @name OrmlVestingModuleEvent (231) */
+  /** @name OrmlVestingModuleEvent (232) */
   export interface OrmlVestingModuleEvent extends Enum {
     readonly isVestingScheduleAdded: boolean;
     readonly asVestingScheduleAdded: {
@@ -1966,7 +1969,7 @@
     readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
   }
 
-  /** @name CumulusPalletXcmpQueueEvent (232) */
+  /** @name CumulusPalletXcmpQueueEvent (233) */
   export interface CumulusPalletXcmpQueueEvent extends Enum {
     readonly isSuccess: boolean;
     readonly asSuccess: Option<H256>;
@@ -1987,7 +1990,7 @@
     readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
   }
 
-  /** @name PalletXcmEvent (233) */
+  /** @name PalletXcmEvent (234) */
   export interface PalletXcmEvent extends Enum {
     readonly isAttempted: boolean;
     readonly asAttempted: XcmV2TraitsOutcome;
@@ -2024,7 +2027,7 @@
     readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';
   }
 
-  /** @name XcmV2TraitsOutcome (234) */
+  /** @name XcmV2TraitsOutcome (235) */
   export interface XcmV2TraitsOutcome extends Enum {
     readonly isComplete: boolean;
     readonly asComplete: u64;
@@ -2035,7 +2038,7 @@
     readonly type: 'Complete' | 'Incomplete' | 'Error';
   }
 
-  /** @name CumulusPalletXcmEvent (236) */
+  /** @name CumulusPalletXcmEvent (237) */
   export interface CumulusPalletXcmEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: U8aFixed;
@@ -2046,7 +2049,7 @@
     readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
   }
 
-  /** @name CumulusPalletDmpQueueEvent (237) */
+  /** @name CumulusPalletDmpQueueEvent (238) */
   export interface CumulusPalletDmpQueueEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: U8aFixed;
@@ -2063,7 +2066,7 @@
     readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
   }
 
-  /** @name PalletUniqueRawEvent (238) */
+  /** @name PalletUniqueRawEvent (239) */
   export interface PalletUniqueRawEvent extends Enum {
     readonly isCollectionSponsorRemoved: boolean;
     readonly asCollectionSponsorRemoved: u32;
@@ -2098,7 +2101,7 @@
     readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'ConstOnChainSchemaSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'MintPermissionSet' | 'OffchainSchemaSet' | 'PublicAccessModeSet' | 'SchemaVersionSet' | 'VariableOnChainSchemaSet';
   }
 
-  /** @name PalletCommonEvent (239) */
+  /** @name PalletCommonEvent (240) */
   export interface PalletCommonEvent extends Enum {
     readonly isCollectionCreated: boolean;
     readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
@@ -2115,7 +2118,7 @@
     readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved';
   }
 
-  /** @name PalletEvmEvent (240) */
+  /** @name PalletEvmEvent (241) */
   export interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
     readonly asLog: EthereumLog;
@@ -2134,21 +2137,21 @@
     readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
   }
 
-  /** @name EthereumLog (241) */
+  /** @name EthereumLog (242) */
   export interface EthereumLog extends Struct {
     readonly address: H160;
     readonly topics: Vec<H256>;
     readonly data: Bytes;
   }
 
-  /** @name PalletEthereumEvent (242) */
+  /** @name PalletEthereumEvent (243) */
   export interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
     readonly type: 'Executed';
   }
 
-  /** @name EvmCoreErrorExitReason (243) */
+  /** @name EvmCoreErrorExitReason (244) */
   export interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -2161,7 +2164,7 @@
     readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
   }
 
-  /** @name EvmCoreErrorExitSucceed (244) */
+  /** @name EvmCoreErrorExitSucceed (245) */
   export interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
@@ -2169,7 +2172,7 @@
     readonly type: 'Stopped' | 'Returned' | 'Suicided';
   }
 
-  /** @name EvmCoreErrorExitError (245) */
+  /** @name EvmCoreErrorExitError (246) */
   export interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
@@ -2190,13 +2193,13 @@
     readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'InvalidCode' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other';
   }
 
-  /** @name EvmCoreErrorExitRevert (248) */
+  /** @name EvmCoreErrorExitRevert (249) */
   export interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
-  /** @name EvmCoreErrorExitFatal (249) */
+  /** @name EvmCoreErrorExitFatal (250) */
   export interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
@@ -2207,7 +2210,7 @@
     readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
   }
 
-  /** @name FrameSystemPhase (250) */
+  /** @name FrameSystemPhase (251) */
   export interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
@@ -2216,27 +2219,27 @@
     readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
   }
 
-  /** @name FrameSystemLastRuntimeUpgradeInfo (252) */
+  /** @name FrameSystemLastRuntimeUpgradeInfo (253) */
   export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
-  /** @name FrameSystemLimitsBlockWeights (253) */
+  /** @name FrameSystemLimitsBlockWeights (254) */
   export interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: u64;
     readonly maxBlock: u64;
     readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (254) */
+  /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (255) */
   export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (255) */
+  /** @name FrameSystemLimitsWeightsPerClass (256) */
   export interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: u64;
     readonly maxExtrinsic: Option<u64>;
@@ -2244,25 +2247,25 @@
     readonly reserved: Option<u64>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (257) */
+  /** @name FrameSystemLimitsBlockLength (258) */
   export interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportWeightsPerDispatchClassU32;
   }
 
-  /** @name FrameSupportWeightsPerDispatchClassU32 (258) */
+  /** @name FrameSupportWeightsPerDispatchClassU32 (259) */
   export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name FrameSupportWeightsRuntimeDbWeight (259) */
+  /** @name FrameSupportWeightsRuntimeDbWeight (260) */
   export interface FrameSupportWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (260) */
+  /** @name SpVersionRuntimeVersion (261) */
   export interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -2274,7 +2277,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (264) */
+  /** @name FrameSystemError (265) */
   export interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -2285,7 +2288,7 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name OrmlVestingModuleError (266) */
+  /** @name OrmlVestingModuleError (267) */
   export interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
@@ -2296,21 +2299,21 @@
     readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
   }
 
-  /** @name CumulusPalletXcmpQueueInboundChannelDetails (268) */
+  /** @name CumulusPalletXcmpQueueInboundChannelDetails (269) */
   export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
-  /** @name CumulusPalletXcmpQueueInboundState (269) */
+  /** @name CumulusPalletXcmpQueueInboundState (270) */
   export interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (272) */
+  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (273) */
   export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
@@ -2318,7 +2321,7 @@
     readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (275) */
+  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (276) */
   export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -2327,14 +2330,14 @@
     readonly lastIndex: u16;
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundState (276) */
+  /** @name CumulusPalletXcmpQueueOutboundState (277) */
   export interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name CumulusPalletXcmpQueueQueueConfigData (278) */
+  /** @name CumulusPalletXcmpQueueQueueConfigData (279) */
   export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
@@ -2344,7 +2347,7 @@
     readonly xcmpMaxIndividualWeight: u64;
   }
 
-  /** @name CumulusPalletXcmpQueueError (280) */
+  /** @name CumulusPalletXcmpQueueError (281) */
   export interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
@@ -2354,7 +2357,7 @@
     readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
   }
 
-  /** @name PalletXcmError (281) */
+  /** @name PalletXcmError (282) */
   export interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
@@ -2372,29 +2375,29 @@
     readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
   }
 
-  /** @name CumulusPalletXcmError (282) */
+  /** @name CumulusPalletXcmError (283) */
   export type CumulusPalletXcmError = Null;
 
-  /** @name CumulusPalletDmpQueueConfigData (283) */
+  /** @name CumulusPalletDmpQueueConfigData (284) */
   export interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: u64;
   }
 
-  /** @name CumulusPalletDmpQueuePageIndexData (284) */
+  /** @name CumulusPalletDmpQueuePageIndexData (285) */
   export interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
-  /** @name CumulusPalletDmpQueueError (287) */
+  /** @name CumulusPalletDmpQueueError (288) */
   export interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
-  /** @name PalletUniqueError (291) */
+  /** @name PalletUniqueError (292) */
   export interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isConfirmUnsetSponsorFail: boolean;
@@ -2402,7 +2405,7 @@
     readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument';
   }
 
-  /** @name UpDataStructsCollection (292) */
+  /** @name UpDataStructsCollection (293) */
   export interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -2420,7 +2423,7 @@
     readonly metaUpdatePermission: UpDataStructsMetaUpdatePermission;
   }
 
-  /** @name UpDataStructsSponsorshipState (293) */
+  /** @name UpDataStructsSponsorshipState (294) */
   export interface UpDataStructsSponsorshipState extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -2430,14 +2433,14 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name UpDataStructsCollectionStats (296) */
+  /** @name UpDataStructsCollectionStats (297) */
   export interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
-  /** @name PalletCommonError (297) */
+  /** @name PalletCommonError (298) */
   export interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
@@ -2466,7 +2469,7 @@
     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';
   }
 
-  /** @name PalletFungibleError (299) */
+  /** @name PalletFungibleError (300) */
   export interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
@@ -2474,34 +2477,34 @@
     readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData';
   }
 
-  /** @name PalletRefungibleItemData (300) */
+  /** @name PalletRefungibleItemData (301) */
   export interface PalletRefungibleItemData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
   }
 
-  /** @name PalletRefungibleError (304) */
+  /** @name PalletRefungibleError (305) */
   export interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
     readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces';
   }
 
-  /** @name PalletNonfungibleItemData (305) */
+  /** @name PalletNonfungibleItemData (306) */
   export interface PalletNonfungibleItemData extends Struct {
     readonly constData: Bytes;
     readonly variableData: Bytes;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name PalletNonfungibleError (306) */
+  /** @name PalletNonfungibleError (307) */
   export interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
     readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount';
   }
 
-  /** @name PalletEvmError (308) */
+  /** @name PalletEvmError (309) */
   export interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
@@ -2512,7 +2515,7 @@
     readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
   }
 
-  /** @name FpRpcTransactionStatus (311) */
+  /** @name FpRpcTransactionStatus (312) */
   export interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
@@ -2523,10 +2526,10 @@
     readonly logsBloom: EthbloomBloom;
   }
 
-  /** @name EthbloomBloom (314) */
+  /** @name EthbloomBloom (315) */
   export interface EthbloomBloom extends U8aFixed {}
 
-  /** @name EthereumReceiptReceiptV3 (316) */
+  /** @name EthereumReceiptReceiptV3 (317) */
   export interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -2537,7 +2540,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumReceiptEip658ReceiptData (317) */
+  /** @name EthereumReceiptEip658ReceiptData (318) */
   export interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
@@ -2545,14 +2548,14 @@
     readonly logs: Vec<EthereumLog>;
   }
 
-  /** @name EthereumBlock (318) */
+  /** @name EthereumBlock (319) */
   export interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
-  /** @name EthereumHeader (319) */
+  /** @name EthereumHeader (320) */
   export interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
@@ -2571,24 +2574,24 @@
     readonly nonce: EthereumTypesHashH64;
   }
 
-  /** @name EthereumTypesHashH64 (320) */
+  /** @name EthereumTypesHashH64 (321) */
   export interface EthereumTypesHashH64 extends U8aFixed {}
 
-  /** @name PalletEthereumError (325) */
+  /** @name PalletEthereumError (326) */
   export interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
-  /** @name PalletEvmCoderSubstrateError (326) */
+  /** @name PalletEvmCoderSubstrateError (327) */
   export interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (327) */
+  /** @name PalletEvmContractHelpersSponsoringModeT (328) */
   export interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
@@ -2596,20 +2599,20 @@
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (329) */
+  /** @name PalletEvmContractHelpersError (330) */
   export interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
     readonly type: 'NoPermission';
   }
 
-  /** @name PalletEvmMigrationError (330) */
+  /** @name PalletEvmMigrationError (331) */
   export interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
   }
 
-  /** @name SpRuntimeMultiSignature (332) */
+  /** @name SpRuntimeMultiSignature (333) */
   export interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
@@ -2620,31 +2623,31 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (333) */
+  /** @name SpCoreEd25519Signature (334) */
   export interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (335) */
+  /** @name SpCoreSr25519Signature (336) */
   export interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (336) */
+  /** @name SpCoreEcdsaSignature (337) */
   export interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (339) */
+  /** @name FrameSystemExtensionsCheckSpecVersion (340) */
   export type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (340) */
+  /** @name FrameSystemExtensionsCheckGenesis (341) */
   export type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (343) */
+  /** @name FrameSystemExtensionsCheckNonce (344) */
   export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (344) */
+  /** @name FrameSystemExtensionsCheckWeight (345) */
   export type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (345) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (346) */
   export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (346) */
+  /** @name OpalRuntimeRuntime (347) */
   export type OpalRuntimeRuntime = Null;
 
 } // 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 */